@charset "UTF-8";
/***************************************************************************************************************
  CUSTOM VARIABLES
***************************************************************************************************************/
@import url("https://use.typekit.net/cda5oyy.css");
/***************************************************************************************************************
  CUSTOM COLORS
***************************************************************************************************************/
/***************************************************************************************************************
  2016 NEW COLORS
***************************************************************************************************************/
/***************************************************************************************************************
  SALE COLORS
***************************************************************************************************************/
/***************************************************************************************************************
  AMEBA COLORS
***************************************************************************************************************/
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-table::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-joint::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-bookmark::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-spider::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-carrot::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 46em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:46.0625em)/";
  width: 46.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:46.0625em) and (max-width:64em)/";
  width: 46.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:46.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
  margin-left: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
  color: #222222;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #ff0000;
  border-color: #db0000;
  color: #FFFFFF;
}
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: 0.9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
.alert-box.warning {
  background-color: #aa681b;
  border-color: #925917;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
.alert-box.alert-close {
  opacity: 0;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:46.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
.breadcrumbs > * {
  color: #ff0000;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #ff0000;
}
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

button, .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #ff0000;
  border-color: #cc0000;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button:hover, .button:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button:focus {
  background-color: #cc0000;
}
button:hover, button:focus, .button:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button:hover, .button:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.secondary.button {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.secondary.button:hover, .button.secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.secondary.button:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.secondary.button:hover, .button.secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.secondary.button:focus {
  color: #333333;
}
button.success, .button.success, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.success.button {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.success.button:hover, .button.success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.success.button:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.success.button:hover, .button.success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.success.button:focus {
  color: #FFFFFF;
}
button.alert, .button.alert, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.alert.button {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.alert.button:hover, .button.alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.alert.button:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.alert.button:hover, .button.alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.alert.button:focus {
  color: #FFFFFF;
}
button.warning, .button.warning, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.warning.button {
  background-color: #aa681b;
  border-color: #885316;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.warning.button:hover, .button.warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.warning.button:focus {
  background-color: #885316;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.warning.button:hover, .button.warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.warning.button:focus {
  color: #FFFFFF;
}
button.info, .button.info, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.info.button {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.info.button:hover, .button.info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.info.button:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.info.button:hover, .button.info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.info.button:focus {
  color: #FFFFFF;
}
button.large, .button.large, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.large.button {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.small.button {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.tiny.button {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.expand.button {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.left-align.button {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.right-align.button {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.radius.button {
  border-radius: 3px;
}
button.round, .button.round, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.round.button {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.button, .button[disabled], .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].button {
  background-color: #ff0000;
  border-color: #cc0000;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.button:hover, .button.disabled:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.button:focus, .button[disabled]:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].button:hover, .button[disabled]:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].button:focus {
  background-color: #cc0000;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.button:hover, .button.disabled:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.button:focus, .button[disabled]:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].button:hover, .button[disabled]:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].button:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.button:hover, .button.disabled:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.button:focus, .button[disabled]:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].button:hover, .button[disabled]:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].button:focus {
  background-color: #ff0000;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.secondary.button, .button[disabled].secondary, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].secondary.button {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.secondary.button:hover, .button.disabled.secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.secondary.button:focus, .button[disabled].secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].secondary.button:hover, .button[disabled].secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].secondary.button:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.secondary.button:hover, .button.disabled.secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.secondary.button:focus, .button[disabled].secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].secondary.button:hover, .button[disabled].secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].secondary.button:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.secondary.button:hover, .button.disabled.secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.secondary.button:focus, .button[disabled].secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].secondary.button:hover, .button[disabled].secondary:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].secondary.button:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.success.button, .button[disabled].success, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].success.button {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.success.button:hover, .button.disabled.success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.success.button:focus, .button[disabled].success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].success.button:hover, .button[disabled].success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].success.button:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.success.button:hover, .button.disabled.success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.success.button:focus, .button[disabled].success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].success.button:hover, .button[disabled].success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].success.button:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.success.button:hover, .button.disabled.success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.success.button:focus, .button[disabled].success:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].success.button:hover, .button[disabled].success:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].success.button:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.alert.button, .button[disabled].alert, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].alert.button {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.alert.button:hover, .button.disabled.alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.alert.button:focus, .button[disabled].alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].alert.button:hover, .button[disabled].alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].alert.button:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.alert.button:hover, .button.disabled.alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.alert.button:focus, .button[disabled].alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].alert.button:hover, .button[disabled].alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].alert.button:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.alert.button:hover, .button.disabled.alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.alert.button:focus, .button[disabled].alert:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].alert.button:hover, .button[disabled].alert:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].alert.button:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.warning.button, .button[disabled].warning, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].warning.button {
  background-color: #aa681b;
  border-color: #885316;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.warning.button:hover, .button.disabled.warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.warning.button:focus, .button[disabled].warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].warning.button:hover, .button[disabled].warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].warning.button:focus {
  background-color: #885316;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.warning.button:hover, .button.disabled.warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.warning.button:focus, .button[disabled].warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].warning.button:hover, .button[disabled].warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].warning.button:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.warning.button:hover, .button.disabled.warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.warning.button:focus, .button[disabled].warning:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].warning.button:hover, .button[disabled].warning:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].warning.button:focus {
  background-color: #aa681b;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.info.button, .button[disabled].info, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].info.button {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.info.button:hover, .button.disabled.info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.info.button:focus, .button[disabled].info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].info.button:hover, .button[disabled].info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].info.button:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.info.button:hover, .button.disabled.info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.info.button:focus, .button[disabled].info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].info.button:hover, .button[disabled].info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].info.button:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.info.button:hover, .button.disabled.info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.disabled.info.button:focus, .button[disabled].info:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].info.button:hover, .button[disabled].info:focus, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input[disabled].info.button:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:46.0625em) {
  button, .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-2 li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-2 li:first-child input.button {
  border-left: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-2 li input.button {
  width: 100%;
}
.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-3 li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-3 li:first-child input.button {
  border-left: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-3 li input.button {
  width: 100%;
}
.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-4 li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-4 li:first-child input.button {
  border-left: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-4 li input.button {
  width: 100%;
}
.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-5 li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-5 li:first-child input.button {
  border-left: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-5 li input.button {
  width: 100%;
}
.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-6 li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-6 li:first-child input.button {
  border-left: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-6 li input.button {
  width: 100%;
}
.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-7 li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-7 li:first-child input.button {
  border-left: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-7 li input.button {
  width: 100%;
}
.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-8 li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-8 li:first-child input.button {
  border-left: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.even-8 li input.button {
  width: 100%;
}
.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group > li > button, .button-group > li .button, .button-group > li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group > li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group > li:first-child input.button {
  border-left: 0;
}
.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack > li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack > li:first-child input.button {
  border-left: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack > li input.button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.stack > li > button {
  width: 100%;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack > li:first-child input.button {
  border-top: 0;
}
.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack-for-small > li input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack-for-small > li:first-child input.button {
  border-left: 0;
}
@media only screen and (max-width: 46em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack-for-small > li input.button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack-for-small > li:first-child input.button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack-for-small > li input.button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.stack-for-small > li:first-child input.button {
    border-top: 0;
  }
}
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius > * input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius > *:first-child input.button {
  border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius > * > input.button {
  border-radius: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius > *:first-child > input.button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius > *:last-child > input.button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack > * input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack > *:first-child input.button {
  border-left: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack > * input.button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button {
  width: 100%;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack > *:first-child input.button {
  border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack > * > input.button {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack > *:first-child > input.button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack > *:last-child > input.button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width:46.0625em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > * input.button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > *:first-child input.button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > * > input.button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > *:first-child > input.button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > *:last-child > input.button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 46em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > * input.button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > *:first-child input.button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > * input.button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > *:first-child input.button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > * > input.button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > *:first-child > input.button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.radius.stack-for-small > *:last-child > input.button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round > * input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round > *:first-child input.button {
  border-left: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round > * > input.button {
  border-radius: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round > *:first-child > input.button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round > *:last-child > input.button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack > * input.button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack > *:first-child input.button {
  border-left: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack > * input.button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button {
  width: 100%;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack > *:first-child input.button {
  border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack > * > input.button {
  border-radius: 0;
}
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack > *:first-child > input.button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack > *:last-child > input.button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width:46.0625em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > * input.button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > *:first-child input.button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > * > input.button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > *:first-child > input.button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > *:last-child > input.button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 46em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > * input.button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > *:first-child input.button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > * input.button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > *:first-child input.button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > * > input.button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > *:first-child > input.button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .button-group.round.stack-for-small > *:last-child > input.button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:46.0625em) {
  .clearing-main-prev,
.clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
.clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
.clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.radius {
  border-radius: 3px;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
.dropdown.button::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.dropdown.button::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.tiny.button, button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.tiny.button:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.tiny.button::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.small.button, button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.small.button::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.small.button::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.large.button, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.large.button::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.large.button::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.dropdown.secondary.button:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.prefix.radius.button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.postfix.radius.button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.prefix.round.button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.postfix.round.button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input:not([type]).radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333;
}
.icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 0.0625rem 0 0;
}
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}
.icon-bar.label-right > * label {
  display: inline-block;
}
.icon-bar.vertical.label-right > * {
  text-align: left;
}
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
  font-size: 1rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
}
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-bar > * label {
  color: #FFFFFF;
}
.icon-bar > * i {
  color: #FFFFFF;
}
.icon-bar > a:hover {
  background: #ff0000;
}
.icon-bar > a:hover label {
  color: #FFFFFF;
}
.icon-bar > a:hover i {
  color: #FFFFFF;
}
.icon-bar > a.active {
  background: #ff0000;
}
.icon-bar > a.active label {
  color: #FFFFFF;
}
.icon-bar > a.active i {
  color: #FFFFFF;
}
.icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}
.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:46.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%;
}

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}
.joyride-content-wrapper .button, .joyride-content-wrapper .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .joyride-content-wrapper input.button {
  margin-bottom: 0 !important;
}
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}
.joyride-tip-guide .joyride-nub.top {
  border-color: #333333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}

.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}

.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}

.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0;
}

.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #ff0000;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #aa681b;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
.orbit-container .orbit-slide-number {
  left: 10px;
  background: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}
.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:46.0625em) {
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 46em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next, .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #ff0000;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #ff0000;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fff0f0;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #ff0000;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #db0000;
}
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #333333;
  color: #EEEEEE;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}
.pricing-table .price {
  background-color: #F6F6F6;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}
.pricing-table .description {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem;
  text-align: center;
}
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem;
  text-align: center;
}
.pricing-table .cta-button {
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}
.progress .meter {
  background: #ff0000;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress .meter.secondary {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress .meter.success {
  background: #43AC6A;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress .meter.alert {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.secondary .meter {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.success .meter {
  background: #43AC6A;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.alert .meter {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.radius {
  border-radius: 3px;
}
.progress.radius .meter {
  border-radius: 2px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}
.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #ff0000;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: #e00000;
}
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #ff0000;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: #e00000;
}
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #ff0000;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #e00000;
}

.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #ff0000;
}
.range-slider-handle:hover {
  background: #e00000;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 46em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 75rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 75rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 75rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 75rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 75rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 75rem;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width:46.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 75rem;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.side-nav {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}
.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}
.side-nav li a:not(.button) {
  color: #ff0000;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #ff4d4d;
}
.side-nav li a:not(.button):active {
  color: #ff4d4d;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #ff4d4d;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.side-nav li.heading {
  color: #ff0000;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.split.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button span {
  width: 3.09375rem;
}
.split.button span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.secondary span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.secondary.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.secondary.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.alert span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.alert.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.success.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.tiny.button {
  padding-right: 3.75rem;
}
.split.button.tiny span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.tiny.button span {
  width: 2.25rem;
}
.split.button.tiny span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.tiny.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.small, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.small.button {
  padding-right: 4.375rem;
}
.split.button.small span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.small.button span {
  width: 2.625rem;
}
.split.button.small span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.small.button span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.large, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.large.button {
  padding-right: 5.5rem;
}
.split.button.large span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.large.button span {
  width: 3.4375rem;
}
.split.button.large span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.large.button span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.expand, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.expand.button {
  padding-left: 2rem;
}
.split.button.secondary span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.secondary.button span:after {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.radius.button span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.round.button span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:before, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.no-pip.button span:before {
  border-style: none;
}
.split.button.no-pip span:after, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.no-pip.button span:after {
  border-style: none;
}
.split.button.no-pip span > i, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.split.no-pip.button span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #ff0000;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #db0000;
}

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #ff0000;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  height: 2rem;
  width: 4rem;
}
.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #DDDDDD;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #ff0000;
}
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}
.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:46.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }

  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(255, 0, 0, 0.5);
}
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
.has-tip {
  border-bottom: none;
  color: #333333;
  cursor: help;
  font-weight: bold;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: none;
  color: #ff0000;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  border-bottom: none !important;
  color: #ff0000 !important;
}

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:46.0625em)/";
  width: 46.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}

.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .top-bar input.button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 46em) {
  .top-bar .button, .top-bar .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .top-bar input.button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
.top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #ff0000;
  border-color: #cc0000;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #cc0000;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #aa681b;
  border-color: #885316;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #885316;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #ff0000;
  border-color: #cc0000;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #cc0000;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #aa681b;
  border-color: #885316;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #885316;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}
.top-bar-section ul li.active > a {
  background: #ff0000;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #db0000;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .top-bar-section .dropdown li input.button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:46.0625em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
.top-bar select,
.top-bar .button,
.top-bar .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .top-bar input.button,
.top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar .has-form > .button, .top-bar .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .has-form > input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .top-bar .has-form > input.button,
.top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #333333;
  }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 75rem;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #ff0000;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #db0000;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
.top-bar-section > ul > [role=separator] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #ff0000;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 46em) {
  .small-only-text-left {
    text-align: left !important;
  }

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

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

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

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

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:46.0625em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

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

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:46.0625em) {
  .medium-text-left {
    text-align: left !important;
  }

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

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

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }

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

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left !important;
  }

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

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

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

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

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }

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

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

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

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

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

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #ff0000;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #db0000;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: white;
  font-size: 75%;
  line-height: 0;
}

h1 {
  font-size: 2.1875rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: white;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 75%;
  line-height: inherit;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: white;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: white;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: white;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:46.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
  }

  h1 {
    font-size: 2.8125rem;
  }

  h2 {
    font-size: 2.375rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.34in;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}
ul.off-canvas-list li a:active {
  background: #242424;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:46.0625em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:46.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
.show-for-print {
    display: block !important;
  }

  .hide-on-print,
.hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
@font-face {
  font-family: "foundation-icons";
  src: url("foundation-icons.eot");
  src: url("foundation-icons.eot?#iefix") format("embedded-opentype"), url("foundation-icons.woff") format("woff"), url("foundation-icons.ttf") format("truetype"), url("foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "";
}

.fi-alert:before {
  content: "";
}

.fi-align-center:before {
  content: "";
}

.fi-align-justify:before {
  content: "";
}

.fi-align-left:before {
  content: "";
}

.fi-align-right:before {
  content: "";
}

.fi-anchor:before {
  content: "";
}

.fi-annotate:before {
  content: "";
}

.fi-archive:before {
  content: "";
}

.fi-arrow-down:before {
  content: "";
}

.fi-arrow-left:before {
  content: "";
}

.fi-arrow-right:before {
  content: "";
}

.fi-arrow-up:before {
  content: "";
}

.fi-arrows-compress:before {
  content: "";
}

.fi-arrows-expand:before {
  content: "";
}

.fi-arrows-in:before {
  content: "";
}

.fi-arrows-out:before {
  content: "";
}

.fi-asl:before {
  content: "";
}

.fi-asterisk:before {
  content: "";
}

.fi-at-sign:before {
  content: "";
}

.fi-background-color:before {
  content: "";
}

.fi-battery-empty:before {
  content: "";
}

.fi-battery-full:before {
  content: "";
}

.fi-battery-half:before {
  content: "";
}

.fi-bitcoin-circle:before {
  content: "";
}

.fi-bitcoin:before {
  content: "";
}

.fi-blind:before {
  content: "";
}

.fi-bluetooth:before {
  content: "";
}

.fi-bold:before {
  content: "";
}

.fi-book-bookmark:before {
  content: "";
}

.fi-book:before {
  content: "";
}

.fi-bookmark:before {
  content: "";
}

.fi-braille:before {
  content: "";
}

.fi-burst-new:before {
  content: "";
}

.fi-burst-sale:before {
  content: "";
}

.fi-burst:before {
  content: "";
}

.fi-calendar:before {
  content: "";
}

.fi-camera:before {
  content: "";
}

.fi-check:before {
  content: "";
}

.fi-checkbox:before {
  content: "";
}

.fi-clipboard-notes:before {
  content: "";
}

.fi-clipboard-pencil:before {
  content: "";
}

.fi-clipboard:before {
  content: "";
}

.fi-clock:before {
  content: "";
}

.fi-closed-caption:before {
  content: "";
}

.fi-cloud:before {
  content: "";
}

.fi-comment-minus:before {
  content: "";
}

.fi-comment-quotes:before {
  content: "";
}

.fi-comment-video:before {
  content: "";
}

.fi-comment:before {
  content: "";
}

.fi-comments:before {
  content: "";
}

.fi-compass:before {
  content: "";
}

.fi-contrast:before {
  content: "";
}

.fi-credit-card:before {
  content: "";
}

.fi-crop:before {
  content: "";
}

.fi-crown:before {
  content: "";
}

.fi-css3:before {
  content: "";
}

.fi-database:before {
  content: "";
}

.fi-die-five:before {
  content: "";
}

.fi-die-four:before {
  content: "";
}

.fi-die-one:before {
  content: "";
}

.fi-die-six:before {
  content: "";
}

.fi-die-three:before {
  content: "";
}

.fi-die-two:before {
  content: "";
}

.fi-dislike:before {
  content: "";
}

.fi-dollar-bill:before {
  content: "";
}

.fi-dollar:before {
  content: "";
}

.fi-download:before {
  content: "";
}

.fi-eject:before {
  content: "";
}

.fi-elevator:before {
  content: "";
}

.fi-euro:before {
  content: "";
}

.fi-eye:before {
  content: "";
}

.fi-fast-forward:before {
  content: "";
}

.fi-female-symbol:before {
  content: "";
}

.fi-female:before {
  content: "";
}

.fi-filter:before {
  content: "";
}

.fi-first-aid:before {
  content: "";
}

.fi-flag:before {
  content: "";
}

.fi-folder-add:before {
  content: "";
}

.fi-folder-lock:before {
  content: "";
}

.fi-folder:before {
  content: "";
}

.fi-foot:before {
  content: "";
}

.fi-foundation:before {
  content: "";
}

.fi-graph-bar:before {
  content: "";
}

.fi-graph-horizontal:before {
  content: "";
}

.fi-graph-pie:before {
  content: "";
}

.fi-graph-trend:before {
  content: "";
}

.fi-guide-dog:before {
  content: "";
}

.fi-hearing-aid:before {
  content: "";
}

.fi-heart:before {
  content: "";
}

.fi-home:before {
  content: "";
}

.fi-html5:before {
  content: "";
}

.fi-indent-less:before {
  content: "";
}

.fi-indent-more:before {
  content: "";
}

.fi-info:before {
  content: "";
}

.fi-italic:before {
  content: "";
}

.fi-key:before {
  content: "";
}

.fi-laptop:before {
  content: "";
}

.fi-layout:before {
  content: "";
}

.fi-lightbulb:before {
  content: "";
}

.fi-like:before {
  content: "";
}

.fi-link:before {
  content: "";
}

.fi-list-bullet:before {
  content: "";
}

.fi-list-number:before {
  content: "";
}

.fi-list-thumbnails:before {
  content: "";
}

.fi-list:before {
  content: "";
}

.fi-lock:before {
  content: "";
}

.fi-loop:before {
  content: "";
}

.fi-magnifying-glass:before {
  content: "";
}

.fi-mail:before {
  content: "";
}

.fi-male-female:before {
  content: "";
}

.fi-male-symbol:before {
  content: "";
}

.fi-male:before {
  content: "";
}

.fi-map:before {
  content: "";
}

.fi-marker:before {
  content: "";
}

.fi-megaphone:before {
  content: "";
}

.fi-microphone:before {
  content: "";
}

.fi-minus-circle:before {
  content: "";
}

.fi-minus:before {
  content: "";
}

.fi-mobile-signal:before {
  content: "";
}

.fi-mobile:before {
  content: "";
}

.fi-monitor:before {
  content: "";
}

.fi-mountains:before {
  content: "";
}

.fi-music:before {
  content: "";
}

.fi-next:before {
  content: "";
}

.fi-no-dogs:before {
  content: "";
}

.fi-no-smoking:before {
  content: "";
}

.fi-page-add:before {
  content: "";
}

.fi-page-copy:before {
  content: "";
}

.fi-page-csv:before {
  content: "";
}

.fi-page-delete:before {
  content: "";
}

.fi-page-doc:before {
  content: "";
}

.fi-page-edit:before {
  content: "";
}

.fi-page-export-csv:before {
  content: "";
}

.fi-page-export-doc:before {
  content: "";
}

.fi-page-export-pdf:before {
  content: "";
}

.fi-page-export:before {
  content: "";
}

.fi-page-filled:before {
  content: "";
}

.fi-page-multiple:before {
  content: "";
}

.fi-page-pdf:before {
  content: "";
}

.fi-page-remove:before {
  content: "";
}

.fi-page-search:before {
  content: "";
}

.fi-page:before {
  content: "";
}

.fi-paint-bucket:before {
  content: "";
}

.fi-paperclip:before {
  content: "";
}

.fi-pause:before {
  content: "";
}

.fi-paw:before {
  content: "";
}

.fi-paypal:before {
  content: "";
}

.fi-pencil:before {
  content: "";
}

.fi-photo:before {
  content: "";
}

.fi-play-circle:before {
  content: "";
}

.fi-play-video:before {
  content: "";
}

.fi-play:before {
  content: "";
}

.fi-plus:before {
  content: "";
}

.fi-pound:before {
  content: "";
}

.fi-power:before {
  content: "";
}

.fi-previous:before {
  content: "";
}

.fi-price-tag:before {
  content: "";
}

.fi-pricetag-multiple:before {
  content: "";
}

.fi-print:before {
  content: "";
}

.fi-prohibited:before {
  content: "";
}

.fi-projection-screen:before {
  content: "";
}

.fi-puzzle:before {
  content: "";
}

.fi-quote:before {
  content: "";
}

.fi-record:before {
  content: "";
}

.fi-refresh:before {
  content: "";
}

.fi-results-demographics:before {
  content: "";
}

.fi-results:before {
  content: "";
}

.fi-rewind-ten:before {
  content: "";
}

.fi-rewind:before {
  content: "";
}

.fi-rss:before {
  content: "";
}

.fi-safety-cone:before {
  content: "";
}

.fi-save:before {
  content: "";
}

.fi-share:before {
  content: "";
}

.fi-sheriff-badge:before {
  content: "";
}

.fi-shield:before {
  content: "";
}

.fi-shopping-bag:before {
  content: "";
}

.fi-shopping-cart:before {
  content: "";
}

.fi-shuffle:before {
  content: "";
}

.fi-skull:before {
  content: "";
}

.fi-social-500px:before {
  content: "";
}

.fi-social-adobe:before {
  content: "";
}

.fi-social-amazon:before {
  content: "";
}

.fi-social-android:before {
  content: "";
}

.fi-social-apple:before {
  content: "";
}

.fi-social-behance:before {
  content: "";
}

.fi-social-bing:before {
  content: "";
}

.fi-social-blogger:before {
  content: "";
}

.fi-social-delicious:before {
  content: "";
}

.fi-social-designer-news:before {
  content: "";
}

.fi-social-deviant-art:before {
  content: "";
}

.fi-social-digg:before {
  content: "";
}

.fi-social-dribbble:before {
  content: "";
}

.fi-social-drive:before {
  content: "";
}

.fi-social-dropbox:before {
  content: "";
}

.fi-social-evernote:before {
  content: "";
}

.fi-social-facebook:before {
  content: "";
}

.fi-social-flickr:before {
  content: "";
}

.fi-social-forrst:before {
  content: "";
}

.fi-social-foursquare:before {
  content: "";
}

.fi-social-game-center:before {
  content: "";
}

.fi-social-github:before {
  content: "";
}

.fi-social-google-plus:before {
  content: "";
}

.fi-social-hacker-news:before {
  content: "";
}

.fi-social-hi5:before {
  content: "";
}

.fi-social-instagram:before {
  content: "";
}

.fi-social-joomla:before {
  content: "";
}

.fi-social-lastfm:before {
  content: "";
}

.fi-social-linkedin:before {
  content: "";
}

.fi-social-medium:before {
  content: "";
}

.fi-social-myspace:before {
  content: "";
}

.fi-social-orkut:before {
  content: "";
}

.fi-social-path:before {
  content: "";
}

.fi-social-picasa:before {
  content: "";
}

.fi-social-pinterest:before {
  content: "";
}

.fi-social-rdio:before {
  content: "";
}

.fi-social-reddit:before {
  content: "";
}

.fi-social-skillshare:before {
  content: "";
}

.fi-social-skype:before {
  content: "";
}

.fi-social-smashing-mag:before {
  content: "";
}

.fi-social-snapchat:before {
  content: "";
}

.fi-social-spotify:before {
  content: "";
}

.fi-social-squidoo:before {
  content: "";
}

.fi-social-stack-overflow:before {
  content: "";
}

.fi-social-steam:before {
  content: "";
}

.fi-social-stumbleupon:before {
  content: "";
}

.fi-social-treehouse:before {
  content: "";
}

.fi-social-tumblr:before {
  content: "";
}

.fi-social-twitter:before {
  content: "";
}

.fi-social-vimeo:before {
  content: "";
}

.fi-social-windows:before {
  content: "";
}

.fi-social-xbox:before {
  content: "";
}

.fi-social-yahoo:before {
  content: "";
}

.fi-social-yelp:before {
  content: "";
}

.fi-social-youtube:before {
  content: "";
}

.fi-social-zerply:before {
  content: "";
}

.fi-social-zurb:before {
  content: "";
}

.fi-sound:before {
  content: "";
}

.fi-star:before {
  content: "";
}

.fi-stop:before {
  content: "";
}

.fi-strikethrough:before {
  content: "";
}

.fi-subscript:before {
  content: "";
}

.fi-superscript:before {
  content: "";
}

.fi-tablet-landscape:before {
  content: "";
}

.fi-tablet-portrait:before {
  content: "";
}

.fi-target-two:before {
  content: "";
}

.fi-target:before {
  content: "";
}

.fi-telephone-accessible:before {
  content: "";
}

.fi-telephone:before {
  content: "";
}

.fi-text-color:before {
  content: "";
}

.fi-thumbnails:before {
  content: "";
}

.fi-ticket:before {
  content: "";
}

.fi-torso-business:before {
  content: "";
}

.fi-torso-female:before {
  content: "";
}

.fi-torso:before {
  content: "";
}

.fi-torsos-all-female:before {
  content: "";
}

.fi-torsos-all:before {
  content: "";
}

.fi-torsos-female-male:before {
  content: "";
}

.fi-torsos-male-female:before {
  content: "";
}

.fi-torsos:before {
  content: "";
}

.fi-trash:before {
  content: "";
}

.fi-trees:before {
  content: "";
}

.fi-trophy:before {
  content: "";
}

.fi-underline:before {
  content: "";
}

.fi-universal-access:before {
  content: "";
}

.fi-unlink:before {
  content: "";
}

.fi-unlock:before {
  content: "";
}

.fi-upload-cloud:before {
  content: "";
}

.fi-upload:before {
  content: "";
}

.fi-usb:before {
  content: "";
}

.fi-video:before {
  content: "";
}

.fi-volume-none:before {
  content: "";
}

.fi-volume-strike:before {
  content: "";
}

.fi-volume:before {
  content: "";
}

.fi-web:before {
  content: "";
}

.fi-wheelchair:before {
  content: "";
}

.fi-widget:before {
  content: "";
}

.fi-wrench:before {
  content: "";
}

.fi-x-circle:before {
  content: "";
}

.fi-x:before {
  content: "";
}

.fi-yen:before {
  content: "";
}

.fi-zoom-in:before {
  content: "";
}

.fi-zoom-out:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ================================================================================
   Table of Contents:
		1.  General
		2.  Navigation trigger - visible on small devices only
		5.  Notices
		7.  Custom Background
		9.  Upsell
		10. Page Menus
		11. Daily Tip
		12. Classes
		13. How It Works
		14. Connect & Learn
		15. Community
		16. My Account
		18. Section Menus
		19. Sale Content
		20. Videos
		22. White Outline
		23. SSoD Inline
		25. Sweaters
		30. Compatible Devices
		31. Personal Unlimited Use - AAP Page
		32. Streaming Devices (Footer Widget)
		33. Intensity Rating
		34. Individual Class Page
		35. 2018 Page Templates
		36. Starter Set Banners
		37. Import additional stylesheets
   ================================================================================ */
/* ================================================================================
   1. General
   ================================================================================ */
html, body {
  font-family: "proxima-nova", sans-serif;
}

html {
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -webkit-transition: opacity 150ms ease-in-out;
}
html.wf-active {
  opacity: 1;
}

@media only screen and (max-width: 46em) {
  .small-12 {
    margin-bottom: 20px;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #201f1f;
  font-family: "proxima-nova", sans-serif;
}

blockquote, blockquote p {
  color: #201f1f;
}

a {
  cursor: pointer;
}

.cd-image-replace {
  /* replace text with image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.circle_2016 {
  transition: stroke 350ms ease-in;
}

.extra-padding.top {
  padding-top: 20px;
}
.extra-padding.bottom {
  padding-bottom: 20px;
}

.noMarginBottom {
  margin-bottom: 0;
}

.noMarginLeft {
  margin-left: 0;
}

.reveal-modal.black {
  background: #000000;
}

.textcenter {
  text-align: center;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.hide {
  display: none;
}

.iiab-box {
  list-style: none;
}

.entry-content table {
  max-width: calc(100vw - 30px);
}

body.page-id-194802 .storyloader {
  display: none;
  float: left;
}
body.page-id-194802 .videoinstructionvideoform .invalidErrClass {
  border: 1px solid #ED1D24;
  background-color: #F5BDB6;
}
body.page-id-194802 .remmsg {
  color: #ED1D24;
}
body.page-id-194802 .showsuccessmsg {
  color: red;
  font-size: 22px;
  margin-bottom: 15px;
}
body.page-id-194802 .alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 5px 5px 5px 15px;
}
body.page-id-194802 .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
body.page-id-194802 .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.page-id-194802 button.videoSubmitBtn {
  float: right;
}

.inner-wrap {
  padding-top: 160px;
}

.fas, .fi {
  font-style: normal;
}

@media only screen and (min-width: 1141px) {
  body.home .video.youtube {
    height: inherit !important;
  }
  body.home .video.youtube img {
    /*height: 340px !important;*/
  }
}
/* ================================================================================
   2. Navigation trigger - visible on small devices only
   ================================================================================ */
.cd-nav-trigger {
  display: block;
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(234, 242, 227, 0.9);
  /* reset button style */
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.cd-nav-trigger span {
  /* central dot */
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3a2c41;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* bottom and top dots */
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #3a2c41;
  border-radius: inherit;
}

.cd-nav-trigger span::before {
  top: -9px;
}

.cd-nav-trigger span::after {
  bottom: -9px;
}

@media only screen and (min-width: 800px) {
  .cd-nav-trigger {
    display: none;
  }
}
/* ================================================================================
   5. Notices
   ================================================================================ */
.trial-notice p a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 700;
}

/* ================================================================================
   7. Custom Background
   ================================================================================ */
.custom-background h1, .custom-background h2, .custom-background h3, .custom-background h4, .custom-background h5, .custom-background h6 {
  color: #FFFFFF;
}
.custom-background.grey {
  background: #918D8D;
  color: #FFFFFF;
}
.custom-background.grey a {
  color: #333333;
}
.custom-background.grey-textured {
  background: #161515 url("../img/grey-textured-bg.png") repeat center top;
  border-bottom: 1px solid #161515;
  color: #FFFFFF;
}
.custom-background.grey-textured a {
  color: #333333;
}
.custom-background.blue {
  background: #0094a9;
  color: #FFFFFF;
}
.custom-background.blue a {
  color: #FFFFFF;
}
.custom-background.white {
  background: #FFFFFF;
  color: #343232;
}
.custom-background.white h1, .custom-background.white h2, .custom-background.white h3, .custom-background.white h4, .custom-background.white h5, .custom-background.white h6 {
  color: #343232;
}
.custom-background.white a {
  color: #333333;
}
.custom-background.black {
  background: #161515;
  color: #FFFFFF;
}
.custom-background.black a {
  color: #FFFFFF;
}
.custom-background.dark-grey {
  background: #666464;
}

/* ================================================================================
   9. Upsell
   ================================================================================ */
.upsell {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.upsell h3 {
  font-weight: 700;
}
.upsell p {
  margin-top: -5px;
}
.upsell a.button {
  font-weight: 400;
}

/* ================================================================================
   10. Page Menus
   ================================================================================ */
.user-menu,
.class-archive-menu {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.user-menu ul.menu,
.class-archive-menu ul.menu {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.user-menu ul.menu li,
.class-archive-menu ul.menu li {
  display: inline-block;
  list-style: none;
  margin-right: 50px;
  margin-bottom: 4px;
}
.user-menu ul.menu li a,
.class-archive-menu ul.menu li a {
  color: #918D8D;
  transition: color 0.35s;
}
.user-menu ul.menu li a i,
.class-archive-menu ul.menu li a i {
  font-size: 40px;
  margin-right: 15px;
  position: relative;
  top: 8px;
}
.user-menu ul.menu li:hover,
.class-archive-menu ul.menu li:hover {
  border-bottom: 4px solid #D91F00;
  margin-bottom: 0;
}
.user-menu ul.menu li:hover a,
.class-archive-menu ul.menu li:hover a {
  color: #D91F00;
  transition: color 0.35s;
}
.user-menu ul.menu li:last-child,
.class-archive-menu ul.menu li:last-child {
  margin-right: 0;
}
.user-menu ul.menu li.active,
.class-archive-menu ul.menu li.active {
  border-bottom: 4px solid #D91F00;
  margin-bottom: 0;
}
.user-menu ul.menu li.active a,
.class-archive-menu ul.menu li.active a {
  color: #D91F00;
}
@media only screen and (max-width: 40em) {
  .user-menu ul.menu li,
.class-archive-menu ul.menu li {
    margin-right: 0;
  }
}

/* ================================================================================
   11. Daily Tip
   ================================================================================ */
.daily-tip .row {
  background-color: #F4F3F3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.daily-tip .row h3 {
  margin: 10px 0 0 10px;
  font-weight: 700;
  font-size: 28px;
}
.daily-tip .row p {
  margin: 16px 0 0 0;
  font-size: 14px;
}
.daily-tip .row a {
  font-weight: 700;
}
.daily-tip .row a.button {
  font-weight: normal;
  padding: 1rem;
  float: right;
  font-size: 14px;
  transition: opacity 0.35s ease-out;
}
.daily-tip .row a.button:hover {
  opacity: 0.6;
  transition: opacity 0.35s ease-out;
}

/* ================================================================================
   12. Classes
   ================================================================================ */
/**
 * My Dashboard Class List
 */
.class-list {
  padding-bottom: 3rem;
}
.class-list .category-description {
  display: none;
}
.class-list .classes ul {
  transition: opacity 0.35s ease-out;
}
.class-list .classes #load-more-classes {
  display: block;
  margin: 0 auto;
}
.class-list .more-classes a {
  color: #D91F00;
  font-size: 18px;
  font-weight: 700;
}
.class-list .more-classes a.button {
  font-weight: 400;
  font-size: 16px;
  margin-top: 50px;
  border: 1px solid #D91F00;
  transition: opacity 0.35s ease-out;
}
.class-list .more-classes a:hover {
  opacity: 0.6;
  transition: opacity 0.35s ease-out;
}

/**
 * Class Archive Class List
 */
#class-archive {
  margin-bottom: 2rem;
}
#class-archive .page-header {
  text-align: center;
}
#class-archive .page-header h1 {
  font-size: 2rem;
}
#class-archive .classes {
  text-align: center;
}
#class-archive .classes ul {
  text-align: left;
  transition: opacity 0.35s ease-out;
}

/**
 * Query Options
 */
.query-options {
  margin: 0.5rem auto;
}
.query-options form {
  position: relative;
}
.query-options form input#class-search-submit {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  text-indent: -9999px;
  background: transparent url("../img/class-search.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.query-options button {
  padding: 0.5rem 1rem;
}
.query-options ul.sorting-options {
  margin-left: 0;
  text-align: right;
}
.query-options ul.sorting-options li {
  display: inline-block;
  list-style: none;
  text-align: left;
  margin-left: 10px;
  padding: 0.25rem 0.5rem;
}
.query-options ul.sorting-options li a i {
  display: none;
}
.query-options ul.sorting-options li:hover {
  border-bottom: 2px solid #D91F00;
}
.query-options ul.sorting-options li:hover a {
  color: #D91F00;
}
.query-options ul.sorting-options li.active {
  border-bottom: 2px solid #D91F00;
}
.query-options ul.sorting-options li.active a {
  color: #D91F00;
}
.query-options ul.sorting-options li.active a i {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .query-options {
    margin: 0;
  }
  .query-options ul.sorting-options {
    margin-bottom: 0;
  }
}

/**
 * Search Filters
 */
#class-search-filters {
  background: #F4F3F3;
}
#class-search-filters a.close-reveal-modal {
  color: #D91F00;
}
#class-search-filters form {
  margin-top: 15px;
}
#class-search-filters form ul li {
  position: relative;
}
#class-search-filters form ul li .comparison-options {
  position: absolute;
  top: 3px;
  right: 0;
}
#class-search-filters form ul li .comparison-options input[type=radio] {
  margin: 10px 0 0 0;
}
#class-search-filters form ul li .comparison-options label {
  font-size: 1rem;
}
@media only screen and (max-width: 1650px) {
  #class-search-filters form ul li .comparison-options {
    top: 25px;
    right: none;
    left: 10px;
  }
}
#class-search-filters form ul li label {
  font-size: 24px;
  color: #000000;
}
@media only screen and (max-width: 1650px) {
  #class-search-filters form ul li label[for=equipment_filters] {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1225px) {
  #class-search-filters form ul li label[for=equipment_filters] {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 845px) {
  #class-search-filters form ul li label[for=equipment_filters] {
    margin-bottom: 75px;
  }
}
#class-search-filters form ul li i {
  position: absolute;
  bottom: 20px;
  left: 22px;
  font-size: 1.5rem;
  color: #918D8D;
  z-index: 10;
}
#class-search-filters form ul li i.ssod_intensity {
  background: transparent url("../img/SweatDrop.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  left: 20px;
  bottom: 31px;
}
@media only screen and (max-width: 1650px) {
  #class-search-filters form ul li i.ssod_intensity {
    bottom: 12px;
  }
}
#class-search-filters form ul li i.ssod_equipment {
  background: transparent url("../img/Dumbbell.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  bottom: 28px;
  left: 20px;
}
#class-search-filters form ul li i.intensity-sweat-drop {
  position: relative;
  bottom: 0;
  left: 0;
  margin: -5px 2px;
}
#class-search-filters form ul li .select2-container ul.select2-choices {
  padding-left: 40px;
}
#class-search-filters form ul li .select2-container ul.select2-choices li.select2-search-choice {
  background: #918D8D;
  color: #FFFFFF;
  font-weight: 300;
  top: 3px;
  padding: 6px 10px 6px 20px;
}
#class-search-filters form ul li .select2-container ul.select2-choices li.select2-search-choice a {
  top: 6px;
  right: 0;
  left: 5px;
  background-position: -36px 0;
}
#class-search-filters form ul li .select2-container ul.select2-choices li.select2-search-choice a:hover {
  background-position: -36px -11px;
}
#class-search-filters form ul li .select2-container ul.select2-choices li.select2-search-choice a.select2-search-choice-close {
  background-image: url(../img/select2.png) !important;
}
#class-search-filters form #s2id_intensity_filters ul.select2-choices li.select2-search-choice {
  margin: 1px 0 3px 5px;
}
@media only screen and (max-width: 1650px) {
  #class-search-filters form #s2id_intensity_filters {
    position: relative;
    top: 20px;
  }
}
#class-search-filters form .columns:last-child {
  text-align: center;
}
#class-search-filters form p.lead {
  margin-bottom: 0;
}
#class-search-filters form input#apply-class-filters {
  margin: 0 auto;
  font-weight: normal;
  background-color: #D91F00;
  text-transform: uppercase;
}
#class-search-filters form button#clear-class-filters {
  display: block;
  margin: 0 auto;
  background: transparent;
  color: #D91F00;
  text-decoration: underline;
  padding: 0;
  margin-top: 16px;
}

i.intensity-sweat-drop {
  background: transparent url(../img/sweatdrop.png) no-repeat center left;
  display: inline-block;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-right: 5px;
  width: 12px;
  height: 20px;
}
i.intensity-sweat-drop.white {
  background: transparent url(../img/sweat-drop.svg) no-repeat center left;
  background-size: 100% auto;
}

/* ================================================================================
   13. How It Works
   ================================================================================ */
.how-it-works {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  box-shadow: 0 0 5px 0 #333333;
  font-family: "proxima-nova", sans-serif;
}
.how-it-works p, .how-it-works ul, .how-it-works ol, .how-it-works li {
  font-size: 14px;
  line-height: 18px;
}
.how-it-works h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.how-it-works h2 span {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  top: -6px;
}
.how-it-works h2 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 33px;
  left: 10px;
  top: -7px;
  background: #FFFFFF;
}
@media only screen and (max-width: 46em) {
  .how-it-works #how-it-works-tabs {
    display: none;
  }
}
.how-it-works .plan .circle_2016 {
  fill: #D91F00;
  stroke: none;
}
.how-it-works .plan:hover .circle_2016, .how-it-works .plan:active .circle_2016 {
  stroke: #D91F00;
}
.how-it-works .workout .circle_2016 {
  fill: #0093A8;
  stroke: none;
}
.how-it-works .workout:hover .circle_2016, .how-it-works .workout:active .circle_2016 {
  stroke: #0093A8;
}
.how-it-works .play .circle_2016 {
  fill: #918D8D;
  stroke: none;
}
.how-it-works .play:hover .circle_2016, .how-it-works .play:active .circle_2016 {
  stroke: #918D8D;
}
.how-it-works .tabs ul li {
  position: relative;
  transition: opacity 350ms;
  opacity: 0.3;
  padding: 28px;
  /*&.plan {
  	img {
  		max-height: 110px;
  	}
  }
  &.workout {
  	img {
  		margin: 5px auto 20px;
  		max-height: 97px;
  	}
  }
  &.play {
  	img {
  		margin: 20px auto 10px;
  		max-height: 86px;
  	}
  }*/
}
.how-it-works .tabs ul li a {
  outline: none;
}
.how-it-works .tabs ul li a.active, .how-it-works .tabs ul li a:hover, .how-it-works .tabs ul li a:active {
  outline: none;
}
.how-it-works .tabs ul li.active, .how-it-works .tabs ul li:hover, .how-it-works .tabs ul li:active {
  opacity: 1;
  outline: none;
  cursor: pointer;
}
.how-it-works .tabs ul li .info {
  position: absolute;
  top: 55px;
  margin: 0 40px;
  left: 0;
  right: 0;
}
.how-it-works .tabs ul li .info img {
  margin: 0 auto 14px;
  display: block;
}
.how-it-works .tabs ul li .info h4 {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.how-it-works .tabs ul li .info h4:after {
  display: block;
  content: "";
  width: 100%;
  background: #FFFFFF;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 36px;
}
.how-it-works .tabs ul li .info h4 span.border {
  width: 35px;
  display: inline-block;
}
.how-it-works .tabs ul li .info p {
  margin: 0 10px 0 36px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content {
    display: block;
  }
}
.how-it-works .tabs-content .content a.black {
  color: #161515;
}
.how-it-works .tabs-content .content a.black:hover, .how-it-works .tabs-content .content a.black:active {
  text-decoration: underline;
}
.how-it-works .tabs-content .content#tab-plan header {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.how-it-works .tabs-content .content#tab-plan header h5 {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 15px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
.how-it-works .tabs-content .content#tab-plan header a {
  font-size: 14px;
  font-weight: 700;
}
.how-it-works .tabs-content .content#tab-plan .custom-background {
  border-radius: 10px;
  padding: 12px 19px;
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content#tab-plan .custom-background {
    margin-top: 20px;
  }
}
.how-it-works .tabs-content .content#tab-plan .custom-background.dark-grey {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content#tab-plan .custom-background.dark-grey {
    padding-bottom: 12px;
  }
}
.how-it-works .tabs-content .content#tab-plan .custom-background.dark-grey .bottom {
  position: absolute;
  bottom: 10px;
  width: 87%;
  margin: 0 auto;
}
.how-it-works .tabs-content .content#tab-plan .custom-background.dark-grey .bottom .button, .how-it-works .tabs-content .content#tab-plan .custom-background.dark-grey .bottom button {
  margin-bottom: 0;
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content#tab-plan .custom-background.dark-grey .bottom {
    width: 100%;
    bottom: 0;
    position: relative;
  }
}
.how-it-works .tabs-content .content#tab-plan ul li {
  margin-bottom: 10px;
}
.how-it-works .tabs-content .content#tab-plan .price {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.how-it-works .tabs-content .content#tab-plan .price small {
  font-size: 14px;
  font-style: italic;
}
.how-it-works .tabs-content .content#tab-plan .save {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.how-it-works .tabs-content .content#tab-plan .sale-button {
  margin-top: 1rem;
}
.how-it-works .tabs-content .content#tab-workout .white-outline {
  margin-left: 10px;
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 {
  max-width: 86%;
  margin: 0 7% 50px;
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide {
  margin: 0 10px;
  width: 370px;
  height: 242px;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide {
    height: auto;
  }
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide .video, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide .video {
  max-width: 100%;
  display: block;
  position: relative;
  height: auto !important;
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide .video.iframe-loaded, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide .video.iframe-loaded {
  padding-top: 0;
  margin-bottom: 0;
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide .video img, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide .video img {
  height: auto;
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide .video .play_border, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide .video .play_border {
  position: absolute;
  background: #D91F00;
  transition: background 350ms;
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide .video .play_border:hover, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide .video .play_border:active, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide .video .play_border:hover, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide .video .play_border:active {
  color: #FFFFFF;
  background: rgba(217, 31, 0, 0.75);
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide .video .play_border, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide .video .play_border {
    font-size: 25px;
    height: 25px;
    width: 35px;
  }
}
.how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide h4, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide h4 {
  text-align: center;
  font-weight: 300;
  font-size: 28px;
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slick-slide h4, .how-it-works .tabs-content .content#tab-workout .medium-slider-2016 div.slide h4 {
    font-size: 18px;
  }
}
.how-it-works .tabs-content .content#tab-play .small-block-grid-1 {
  margin-bottom: 20px;
}
.how-it-works .tabs-content .content#tab-play .white-outline:first-of-type {
  margin: 0 20px;
}
@media only screen and (max-width: 46em) {
  .how-it-works .tabs-content .content#tab-play .white-outline, .how-it-works .tabs-content .content#tab-workout .white-outline {
    display: block;
  }
}
@media only screen and (max-width: 1131px) {
  .how-it-works .tabs ul li {
    padding: 25px;
    /*&.plan {
    	img {
    		max-height: 70px;
    	}
    }
    &.workout {
    	img {
    		max-height: 59px;
    	}
    }
    &.play {
    	img {
    		max-height: 54px;
    	}
    }
    */
  }
  .how-it-works .tabs ul li .info {
    top: 75px;
    margin-left: 55px;
  }
  .how-it-works .tabs ul li .info h4 {
    font-size: 26px;
  }
  .how-it-works .tabs ul li .info h4 span.border {
    width: 24px;
  }
  .how-it-works .tabs ul li .info h4:after {
    width: 80%;
    left: 25px;
  }
  .how-it-works .tabs ul li .info p {
    margin-left: 26px;
    margin-right: 22px;
  }
}
@media only screen and (max-width: 1080px) {
  .how-it-works .tabs ul li {
    padding: 10px;
  }
}
@media only screen and (max-width: 1020px) {
  .how-it-works .tabs ul li {
    /*&.plan, &.workout, &.play {
    	img {
    		display: none;
    	}
    }*/
  }
  .how-it-works .tabs ul li .info {
    top: 45px;
  }
  .how-it-works .tabs ul li .info h4:after {
    left: 0;
    z-index: 50;
    width: 95%;
  }
  .how-it-works .tabs ul li .info p {
    margin-left: 0;
    margin-right: 8px;
  }
}

/* ================================================================================
   14. Connect & Learn
   ================================================================================ */
#connect {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #4C4C4C;
}
#connect h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#connect h2 span {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  top: -6px;
}
#connect h2 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 33px;
  left: 10px;
  top: -7px;
  background: #FFFFFF;
}
#connect #connect-buttons {
  margin-top: 1rem;
}
#connect #connect-buttons ul li {
  padding: 28px;
  transition: transform 0.35s ease-out;
}
#connect #connect-buttons ul li:hover {
  transform: scale(1.1, 1.1);
  transition: transform 0.35s ease-out;
}
#connect #connect-social {
  margin-top: 2rem;
}
#connect #connect-social h3 {
  font-size: 27px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: 5px;
}
#connect #connect-social ul.social {
  display: inline-block;
  margin-left: 0;
}
#connect #connect-social ul.social li {
  display: inline-block;
  margin-left: 78px;
  transition: opacity 0.35s ease-out;
}
#connect #connect-social ul.social li.facebook {
  width: 16px;
  height: 30px;
}
#connect #connect-social ul.social li.twitter {
  width: 37px;
  height: 30px;
}
#connect #connect-social ul.social li.instagram {
  width: 30px;
  height: 30px;
}
#connect #connect-social ul.social li.youtube {
  width: 25px;
  height: 30px;
}
#connect #connect-social ul.social li:hover {
  opacity: 0.8;
  transition: opacity 0.35s ease-out;
}
@media only screen and (max-width: 40em) {
  #connect #connect-social ul.social {
    margin-top: 15px;
  }
  #connect #connect-social ul.social li {
    margin-left: 25px;
  }
  #connect #connect-social ul.social li.facebook {
    margin-left: 0;
  }
}

/* ================================================================================
   15. Community
   ================================================================================ */
.community {
  padding: 25px 0;
}
.community h1 {
  color: #201f1f;
}
.community ul.community-links {
  margin: 50px 0;
}
.community ul.community-links li a.community-link {
  display: block;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.35s;
}
.community ul.community-links li a.community-link .community-link-content {
  width: 300px;
  position: absolute;
  top: 150px;
  left: 50px;
  text-align: center;
}
.community ul.community-links li a.community-link .community-link-content i {
  color: #FFFFFF;
  font-size: 6rem;
  position: absolute;
  top: -125px;
  left: 110px;
}
.community ul.community-links li a.community-link .community-link-content p {
  color: #FFFFFF;
}
.community ul.community-links li a.community-link.facebook-group {
  background-color: #3A5A98;
}
.community ul.community-links li a.community-link.forum {
  background-color: #D91F00;
}
.community ul.community-links li a.community-link:hover {
  transform: scale(1.05);
}

/* ================================================================================
   16. My Account
   ================================================================================ */
#my-account h2 {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 600;
}
#my-account .section-content .subscriptions .woocommerce_account_subscriptions table.my_account_subscriptions {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  #my-account .section-content .subscriptions .woocommerce_account_subscriptions table.my_account_subscriptions {
    display: block;
    overflow-x: auto;
  }
}
#my-account .section-content .subscriptions .woocommerce_account_subscriptions table.my_account_subscriptions tr.order td.subscription-actions a.button {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 0 1px 3px #000000;
  padding: 1rem 2rem;
  width: 75%;
  margin: 0 auto 10px auto;
}
@media only screen and (max-width: 40em) {
  #my-account .section-content .subscriptions .woocommerce_account_subscriptions table.my_account_subscriptions tr.order td.subscription-actions a.button {
    width: 100%;
  }
}
#my-account .section-content .orders fieldset {
  margin-top: 0;
}
#my-account .section-content .orders fieldset legend {
  display: none;
}
#my-account .section-content .orders table {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  #my-account .section-content .orders table {
    display: block;
    overflow-x: auto;
  }
}
#my-account .section-content .downloads hr {
  display: none;
}
#my-account .section-content .payment-methods .button {
  background-color: #D91F00;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 0 1px 3px #000000;
  float: none !important;
}
#my-account .section-content .billing-address {
  margin-top: 25px;
}
#my-account .section-content .billing-address .address {
  position: relative;
  padding: 15px;
  width: 47%;
  background-color: #FBE8E4;
}
@media only screen and (max-width: 46em) {
  #my-account .section-content .billing-address .address {
    width: 100%;
  }
}
#my-account .section-content .billing-address .address h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  display: inline-block;
}
#my-account .section-content .billing-address .address .button {
  width: auto;
  float: none !important;
  display: inline-block;
  background: url(../img/pencil-icon.png) no-repeat center center;
  text-indent: -9999px;
}

/* ================================================================================
   18. Section Menus
   ================================================================================ */
.section-menu ul.menu {
  list-style: none;
}
@media only screen and (max-width: 46em) {
  .section-menu ul.menu {
    margin-bottom: 0;
  }
}
.section-menu ul.menu li {
  display: inline-block;
}
.section-menu ul.menu li a {
  color: #333333;
  font-size: 1.25rem;
  transition: color 0.35s;
}
.section-menu ul.menu li a:hover {
  color: #D91F00;
}
.section-menu ul.menu li::after {
  content: " / ";
  font-size: 1.25rem;
  margin: 0 5px;
}
.section-menu ul.menu li:last-child::after {
  content: none;
}
.section-menu ul.menu li.active a {
  color: #D91F00;
}
.section-menu ul.menu li.active a:hover {
  color: #333333;
}

.section-content {
  margin-top: 25px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 46em) {
  .section-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* ================================================================================
   19. Sale Content
   ================================================================================ */
.sale-banner a img {
  width: 100%;
  height: auto;
}

.sale-notice {
  background-color: #4EACFF;
  text-align: center;
  padding: 10px;
}
.sale-notice p {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.1rem;
  margin-bottom: 10px;
  position: relative;
  top: 2px;
  text-shadow: 1px 1px 1px #201f1f;
}
.sale-notice a {
  display: inline-block;
  padding: 10px 15px;
  margin-left: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .sale-notice .columns {
    margin-bottom: 10px;
  }
  .sale-notice .columns a {
    margin: 0;
  }
}

#personal-unlimited-use .sale-page-heading {
  margin-top: -5px;
  color: #FFFFFF;
}
#personal-unlimited-use .sale-page-heading p {
  font-size: 1.5rem;
  margin: 0;
}
#personal-unlimited-use .sale-page-heading p .discount {
  color: #D91F00;
  font-size: 2.75rem;
}
#personal-unlimited-use .sale-page-heading h2 {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.15;
}
@media only screen and (max-width: 40em) {
  #personal-unlimited-use .sale-page-heading p {
    margin: 20px auto;
  }
  #personal-unlimited-use .sale-page-heading p .discount {
    display: block;
    margin: -15px auto -20px;
  }
}
#personal-unlimited-use #our-classes ul {
  display: flex;
}
#personal-unlimited-use #pricing .sale-pricing ul li .sticker .sticker-text .label {
  top: 0;
}
#personal-unlimited-use #pricing .sale-pricing ul li .sticker .sticker-text .number {
  top: -5px;
  left: 0;
}
#personal-unlimited-use #pricing .sale-pricing ul li .subscription.semi-annual .length {
  background-color: #5f58c5;
}
#personal-unlimited-use #pricing .sale-pricing ul li .subscription.annual .length {
  background-color: #cfd0d0;
}
#personal-unlimited-use #pricing .sale-pricing ul li .subscription.monthly .length {
  background-color: #ed8993;
}
#personal-unlimited-use #pricing .sale-pricing .monthly-upsell p {
  margin: 20px auto;
  font-size: 1rem;
  font-style: normal;
}

/* ================================================================================
   20. Videos
   ================================================================================ */
.video {
  position: relative;
  cursor: pointer;
  max-width: 100% !important;
  height: auto !important;
}
.video .play_border {
  position: absolute;
  color: #FFFFFF;
  top: 40%;
  left: 40%;
  font-size: 38px;
  line-height: 50%;
  text-align: center;
  height: 40px;
  width: 60px;
  background: rgba(32, 31, 31, 0.85);
  border-radius: 3px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.video .play_border:hover, .video .play_border:active {
  color: #ff0000;
}
@media only screen and (max-width: 46em) {
  .video .play_border {
    font-size: 45px;
  }
}
.video.iframe-loaded {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
.video.iframe-loaded iframe {
  margin-bottom: 0;
}
.video.iframe-loaded.widescreen {
  padding-bottom: 56.34%;
}
.video.iframe-loaded.vimeo {
  padding-top: 0;
}
.video.iframe-loaded iframe,
.video.iframe-loaded object,
.video.iframe-loaded embed,
.video.iframe-loaded video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
/* ================================================================================
   22. White Outline
   ================================================================================ */
.white-outline {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 15px;
  margin-top: 10px;
  transition: box-shadow 550ms;
  font-weight: 100;
}
.white-outline:hover, .white-outline:active {
  box-shadow: 0 1px 6px 0 #FFFFFF;
}
@media only screen and (max-width: 46em) {
  .white-outline {
    margin-top: 20px;
  }
}
.white-outline .bar-right:before {
  width: 1px;
  background: #FFFFFF;
  height: 100%;
  position: absolute;
  right: 0;
  content: "";
  display: block;
}
.white-outline strong {
  text-transform: uppercase;
  font-weight: 600;
}
.white-outline .push {
  margin-top: 10px;
}
.white-outline a {
  color: #FFFFFF;
  font-weight: 600;
}
.white-outline a:hover, .white-outline a:active {
  text-decoration: underline;
}

/* ================================================================================
   23. SSoD Inline
   ================================================================================ */
ul.ssod-inline {
  list-style: none;
  display: block;
  text-align: center;
}
ul.ssod-inline:before {
  content: "";
  height: 1px;
  top: -5px;
  background: #D91F00;
  max-width: 400px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
ul.ssod-inline li {
  display: inline-block;
  font-weight: 100;
  font-size: 24px;
}
@media only screen and (max-width: 46em) {
  ul.ssod-inline li {
    font-size: 16px;
  }
}
ul.ssod-inline li:before {
  font-weight: 100;
  content: "/";
  padding: 0 5px;
  display: inline-block;
}
ul.ssod-inline li:first-child:before {
  display: none;
  content: "";
}
ul.ssod-inline li a {
  outline: none;
}
ul.ssod-inline li a:hover, ul.ssod-inline li a:active {
  color: #D91F00;
  outline: none;
}
ul.ssod-inline li.active {
  font-weight: 400;
}
ul.ssod-inline li.active a {
  color: #D91F00;
}

/* ================================================================================
   25. Sweaters
   ================================================================================ */
.sweaters h3 {
  color: #343232;
  text-align: center;
  margin: 20px 0 40px;
  font-size: 28px;
  font-weight: 700;
}
.sweaters .slick-slide h3 {
  margin: 0 0 10px;
}
.sweaters .slick-testimonial.slick-slider {
  max-width: 86%;
  margin: 0 auto;
}
.sweaters .bold {
  font-weight: 600;
}

/* ================================================================================
   30. Compatible Devices
   ================================================================================ */
#compatible-devices .widget .devices h5 {
  color: #FFFFFF;
}
#compatible-devices .widget .devices a {
  color: #FFFFFF;
}

/* ================================================================================
   31. Personal Unlimited Use - AAP Page
   ================================================================================ */
#personal-unlimited-use {
  /**
   * Page Header
   */
  /**
   * Our Classes
   */
  /**
   * Features
   */
  /**
   * Pricing
   */
}
#personal-unlimited-use h2 {
  color: #D91F00;
  font-weight: 600;
  font-size: 2.5rem;
}
#personal-unlimited-use #page-header {
  background: url(../img/ssod_aap_hero.png) center center no-repeat;
  background-size: cover;
  min-height: 500px;
  width: 100%;
  text-align: center;
  padding: 50px;
  border-bottom: 2px solid #ff0000;
}
#personal-unlimited-use #page-header img.logo {
  width: 200px;
}
#personal-unlimited-use #page-header h1.title {
  margin-top: 50px;
  font-weight: 700;
  color: #FFFFFF;
}
#personal-unlimited-use #page-header h1.title span.subtitle {
  position: relative;
  top: -15px;
  font-weight: 200;
  font-size: 2.25rem;
}
#personal-unlimited-use #page-header a.button {
  margin-top: 25px;
  padding: 10px 40px;
}
#personal-unlimited-use #page-header a.down-button {
  display: block;
  margin: 50px auto 0;
  height: 35px;
  width: 35px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  text-indent: -9999px;
}
#personal-unlimited-use #page-header a.down-button::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  top: -18px;
  left: 9px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(45deg);
}
@media only screen and (max-width: 40em) {
  #personal-unlimited-use #page-header h1.title {
    line-height: 1.15;
  }
  #personal-unlimited-use #page-header h1.title span.subtitle {
    top: 0;
  }
}
#personal-unlimited-use #main-content {
  padding: 15px 0;
}
#personal-unlimited-use #main-content h2 {
  text-align: center;
}
#personal-unlimited-use #our-classes {
  text-align: center;
}
#personal-unlimited-use #our-classes ul {
  margin-top: 15px;
}
#personal-unlimited-use #our-classes ul li .class-icon {
  height: 95px;
  width: 80px;
  margin: 0 auto;
  position: relative;
}
#personal-unlimited-use #our-classes ul li .class-icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#personal-unlimited-use #our-classes ul li h3 {
  color: #D91F00;
  font-weight: 600;
  font-size: 1.5rem;
  max-width: 135px;
  margin: 15px auto 0 auto;
  line-height: 0.9;
}
#personal-unlimited-use #features {
  background: #f0f0f0;
  text-align: center;
}
#personal-unlimited-use #features h2 {
  margin-top: 25px;
  line-height: 1;
}
#personal-unlimited-use #features p.small {
  font-size: 0.8rem;
  font-weight: 700;
}
#personal-unlimited-use #features ul {
  margin: 0 auto 80px auto;
  width: 80%;
}
#personal-unlimited-use #features ul li {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.25;
  list-style: none;
  position: relative;
}
#personal-unlimited-use #features ul li:before {
  position: absolute;
  left: -35px;
  top: -8px;
  content: "✓";
  color: #D91F00;
  font-size: 1.5rem;
}
#personal-unlimited-use #pricing {
  background: #161515 url("../img/grey-textured-bg.png") repeat center top;
  padding: 25px 0;
  text-align: center;
  border-bottom: 5px solid #ff0000;
}
#personal-unlimited-use #pricing h2 {
  color: #FFFFFF;
}
#personal-unlimited-use #pricing ul {
  margin: 80px auto 0 auto;
  max-width: 1000px;
}
#personal-unlimited-use #pricing ul li {
  position: relative;
}
#personal-unlimited-use #pricing ul li .sticker {
  position: absolute;
  top: 75px;
  right: -10px;
  width: 85px;
  height: 85px;
  color: #FFFFFF;
  z-index: 900;
}
#personal-unlimited-use #pricing ul li .sticker .sticker-text {
  position: absolute;
  z-index: 1000;
  top: 18px;
  font-size: 0.8rem;
}
#personal-unlimited-use #pricing ul li .sticker .sticker-text .label {
  position: relative;
  top: -3px;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
}
#personal-unlimited-use #pricing ul li .sticker .sticker-text .number {
  position: relative;
  top: -13px;
  left: 23px;
  font-size: 1.25rem;
  font-weight: 900;
}
#personal-unlimited-use #pricing ul li .sticker .sticker-text .frequency {
  position: relative;
  top: -3px;
  left: -19px;
  font-size: 0.75rem;
}
#personal-unlimited-use #pricing ul li .sticker.semi-annual svg.burst {
  fill: #edb240;
}
#personal-unlimited-use #pricing ul li .sticker.annual {
  top: 25px;
}
#personal-unlimited-use #pricing ul li .sticker.annual svg.burst {
  fill: #ff0000;
}
#personal-unlimited-use #pricing ul li .sticker.monthly svg.burst {
  fill: #7d7d7d;
}
#personal-unlimited-use #pricing ul li .sticker.monthly .sticker-text .label {
  position: relative;
  top: 0;
}
#personal-unlimited-use #pricing ul li .sticker.monthly .sticker-text .label:nth-child(2) {
  top: -5px;
}
#personal-unlimited-use #pricing ul li .subscription {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 4px solid #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
}
#personal-unlimited-use #pricing ul li .subscription .banner {
  position: absolute;
  top: 3px;
  right: -30px;
  width: 100px;
  padding: 3px 25px;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: 700;
  transform: rotate(45deg);
}
#personal-unlimited-use #pricing ul li .subscription .length {
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
}
#personal-unlimited-use #pricing ul li .subscription .title {
  font-size: 0.8rem;
  padding: 3px 0;
}
#personal-unlimited-use #pricing ul li .subscription .price {
  position: relative;
  margin: -20px 0;
  font-size: 4.38rem;
  font-weight: 700;
}
#personal-unlimited-use #pricing ul li .subscription .price .superscript {
  position: relative;
  top: -25px;
  font-size: 2.3rem;
}
#personal-unlimited-use #pricing ul li .subscription .price .subscript {
  position: absolute;
  bottom: 30px;
  right: 55px;
  font-size: 0.9rem;
}
#personal-unlimited-use #pricing ul li .subscription .billing {
  width: 60%;
  margin: 0 auto;
  line-height: 1.15;
  font-weight: 700;
}
#personal-unlimited-use #pricing ul li .subscription form {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#personal-unlimited-use #pricing ul li .subscription form button.button {
  padding: 10px 40px;
}
#personal-unlimited-use #pricing ul li .subscription.semi-annual {
  border-color: #edb240;
  color: #edb240;
}
#personal-unlimited-use #pricing ul li .subscription.semi-annual .length {
  background-color: #faeacc;
}
#personal-unlimited-use #pricing ul li .subscription.annual {
  position: relative;
  top: -50px;
  border-color: #ff0000;
  color: #ff0000;
}
#personal-unlimited-use #pricing ul li .subscription.annual .banner {
  background-color: #ff0000;
  color: #FFFFFF;
}
#personal-unlimited-use #pricing ul li .subscription.annual .length {
  background-color: #ff9999;
}
#personal-unlimited-use #pricing ul li .subscription.monthly {
  border-color: #7d7d7d;
  color: #7d7d7d;
}
#personal-unlimited-use #pricing ul li .subscription.monthly .length {
  background-color: #cacaca;
}
#personal-unlimited-use #pricing p {
  width: 70%;
  margin: 30px auto;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (max-width: 40em) {
  #personal-unlimited-use #pricing ul {
    text-align: center;
    margin: 0;
  }
  #personal-unlimited-use #pricing ul li {
    max-width: 300px;
    float: none;
    margin: 0 auto;
  }
  #personal-unlimited-use #pricing ul li .sticker {
    left: -5px;
    top: -15px;
  }
  #personal-unlimited-use #pricing ul li .sticker.annual {
    top: -15px;
  }
  #personal-unlimited-use #pricing ul li .subscription form button.button {
    margin: 0;
    width: 80%;
  }
  #personal-unlimited-use #pricing ul li .subscription.annual {
    top: 0;
  }
}
#personal-unlimited-use #backstage-pass-upgrade {
  background: url("../img/aap-backstage-pass-bg.png") no-repeat center center;
  background-size: cover;
  padding: 25px 0;
}
#personal-unlimited-use #backstage-pass-upgrade h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
}
#personal-unlimited-use #backstage-pass-upgrade ul li {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.25;
  list-style: none;
  position: relative;
}
#personal-unlimited-use #backstage-pass-upgrade ul li:before {
  position: absolute;
  left: -35px;
  top: -3px;
  content: "✓";
  color: #D91F00;
  font-size: 1.5rem;
}
#personal-unlimited-use #backstage-pass-upgrade blockquote {
  color: #ff0000;
  line-height: 1.25;
  border: none;
  max-width: 280px;
  font-weight: 700;
}
#personal-unlimited-use #backstage-pass-upgrade blockquote cite {
  position: relative;
  top: 10px;
  left: -15px;
  color: #FFFFFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
#personal-unlimited-use #backstage-pass-upgrade p {
  width: 70%;
  margin: 30px auto;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
}

/* ================================================================================
   32. Streaming Devices (Footer Widget)
   ================================================================================ */
.widget_ssod_streaming_devices {
  background: #272626;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.widget_ssod_streaming_devices .devices {
  padding: 25px;
}
.widget_ssod_streaming_devices .devices h5 {
  font-size: 1.25rem;
}
.widget_ssod_streaming_devices .devices hr {
  width: 86px;
  margin: 20px auto 0;
}
.widget_ssod_streaming_devices .devices ul {
  margin-top: 25px;
}
.widget_ssod_streaming_devices .devices a.button {
  padding: 10px 40px;
  font-weight: 400;
}

/* ================================================================================
   33. Intensity Rating
   ================================================================================ */
.averageRat {
  border: none;
}
.averageRat .avgContent {
  position: relative;
}
.averageRat .avgContent input {
  display: none;
}
.averageRat .avgContent label {
  color: #ccc;
  margin: 0 2px;
  font-size: 1.25rem;
  height: 25px;
}
.averageRat .avgContent label svg {
  height: 25px;
}
.averageRat .avgContent label svg path {
  fill: none;
  stroke: #D91F00;
  stroke-width: 2px;
  stroke-linejoin: round;
}
.averageRat .avgContent label.full svg path {
  fill: #D91F00;
}
.averageRat .avgContent span {
  font-size: 1rem;
  font-weight: 300;
  margin-left: 2px;
}

#intensityRatingModal h2#modalTitle {
  color: #201f1f;
}
#intensityRatingModal p.lead {
  text-align: center;
}
#intensityRatingModal form.ratingForm {
  max-width: 300px;
  margin: 0 auto;
}
#intensityRatingModal form.ratingForm .rating {
  text-align: center;
  margin-top: 15px;
}
#intensityRatingModal form.ratingForm .rating label {
  position: relative;
}
#intensityRatingModal form.ratingForm .rating label path {
  fill: none;
  stroke: #D91F00;
  stroke-width: 2px;
  stroke-linejoin: round;
}
#intensityRatingModal form.ratingForm .rating label.full path {
  fill: #D91F00;
}
#intensityRatingModal form.ratingForm .rating label:hover ~ label path {
  fill: none;
}
#intensityRatingModal form.ratingForm .rating label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 24px;
  height: 43px;
}
#intensityRatingModal form.ratingForm .rating label:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 43px;
}
#intensityRatingModal form.ratingForm .rating > input {
  display: none;
}
#intensityRatingModal form.ratingForm .rating .submitbtn {
  margin-top: 25px;
}
#intensityRatingModal form.ratingForm .rating:hover label path {
  fill: #D91F00;
}
#intensityRatingModal form.ratingForm .rating.checked label path {
  fill: #D91F00;
}
#intensityRatingModal form.ratingForm .rating.checked > input.checked + label ~ label path {
  fill: none;
}
#intensityRatingModal form.ratingForm .rating.ratingdisabled {
  pointer-events: none;
}
#intensityRatingModal .ratMsg {
  display: inline-block;
  margin: 15px 0 0;
  text-align: center;
  width: 100%;
}

/* ================================================================================
   34. Individual Class Page
   ================================================================================ */
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  83% {
    transform: rotate(10deg);
  }
  86% {
    transform: rotate(-10deg);
  }
  89% {
    transform: rotate(10deg);
  }
  93% {
    transform: rotate(-10deg);
  }
  95% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.single-ssod_workout .add_schedule_mob_vew a {
  animation: wiggle 5s linear infinite;
}
.single-ssod_workout article header .upsell a {
  width: 100%;
  font-size: 1.75rem;
}
.single-ssod_workout article header .upsell a .large {
  position: relative;
  top: 7px;
  font-size: 3rem;
  font-weight: 100;
  line-height: 0;
}
.single-ssod_workout article header .upsell a .small {
  position: relative;
  top: -5px;
  font-size: 0.8rem;
}
.single-ssod_workout article header .back-to-classes {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-ssod_workout article .entry-content .video {
  position: relative;
}
.single-ssod_workout article .entry-content .video .video-js-outer {
  margin-bottom: 0;
}
.single-ssod_workout article .entry-content .video a.rate-share {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  height: 60px;
  width: 60px;
  font-size: 2.5rem;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
.single-ssod_workout article .entry-content .video a.rate-share i {
  position: relative;
  top: -6px;
  left: 6px;
}
.single-ssod_workout article .entry-content .video .rate-share-box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #D91F00;
  padding: 25px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.single-ssod_workout article .entry-content .video .rate-share-box .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.75rem;
}
.single-ssod_workout article .entry-content .video .rate-share-box ul {
  margin: 15px 0 0 0;
}
.single-ssod_workout article .entry-content .video .rate-share-box ul li {
  list-style: none;
  text-align: center;
}
.single-ssod_workout article .entry-content .video .rate-share-box ul li a {
  background: transparent;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 300;
  padding-left: 40px;
  color: #D91F00;
}
.single-ssod_workout article .entry-content .video .rate-share-box ul li a i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 2.5rem;
}
.single-ssod_workout article .entry-content .video .rate-share-box ul li a.rate-workout {
  text-transform: none;
  padding: 8px 15px;
  font-size: 1.125rem;
  border: 1px solid #D91F00;
  border-radius: 4px;
  margin-top: 15px;
}
@media only screen and (max-width: 40em) {
  .single-ssod_workout article .entry-content .video .rate-share-box {
    background: rgba(255, 255, 255, 0.975);
  }
}
.single-ssod_workout article .entry-content .video .video-extras ul {
  margin: 0;
  text-align: right;
}
.single-ssod_workout article .entry-content .video .video-extras ul li {
  list-style: none;
}
.single-ssod_workout article .entry-content .video .video-extras ul li.playbackIssueContent a {
  background: transparent;
  color: #000000;
  font-weight: normal;
  padding: 0;
}
.single-ssod_workout article .entry-content .video .video-extras ul li.playbackIssueContent a i {
  display: none;
}
.single-ssod_workout article .entry-content .video .video-extras ul li.cast-button {
  margin-right: 25px;
}
.single-ssod_workout article .entry-content .video .video-extras ul li.cast-button a {
  display: inline-block;
  background: transparent;
  color: #D91F00;
  border: 1px solid #D91F00;
  padding: 5px 10px;
  border-radius: 4px;
}
.single-ssod_workout article .entry-content .video .video-extras ul li.cast-button select {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #D91F00;
  border: 1px solid #D91F00;
  padding: 5px 10px;
  border-radius: 4px;
}
.single-ssod_workout article .entry-content .video .video-extras ul li.cast-button .hide {
  display: none;
}
.single-ssod_workout article .entry-content .video .video-extras ul li:not(.hide) {
  display: inline-block !important;
}
@media only screen and (max-width: 40em) {
  .single-ssod_workout article .entry-content .video .video-extras ul {
    text-align: left;
  }
  .single-ssod_workout article .entry-content .video .video-extras ul li {
    width: 100%;
  }
  .single-ssod_workout article .entry-content .video .video-extras ul li.cast-button {
    margin-right: 0;
  }
  .single-ssod_workout article .entry-content .video .video-extras ul li.cast-button a {
    padding: 10px;
    width: 100%;
  }
  .single-ssod_workout article .entry-content .video .video-extras ul li.cast-button select {
    padding: 10px;
    width: 100%;
  }
  .single-ssod_workout article .entry-content .video .video-extras ul li:not(.hide) {
    display: block;
  }
}
.single-ssod_workout article .entry-content .video:hover a.rate-share {
  opacity: 1 !important;
}
.single-ssod_workout article .entry-content .video.free-trial a.rate-share {
  top: 176px;
}
.single-ssod_workout article .entry-content .details ul {
  margin-left: 0;
}
.single-ssod_workout article .entry-content .details ul.class-details li {
  list-style: none;
  font-weight: 600;
  font-size: 1.375rem;
}
.single-ssod_workout article .entry-content .details ul.class-details li a {
  font-weight: 300;
}
.single-ssod_workout article .entry-content .details ul.class-details li .data {
  font-weight: 300;
}
.single-ssod_workout article .entry-content .details ul.class-details li.averageRat .avgContent {
  display: inline-block;
}
.single-ssod_workout article .entry-content .details ul.class-details li.averageRat .avgContent label {
  position: relative;
  top: 6px;
}
.single-ssod_workout article .entry-content .details ul.class-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #F9F9F9;
  border-bottom: 2px solid #F9F9F9;
  padding: 1rem 0 0;
  margin-bottom: 1.5rem;
}
.single-ssod_workout article .entry-content .details ul.class-actions li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.single-ssod_workout article .entry-content .details ul.class-actions li a {
  position: relative;
  background: transparent;
  padding-left: 40px;
  color: #7d7d7d;
}
.single-ssod_workout article .entry-content .details ul.class-actions li a i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 2.5rem;
}
.single-ssod_workout article .entry-content .details ul.class-actions li a.sweat-party {
  padding-left: 0;
}
.single-ssod_workout article .entry-content .details ul.class-actions li a.sweat-party img {
  width: 80%;
  height: auto;
  filter: grayscale(100%);
}
.single-ssod_workout article .entry-content .details ul.class-actions li a.success i {
  color: #D91F00;
}
.single-ssod_workout article .entry-content .details ul.class-actions li a.white-icon {
  background: #e23037;
  border: 2.5px solid #e23037;
}
.single-ssod_workout article .entry-content .details ul.class-actions li .msgTracks {
  margin: 0;
}
@media only screen and (max-width: 40em) {
  .single-ssod_workout article .entry-content .details ul.class-actions li a {
    margin-bottom: 0;
    text-align: left;
  }
}
.single-ssod_workout article .entry-content .description {
  border-bottom: 2px solid #F9F9F9;
}
.single-ssod_workout article .entry-content .description h1 {
  font-weight: 700;
  color: #000000;
}
.single-ssod_workout article .entry-content .description .equipment {
  font-size: 1.2rem;
}
.single-ssod_workout article .entry-content .description a span {
  color: #D91F00 !important;
}
.single-ssod_workout article footer .related-classes {
  padding-bottom: 50px;
}
.single-ssod_workout article footer .related-classes h2 {
  margin-bottom: 25px;
  color: #000000;
}
.single-ssod_workout article.ssod_features-download {
  padding-top: 25px;
}
.single-ssod_workout article.ssod_features-download h1, .single-ssod_workout article.ssod_features-download h2, .single-ssod_workout article.ssod_features-download h3, .single-ssod_workout article.ssod_features-download h4, .single-ssod_workout article.ssod_features-download h5 {
  font-weight: 700;
  color: #000000;
}
.single-ssod_workout article.ssod_features-download a span {
  color: #D91F00 !important;
}
.single-ssod_workout #sidebar {
  padding-top: 30px;
  padding-bottom: 25px;
}
.single-ssod_workout #sidebar h2, .single-ssod_workout #sidebar h3, .single-ssod_workout #sidebar h4, .single-ssod_workout #sidebar h5 {
  color: #201f1f;
}
.single-ssod_workout #sidebar .widget {
  margin: 15px auto;
  padding: 10px;
  border: 1px solid #000;
}
.single-ssod_workout #sidebar .widget input {
  margin: 0;
}
.single-ssod_workout #sidebar .widget button,
.single-ssod_workout #sidebar .widget a.button {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
}
.single-ssod_workout #sidebar .widget ul.pricing-table li.lead-in {
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

/* ===============================================================================
   33. Class Download Packs
   ================================================================================ */
#class-download-packs {
  margin-top: 50px;
}
#class-download-packs ul {
  margin-top: 25px;
}
#class-download-packs ul li div {
  background: #343233;
  width: 80%;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
#class-download-packs ul li div h5 {
  font-size: 24px;
  font-weight: 700;
}
#class-download-packs ul li div .package {
  background: transparent url("../img/SWEAT-FEST-Class-Packs.jpg") center center no-repeat;
  text-align: center;
  font-family: Georgia, serif;
  background-size: contain;
  color: #ff0000;
  font-size: 50px;
  line-height: 60px;
  width: 100%;
  min-height: 110px;
}
#class-download-packs ul li div .button {
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#class-download-packs ul li div .modal-link {
  color: #FFFFFF;
  text-decoration: underline;
}

.reveal-modal.class-packs h2,
.reveal-modal.class-packs h3 {
  color: #201f1f;
}
.reveal-modal.class-packs .class-meta {
  margin-bottom: 5px;
}

/* ===============================================================================
   34. 2018 Page Templates & Blog
   ================================================================================ */
body.page-template-page-full-width-2018 article h1.entry-title,
body.page-template-page-full-width-2018-leftsidebar article h1.entry-title,
body.page-template-page-landing-page-2018 article h1.entry-title {
  color: #201f1f;
}
body.page-template-page-full-width-2018 article .entry-content h1, body.page-template-page-full-width-2018 article .entry-content h2, body.page-template-page-full-width-2018 article .entry-content h3, body.page-template-page-full-width-2018 article .entry-content h4, body.page-template-page-full-width-2018 article .entry-content h5, body.page-template-page-full-width-2018 article .entry-content h6,
body.page-template-page-full-width-2018-leftsidebar article .entry-content h1,
body.page-template-page-full-width-2018-leftsidebar article .entry-content h2,
body.page-template-page-full-width-2018-leftsidebar article .entry-content h3,
body.page-template-page-full-width-2018-leftsidebar article .entry-content h4,
body.page-template-page-full-width-2018-leftsidebar article .entry-content h5,
body.page-template-page-full-width-2018-leftsidebar article .entry-content h6,
body.page-template-page-landing-page-2018 article .entry-content h1,
body.page-template-page-landing-page-2018 article .entry-content h2,
body.page-template-page-landing-page-2018 article .entry-content h3,
body.page-template-page-landing-page-2018 article .entry-content h4,
body.page-template-page-landing-page-2018 article .entry-content h5,
body.page-template-page-landing-page-2018 article .entry-content h6 {
  color: #201f1f;
}
body.page-template-page-full-width-2018 article .entry-content figure,
body.page-template-page-full-width-2018-leftsidebar article .entry-content figure,
body.page-template-page-landing-page-2018 article .entry-content figure {
  margin: 0;
}

body.page-template-page-landing-page-2018 article .entry-content > figure img,
body.page-template-page-landing-page-2018 article .entry-content > p img,
body.page-template-page-landing-page-2018 article .entry-content > a img {
  width: 100%;
  margin: 0;
}
body.page-template-page-landing-page-2018 article .entry-content > p:last-child {
  margin: 0;
}
body.page-template-page-landing-page-2018 article .entry-content > img {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 40em) {
  body.page-template-page-landing-page-2018 article .entry-content .row {
    padding: 0 15px;
  }
}

/***
Updated Payment Method Notice
***/
#updated-payment-method-notice {
  text-align: center;
}
#updated-payment-method-notice h3 {
  text-align: left;
  margin-bottom: 25px;
}
#updated-payment-method-notice button.close-reveal-modal {
  position: relative;
  top: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  margin-right: 25px;
  margin-left: 15px;
  box-shadow: none;
  border-radius: 0;
}

html {
  scroll-behavior: smooth;
}

/* ===============================================================================
   37. Import additional stylesheets
   ================================================================================ */
/* ================================================================================
	Button Styles
   ================================================================================ */
body:not(.home) .button, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.button, body:not(.home) button {
  margin-bottom: 0;
  font-family: "proxima-nova", sans-serif;
}
@media only screen and (max-width: 46em) {
  body:not(.home) .button, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.button, body:not(.home) button {
    margin-bottom: 10px;
    width: 100%;
  }
}
body:not(.home) .button.white, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.white.button, body:not(.home) button.white {
  border-radius: 3px;
  font-weight: 700;
  background: #FFFFFF;
  color: #D91F00 !important;
  transition: box-shadow 550ms;
  box-shadow: 1px 1px 1px 0 #161515;
}
body:not(.home) .button.white:hover, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white.button:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.white.button:hover, body:not(.home) .button.white:active, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white.button:active, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.white.button:active, body:not(.home) button.white:hover, body:not(.home) button.white:active {
  text-decoration: none !important;
  background: #FFFFFF;
  box-shadow: 1px 1px 10px 0 #161515;
  color: #161515 !important;
}
body:not(.home) .button.red-outline, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.red-outline.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.red-outline.button, body:not(.home) button.red-outline {
  background: #FFFFFF;
  color: #D91F00 !important;
  transition: box-shadow 550ms;
  border-radius: 3px;
  border: 1px solid #D91F00;
}
body:not(.home) .button.red-outline:hover, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.red-outline.button:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.red-outline.button:hover, body:not(.home) .button.red-outline:active, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.red-outline.button:active, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.red-outline.button:active, body:not(.home) button.red-outline:hover, body:not(.home) button.red-outline:active {
  text-decoration: none !important;
  color: #161515 !important;
}
body:not(.home) .button.red, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.button, body:not(.home) button.red {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #FFFFFF !important;
  border-radius: 3px;
  box-shadow: 0 1px 3px #000000;
}
body:not(.home) .button.red.secondary, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button.secondary, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.button.secondary, body:not(.home) button.red.secondary {
  color: #FFFFFF;
  background: #918D8D;
}
body:not(.home) .button.red.secondary:hover, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button.secondary:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.button.secondary:hover, body:not(.home) .button.red.secondary:active, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button.secondary:active, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.button.secondary:active, body:not(.home) button.red.secondary:hover, body:not(.home) button.red.secondary:active {
  background: #787373;
}
body:not(.home) .button.red.no-box-shadow, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button.no-box-shadow, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.button.no-box-shadow, body:not(.home) button.red.no-box-shadow {
  box-shadow: none;
}
body:not(.home) .button.transparent, body:not(.home) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.transparent.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body:not(.home) input.transparent.button, body:not(.home) button.transparent {
  background: none;
  border: 1px solid #201f1f;
  border-radius: 3px;
}

/* ===============================================================================
	Homepage Styling
   ================================================================================ */
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).red:hover,
body.home:not(.content):not(.logged-in):not(.mobile) .button.red:hover,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button:hover,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.button:hover, body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).red.solid:hover,
body.home:not(.content):not(.logged-in):not(.mobile) .button.red.solid:hover, body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).solid:hover,
body.home:not(.content):not(.logged-in):not(.mobile) .button.solid:hover, body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next):hover,
body.home:not(.content):not(.logged-in):not(.mobile) .button:hover {
  background: #c61b22;
  color: #FFFFFF;
  border-color: #c61b22;
}

body.home:not(.content):not(.logged-in):not(.mobile) {
  font-family: "montserrat", sans-serif;
}
body.home:not(.content):not(.logged-in):not(.mobile) #slide-out-menu button {
  text-align: right;
  font-size: 1.875rem;
  border: none;
}
body.home:not(.content):not(.logged-in):not(.mobile) #slide-out-menu a {
  color: #1a1a1a;
  text-decoration: none;
}
body.home:not(.content):not(.logged-in):not(.mobile) #slide-out-menu a:hover {
  color: #FFFFFF;
}
body.home:not(.content):not(.logged-in):not(.mobile) h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 36px;
}
body.home:not(.content):not(.logged-in):not(.mobile) a:not(.facebook):not(.google):not(.button) {
  color: #e23037;
  font-weight: 500;
  text-decoration: underline;
}
body.home:not(.content):not(.logged-in):not(.mobile) figure {
  margin: 0;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next),
body.home:not(.content):not(.logged-in):not(.mobile) .button,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.button {
  background: transparent;
  width: 100%;
  max-width: 350px;
  padding: 15px;
  color: #201f1f;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border: 2px solid #201f1f;
  border-radius: 0;
  transition: color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).small,
body.home:not(.content):not(.logged-in):not(.mobile) .button.small,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.small.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.small.button {
  max-width: 230px;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).solid,
body.home:not(.content):not(.logged-in):not(.mobile) .button.solid,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.solid.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.solid.button {
  background: #201f1f;
  color: #FFFFFF;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).white,
body.home:not(.content):not(.logged-in):not(.mobile) .button.white,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.white.button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).white.solid,
body.home:not(.content):not(.logged-in):not(.mobile) .button.white.solid,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white.solid.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.white.solid.button {
  background: #FFFFFF;
  color: #201f1f;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).white:hover,
body.home:not(.content):not(.logged-in):not(.mobile) .button.white:hover,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white.button:hover,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.white.button:hover {
  background: #201f1f;
  color: #FFFFFF;
  border-color: #201f1f;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).red,
body.home:not(.content):not(.logged-in):not(.mobile) .button.red,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.button {
  color: #da1f26;
  border-color: #da1f26;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).red.solid,
body.home:not(.content):not(.logged-in):not(.mobile) .button.red.solid,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button.solid,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.button.solid {
  background: #da1f26;
  color: #FFFFFF;
}
body.home:not(.content):not(.logged-in):not(.mobile) button:not(.slick-prev):not(.slick-next).button-get,
body.home:not(.content):not(.logged-in):not(.mobile) .button.button-get,
body.home:not(.content):not(.logged-in):not(.mobile) .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button-get.button,
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer body.home:not(.content):not(.logged-in):not(.mobile) input.button-get.button {
  max-width: 100%;
}
body.home .sale-button-container {
  margin: 25px 0;
}
body.home .sale-button-container #sale-pricing-button {
  background: #e23037;
  border-color: #e23037;
  color: #FFFFFF;
  border-radius: 50px;
}
body.home .sale-button-container #sale-pricing-button:hover {
  background: #333333;
  border-color: #333333;
}

/* ================================================================================
	IIAB Box Styles
   ================================================================================ */
.iiab-box {
  background: #272626;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 25px;
  color: #FFFFFF;
}
.iiab-box h1, .iiab-box h2, .iiab-box h3, .iiab-box h4, .iiab-box h5, .iiab-box h6 {
  color: #FFFFFF !important;
}
.iiab-box a {
  color: #FFFFFF;
  text-decoration: underline;
}
.iiab-box.blue {
  background: #0094a9;
  padding: 20px 40px;
}
.iiab-box:hover, .iiab-box:active {
  background: #222121;
}
.iiab-box:hover.blue, .iiab-box:active.blue {
  background: #008b9f;
}
.iiab-box .video {
  margin-left: 20px;
  margin-bottom: 10px;
  float: right;
}
.iiab-box .accordion {
  clear: both;
  margin-left: 0;
  margin-bottom: 20px;
}
.iiab-box .accordion li.accordion-navigation a {
  background: none;
  color: #FFFFFF;
  font-size: 20px;
  padding: 0.5rem;
  text-decoration: none;
}
.iiab-box .accordion li.accordion-navigation a:hover, .iiab-box .accordion li.accordion-navigation a:active {
  text-decoration: none;
  color: #cccccc;
}
.iiab-box .accordion li.accordion-navigation .content {
  background: none;
  padding-top: 0;
}
.iiab-box .accordion li.accordion-navigation .content ul {
  list-style: square;
}
.iiab-box .accordion li.accordion-navigation .content a {
  font-size: 16px;
}
.iiab-box.devices {
  padding: 10px 20px;
}
.iiab-box.devices a {
  font-size: 14px;
}
.iiab-box.devices h5 {
  text-shadow: none;
  font-size: 20px;
}
@media only screen and (max-width: 46em) {
  .iiab-box.devices .columns:last-of-type {
    margin-top: 20px;
  }
}
.iiab-box.devices .columns:last-of-type:before {
  content: "";
  left: 0;
  display: block;
  top: 0;
  position: absolute;
  height: 100%;
}
@media only screen and (min-width:46.0625em) {
  .iiab-box.devices .columns:last-of-type:before {
    border-right: 1px solid #FFFFFF;
  }
}
.iiab-box button, .iiab-box .button, .iiab-box .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .iiab-box input.button {
  margin-bottom: 0;
}
.iiab-box ul, .iiab-box ol {
  padding-left: 1rem;
}
.iiab-box ul li, .iiab-box ol li {
  margin-bottom: 16px;
}
.iiab-box ul li:last-child, .iiab-box ol li:last-child {
  margin-bottom: 0;
}
.iiab-box p:last-child {
  margin-bottom: 0;
}
.iiab-box .slick .slick-dots {
  bottom: inherit;
  padding-left: 0;
  margin-left: 0;
}
.iiab-box .slick .slick-dots li:last-child {
  margin-bottom: 16px;
}
.iiab-box form.quform-form label {
  color: #FFFFFF;
}

/* ================================================================================
	FAQ Styles
   ================================================================================ */
.faq .faq-children {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px inset #201f1f;
}
.faq .faq-children:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.faq .faq-children article {
  background: #f1f0f0;
  margin-bottom: 15px;
  padding: 10px;
  color: #201f1f;
}
.faq .faq-children article a {
  color: #D91F00;
}
.faq .faq-children article header h5 {
  margin-bottom: 0;
  color: #666464;
}
.faq .faq-children article header h5 i.small {
  font-size: 14px;
  width: 20px;
  display: inline-block;
}
.faq .faq-children article section {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  padding: 8px;
}
.faq .faq-children article section p:last-child,
.faq .faq-children article section li:last-child,
.faq .faq-children article section ul:last-child,
.faq .faq-children article section div:last-child {
  margin-bottom: 0;
}

/* ===============================================================================
    Studio Sweat Gear Page Styles
   =============================================================================== */
body.tax-product_cat .page-title {
  margin-top: 50px;
  color: #201f1f;
  text-align: center;
}
body.tax-product_cat ul.products li {
  text-align: center;
  margin-bottom: 25px;
}
body.tax-product_cat ul.products li h3 {
  color: #201f1f;
}
body.tax-product_cat ul.products li .price {
  display: block;
  margin-bottom: 15px;
}
body.tax-product_cat nav.woocommerce-pagination ul {
  margin: 0 auto;
  text-align: center;
}
body.tax-product_cat nav.woocommerce-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

body.term-women .class-menu .submenu, body.term-accessories-women .class-menu .submenu, body.term-bottoms-women .class-menu .submenu, body.term-sweatshirts-women .class-menu .submenu, body.term-tanks-women .class-menu .submenu, body.term-tees-women .class-menu .submenu {
  text-align: left;
}
body.term-for-all .class-menu .submenu, body.term-accessories .class-menu .submenu, body.term-bottoms-all .class-menu .submenu, body.term-sweatshirts .class-menu .submenu, body.term-tanks .class-menu .submenu, body.term-tees .class-menu .submenu {
  text-align: right;
}

/* ===============================================================================
    Studio Sweat Landing Page Styles
   =============================================================================== */
.page-template-page-landing-page-2018 > .sale-notice {
  display: none;
}

.landing-page-layout {
  /*
  font-family: $ssod-montserrat;

  	p,h1,h2,h3,h4,h5,h6,.button {
  		font-family: $ssod-montserrat;
  	}
  */
}
.landing-page-layout section, .landing-page-layout .container {
  background-size: cover;
}
@media (max-width: 46em) {
  .landing-page-layout .small-12 {
    margin-bottom: 0;
  }
}
.landing-page-layout a {
  color: #df0d26;
}
.landing-page-layout a:hover {
  color: #c70c22;
}
.landing-page-layout h1, .landing-page-layout h2, .landing-page-layout h3, .landing-page-layout h4, .landing-page-layout h5, .landing-page-layout h6 {
  font-weight: bold;
}
.landing-page-layout .button.red, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .button.red-outline, .landing-page-layout .button.white-outline {
  font-size: 19px;
  min-width: 250px;
  border-radius: 100px;
  border-width: 2px;
  margin: 2em 0;
}
.landing-page-layout .button.red, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button {
  background: #df0d26;
  border-color: #df0d26;
}
.landing-page-layout .button.red:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button:hover {
  background: #c70c22;
}
.landing-page-layout .button.red-outline, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.red-outline.button {
  background: transparent;
}
.landing-page-layout .button.red-outline:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.red-outline.button:hover {
  background: #df0d26;
  color: #FFF !important;
}
.landing-page-layout .button.white-outline, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white-outline.button {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.landing-page-layout .button.white-outline:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.white-outline.button:hover {
  background: #FFF;
  color: #df0d26 !important;
}
.landing-page-layout .button.alt, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.alt.button {
  border-radius: 3px;
  box-shadow: none;
  font-size: 18px;
  min-width: 200px;
  border: none;
  padding: 0.75rem 2rem;
}
@media (max-width: 46em) {
  .landing-page-layout .button.alt, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.alt.button {
    width: auto;
  }
}
.landing-page-layout .columns p:last-of-type, .landing-page-layout .columns h1:last-of-type, .landing-page-layout .columns h2:last-of-type, .landing-page-layout .columns h3:last-of-type, .landing-page-layout .columns h4:last-of-type, .landing-page-layout .columns h5:last-of-type, .landing-page-layout .columns h6:last-of-type {
  margin-bottom: 0;
}
.landing-page-layout section > .row > .columns {
  text-align: center;
}
@media (min-width: 46em) {
  .landing-page-layout .valign-middle {
    display: table;
    width: 100%;
  }
  .landing-page-layout .valign-middle > .columns {
    display: table-cell;
    vertical-align: middle;
  }
  .landing-page-layout .valign-middle > .columns, .landing-page-layout .valign-middle > [class*=column] + [class*=column]:last-child {
    float: none;
  }
}
.landing-page-layout .image-background {
  background-repeat: no-repeat;
}
.landing-page-layout .gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.landing-page-layout .gallery .thumb {
  padding: 1em;
  margin: auto;
}
.landing-page-layout .images-row.layout-left > .row > .columns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 46em) {
  .landing-page-layout .images-row.layout-left > .row > .columns {
    flex-wrap: wrap;
  }
}
.landing-page-layout .images-row.layout-left [class*=line-] {
  margin: 0 3% 0 0;
  padding: 1% 3% 1% 0;
  text-align: right;
  border-right: 2px solid #a3bac6;
}
@media (max-width: 46em) {
  .landing-page-layout .images-row.layout-left [class*=line-] {
    flex-basis: 100%;
    margin: 0 0 5% 0;
    padding: 1% 3% 2%;
    text-align: center;
    border-right: none;
    border-bottom: 2px solid #a3bac6;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .solid-background .column-icon-content,
.landing-page-layout .solid-background .column-icon-before,
.landing-page-layout .solid-background .column-icon-after {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-page-layout .solid-background .column-icon-before,
.landing-page-layout .solid-background .column-icon-after {
    width: 15%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .landing-page-layout .solid-background .column-icon-before img,
.landing-page-layout .solid-background .column-icon-after img {
    width: 100%;
  }
}
.landing-page-layout .add-to-cart .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.landing-page-layout .add-to-cart .content .right-side {
  flex-grow: 3;
  text-align: left;
}
.landing-page-layout .add-to-cart .left-side {
  padding: 8em 2em 0 0;
  text-align: center;
}
.landing-page-layout .add-to-cart .left-side .thumb {
  max-width: 80px;
  margin: 0 auto;
}
.landing-page-layout .add-to-cart .left-side h3 {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 1.2em;
}
.landing-page-layout .add-to-cart .bullet-list {
  border-left: 1px solid #000;
  padding: 2em 1em 2em 4em;
}
.landing-page-layout .add-to-cart .bullet-list ul {
  text-align: left;
  font-size: 1.4em;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 0;
}
.landing-page-layout .add-to-cart .price {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 1em;
  line-height: 1.7;
  font-weight: bold;
  padding-left: 4rem;
}
@media (min-width: 1180px) {
  .landing-page-layout .add-to-cart .price {
    margin-right: 3em;
  }
}
.landing-page-layout .add-to-cart .price.compared {
  font-size: 1.3em;
}
.landing-page-layout .add-to-cart .price.compare {
  padding-left: 0;
  font-size: 1.8em;
}
.landing-page-layout .add-to-cart .price.compared, .landing-page-layout .add-to-cart .price.compare {
  line-height: 1.2;
  margin-right: 0 !important;
}
.landing-page-layout .add-to-cart .price .small {
  font-size: 1rem;
  vertical-align: top;
  display: block;
}
.landing-page-layout .add-to-cart .button-subheadline {
  margin-top: 0.25em;
  line-height: 1.3;
  font-size: 1.1em;
}
.landing-page-layout .add-to-cart .price-row .button, .landing-page-layout .add-to-cart .price-row .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .add-to-cart .price-row input.button {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 100%;
}
.landing-page-layout .add-to-cart .price-row .button + .button-subheadline, .landing-page-layout .add-to-cart .price-row .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button + .button-subheadline, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .add-to-cart .price-row input.button + .button-subheadline {
  text-align: center;
}
.landing-page-layout .add-to-cart .subheadline {
  color: #d2d2d2;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 4rem;
  margin-top: 2em;
}
@media (max-width: 1179px) {
  .landing-page-layout .add-to-cart .bullet-list {
    margin-bottom: 3em;
  }
  .landing-page-layout .add-to-cart .price,
.landing-page-layout .add-to-cart .subheadline {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .landing-page-layout .add-to-cart .content {
    flex-direction: column;
    text-align: center;
  }
  .landing-page-layout .add-to-cart .left-side {
    padding: 1em;
    width: 100%;
  }
  .landing-page-layout .add-to-cart .bullet-list {
    border-left: none;
    border-top: 1px solid #000;
    padding: 2em 1em;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .add-to-cart .button-wrap {
    margin-top: 1em;
  }
}
.landing-page-layout .table table {
  width: 100%;
  border: none;
}
@media (max-width: 46em) {
  .landing-page-layout .table table {
    table-layout: fixed;
  }
  .landing-page-layout .table table thead td:first-child {
    width: 35%;
  }
}
.landing-page-layout .table table thead, .landing-page-layout .table table tfoot {
  background: none;
}
.landing-page-layout .table table thead td, .landing-page-layout .table table tfoot td {
  font-size: 1.4em;
  padding-bottom: 1em;
  line-height: 1.1;
}
.landing-page-layout .table table thead td:first-child, .landing-page-layout .table table tfoot td:first-child {
  font-size: 1.1em;
}
@media (max-width: 46em) {
  .landing-page-layout .table table thead td, .landing-page-layout .table table tfoot td {
    font-size: 0.9em !important;
  }
}
.landing-page-layout .table table td {
  font-size: 1.2em;
  line-height: 1.75;
}
.landing-page-layout .table table td:nth-child(n+2) {
  text-align: center;
}
@media (max-width: 46em) {
  .landing-page-layout .table table td {
    font-size: 0.9em;
    line-height: 1.2;
  }
}
.landing-page-layout .table .circle {
  border-radius: 100px;
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
}
.landing-page-layout .table .circle.full-circle {
  background: #000;
}
.landing-page-layout .icon-text-boxes:not(.text-only) {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.landing-page-layout .icon-text-boxes:not(.text-only) > .row > .columns {
  text-align: left;
}
@media (max-width: 46em) {
  .landing-page-layout .icon-text-boxes:not(.text-only) {
    background-size: 200%;
    padding-bottom: 110%;
  }
  .landing-page-layout .icon-text-boxes:not(.text-only).image-left {
    background-position: bottom left;
  }
  .landing-page-layout .icon-text-boxes:not(.text-only).image-right {
    background-position: bottom right;
  }
}
@media (min-width: 46em) {
  .landing-page-layout .icon-text-boxes:not(.text-only) .image-wrap.mobile-only {
    display: none;
  }
}
.landing-page-layout .image-text-box {
  text-align: left !important;
}
.landing-page-layout .image-text-box .box {
  display: flex;
  margin-top: 2em;
}
.landing-page-layout .image-text-box .box .image {
  flex-basis: 14%;
}
.landing-page-layout .image-text-box .box .text {
  padding: 15px;
  flex-basis: 86%;
}
.landing-page-layout .image-text-box .box .text * {
  font-size: 1.1rem;
}
@media (max-width: 46em) {
  .landing-page-layout .image-text-box .box .image {
    flex-basis: 10%;
  }
  .landing-page-layout .image-text-box .box .text {
    padding-top: 0;
    flex-basis: 90%;
  }
}

.lp-modal {
  text-align: center;
  padding-bottom: 2.5em;
}
.lp-modal h1, .lp-modal h2, .lp-modal h3, .lp-modal h4, .lp-modal h5, .lp-modal h6 {
  font-weight: bold;
}
.lp-modal .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lp-modal .button-wrap {
  flex-basis: 40%;
  margin: 0 1em;
}
.lp-modal .button-divider {
  margin: 0 1em;
}
.lp-modal .button-description {
  display: block;
  font-weight: bold;
  margin-top: 0.35em;
}
.lp-modal .button, .lp-modal .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .lp-modal input.button {
  font-size: 19px;
  min-width: 275px;
  border-radius: 100px !important;
  border-width: 2px;
  margin: 1em 0 0;
}
.lp-modal .button.red, .lp-modal .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .lp-modal input.button {
  background: #df0d26;
  border-color: #df0d26;
}
.lp-modal .button.red:hover, .lp-modal .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button:hover, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .lp-modal input.button:hover {
  background: #c70c22;
}
.lp-modal .gform_footer {
  text-align: center;
}
.lp-modal.reveal-modal.small .button-divider {
  display: none;
}
@media only screen and (max-width: 1190px) {
  .lp-modal.reveal-modal.medium .button-divider {
    display: none;
  }
}
@media only screen and (max-width: 1015px) {
  .lp-modal.reveal-modal.large .button-divider {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .lp-modal.reveal-modal.x-large .button-divider {
    display: none;
  }
}

/* ===============================================================================
    Drop a Hint Page
   =============================================================================== */
.page-template-page-drop-a-hint {
  font-family: "montserrat", sans-serif;
}
.page-template-page-drop-a-hint .main-image {
  margin-top: -100px;
}
.page-template-page-drop-a-hint section.form {
  background: url("../img/HINT-hero.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px;
}
.page-template-page-drop-a-hint section.form .container {
  background: rgba(255, 255, 255, 0.87);
}
.page-template-page-drop-a-hint section.form h3 {
  color: #df0d26;
  font-size: 2.2rem;
  line-height: 1.2;
}
.page-template-page-drop-a-hint section.form h4 {
  color: #666464;
  font-size: 1.6rem;
}
.page-template-page-drop-a-hint section.form h4 + p {
  color: #707070;
}
.page-template-page-drop-a-hint section.form input {
  border-radius: 8px;
  margin: 0;
}
.page-template-page-drop-a-hint section.form input[type=text], .page-template-page-drop-a-hint section.form input[type=email] {
  border: 1px solid #4C4C4C;
  background: transparent;
  font-size: 0.8rem;
}
.page-template-page-drop-a-hint section.form input[type=submit] {
  background-color: #df0d26;
}
.page-template-page-drop-a-hint section.form input[type=submit]:hover {
  background-color: #DC1F26;
}
.page-template-page-drop-a-hint section.form .gform_footer {
  text-align: center;
}
.page-template-page-drop-a-hint section.form .gform_confirmation_message {
  background: #df0d26;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #FFF;
}
.page-template-page-drop-a-hint section.testimonial {
  background: #000;
  color: #FFF;
  padding: 95px 0;
}
.page-template-page-drop-a-hint section.testimonial img {
  width: 85px;
  margin-bottom: 3em;
}

/* ===============================================================================
  Custom Design sections for LPs
	=============================================================================== */
.landing-page-layout .custom-design .hero-2019 .hero-logo {
  max-width: 300px;
  margin-bottom: 100px;
}
@media (min-width: 90em) {
  .landing-page-layout .custom-design .hero-2019 .hero-logo {
    margin-bottom: 200px;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .hero-2019 .hero-logo {
    margin-bottom: 50px;
  }
}
.landing-page-layout .custom-design .hero-2019 .wrap {
  padding-bottom: 50px;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .hero-2019 .wrap {
    padding-bottom: 0;
    text-align: center;
  }
}
.landing-page-layout .custom-design .hero-2019 h3 {
  font-size: 1.7em;
  font-weight: 600;
}
.landing-page-layout .custom-design .pro-hero-2019 {
  background-size: 50%, cover;
  background-position: right bottom, center;
  background-repeat: no-repeat;
  color: #353535 !important;
  padding: 50px 0 0;
}
@media (min-width: 90em) {
  .landing-page-layout .custom-design .pro-hero-2019 {
    background-size: contain, cover;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .pro-hero-2019 {
    background-size: 0%, cover;
  }
}
.landing-page-layout .custom-design .pro-hero-2019 h1 {
  font-size: 3.8em;
  line-height: 1.1;
}
.landing-page-layout .custom-design .pro-hero-2019 .girl {
  display: none;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .pro-hero-2019 .girl {
    display: block;
  }
}
.landing-page-layout .custom-design .force-hero-2019 {
  padding-top: 40px;
  background-repeat: no-repeat;
}
.landing-page-layout .custom-design .force-hero-2019 h1 {
  font-size: 3.5em;
  line-height: 1.1;
}
.landing-page-layout .custom-design .force-hero-2019 .girl {
  display: none;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-hero-2019 .girl {
    display: block;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-hero-2019 .columns {
    margin: 0 auto;
    float: none;
  }
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #353535 !important;
  padding: 200px 0 150px;
  position: relative;
  text-align: center;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 {
    background-position: right;
    padding: 125px 0 100px;
  }
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .headline, .landing-page-layout .custom-design .pro-comparison-boxes-2019 .subheadline {
  color: #e5e5e5;
  margin-left: 1em;
  margin-right: 1em;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .headline {
  font-size: 4rem;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 .headline {
    font-size: 3rem;
  }
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .description {
  font-size: 1.2em;
  color: #FFF;
  font-weight: bold;
  line-height: 1.1;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .subheadline {
  margin-top: 6rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .subheadline .red-arrow {
  display: inline;
  max-width: 25px;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .comparisons {
  margin-top: 4em;
}
@media (min-width: 46em) {
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes {
    display: flex;
    align-items: center;
  }
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box {
    flex-grow: 2;
    flex-basis: 0;
  }
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box {
  border-radius: 5px;
  padding: 4em 1em;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 46em) {
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box {
    margin: 0 1em;
  }
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box h4 {
  font-size: 2rem;
}
@media (min-width: 46em) and (max-width: 90em) {
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box h4 {
    font-size: 1.8rem;
  }
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box h5 {
  font-size: 3.5rem;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box .button, .landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .pro-comparison-boxes-2019 .boxes .box input.button {
  margin-top: 2em;
  margin-bottom: 0;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box .pro-logo {
  max-width: 210px;
  margin-bottom: 1em;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box-1 {
  background: #FFF;
  color: #080808;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box-2 {
  background: #555555;
  color: #FFF !important;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .box-2 * {
  color: inherit;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .or {
  color: #FFF;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.3em;
  white-space: nowrap;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .circle {
  background-color: #e3b646;
  position: absolute;
  top: -3rem;
  right: -4rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .circle span {
  padding: 20px;
}
@media (min-width: 46em) and (max-width: 64em) {
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .circle {
    left: -4rem;
    right: auto;
  }
}
@media (max-width: 500px) {
  .landing-page-layout .custom-design .pro-comparison-boxes-2019 .boxes .circle {
    right: -2rem;
  }
}
.landing-page-layout .custom-design .pro-pricing-2019 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #353535 !important;
  padding: 50px 0 100px;
  position: relative;
  text-align: center;
}
@media (max-width: 64em) {
  .landing-page-layout .custom-design .pro-pricing-2019 {
    background-position: right;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .pro-pricing-2019 {
    background-position: top left;
    background-size: 450%;
    background-repeat: repeat-y;
  }
}
.landing-page-layout .custom-design .pro-pricing-2019 .headline, .landing-page-layout .custom-design .pro-pricing-2019 .description {
  color: #353535;
}
.landing-page-layout .custom-design .pro-pricing-2019 .headline {
  font-size: 3rem;
  letter-spacing: 2px;
  margin: 0.5rem 1rem 2rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .pro-pricing-2019 .headline {
    font-size: 2rem;
  }
}
.landing-page-layout .custom-design .pro-pricing-2019 .headline-wrap {
  display: table;
  width: 100%;
  text-align: center;
  min-height: 100px;
  margin-bottom: 1em;
}
.landing-page-layout .custom-design .pro-pricing-2019 .headline-wrap h3, .landing-page-layout .custom-design .pro-pricing-2019 .headline-wrap .circle-wrap {
  display: table-cell;
  vertical-align: middle;
}
.landing-page-layout .custom-design .pro-pricing-2019 .headline-wrap.w-circle h3 {
  text-align: right;
  padding-right: 1em;
}
.landing-page-layout .custom-design .pro-pricing-2019 .description {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1;
  margin-left: 1em;
  margin-right: 1em;
}
.landing-page-layout .custom-design .pro-pricing-2019 .subheadline {
  margin-top: 4rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
.landing-page-layout .custom-design .pro-pricing-2019 .subheadline .red-arrow {
  display: inline;
  max-width: 25px;
}
.landing-page-layout .custom-design .pro-pricing-2019 .comparisons {
  margin-top: 4em;
}
@media (min-width: 64em) {
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes {
    display: flex;
    align-items: stretch;
    margin: 0 -0.5em;
  }
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box {
    flex-grow: 2;
    flex-basis: 0;
  }
}
@media (min-width: 46em) {
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .price-description {
    min-height: 30px;
  }
}
.landing-page-layout .custom-design .pro-pricing-2019 .boxes .box {
  border-radius: 5px;
  padding: 2em 1em;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box {
    margin: 0 0.5em;
    padding: 2em 0;
  }
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box:first-child {
    margin-left: 0;
  }
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box:last-child {
    margin-right: 0;
  }
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .button, .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .pro-pricing-2019 .boxes .box input.button {
    width: 90%;
    margin: 1em auto 0;
    min-width: 0;
  }
}
@media (max-width: 90em) {
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box {
    margin-bottom: 2em;
  }
}
.landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .box-title {
  display: table;
  width: 100%;
  margin-bottom: 1.5em;
}
.landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .box-title h4 {
  font-size: 1.3rem;
  vertical-align: middle;
  display: table-cell;
}
.landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .price {
  font-size: 2.5rem;
  line-height: 1.1;
}
.landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .price small {
  color: inherit;
  font-size: 50%;
}
.landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .details a {
  display: block;
  color: #333333;
  text-decoration: underline;
  font-size: 90%;
  font-weight: bold;
  margin-top: 1em;
}
@media (min-width: 46em) {
  .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .details {
    min-height: 22px;
  }
}
.landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .button, .landing-page-layout .custom-design .pro-pricing-2019 .boxes .box .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .pro-pricing-2019 .boxes .box input.button {
  margin-top: 1em;
  margin-bottom: 0;
}
.landing-page-layout .custom-design .pro-pricing-2019 .half-1 .box {
  background: #FFF;
  color: #080808;
  border: 1px solid #eee;
}
.landing-page-layout .custom-design .pro-pricing-2019 .half-2 .box {
  background: #555555;
  color: #FFF !important;
  border: 1px solid #555555;
}
.landing-page-layout .custom-design .pro-pricing-2019 .half-2 .box * {
  color: inherit;
}
.landing-page-layout .custom-design .pro-pricing-2019 .half-2 .box .details a {
  color: #FFF;
}
.landing-page-layout .custom-design .pro-pricing-2019 .circle {
  background-color: #e3b646;
  color: #FFF;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-page-layout .custom-design .pro-pricing-2019 .circle span {
  padding: 20px;
}
.landing-page-layout .custom-design .pro-features-2019 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF !important;
  padding: 200px 0;
  position: relative;
}
.landing-page-layout .custom-design .pro-features-2019 .headline {
  text-align: center;
  color: #FFF;
  font-size: 3.4rem;
  letter-spacing: 2px;
  margin-bottom: 4rem;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .pro-features-2019 .headline {
    font-size: 3rem;
  }
}
.landing-page-layout .custom-design .pro-features-2019 .image-text-box .box .image {
  flex-basis: 12%;
}
.landing-page-layout .custom-design .force-statistics-2019 {
  color: #FFF;
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
}
.landing-page-layout .custom-design .force-statistics-2019 h2, .landing-page-layout .custom-design .force-statistics-2019 h3, .landing-page-layout .custom-design .force-statistics-2019 h4, .landing-page-layout .custom-design .force-statistics-2019 h5 {
  color: #e5e5e5;
  line-height: 1.2;
  font-weight: 600;
}
.landing-page-layout .custom-design .force-statistics-2019 h2 {
  font-size: 3.5rem;
  margin-bottom: 70px;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-statistics-2019 h2 {
    font-size: 2.75rem;
  }
}
.landing-page-layout .custom-design .force-statistics-2019 h3 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.landing-page-layout .custom-design .force-statistics-2019 .stats .percentage {
  display: block;
  font-size: 2em;
  font-weight: 600;
}
.landing-page-layout .custom-design .force-statistics-2019 .stats p {
  font-size: 1.1em;
}
.landing-page-layout .custom-design .force-statistics-2019 .stats.stats-1 {
  margin-bottom: 100px;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-statistics-2019 .stats.stats-1 .column {
    margin-bottom: 1em;
  }
}
.landing-page-layout .custom-design .splash-section-2019 {
  background-position: -38% center;
  background-repeat: no-repeat;
  color: #353535;
  padding: 75px 0;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .splash-section-2019 {
    background-position: 60% 120%;
  }
}
.landing-page-layout .custom-design .splash-section-2019 h2.title {
  font-size: 3em;
  font-weight: 600;
  color: #353535;
  margin-bottom: 3em;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .splash-section-2019 h2.title {
    margin-bottom: 1em;
  }
}
.landing-page-layout .custom-design .force-content-boxes-2019 .boxes {
  display: flex;
  align-items: flex-start;
  margin: 2em 0;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-content-boxes-2019 .boxes {
    display: block;
  }
}
.landing-page-layout .custom-design .force-content-boxes-2019 .boxes .box {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 20px;
  background: #FFF;
  border: 1px solid #353535;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-content-boxes-2019 .boxes .box {
    margin-bottom: 3em;
  }
}
.landing-page-layout .custom-design .force-content-boxes-2019 .boxes .box .box-thumbnail {
  width: 60px;
  border-radius: 100%;
  position: absolute;
  top: -30px;
  left: 18%;
}
.landing-page-layout .custom-design .force-content-boxes-2019 .boxes .box .text {
  padding: 3em 2em 2em;
}
.landing-page-layout .custom-design .force-content-boxes-2019 .boxes .box .box-image {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.landing-page-layout .custom-design .force-benefits-2019 {
  background-position: -100% center;
  background-size: 75%;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-benefits-2019 {
    padding-bottom: 200px;
    background-position: center 102%;
    background-size: 80%;
  }
}
.landing-page-layout .custom-design .force-benefits-2019 h2.title {
  margin-bottom: 1em;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-benefits-2019 h2.title {
    text-align: center;
  }
}
.landing-page-layout .custom-design .force-benefits-2019 .box {
  max-width: 225px;
  margin-bottom: 2em;
}
.landing-page-layout .custom-design .force-benefits-2019 .box p.text {
  font-size: 1.1em;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-benefits-2019 .box {
    margin: 0 auto 2em;
  }
}
.landing-page-layout .custom-design .force-programs-2019 {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: right top;
}
@media (min-width: 46em) {
  .landing-page-layout .custom-design .force-programs-2019 {
    background-position: -60px top;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-programs-2019 {
    padding-top: 0;
    background-size: 120%;
    background-position: center bottom;
  }
}
.landing-page-layout .custom-design .force-programs-2019 .image-column {
  background-repeat: no-repeat;
  background-position: right top;
  text-align: center;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-programs-2019 .image-column {
    background: none !important;
    padding-bottom: 1em;
  }
}
@media (min-width: 46em) {
  .landing-page-layout .custom-design .force-programs-2019 .image-column img {
    display: none;
  }
}
.landing-page-layout .custom-design .force-programs-2019 .boxes {
  padding: 6em 1em 2em;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .force-programs-2019 .boxes {
    padding-bottom: 0;
  }
}
.landing-page-layout .custom-design .force-programs-2019 .boxes .box {
  margin-bottom: 2em;
}
.landing-page-layout .custom-design .force-programs-2019 .boxes .box .title {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.landing-page-layout .custom-design .force-programs-2019 .boxes .box .text {
  font-weight: 600;
  line-height: 1.9;
}
.landing-page-layout .custom-design .force-programs-2019 .boxes .box .icon {
  max-width: 1.2em;
}
.landing-page-layout .custom-design .force-programs-2019::after {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #4C4C4C;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bikes {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .bike-bundles-2020 .bikes {
    flex-wrap: wrap;
  }
  .landing-page-layout .custom-design .bike-bundles-2020 .bikes .bike {
    width: 100%;
  }
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike {
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #000;
  padding: 1em;
  margin: 2em 1em;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike.highlight {
  border-color: #df0d26;
  border-width: 5px;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike .badge {
  background-image: url("../img/special-badge.svg");
  position: absolute;
  top: -65px;
  right: 20px;
  background-size: 100%;
  width: 130px;
  height: 130px;
  word-spacing: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  z-index: 200;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike .content {
  margin-top: 1em;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike .content ul,
.landing-page-layout .custom-design .bike-bundles-2020 .bike .content ol,
.landing-page-layout .custom-design .bike-bundles-2020 .bike .content p {
  font-size: 1.2em;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike .content ul:last-child,
.landing-page-layout .custom-design .bike-bundles-2020 .bike .content ol:last-child {
  margin-bottom: 0;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike .price .pre-amount {
  font-size: 1.3em;
  margin-right: 0.3em;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike .price .amount {
  font-size: 1.7em;
  font-weight: bold;
}
.landing-page-layout .custom-design .bike-bundles-2020 .bike.sold-out::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 245, 245, 0.8);
  z-index: 100;
}
.landing-page-layout .custom-design .bike-bundles-2020.has-badge {
  padding: 52px 0;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .bike-bundles-2020.has-badge {
    padding: 0;
  }
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .bike-bundles-2020.has-badge .bike {
    margin-top: 97.5px;
  }
  .landing-page-layout .custom-design .bike-bundles-2020.has-badge .bike:last-child {
    margin-bottom: 52px;
  }
}
.landing-page-layout .custom-design .bike-bundles-2020.has-badge .bike .title {
  margin-top: 65px;
}
.landing-page-layout .custom-design .lp-contact-form-2019 {
  background-image: linear-gradient(to bottom right, rgba(223, 13, 38, 0.9), rgba(223, 13, 38, 0.9)), url("../img/circle-arrows.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  padding: 100px 0;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .main-circle {
  border-radius: 50%;
  background: #FFF;
  padding: 13%;
  height: 750px;
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .main-circle .content {
  text-align: center;
  color: #353535;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .main-circle .content p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .main-circle .content .contact-form-logo {
  margin-bottom: 0.8em;
  max-width: 280px;
}
@media (max-width: 750px) {
  .landing-page-layout .custom-design .lp-contact-form-2019 {
    background-position: center top;
    padding: 60px 0 30px;
  }
  .landing-page-layout .custom-design .lp-contact-form-2019 .main-circle {
    border-radius: 6px;
    width: auto;
    height: auto;
    margin: 0 1em;
  }
}
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper select {
  color: #353535;
  background-color: #ffffff;
  border-color: #c6d1df;
  border-radius: 3px;
  height: auto;
  padding: 10px 8px;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper select {
  margin-bottom: 0;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  text-align: center;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button {
  margin-top: 0;
}
.landing-page-layout .custom-design .lp-contact-form-2019 .gform_confirmation_wrapper {
  font-weight: bold;
  color: #df0d26;
  font-size: 1.4em;
  border: 2px solid #df0d26;
  padding: 0.4em;
  border-radius: 4px;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 {
  background-repeat: repeat;
  padding: 5em 0;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .title,
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .subtitle,
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .intro,
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .outro,
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stat-box {
  color: #353535;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .intro,
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .outro {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 500;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .title {
  font-size: 3.5em;
  margin-bottom: 0.25em;
  font-weight: 600;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .subtitle {
  font-size: 2.1em;
  margin-bottom: 0.75em;
  font-weight: 700;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stats-row,
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .large-stat {
  margin: 2em -0.5em 0;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .percentage,
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .large-stat .statistic {
  color: #df0d26;
  font-weight: 700;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stat-box {
  margin: 0 0.5em;
  background-color: #f0f3f5;
  font-size: 1.3em;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stat-box p {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stats-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stats-row .stat-box {
  padding: 1em;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stats-row .percentage-left {
  font-size: 2.8rem;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .stats-row .percentage-image-center {
  background-repeat: no-repeat;
  background-position: center;
  font-size: 2.2rem;
  background-size: 150px;
  height: 150px;
  line-height: 150px;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .lp-statistics-boxes-2019 .stats-row {
    flex-wrap: wrap;
  }
  .landing-page-layout .custom-design .lp-statistics-boxes-2019 .stats-row .stat-box {
    flex-basis: 100%;
    margin-top: 1em;
  }
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .large-stat .stat-box {
  padding: 2em 4em;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .lp-statistics-boxes-2019 .large-stat .stat-box {
    padding: 2em 2em;
  }
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .large-stat .statistic {
  font-size: 2.1rem;
  margin-bottom: 0;
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .large-stat .columns:nth-child(2) {
  padding: 0.2em 0 0 1em;
  text-align: left;
}
@media (max-width: 46em) {
  .landing-page-layout .custom-design .lp-statistics-boxes-2019 .large-stat .columns:nth-child(2) {
    padding: 0.25em 0 0 0;
    text-align: center;
  }
}
.landing-page-layout .custom-design .lp-statistics-boxes-2019 .bottom {
  margin-top: 3em;
}
.landing-page-layout .check-background {
  background-image: url("../img/check-large.png"), url("../img/check-small.png");
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: auto;
}

/* ===============================================================================
    Single Post Styles
   =============================================================================== */
body.single .off-canvas-wrap .inner-wrap > .row {
  padding-top: 50px;
}
body.single .off-canvas-wrap .inner-wrap > .row article h1.entry-title {
  color: #201f1f;
}
body.single .off-canvas-wrap .inner-wrap > .row article .entry-content h1, body.single .off-canvas-wrap .inner-wrap > .row article .entry-content h2, body.single .off-canvas-wrap .inner-wrap > .row article .entry-content h3, body.single .off-canvas-wrap .inner-wrap > .row article .entry-content h4, body.single .off-canvas-wrap .inner-wrap > .row article .entry-content h5, body.single .off-canvas-wrap .inner-wrap > .row article .entry-content h6 {
  color: #201f1f;
}
body.single .off-canvas-wrap .inner-wrap > .row article .entry-content figure {
  margin: 0;
}

/* ================================================================================
   	Comment Styles
   ================================================================================ */
.comments-container {
  margin-bottom: 50px;
}
.comments-container h4 {
  color: #000000;
}
.comments-container #respond p:last-child,
.comments-container #respond .button {
  margin-bottom: 0;
}
.comments-container #comments {
  overflow: hidden;
  transition: height 1s ease-out;
  height: auto;
}
.comments-container #comments > .comment {
  margin: 25px 0;
  padding: 15px 0;
  background: #F4F3F3;
}
.comments-container #comments > .comment h4 {
  color: #000000;
}
.comments-container #comments .comment .content img {
  float: left;
  margin-right: 15px;
}
.comments-container #comments .comment .content .comment-body cite {
  font-style: normal;
  font-weight: 600;
  display: inline-block;
}
.comments-container #comments .comment .content .comment-body p:last-child {
  margin-bottom: 0;
}
.comments-container #comments .comment .content img + .comment-body {
  padding-top: 15px;
}
.comments-container #comments .comment .content .actions ul.inline-list {
  margin: 0;
}
.comments-container #comments .comment .content .actions ul.inline-list li {
  margin-left: 0;
  margin-right: 15px;
}
.comments-container #comments .comment.indented {
  margin-top: 15px;
  margin-left: 100px;
  position: relative;
}
.comments-container #comments .comment.indented::before {
  position: absolute;
  top: 12px;
  left: -75px;
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background: #D91F00;
}
.comments-container .see-more-comments-container {
  box-shadow: 0 -5px 5px #FFFFFF;
}
.comments-container .see-more-comments-container button.see-more-comments {
  color: #D91F00;
  background: transparent;
  margin: 0 auto;
  font-size: 18px;
}
.comments-container .see-more-comments-container button.see-more-comments:before, .comments-container .see-more-comments-container button.see-more-comments:after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  top: 50%;
  background: #D91F00;
}
.comments-container .see-more-comments-container button.see-more-comments:before {
  right: 100%;
}
.comments-container .see-more-comments-container button.see-more-comments:after {
  left: 100%;
}

body.single-ssod_party .comments-container #comments {
  overflow: scroll;
  max-height: 500px;
}
body.single-ssod_party .comments-container #comments > .comment {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #000000;
}
body.single-ssod_party .comments-container #comments > .comment h4 {
  color: #000000;
}
body.single-ssod_party .comments-container #comments > .comment:last-child {
  border-bottom: 0;
}
body.single-ssod_party .comments-container #comments .comment .content .comment-date {
  float: right;
}
body.single-ssod_party .comments-container #comments .comment .content .comment-body cite {
  margin-bottom: 5px;
}

/* ================================================================================
	Archive Styles
   ================================================================================ */
body.archive .off-canvas-wrap .inner-wrap > .row,
body.blog .off-canvas-wrap .inner-wrap > .row {
  padding-top: 50px;
}
body.archive .off-canvas-wrap .inner-wrap > .row h1, body.archive .off-canvas-wrap .inner-wrap > .row h2, body.archive .off-canvas-wrap .inner-wrap > .row h3, body.archive .off-canvas-wrap .inner-wrap > .row h4, body.archive .off-canvas-wrap .inner-wrap > .row h5, body.archive .off-canvas-wrap .inner-wrap > .row h6,
body.blog .off-canvas-wrap .inner-wrap > .row h1,
body.blog .off-canvas-wrap .inner-wrap > .row h2,
body.blog .off-canvas-wrap .inner-wrap > .row h3,
body.blog .off-canvas-wrap .inner-wrap > .row h4,
body.blog .off-canvas-wrap .inner-wrap > .row h5,
body.blog .off-canvas-wrap .inner-wrap > .row h6 {
  color: #201f1f;
}
body.archive .off-canvas-wrap .inner-wrap > .row article figure,
body.blog .off-canvas-wrap .inner-wrap > .row article figure {
  margin: 0;
}

/* ================================================================================
	Search Styles
   ================================================================================ */
body.search .off-canvas-wrap .inner-wrap > .row {
  padding-top: 50px;
}
body.search .off-canvas-wrap .inner-wrap > .row h1, body.search .off-canvas-wrap .inner-wrap > .row h2, body.search .off-canvas-wrap .inner-wrap > .row h3, body.search .off-canvas-wrap .inner-wrap > .row h4, body.search .off-canvas-wrap .inner-wrap > .row h5, body.search .off-canvas-wrap .inner-wrap > .row h6 {
  color: #201f1f;
}
body.search .off-canvas-wrap .inner-wrap > .row article figure {
  margin: 0;
}

/* ===============================================================================
    Sidebar Styles
   =============================================================================== */
#sidebar {
  padding-top: 25px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
  color: #201f1f;
}
#sidebar article.widget {
  margin-bottom: 25px;
}
#sidebar article.widget #searchsubmit {
  z-index: 0;
}
#sidebar .widget_nav_menu .columns > div[class^=menu-] {
  position: relative;
  padding: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  z-index: 1;
}
#sidebar .widget_nav_menu .columns > div[class^=menu-] .menu, #sidebar .widget_nav_menu .columns > div[class^=menu-] .sub-menu {
  list-style-type: none;
  margin: 0;
}
#sidebar .widget_nav_menu .columns > div[class^=menu-] .menu a, #sidebar .widget_nav_menu .columns > div[class^=menu-] .sub-menu a {
  display: block;
  line-height: 2;
  color: #201f1f;
}
#sidebar .widget_nav_menu .columns > div[class^=menu-] .menu a:hover, #sidebar .widget_nav_menu .columns > div[class^=menu-] .sub-menu a:hover {
  color: #D91F00;
}
#sidebar .widget_nav_menu .columns > div[class^=menu-] .menu > li.menu-item-has-children > a {
  font-weight: 700;
}
#sidebar .widget_nav_menu .columns > div[class^=menu-] .sub-menu {
  margin-left: 1em;
  padding-left: 0.5em;
  border-left: 1px solid #cacaca;
}
#sidebar .shop-widget.widget_nav_menu .columns > h5 {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: start;
  background: transparent url(../img/cta-box-header-bg.svg) no-repeat center 101%;
  background-size: cover;
  margin-bottom: 0;
  padding: 0.5em 0.25em 2em;
  min-height: 80px;
  color: #FFFFFF;
  border-radius: 7px;
  font-weight: 700;
}
#sidebar .shop-widget.widget_nav_menu .columns > h5 + div[class^=menu-] {
  margin-top: -80px;
  padding-top: 80px;
}

/**
 * Class Menu
 */
.class-menu {
  margin-bottom: 1.25rem;
}
.class-menu ul.menu {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.class-menu ul.menu li {
  display: inline-block;
  list-style: none;
  padding: 20px !important;
}
.class-menu ul.menu li a {
  padding: 10px 0 0 0;
  font-size: 22px;
  font-weight: 300;
}
.class-menu ul.menu li:hover, .class-menu ul.menu li.active {
  background-color: #F4F3F3;
}
.class-menu ul.menu li:hover a, .class-menu ul.menu li.active a {
  color: #D91F00;
}
.class-menu ul.submenu {
  margin-bottom: 0;
  display: none;
}
.class-menu ul.submenu.open {
  display: block;
}
.class-menu ul.submenu li {
  margin: 0 -2.5px;
  background: #F4F3F3;
}
.class-menu ul.submenu li a {
  font-size: 1.15rem;
}
.class-menu ul.submenu li::after {
  content: "-";
  margin-right: 3px;
  font-size: 1.15rem;
}
.class-menu ul.submenu li:last-child::after {
  content: none;
}

/* ================================================================================
   17. Backstage Pass
   ================================================================================ */
#backstage-pass {
  /**
   * BSP Classes
   */
  /**
   * BSP Message
   */
  /**
   * BSP Settings
   */
  /**
   * BSP Upsell
   */
}
#backstage-pass .bsp-classes .message h3 {
  color: #201f1f;
  font-weight: 700;
  font-size: 24px;
}
#backstage-pass .bsp-classes .classes {
  margin-top: 15px;
}
#backstage-pass .bsp-classes .classes ul li {
  padding: 0.625rem;
}
#backstage-pass .bsp-classes .classes ul li .class-image {
  position: relative;
  overflow: hidden;
}
#backstage-pass .bsp-classes .classes ul li .class-image .class-description-link {
  position: absolute;
  top: -50px;
  background: #D91F00;
  padding: 5px 10px;
  color: #FFFFFF;
  transition: top 0.35s ease-out, opacity 0.35s ease-out, z-index 0.35s ease-out;
  z-index: -1;
}
#backstage-pass .bsp-classes .classes ul li .class-image .favorite-watched {
  position: absolute;
  top: 0;
  right: 25px;
  color: #D91F00;
}
#backstage-pass .bsp-classes .classes ul li .class-image .favorite-watched i {
  position: relative;
  margin-left: 5px;
  line-height: 1;
}
#backstage-pass .bsp-classes .classes ul li .class-image .favorite-watched i.fi-eye {
  font-size: 1.875rem;
}
#backstage-pass .bsp-classes .classes ul li .class-image .favorite-watched i.fi-heart {
  font-size: 1.375rem;
  top: 3px;
}
#backstage-pass .bsp-classes .classes ul li .class-image .favorite-watched .fi-eye + .fi-heart {
  top: -3px;
}
#backstage-pass .bsp-classes .classes ul li .class-image .button {
  position: absolute;
  bottom: 10px;
  left: 15%;
  width: 70%;
  font-size: 14px;
  font-weight: normal;
  padding: 0.5rem 1rem;
}
#backstage-pass .bsp-classes .classes ul li a h4 {
  color: #201f1f;
  font-size: 18px;
}
#backstage-pass .bsp-classes .classes ul li .class-meta p.time {
  float: left;
  font-size: 14px;
  color: #888888;
  opacity: 0.5;
}
#backstage-pass .bsp-classes .classes ul li .class-meta a {
  margin-top: -2px;
  float: right;
  color: #D91F00;
}
#backstage-pass .bsp-classes .classes ul li.trx-class {
  background: #FBE8E4;
}
#backstage-pass .bsp-classes .classes ul li.trx-class h4.heading {
  font-weight: 700;
}
#backstage-pass .bsp-classes .classes ul li.bsp-class h4.heading {
  font-weight: 700;
}
#backstage-pass .bsp-classes .classes ul li:hover .class-image .class-description-link {
  top: 0;
  opacity: 1;
  z-index: 1;
}
#backstage-pass .bsp-classes .disclaimer {
  margin-top: 50px;
}
#backstage-pass .bsp-message {
  margin: 25px auto 50px;
}
#backstage-pass .bsp-message h4 {
  color: #201f1f;
  font-weight: 700;
  font-size: 18px;
}
#backstage-pass .bsp-message .message {
  margin-bottom: 50px;
}
#backstage-pass .bsp-message .nutrition-tip {
  margin-top: 50px;
}
#backstage-pass .bsp-settings h4 {
  color: #201f1f;
  margin-bottom: 15px;
}
#backstage-pass .bsp-settings .container {
  background: #FBE8E4;
  padding: 1rem 1.5rem;
}
#backstage-pass .bsp-settings .goal {
  margin: 25px 0;
}
#backstage-pass .bsp-settings .submit-button {
  margin: 50px 0;
}
#backstage-pass .bsp-settings .submit-button button {
  width: 300px;
}
#backstage-pass .bsp-upsell h3 {
  color: #d5c435;
  font-weight: 200;
}
#backstage-pass .bsp-upsell .description p.lead {
  padding-top: 0;
}
#backstage-pass .bsp-upsell .description p.lead span {
  text-decoration: underline;
}
#backstage-pass .bsp-upsell .features {
  margin-bottom: 25px;
}
#backstage-pass .bsp-upsell .features ul li .feature {
  border: 1px solid #d5c435;
  border-radius: 50%;
  height: 350px;
  width: 350px;
  margin: 0 auto;
  padding-top: 85px;
}
#backstage-pass .bsp-upsell .features ul li .feature .feature-heading,
#backstage-pass .bsp-upsell .features ul li .feature .feature-text {
  margin: 0 auto;
  width: 250px;
}
#backstage-pass .bsp-upsell .features ul li .feature .feature-heading img {
  position: relative;
  top: -25px;
  display: inline-block;
}
#backstage-pass .bsp-upsell .features ul li .feature .feature-heading h3 {
  position: relative;
  top: 15px;
  left: 15px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0;
}
#backstage-pass .bsp-upsell .features ul li .feature .feature-text {
  border-top: 1px solid #d5c435;
  padding-top: 10px;
  margin-top: -15px;
  font-size: 14px;
}
#backstage-pass .bsp-upsell .features ul li:last-child .feature .feature-heading img {
  top: -15px;
}
#backstage-pass .bsp-upsell .features ul li:last-child .feature .feature-text {
  margin-top: 0;
}
#backstage-pass .bsp-upsell .testimonial {
  margin-bottom: 25px;
}
#backstage-pass #BSP_SeeHowItWorks_Content {
  padding: 25px;
  border-top: 1px solid #666464;
  text-align: center;
  margin: 2rem auto;
}
#backstage-pass #BSP_SeeHowItWorks_Content h2 {
  color: #201f1f;
}
#backstage-pass #BSP_SeeHowItWorks_Content img {
  margin: 25px auto;
}

.backstage-pass-modal {
  text-align: center;
}
.backstage-pass-modal h2#modalTitle {
  color: #201f1f;
}
.backstage-pass-modal .callout-box {
  margin: 25px auto;
}
.backstage-pass-modal .callout-box img {
  margin: 15px auto;
  display: block;
}

/* ================================================================================
	Schedule Workout Modal Styles
   ================================================================================ */
/**
 * Notices
 */
.notice-container .notice {
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.notice-container .notice.error {
  background: #f04124;
}
.notice-container .notice.success {
  background: #43AC6A;
}

/**
 * My Account - Manage Devices page
 */
body.home #my-account .manage-devices .manage-devices-notice-container .notice {
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
body.home #my-account .manage-devices .manage-devices-notice-container .notice.error {
  background: #f04124;
}
body.home #my-account .manage-devices .manage-devices-notice-container .notice.success {
  background: #43AC6A;
}
body.home #my-account .manage-devices table {
  width: 100%;
}
body.home #my-account .manage-devices table thead th {
  text-align: center;
}
body.home #my-account .manage-devices table#devices tbody tr td:nth-child(3) {
  text-align: center;
}
body.home #my-account .manage-devices table#devices tbody tr td:last-child {
  text-align: right;
}
body.home #my-account .manage-devices table#devices tbody tr td .hidden {
  display: none;
}
body.home #my-account .manage-devices table#devices tbody tr td a.button {
  border-radius: 5px;
  box-shadow: 1px 1px 1px #201f1f;
  margin: 0;
}
body.home #my-account .manage-devices table#scheduled-content tbody tr td {
  text-align: center;
}
body.home #my-account .manage-devices table#scheduled-content tbody tr td a.remove-content-button {
  font-size: 24px;
}
body.home #my-account .manage-devices table#scheduled-content tbody tr.past td {
  background: #CCC;
  color: #666464;
}
body.home #my-account .manage-devices table#scheduled-content tbody tr.past td a {
  color: #666464;
  transition: color 0.35s ease-out;
}
body.home #my-account .manage-devices table#scheduled-content tbody tr.past td a:hover {
  color: #D91F00;
}
body.home #add-device-form h2 {
  color: #201f1f;
}
body.home #add-device-form form label {
  font-size: 16px;
}
body.home #add-device-form form input[type=submit] {
  margin-top: 25px;
}

/**
 * Single Workouts page
 */
body.single-ssod_workout .schedule-modal h2 {
  color: #201f1f;
}
body.single-ssod_workout .schedule-modal form label {
  font-size: 16px;
}
body.single-ssod_workout .schedule-modal form .device select {
  width: 400px;
}
body.single-ssod_workout .schedule-modal form .date,
body.single-ssod_workout .schedule-modal form .time {
  display: inline-block;
  vertical-align: top;
}
body.single-ssod_workout .schedule-modal form .date input,
body.single-ssod_workout .schedule-modal form .time input {
  width: 200px;
}
body.single-ssod_workout .schedule-modal form .date select,
body.single-ssod_workout .schedule-modal form .time select {
  width: 50px;
}
body.single-ssod_workout .schedule-modal form .timezone {
  width: 250px;
}
body.single-ssod_workout .schedule-modal form .date {
  margin-right: 15px;
}
body.single-ssod_workout .schedule-modal form input[type=submit] {
  margin-top: 25px;
}
body.single-ssod_workout .schedule-modal .copy-party-info,
body.single-ssod_workout .schedule-modal .copy-access-link,
body.single-ssod_workout .schedule-modal #email-group-invite {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

/* ===============================================================================
    Single Post Styles
   =============================================================================== */
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  max-width: 100%;
}
.woocommerce .login, .woocommerce-page .login {
  border-radius: 3px;
}
.woocommerce .login label, .woocommerce-page .login label {
  color: #333333;
}
.woocommerce .login .lost_password a, .woocommerce-page .login .lost_password a {
  color: #201f1f;
  text-shadow: none;
}
.woocommerce .quantity input, .woocommerce-page .quantity input {
  width: auto;
}
.woocommerce .woocommerce-tabs, .woocommerce-page .woocommerce-tabs {
  clear: both;
  margin: 2rem 0;
  display: block;
  color: #FFFFFF;
  width: 100%;
  float: left;
  background: #343232;
  border-radius: 3px;
  overflow: hidden;
}
.woocommerce .woocommerce-tabs h1, .woocommerce .woocommerce-tabs h2, .woocommerce .woocommerce-tabs h3, .woocommerce .woocommerce-tabs h4, .woocommerce .woocommerce-tabs h5, .woocommerce .woocommerce-tabs h6, .woocommerce-page .woocommerce-tabs h1, .woocommerce-page .woocommerce-tabs h2, .woocommerce-page .woocommerce-tabs h3, .woocommerce-page .woocommerce-tabs h4, .woocommerce-page .woocommerce-tabs h5, .woocommerce-page .woocommerce-tabs h6 {
  text-shadow: none;
}
.woocommerce .woocommerce-tabs a, .woocommerce-page .woocommerce-tabs a {
  color: #D91F00;
}
.woocommerce .woocommerce-tabs ul.tabs li, .woocommerce-page .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce .woocommerce-tabs ul.tabs li a, .woocommerce-page .woocommerce-tabs ul.tabs li a {
  padding: 1rem 2rem;
  color: #FFFFFF;
  text-shadow: none;
  display: block;
}
.woocommerce .woocommerce-tabs ul.tabs li.active, .woocommerce .woocommerce-tabs ul.tabs li:hover, .woocommerce .woocommerce-tabs ul.tabs li:active, .woocommerce-page .woocommerce-tabs ul.tabs li.active, .woocommerce-page .woocommerce-tabs ul.tabs li:hover, .woocommerce-page .woocommerce-tabs ul.tabs li:active {
  background: #666464;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li:hover a, .woocommerce .woocommerce-tabs ul.tabs li:active a, .woocommerce-page .woocommerce-tabs ul.tabs li.active a, .woocommerce-page .woocommerce-tabs ul.tabs li:hover a, .woocommerce-page .woocommerce-tabs ul.tabs li:active a {
  color: #FFFFFF;
}
.woocommerce .woocommerce-tabs .panel, .woocommerce-page .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .shop_attributes, .woocommerce-page .woocommerce-tabs .shop_attributes {
  width: 100%;
}
.woocommerce .summary .variations_form table.variations, .woocommerce-page .summary .variations_form table.variations {
  margin-top: 3rem;
  background: none;
  border: none;
}
.woocommerce .summary .variations_form table.variations .label, .woocommerce-page .summary .variations_form table.variations .label {
  background: none;
  text-shadow: none;
}
.woocommerce .summary .variations_form table.variations .label label, .woocommerce-page .summary .variations_form table.variations .label label {
  font-size: 18px;
}
.woocommerce .summary .variations_form table.variations .value, .woocommerce-page .summary .variations_form table.variations .value {
  padding-top: 0;
}

ul.pagination li a, ul.pagination li button {
  text-decoration: none;
}
ul.pagination li a:hover, ul.pagination li a:active, ul.pagination li button:hover, ul.pagination li button:active {
  color: #db0004;
}
ul.pagination li.current a:hover, ul.pagination li.current a:active, ul.pagination li.current button:hover, ul.pagination li.current button:active {
  color: #FFFFFF;
}

.woocommerce .woocommerce-pagination, .woocommerce-page .woocommerce-pagination {
  margin-bottom: 4rem;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
  font-size: 0;
  margin-left: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  float: none;
  display: inline-block;
  height: auto;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers li:first-child span.current, .woocommerce .woocommerce-pagination ul.page-numbers li:first-child a, .woocommerce-page .woocommerce-pagination ul.page-numbers li:first-child span.current, .woocommerce-page .woocommerce-pagination ul.page-numbers li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li:last-child span.current, .woocommerce .woocommerce-pagination ul.page-numbers li:last-child a, .woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child span.current, .woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child a {
  border-right: 1px solid white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current, .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce-page .woocommerce-pagination ul.page-numbers li span.current, .woocommerce-page .woocommerce-pagination ul.page-numbers li a {
  padding: 0.625rem 0.625rem;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current, .woocommerce-page .woocommerce-pagination ul.page-numbers li span.current {
  display: block;
  background: #FFFFFF;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce .woocommerce-pagination ul.page-numbers li a:active, .woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-page .woocommerce-pagination ul.page-numbers li a:active {
  background: #db0004;
  color: #FFFFFF;
  text-decoration: none;
}

.single-product .product {
  position: relative;
  overflow: hidden;
}
.single-product .product .images,
.single-product .product .summary,
.single-product .product .woocommerce-product-gallery {
  margin-bottom: ms(5);
  margin-top: 0;
}
.single-product .product .woocommerce-product-gallery {
  position: relative;
}
.single-product .product .woocommerce-product-gallery .zoomImg {
  background-color: #fff;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: ms(-1);
  right: ms(-1);
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
}
.single-product .product .woocommerce-product-gallery img {
  margin: 0;
}
.single-product .product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: ms(3);
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  margin: 0;
  padding: 0;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs::before {
  display: none;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: ms(3);
  cursor: pointer;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  transition: all, ease, 0.2s;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product .product .images .woocommerce-main-image {
  margin-bottom: ms(3);
  display: block;
}
.single-product .product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em;
}
.single-product .product .images .thumbnails a.zoom.last {
  margin-right: 0;
}
.single-product .product .images .thumbnails a.zoom.first {
  clear: both;
}

/* ================================================================================
    Starter Set Banner Styling
   ================================================================================ */
#starter-set-banner {
  padding: 50px 0 75px;
  border-bottom: 51px solid #da1f26;
}
#starter-set-banner .row {
  position: relative;
}
#starter-set-banner .row h2 {
  margin-bottom: 50px;
  font-weight: 700;
}
#starter-set-banner .row p {
  max-width: 350px;
  margin-bottom: 30px;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}
#starter-set-banner .row .slashed-price {
  display: block;
  margin: 25px 0 5px;
  color: #e23037;
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 700;
}
#starter-set-banner .row .slashed-price .slashed-price-inner {
  color: #201f1f;
}
#starter-set-banner .row .price {
  display: block;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
}
#starter-set-banner .row .price .price-inner {
  position: relative;
  display: block;
  margin-top: -5px;
  color: #e23037;
  font-size: 24px;
}
#starter-set-banner .row img {
  position: absolute;
  bottom: -97px;
  left: 400px;
}
@media (min-width: 734px) and (max-width: 980px) {
  #starter-set-banner .row img {
    left: 250px;
  }
}
@media only screen and (max-width: 734px) {
  #starter-set-banner {
    padding: 50px 55px 25px;
    border-bottom: 18px solid #e23037;
  }
  #starter-set-banner .row {
    text-align: center;
  }
  #starter-set-banner .row p {
    font-size: 15px;
  }
  #starter-set-banner .row .slashed-price {
    margin-top: 15px;
  }
  #starter-set-banner .row .price .price-inner {
    margin-top: 0;
  }
  #starter-set-banner .row .price .price-inner::before {
    top: 5px;
    left: 70px;
    border-width: 7.5px 0 7.5px 12.975px;
  }
  #starter-set-banner .row .price .price-inner::after {
    position: absolute;
    top: 5px;
    right: 70px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 12.975px 7.5px 0;
    border-color: transparent #e23037 transparent transparent;
  }
  #starter-set-banner .row a.button {
    width: auto;
    margin: 0 auto;
  }
  #starter-set-banner .row img {
    position: relative;
    bottom: -50px;
    left: auto;
  }
}
@media only screen and (max-width: 380px) {
  #starter-set-banner .row .price .price-inner::before {
    left: 50px;
  }
  #starter-set-banner .row .price .price-inner::after {
    right: 50px;
  }
}
@media only screen and (max-width: 330px) {
  #starter-set-banner .row .price .price-inner::before {
    left: 25px;
  }
  #starter-set-banner .row .price .price-inner::after {
    right: 25px;
  }
}

/* ===============================================================================
    CTA Box Widget Styles
   ================================================================================ */
.cta-box {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  z-index: 1;
}
.cta-box .cta-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent url(../img/cta-box-header-bg.svg) no-repeat center -30px;
  background-size: cover;
  margin-bottom: 15px;
  height: 141px;
  color: #FFFFFF;
  border-radius: 7px;
}
.cta-box .cta-header .cta-title {
  margin-top: -40px;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
}
.cta-box .cta-body {
  padding-left: 25px;
  padding-right: 25px;
}
.cta-box .cta-body ul {
  margin: 0 0 25px 0;
  list-style: none;
  padding: 0 35px;
}
.cta-box .cta-body ul li {
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
}
.cta-box .cta-body ul li strong {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.cta-box .cta-body ul li hr {
  max-width: 230px;
  margin: 1rem auto;
}
.cta-box .cta-body .row .columns {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
.cta-box .cta-body .row .columns.small-4 .pricing-cell {
  height: 146px;
}
.cta-box .cta-body .row .columns.small-6 .pricing-cell {
  height: 130px;
}
.cta-box .cta-body .row .columns.small-10 .pricing-cell {
  height: 94px;
  padding-top: 25px;
  margin-bottom: 25px;
}
.cta-box .cta-body .row .columns.small-10 .pricing-cell .detail {
  margin-top: -5px;
  color: #201f1f;
  font-weight: 400;
  text-transform: none;
}
.cta-box .cta-body .pricing-cell {
  background: #ededed;
  padding: 5px;
  text-align: center;
}
.cta-box .cta-body .pricing-cell .price {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.cta-box .cta-body .pricing-cell .frequency {
  display: block;
  margin-top: -5px;
  font-size: 12px;
}
.cta-box .cta-body .pricing-cell hr {
  border-color: #000;
  max-width: 20px;
  margin: 1rem auto;
}
.cta-box .cta-body .pricing-cell .price + hr {
  margin-top: 32px;
}
.cta-box .cta-body .pricing-cell .detail {
  display: block;
  padding: 0 15px;
  color: #da1f26;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.cta-box .cta-body .pricing-cell .detail .savings {
  font-size: 16px;
  font-weight: 700;
}
.cta-box .cta-body .pricing-cell .detail.lc {
  font-weight: 400;
  text-transform: none;
}
.cta-box .cta-button {
  position: absolute;
  left: 50%;
  bottom: -25px;
  background: #da1f26;
  min-width: 275px;
  padding: 10px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  border-radius: 40px;
  transition: background 0.35s ease-out;
  transform: translateX(-50%);
  z-index: 100;
}
.cta-box .cta-button:hover, .cta-box .cta-button:active, .cta-box .cta-button:focus {
  background: #ad191e;
}
.cta-box.bsp .cta-body ul {
  padding: 0;
}

/* ================================================================================
	Sale Description Styles
   ================================================================================ */
#sale-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}
#sale-description > span {
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}
#sale-description > span.sale-name {
  font-size: 20px;
}
#sale-description > span.sale-description {
  font-size: 32px;
}
#sale-description > span.sale-info {
  font-size: 18px;
}

/* ===============================================================================
    Gift Certificate Product Styles
   =============================================================================== */
.postid-70115 .woocommerce-body {
  padding-top: 0 !important;
  padding-bottom: 50px;
  max-width: 100%;
  /* Small only */
}
.postid-70115 .woocommerce-body .columns {
  padding: 0;
}
.postid-70115 .woocommerce-body .images {
  margin-bottom: 60px;
}
.postid-70115 .woocommerce-body .images img {
  width: 100%;
}
.postid-70115 .woocommerce-body .summary {
  max-width: 75rem;
  padding-right: 30rem;
  margin: 0 auto;
}
.postid-70115 .woocommerce-body .summary .product_title,
.postid-70115 .woocommerce-body .summary .price {
  display: none;
}
.postid-70115 .woocommerce-body .summary .woocommerce-variation .price {
  display: block;
}
.postid-70115 .woocommerce-body .woocommerce-tabs {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .postid-70115 .woocommerce-body .columns {
    padding: 0 0.9375rem;
  }
  .postid-70115 .woocommerce-body .summary {
    max-width: 100%;
    padding-right: 0;
  }
}

/* ===============================================================================
    WP Admin Bar Styles
   =============================================================================== */
@media only screen and (max-width: 40em) {
  #wpadminbar {
    position: fixed;
  }
}
/* ================================================================================
	Free Trial Landing Page Styles
   ================================================================================ */
#free-trial-typ-hero .sow-slider-image-wrapper {
  text-align: center;
  max-width: 1500px;
}
#free-trial-typ-hero .sow-slider-image-wrapper > h1,
#free-trial-typ-hero .sow-slider-image-wrapper > p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#free-trial-typ-hero .sow-slider-image-wrapper > p a {
  color: #FFFFFF;
  font-weight: 500;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout {
  position: relative;
  display: flex;
  flex-basis: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  margin: 75px 0;
  padding: 2em 2em 3em;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout .icons {
  position: absolute;
  top: -20px;
  width: 100%;
  max-width: 120px;
  display: flex;
  justify-content: space-around;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout .icons .fas,
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout .icons .fab {
  color: #FFFFFF;
  font-size: 40px;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout p {
  text-align: center;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout p.lead {
  margin-bottom: 0;
  padding: 0;
  font-size: 30px;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout p:last-of-type {
  margin-top: 0;
}
#free-trial-typ-hero .sow-slider-image-wrapper .container .callout .button {
  position: absolute;
  bottom: -26px;
  max-width: 220px;
  background: #dd3333;
  margin: 0;
  padding: 1em 2em;
  color: #FFFFFF;
  font-family: "montserrat", sans-serif;
  font-size: 1em;
  border: 1px solid #dd3333;
  border-radius: 1.5em;
}
@media (min-width: 1500px) {
  #free-trial-typ-hero .sow-slider-image-wrapper {
    padding: 187px 190px;
  }
}

/* ================================================================================
    Latest Section Styling (Home page news items)
   ================================================================================ */
#latest {
  padding-top: 50px;
  font-weight: 500;
}
#latest h2 {
  color: #343232;
  text-align: center;
  margin-top: 20px;
}
#latest ul.tabs {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 !important;
  padding-bottom: 20px;
  list-style: none;
  border-bottom: 3px solid #000;
}
#latest ul.tabs li a {
  color: #a7a7a7;
  font-size: 1em;
  text-transform: uppercase;
}
#latest ul.tabs li.active a {
  color: #000;
  font-weight: 700;
}
#latest .tabs-content ul {
  display: flex;
  justify-content: space-between;
}
#latest .tabs-content ul li {
  width: calc(33% - 25px);
}
#latest .ssod-article h2, #latest .ssod-article .showcharpspan {
  text-align: left;
}

/* ================================================================================
    SSoD Article Styling
   ================================================================================ */
.ssod-article {
  position: relative;
  padding-bottom: 50px;
  font-family: "montserrat", sans-serif;
}
.ssod-article h2 {
  margin: 20px 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
.ssod-article h2 a {
  color: #000 !important;
  text-decoration: none;
  text-align: left;
}
.ssod-article h2 a:hover, .ssod-article h2 a:active {
  text-decoration: none;
}
.ssod-article .showcharpspan {
  padding: 0;
}
.ssod-article .showcharpspan .showcharp {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
.ssod-article .read-more {
  position: absolute;
  bottom: 10px;
  display: block;
  margin-top: 20px;
  color: #ed1c24;
  font-size: 1em;
  text-decoration: underline;
}
.ssod-article p {
  padding: 0;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

/* ================================================================================
	Newsletter Signup Styling
   ================================================================================ */
.newsletter {
  padding: 30px 0;
  background: #da1f26;
  color: #FFFFFF;
}
.newsletter .row .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter .row .columns p {
  display: block;
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.newsletter .row .columns form {
  width: 50%;
}
.newsletter .row .columns form.hide {
  display: none;
}
.newsletter .row .columns form label {
  display: none;
}
.newsletter .row .columns form #email_address {
  position: relative;
  top: -1px;
  display: inline-block;
  max-width: 350px;
  min-height: 40px;
  margin: 0 15px 0 15px;
  border: none;
  padding: 10px 28px 10px 35px;
  overflow: hidden;
}
.newsletter .row .columns form #go {
  display: inline-block;
  max-width: 150px;
  padding: 9px;
}
@media screen and (max-width: 1090px) {
  .newsletter .row .columns p {
    width: 30%;
  }
  .newsletter .row .columns form {
    width: 70%;
  }
}
@media screen and (max-width: 40em) {
  .newsletter .row .columns {
    flex-wrap: wrap;
  }
  .newsletter .row .columns p {
    width: 100%;
  }
  .newsletter .row .columns form {
    width: 100%;
    margin-top: 25px;
  }
  .newsletter .row .columns form input {
    margin-bottom: 15px;
  }
}

.newsletter-modal {
  position: fixed;
  top: 50px !important;
}
.newsletter-modal #modalTitle {
  color: #666464;
}

/* ================================================================================
   28. Testimonial Slider
   ================================================================================ */
@media only screen and (min-width:46.0625em) {
  #testimonials {
    padding: 100px 0;
  }
}

.slick .slick-prev,
.slick .slick-next,
.medium-slider-2016 .slick-prev,
.medium-slider-2016 .slick-next,
.slick-testimonial .slick-prev,
.slick-testimonial .slick-next {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  top: 40%;
  outline: none;
  width: auto;
  border: none;
}
.slick .slick-prev:before,
.slick .slick-next:before,
.medium-slider-2016 .slick-prev:before,
.medium-slider-2016 .slick-next:before,
.slick-testimonial .slick-prev:before,
.slick-testimonial .slick-next:before {
  font-size: 45px;
  line-height: 45px;
  color: #333333;
  opacity: 0.5;
  outline: none;
  transition: opacity 350ms;
}
.slick .slick-prev:hover:before, .slick .slick-prev:active:before,
.slick .slick-next:hover:before,
.slick .slick-next:active:before,
.medium-slider-2016 .slick-prev:hover:before,
.medium-slider-2016 .slick-prev:active:before,
.medium-slider-2016 .slick-next:hover:before,
.medium-slider-2016 .slick-next:active:before,
.slick-testimonial .slick-prev:hover:before,
.slick-testimonial .slick-prev:active:before,
.slick-testimonial .slick-next:hover:before,
.slick-testimonial .slick-next:active:before {
  opacity: 1;
}
.slick .slick-prev,
.medium-slider-2016 .slick-prev,
.slick-testimonial .slick-prev {
  position: absolute;
  left: -50px;
}
@media only screen and (max-width: 46em) {
  .slick .slick-prev,
.medium-slider-2016 .slick-prev,
.slick-testimonial .slick-prev {
    left: -30px;
  }
}
.slick .slick-prev:before,
.medium-slider-2016 .slick-prev:before,
.slick-testimonial .slick-prev:before {
  content: "<";
}
.slick .slick-next,
.medium-slider-2016 .slick-next,
.slick-testimonial .slick-next {
  position: absolute;
  right: -50px;
}
@media only screen and (max-width: 46em) {
  .slick .slick-next,
.medium-slider-2016 .slick-next,
.slick-testimonial .slick-next {
    right: -30px;
  }
}
.slick .slick-next:before,
.medium-slider-2016 .slick-next:before,
.slick-testimonial .slick-next:before {
  content: ">";
}
.slick .slick-slide,
.medium-slider-2016 .slick-slide,
.slick-testimonial .slick-slide {
  height: auto;
}
.slick .slick-slide img,
.medium-slider-2016 .slick-slide img,
.slick-testimonial .slick-slide img {
  margin: 0 auto;
}
.slick .slick-slide h3,
.medium-slider-2016 .slick-slide h3,
.slick-testimonial .slick-slide h3 {
  color: #D91F00;
  font-weight: 300;
  font-size: 28px;
  text-align: left;
}
.slick .slick-slide a,
.medium-slider-2016 .slick-slide a,
.slick-testimonial .slick-slide a {
  font-weight: 600;
}
@media only screen and (max-width: 46em) {
  .slick .slick-dots,
.medium-slider-2016 .slick-dots,
.slick-testimonial .slick-dots {
    display: none !important;
  }
}
.slick.frontend-2020,
.medium-slider-2016.frontend-2020,
.slick-testimonial.frontend-2020 {
  width: 80%;
  margin: 0 auto;
}
.slick.frontend-2020 .slick-prev,
.slick.frontend-2020 .slick-next,
.medium-slider-2016.frontend-2020 .slick-prev,
.medium-slider-2016.frontend-2020 .slick-next,
.slick-testimonial.frontend-2020 .slick-prev,
.slick-testimonial.frontend-2020 .slick-next {
  box-shadow: none;
  border-radius: 0;
}
.slick.frontend-2020 .slick-prev:before,
.slick.frontend-2020 .slick-next:before,
.medium-slider-2016.frontend-2020 .slick-prev:before,
.medium-slider-2016.frontend-2020 .slick-next:before,
.slick-testimonial.frontend-2020 .slick-prev:before,
.slick-testimonial.frontend-2020 .slick-next:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  opacity: 1;
  transition: opacity 350ms;
}
.slick.frontend-2020 .slick-prev:hover:before, .slick.frontend-2020 .slick-prev:active:before,
.slick.frontend-2020 .slick-next:hover:before,
.slick.frontend-2020 .slick-next:active:before,
.medium-slider-2016.frontend-2020 .slick-prev:hover:before,
.medium-slider-2016.frontend-2020 .slick-prev:active:before,
.medium-slider-2016.frontend-2020 .slick-next:hover:before,
.medium-slider-2016.frontend-2020 .slick-next:active:before,
.slick-testimonial.frontend-2020 .slick-prev:hover:before,
.slick-testimonial.frontend-2020 .slick-prev:active:before,
.slick-testimonial.frontend-2020 .slick-next:hover:before,
.slick-testimonial.frontend-2020 .slick-next:active:before {
  opacity: 0.5;
}
.slick.frontend-2020 .slick-prev,
.medium-slider-2016.frontend-2020 .slick-prev,
.slick-testimonial.frontend-2020 .slick-prev {
  left: -80px;
}
.slick.frontend-2020 .slick-prev:before,
.medium-slider-2016.frontend-2020 .slick-prev:before,
.slick-testimonial.frontend-2020 .slick-prev:before {
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
.slick.frontend-2020 .slick-next,
.medium-slider-2016.frontend-2020 .slick-next,
.slick-testimonial.frontend-2020 .slick-next {
  right: -80px;
}
.slick.frontend-2020 .slick-next:before,
.medium-slider-2016.frontend-2020 .slick-next:before,
.slick-testimonial.frontend-2020 .slick-next:before {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.slick.frontend-2020 .slick-slide,
.medium-slider-2016.frontend-2020 .slick-slide,
.slick-testimonial.frontend-2020 .slick-slide {
  display: flex;
  justify-content: space-between;
}
.slick.frontend-2020 .slick-slide figure,
.medium-slider-2016.frontend-2020 .slick-slide figure,
.slick-testimonial.frontend-2020 .slick-slide figure {
  flex-basis: 40%;
  position: relative;
  top: -8px;
}
.slick.frontend-2020 .slick-slide figure img,
.medium-slider-2016.frontend-2020 .slick-slide figure img,
.slick-testimonial.frontend-2020 .slick-slide figure img {
  width: 100%;
}
.slick.frontend-2020 .slick-slide section,
.medium-slider-2016.frontend-2020 .slick-slide section,
.slick-testimonial.frontend-2020 .slick-slide section {
  flex-basis: 55%;
  padding: 0 15px 0 25px;
}
@media only screen and (max-width: 46em) {
  .slick.frontend-2020,
.medium-slider-2016.frontend-2020,
.slick-testimonial.frontend-2020 {
    flex-wrap: wrap;
  }
  .slick.frontend-2020 figure,
.slick.frontend-2020 section,
.medium-slider-2016.frontend-2020 figure,
.medium-slider-2016.frontend-2020 section,
.slick-testimonial.frontend-2020 figure,
.slick-testimonial.frontend-2020 section {
    flex-basis: 100%;
  }
}

.medium-slider-2016 .slick-prev:before, .medium-slider-2016 .slick-next:before {
  color: #FFFFFF;
}
.medium-slider-2016 .slick-next {
  right: -30px;
}

.small-slider-wrapper {
  float: right;
  width: 300px;
  margin: 0 15px 20px;
}
@media only screen and (max-width: 46em) {
  .small-slider-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.small-slider-wrapper .slider-arrows {
  position: relative;
  text-align: center;
  background: #333333;
  color: white;
  height: 30px;
  line-height: 30px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 1px 0 1px #CCC;
}
@media only screen and (max-width: 46em) {
  .small-slider-wrapper .slider-arrows {
    margin: 0 auto;
  }
}
@media only screen and (min-width:46.0625em) {
  .small-slider-wrapper .slider-arrows {
    max-width: 300px;
  }
}
.small-slider-wrapper .slider-arrows .slick-prev,
.small-slider-wrapper .slider-arrows .slick-next {
  position: absolute;
  content: "";
  top: 0;
  width: 20px;
  height: 30px;
  line-height: 30px;
  background: #ff0000;
  color: #FFF;
  text-align: center;
}
.small-slider-wrapper .slider-arrows .slick-prev:hover,
.small-slider-wrapper .slider-arrows .slick-next:hover {
  background: #db0004;
}
.small-slider-wrapper .slider-arrows .slick-prev.slick-disabled,
.small-slider-wrapper .slider-arrows .slick-next.slick-disabled {
  background: #888888;
}
.small-slider-wrapper .slider-arrows .slick-prev.slick-disabled:hover,
.small-slider-wrapper .slider-arrows .slick-next.slick-disabled:hover {
  background: #888888;
}
.small-slider-wrapper .slider-arrows .slick-prev:not(.slick-disabled),
.small-slider-wrapper .slider-arrows .slick-next:not(.slick-disabled) {
  cursor: pointer;
}
.small-slider-wrapper .slider-arrows .slick-prev {
  left: 0;
  border-bottom-left-radius: 4px;
}
.small-slider-wrapper .slider-arrows .slick-prev:before {
  content: "<";
}
.small-slider-wrapper .slider-arrows .slick-next {
  right: 0;
  border-bottom-right-radius: 4px;
}
.small-slider-wrapper .slider-arrows .slick-next:before {
  content: ">";
}

.small-slider div.slick-slide {
  margin: 0 0;
}
.small-slider div.slick-slide .iframe-loaded {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 18px;
}
.small-slider div.slick-slide .iframe-loaded.widescreen {
  padding-bottom: 56.34%;
}
.small-slider div.slick-slide .iframe-loaded.vimeo {
  padding-top: 0;
}
.small-slider div.slick-slide .iframe-loaded iframe,
.small-slider div.slick-slide .iframe-loaded object,
.small-slider div.slick-slide .iframe-loaded embed,
.small-slider div.slick-slide .iframe-loaded video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.small-slider div.slick-slide .video {
  margin-bottom: 0;
}
.small-slider .slick-track {
  background: #000;
}
@media only screen and (max-width: 46em) {
  .small-slider .video {
    float: none !important;
    margin: 0 auto !important;
  }
}

/* ===============================================================================
	Free Trial CTA Styles
   ================================================================================ */
.free-trial-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #da1f26;
  min-height: 150px;
  color: #FFFFFF;
}
.free-trial-cta p {
  margin: 0;
  font-size: 1.25em;
  font-weight: 500;
}
.free-trial-cta a.button {
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: 400;
}

/* ===============================================================================
	Featured In section styles
   ================================================================================ */
.featured-in {
  background: #f1f1f1;
}
.featured-in .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
  min-height: 150px;
  margin: 0 auto;
}
.featured-in .container p {
  margin: 0;
  color: #1a1a1a;
  font-weight: 700;
}
.featured-in .container a {
  margin-left: 15px;
}

/* ===============================================================================
	Stream Section Styling
   ================================================================================ */
#stream {
  background: #f1f1f1;
  padding: 50px 0;
}
#stream .container {
  max-width: 900px;
  margin: 0 auto;
}
#stream p {
  font-size: 18px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}
#stream ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
  list-style: none;
}
#stream ul li {
  margin-left: 15px;
  margin-bottom: 20px;
}
#stream ul li img {
  max-height: 30px;
}
#stream ul li:first-child {
  margin-left: 0;
}
#stream .actions {
  margin-top: 25px;
  text-align: center;
}
#stream .actions a.button {
  margin-left: 15px;
}

/* ===============================================================================
	Commercial Section Styling
   ================================================================================ */
#commercial {
  background: #f1f1f1;
  padding: 50px 0;
}
#commercial .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
}
#commercial .container h2 {
  flex-basis: 100%;
}
#commercial .container figure,
#commercial .container .details {
  flex-basis: 50%;
}
#commercial .container figure {
  margin: 0;
}
#commercial .container .details {
  padding-left: 75px;
}
#commercial .container .details figure {
  display: inline-block;
  padding: 20px 0;
  margin-bottom: 30px;
}
#commercial .container .details figure img {
  max-width: 140px;
}
#commercial .container .details figure:first-of-type {
  border-right: 2px solid #000;
  padding-right: 20px;
}
#commercial .container .details figure:last-of-type {
  padding-left: 20px;
}

/* ===============================================================================
	Reviews Section Styling
   ================================================================================ */
#reviews {
  background: transparent url("../img/review-bg.png") no-repeat center center/cover;
  padding: 50px 0;
}
#reviews .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
#reviews .container h2, #reviews .container a {
  flex-basis: 100%;
}
#reviews .container h2 {
  font-weight: 700;
}
#reviews .container article {
  flex-basis: calc(33% - 20px);
  background: #FFFFFF;
  margin-left: 30px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}
#reviews .container article header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#reviews .container article header figure {
  margin: 20px 20px 20px 0;
}
#reviews .container article header figure img {
  max-width: 75px;
}
#reviews .container article header .meta .reviewer {
  font-weight: 700;
}
#reviews .container article header .meta .rating {
  color: #e23037;
  font-size: 20px;
}
#reviews .container article section {
  clear: both;
  font-size: 14px;
}
#reviews .container article:first-of-type {
  margin-left: 0;
}
#reviews .container a {
  display: block;
  margin-top: 50px;
  text-align: center;
}

/* ===============================================================================
	Features Section Styles
   ================================================================================ */
#features {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
#features .feature-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
#features .feature-list h2, #features .feature-list p {
  flex-basis: 100%;
}
#features .feature-list h2 {
  max-width: 450px;
  margin-bottom: 20px;
  font-weight: 700;
}
#features .feature-list p {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
#features .feature-list figure {
  flex-basis: 58%;
}
#features .feature-list .list {
  flex-basis: 40%;
  padding-left: 50px;
}
#features .feature-list .list h3 {
  font-size: 20px;
  font-weight: 700;
}
#features .feature-list .list ul {
  margin-left: 33px;
  list-style: none;
}
#features .feature-list .list ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
#features .feature-list .list ul li::before {
  position: absolute;
  display: block;
  content: "";
  background: transparent url(../img/red-triangle.png) no-repeat center center/contain;
  top: 6px;
  left: -33px;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
#features .library {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#features .library h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 50px;
  color: #d7d5d5;
}
#features .library h2::before {
  position: absolute;
  display: block;
  content: "";
  background: transparent url(../img/red-triangle.png) no-repeat center center/contain;
  top: 2px;
  left: -50px;
  width: 34px;
  height: 34px;
  margin-right: 15px;
}
#features .library .categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#features .library .categories figure {
  flex-basis: 16%;
  padding: 20px;
}
#features .library .categories figure figcaption {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

/* ===============================================================================
	Pricing Section Styling
   ================================================================================ */
#pricing {
  background: transparent url(../img/striped-bg.png) no-repeat center center/cover;
  padding: 50px 0;
  color: #FFFFFF;
}
#pricing .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#pricing .container h2 {
  margin: 0 auto 30px;
  color: #FFFFFF;
}
#pricing .container > p {
  padding: 0 10%;
  margin-bottom: 50px;
}
#pricing .container .price-card {
  position: relative;
  background: #FFFFFF;
  min-width: 266px;
  padding: 20px 40px;
  color: #000;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.6);
}
#pricing .container .price-card .name {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
#pricing .container .price-card .price {
  font-size: 44px;
  font-weight: 500;
}
#pricing .container .price-card .price sup {
  font-size: 24px;
}
#pricing .container .price-card .price sup:first-child {
  padding-right: 5px;
}
#pricing .container .price-card .price sup:last-child {
  padding-left: 2px;
}
#pricing .container .price-card .total {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
#pricing .container .price-card a.button {
  margin-top: 25px;
}
#pricing .container .price-card .sticker {
  position: absolute;
  top: 15%;
  right: -25px;
  background: transparent url(../img/gold-starburst.png) no-repeat center center/contain;
  height: 80px;
  width: 80px;
  padding: 10px;
  transform: rotate(15deg);
}
#pricing .container .price-card .sticker .sticker-price .text {
  position: relative;
  top: 3px;
  display: block;
  font-size: 18px;
}
#pricing .container .price-card .sticker .sticker-price .number {
  position: relative;
  top: -7px;
  display: block;
  font-size: 22px;
  font-weight: 700;
}
#pricing .container .price-card.annual {
  transform: scale(1.1);
}
#pricing .container .price-card.annual a.button {
  background: #da1f26;
  color: #FFFFFF;
  border-color: #da1f26;
}
#pricing .container .disclaimer {
  margin: 50px auto;
  font-size: 14px;
  font-style: italic;
}
#pricing .container .add-on-card {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  flex-basis: 47%;
  background: #da1f26;
  min-height: 220px;
  padding: 20px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.6);
}
#pricing .container .add-on-card p {
  position: absolute;
  top: 50px;
  margin-bottom: 0;
  font-size: 14px;
}
#pricing .container .add-on-card p.lead {
  position: relative;
  top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}
#pricing .container .add-on-card a.button {
  align-self: flex-end;
}
#pricing .container .coaching {
  position: relative;
  flex-basis: 100%;
  background: #000;
  margin-top: 50px;
  padding: 25px;
  font-size: 1em;
  line-height: 24px;
  text-align: center;
}
#pricing .container .coaching:before, #pricing .container .coaching:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background: #FFFFFF;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  transform: translateY(-50%);
}
#pricing .container .coaching:before {
  left: 25px;
}
#pricing .container .coaching:after {
  right: 25px;
}

/* ================================================================================
	Lead Slider Styles
   ================================================================================ */
#lead h1, #lead h2, #lead h3, #lead h4, #lead h5, #lead h6 {
  color: #FFFFFF;
}
#lead .slider {
  height: 950px;
  overflow: hidden;
}
#lead .slider .slick-slide {
  height: auto;
}
#lead .slider .slick-slide > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#lead .slider .slick-slide > a img {
  width: 100%;
}
#lead .slider .slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
#lead .slider .slick-dots li {
  display: inline;
  position: relative;
  margin: 0 20px 0 0;
}
#lead .slider .slick-dots li:before {
  content: "";
  transition: background 550ms;
  background: rgba(217, 31, 0, 0.5);
  border-radius: 30%;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#lead .slider .slick-dots li button {
  padding: 0;
  margin: 0;
  display: none;
}
#lead .slider .slick-dots li.slick-active:before {
  background: #D91F00;
}
#lead .slider .slider-video .slider-video-inner {
  position: relative;
  min-height: 950px;
}
#lead .slider .slider-video .slider-video-inner .flex-video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(-50%);
}
#lead .slider .slider-video .slider-video-inner .flex-video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lead .slider .slider-video .slider-video-inner .flex-video.widescreen {
  padding-bottom: 51.85%;
}
#lead .slider .slider-video .slider-video-inner .flex-video.widescreen iframe {
  width: 100%;
}
#lead .slider .slider-video .slider-video-inner .vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
#lead .slider .slider-video .slider-video-inner .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lead .slider .slider-video .slider-video-inner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 950px;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1;
}
#lead .slider .slider-video .slider-video-inner .container .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
}
#lead .slider .slider-video .slider-video-inner .container .cta .subtitle {
  font-size: 22px;
  font-weight: 500;
}
#lead .slider .slider-video .slider-video-inner .container .cta .title {
  font-size: 36px;
  font-weight: 700;
}
#lead .slider .slider-video .slider-video-inner .container .cta a.button {
  margin-top: 50px;
}
#lead .slider.sale {
  height: 0;
  overflow: hidden;
  padding-top: calc(634 / 1600 * 100%);
  position: relative;
}
#lead .slider.sale .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lead .slider.sale .slider-video {
  height: 634px;
}
#lead .slider.sale .slider-video .slider-video-inner {
  height: 634px;
  min-height: 634px;
}
#lead .slider.sale .slider-video .slider-video-inner .flex-video.widescreen {
  padding-bottom: 0;
}
@media only screen and (max-width: 46em) {
  #lead .slider {
    max-height: 700px;
    overflow: hidden;
  }
}

.lead h2 {
  font-weight: 100;
  font-size: 28px;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  margin-bottom: 15px;
}
.lead p {
  margin-bottom: 0;
}
.lead a.button, .lead button {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  padding: 7px 46px;
  color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 1px 3px #000000;
}
@media only screen and (max-width: 46em) {
  .lead a.button, .lead button {
    width: 100%;
  }
}
.lead a.button.secondary, .lead button.secondary {
  color: #FFFFFF;
  background: #918D8D;
}
.lead a.button.secondary:hover, .lead a.button.secondary:active, .lead button.secondary:hover, .lead button.secondary:active {
  background: #787373;
}

/* ================================================================================
    Header (Top Bar) Styles
   ================================================================================ */
.top-bar-container, .tab-bar {
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  .top-second + * {
    margin-top: 139px;
  }

  .home:not(.logged-in) .top-first,
.home:not(.logged-in) .top-second {
    display: none;
  }
}
nav.top-bar::before, nav.top-bar::after {
  content: none;
  display: none;
}

.top-bar-container {
  position: fixed;
  z-index: 1000;
}
.top-bar-container.top-first {
  top: 0;
  z-index: 10000;
}
.top-bar-container.top-second {
  top: 50px;
}

.top-first, .top-second {
  color: #FFFFFF;
  padding: 0 20px;
}
.top-first p, .top-second p {
  margin: 0;
}

.top-first {
  background: #161515;
  min-height: 50px;
}
.top-first .top-bar {
  position: relative;
  min-height: 50px;
  background: none;
  overflow: visible;
}
.top-first .top-bar a {
  color: #FFFFFF;
}
.top-first .top-bar p {
  margin: 3px 0 0 0;
  padding: 9px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  max-width: calc(100% - 210px);
}
.top-first .top-bar p a {
  margin-left: 15px;
  color: #e23037;
  text-decoration: underline;
}
.top-first .top-bar .ssod-box {
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
}
.top-first .top-bar .ssod-box li {
  margin-left: 15px;
  padding-top: 10px;
  font-size: 20px;
}
.top-first .top-bar .ssod-box li.noPaddingLeftRight {
  top: -2px;
  position: relative;
}
.top-first .top-bar .ssod-box li a {
  font-size: 20px;
  text-decoration: none;
  color: #FFFFFF !important;
}
.top-first .top-bar .ssod-box li a.cart {
  position: relative;
}
.top-first .top-bar .ssod-box li a.cart .label {
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 0.625rem;
  font-weight: 500;
}
.top-first .top-bar .ssod-box li a:hover, .top-first .top-bar .ssod-box li a:active {
  text-decoration: underline;
}
.top-first .top-bar .ssod-box li #myZone {
  width: 400px;
}
.top-first .top-bar .ssod-box li #myZone li {
  margin-left: 0;
}
.top-first .top-bar .ssod-box li #myZone li a {
  color: #201f1f !important;
  font-size: 0.75rem;
}
.top-first .top-bar .ssod-box li #myZone.open {
  left: -190px;
}
.top-first .top-bar .ssod-box .noMarginLeft {
  margin-left: 0;
}
.top-first .top-bar .ssod-box .noPaddingTop {
  padding-top: 0;
}
@media only screen and (max-width: 40em) {
  .top-first {
    min-height: 54px;
  }
  .top-first .top-bar {
    min-height: 54px;
    padding-bottom: 3px;
  }
  .top-first .top-bar p {
    margin: 5px 0;
    padding: 0;
  }
}

.top-second {
  background: #FFFFFF;
  height: auto;
  min-height: 100px;
  box-shadow: 0 0 15px 0 #333333;
}
@media only screen and (max-width: 40em) {
  .top-second {
    min-height: 80px;
  }
}
.top-second .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  height: auto;
}
.top-second .top-bar .title-area {
  justify-self: flex-start;
}
.top-second .top-bar .title-area .name {
  height: auto;
}
.top-second .top-bar .title-area .name #main-header-logo a {
  padding: 0;
}
.top-second .top-bar .title-area .name #main-header-logo a img {
  padding: 23px 0;
}
@media only screen and (max-width: 40em) {
  .top-second .top-bar .title-area .name #main-header-logo img {
    max-width: 125px;
  }
}
.top-second .top-bar .top-bar-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
}
@media only screen and (max-width: 1035px) {
  .top-second .top-bar .top-bar-section .top-bar-menu.right {
    float: none !important;
  }
}
@media only screen and (max-width: 40em) {
  .top-second .top-bar .top-bar-section .top-bar-menu.right {
    display: none;
  }
}
.top-second .top-bar .top-bar-section li {
  margin-left: 15px;
  background: none;
}
.top-second .top-bar .top-bar-section li a {
  color: #1a1a1a !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
}
.top-second .top-bar .top-bar-section li a:hover, .top-second .top-bar .top-bar-section li a:active, .top-second .top-bar .top-bar-section li a:focus, .top-second .top-bar .top-bar-section li a:focus-within {
  color: #1a1a1a;
  text-decoration: underline;
}
.top-second .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
}
.top-second .top-bar .top-bar-section li .dropdown {
  left: 13px;
  right: auto;
}
.top-second .top-bar .top-bar-section li .dropdown li .dropdown {
  left: 100%;
  right: auto;
}
.top-second .top-bar .top-bar-section li ul.sub-menu {
  z-index: 2000;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 #333333;
}
.top-second .top-bar .top-bar-section li ul.sub-menu li {
  margin-left: 0;
}
.top-second .top-bar .top-bar-section li ul.sub-menu li a {
  padding-right: 15px;
  color: #1a1a1a;
  text-decoration: none;
}
.top-second .top-bar .top-bar-section li ul.sub-menu li a:hover, .top-second .top-bar .top-bar-section li ul.sub-menu li a:active, .top-second .top-bar .top-bar-section li ul.sub-menu li a:focus {
  background: #1a1a1a;
  color: #FFFFFF !important;
}
.top-second .top-bar .top-bar-section li:nth-last-child(-n+2) .dropdown {
  left: auto;
  right: 0;
}
.top-second .top-bar .top-bar-section li:nth-last-child(-n+2) .dropdown li .dropdown {
  left: auto;
  right: 100%;
}
.top-second .top-bar .menu-toggle-container {
  margin-left: 50px;
}
.top-second .top-bar .menu-toggle-container a {
  display: block;
  z-index: 999;
  position: relative;
  overflow: hidden;
  background: none;
  margin: 0;
  right: 0;
  padding: 0;
  width: 32px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s, top 250ms ease-out;
}
.top-second .top-bar .menu-toggle-container a span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 3px;
  background: #1a1a1a;
  transition: background 0s 0.3s;
  border-radius: 25px;
}
.top-second .top-bar .menu-toggle-container a span:before, .top-second .top-bar .menu-toggle-container a span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1a1a1a;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  border-radius: 25px;
}
.top-second .top-bar .menu-toggle-container a span:before {
  top: -10px;
  transition-property: top, transform;
}
.top-second .top-bar .menu-toggle-container a span:after {
  bottom: -10px;
  transition-property: bottom, transform;
}

aside.right-off-canvas-menu {
  position: fixed;
  background: #FFFFFF;
}
aside.right-off-canvas-menu .exit-off-canvas {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 25px 0 0;
  color: #1a1a1a;
  font-size: 1.875rem;
  text-align: right;
  border: none;
  box-shadow: none;
}
aside.right-off-canvas-menu .exit-off-canvas:hover {
  color: #1a1a1a;
}
aside.right-off-canvas-menu ul li {
  padding: 5px 10px;
}
aside.right-off-canvas-menu ul li a {
  color: #1a1a1a;
  text-decoration: none;
  border: none;
}
aside.right-off-canvas-menu ul li a:hover {
  background: #1a1a1a;
  color: #FFFFFF;
}
aside.right-off-canvas-menu ul li .sub-menu {
  background: #FFFFFF;
  top: 60px;
  height: 100%;
}
aside.right-off-canvas-menu ul li .sub-menu li.back a {
  background: #FFFFFF;
  padding-left: 0.625rem;
  color: #1a1a1a;
  border: none;
}
aside.right-off-canvas-menu ul li .sub-menu li.back a:hover {
  background: #1a1a1a;
  color: #FFFFFF;
}
aside.right-off-canvas-menu#slide-out-menu {
  z-index: 10001;
}
@media only screen and (min-width: 40.063em) {
  aside.right-off-canvas-menu {
    width: 20rem;
  }
  aside.right-off-canvas-menu .sub-menu {
    width: 20rem;
  }
}

body.home.mobile:not(.logged-in):not(.custom-content) .inner-wrap {
  transform: translateX(15px);
}
body.home.mobile:not(.logged-in):not(.custom-content) .exit-off-canvas {
  display: none;
}
body.home.mobile:not(.logged-in):not(.custom-content) aside#slide-out-menu {
  left: -100vw;
  width: 100vw;
}
body.home.mobile:not(.logged-in):not(.custom-content) aside#slide-out-menu ul li .sub-menu {
  top: 0;
}
body.home.mobile:not(.logged-in):not(.custom-content) aside#slide-out-menu ul li .sub-menu.offcanvas-overlap-left {
  left: 0;
}

.offcanvas-overlap-left aside.right-off-canvas-menu {
  box-shadow: 0 0 15px 0 #333333;
}

#search-modal {
  padding-top: 50px;
}
#search-modal a {
  text-decoration: none;
}
#search-modal input {
  margin-bottom: 0;
}
#search-modal input[type=submit] {
  padding-top: 7px;
  background: #da1f26;
  border-color: #da1f26;
  color: #FFFFFF;
}
#search-modal input[type=submit]:hover {
  background: #FFFFFF;
  color: #da1f26;
}

.admin-bar .top-first {
  top: 32px;
}
.admin-bar .top-second {
  top: 82px;
}
@media only screen and (max-width: 40em) {
  .admin-bar .top-first {
    top: 46px;
  }
  .admin-bar .top-first .ssod-box {
    top: 0;
  }
  .admin-bar .top-second {
    top: 96px;
  }
  .admin-bar aside.right-off-canvas-menu {
    top: 46px;
  }
}

/* ================================================================================
	Footer Styles
   ================================================================================ */
.footer_container {
  background: #111;
  padding: 50px 0;
  box-shadow: 1px 1px 6px 0 #000000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.footer_container #menu-footer {
  display: block;
  text-align: center;
  margin: 0 0 30px;
  font-size: 12px;
}
.footer_container #menu-footer.inline-list > li {
  display: inline-block;
  float: none;
}
.footer_container #menu-footer.inline-list > li a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer_container #menu-footer.inline-list > li.divider {
  display: none;
}
.footer_container #menu-footer.inline-list > li:not(.divider) {
  position: relative;
}
.footer_container #menu-footer.inline-list > li:not(.divider):before {
  content: "|";
  position: absolute;
  right: -13px;
  display: inline-block;
}
.footer_container #menu-footer.inline-list > li:last-child:not(.divider):before {
  content: "";
  display: none;
}
.footer_container .copyright p {
  max-width: 950px;
  margin: 0 auto;
  font-size: 12px;
}
.footer_container .copyright p a {
  color: #FFFFFF;
  text-decoration: none;
}

.page-template-template-thanks-you-app-holder .inner-wrap,
.page-id-178432 .inner-wrap {
  padding-top: 0;
}
.page-template-template-thanks-you-app-holder .cart-cs,
.page-id-178432 .cart-cs {
  padding: 0;
  margin-bottom: 90px;
}
.page-template-template-thanks-you-app-holder .top-bar-container,
.page-id-178432 .top-bar-container {
  padding: 12px 0;
}
.page-template-template-thanks-you-app-holder .top-bar .name,
.page-id-178432 .top-bar .name {
  height: auto;
}

#sale-notice a {
  white-space: nowrap;
}

@media only screen and (max-width: 40em) {
  #sale-notice {
    font-size: 13px;
    white-space: normal;
    max-width: 100%;
    width: 100%;
    padding-top: 1px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
  }

  #sale-notice + .inline-list {
    position: relative;
  }
}
/**
* Individual class displayed in list
*/
.class-item .early-release-banner {
  position: absolute;
  top: 10px;
  background: #e23037;
  padding: 1px 6px;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 10;
}
.class-item .early-release-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #e23037;
  z-index: -1;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.class-item .class-image {
  position: relative;
  overflow: hidden;
}
.class-item .class-image .class-description-link {
  position: absolute;
  top: -50px;
  background: #D91F00;
  padding: 5px 10px;
  color: #FFFFFF;
  transition: top 0.35s ease-out, opacity 0.35s ease-out, z-index 0.35s ease-out;
  z-index: -1;
}
.class-item .class-image .favorite-watched {
  position: absolute;
  top: 0;
  right: 25px;
  color: #D91F00;
}
.class-item .class-image .favorite-watched i {
  position: relative;
  margin-left: 5px;
  line-height: 1;
}
.class-item .class-image .favorite-watched i.fi-eye {
  font-size: 1.875rem;
}
.class-item .class-image .favorite-watched i.fi-heart {
  font-size: 1.375rem;
  top: 3px;
}
.class-item .class-image .favorite-watched .fi-eye + .fi-heart {
  top: -3px;
}
.class-item h4 {
  font-size: 18px;
  margin-left: 10px;
}
.class-item h4 a {
  color: #000000;
}
.class-item .class-meta {
  height: 38px;
  overflow: hidden;
  transition: height 0.35s ease-out;
}
.class-item .class-meta ul {
  background-color: #F4F3F3;
  color: #787373;
  margin: 0;
}
.class-item .class-meta ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.class-item .class-meta ul li i.fi-download {
  position: relative;
  left: -30px;
}
.class-item .class-meta ul li a {
  color: #787373;
}
.class-item .class-meta ul li a:hover {
  color: #D91F00;
}
.class-item .class-meta ul li a.download-link {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  line-height: 1;
}
.class-item .class-meta ul li a.download-link span {
  position: relative;
  left: 5px;
}
.class-item .class-meta ul li.preview-download {
  background: #D91F00;
  color: #FFFFFF;
}
.class-item .class-meta ul li.preview-download a {
  color: #FFFFFF;
}
.class-item a i {
  font-size: 40px;
  color: #D91F00;
}
.class-item a.inactive:hover i {
  font-size: 40px;
  color: #D91F00;
}
.class-item a.inactive i, .class-item a:hover i {
  color: #ffffff;
  text-shadow: 1px 0 #D91F00, 0 1px #D91F00, 0 -1px #D91F00, -1px 0 #D91F00;
}
.class-item.featured .class-image .button, .class-item.featured .class-image .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer input.button, .landing-page-layout .custom-design .lp-contact-form-2019 .gform_wrapper .gform_footer .class-item.featured .class-image input.button {
  bottom: 50px;
}
.class-item.featured .class-meta {
  margin-top: -36px;
  height: 74px;
}
.class-item.featured .class-meta .featured-heading {
  background-color: #D91F00;
}
.class-item.featured .class-meta .featured-heading h5 {
  color: #F4F3F3;
  margin: 0;
  padding: 7px;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}
.class-item.featured .class-meta .featured-heading hr {
  border-color: #F4F3F3;
  margin: 0 auto;
  width: 90%;
}
.class-item.featured .class-meta ul {
  background-color: #D91F00;
  color: #F4F3F3;
}
.class-item.featured .class-meta ul li {
  font-weight: 300;
}
.class-item.featured .class-meta ul li a {
  color: #F4F3F3;
}
.class-item.featured .class-meta ul li a:hover {
  color: #F4F3F3;
  opacity: 0.8;
}
.class-item:hover .class-image .class-description-link {
  top: 0;
  opacity: 1;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  .class-item .class-image {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 840px) {
  .class-item .class-image .class-description-link {
    top: 0;
    opacity: 1;
    z-index: 1;
  }
  .class-item .class-meta {
    height: auto;
  }
  .class-item.featured .class-meta {
    height: auto;
  }
}
@media only screen and (max-width: 1127px) {
  .class-item .class-meta {
    height: auto;
  }
  .class-item.featured .class-meta {
    height: auto;
  }
}

.disabled .class-item a {
  cursor: not-allowed;
  opacity: 0.6;
}
.disabled .class-item img {
  filter: grayscale(100%);
}

#early-release-modal {
  top: 50vh !important;
  max-width: 55rem;
  padding: 150px 50px 100px;
  text-align: center;
  transform: translateY(-50%);
}
#early-release-modal a.close-reveal-modal,
#early-release-modal a.back-to-classes {
  margin-top: 0;
  font-size: 3.5rem;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.6;
}
#early-release-modal a.back-to-classes {
  position: absolute;
  top: 0;
  right: 25px;
}
#early-release-modal h2 {
  max-width: 600px;
  margin: 0 auto 25px;
  font-size: 2rem;
  font-weight: 700;
}
#early-release-modal p {
  margin-bottom: 10px;
  font-size: 18px;
}
#early-release-modal p strong {
  color: #da1f26;
}
#early-release-modal a {
  display: block;
  margin: 25px auto 0;
  max-width: 250px;
  color: #000000;
  text-decoration: underline;
}
#early-release-modal a.button {
  background: #c61b22;
  margin-top: 50px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
}
@media only screen and (max-width: 40em) {
  #early-release-modal {
    padding: 50px 25px;
  }
  #early-release-modal a.close-reveal-modal {
    font-size: 3rem;
  }
}

#my-account .update-email {
  position: relative;
  margin-top: 30px;
}
#my-account .update-email .form-label {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #fff;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  font-weight: bold;
}
#my-account .update-email form {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 2rem 1.25rem;
}
#my-account .update-email .quform-button-submit {
  text-align: center;
}
#my-account .update-email .quform-button-submit .quform-submit {
  margin-top: 1rem;
  border-radius: 25px;
}
#my-account .update-email .quform-default-submit,
#my-account .update-email .quform-element-tree {
  display: none;
}

body.page-template-page-21-day-challenge {
  --aspect-ratio: 5 / 4;
}
body.page-template-page-21-day-challenge main {
  font-family: "montserrat", sans-serif;
}
body.page-template-page-21-day-challenge main header {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}
body.page-template-page-21-day-challenge main header .logo {
  width: auto;
  margin-top: 0;
  margin-bottom: 50px;
}
body.page-template-page-21-day-challenge main header .heading h1 {
  font-family: "montserrat", sans-serif;
  font-size: 36px;
}
body.page-template-page-21-day-challenge main header .heading h1 span {
  display: block;
  font-weight: 800;
}
body.page-template-page-21-day-challenge main header .heading p {
  margin: 30px auto 70px;
}
body.page-template-page-21-day-challenge main header .heading p.lead {
  font-size: 20px;
  font-weight: 600;
}
body.page-template-page-21-day-challenge main header .heading p.login {
  color: #da1f26;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
body.page-template-page-21-day-challenge main .login-container {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 150px;
  padding: 0;
  border: 3px solid #DA1624;
  border-radius: 10px;
  overflow: hidden;
}
body.page-template-page-21-day-challenge main .login-container .row {
  width: auto;
  flex-grow: 1;
}
body.page-template-page-21-day-challenge main .login-container figure {
  margin: 0;
}
body.page-template-page-21-day-challenge main .login-container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-page-21-day-challenge main .features {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
body.page-template-page-21-day-challenge main .features .feature figure {
  margin: 0;
  text-align: center;
}
body.page-template-page-21-day-challenge main .features .feature figure img {
  margin-bottom: 20px;
}
body.page-template-page-21-day-challenge main .features .feature figure figcaption {
  max-width: 210px;
  font-size: 17px;
}
body.page-template-page-21-day-challenge main .features .feature figure figcaption strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 900px) {
  body.page-template-page-21-day-challenge main .features {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
body.page-template-page-21-day-challenge main .social-proof {
  position: relative;
  background: transparent url("../img/21-day-challenge/cement-texture.png") no-repeat center center/cover;
  margin: 50px 0;
}
body.page-template-page-21-day-challenge main .social-proof .overlay {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
body.page-template-page-21-day-challenge main .social-proof .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
body.page-template-page-21-day-challenge main .social-proof .container .heading {
  margin-bottom: 25px;
}
body.page-template-page-21-day-challenge main .social-proof .container .heading h2 {
  font-family: "montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1250px) {
  body.page-template-page-21-day-challenge main .social-proof .container .heading {
    padding: 0 25px;
  }
}
body.page-template-page-21-day-challenge main .social-proof .container .video-container {
  width: 100%;
  max-width: 1080px;
}
@media (max-width: 900px) {
  body.page-template-page-21-day-challenge main .social-proof .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }
  body.page-template-page-21-day-challenge main .social-proof .container .heading h2 {
    font-size: 30px;
  }
  body.page-template-page-21-day-challenge main .social-proof .container .video-container {
    padding-bottom: calc(var(--aspect-ratio, .5625) * 50%);
  }
}
body.page-template-page-21-day-challenge main .cta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 150px;
  text-align: center;
}
body.page-template-page-21-day-challenge main .cta .description {
  max-width: 800px;
  margin: 0 auto;
}
body.page-template-page-21-day-challenge main .cta .description .heading p {
  font-size: 20px;
}
body.page-template-page-21-day-challenge main .cta .description h2 {
  font-size: 24px;
}
body.page-template-page-21-day-challenge main .cta .description p.lead,
body.page-template-page-21-day-challenge main .cta .description ul {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
body.page-template-page-21-day-challenge main .cta .description p.lead {
  position: relative;
  left: -16px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
body.page-template-page-21-day-challenge main .cta .description ul {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  body.page-template-page-21-day-challenge main .cta .description p.lead {
    left: 0;
  }
  body.page-template-page-21-day-challenge main .cta .description ul {
    margin-left: 15px;
  }
}
body.page-template-page-21-day-challenge main .cta > p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
body.page-template-page-21-day-challenge main .cta > p .price {
  color: #da1f26;
  font-weight: 600;
}
body.page-template-page-21-day-challenge main .cta a.button {
  background: #da1f26;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  transition: background 0.35s ease-out;
}
body.page-template-page-21-day-challenge main .cta a.button:hover {
  background: #1E1E1E;
}
body.page-template-page-21-day-challenge main .cta .member-options {
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
body.page-template-page-21-day-challenge main .cta .member-options .block {
  border-radius: 20px;
  box-shadow: 0 3px 12px #00000029;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price {
  max-width: 460px;
  background: #1E1E1E;
  padding: 70px 50px 90px 50px;
  text-align: center;
  border: 2px solid #da1f26;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price .heading {
  color: #fff;
  font-size: 36px;
  line-height: 1.15;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price .heading strong {
  display: block;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price .details {
  margin: 20px auto;
  color: #cdb27c;
  font-size: 20px;
  font-style: italic;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price .price {
  position: relative;
  color: #fff;
  font-size: 50px;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price .price span {
  position: absolute;
  top: 0;
  font-size: 30px;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price .strikeout {
  margin: 10px auto 30px;
  color: #da1f26;
  font-size: 24px;
  text-decoration: line-through;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price a {
  transition: background 0.35s ease-out, color 0.35s ease-out;
}
body.page-template-page-21-day-challenge main .cta .member-options .member-price a:hover {
  background: #fff;
  color: #da1f26;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo {
  flex-grow: 1;
  padding: 40px;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .heading {
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .heading small {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .instructions {
  font-size: 20px;
  text-align: center;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .instructions a {
  display: block;
  color: #da1f26;
  font-weight: 600;
  text-decoration: underline;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo hr {
  width: 100%;
  margin: 30px 0;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details {
  text-align: left;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .subject,
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .label {
  background: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .body ul {
  margin: 20px;
  list-style: none;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .body ul li span {
  font-style: italic;
}
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .body ul li:first-child {
  font-weight: 600;
}
@media (max-width: 480px) {
  body.page-template-page-21-day-challenge main .cta .member-options .free-promo {
    padding: 0;
  }
  body.page-template-page-21-day-challenge main .cta .member-options .free-promo .heading {
    padding: 20px;
  }
  body.page-template-page-21-day-challenge main .cta .member-options .free-promo .instructions {
    font-size: 18px;
  }
  body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details {
    padding: 0 20px;
  }
  body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .label {
    font-size: 18px;
  }
  body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .subject,
body.page-template-page-21-day-challenge main .cta .member-options .free-promo .details .body {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  body.page-template-page-21-day-challenge main .cta .member-options {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-page-21-day-challenge main .cta .member-options .free-promo {
    flex-grow: 0;
  }
}
@media (max-width: 480px) {
  body.page-template-page-21-day-challenge main .cta {
    padding: 60px 10px 150px;
  }
}
body.page-template-page-21-day-challenge .widget_ssod_streaming_devices {
  display: none;
}

body.page-template-page-next-level-fitness-dashboard > main > header .logo,
body.page-template-nlp-dashboard > main > header .logo,
body.page-template-workout-plan-dashboard > main > header .logo {
  background: #1e1e1e;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main > header .logo a img,
body.page-template-nlp-dashboard > main > header .logo a img,
body.page-template-workout-plan-dashboard > main > header .logo a img {
  max-width: 180px;
}
body.page-template-page-next-level-fitness-dashboard > main > header .heading,
body.page-template-nlp-dashboard > main > header .heading,
body.page-template-workout-plan-dashboard > main > header .heading {
  padding: 80px 0 50px 0;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main > header .heading h1,
body.page-template-nlp-dashboard > main > header .heading h1,
body.page-template-workout-plan-dashboard > main > header .heading h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-template-page-next-level-fitness-dashboard > main > header .heading .lead,
body.page-template-nlp-dashboard > main > header .heading .lead,
body.page-template-workout-plan-dashboard > main > header .heading .lead {
  margin: 20px 0 0 0;
  font-size: 24px;
}
body.page-template-page-next-level-fitness-dashboard > main .intro,
body.page-template-nlp-dashboard > main .intro,
body.page-template-workout-plan-dashboard > main .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  max-height: 346px;
  margin: 0 auto;
  border: 2px solid #1E1E1E;
  border-radius: 25px;
  overflow: hidden;
}
body.page-template-page-next-level-fitness-dashboard > main .intro .image,
body.page-template-nlp-dashboard > main .intro .image,
body.page-template-workout-plan-dashboard > main .intro .image {
  position: relative;
  min-width: 40%;
  max-height: 100%;
  height: 343px;
}
body.page-template-page-next-level-fitness-dashboard > main .intro .image figure,
body.page-template-nlp-dashboard > main .intro .image figure,
body.page-template-workout-plan-dashboard > main .intro .image figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
body.page-template-page-next-level-fitness-dashboard > main .intro .image figure img,
body.page-template-nlp-dashboard > main .intro .image figure img,
body.page-template-workout-plan-dashboard > main .intro .image figure img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
body.page-template-page-next-level-fitness-dashboard > main .intro .content,
body.page-template-nlp-dashboard > main .intro .content,
body.page-template-workout-plan-dashboard > main .intro .content {
  padding: 60px;
}
body.page-template-page-next-level-fitness-dashboard > main .intro .content .cta,
body.page-template-nlp-dashboard > main .intro .content .cta,
body.page-template-workout-plan-dashboard > main .intro .content .cta {
  display: inline-block;
  margin: 0 auto 20px;
  box-shadow: none;
}
@media (max-width: 1200px) {
  body.page-template-page-next-level-fitness-dashboard > main .intro,
body.page-template-nlp-dashboard > main .intro,
body.page-template-workout-plan-dashboard > main .intro {
    margin: 0 10px;
  }
}
@media (max-width: 450px) {
  body.page-template-page-next-level-fitness-dashboard > main .intro,
body.page-template-nlp-dashboard > main .intro,
body.page-template-workout-plan-dashboard > main .intro {
    flex-direction: column;
    margin: 0 10px;
  }
  body.page-template-page-next-level-fitness-dashboard > main .intro .image,
body.page-template-nlp-dashboard > main .intro .image,
body.page-template-workout-plan-dashboard > main .intro .image {
    min-width: 100%;
    height: auto;
  }
  body.page-template-page-next-level-fitness-dashboard > main .intro .image figure,
body.page-template-nlp-dashboard > main .intro .image figure,
body.page-template-workout-plan-dashboard > main .intro .image figure {
    position: relative;
  }
  body.page-template-page-next-level-fitness-dashboard > main .intro .content,
body.page-template-nlp-dashboard > main .intro .content,
body.page-template-workout-plan-dashboard > main .intro .content {
    padding: 30px;
  }
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend,
body.page-template-nlp-dashboard > main .invite-friend,
body.page-template-workout-plan-dashboard > main .invite-friend {
  max-width: 800px;
  margin: 50px auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 3px 12px #00000029;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .heading,
body.page-template-nlp-dashboard > main .invite-friend .heading,
body.page-template-workout-plan-dashboard > main .invite-friend .heading {
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .heading small,
body.page-template-nlp-dashboard > main .invite-friend .heading small,
body.page-template-workout-plan-dashboard > main .invite-friend .heading small {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .instructions,
body.page-template-nlp-dashboard > main .invite-friend .instructions,
body.page-template-workout-plan-dashboard > main .invite-friend .instructions {
  font-size: 20px;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .instructions a,
body.page-template-nlp-dashboard > main .invite-friend .instructions a,
body.page-template-workout-plan-dashboard > main .invite-friend .instructions a {
  display: block;
  color: #da1f26;
  font-weight: 600;
  text-decoration: underline;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend hr,
body.page-template-nlp-dashboard > main .invite-friend hr,
body.page-template-workout-plan-dashboard > main .invite-friend hr {
  width: 100%;
  margin: 30px 0;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details,
body.page-template-nlp-dashboard > main .invite-friend .details,
body.page-template-workout-plan-dashboard > main .invite-friend .details {
  text-align: left;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .subject,
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .label,
body.page-template-nlp-dashboard > main .invite-friend .details .subject,
body.page-template-nlp-dashboard > main .invite-friend .details .label,
body.page-template-workout-plan-dashboard > main .invite-friend .details .subject,
body.page-template-workout-plan-dashboard > main .invite-friend .details .label {
  background: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .body ul,
body.page-template-nlp-dashboard > main .invite-friend .details .body ul,
body.page-template-workout-plan-dashboard > main .invite-friend .details .body ul {
  margin: 20px;
  list-style: none;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .body ul li span,
body.page-template-nlp-dashboard > main .invite-friend .details .body ul li span,
body.page-template-workout-plan-dashboard > main .invite-friend .details .body ul li span {
  font-style: italic;
}
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .body ul li:first-child,
body.page-template-nlp-dashboard > main .invite-friend .details .body ul li:first-child,
body.page-template-workout-plan-dashboard > main .invite-friend .details .body ul li:first-child {
  font-weight: 600;
}
@media (max-width: 480px) {
  body.page-template-page-next-level-fitness-dashboard > main .invite-friend,
body.page-template-nlp-dashboard > main .invite-friend,
body.page-template-workout-plan-dashboard > main .invite-friend {
    padding: 0;
  }
  body.page-template-page-next-level-fitness-dashboard > main .invite-friend .heading,
body.page-template-nlp-dashboard > main .invite-friend .heading,
body.page-template-workout-plan-dashboard > main .invite-friend .heading {
    padding: 20px;
  }
  body.page-template-page-next-level-fitness-dashboard > main .invite-friend .instructions,
body.page-template-nlp-dashboard > main .invite-friend .instructions,
body.page-template-workout-plan-dashboard > main .invite-friend .instructions {
    font-size: 18px;
  }
  body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details,
body.page-template-nlp-dashboard > main .invite-friend .details,
body.page-template-workout-plan-dashboard > main .invite-friend .details {
    padding: 0 20px;
  }
  body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .label,
body.page-template-nlp-dashboard > main .invite-friend .details .label,
body.page-template-workout-plan-dashboard > main .invite-friend .details .label {
    font-size: 18px;
  }
  body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .subject,
body.page-template-page-next-level-fitness-dashboard > main .invite-friend .details .body,
body.page-template-nlp-dashboard > main .invite-friend .details .subject,
body.page-template-nlp-dashboard > main .invite-friend .details .body,
body.page-template-workout-plan-dashboard > main .invite-friend .details .subject,
body.page-template-workout-plan-dashboard > main .invite-friend .details .body {
    font-size: 16px;
  }
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos,
body.page-template-nlp-dashboard > main .weekly-videos,
body.page-template-workout-plan-dashboard > main .weekly-videos {
  max-width: 1200px;
  margin: 70px auto 90px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos h2,
body.page-template-nlp-dashboard > main .weekly-videos h2,
body.page-template-workout-plan-dashboard > main .weekly-videos h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos p,
body.page-template-nlp-dashboard > main .weekly-videos p,
body.page-template-workout-plan-dashboard > main .weekly-videos p {
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week,
body.page-template-nlp-dashboard > main .weekly-videos .week,
body.page-template-workout-plan-dashboard > main .weekly-videos .week {
  max-width: 1200px;
  margin-bottom: 50px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week .label,
body.page-template-nlp-dashboard > main .weekly-videos .week .label,
body.page-template-workout-plan-dashboard > main .weekly-videos .week .label {
  background: transparent;
  margin-bottom: 15px;
  color: #da1f26;
  font-size: 24px;
  font-weight: 500;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  list-style: none;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li {
  width: 100%;
  max-width: 152px;
  overflow: hidden;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li a,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li a,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li a {
  display: block;
  color: #1e1e1e;
  font-size: 18px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li a figure,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li a figure,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li a figure {
  margin: 0;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li a figure img,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li a figure img,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li a figure img {
  border: 1px solid #1e1e1e;
  border-radius: 7px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li a figure figcaption span,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li a figure figcaption span,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li a figure figcaption span {
  color: #888888;
  font-size: 16px;
  font-weight: 500;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li.disabled a,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li.disabled a,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li.disabled a {
  color: #ccc;
  cursor: default;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li.disabled a figure img,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li.disabled a figure img,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li.disabled a figure img {
  filter: grayscale(1);
  border-color: #ccc;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li.disabled a figure figcaption,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li.disabled a figure figcaption,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li.disabled a figure figcaption {
  font-weight: 600;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li.disabled a figure figcaption span,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li.disabled a figure figcaption span,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li.disabled a figure figcaption span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week.additional ul.classes,
body.page-template-nlp-dashboard > main .weekly-videos .week.additional ul.classes,
body.page-template-workout-plan-dashboard > main .weekly-videos .week.additional ul.classes {
  justify-content: flex-start;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week.additional ul.classes li,
body.page-template-nlp-dashboard > main .weekly-videos .week.additional ul.classes li,
body.page-template-workout-plan-dashboard > main .weekly-videos .week.additional ul.classes li {
  width: auto;
  padding: 10px 25px;
  text-align: center;
  border: 1px solid #1e1e1e;
  border-radius: 7px;
}
@media (max-width: 1200px) {
  body.page-template-page-next-level-fitness-dashboard > main .weekly-videos,
body.page-template-nlp-dashboard > main .weekly-videos,
body.page-template-workout-plan-dashboard > main .weekly-videos {
    margin: 70px 10px 90px;
  }
}
@media (max-width: 450px) {
  body.page-template-page-next-level-fitness-dashboard > main .weekly-videos,
body.page-template-nlp-dashboard > main .weekly-videos,
body.page-template-workout-plan-dashboard > main .weekly-videos {
    margin: 70px 10px 90px;
  }
  body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes {
    flex-wrap: wrap;
    margin: 0;
  }
  body.page-template-page-next-level-fitness-dashboard > main .weekly-videos .week ul.classes li,
body.page-template-nlp-dashboard > main .weekly-videos .week ul.classes li,
body.page-template-workout-plan-dashboard > main .weekly-videos .week ul.classes li {
    flex-basis: calc(100% - 20px);
    text-align: center;
  }
}
body.page-template-page-next-level-fitness-dashboard > main .cta,
body.page-template-nlp-dashboard > main .cta,
body.page-template-workout-plan-dashboard > main .cta {
  background: #1e1e1e;
  max-width: 996px;
  margin: 0 auto 90px;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0 3px 12px #00000029;
}
body.page-template-page-next-level-fitness-dashboard > main .cta p,
body.page-template-nlp-dashboard > main .cta p,
body.page-template-workout-plan-dashboard > main .cta p {
  margin: 0;
  font-size: 24px;
}
body.page-template-page-next-level-fitness-dashboard > main .cta p a,
body.page-template-nlp-dashboard > main .cta p a,
body.page-template-workout-plan-dashboard > main .cta p a {
  color: #cdb27c;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity 0.35s ease-out;
}
body.page-template-page-next-level-fitness-dashboard > main .cta p a:hover,
body.page-template-nlp-dashboard > main .cta p a:hover,
body.page-template-workout-plan-dashboard > main .cta p a:hover {
  opacity: 0.8;
}
body.page-template-page-next-level-fitness-dashboard > main .cta.celebration,
body.page-template-nlp-dashboard > main .cta.celebration,
body.page-template-workout-plan-dashboard > main .cta.celebration {
  background: #da1f26;
  margin: 50px auto;
}
@media (max-width: 1016px) {
  body.page-template-page-next-level-fitness-dashboard > main .cta,
body.page-template-nlp-dashboard > main .cta,
body.page-template-workout-plan-dashboard > main .cta {
    margin: 0 10px 90px;
  }
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls,
body.page-template-nlp-dashboard > main .weekly-calls,
body.page-template-workout-plan-dashboard > main .weekly-calls {
  max-width: 1200px;
  margin: 0 auto 90px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls h2,
body.page-template-nlp-dashboard > main .weekly-calls h2,
body.page-template-workout-plan-dashboard > main .weekly-calls h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks,
body.page-template-nlp-dashboard > main .weekly-calls .weeks,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week {
  width: 100%;
  border-radius: 7px;
  box-shadow: 0px 3px 12px #00000029;
  overflow: hidden;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week .label,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week .label,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week .label {
  background: #cdb27c;
  width: 100%;
  padding: 20px 0;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week ul.calls,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week ul.calls,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week ul.calls {
  margin: 0;
  padding: 40px;
  list-style: none;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week ul.calls li,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week ul.calls li,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week ul.calls li {
  padding-bottom: 15px;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week ul.calls li a,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week ul.calls li a,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week ul.calls li a {
  font-size: 20px;
  text-decoration: underline;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week ul.calls li i,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week ul.calls li i,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week ul.calls li i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: transparent url(../img/21-day-challenge/arrow-up-right-from-square-solid.svg) no-repeat center center/cover;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week ul.calls li.disabled a,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week ul.calls li.disabled a,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week ul.calls li.disabled a {
  color: #ccc;
  text-decoration: none;
  cursor: default;
}
body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks .week ul.calls li.disabled i,
body.page-template-nlp-dashboard > main .weekly-calls .weeks .week ul.calls li.disabled i,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks .week ul.calls li.disabled i {
  display: none;
}
@media (max-width: 1200px) {
  body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks,
body.page-template-nlp-dashboard > main .weekly-calls .weeks,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks {
    margin: 0 10px 90px;
  }
}
@media (max-width: 450px) {
  body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks,
body.page-template-nlp-dashboard > main .weekly-calls .weeks,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 10px;
  }
  body.page-template-page-next-level-fitness-dashboard > main .weekly-calls .weeks ul.days li,
body.page-template-nlp-dashboard > main .weekly-calls .weeks ul.days li,
body.page-template-workout-plan-dashboard > main .weekly-calls .weeks ul.days li {
    flex-basis: calc(100% - 40px);
  }
}
body.page-template-page-next-level-fitness-dashboard > main .forms,
body.page-template-nlp-dashboard > main .forms,
body.page-template-workout-plan-dashboard > main .forms {
  max-width: 800px;
  margin: 50px auto;
}
body.page-template-page-next-level-fitness-dashboard > main .forms > p,
body.page-template-nlp-dashboard > main .forms > p,
body.page-template-workout-plan-dashboard > main .forms > p {
  margin: 0 0 20px 0;
  font-size: 20px;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main .forms ul,
body.page-template-nlp-dashboard > main .forms ul,
body.page-template-workout-plan-dashboard > main .forms ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  list-style: none;
  text-align: center;
}
body.page-template-page-next-level-fitness-dashboard > main .forms ul li a,
body.page-template-nlp-dashboard > main .forms ul li a,
body.page-template-workout-plan-dashboard > main .forms ul li a {
  font-size: 18px;
  text-decoration: underline;
}
body.page-template-page-next-level-fitness-dashboard .widget_ssod_streaming_devices,
body.page-template-nlp-dashboard .widget_ssod_streaming_devices,
body.page-template-workout-plan-dashboard .widget_ssod_streaming_devices {
  display: none;
}

body.page-template-workout-plan-dashboard #resources .cta {
  max-width: 650px;
}
body.page-template-workout-plan-dashboard #resources h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

body.page-template-page-challenge-video > main > header .logo {
  background: #1e1e1e;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
body.page-template-page-challenge-video > main > header .logo a img {
  max-width: 180px;
}
body.page-template-page-challenge-video > main > header .heading {
  padding: 80px 0 50px 0;
  text-align: center;
}
body.page-template-page-challenge-video > main > header .heading h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-template-page-challenge-video > main > header .heading .lead {
  margin: 20px 0 0 0;
  font-size: 24px;
}
body.page-template-page-challenge-video > main > .video-js-outer {
  max-width: 1240px;
  margin: 0 auto;
}
body.page-template-page-challenge-video > main > section p {
  margin: 100px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
body.page-template-page-challenge-video > main > footer {
  text-align: center;
  padding: 100px 0 180px 0;
}
body.page-template-page-challenge-video > main > footer a.button {
  background: #e23037;
  color: #fff;
  transition: background 0.35s ease-out;
  border-radius: 7px;
}
body.page-template-page-challenge-video > main > footer a.button:hover {
  background: #c41b22;
}
@media (max-width: 450px) {
  body.page-template-page-challenge-video > main > footer {
    padding: 100px 20px;
  }
}
body.page-template-page-challenge-video .widget_ssod_streaming_devices {
  display: none;
}

.page-id-1359738 .inner-wrap,
.page-id-1359739 .inner-wrap {
  padding-top: 0;
}
.page-id-1359738 .inner-wrap .top-bar-container,
.page-id-1359739 .inner-wrap .top-bar-container {
  padding: 25px 15px !important;
}
.page-id-1359738 .inner-wrap .new_shopping_container,
.page-id-1359739 .inner-wrap .new_shopping_container {
  padding-top: 52px;
}
.page-id-1359738 .inner-wrap .gform_wrapper .gfield_consent_description,
.page-id-1359739 .inner-wrap .gform_wrapper .gfield_consent_description {
  max-height: calc(100vh - 450px);
}
.page-id-1359738 .inner-wrap .ginput_container,
.page-id-1359739 .inner-wrap .ginput_container {
  margin-top: 15px;
}
/*# sourceMappingURL=app-2016.css.map */
