@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300.css);
@import url(https://cloud.typography.com/6159714/7732772/css/fonts.css);
@import url(https://cloud.typography.com/6159714/6558152/css/fonts.css);
.lightbox-nav {
  position: relative;
  margin-bottom: 12px; /* the font-size of .btn-xs */
  height: 22px;
  text-align: center;
  font-size: 0; /* prevent the otherwise inherited font-size and line-height from adding extra space to the bottom of this div */
}

.lightbox-nav .btn-group {
  vertical-align: top;
}

.lightbox-nav .close {
  /* absolutely position this in order to center the nav buttons */
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox-image-container {
  position: relative;
  text-align: center; /* center the image */
}

/* the caption overlays the top left corner of the image */
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0.9em; /* the left and right margins are offset by 0.4em for the span box-shadow */
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}

.lightbox-image-caption span {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(255, 255, 255, 0.75);
  /* pad the left and right of each line of text */
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75),
    -0.4em 0 0 rgba(255, 255, 255, 0.75);
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);display:none;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{display:block}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}[dir="rtl"] .ladda-button[data-style=slide-right] .ladda-spinner{right:auto}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}[dir="rtl"] .ladda-spinner>div{left:25% !important}

/*!
 * FullCalendar v3.10.1
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/** Trumbowyg v2.3.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons,#trumbowyg-icons svg{height:0;width:0}#trumbowyg-icons{overflow:hidden;visibility:hidden}.trumbowyg-box *,.trumbowyg-box ::after,.trumbowyg-box ::before{box-sizing:border-box}.trumbowyg-box svg{width:17px;height:100%;fill:#222}.trumbowyg-box,.trumbowyg-editor{display:block;position:relative;border:1px solid #DDD;width:100%;min-height:300px;margin:17px auto}.trumbowyg-box .trumbowyg-editor{margin:0 auto}.trumbowyg-box.trumbowyg-fullscreen{background:#FEFEFE;border:none!important}.trumbowyg-editor,.trumbowyg-textarea{position:relative;box-sizing:border-box;padding:20px;min-height:300px;width:100%;border-style:none;resize:none;outline:0;overflow:auto}.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:transparent!important;text-shadow:0 0 7px #333}@media screen and (min-width:0 \0){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}.trumbowyg-box-blur .trumbowyg-editor hr,.trumbowyg-box-blur .trumbowyg-editor img{opacity:.2}.trumbowyg-textarea{position:relative;display:block;overflow:auto;border:none;white-space:normal;font-size:14px;font-family:Inconsolata,Consolas,Courier,"Courier New",sans-serif;line-height:18px}.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea{height:1px!important;width:25%;min-height:0!important;padding:0!important;background:0 0;opacity:0!important}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea{display:block}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor{display:none}.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea{opacity:.8;background:0 0}.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before{content:attr(placeholder);color:#999;pointer-events:none}.trumbowyg-button-pane{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%;min-height:36px;background:#ecf0f1;border-bottom:1px solid #d7e0e2;margin:0;padding:0 5px;list-style-type:none;line-height:10px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.trumbowyg-button-pane::after{content:" ";display:block;position:absolute;top:36px;left:0;right:0;width:100%;height:1px;background:#d7e0e2}.trumbowyg-button-pane .trumbowyg-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-button-pane .trumbowyg-button-group:not(:empty)+.trumbowyg-button-group::before{content:" ";display:block;width:1px;background:#d7e0e2;margin:0 5px;height:35px}.trumbowyg-button-pane button{display:block;position:relative;width:35px;height:35px;padding:1px 6px!important;margin-bottom:1px;overflow:hidden;border:none;cursor:pointer;background:0 0;-webkit-transition:background-color 150ms,opacity 150ms;transition:background-color 150ms,opacity 150ms}.trumbowyg-button-pane button.trumbowyg-textual-button{width:auto;line-height:35px}.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button){opacity:.2;cursor:default}.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before{background:#e3e9eb}.trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#FFF;outline:0}.trumbowyg-button-pane .trumbowyg-open-dropdown::after{display:block;content:" ";position:absolute;top:25px;right:3px;height:0;width:0;border:3px solid transparent;border-top-color:#555}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px!important;padding-right:18px!important}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after{top:17px;right:7px}.trumbowyg-button-pane .trumbowyg-right{margin-left:auto}.trumbowyg-button-pane .trumbowyg-right::before{display:none!important}.trumbowyg-dropdown{width:200px;border:1px solid #ecf0f1;padding:5px 0;border-top:none;background:#FFF;margin-left:-1px;box-shadow:rgba(0,0,0,.1) 0 2px 3px}.trumbowyg-dropdown button{display:block;width:100%;height:35px;line-height:35px;text-decoration:none;background:#FFF;padding:0 10px;color:#333!important;border:none;cursor:pointer;text-align:left;font-size:15px;-webkit-transition:all 150ms;transition:all 150ms}.trumbowyg-dropdown button:focus,.trumbowyg-dropdown button:hover{background:#ecf0f1}.trumbowyg-dropdown button svg{float:left;margin-right:14px}.trumbowyg-modal{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:520px;width:100%;height:350px;z-index:11;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.trumbowyg-modal-box{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:500px;width:calc(100% - 20px);padding-bottom:45px;z-index:1;background-color:#FFF;text-align:center;font-size:14px;box-shadow:rgba(0,0,0,.2) 0 2px 3px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.trumbowyg-modal-box .trumbowyg-modal-title{font-size:24px;font-weight:700;margin:0 0 20px;padding:15px 0 13px;display:block;border-bottom:1px solid #EEE;color:#333;background:#fbfcfc}.trumbowyg-modal-box .trumbowyg-progress{width:100%;height:3px;position:absolute;top:58px}.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar{background:#2BC06A;height:100%;-webkit-transition:width 150ms linear;transition:width 150ms linear}.trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:29px;line-height:29px;overflow:hidden}.trumbowyg-modal-box label .trumbowyg-input-infos{display:block;text-align:left;height:25px;line-height:25px;-webkit-transition:all 150ms;transition:all 150ms}.trumbowyg-modal-box label .trumbowyg-input-infos span{display:block;color:#69878f;background-color:#fbfcfc;border:1px solid #DEDEDE;padding:0 7px;width:150px}.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-modal-box label.trumbowyg-input-error textarea{border:1px solid #e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos{margin-top:-27px}.trumbowyg-modal-box label input{position:absolute;top:0;right:0;height:27px;line-height:27px;border:1px solid #DEDEDE;background:#fff;font-size:14px;max-width:330px;width:70%;padding:0 7px;-webkit-transition:all 150ms;transition:all 150ms}.trumbowyg-modal-box label input:focus,.trumbowyg-modal-box label input:hover{outline:0;border:1px solid #95a5a6}.trumbowyg-modal-box label input:focus{background:#fbfcfc}.trumbowyg-modal-box .error{margin-top:25px;display:block;color:red}.trumbowyg-modal-box .trumbowyg-modal-button{position:absolute;bottom:10px;right:0;text-decoration:none;color:#FFF;display:block;width:100px;height:35px;line-height:33px;margin:0 10px;background-color:#333;border:none;cursor:pointer;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;font-size:16px;-webkit-transition:all 150ms;transition:all 150ms}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{right:110px;background:#2bc06a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#40d47e;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#25a25a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{color:#555;background:#e6e6e6}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#fbfbfb;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#d5d5d5}.trumbowyg-overlay{position:absolute;background-color:rgba(255,255,255,.5);width:100%;left:0;display:none;z-index:10}body.trumbowyg-body-fullscreen{overflow:hidden}.trumbowyg-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:99999}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen.trumbowyg-box{border:none}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen .trumbowyg-textarea{height:calc(100% - 37px)!important;overflow:auto}.trumbowyg-fullscreen .trumbowyg-overlay{height:100%!important}.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#222;fill:transparent}.trumbowyg-editor embed,.trumbowyg-editor img,.trumbowyg-editor object,.trumbowyg-editor video{max-width:100%}.trumbowyg-editor img,.trumbowyg-editor video{height:auto}.trumbowyg-editor img{cursor:move}.trumbowyg-editor.trumbowyg-reset-css{background:#FEFEFE!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;line-height:1.45em!important;white-space:normal!important;color:#333}.trumbowyg-editor.trumbowyg-reset-css a{color:#15c!important;text-decoration:underline!important}.trumbowyg-editor.trumbowyg-reset-css blockquote,.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul{box-shadow:none!important;background:0 0!important;margin:0 0 15px!important;line-height:1.4em!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;border:none}.trumbowyg-editor.trumbowyg-reset-css hr,.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object{margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css blockquote{margin-left:32px!important;font-style:italic!important;color:#555}.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css ul{padding-left:20px!important}.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ol ul,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ul ul{border:none;margin:2px!important;padding:0 0 0 24px!important}.trumbowyg-editor.trumbowyg-reset-css hr{display:block;height:1px;border:none;border-top:1px solid #CCC}.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4{color:#111;background:0 0;margin:0!important;padding:0!important;font-weight:700}.trumbowyg-editor.trumbowyg-reset-css h1{font-size:32px!important;line-height:38px!important;margin-bottom:20px!important}.trumbowyg-editor.trumbowyg-reset-css h2{font-size:26px!important;line-height:34px!important;margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css h3{font-size:22px!important;line-height:28px!important;margin-bottom:7px!important}.trumbowyg-editor.trumbowyg-reset-css h4{font-size:16px!important;line-height:22px!important;margin-bottom:7px!important}.trumbowyg-dark .trumbowyg-textarea{background:#111;color:#ddd}.trumbowyg-dark .trumbowyg-box{border:1px solid #343434}.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen{background:#111}.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{text-shadow:0 0 7px #ccc}@media screen and (min-width:0 \0){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}.trumbowyg-dark .trumbowyg-box svg{fill:#ecf0f1;color:#ecf0f1}.trumbowyg-dark .trumbowyg-button-pane{background-color:#222;border-bottom-color:#343434}.trumbowyg-dark .trumbowyg-button-pane::after{background:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::before{background-color:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before{background-color:#2a2a2a}.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#333}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after{border-top-color:#fff}.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#ecf0f1;fill:transparent}.trumbowyg-dark .trumbowyg-dropdown{border-color:#222;background:#333;box-shadow:rgba(0,0,0,.3) 0 2px 3px}.trumbowyg-dark .trumbowyg-dropdown button{background:#333;color:#fff!important}.trumbowyg-dark .trumbowyg-dropdown button:focus,.trumbowyg-dark .trumbowyg-dropdown button:hover{background:#222}.trumbowyg-dark .trumbowyg-modal-box{background-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title{border-bottom:1px solid #555;color:#fff;background:#3c3c3c}.trumbowyg-dark .trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:27px;line-height:27px;overflow:hidden}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span{color:#eee;background-color:#2f2f2f;border-color:#222}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea{border-color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label input{border-color:#222;color:#eee;background:#333}.trumbowyg-dark .trumbowyg-modal-box label input:focus,.trumbowyg-dark .trumbowyg-modal-box label input:hover{border-color:#626262}.trumbowyg-dark .trumbowyg-modal-box label input:focus{background-color:#2f2f2f}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{background:#1b7943}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#25a25a}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#176437}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{background:#333;color:#ccc}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#444}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#111}.trumbowyg-dark .trumbowyg-overlay{background-color:rgba(15,15,15,.6)}
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/v-254e2b3d937a04d2b285/app/webpack/fontawesome-webfont.eot);
  src: url(/v-254e2b3d937a04d2b285/app/webpack/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/v-254e2b3d937a04d2b285/app/webpack/fontawesome-webfont.woff2) format('woff2'), url(/v-254e2b3d937a04d2b285/app/webpack/fontawesome-webfont.woff) format('woff'), url(/v-254e2b3d937a04d2b285/app/webpack/fontawesome-webfont.ttf) format('truetype'), url(/v-254e2b3d937a04d2b285/app/webpack/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/v-254e2b3d937a04d2b285/app/webpack/glyphicons-halflings-regular.eot);
  src: url(/v-254e2b3d937a04d2b285/app/webpack/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/v-254e2b3d937a04d2b285/app/webpack/glyphicons-halflings-regular.woff2) format("woff2"), url(/v-254e2b3d937a04d2b285/app/webpack/glyphicons-halflings-regular.woff) format("woff"), url(/v-254e2b3d937a04d2b285/app/webpack/glyphicons-halflings-regular.ttf) format("truetype"), url(/v-254e2b3d937a04d2b285/app/webpack/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\A0   \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #777;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.event-details .agenda .info section:before,
.event-details .agenda .info section:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.event-details .agenda .info section:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #0f9d58;
}
.toast-error {
  background-color: #d23f31;
}
.toast-info {
  background-color: #3f51b5;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* 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;
}
/*@import url(https://cloud.typography.com/6159714/7732772/css/fonts.css);*/
html {
  height: 100%;
}
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  background-color: #fff;
  color: #58595b;
  font-family: "Gotham SSm A", "Gotham SSm B", 'Raleway', sans-serif !important;
  font-weight: 400 !important;
}
.trumbowyg-textarea {
  color: black !important;
}
.hide-overflow {
  overflow: hidden;
}
.text-field-input .text-field {
  display: flex;
  padding: 12px 16px 14px;
  border: none !important;
  background-color: transparent;
  z-index: 1;
}
#product-page-section-1-template {
  /*phones*/
  /*Tables*/
  /*Labtops*/
}
#product-page-section-1-template .toUpper {
  text-transform: uppercase;
}
#product-page-section-1-template .white-text {
  color: white;
}
#product-page-section-1-template .big-font {
  font-size: 6em;
}
#product-page-section-1-template .padding-bottom-top {
  padding-top: 25px;
  padding-bottom: 25px;
}
#product-page-section-1-template .thin-jns-title {
  font-size: 4.5em;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 0.875em;
  padding-bottom: .1em;
  letter-spacing: -0.05em;
}
#product-page-section-1-template .affiliate-descriptor {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.5em;
}
#product-page-section-1-template .bg-section {
  height: 790px;
  z-index: -99999;
}
#product-page-section-1-template .video-section {
  margin-top: -590px;
}
#product-page-section-1-template div.space-150 {
  height: 100px;
}
#product-page-section-1-template div.video {
  /*max-width: 40vw;*/
}
#product-page-section-1-template div.padding-center {
  margin-left: 30vw;
}
#product-page-section-1-template div.white-space {
  background-color: white;
}
@media (min-width: 311px) and (max-width: 767px) {
  #product-page-section-1-template .bg-section {
    height: 360px;
  }
  #product-page-section-1-template .video-section {
    margin-top: -250px;
  }
  #product-page-section-1-template .big-font {
    font-size: 12vw !important;
  }
  #product-page-section-1-template div.space-150 {
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #product-page-section-1-template .video-section {
    margin-top: -480px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #product-page-section-1-template .video-section {
    margin-top: -550px;
  }
  #product-page-section-1-template div.space-150 {
    height: 50px;
  }
}
.customer-login-container {
  margin-top: 20px;
}
.customer-login-container .flex-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.customer-login-container .flex-container li {
  padding: 5px;
  margin-bottom: 5px;
  padding-left: 20px !important;
}
.customer-login-container .flex-container li a {
  padding: unset !important;
  border-left: unset !important;
  color: rgba(0, 0, 0, 0.66);
}
.customer-login-container .flex-container .flex-item {
  align-self: flex-start;
}
.login-form-container {
  display: flex;
  flex-direction: column;
}
.login-form-container .flex-item {
  flex-grow: 1;
  margin: 10px;
}
.login-form-container .flex-item .btn-blue {
  width: 100%;
}
.login-form-container .flex-item a {
  padding: unset !important;
}
.login-form-container .input-container {
  border: 2px solid;
  border-color: lightgrey;
}
.login-form-container .input-container input {
  border: unset !important;
  background-color: rgba(245, 245, 245, 0.99);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-form-container .input-container input:focus {
  outline: none !important;
}
.login-form-container .input-container .input-container:hover {
  border-color: black;
}
.login-form-container .input-container:focus {
  border-color: black;
}
hr.custom-bar {
  width: 100%;
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgba(64, 180, 229, 0), #40b4e5, #0033a0, rgba(0, 51, 160, 0));
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-paralax.fixed-background {
  background-attachment: unset;
}
#translationContent.trumbowyg-editor {
  color: black !important;
  background-color: white !important;
}
.trumbowyg-viewHTML-button {
  color: black !important;
}
#index {
  height: 100%;
}
#default {
  height: 100%;
}
.add-ver-btn {
  white-space: normal;
  width: 30%;
}
.validate-btn {
  background-color: #1d3f8e;
  color: #fff;
}
.validate-btn:hover {
  background-color: #0e204a;
  color: #fff !important;
}
.yes-system.container {
  color: white;
  padding: 10vh 0;
}
.yes-system.container .btn {
  border-color: white !important;
  color: white !important;
}
.yes-system.container p {
  margin-bottom: 10px;
}
.yes-system.container .yes-system-img {
  margin-left: 18%;
}
@media (max-width: 800px) {
  .yes-system.container .yes-system-img {
    margin-left: 5%;
  }
  .yes-system.container .yes-system-info {
    margin-left: 5%;
  }
}
.bg-image {
  background-size: cover;
  background-attachment: fixed;
}
.yes-system-2.container {
  color: white;
  padding: 10vh 0;
}
.yes-system-2.container .btn {
  text-transform: uppercase;
}
.yes-system-2.container .fixed-background {
  min-height: 200px;
}
.yes-system-2.container .btn {
  border-color: white !important;
  color: white !important;
}
.yes-system-2.container p {
  margin-bottom: 10px;
}
.yes-system-2.container .yes-system-img {
  margin-left: 18%;
}
@media (max-width: 800px) {
  .yes-system-2.container .yes-system-img {
    margin-left: 5%;
  }
  .yes-system-2.container .yes-system-info {
    margin-left: 5%;
  }
}
.blog-header-row h2 {
  text-transform: capitalize !important;
  padding-bottom: 54px;
}
.popover-cart {
  max-width: 357px !important;
  left: auto !important;
  right: 5px !important;
}
.popover-cart #scroll-container {
  max-height: 300px;
  overflow-y: auto;
  overflow: hidden;
}
.popover-cart #cart-summary {
  max-height: 400px;
  overflow-y: auto;
  overflow: hidden;
}
.popover.bottom > .arrow {
  left: 91.6% !important;
}
.header-layout-container {
  height: 100%;
}
.page-content {
  min-height: 100%;
  margin-top: 120px;
}
.page-content.no-menu {
  border-top: 35px solid transparent;
  margin-top: 0;
}
h1,
h2,
h3 {
  padding-bottom: 10px;
}
h1 {
  line-height: 1em;
  font-weight: 600;
  font-size: 2em;
  margin: 0;
}
h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.25em;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.5em;
  background: transparent;
}
p + p {
  padding-top: 20px;
}
.content-space,
div.content-space {
  padding: 54px 0;
}
a {
  color: #3155a4;
  cursor: pointer;
}
sup {
  font-size: 0.7em;
}
.callout {
  font-weight: 700;
}
.callout strong {
  color: rgba(255, 255, 255, 0.7);
}
.checkout-button {
  width: 100%;
}
.checkout-button .btn.btn-lg {
  border-color: #3155a4;
  color: #fff;
  background-color: #3155a4;
}
.checkout-button .btn.btn-lg:hover {
  color: #3155a4;
  border-color: #3155a4 !important;
}
.dark-background {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}
.fat-sub-title {
  color: #001689;
  font-size: 1.1em;
  font-weight: 600;
  padding: 20px 0;
}
.thin-jns-title {
  font-size: 2.1em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.125em;
}
.fat-jns-title {
  font-size: 2.1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.125em;
}
.header-thin {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 0.75;
}
.header-bold {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.75;
}
.fixed-background {
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 650px;
}
.cms-background-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.cms-background-image.cms-image-divider {
  background-attachment: scroll, fixed;
  background-position: right top, center top;
  background-repeat: no-repeat;
  background-size: 30% auto, cover;
}
.fullscreen-image {
  min-height: 100vh !important;
}
.is-mobile {
  background-attachment: scroll !important;
}
.is-not-mobile .content {
  transition: margin-top 0.4s ease;
  min-height: 650px;
}
.is-not-mobile .content.scroll {
  margin-top: 95px;
}
@media only screen and (max-width: 991px) {
  .is-not-mobile .content {
    margin-top: 0px;
  }
}
.video-banner {
  background-color: #fff;
  padding: 50px 400px;
}
.image-overlay {
  z-index: 50;
  text-align: center;
  width: 50vh;
  position: relative;
}
.block {
  text-align: center;
}
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.centered {
  display: inline-block;
  vertical-align: middle;
}
.row-centered {
  display: flex;
  align-items: center;
}
.overlay-content {
  z-index: 1;
  color: #fff;
  display: inline;
}
.overlay-content h1 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
}
.overlay-content h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 300;
}
.overlay-content img {
  padding-bottom: 30px;
}
.overlay-content section > div {
  width: 50%;
}
.overlay-content .btn-block + .btn-block {
  margin-top: 20px;
}
.overlay-content-left {
  padding-left: 10%;
  padding-top: 2%;
  padding-top: 5vh;
  padding-bottom: 50px;
  width: 100%;
}
.overlay-content-right {
  padding-left: 67%;
  padding-right: 20px;
  padding-top: 2%;
  padding-top: 5vh;
  padding-bottom: 50px;
  width: 100%;
}
.overlay-image-container {
  display: inline-block;
  text-align: center;
}
.overlay-content-center {
  align-self: center;
  margin: 0 auto;
}
.container {
  margin: auto;
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.alternate {
  background-color: #fafafa;
}
.paralax-sm {
  min-height: 315px;
}
.paralax-md {
  min-height: 550px;
}
#message-bar,
#cookie-bar {
  min-height: 30px;
  padding: 10px;
  display: none;
}
.error-text {
  color: red;
}
.fda-disclaimer-background {
  background-color: #eee;
}
.fda-disclaimer {
  background-color: #fff;
  border: 1px solid #999;
  padding: 40px;
}
.fda-disclaimer p {
  font-size: 0.75em;
  color: #333;
}
.bullet-list {
  padding-left: 20px;
}
.bullet-list li {
  list-style: disc;
}
.alpha-list li {
  list-style: lower-alpha;
}
.upper-alpha-list li {
  list-style: upper-alpha;
}
.num-list li {
  list-style: decimal;
}
.dsa h1,
.dsa h2,
.dsa h4 {
  color: #58595b;
}
.dsa h1,
.dsa h2 {
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.dsa h1 {
  font-size: 30px;
}
.dsa h2 {
  font-size: 22px;
}
.dsa h4 {
  font-size: 16px;
  font-weight: 700;
}
.product-image {
  max-height: 350px !important;
}
@media (max-width: 1199px) {
  .fixed-background {
    background-position: 73% top;
    background-attachment: scroll;
  }
  .video-banner {
    padding: 50px 200px;
  }
}
@media (max-width: 991px) {
  .fixed-background {
    background-position: 73% top;
    background-attachment: scroll;
  }
  .full-screen-video {
    border-top: 0 !important;
    margin-top: 0 !important;
  }
  .video-banner {
    padding: 0;
  }
  .page-content {
    border-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    margin: auto;
  }
  .overlay-container {
    background-image: none !important;
  }
  .overlay-content {
    text-align: center;
  }
  .overlay-content section > div {
    width: 100%;
  }
  .overlay-content-left {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10% !important;
  }
  .overlay-content-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10% !important;
  }
  .fixed-background {
    background-attachment: inherit;
    min-height: 325px;
  }
  .inline-white-button {
    color: white !important;
    border-color: white !important;
    display: inherit !important;
    margin-bottom: 10px !important;
  }
  .page-content {
    min-height: 100%;
    border-bottom: 767px solid transparent;
    margin-bottom: -767px;
  }
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}
.has-error label {
  font-size: 12px;
  color: #a94442;
  font-weight: normal;
}
@media (max-width: 568px) {
  #default {
    padding: 0 10px;
  }
  .fixed-background {
    background-attachment: inherit;
    min-height: 250px;
  }
  .image-overlay {
    width: 45vh;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  .overlay-content section > div {
    width: 50%;
  }
}
@media (min-width: 700px) and (orientation: landscape) {
  .is-mobile {
    background-attachment: scroll !important;
  }
  .is-mobile .content {
    margin-top: 120px;
  }
}
@media (max-height: 768px) {
  .popover-cart #cart-summary {
    max-height: 300px;
  }
}
.view-sitelogin h3 {
  color: #4164A3;
}
.view-sitelogin .header-logo {
  width: 200px;
}
.view-sitelogin .load-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #4164A3;
}
.view-sitelogin .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.view-sitelogin .bar:nth-child(1) {
  background-color: #334e7f;
  animation: loading 3s linear infinite;
}
.view-sitelogin .bar:nth-child(2) {
  background-color: #24375a;
  animation: loading 3s linear 1s infinite;
}
.view-sitelogin .bar:nth-child(3) {
  background-color: #162136;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
.view-sitelogin .login {
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.view-sitelogin #login-btn {
  width: 100%;
}
.view-sitelogin .center {
  width: 400px;
  height: 600px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.view-sitelogin .button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  font-size: 0.9em;
  background-color: #fff;
  color: #646464;
}
.view-sitelogin .button.blue {
  background-color: #4164A3;
  color: #fff;
}
.view-sitelogin .button.button.raised {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.view-sitelogin .button.raised:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
.view-sitelogin .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.view-sitelogin .card {
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
}
.view-sitelogin .card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.view-sitelogin .card .card-content p {
  margin: 0;
  color: inherit;
  overflow: hidden;
}
.view-sitelogin .card .card-content span.card-title {
  line-height: 48px;
}
.view-sitelogin .section {
  padding: 20px 20px 15px;
  background-color: #fff;
}
.view-sitelogin .section .section-title {
  border-bottom: 1px solid #eef1f5;
  padding: 10px;
  color: #1BBC9B;
}
.view-sitelogin label {
  font-size: 13px;
  font-weight: 600;
  color: #778899;
}
.view-sitelogin .float-label .control {
  /*float: left;*/
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 23px;
  padding-bottom: 10px;
}
.view-sitelogin .float-label .control.small {
  width: 30%;
  border-right: 1px solid #ddd;
}
.view-sitelogin .float-label .control.medium {
  width: 47%;
  padding-left: 10px;
}
.view-sitelogin .float-label ::-webkit-input-placeholder {
  color: #ccc;
}
.view-sitelogin .float-label ::-moz-placeholder {
  color: #ccc;
}
.view-sitelogin .float-label :-ms-input-placeholder {
  color: #ccc;
}
.view-sitelogin .float-label input,
.view-sitelogin .float-label textarea {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  resize: none;
}
.view-sitelogin .float-label input + label,
.view-sitelogin .float-label textarea + label {
  position: absolute;
  top: 10px;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  color: #778899;
  left: 0;
}
.view-sitelogin .float-label input:valid + label,
.view-sitelogin .float-label textarea:valid + label {
  opacity: 1;
  top: 3px;
  left: 0;
}
.view-sitelogin .float-label input:focus + label,
.view-sitelogin .float-label textarea:focus + label {
  color: #3f51b5;
}
#blog .our-blog {
  width: 100%;
  padding-top: 20px;
}
#blog .our-blog .our-blog-item .blog-item-title {
  color: #58595b;
}
#blog .our-blog .our-blog-item .blog-item-title h1 {
  font-size: 30px;
  padding-bottom: 10px;
}
#blog .blog-list {
  padding: 50px 0;
}
#blog .blog-list .blog-item-title {
  font-size: 16px;
}
#blog .blog-list .blog-item-date {
  font-size: 12px;
}
#blog .blog-list-items {
  margin: 0;
  padding: 0;
}
#blog .blog-list-items li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
#blog .blog-list-items li:last-child {
  border-bottom: none;
}
.our-blog {
  color: #58595b;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.our-blog .our-blog-header {
  padding: 20px 0;
}
.our-blog .our-blog-header .two-type {
  font-size: 41px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3155a4;
}
.our-blog .our-blog-header .one-type {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.0em;
  text-transform: uppercase;
  color: #999999;
}
.our-blog .blog-item-title {
  line-height: 1.1em;
  color: #3155a4;
  font-size: 21px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
.our-blog .blog-item-date {
  padding-bottom: 12px;
}
.our-blog .our-blog-item {
  border: none;
  margin-bottom: 10px;
}
.our-blog .our-blog-item li {
  list-style: disc;
  list-style-type: inherit;
}
.our-blog .our-blog-item .blog-item-img {
  text-align: center;
}
.our-blog .our-blog-item.preview {
  cursor: pointer;
  height: 625px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
.our-blog .our-blog-item.preview .blog-item-img {
  max-height: 335px;
  overflow-y: hidden;
}
.our-blog .our-blog-item.preview .blog-item-body {
  padding: 20px;
}
.our-blog .our-blog-item.preview .blog-item-content {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-right: -1em;
  padding-right: 1em;
  font-size: 16px;
  line-height: 1.4em;
  max-height: 7em;
}
.our-blog .our-blog-item.preview .blog-item-content:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.our-blog .our-blog-item.preview .blog-item-content:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.our-blog .our-blog-item.preview .blog-item-footer {
  padding-left: 20px;
  bottom: 20px;
  position: absolute;
}
.our-blog img {
  height: auto;
}
.our-blog a {
  text-decoration: none;
  color: #58595b;
  padding-right: 15px;
}
.our-blog a:hover {
  color: #58595b;
}
.our-blog .read-more {
  color: #3155a4;
  font-size: 16px;
}
.our-blog:after {
  clear: both;
  content: " ";
  display: table;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-blog .our-blog-item.preview {
    height: 485px;
  }
  .our-blog .our-blog-item.preview .blog-item-date,
  .our-blog .our-blog-item.preview .blog-item-content {
    font-size: 16px;
  }
  .our-blog .our-blog-item.preview .blog-item-img {
    max-height: 335px;
  }
  .our-blog .blog-item-title {
    font-size: 18px;
  }
  .our-blog .read-more {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-blog .our-blog-item.preview {
    height: 515px;
  }
  .our-blog .our-blog-item.preview .blog-item-date,
  .our-blog .our-blog-item.preview .blog-item-content {
    font-size: 16px;
  }
  .our-blog .our-blog-item.preview .blog-item-img {
    max-height: 235px;
  }
  .our-blog .blog-item-title {
    font-size: 18px;
  }
  .our-blog .read-more {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .our-blog .our-blog-item.preview {
    height: auto;
  }
  .our-blog .our-blog-item.preview .blog-item-date,
  .our-blog .our-blog-item.preview .blog-item-content {
    font-size: 14px;
    line-height: 1.3em;
    max-height: 6.5em;
  }
  .our-blog .our-blog-item.preview .blog-item-img {
    max-height: 335px;
  }
  .our-blog .blog-item-title {
    font-size: 18px;
  }
  .our-blog .read-more {
    font-size: 14px;
  }
}
#news {
  padding-top: 20px;
}
#news ul,
#news li {
  padding: 0;
}
#news h1 {
  font-size: 30px;
  font-weight: 500;
}
#news .news-item {
  border-bottom: 1px solid #666;
  padding: 10px 0;
}
#news .news-item:last-child {
  border-bottom: none;
}
#news .news-headline h2 {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0;
  margin: -0.5% 0 0 0;
  line-height: 1.2em;
}
#news .news-headline h4 {
  color: #717275;
  font-size: 0.8em;
}
#news .news-headline h5 {
  font-size: 1em;
}
.checkbox-label {
  margin-right: 10px;
}
.financial-rewards .bullet-list.right-aligned {
  list-style: none;
  text-align: right;
}
.financial-rewards .bullet-list.right-aligned > li {
  list-style: none;
}
.financial-rewards .overlay-content h1 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
}
.financial-rewards .overlay-content section {
  width: 90%;
  margin: 0 auto;
}
.financial-rewards .overlay-content section > div {
  width: 75%;
}
.financial-rewards .overlay-header {
  background-color: rgba(0, 51, 161, 0.8);
  padding: 50px 0;
  max-width: 455px;
  display: inline-block;
}
.financial-rewards .overlay-content-left {
  padding-left: 5%;
  padding-right: 50%;
}
@media (max-width: 767px) {
  .financial-rewards .fixed-background {
    background-color: #0033a1;
  }
}
.financial-rewards .ways-to-earn-img {
  text-align: center;
}
.financial-rewards .ways-to-earn-img img {
  max-width: 100%;
}
.financial-rewards .video-banner {
  background-color: #fff;
}
.financial-rewards .info-banner {
  font-size: 1.5em;
  font-weight: 300;
}
.financial-rewards .info-banner-2 {
  background-color: #eee;
  font-size: 1.5em;
  font-weight: 300;
}
.financial-rewards .info-banner-3 {
  font-weight: 300;
  text-align: center;
  font-size: 1.5em;
}
.financial-rewards .info-banner-3 .main-section {
  padding-top: 4%;
  padding-bottom: 4%;
}
.financial-rewards .info-banner-3 .main-section .sub-section {
  padding-top: 2%;
  padding-bottom: 2%;
}
.financial-rewards .panel-title a:hover,
.financial-rewards .panel-title a:focus,
.financial-rewards .panel-title a:visited {
  text-decoration: none;
  outline: none;
}
.financial-rewards .panel-body {
  border: none !important;
  color: #ffffff;
}
.financial-rewards .panel {
  padding: 10px 5px 10px 5px;
  margin-bottom: 15px;
}
.financial-rewards .section-2-list-1 {
  background-color: #336A80;
}
.financial-rewards .section-2-list-1 .panel-heading {
  color: #ffffff;
  background-color: #336A80;
}
.financial-rewards .section-2-list-2 {
  background-color: #EEC337;
}
.financial-rewards .section-2-list-2 .panel-heading {
  color: #ffffff;
  background-color: #EEC337;
}
.financial-rewards .section-2-list-3 {
  background-color: #C00070;
}
.financial-rewards .section-2-list-3 .panel-heading {
  color: #ffffff;
  background-color: #C00070;
}
.financial-rewards .section-2-list-4 {
  background-color: #662173;
}
.financial-rewards .section-2-list-4 .panel-heading {
  color: #ffffff;
  background-color: #662173;
}
.financial-rewards .section-2-list-5 {
  background-color: #BDCB37;
}
.financial-rewards .section-2-list-5 .panel-heading {
  color: #ffffff;
  background-color: #BDCB37;
}
.financial-rewards .section-2-list-6 {
  background-color: #3CBDBC;
}
.financial-rewards .section-2-list-6 .panel-heading {
  color: #ffffff;
  background-color: #3CBDBC;
}
.text-center {
  text-align: center;
}
.title-blue {
  color: #1D3F8E;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  text-rendering: optimizelegibility;
  padding: 20px;
}
.hr-get-in-touch {
  margin: 20px 0px;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
.label-get-in-touch .field-get-in-touch {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.center {
  text-align: center;
}
.submit-get-in-touch {
  background-color: #1D3F8E;
  color: #fff;
}
.submit-get-in-touch:hover {
  background-color: #0e204a;
  color: #fff !important;
}
.successful-submit-get-in-touch {
  color: green;
  text-align: center;
  margin: 5px;
}
.homepage-container {
  color: #777;
  /*@media (max-width: 768px) and (min-width: 767px) {
        div {
            &.col-sm-offset-5 {
                margin-left: 33.666667%;
            }
        }
    }

    @media (max-width: 812px) and (min-width: 810px) {
        div {
            &.col-sm-offset-5 {
                margin-left: 29.666667%;
            }
        }
    }*/
}
.homepage-container .product-title {
  font-size: 1.5em;
  line-height: 1.125em;
  font-weight: 300;
  letter-spacing: normal;
}
.homepage-container .product-title span.callout {
  font-weight: bold;
  letter-spacing: -0.035em;
  line-height: 1em;
  text-transform: none;
}
.homepage-container .cms-background-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.homepage-container .mouse-icon-wrapper {
  bottom: 50%;
  height: 80px;
  left: 0;
  top: 60px;
  perspective: 800px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 50;
}
.homepage-container .link-color {
  color: #fff;
}
.homepage-container .overlay-content-center {
  width: 50%;
}
.homepage-container #section-2 {
  /*.text-center {
            &.text-general {
                margin-right: 65px;
            }
        }*/
}
.homepage-container #section-2 .content-space:last-child {
  padding-bottom: 130px;
}
.homepage-container #section-2 .jn-slick-slide {
  height: 250px;
}
.homepage-container #section-2 .jn-slick-slide img {
  padding: 0;
  margin: auto;
  height: 225px;
  width: auto;
}
.homepage-container #section-3 {
  background-color: #fcfcfc !important;
  border-top: 1px solid white;
}
.homepage-container #section-3.content-space {
  padding: 120px 0;
}
.homepage-container #section-3 .blog-item-title {
  color: #777;
  font-weight: 600;
}
.homepage-container #section-3 .blog-item-body .blog-item-date p {
  font-weight: 800;
}
.homepage-container #section-3 .our-blog-header {
  color: #777;
}
.homepage-container #section-3 .our-blog-header p {
  font-size: 1.2em;
}
.homepage-container #section-3 .our-blog-header.content-space {
  padding: 75px 0;
}
.homepage-container #section-3 .our-blog-header h1 {
  font-weight: 700;
  margin-bottom: 15px;
}
.homepage-container #section-3 .our-blog-header span.two-type {
  color: #777;
}
.homepage-container #section-5 .paralax-sm {
  min-height: 375px;
}
.homepage-container #section-5 .fixed-background {
  background-attachment: unset;
  overflow: hidden;
}
.homepage-container #section-5 a {
  text-decoration: none;
}
.homepage-container #section-5 .bg-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 160, 166, 0.6);
  position: absolute;
  top: 0px;
  transition: background 0.5s ease-in-out;
}
.homepage-container #section-5 .bg-overlay.events {
  background: rgba(0, 51, 160, 0.6);
}
.homepage-container #section-5 .bg-overlay.events:hover {
  background: rgba(0, 51, 160, 0.9);
}
.homepage-container #section-5 .bg-overlay.kids {
  background: rgba(244, 34, 129, 0.6);
}
.homepage-container #section-5 .bg-overlay.kids:hover {
  background: rgba(244, 34, 129, 0.9);
}
.homepage-container #section-5 .bg-overlay:hover {
  background: rgba(0, 160, 166, 0.9);
}
.homepage-container #section-5 .hover-effect :hover {
  background: #00a0a6;
}
.homepage-container #section-5 .img-text {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 2em;
  color: white;
}
.homepage-container #section-5 .overlay-content-center.content-space {
  padding: 165px 0;
}
.homepage-container #section-6 p {
  font-size: 1.4em;
}
.homepage-container #section-6 .container.extra-padding {
  padding-bottom: 54px;
}
@media (max-width: 1024px) {
  .homepage-container #section-5 .img-s-5 img {
    width: auto;
    height: 300px;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .homepage-container #section-2 {
    /*.jn-slick-slide {
                img {
                    padding-left: 60px;
                    margin: 0;
                }
            }*/
    /*.text-center {
                &.text-general {
                    margin-right: unset;
                    margin-left: 50px;
                }
            }*/
  }
  .homepage-container #section-2 .slick-slide {
    height: 405px;
  }
  .homepage-container #section-3 .our-blog-header p {
    font-size: 1.7em;
  }
}
@media (max-width: 991px) {
  .homepage-container .fullscreen-image {
    border-top: 85px solid;
    margin-top: -85px;
  }
  .homepage-container .slick-initialized .slick-slide {
    border-top: 85px solid;
    margin-top: -85px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-container .overlay-content {
    position: absolute;
    height: 1080px;
  }
  .homepage-container .fullscreen-image {
    border-top: 70px solid;
    margin-top: -70px;
  }
  .homepage-container .slick-initialized .slick-slide {
    border-top: 70px solid;
    margin-top: -70px;
    margin-bottom: 50px;
  }
  .homepage-container .overlay-content-center {
    width: 60%;
  }
  .homepage-container #section-5 .img-s-5 img {
    width: 100%;
    height: 300px;
  }
}
.homepage-container .text-general {
  font-size: 1.5em;
  font-weight: unset;
}
.homepage-container .hp-nv {
  color: #002f86;
  text-transform: capitalize;
}
.homepage-container .hp-nv .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-luminesce {
  color: #61b4e4;
  text-transform: capitalize;
}
.homepage-container .hp-luminesce .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-mx2o {
  color: #000000 !important;
  text-transform: capitalize;
}
.homepage-container .hp-instantly-ageless {
  color: #00a7b5;
  text-transform: capitalize;
}
.homepage-container .hp-instantly-ageless .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-zen-bodi {
  color: #c3002f;
  text-transform: capitalize;
}
.homepage-container .hp-zen-bodi .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-baolife {
  color: #243d94;
  text-transform: capitalize;
}
.homepage-container .hp-baolife .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-restore {
  color: #47c0bb;
  text-transform: capitalize;
}
.homepage-container .hp-restore .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-am-pm-essentials {
  color: #ff6b00;
  text-transform: capitalize;
}
.homepage-container .hp-am-pm-essentials .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-reserve {
  color: #802b6a;
  text-transform: capitalize;
}
.homepage-container .hp-reserve .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-finiti {
  color: #c51b8b;
  text-transform: capitalize;
}
.homepage-container .hp-finiti .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-nevo {
  color: #b8bf0d;
  text-transform: capitalize;
}
.homepage-container .hp-nevo .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-vidacell {
  color: #ffe600;
  text-transform: capitalize;
}
.homepage-container .hp-vidacell .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-naara {
  color: #b00061;
  text-transform: capitalize;
}
.homepage-container .hp-naara .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-rvl {
  color: #608d9c;
  text-transform: capitalize;
}
.homepage-container .hp-rvl .type1 {
  font-weight: unset;
}
.homepage-container .hp-rvl .type2 {
  font-weight: bold;
}
.homepage-container .hp-m1nd {
  color: #1a2f58;
  text-transform: capitalize;
}
.homepage-container .hp-m1nd .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-bbb {
  color: #c01f25;
  text-transform: capitalize;
}
.homepage-container .hp-bbb .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-a4 {
  color: #b91e69;
  text-transform: capitalize;
}
.homepage-container .hp-a4 .type2 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-jcoffee {
  color: #009999;
  text-transform: capitalize;
}
.homepage-container .hp-jcoffee .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-jeunesse-spa {
  color: #2250a4;
  text-transform: capitalize;
}
.homepage-container .hp-jeunesse-spa .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .hp-evok {
  color: #747474;
  text-transform: capitalize;
}
.homepage-container .hp-evok .type1 {
  letter-spacing: -0.025em;
}
.homepage-container .gear .type2 {
  letter-spacing: -0.025em;
  text-transform: none;
}
.homepage-container .lifestyle {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.homepage-container .lifestyle .type1 {
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: none;
}
.homepage-container .lifestyle-rewards .down-icon {
  color: #fff;
}
.homepage-container .lifestyle-rewards .item-overlay {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.homepage-container .carousel {
  visibility: hidden;
}
.homepage-container .carousel.slick-initialized {
  visibility: visible;
}
.homepage-container .carousel #index-rotator {
  height: 100px !important;
}
.homepage-container .carousel div a img.play-btn {
  height: 15vh;
}
.homepage-container .carousel a {
  color: inherit !important;
  outline: none !important;
}
.homepage-container .carousel.we-live .text-line {
  text-transform: uppercase;
}
.homepage-container .carousel.we-live .text-line.text-line-1 {
  font-size: 2vw;
  font-weight: 300;
  letter-spacing: 0.3em;
  line-height: 2em;
}
.homepage-container .carousel.we-live .text-line.text-line-2 {
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.0em;
  margin-bottom: 2vh;
}
.homepage-container .carousel.we-live .text-line.text-line-3 {
  font-size: 5vw;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.0em;
}
.homepage-container .carousel.we-live .text-line.text-line-4 {
  font-size: 10vw;
  font-weight: 800;
  line-height: 1.0em;
  margin-bottom: 2vh;
}
.homepage-container .carousel.we-live .rw-wrapper {
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 0.05em;
}
.homepage-container .carousel.we-live .rw-wrapper .emphasis {
  font-size: 4em;
  font-weight: 800;
}
.homepage-container .mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 24px;
  z-index: 100;
  opacity: 0.7;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.homepage-container .mouse-icon .scroll {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: scrolling;
  animation-play-state: running;
  animation-timing-function: linear;
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 4px;
  width: 4px;
}
.homepage-container .mouse-icon:hover {
  opacity: 1;
}
@keyframes scrolling {
  0% {
    opacity: 0;
    top: 5px;
  }
  30% {
    opacity: 1;
    top: 10px;
  }
  100% {
    opacity: 0;
    top: 25px;
  }
}
@media only screen and (max-width: 1599px) {
  .homepage-container .product-items.full-width {
    width: 100%;
  }
  .homepage-container .product-items .product-tags .type2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1079px) {
  .homepage-container .product-items.full-width {
    width: 100%;
  }
  .homepage-container .product-items .product-tags .type1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-container .product-items.full-width {
    width: 100%;
  }
  .homepage-container .product-items .product-tags .type1 {
    font-size: 66px;
  }
  .homepage-container .carousel.we-live .rw-wrapper {
    font-size: 18pt;
  }
  .homepage-container .text-line .text-line-1 {
    font-size: 1em;
  }
  .homepage-container .text-line .text-line-2 {
    font-size: 1.5em;
  }
  .homepage-container .text-line .text-line-3 {
    font-size: 2.25em;
  }
  .homepage-container .text-line .text-line-4 {
    font-size: 3em;
  }
}
.lifestyle-rewards #section-1 .full-screen-video {
  height: 90vh !important;
}
.lifestyle-rewards #section-1 .full-screen-video .lifeStyleLogoVideo {
  top: unset !important;
  bottom: unset !important;
  min-height: unset !important;
  height: unset !important;
}
.lifestyle-rewards #section-1 h4 {
  font-size: 2.5vw;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 10px;
}
.lifestyle-rewards hr.lifestyle-trip {
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgba(64, 180, 229, 0), #40b4e5, #0033a0, rgba(0, 51, 160, 0));
}
.lifestyle-rewards #section-3 {
  height: 44vh;
  justify-content: center;
  min-height: 400px;
  position: relative;
}
.lifestyle-rewards #section-3 .flx-container {
  display: flex;
  flex-direction: row;
}
.lifestyle-rewards #section-3 .flx-item {
  height: 10vh;
  width: 100%;
}
.lifestyle-rewards #section-3 .flx-item .item-container {
  padding-top: 15vh;
}
.lifestyle-rewards #section-3 .flx-item a {
  text-decoration: none !important;
}
.lifestyle-rewards #section-3 .flx-item .fixed-background {
  min-height: 415px;
}
.lifestyle-rewards #section-3 .hiddenDiv {
  opacity: 0;
  margin-top: 185px;
}
.lifestyle-rewards #section-3 .hiddenDiv i {
  font-size: 3em;
  color: white;
}
.lifestyle-rewards #section-3 .jeunesse-incentive-top,
.lifestyle-rewards #section-3 .emerald-incentive-top,
.lifestyle-rewards #section-3 .diamond-incentive-top {
  font-size: 1.1vw;
  font-weight: 600;
  color: #bde5fa;
  line-height: 50%;
  margin-left: 2px;
}
.lifestyle-rewards #section-3 .incentive-emerald-diamond {
  font-size: 2.5vw;
  font-weight: 200;
  color: #ffffff;
}
.lifestyle-rewards #section-3 .jeunesse-incentive-bottom,
.lifestyle-rewards #section-3 .diamond-incentive-bottom {
  font-size: 3.2vw;
  font-weight: 800;
  color: #bde5fa;
}
.lifestyle-rewards #section-3 .emerald-incentive-bottom {
  font-size: 2.7vw;
  font-weight: 800;
  color: #e5eebd;
}
.lifestyle-rewards #section-3 .bg-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  transition: background 0.5s linear;
}
.lifestyle-rewards #section-3 .bg-overlay.diamond:hover {
  background: rgba(185, 242, 255, 0.3);
}
.lifestyle-rewards #section-3 .bg-overlay.diamond:hover .hiddenDiv {
  opacity: 1;
}
.lifestyle-rewards #section-3 .bg-overlay.emerald:hover {
  background: rgba(37, 157, 125, 0.6);
}
.lifestyle-rewards #section-3 .bg-overlay.emerald:hover .hiddenDiv {
  opacity: 1;
}
.lifestyle-rewards #section-3 .bg-overlay:hover {
  background: rgba(64, 180, 229, 0.6);
}
.lifestyle-rewards #section-3 .bg-overlay:hover .hiddenDiv {
  opacity: 1;
}
.lifestyle-rewards .fullscreen-image {
  min-height: 86vh !important;
}
.lifestyle-rewards #learn-more-arrow {
  margin-top: 50px;
}
.lifestyle-rewards #learn-more-arrow .fa {
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 20px !important;
}
.lifestyle-rewards .overlay-header1 {
  max-width: 99%;
}
.lifestyle-rewards h3 {
  font-size: 1.5em;
}
.lifestyle-rewards .overlay-content h1 {
  font-size: 40px;
  letter-spacing: normal;
  font-weight: 100;
}
.lifestyle-rewards .overlay-content h2 {
  font-size: 18px;
  font-weight: 500;
}
.lifestyle-rewards .overlay-content section > div {
  width: 75%;
}
.lifestyle-rewards .overlay-header {
  background-color: rgba(0, 51, 161, 0.8);
  padding: 50px 25px;
  max-width: 455px;
  display: inline-block;
  margin-top: 6em;
  margin-left: -10em;
}
.lifestyle-rewards .overlay-content-right {
  padding-left: 62%;
}
.lifestyle-rewards #stamp-img {
  position: sticky;
  top: 35%;
}
.lifestyle-rewards #stamp-img img {
  margin: 50px 0px;
}
.lifestyle-rewards #sale-incentive-trips .section-header,
.lifestyle-rewards #emerald-experience .section-header,
.lifestyle-rewards #diamond-experience .section-header,
.lifestyle-rewards #past-incentives .section-header {
  font-weight: 700;
}
.lifestyle-rewards #sale-incentive-trips .sale-incentive,
.lifestyle-rewards #emerald-experience .sale-incentive,
.lifestyle-rewards #diamond-experience .sale-incentive,
.lifestyle-rewards #past-incentives .sale-incentive {
  margin-bottom: 70px;
}
.lifestyle-rewards #sale-incentive-trips h3,
.lifestyle-rewards #emerald-experience h3,
.lifestyle-rewards #diamond-experience h3,
.lifestyle-rewards #past-incentives h3 {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #40b4e5;
}
.lifestyle-rewards #sale-incentive-trips h1,
.lifestyle-rewards #emerald-experience h1,
.lifestyle-rewards #diamond-experience h1,
.lifestyle-rewards #past-incentives h1 {
  text-transform: uppercase;
  font-size: 4.5em;
  line-height: 1em;
  margin-left: -0.4vw;
  font-weight: 100;
}
.lifestyle-rewards .col-md-6 p {
  margin-top: 21px;
}
.lifestyle-rewards .col-md-6 .cms-video {
  margin-top: 17px;
}
@media (min-width: 320px) AND (max-width: 414px) {
  .lifestyle-rewards #sale-incentive-trips h1,
  .lifestyle-rewards #emerald-experience h1,
  .lifestyle-rewards #diamond-experience h1,
  .lifestyle-rewards #past-incentives h1 {
    font-size: 2.5em;
  }
  .lifestyle-rewards #section-3 {
    height: 75vh;
  }
  .lifestyle-rewards #section-3 .jeunesse-incentive-top,
  .lifestyle-rewards #section-3 .emerald-incentive-top,
  .lifestyle-rewards #section-3 .diamond-incentive-top {
    font-size: 1.5em;
  }
  .lifestyle-rewards #section-3 .incentive-emerald-diamond {
    font-size: 2em;
  }
  .lifestyle-rewards #section-3 .jeunesse-incentive-bottom,
  .lifestyle-rewards #section-3 .emerald-incentive-bottom,
  .lifestyle-rewards #section-3 .diamond-incentive-bottom {
    font-size: 2em;
  }
  .lifestyle-rewards #section-3 .flx-container {
    flex-direction: column;
  }
  .lifestyle-rewards #section-3 .flx-container .flx-item {
    height: 27vh;
    width: 100%;
  }
  .lifestyle-rewards #section-3 .flx-container .flx-item .item-container {
    padding-top: 8vh;
  }
  .lifestyle-rewards #section-3 .flx-container .flx-item .fixed-background {
    min-height: 100%;
  }
}
@media (max-width: 980px) {
  .lifestyle-rewards .fixed-background {
    background-color: #0033a1;
  }
  .lifestyle-rewards #stamp-img {
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .lifestyle-rewards .fixed-background {
    background-color: #3155a4 !important;
    margin-bottom: -80px !important;
  }
  .lifestyle-rewards .overlay-header {
    background-color: #3155a4 !important;
    margin-left: 0em;
  }
  .lifestyle-rewards #info-banner #stamp-img,
  .lifestyle-rewards #info-banner .col-md-6 {
    padding: 0 20px;
  }
  .lifestyle-rewards #info-banner #stamp-img img,
  .lifestyle-rewards #info-banner .col-md-6 img {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lifestyle-rewards .image-banner {
    display: block !important;
    height: auto !important;
  }
  .lifestyle-rewards .image-banner .item-image {
    height: 210px !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags {
    position: absolute;
    top: 50% !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-top {
    height: 5vh !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-middle {
    line-height: 32px;
    height: 6vh !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-bottom {
    line-height: 44px;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .incentive-emerald-diamond {
    font-size: 9vw !important;
    font-weight: 200 !important;
    color: #ffffff !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .emerald-incentive-top,
  .lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-incentive-top,
  .lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-top {
    font-size: 3vw !important;
    font-weight: 600 !important;
    color: #e5eebd !important;
    line-height: 50% !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .emerald-incentive-bottom,
  .lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-incentive-bottom,
  .lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-bottom {
    font-size: 7vw !important;
    font-weight: 800 !important;
    color: #e5eebd !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-incentive-top,
  .lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-incentive-bottom {
    color: #bde5fa !important;
  }
  .lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-top,
  .lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-bottom {
    color: #a7dff9 !important;
  }
  .lifestyle-rewards .image-banner img {
    height: 100% !important;
    width: 100% !important;
  }
  .lifestyle-rewards #sale-incentive-trips .container {
    padding: 0 50px;
  }
  .lifestyle-rewards #emerald-experience-trips .container {
    padding: 0 50px;
  }
  .lifestyle-rewards #diamond-discovery-trips .container {
    padding: 0 50px;
  }
  .lifestyle-rewards #diamond-discovery-trips .diamond-discovery-location {
    margin-top: 38px !important;
  }
  .lifestyle-rewards .content-space .container {
    padding: 0 50px;
  }
}
.lifestyle-rewards .info-banner img {
  max-width: 100%;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.lifestyle-rewards strong {
  font-weight: 700;
}
.lifestyle-rewards .info-banner-3 {
  font-weight: 300;
  text-align: center;
  font-size: 1.5em;
}
.lifestyle-rewards .info-banner-3 .main-section {
  padding-top: 4%;
  padding-bottom: 4%;
}
.lifestyle-rewards .info-banner-3 .main-section .sub-section {
  padding-top: 2%;
  padding-bottom: 2%;
}
.lifestyle-rewards .info-banner-3 .start-rewards {
  font-size: 22px;
  font-weight: initial;
}
.lifestyle-rewards .regular-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.lifestyle-rewards .overlay-header1 {
  font-weight: 100;
}
.lifestyle-rewards .section-title {
  text-transform: uppercase;
}
.lifestyle-rewards #diamond-discovery-trips .diamond-discovery-location {
  margin-top: 38px !important;
}
.lifestyle-rewards .image-banner {
  display: flex;
  justify-content: center;
  height: 300px;
}
.lifestyle-rewards .image-banner .item-image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
}
.lifestyle-rewards .image-banner > img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 0;
}
.lifestyle-rewards .image-banner .item-overlay {
  opacity: 1 !important;
  background: 0 !important;
  border: 0;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 300;
  color: #999;
  text-transform: uppercase;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .lifestyle-item-container {
  display: table-cell;
  text-align: left;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-incentive-top,
.lifestyle-rewards .image-banner .item-overlay .product-tags .emerald-incentive-top,
.lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-top {
  font-size: 1.1vw;
  font-weight: 600;
  color: #bde5fa;
  line-height: 50%;
  margin-left: 2px;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .emerald-incentive-top {
  color: #e5eebd;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-top {
  color: #bde5fa;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .emerald-incentive-bottom {
  font-size: 2.7vw;
  font-weight: 800;
  color: #e5eebd;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .incentive-emerald-diamond {
  font-size: 2.5vw;
  font-weight: 200;
  color: #ffffff;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-incentive-bottom,
.lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-bottom {
  font-size: 3.2vw;
  font-weight: 800;
  color: #bde5fa;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .diamond-incentive-bottom {
  color: #a7dff9;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-top {
  height: 3vh;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .jeunesse-middle {
  height: 4.5vh;
}
.lifestyle-rewards .image-banner .item-overlay .product-tags .lifestyle-item-container {
  cursor: pointer;
}
.ourStory .overlay-content section > div {
  width: 75%;
}
.ourStory .overlay-header {
  background-color: rgba(0, 51, 161, 0.8);
  padding: 50px 25px;
  max-width: 455px;
  display: inline-block;
}
.ourStory .overlay-content-right {
  padding-left: 62%;
}
.ourStory .center {
  text-align: center;
}
@media (max-width: 767px) {
  .ourStory .fixed-background {
    background-color: #0033a1;
  }
}
.ourStory .info-banner,
.ourStory .info-banner-2 {
  font-weight: 500;
  font-size: 1.375em;
  text-align: center;
}
.ourStory .our-story-video {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
@media (min-width: 1080px) {
  .ourStory .our-story-video {
    width: 75%;
    padding: 100px;
  }
}
.ourStory .our-story-video-background {
  background-color: #3155a4;
}
.ourStory .section-1 .mission {
  border: 1px solid #999999;
  padding: 40px;
  background-color: #fafafa;
  text-align: center;
}
.ourStory .section-1 .mission hr {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-width: 1px;
  width: 200px;
}
.ourStory .section-1 .mission .mission-statement {
  font-size: 2.0em;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5em;
  text-transform: uppercase;
}
.ourStory .section-1 .mission .mission-statement .call-out {
  font-weight: 600;
  color: #666666;
}
.ourStory .section-1 .mission h5 {
  font-size: 16px;
}
.ourStory .section-1 .mission h1,
.ourStory .section-1 .mission h2,
.ourStory .section-1 .mission h3,
.ourStory .section-1 .mission h4,
.ourStory .section-1 .mission h5,
.ourStory .section-1 .mission h6 {
  color: #58595b;
}
.ourStory .section-2 .quote {
  text-align: center;
  margin-top: 30px;
}
.ourStory .section-2 img {
  max-width: 100%;
  height: auto;
}
.ourStory .hide {
  display: none;
}
.ourStory .yes-system-anchor {
  display: block;
  margin-top: -95px;
  height: 95px;
  visibility: hidden;
}
@media (max-width: 991px) {
  .mobile-content {
    text-align: center;
  }
  .ourStory .section-2 .quote {
    width: 85%;
    margin: auto;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ourStory {
    font-size: 14px !important;
  }
}
.ourTeam {
  overflow: hidden;
  font-size: 1.2em;
  font-weight: 200;
}
.ourTeam .overlay-content section > div {
  width: 75%;
}
.ourTeam .section1 .team-member-section1:nth-child(odd) {
  background: #fff;
}
.ourTeam .section2 .team-member-section2:nth-child(odd) {
  background: #fff;
}
.ourTeam .section3 .team-member-section3:nth-child(odd) {
  background: #fff;
}
.ourTeam .overlay-header {
  padding: 50px 0px;
  display: inline-block;
  width: 100%;
}
.ourTeam .overlay-content {
  text-align: center;
}
.ourTeam .overlay-content .fat-jns-title {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #40b4e5;
}
.ourTeam .overlay-content .main-text span {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .ourTeam .fixed-background {
    background-color: #0033a1;
  }
  .ourTeam div[data-name="ourTeamBackground1"] {
    background-image: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/Our-Team/jeunesse-our-team-clouds-2000.png) !important;
    margin-bottom: -20px;
  }
  .ourTeam div[data-name="ourTeamBackground2"] {
    background-image: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/Our-Team/jeunesse-our-team-team-2000.png) !important;
    margin-bottom: -20px;
  }
  .ourTeam div[data-name="ourTeamBackground3"] {
    background-image: url(http://jnsglobal.wpengine.com/wp-content/uploads/jeunesse-our-team-markets-780.png) !important;
    margin-bottom: -20px;
  }
  .ourTeam div[data-name="ourTeamBackground4"] {
    background-image: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/Our-Team/jeunesse-our-team-science-2000.png) !important;
    margin-bottom: -20px;
  }
  .ourTeam div[data-name="ourTeamBackground6"] {
    background-image: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/Our-Team/one-team-one-family-one-jeunesse.jpg) !important;
    margin-bottom: 20px;
    background-size: 251%;
    background-position: center;
    min-height: 30vh !important;
  }
  .ourTeam #CEO {
    margin-top: 45px !important;
  }
  .ourTeam #COO {
    margin-top: -20px !important;
  }
  .ourTeam #CLO {
    margin-top: 100px !important;
  }
  .ourTeam #marketPresident6 {
    margin-top: 120px !important;
  }
  .ourTeam #advisory1 {
    margin-top: 100px !important;
  }
  .ourTeam .visible-xs {
    display: none !important;
  }
  .ourTeam .full-screen-video video {
    position: absolute !important;
    top: 0px !important;
    bottom: 0;
    left: -100% !important;
    right: -100% !important;
    margin: auto !important;
    min-height: 35vh !important;
    width: 140vw !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .ourTeam .video-overlay {
    height: 33%;
  }
  .ourTeam .full-screen-video {
    width: 100%;
    height: 36vh;
    overflow: hidden;
  }
  .ourTeam .fullscreen-image {
    min-height: 90vh !important;
  }
  .ourTeam .info-banner-1 {
    margin-top: -30px;
  }
  .ourTeam .overlay-image-container p {
    line-height: 1.5em !important;
    font-size: 1.3em;
  }
  .ourTeam .blue-box {
    margin-top: 50px;
  }
}
.ourTeam .overlay-image-container {
  width: 50%;
  margin-top: 4%;
}
.ourTeam .overlay-image-container p {
  line-height: 1.7em;
  padding: 20px 70px;
}
@media (max-width: 992px) {
  .ourTeam .overlay-image-container {
    width: 80%;
  }
  .ourTeam .overlay-image-container p {
    padding: 0px;
  }
}
.ourTeam img {
  height: auto;
  padding-bottom: 30px;
}
.ourTeam .founders {
  padding-left: 0px;
}
.ourTeam .founders .media-container img {
  max-width: 350px;
  border-radius: 350px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .ourTeam .founders .media-container img {
    max-width: 270px;
    margin: 0 auto;
    display: block;
  }
}
.ourTeam .founders .media-container img:hover {
  filter: grayscale(0%);
  transition: all 0.2s ease 0s;
}
.ourTeam .execs {
  padding-left: 0px;
}
.ourTeam .execs .media-container img {
  max-width: 300px;
  border-radius: 300px;
  filter: grayscale(100%);
  margin-top: 20px;
}
@media (max-width: 992px) {
  .ourTeam .execs .media-container img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    filter: grayscale(0%) !important;
  }
}
.ourTeam .execs .media-container img:hover {
  filter: grayscale(0%);
  transition: all 0.2s ease 0s;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.ourTeam .section-header {
  padding: 30px;
  color: #58595b;
}
.ourTeam .team-member-name {
  color: #0033a0;
  line-height: 1.125em;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.ourTeam .team-member-title {
  padding-top: 0;
  color: #40b4e5;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 3px;
}
.ourTeam .team-member-subtext {
  padding-top: 0;
  text-transform: uppercase;
  font-size: .8em;
  font-style: italic;
}
.ourTeam .show-more-our,
.ourTeam .show-less {
  color: #3155a4;
  font-weight: 100;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ourTeam .show-more-our,
  .ourTeam .show-less {
    font-size: 13px;
  }
}
.ourTeam .small-bio-container {
  margin: 20px;
  height: 400px;
}
.ourTeam .small-bio-container p {
  padding-top: 0px;
  text-align: center;
}
.ourTeam .small-bio-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ourTeam .info-banner-1 p {
  font-size: 1.4em;
  font-weight: 200;
  text-align: center;
  width: 100%;
  margin: 100px 0px;
}
@media (max-width: 992px) {
  .ourTeam .info-banner-1 p {
    padding: 0px 20px;
  }
}
.ourTeam .info-banner-5 {
  padding: 54px;
  font-size: 1.4em;
  font-weight: 200;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  .ourTeam .info-banner-5 {
    padding: 70px 25px;
    margin: 0px;
  }
}
.ourTeam .blue-box {
  background-color: #40b4e5;
  padding: 40px;
}
.ourTeam .infobanner-title {
  color: #fff !important;
  font-size: 1em;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 1em;
}
.ourTeam .infobanner-sub {
  color: #fff !important;
  font-size: 20px;
  font-weight: 100;
  line-height: .5em;
}
.ourTeam .white-btn .btn.btn-animated {
  color: #fff !important;
  border-color: #fff !important;
  text-transform: uppercase;
  margin-top: 20px;
  transition: letter-spacing 300ms ease 0ms;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid #ffffff;
  padding: .4em 2.6em !important;
  font-size: 24px;
  line-height: 1.4em !important;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .ourTeam .white-btn .btn.btn-animated {
    font-size: 15px;
  }
}
.ourTeam .mt5 {
  margin-top: 5%;
}
.ourTeam .ttm {
  padding-top: 10px !important;
}
.ourTeam .ntm {
  padding-top: 0px !important;
}
.ourTeam .read-more {
  font-size: .8em;
}
.ourTeam h2 {
  font-size: 4em !important;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 100;
}
@media (max-width: 992px) {
  .ourTeam h2 {
    font-size: 2em !important;
  }
}
.ourTeam .our-team-video {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
@media (max-width: 992px) {
  .ourTeam .our-team-video {
    padding: 75px 20px;
  }
}
@media (min-width: 1080px) {
  .ourTeam .our-team-video {
    width: 75%;
    padding: 100px;
  }
}
.ourTeam .our-team-video-background {
  background-color: #40b4e5;
}
.ourTeam .thin-jns-title {
  font-size: 5.1em;
}
@media (max-width: 992px) {
  .ourTeam .thin-jns-title {
    font-size: 2.5em;
    text-align: center;
    letter-spacing: 3px;
  }
}
.ourTeam hr {
  border: 1.5px solid #ffffff;
  width: 25%;
}
@media (max-width: 992px) {
  .ourTeam hr {
    border: 1px solid #ffffff;
    width: 75%;
  }
}
.ourTeam .strip-divider {
  background-image: linear-gradient(to right, rgba(64, 180, 229, 0), #40b4e5, #0033a0, rgba(0, 51, 160, 0));
  width: 80%;
  height: 3px;
  display: block;
  border: 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 70px;
}
.ourTeam .img-icon img {
  max-width: 12% !important;
}
@media (max-width: 992px) {
  .ourTeam .img-icon img {
    max-width: 35% !important;
  }
}
.ourTeam .founders-spacing {
  margin: 50px 0px;
}
@media (max-width: 992px) {
  .ourTeam .founders-spacing {
    margin: 50px 20px;
  }
}
.ourTeam .execs-spacing {
  margin: 50px 0px 50px 50px;
}
@media (max-width: 992px) {
  .ourTeam .execs-spacing {
    margin: 50px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ourTeam .is-not-mobile .content {
    margin-top: -13px !important;
  }
}
.philanthropy .container {
  padding-top: 50px;
}
.philanthropy img {
  max-height: 350px;
  width: auto;
  margin-bottom: 15px;
}
.philanthropy .btn {
  white-space: normal;
}
.philanthropy .btn.btn-animated {
  color: #c31a81;
  border-color: #c31a81;
  font-weight: 500;
}
.philanthropy .options {
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.philanthropy .options li {
  width: 195px;
}
.philanthropy .hover-box {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1px;
  opacity: 1;
  padding: 10px;
  transition: all 0.2s ease 0s;
  display: inline-block;
}
.philanthropy .hover-box:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.shopping-cart-container {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.shopping-cart-container h4 {
  font-weight: 700;
}
.is-not-mobile .shopping-cart-container .btn-sm {
  white-space: normal;
  width: 100%;
}
.fo-product .panel {
  border: solid 1px black;
}
.fo-product #qty {
  height: 45px;
  width: 75px;
  padding-left: 25px;
  margin-right: 15px;
}
.jn-popover {
  font-size: small;
  width: 500px;
}
.popover-text {
  color: gray;
}
.popover-title {
  color: #3155a4;
}
.jn-pc-font-small {
  font-size: small;
}
.jn-pc-font-large {
  font-size: 1em;
}
.get-started {
  font-weight: 200;
}
.get-started h1,
.get-started h2,
.get-started h3,
.get-started h4,
.get-started h5,
.get-started h6 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}
.get-started h1 {
  font-weight: 600;
  font-size: 30px;
}
.get-started h4 {
  font-size: 18px;
}
.get-started .info-banner {
  background-color: #032157;
  color: #fff;
}
.get-started .info-banner h1 {
  font-size: 48px;
  font-weight: 200;
}
.get-started .info-banner h5 {
  font-size: 24px;
  padding-bottom: 10px;
}
.get-started .info-banner .btn.btn-animated {
  border-color: #fff;
  color: #fff;
}
.get-started .info-banner.opportunity {
  background-color: #60b2e0;
}
.get-started .info-banner.tools {
  background-color: #c23272;
}
.get-started .info-banner.started {
  background-color: #c5d451;
}
.get-started .overlay-container {
  color: #fff;
  min-height: 560px;
  background-color: #0c71c3;
}
.get-started .overlay-container .down-icon-container {
  position: absolute;
  bottom: 25px;
  right: 47%;
  z-index: 51;
}
.get-started .overlay-container .down-icon-container .down-icon {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  opacity: .8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.get-started .overlay-container .down-icon-container .down-icon:hover {
  opacity: 1;
}
.get-started .rw-wrapper {
  margin-top: -10%;
}
.get-started .rw-words {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.get-started .rw-words h1 {
  font-size: 5em;
  line-height: 1.125em;
}
.get-started .rw-words > span {
  text-transform: uppercase;
}
.get-started h1.sub-header {
  color: #919191;
  letter-spacing: 13px;
  font-size: 45px;
  font-weight: 300;
}
.get-started .text-invert {
  color: #fff;
}
.get-started .video-banner {
  background-color: #f3f3f3;
}
.get-started .slick-initialized .slick-slide {
  height: 100%;
}
.get-started .slick-dots {
  bottom: 0;
  margin-bottom: 0;
}
.get-started .status-title {
  font-size: 24px;
}
.get-started .status-bar {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  color: #6f6f6f;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
}
.get-started .status-track {
  width: 100%;
  height: 30px;
  background-color: #00a5ce;
}
.get-started .status-fill {
  position: absolute;
  right: 10px;
}
.get-started .number-dollars {
  color: #032157;
  font-size: 63px;
}
.get-started .accent {
  color: #00a5ce;
}
.get-started .super {
  vertical-align: super;
}
.get-started .super.lg {
  font-size: 0.5em;
}
.get-started .super.sm {
  font-size: 0.25em;
  display: inline-block;
}
.get-started .paralax-md {
  color: #58595b;
}
.get-started .paralax-md .btn.btn-animated {
  color: #0033a0;
  border-color: #0033a0;
}
.get-started .paralax-md h2 {
  font-size: 65px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  word-spacing: -0.5px;
}
.get-started .paralax-md h4 {
  font-size: 3em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.get-started .vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.get-started .vertical {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 0 0 -20px;
  padding: 0 0 0 8px;
}
.get-started .steps-container {
  width: 65%;
  margin: 0 auto;
  padding: 0;
}
.get-started .step-container {
  margin-bottom: 13%;
  text-align: center;
}
.get-started .step {
  width: 80px;
  height: 80px;
  padding-top: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  margin: 0 auto;
}
.get-started .step1 {
  background-color: #032157;
}
.get-started .step2 {
  background-color: #60b2e0;
}
.get-started .step3 {
  background-color: #c23272;
}
.get-started .step4 {
  background-color: #c5d451;
}
.get-started .step-text {
  text-transform: uppercase;
  font-size: 27px;
}
.get-started .step-text1 {
  color: #032157;
}
.get-started .step-text2 {
  color: #60b2e0;
}
.get-started .step-text3 {
  color: #c23272;
}
.get-started .step-text4 {
  color: #c5d451;
}
.get-started .awards {
  padding-top: 80px;
  padding-bottom: 40px;
}
.get-started .awards .awards-number {
  font-size: 87.5px;
  line-height: 100px;
  font-weight: 500;
}
.get-started .awards .awards-subheader {
  font-size: 2em;
  padding-bottom: 20px;
  padding-top: 10px;
}
.get-started .award-list {
  padding: 0 0 23px 16px;
  line-height: 26px;
  font-size: 20px;
}
.get-started .award-list .rank {
  font-size: 40px;
}
.get-started .award-list .note {
  font-size: 75%;
}
.get-started .award-list li {
  padding: 5px 0;
}
.get-started .down-icon-container {
  z-index: 51;
  padding-bottom: 20px;
}
.get-started .down-icon-container .down-icon {
  cursor: pointer;
  border: 2px solid #58595b;
  border-radius: 50%;
  opacity: .8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.get-started .down-icon-container .down-icon:hover {
  opacity: 1;
}
.get-started .overlay-content h1 {
  font-size: 90px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
.get-started .overlay-content h2 {
  font-size: 65px;
  text-align: left;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 0px;
  margin: 0;
}
.get-started .overlay-content h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.get-started .overlay-content h4 {
  font-size: 30px;
}
.get-started .overlay-content-left {
  padding-left: 5%;
  padding-top: 15vh;
  width: 41%;
}
.get-started .play-icon-container {
  padding-top: 20px;
  width: 100%;
}
.get-started .play-icon {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 95px;
  width: 95px;
  padding-left: 10px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.get-started .play-icon:hover {
  background-color: #ffffff;
  color: #214686;
}
@media (max-width: 767px) {
  .get-started .btn {
    border-width: 1px;
  }
  .get-started .fixed-background {
    background-color: #0C71C2;
  }
  .get-started .info-banner h1 {
    font-size: 25px;
  }
  .get-started .overlay-container {
    min-height: 100vh;
  }
  .get-started .rw-wrapper {
    margin-top: -35%;
  }
  .get-started h1.sub-header {
    letter-spacing: 5px;
  }
}
.learn-more {
  color: rgba(0, 0, 0, 0.66);
}
.learn-more h1 {
  font-size: 2em;
  line-height: 1.0em;
  color: #512359;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: normal;
}
.learn-more h2 {
  font-size: 1.25em;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.learn-more h1,
.learn-more h2 {
  text-transform: uppercase;
}
.learn-more .overlay-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1170px;
  padding: 30px 0;
}
.learn-more .media-container {
  width: 100%;
  padding-bottom: 30px;
}
.sticky-social {
  left: -40px;
  position: fixed;
  top: 545px;
  z-index: 9999;
}
.sticky-social li:first-child {
  border-top-right-radius: 5px;
}
.sticky-social li:last-child {
  border-bottom-right-radius: 5px;
}
.sticky-social a {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.sticky-social a span {
  line-height: 40px;
  left: -120px;
  position: absolute;
  text-align: center;
  width: 120px;
}
.sticky-social a:hover span {
  left: 100%;
}
.sticky-social li[class*="facebook"] {
  background: #3b5998;
}
.sticky-social li[class*="twitter"] {
  background: #00aced;
}
.sticky-social li[class*="google"] {
  background: #dd4b39;
}
.sticky-social li[class*="linkedin"] {
  background: #007bb6;
}
.sticky-social li[class*="instagrem"] {
  background: #517fa4;
}
.sticky-social li[class*="stumbleupon"] {
  background: #eb4924;
}
.sticky-social li[class*="pinterest"] {
  background: #cc2127;
}
.awards .business-header {
  background: url('https://s3.amazonaws.com/media.jeunesseglobal.com/JFront/Default/Rewards/jeunesse-awards-Header_bg.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-top: 45px;
}
.awards .main-awards-text {
  margin-top: 0px;
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: -60px;
}
.awards .main-jeunesse-text {
  margin-top: 15%;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 0px;
}
.awards .jeunesse-awards-text {
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase !important;
  text-align: center;
  padding: 5%;
  font-weight: 300;
  color: #58595b;
}
@media (max-width: 600px) {
  .awards .jeunesse-awards-text {
    padding: 40px!important;
  }
}
.awards #logo {
  display: inline-block;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}
.awards .logo_container {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.awards .navbar-default {
  border: none;
}
.awards .navbar-nav {
  float: right;
  padding-top: 20px;
}
.awards .navbar-nav > li > .dropdown-menu {
  margin-top: 25px;
  width: 610px;
  left: -180px;
  box-shadow: none;
}
.awards .dropdown-menu .sub-menu {
  padding: 20px;
}
.awards #menu-item {
  list-style: none;
  text-decoration: none;
  max-width: 140px;
  float: left;
  text-align: center;
}
.awards #menu-item a:hover {
  text-decoration: none;
}
.awards .ampm-essentials-image-menu {
  width: 100%;
}
.awards .awards-title {
  line-height: 40px;
  font-size: 40px;
  font-weight: 300;
  color: #58595b;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 80px;
}
.awards .award-container {
  margin-bottom: 50px !important;
}
.awards .tagline {
  text-shadow: 0 0 10px #000;
  color: #fff;
}
.awards .img-center {
  margin: 0 auto;
}
.awards footer {
  margin: 50px 0;
}
.awards .hashgtag {
  font-size: 40px;
  vertical-align: super;
}
.awards #shiva {
  width: 100%;
  height: auto;
  font-size: 168px;
}
.awards .and-counting-txt {
  font-size: 37px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 170px;
  margin-top: -48px;
}
@media (max-width: 600px) {
  .awards .and-counting-txt {
    margin-bottom: 70px;
  }
}
.awards .ranking {
  width: 100%;
  height: auto;
  font-size: 8.5em;
  background: -webkit-linear-gradient(#adadad, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  bottom: 15px;
}
@media (max-width: 600px) {
  .awards .ranking {
    font-size: 7em;
  }
}
.awards .total-ranking {
  width: 100%;
  height: auto;
  font-size: 9.5em;
  background: -webkit-linear-gradient(#133065, #133065);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  bottom: 105px;
}
.awards .ranking-box {
  min-height: 400px;
}
.awards .ranking-box img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.awards .ranking-bg {
  padding-bottom: 38px;
  background-size: cover;
}
.awards .count {
  color: white;
  font-weight: 700;
}
.awards #talkbubble {
  width: 120px;
  height: 80px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 20px;
}
.awards #talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid red;
  border-bottom: 13px solid transparent;
}
.awards .linker {
  font-size: 20px;
  font-color: black;
}
.awards .trademark {
  font-size: 15px;
  vertical-align: super;
}
.awards .rank-text {
  color: #656565;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  line-height: 23px;
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  .awards .rank-text {
    padding-right: 30px;
  }
}
.awards .awards-box {
  position: relative;
  width: 100%;
  top: 170px;
  max-width: 350px;
}
.awards .ranking-logo {
  max-width: 175px;
  margin: 0 auto;
}
.awards .totalawards-logo {
  max-width: 350px;
  position: absolute;
}
.awards .ranking-logo-sm {
  max-width: 110px;
  margin-top: -17px;
}
.awards .ranking-logo-md {
  max-width: 130px;
}
.awards .prev-box {
  float: left;
}
.awards .box-line-top {
  float: left;
  width: 45%;
  height: auto;
  margin-right: 30px;
  padding: 10px 0px 10px 20px;
}
.awards .panel-heading a {
  text-decoration: none;
  color: #132a5b;
}
.awards .panel-default > .panel-heading {
  text-align: center;
  background: none;
}
.awards .panel {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: none;
  width: 70%;
  margin: 0 auto;
}
.awards .panel-body {
  background-color: white;
}
.awards .awards-caption {
  width: 100%;
  bottom: .3rem;
  position: absolute;
}
.awards .awards-caption .count {
  color: #133065 !important;
}
.awards .thumbnail {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.awards .awards-caption h4 {
  color: #133065;
  font-weight: 700;
  font-size: 22px;
}
.awards .shadow-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.awards .gray-bg {
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.awards .gray-bg h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.awards .padding100-btm {
  padding-bottom: 100px !important;
}
.awards .padding200-btm {
  padding-bottom: 200px !important;
}
.awards .product-txt {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  color: #001e5b !important;
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #f3f3f3;
}
.awards .video-txt {
  padding: 20px;
  text-align: center;
  color: #001e5b !important;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
}
.awards .border-btm-gray {
  border-bottom: 1px solid #f3f3f3;
}
.awards .no-topmarg {
  margin-top: -10px !important;
}
@media (max-width: 600px) {
  .awards .box-line-top {
    width: 100%;
  }
  .awards .main-awards-text {
    font-size: 80px;
  }
  .awards .padding200-btm {
    padding-bottom: 0px !important;
  }
  .awards .padding100-btm {
    padding-bottom: 0px !important;
  }
  .awards .padding-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 1260px) {
  .awards .total-ranking {
    font-size: 6.5em;
    bottom: 10px;
  }
}
@media (max-width: 2100px) {
  .awards .total-ranking {
    bottom: 45px;
  }
}
@media (max-width: 1750px) {
  .awards .total-ranking {
    bottom: 10px;
  }
}
@media (max-width: 1450px) {
  .awards .total-ranking {
    bottom: -5px;
  }
}
@media (max-width: 1037px) and (min-width: 880px) {
  .awards .no-topmarg-mb {
    margin-top: -10px;
  }
}
@media (max-width: 1050px) {
  .awards .total-ranking {
    font-size: 5.5em;
    bottom: 0;
  }
}
@media (max-width: 880px) {
  .awards .total-ranking {
    font-size: 4em;
    top: 10px;
  }
  .awards .awards-caption h4 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .awards .total-ranking {
    font-size: 7em;
    position: static;
    top: -130px;
  }
  .awards .awards-caption h4 {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .awards .total-ranking {
    top: -80px;
  }
}
@media (max-width: 580px) {
  .awards .total-ranking {
    top: -15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .awards .col-sm-3 {
    width: unset;
    float: unset;
  }
}
@font-face {
  font-family: 'Gotham-Book';
  src: url(/app/content/fonts/Gotham-Book.otf);
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url(/app/content/fonts/Gotham-Bold.otf);
}
@font-face {
  font-family: 'Trade-Gothic-LT-STD-Bold';
  src: url(/app/content/fonts/Trade-Gothic-LT-STD-Bold.OTF);
}
@font-face {
  font-family: 'Trade-Gothic-LT-STD-Bold-Condensed';
  src: url(/app/content/fonts/Trade-Gothic-LT-STD-Bold-Condensed-No20.OTF);
}
.liveBody {
  margin: 0px;
  font-family: 'Gotham-Book', sans-serif;
}
.liveVideoContainer {
  padding: 3em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('/app/content/images/wlj_Background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fernBlockContainer {
  margin-top: 2em;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-family: 'Trade-Gothic-LT-STD-Bold-Condensed', sans-serif;
  font-size: 1.1em;
  color: #FFFFFF;
}
.fernBlock {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.fernImage {
  height: 70px;
}
.fernText {
  margin: 0 4px;
  text-align: center;
  white-space: nowrap;
}
.hFlipped {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.largeText {
  font-size: 2.6em;
}
.liveButton {
  border: 2px solid #6B2172;
  border-radius: 2px;
  padding: 12px;
  text-align: center;
  color: #6A2172;
  cursor: pointer;
  font-family: 'Gotham-Book', sans-serif;
}
.liveButton:hover {
  background: #6B2172;
  color: #FFFFFF;
}
.liveFormBlock {
  padding: 0 12px;
  border-bottom: 1px solid #C1C3C2;
  box-sizing: border-box;
  width: 48%;
  color: #525252;
}
.liveFormInput {
  border: 0px;
  width: 100%;
  height: 2em;
  background: transparent;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: bold;
  color: #6B2172;
}
.liveInput:focus {
  outline-width: 0px;
}
@media only screen and (max-width: 500px) {
  .largeText {
    font-size: 8vw;
  }
}
.counter,
.counter-value,
.counter-name,
.counter-between {
  display: inline-block;
  font-size: 36px;
}
.counter-between {
  margin: 1em;
}
.impressum {
  font-size: 16px;
}
.impressum .contact-info-container .fa-phone {
  font-size: 20px;
}
.impressum .weight-600 {
  font-weight: 600;
}
.impressum .managing-director {
  font-size: 28px;
}
.impressum .info-banner {
  background-color: #eeeeee;
}
.impressum .info-banner .whitebg {
  background-color: #fff;
}
.impressum .info-banner .page-title {
  font-size: 26px;
}
.impressum .info-banner .managing-title {
  font-size: 20px;
  color: #878787;
}
.impressum .section-1-image {
  max-width: 100px;
  margin: auto;
}
.impressum h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0em;
  text-transform: uppercase;
  color: #58595b;
}
.impressum h3 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #58595b;
}
.impressum .office-phone {
  padding: 5px;
}
.impressum a,
.impressum a:hover,
.impressum a:active,
.impressum a:visited,
.impressum a:focus {
  color: #0033a0;
  text-decoration: none;
}
.impressum .darker-background {
  background-color: #e7e7e7;
}
.impressum .contact-info {
  padding-bottom: 10px;
}
.impressum .btn-animated {
  color: #eeeeee;
  border-color: #eeeeee;
}
#a40AccessibilityStatement {
  padding: 100px;
}
.event-calendar {
  /* Calendar Menu navigation */
  /* Calendar Category Colors */
  /*******************************/
  /* Calendar Agenda View Styles */
  /*******************************/
}
.event-calendar .calendar-header {
  background-color: #eeeeee;
}
.event-calendar .calendar-banners p {
  padding-bottom: 20px;
}
.event-calendar .calendar-banners h3 {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  font-size: 0.875em;
  letter-spacing: 0.025em;
  margin: 0 auto 20px;
  padding: 10px 5px;
  position: relative;
  text-transform: uppercase;
  color: #58595b;
}
.event-calendar .calendar-banners .banners {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
.event-calendar .calendar-banners .banners .banner {
  line-height: 0.75em;
  margin: 0 10px 22px;
  width: 145px;
  display: inline-block;
  text-align: center;
}
.event-calendar .calendar-banners .banners .banner a {
  color: #fff;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  line-height: 1em;
  padding: 5px 10px 20px;
  text-decoration: none !important;
  box-shadow: none;
}
.event-calendar .calendar-banners .banners .banner a:hover img {
  width: 95% !important;
  transition: all 0.2s ease 0s;
  padding-top: 4px;
}
.event-calendar .calendar-banners .banners .banner img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.event-calendar .calendar-banners .banners .banner.university-banner a {
  background-color: #b8bf0d;
}
.event-calendar .calendar-banners .banners .banner.lead-banner a {
  background-color: #712077;
}
.event-calendar .calendar-banners .banners .banner.convention-banner a {
  background-color: #0aa5b5;
}
.event-calendar .calendar-banners .banners .banner.expo-banner a {
  background-color: #e12726;
}
.event-calendar .calendar-banners .banners .banner.discover-banner a {
  background-color: #071689;
}
.event-calendar .calendar-page-event-links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 26px;
}
.event-calendar .calendar-page-event-links ul li {
  list-style: none;
}
.event-calendar .event-items {
  word-wrap: break-word;
  float: left;
  position: relative;
  margin: 0;
  width: 25% !important;
}
.event-calendar #events img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
  display: block;
  position: relative;
}
.event-calendar .et_portfolio_image {
  display: block;
  position: relative;
}
.event-calendar .calendar-page-event-links .UpcomingEventBlocks_overlay {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.event-calendar .calendar-page-event-links .event-tags {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
.event-calendar .calendar-page-event-links .event-tags .university.type1 {
  color: #00a7b5;
}
@media only screen and (max-width: 1599px) {
  .event-calendar .calendar-page-event-links .event-tags {
    top: 20%;
  }
}
.event-calendar #calendarHeader {
  margin: 0 auto;
  padding: 30px;
}
.event-calendar #MarketsFilfterDDL {
  float: left;
  margin-right: 15px;
}
.event-calendar #calendar-navigation-container {
  padding-bottom: 10px;
}
.event-calendar #calendar-navigation-container .navbar {
  min-height: 37px;
  margin-bottom: 0;
}
.event-calendar #Calendar-View-Selector-MobileView {
  padding-bottom: 10px;
}
.event-calendar .dropdownWrapper {
  padding-right: 30px;
}
.event-calendar .navbar-nav {
  background-color: #f8f8f8;
  border-color: #e7e7e7 !important;
  border: 1px solid transparent;
}
.event-calendar .navbar-nav .active a {
  font-weight: bold;
  font-size: large;
}
.event-calendar .container-fluid,
.event-calendar .navbar-collapse,
.event-calendar .navbar-nav {
  padding: 0 20px 0 0;
}
.event-calendar .nav .navbar-nav {
  padding: 0px;
}
.event-calendar .nav .navbar-nav:after {
  padding: 0px;
}
.event-calendar .navbar-nav {
  border-radius: 4px;
}
.event-calendar .nav > li {
  /*padding:0;*/
}
.event-calendar .nav > li a {
  padding: 10px;
}
@media (max-width: 767px) {
  .event-calendar #calendar-navigation-container {
    padding-bottom: 0;
  }
  .event-calendar .navbar-collapse {
    border-top: 0;
  }
  .event-calendar .navbar-nav {
    padding: 0;
    margin: 0 0 0 15px;
  }
  .event-calendar .nav > ul {
    padding: 0;
  }
  .event-calendar .nav > li {
    padding: 0;
    float: left;
  }
  .event-calendar .nav > li a {
    padding: 5px;
  }
}
.event-calendar .clearfix:before,
.event-calendar .clearfix:after,
.event-calendar .dl-horizontal dd:before,
.event-calendar .dl-horizontal dd:after,
.event-calendar .container:before,
.event-calendar .container:after,
.event-calendar .container-fluid:before,
.event-calendar .container-fluid:after,
.event-calendar .row:before,
.event-calendar .row:after,
.event-calendar .form-horizontal .form-group:before,
.event-calendar .form-horizontal .form-group:after,
.event-calendar .btn-toolbar:before,
.event-calendar .btn-toolbar:after,
.event-calendar .btn-group-vertical > .btn-group:before,
.event-calendar .btn-group-vertical > .btn-group:after,
.event-calendar .nav:before,
.event-calendar .nav:after,
.event-calendar .navbar:before,
.event-calendar .navbar:after,
.event-calendar .navbar-header:before,
.event-calendar .navbar-header:after,
.event-calendar .navbar-collapse:before,
.event-calendar .navbar-collapse:after,
.event-calendar .pager:before,
.event-calendar .pager:after,
.event-calendar .panel-body:before,
.event-calendar .panel-body:after,
.event-calendar .modal-header:before,
.event-calendar .modal-header:after,
.event-calendar .modal-footer:before,
.event-calendar .modal-footer:after,
.event-calendar .event-details .agenda .info section:before,
.event-calendar .event-details .agenda .info section:after {
  content: " ";
  display: table;
}
.event-calendar .calendar-nav {
  margin: 0;
  font-family: Source Sans Pro;
  font-size: 13px;
  line-height: 1.428571429;
  color: #666;
  word-wrap: break-word;
  /*a:visited {
            color: #fff;
        }*/
}
.event-calendar .calendar-nav a {
  background: transparent;
  font-weight: normal;
  text-decoration: none !important;
}
.event-calendar .calendar-nav *,
.event-calendar .calendar-nav *:before,
.event-calendar .calendar-nav *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-calendar .no-padding {
  padding: 0;
}
.event-calendar .no-padding img {
  vertical-align: sub;
}
.event-calendar .fc-event {
  font-size: .78em;
}
.event-calendar .fc-day-header,
.event-calendar .fc-other-month {
  background: #f5f5f5;
}
.event-calendar .fc-day-header {
  font-size: 13px;
}
.event-calendar .fc-day-number {
  font-size: 12px;
}
.event-calendar #calendarHeader .dropdownWrapper .convention,
.event-calendar .convention-dot {
  background: #32657e;
}
.event-calendar #calendarHeader .dropdownWrapper .meeting,
.event-calendar .meeting-dot {
  background: #c3002f;
}
.event-calendar #calendarHeader .dropdownWrapper .training,
.event-calendar .training-dot {
  background: #0ba4b5;
}
.event-calendar #calendarHeader .dropdownWrapper .university,
.event-calendar .university-dot {
  background: #b8bf33;
}
.event-calendar #calendarHeader .dropdownWrapper .expo,
.event-calendar .expo-dot {
  background: #dc1a6e;
}
.event-calendar #calendarHeader .dropdownWrapper .lead,
.event-calendar .lead-dot {
  background: #732079;
}
.event-calendar #calendarHeader .dropdownWrapper .other,
.event-calendar .other-dot {
  background: #f18903;
}
.event-calendar #calendarHeader .dropdownWrapper .discover,
.event-calendar .discover-dot {
  background: #071689;
}
.event-calendar #calendarHeader .dropdownWrapper .promo,
.event-calendar .promo-dot {
  background: #00D283;
}
.event-calendar #calendarHeader .dropdownWrapper .sysupg,
.event-calendar .sysupg-dot {
  background: #000;
}
.event-calendar .color-swatch,
.event-calendar .color-swatch-empty {
  display: inline-block;
  height: 8px;
  margin: 0 1px;
  padding: 1px;
  width: 8px;
}
.event-calendar .color-swatch {
  border-radius: 5px;
  border-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.event-calendar .agenda-view .date {
  background: none;
  border-top: 1px dotted #e0e0e0 !important;
  overflow: hidden;
}
.event-calendar .agenda-view .date-events {
  overflow: visible;
  -webkit-flex-wrap: wrap;
  margin: 0 0.75em 0 0;
}
.event-calendar .agenda-view .event-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  clear: right;
  margin: 6.5px 0;
  overflow: hidden;
  position: relative;
  padding: 0.6em;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.event-calendar .agenda-view .event-wrapper .event-header {
  cursor: pointer;
}
.event-calendar .agenda-view .event-wrapper .event-title {
  color: #32657e;
  font-weight: bold;
  font-size: 10.5pt;
  margin: 0 0 0.4em;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.event-calendar .allday-badge {
  background: #32657e;
  border-radius: 0.9em;
  -webkit-box-shadow: ;
  box-shadow: ;
  color: #fff;
  display: inline-block;
  font-size: 0.85em;
  font-weight: normal;
  margin: 0 0 1px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 0 0.7em 0.05em;
  vertical-align: middle;
}
.event-calendar .no-results {
  color: #a3a3a3;
}
.event-calendar .centered {
  text-align: center;
}
.event-calendar .prose p,
.event-calendar .prose ul,
.event-calendar .prose ol,
.event-calendar .prose li {
  font-size: 14.04px;
  line-height: 1.7142857148;
}
.event-calendar .prose p,
.event-calendar .prose ul,
.event-calendar .prose ol {
  margin-bottom: 10.8px;
}
.event-calendar .category {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px rgba(38, 38, 38, 0.5);
  box-shadow: inset 0 0 1px rgba(38, 38, 38, 0.5);
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  line-height: 2em !important;
  margin: 1px 0;
  padding: 0 0.5em !important;
  text-transform: uppercase;
  white-space: nowrap;
  color: #333;
}
.event-calendar .category:hover,
.event-calendar .active > .category {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 2px rgba(38, 38, 38, 0.3);
  box-shadow: inset 0 0 2px rgba(38, 38, 38, 0.3);
  color: #262626;
}
.event-calendar .tag {
  border-radius: 4px;
  color: #32657e;
  cursor: pointer;
  display: inline-block !important;
  line-height: 1.7em !important;
  margin: 1px 0 0;
  padding: 0 4px !important;
  white-space: nowrap;
}
.event-calendar .tag i {
  padding-right: 3px;
}
.event-calendar .agenda-view .date-title {
  border: 1px solid #d1d1d1;
  border-top: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #7d7d7d;
  float: left;
  font-weight: bold !important;
  background-image: -webkit-linear-gradient(#fff, #fff 1em, #ededed);
  background-image: linear-gradient(#fff, #fff 1em, #ededed);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  filter: none \9;
  line-height: 1.2em;
  margin: 6.5px 0.75em;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 4em;
}
.event-calendar .agenda-view .date-title:hover {
  color: #666 !important;
}
.event-calendar .agenda-view .month {
  background: #32657e;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  padding: 0 0.2em;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.event-calendar .agenda-view .day {
  font-size: 2em;
  padding: 0.35em 0 0.22em;
}
.event-calendar .agenda-view .weekday {
  font-size: 0.8em;
  padding: 0 0 0.2em;
}
.event-calendar .agenda-view .ai1ec-year {
  background-color: #ebebeb;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.08);
  font-size: 0.7em;
  letter-spacing: 0.2em;
  padding: 0 0.2em;
}
.event-calendar .agenda-view .date {
  border-top: 1px solid #e5e5e5;
}
.event-calendar .date a,
.event-calendar .date a:hover {
  text-decoration: none;
}
.event-calendar .agenda-view .date.today {
  border-top: 1px solid #c2cfdd;
  background: #dbe3eb;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d2dce6), color-stop(1em, #d2dce6), to(#fff));
  background: -webkit-linear-gradient(#d2dce6, #d2dce6 1em, #fff);
  background: -moz-linear-gradient(top, #d2dce6, #d2dce6 1em, #fff);
  background: -ms-linear-gradient(#d2dce6, #d2dce6 1em, #fff);
  background: -o-linear-gradient(#d2dce6, #d2dce6 1em, #fff);
  background: linear-gradient(#d2dce6, #d2dce6 1em, #fff);
  background-repeat: no-repeat;
}
.event-calendar .agenda-view .event-description img {
  max-width: 100% !important;
}
.event-calendar .popupWrapper {
  /* Calendar Pop-up */
}
.event-calendar .popupWrapper .color-swatches {
  float: right;
  font-size: 0.9em;
  text-align: center;
}
.event-calendar .popupWrapper .color-swatch {
  padding: 1px;
  display: inline-block;
  height: 8px;
  margin: 0 1px;
  width: 8px;
}
.event-calendar .popupWrapper .popup-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  background: none;
  border-bottom: none;
  padding: 0;
  font-weight: bold !important;
  color: #32657e;
}
.event-calendar .popupWrapper .popup-title .event-location {
  color: #666;
}
.event-calendar .popupWrapper .event-time {
  background: #eee;
  font-size: 11.05px;
  font-weight: bold;
  margin: 2px -8px 0;
  padding: 1px 8px;
  color: #666;
}
.event-calendar .popupWrapper .popup-excerpt {
  font-size: 11.05px;
  margin-top: 2px;
  color: #666;
}
.contact-us .create-ticket {
  white-space: normal;
}
.contact-us .officeAccordion .fa-phone {
  color: #3155a4;
  font-size: 20px;
}
.contact-us .officeAccordion .panel-default {
  border-color: #fff;
}
.contact-us .officeAccordion .panel-default > .panel-heading {
  color: #fff;
  background-color: white;
  border-color: #fff;
}
.contact-us .officeAccordion .panel-default > .panel-heading:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.contact-us .officeAccordion .panel-default > .panel-heading:hover .accordion-plus {
  color: #3155a4;
}
.contact-us .officeAccordion .panel-default > .panel-heading .accordion-plus {
  color: #ccc;
}
.contact-us .officeAccordion .panel-default > .panel-heading .accordion-plus:hover {
  color: #3155a4;
}
.contact-us .officeAccordion .panel-default > .panel-heading .accordion-plus.open {
  color: #3155a4;
}
.contact-us .officeAccordion .office {
  margin: 20px 0px 20px 0px;
}
.contact-us .officeAccordion .officeHeader {
  color: #555;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #58595b;
}
.contact-us .flag-header .flag {
  margin-bottom: 20px;
}
.contact-us .flag-header .country-name {
  margin-bottom: 50px;
}
.contact-us .info-banner {
  background-color: #eeeeee;
}
.contact-us .info-banner .whitebg {
  background-color: #fff;
}
.contact-us .section-1-image {
  max-width: 100px;
  margin: auto;
}
.contact-us h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.0em;
  text-transform: uppercase;
  color: #58595b;
}
.contact-us h3 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #58595b;
}
.contact-us .regionHeader {
  border-top: 1px solid #eeeeee;
}
.contact-us .region-header:after {
  border-top: 1px solid #dddddd;
  content: "";
  display: inline;
  float: right;
  height: 1px;
  margin: 0 2% 30px;
  position: relative;
  top: 10px;
  width: 100%;
  z-index: 1;
}
.contact-us .office-phone {
  padding: 5px;
}
.contact-us .office-notes {
  margin-top: 20px;
}
.contact-us a,
.contact-us a:hover,
.contact-us a:active,
.contact-us a:visited,
.contact-us a:focus {
  color: #0033a0;
  text-decoration: none;
}
.contact-us .darker-background {
  background-color: #e7e7e7;
}
.contact-us .contact-info {
  padding-bottom: 10px;
}
.contact-us .btn-animated {
  color: #eeeeee;
  border-color: #eeeeee;
}
.contact-us .contact-info-container {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1079px) {
  .contact-us .contact-info-container {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info-container {
    width: 100%;
  }
}
.angular-google-map-container {
  height: 440px;
}
#markets h1,
#markets p {
  font-weight: 500;
}
#markets h3 {
  font-weight: 500;
}
#markets h3 span {
  background-color: #fff;
  z-index: 5;
  padding: 0 20px 0 0;
  position: relative;
}
#markets h3:after {
  border-top: 1px solid #dddddd;
  content: "";
  display: inline;
  float: left;
  height: 1px;
  margin: 0 2% 30px;
  position: relative;
  top: -6px;
  width: 98%;
  z-index: 1;
}
#markets .alternate h3 span {
  background-color: #fafafa;
}
#markets ul {
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#markets li {
  background-color: rgba(0, 0, 0, 0.001);
  transition: all 0.2s ease 0s;
  padding: 5px 5px 5px 0;
  list-style: none;
  width: 25%;
  vertical-align: text-top;
  cursor: pointer;
}
#markets li img {
  width: 40px;
  height: 29px;
}
#markets li:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
#markets img {
  max-width: 100%;
}
#markets .country-name {
  color: #666666;
  padding-left: 10px;
  text-transform: capitalize;
}
#markets .title-box {
  background-color: #eeeeee;
  padding: 4% 0;
}
#markets .market-region {
  padding: 4% 0;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}
@media (max-width: 479) {
  #markets .title-box {
    padding: 30% 0;
  }
}
@media (max-width: 767px) {
  #markets .title-box {
    padding: 10% 0;
  }
  #markets .world-image {
    margin-bottom: 30px;
  }
}
.event-details .info-banner {
  text-align: center;
}
.event-details .info-banner h4 {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
}
.event-details .info-banner h4 + small {
  top: -10px;
  position: relative;
}
.event-details #bottom {
  border-top: 3px solid #eeeeee;
  font-family: "Gotham SSm A", "Gotham SSm B", Open Sans, Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #777;
}
.event-details #bottom strong {
  color: #333;
}
.event-details .overlay-content section > div {
  width: 100% !important;
}
.event-details .overlay-content-left {
  padding-left: 10%;
  padding-top: 2%;
  padding-top: 5vh;
  padding-bottom: 50px;
  width: 100%;
  border-top: 121px solid;
  margin-top: -121px;
}
.event-details .overlay-content-left .overlay-image-container {
  width: 400px;
  padding: 40px 20px;
}
.event-details .overlay-content-right {
  padding-left: 58vw;
  padding-top: 10vh;
}
.event-details .overlay-content-right .overlay-image-container {
  width: 400px;
  padding: 40px 20px;
}
.event-details .overlay-content-center {
  margin-right: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  border-top: 121px solid;
  margin-top: -121px;
  text-align: center;
}
.event-details .overlay-content-center .overlay-image-container {
  width: 80%;
  max-width: 1080px;
  padding: 0 20px 40px 20px;
}
.event-details .overlay-content-center section > div {
  width: 100% !important;
}
.event-details #countdown .counter {
  width: 17%;
  max-width: 160px;
  display: inline-block;
  font-size: 48px;
  font-family: 'Open Sans Condensed';
}
.event-details #countdown .counter .value {
  display: inline-block;
  line-height: 54px;
  text-align: center;
  padding: 0;
}
.event-details #countdown .counter .name {
  display: block;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 0;
}
.event-details #countdown .between {
  display: inline-block;
  position: relative;
  top: -32px;
}
.event-details #countdown .between p {
  font-size: 60px;
}
.event-details #countdown .title {
  font-size: 44px;
  margin: 0 0 15px;
}
.event-details #map {
  width: 100%;
  height: 450px;
}
.event-details .price-box {
  display: inline-block;
  margin: 10px;
  padding: 20px 0px;
  width: 220px;
  height: 220px;
  color: #ffffff !important;
  background: #cccccc;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}
.event-details .price-box .price-box-title {
  font-size: 1.25em;
  vertical-align: baseline;
  line-height: 1em;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  height: 50px;
}
.event-details .price-box .price-box-price {
  font-size: 3.5em;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.25em;
  height: 95px;
}
.event-details .price-box .price-medium {
  font-size: 2.3em;
  padding: 8px 0 12px 0;
}
.event-details .price-box .price-small {
  font-size: 2em;
  padding: 13px 0 18px 0;
}
.event-details .price-box .free-ticket {
  padding: 10px 0 10px 0;
}
.event-details .price-box .price-box-currency {
  font-size: 0.7em;
  vertical-align: bottom;
  position: relative;
  line-height: 1;
  bottom: 0.8em;
  top: -0.5em;
  font-weight: 500;
}
.event-details .price-box .price-box-currency-cents {
  margin: 0px 0px 0px 3px;
  font-size: 0.25em;
  vertical-align: top;
  position: relative;
  height: 0px;
  line-height: 1;
  bottom: 0.8em;
  top: 1em;
  font-weight: 300;
  display: inline-block;
  letter-spacing: 0px;
  text-align: left;
}
.event-details .price-box .price-box-currency-cents-inner {
  vertical-align: baseline;
  font-weight: 700;
}
.event-details #speakers .speaker-corp,
.event-details #speakers_dist .speaker-corp,
.event-details #speakers_distributors .speaker-corp {
  padding-bottom: 20px;
}
.event-details #speakers .img-speaker,
.event-details #speakers_dist .img-speaker,
.event-details #speakers_distributors .img-speaker {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.event-details #speakers_distributors {
  border-top: 1px solid #eeeeee;
  background-color: #fafafa;
}
.event-details #speakers_dist h3::after {
  border-top: 1px solid #d8006c;
  content: "";
  display: inline;
  float: left;
  height: 1px;
  margin: 0 2% 30px;
  position: relative;
  top: -10px;
  width: 98%;
  z-index: 1;
}
.event-details #speakers_dist h3 span {
  background: #fff none repeat scroll 0 0;
  font-weight: 400;
  letter-spacing: 0.025em;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
  color: #d8006c;
}
.event-details .selected {
  background: #d8006c;
}
.event-details .nevo .info-banner {
  background-color: #0aa5b5;
  color: #fff;
}
.event-details .nevo .info-banner:nth-of-type(4n+5) {
  background-color: #b8bf0d;
  color: #fff;
}
.event-details .nevo .selected {
  background-color: #0aa5b5;
}
.event-details .nevo .btn-block {
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: auto;
  margin-top: 10px;
}
.event-details .reserve .container {
  display: block !important;
}
.event-details .reserve .info-banner {
  background-color: #802b6b;
  color: #fff;
}
.event-details .reserve .fixed-background {
  background-position: 50% center !important;
}
.event-details .reserve .banner-background {
  background-color: rgba(128, 43, 107, 0.8);
}
.event-details .am-pm-essentials .selected {
  background-color: #ed8b00;
  color: #fff;
}
.event-details .am-pm-essentials .info-banner,
.event-details .am-pm-essentials #header {
  background-color: #17468f;
  color: #fff;
}
.event-details .am-pm-essentials #countdown,
.event-details .am-pm-essentials .selected {
  background-color: #ed8b00;
  color: #fff;
}
.event-details .am-pm-essentials .banner-background {
  background-color: rgba(255, 255, 255, 0.9);
}
.event-details .am-pm-essentials .overlay-content-right {
  padding-top: 0 !important;
}
.event-details .am-pm-essentials .btn-block,
.event-details .am-pm-essentials .btn.default:hover {
  background: #17468f;
  border-color: #17468f;
}
.event-details .am-pm-essentials .product-image {
  max-height: 500px;
}
.event-details .luminesce #header {
  background-color: #0a1225;
  color: #fff;
}
.event-details .luminesce #countdown {
  background-color: #38b5e6;
  color: #fff;
}
.event-details .luminesce .selected {
  background: #d8006c;
}
.event-details .luminesce .overlay-content-center {
  padding-top: 2vh !important;
}
.event-details .luminesce .overlay-content-center .overlay-image-container {
  width: 80vw !important;
  max-width: 500px !important;
  padding: 20px !important;
}
.event-details .luminesce .overlay-content-center .btn-block:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.event-details .luminesce #location,
.event-details .luminesce #tickets,
.event-details .luminesce .page,
.event-details .luminesce #speakers {
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #000000;
}
.event-details .luminesce #tickets,
.event-details .luminesce .page,
.event-details .luminesce #speakers {
  padding-bottom: 0;
}
.event-details .luminesce #tickets + div,
.event-details .luminesce .page + div,
.event-details .luminesce #speakers + div {
  padding-top: 0;
}
.event-details .luminesce #tickets h4,
.event-details .luminesce .page h4,
.event-details .luminesce #speakers h4 {
  color: #702276;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
  margin: 0 auto 40px;
  text-transform: uppercase;
  font-family: "Didot 06 A", "Didot 06 B";
  font-style: normal;
  font-weight: 700;
}
.event-details .luminesce #tickets h4 + small,
.event-details .luminesce .page h4 + small,
.event-details .luminesce #speakers h4 + small {
  top: -40px;
  position: relative;
}
.event-details .luminesce #location h4 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}
.event-details .agenda {
  margin-bottom: 30px;
}
.event-details .agenda:before,
.event-details .agenda:after {
  display: table;
  content: " ";
}
.event-details .agenda:after {
  clear: both;
}
.event-details .agenda:before,
.event-details .agenda:after {
  display: table;
  content: " ";
}
.event-details .agenda:after {
  clear: both;
}
.event-details .agenda .date {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .event-details .agenda .date {
    float: left;
    width: 33.33333333%;
  }
}
.event-details .agenda .date :first-child {
  color: #d8006c !important;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Open Sans Condensed", Helvetica, Arial, Lucida, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
}
.event-details .agenda .date :last-child {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Open Sans Condensed", Helvetica, Arial, Lucida, sans-serif;
  color: #38b5e6 !important;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.0em;
}
.event-details .agenda .info {
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .event-details .agenda .info {
    float: left;
    width: 66.66666667%;
  }
}
.event-details .agenda .info section {
  padding: 5px;
  margin-right: -15px;
  margin-left: -15px;
}
.event-details .agenda .info section:nth-of-type(odd) {
  background-color: #f9f9f9 !important;
}
.event-details .agenda .info section div:first-of-type {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.event-details .agenda .info section div:last-of-type {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 980px) {
  .event-details #countdown .counter .name {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .event-details #countdown .between p {
    font-size: 32px;
    line-height: 32px;
  }
  .event-details .am-pm-essentials .overlay-container {
    background-image: none !important;
    background-color: #17468f !important;
  }
}
.event-admin select {
  height: 34px;
}
.event-admin .event-nav .market-map {
  display: inline-block;
}
.event-admin .event-nav .market-map img {
  width: 150px;
  padding: 5px;
  margin: 2px;
}
.event-admin .event-nav .market-map :hover {
  box-shadow: 0px 12px 24px 1px #333;
}
.event-admin .event-nav .selected {
  box-shadow: 0px 12px 24px 1px #333;
}
.event-admin .alternate {
  background-color: #f9f9f9;
}
.event-admin .activerow {
  background-color: #d9edf7 !important;
}
.event-admin .panel-body {
  border: 1px solid black;
  border-radius: 3px;
  padding: 0 15px;
}
.event-admin .border-display {
  border: 1px solid black;
  border-radius: 3px;
  padding: 0 15px;
}
.event-admin .valign-text {
  padding-top: 8px;
  padding-bottom: 8px;
}
.event-admin .nav {
  display: block;
}
.event-admin .nav.nav-tabs {
  float: none;
}
.event-admin .tab-border {
  border: 1px solid #ddd;
}
.event-admin .tab-pane {
  padding: 2%;
}
.event-admin .email-header {
  color: #fff;
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.event-admin .translation-pending {
  background-color: rgba(252, 230, 176, 0.4);
}
.event-admin .img-speaker {
  height: 80px;
  padding: 2px;
  margin-right: 5px;
  opacity: 0.3;
  cursor: pointer;
}
.event-admin .img-speaker-selected {
  height: 80px;
  padding: 0;
  margin-right: 5px;
  opacity: 1;
  border: 2px solid #337ab7;
  cursor: pointer;
}
.event-admin .style-container {
  display: inline-block;
  font-size: 24px;
}
.event-admin .style-item {
  display: inline-block;
  margin-right: 5px;
  padding: 6px;
  width: 120px;
  height: 80px;
}
.event-admin .style-item.nevo {
  background-color: #0aa5b5;
  color: #fff;
  background: linear-gradient(to bottom, #0aa5b5 0%, #0aa5b5 50%, #b8bf0d 50%, #b8bf0d 100%);
}
.event-admin .style-item.reserve {
  background-color: #802b6b;
  color: #fff;
}
.event-admin .style-item.am-pm-essentials {
  background-color: #ed8b00;
  color: #fff;
  background: linear-gradient(to bottom, #ed8b00 0%, #ed8b00 50%, #17468f 50%, #17468f 100%);
}
.event-admin .style-item.luminesce {
  background-color: #0a1225;
  color: #fff;
  background: linear-gradient(to bottom, #0a1225 0%, #0a1225 50%, #38b5e6 50%, #38b5e6 100%);
}
.event-admin .style-item-selected {
  border: 4px solid #000;
  padding: 2px;
}
.event-admin .banner-image-bg {
  padding: 20px;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.event-admin .banner-image-bg img {
  height: 200px;
  min-width: 200px;
  max-width: 400px;
}
.event-admin .banner-image-bg.nevo {
  background-color: #0aa5b5;
  color: #fff;
}
.event-admin .banner-image-bg.reserve {
  background-color: #802b6b;
  color: #fff;
}
.event-admin .banner-image-bg.am-pm-essentials {
  background-color: rgba(255, 255, 255, 0.9);
}
.event-admin .banner-image-bg.luminesce {
  background-color: #0a1225;
  color: #fff;
}
.event-admin .page-image-bg {
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
}
.event-admin .page-image-bg img {
  min-height: 100px;
  min-width: 120px;
  max-height: 150px;
  max-width: 200px;
}
.rsvp-container {
  /*#RSVPinitialResponseInstructions li {
        font-size: smaller; text-align: left; list-style: disc !important;
    }*/
}
.rsvp-container .rsvp-header {
  background-color: #eeeeee;
}
.rsvp-container .login-box {
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 2px solid #eee;
}
.rsvp-container .login-box .login-button {
  border-color: #3155a4;
  color: #3155a4;
  width: 100%;
}
.rsvp-container .btn.btn-lg {
  border-color: #3155a4;
  color: #fff;
  background-color: #3155a4;
  width: 100%;
}
.rsvp-container .btn.btn-lg:hover {
  color: #3155a4;
  border-color: #3155a4 !important;
}
.rsvp-container .passport-img {
  max-height: 120px;
  min-width: 100px;
  max-width: 150px;
}
.rsvp-container .rsvp-steps {
  text-align: center;
}
.rsvp-container .rsvp-steps a {
  border: medium none;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25em;
  color: #999;
}
.rsvp-container .rsvp-steps a:hover {
  text-decoration: none;
  color: #333333;
}
.rsvp-container .rsvp-step.active a {
  color: #3155a4;
}
.rsvp-container .rsvp-step.active a:hover {
  text-decoration: none;
  color: #333333;
}
.rsvp-container .rsvp-step-container {
  padding-bottom: 30px;
}
.rsvp-container .disclaimer-text {
  font-size: .875em;
  line-height: 1.5;
  font-style: italic;
}
.rsvp-container .current-step {
  background-color: #999;
  color: #fff;
}
.rsvp-container .radio {
  width: 20px;
  float: left;
  margin-top: -7px;
}
.rsvp-container .yes-no-button {
  width: 100px;
}
.rsvp-container .time-input .btn-link {
  padding: 1px;
}
.rsvp-container .prize-desc {
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 3px;
  border: 2px solid #eee;
}
.rsvp-container .outline {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0px;
  margin: 0px;
}
.rsvp-container .grey-text {
  color: gray;
}
.collapsable {
  transition: 0.5s linear all;
  overflow: hidden;
}
.fadable {
  transition: 0s linear all;
}
.fadable.ng-hide-remove {
  opacity: 0;
  display: block !important;
  transition: 0.5s linear all;
}
.fadable.ng-hide-remove.ng-hide-remove-active {
  opacity: .5;
}
.fadable.ng-hide-add {
  opacity: .5;
  display: block !important;
  transition: 0.5s linear all;
}
.fadable.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}
.pre-waypoint {
  opacity: 0;
}
.scroll-top {
  position: fixed;
  bottom: 15%;
  right: -45px;
  opacity: 0;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 10;
  transition: opacity .5s, right .5s;
}
.scroll-top.scroll-top-active {
  right: 0;
  opacity: .4;
  transition: opacity .75s, right .5s;
}
.scroll-top.scroll-top-active:hover,
.scroll-top.scroll-top-active:focus {
  color: #fff;
  background-color: #000;
  border-color: #333;
  opacity: .4;
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-left,
.slick-active .slick-fade-left {
  opacity: 1;
  -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeRight {
  0% {
    opacity: 0;
    -o-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-right {
  opacity: 1;
  -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeTop {
  0% {
    opacity: 0;
    -o-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-top {
  opacity: 1;
  -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-bottom,
.slick-active .slick-fade-bottom {
  opacity: 1;
  -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  opacity: 1;
  -webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767px) {
  .scroll-top {
    bottom: 20%;
  }
}
.margin-top-05 {
  margin-top: 0.5em;
}
.margin-top-10 {
  margin-top: 1.0em;
}
.margin-top-15 {
  margin-top: 1.5em;
}
.margin-top-20 {
  margin-top: 2.0em;
}
.margin-top-25 {
  margin-top: 2.5em;
}
.margin-top-30 {
  margin-top: 3.0em;
}
.margin-top-35 {
  margin-top: 3.5em;
}
.margin-top-40 {
  margin-top: 4.0em;
}
.margin-top-45 {
  margin-top: 4.5em;
}
.margin-top-50 {
  margin-top: 5.0em;
}
.margin-top-55 {
  margin-top: 5.5em;
}
.margin-top-60 {
  margin-top: 6.0em;
}
.margin-top-65 {
  margin-top: 6.5em;
}
.margin-top-70 {
  margin-top: 7.0em;
}
.margin-left-10 {
  margin-left: 1.0em;
}
.btn {
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
}
.btn.themed {
  border-color: #ccc;
  color: #ccc;
}
.btn.btn-shadow {
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
}
.btn.btn-animated {
  border-color: #3155a4;
  color: #3155a4;
  font-weight: 600;
}
.btn.btn-animated:after {
  font-family: FontAwesome;
}
.btn.btn-shadow {
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
}
.btn .btn-lg {
  font-size: 20px;
}
.btn.default {
  border-color: #fff;
  color: #fff;
}
.btn.default:hover {
  background: rgba(255, 255, 255, 0.2);
}
.is-not-mobile .btn.btn-animated {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.is-not-mobile .btn.btn-animated:after {
  content: '\F105';
  font-size: 1.5em;
  line-height: .8em;
  margin-left: -1em;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.is-not-mobile .btn.btn-animated:hover {
  background: rgba(0, 0, 0, 0.05);
  padding-right: 2em;
  border-color: transparent;
}
.is-not-mobile .btn.btn-animated:hover:after {
  opacity: 1;
  margin-left: 0.5em;
}
.is-not-mobile .btn.default {
  color: #fff;
  border-color: #fff;
}
.is-not-mobile .btn.default:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .btn.default {
    display: inherit !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 0.3em 1em;
  }
}
.cms.cms-highlight {
  background-color: lightblue;
}
.cms.cms-always-highlight {
  background-color: lightblue;
  width: 20px;
  height: 16px;
}
.cms-slot.cms-highlight {
  border: 3px dashed mediumpurple;
}
.cms-slot.cms-always-highlight {
  background-color: mediumpurple;
  width: 20px;
  height: 16px;
}
.cms-image.cms-highlight {
  border: 3px dashed orange;
}
.cms-image.cms-always-highlight {
  background-color: orange;
  width: 20px;
  height: 16px;
}
.cms-background-image.cms-highlight {
  border: 5px dashed orange;
}
.cms-background-image.cms-always-highlight {
  background-color: orange;
  width: 20px;
  height: 16px;
}
.cms-video.cms-highlight {
  border: 3px dashed #40826D;
}
.cms-video.cms-always-highlight {
  background-color: #40826D;
  width: 20px;
  height: 16px;
}
.session.session-header {
  font-weight: bold;
}
.pill-shape {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-right: 10px;
}
.inline-block {
  display: inline-block;
}
.form-control.inline-block {
  display: inline-block;
}
.form-control.width-80 {
  width: 80%;
}
.width-80 {
  width: 80%;
}
.show-more {
  font-family: FontAwesome;
}
.show-more:after {
  content: '\F142';
}
.img-history {
  max-width: 90px;
}
#rights,
#locales,
#system-emails,
#campaign-emails {
  min-height: 500px;
}
#rights .alternate,
#locales .alternate,
#system-emails .alternate,
#campaign-emails .alternate {
  background-color: #f9f9f9;
}
#rights .activerow,
#locales .activerow,
#system-emails .activerow,
#campaign-emails .activerow {
  background-color: #d9edf7 !important;
}
#rights .panel-body,
#locales .panel-body,
#system-emails .panel-body,
#campaign-emails .panel-body {
  border: 1px solid black;
  border-radius: 3px;
  padding: 0 15px;
}
#rights .border-display,
#locales .border-display,
#system-emails .border-display,
#campaign-emails .border-display {
  border: 1px solid black;
  border-radius: 3px;
  padding: 0 15px;
}
#rights .valign-text,
#locales .valign-text,
#system-emails .valign-text,
#campaign-emails .valign-text {
  padding-top: 8px;
  padding-bottom: 8px;
}
#rights .nav,
#locales .nav,
#system-emails .nav,
#campaign-emails .nav {
  display: block;
}
#rights .nav.nav-tabs,
#locales .nav.nav-tabs,
#system-emails .nav.nav-tabs,
#campaign-emails .nav.nav-tabs {
  float: none;
}
#rights .tab-border,
#locales .tab-border,
#system-emails .tab-border,
#campaign-emails .tab-border {
  border: 1px solid #ddd;
}
#rights .tab-pane,
#locales .tab-pane,
#system-emails .tab-pane,
#campaign-emails .tab-pane {
  padding: 2%;
}
#rights .email-header,
#locales .email-header,
#system-emails .email-header,
#campaign-emails .email-header {
  color: #fff;
  border-color: #4cae4c;
  background-color: #5cb85c;
}
#rights li,
#locales li,
#system-emails li,
#campaign-emails li {
  display: block;
}
#rights .translation-pending,
#locales .translation-pending,
#system-emails .translation-pending,
#campaign-emails .translation-pending {
  background-color: rgba(252, 230, 176, 0.4);
}
#view-recipe ul li {
  display: block;
}
#view-recipe ol {
  list-style-type: decimal;
}
.in-session-icon {
  float: right;
}
.stat-percentage {
  float: right;
}
.cms-editor-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
}
.cms-editor {
  color: #fff;
  background-color: #336ca6;
}
.cms-footer {
  color: white;
}
.cms-footer.navbar {
  background-color: #336ca6;
  z-index: 10000;
}
.cms-footer a {
  color: #fff;
  padding: 0;
  display: inline;
}
.cms-footer a:hover,
.cms-footer a:focus {
  color: #e6e6e6;
}
.cms-height-accordion {
  height: 20px;
}
.cms-height-accordion span {
  color: #000000;
}
.cms-height-button {
  height: 43px;
}
.cms-current-session {
  height: 43px;
  border-radius: 4px;
}
.cms-collapser {
  color: #CCCCCC;
  bottom: 35px;
  right: 50px;
  position: fixed;
  z-index: 10001;
  background-color: #336ca6;
  -webkit-transition: opacity .5s, bottom .5s;
  -moz-transition: opacity .5s, bottom .5s;
  -o-transition: opacity .5s, bottom .5s;
  transition: opacity .5s, bottom .5s;
}
.cms-collapser.collapsed {
  opacity: .5;
  bottom: 5px;
}
.cms-collapser-horizontal {
  color: #CCCCCC;
  top: 5px;
  left: 208px;
  position: fixed;
  z-index: 10001;
  background-color: #336ca6;
  -webkit-transition: opacity .5s, left .5s;
  -moz-transition: opacity .5s, left .5s;
  -o-transition: opacity .5s, left .5s;
  transition: opacity .5s, left .5s;
}
.cms-collapser-horizontal.collapsed {
  opacity: .5;
  left: 5px;
}
.cursor-pointer {
  cursor: pointer;
}
.hidden-cms {
  display: none !important;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  transition: all linear 0.5s;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
.footer-container {
  max-width: 1170px !important;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans Condensed", sans-serif;
  font-weight: 300;
}
.footer-container .unauth {
  text-decoration: underline;
  font-size: 10px !important;
}
.footer-container.bottom-footer {
  max-width: 90vw;
}
.footer-container.bottom-footer ul {
  margin: 0px !important;
}
.footer-container a {
  color: #fff;
  text-decoration: none;
}
.footer-container a.black {
  color: black !important;
  border-color: black;
}
.footer-container #korea-social-container li {
  padding-left: 11px;
}
.footer-container #korea-social-container li a {
  color: black !important;
}
.footer-container #korea-social-container .korea-social {
  margin-bottom: 10px;
}
.footer-container #korea-social-container .korea-social .fa.fa-facebook {
  padding-right: 10px;
}
.footer-container #korea-social-container .korea-social:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-container #korea-social-container .korea-social.korea-info {
  width: 181px;
}
.footer-container #korea-social-container .kakao-social {
  padding-right: 0;
  padding-left: 0;
}
.jnslogo {
  width: 70%;
}
.jnslogo a:hover {
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}
.jn-info {
  font-size: 13px;
  padding-top: 10px;
  font-weight: 100 !important;
}
.affiliates a:hover {
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}
.affiliates li {
  width: 24%;
  padding-right: 10px;
}
.affiliates .dsa-coe {
  width: 80%;
}
.btn.default {
  padding: 5px 15px !important;
  font-size: 16px !important;
}
.btn.default:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.btn.btn-animated:after {
  display: none !important;
}
.social {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.66);
  margin: 0 3px;
}
.social a {
  color: #fff;
  display: inline-block;
  padding-left: 31%;
  padding-top: 18%;
}
.social a:hover {
  color: #fff;
}
span .korea-text {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', 'Open Sans', sans-serif;
}
.youtube-play a {
  padding-left: 28% !important;
}
.youtube-play:hover {
  background-color: #a8240f;
}
.facebook a {
  padding-left: 35% !important;
  padding-top: 20%;
}
.facebook:hover {
  background-color: #314a83;
}
.twitter:hover {
  background-color: #0092cc;
}
.instagram:hover {
  background-color: #517fa4;
}
.google-plus:hover {
  background-color: #df4a32;
}
.linked-in:hover {
  background-color: #0077B5;
}
.pinterest:hover {
  background-color: #BD2126;
}
#main-footer {
  background-color: rgba(0, 0, 0, 0.04);
}
#main-footer .footer-widget h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 100;
  font-size: 15px;
}
.affiliate-logo {
  max-width: 90%;
  width: 90%;
  margin-bottom: 5px;
}
.affiliate-logo2 {
  width: 28% !important;
  padding-right: 0px !important;
}
#footer-widgets {
  padding: 6% 0 0;
  width: 20% !important;
}
#footer-widgets .footer-widget li {
  padding-left: 14px;
  position: relative;
}
#footer-widgets .footer-widget li:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}
#footer-widgets .footer-widget li a {
  color: #fff;
  text-decoration: none;
}
#footer-widgets .footer-widget li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget {
  color: rgba(0, 0, 0, 0.66);
  font-size: 0.75em;
}
.footer-widget .fwidget:last-child {
  margin-bottom: 0 !important;
}
.bottom-nav {
  text-align: center;
}
.bottom-nav li {
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}
.bottom-nav a {
  color: rgba(0, 0, 0, 0.66) !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 1vw;
}
.bottom-nav a:hover {
  color: #40b4e5 !important;
}
.bottom-nav a:active {
  border-bottom: 0.5vh solid rgba(64, 180, 229, 0.6) !important;
}
#footer-bottom {
  padding: 15px 0 5px;
  background-color: rgba(0, 0, 0, 0);
  height: 55px;
}
.footer-nav {
  background-color: #fff;
  height: auto;
  text-align: center;
  border-top: 1px solid rgba(215, 238, 238, 0.99);
  padding: 20px;
  border-bottom: 1px solid rgba(215, 238, 238, 0.99);
}
.affiliates ul,
.connect ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.affiliates ul.korea,
.connect ul.korea {
  padding-left: 10px;
  flex-direction: column;
}
.affiliates ul.korea li,
.connect ul.korea li {
  padding-bottom: 5px;
}
.affiliates ul.korea li:last-child,
.connect ul.korea li:last-child {
  padding-bottom: 0;
}
.affiliates ul.korea .social,
.connect ul.korea .social {
  width: auto;
}
.affiliates ul.korea .social a,
.connect ul.korea .social a {
  padding: 0;
}
.affiliates ul.korea .fa.fa-facebook:before,
.connect ul.korea .fa.fa-facebook:before {
  padding-right: 10px;
}
.is-not-mobile .btn.default {
  color: rgba(0, 0, 0, 0.66);
  border-color: rgba(0, 0, 0, 0.66);
}
.footer-subtext {
  color: rgba(0, 0, 0, 0.66);
  font-size: 1.4em !important;
  font-weight: 600 !important;
}
/*p + p {
    padding: 0px !important
}*/
@media (min-width: 1200px) {
  .bottom-footer {
    width: 71vw;
  }
}
@media (max-width: 987px) {
  .kakao-social {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    height: auto;
  }
  .footer-container.bottom-footer {
    width: 320px;
    color: rgba(255, 255, 255, 0.2);
    padding: 1vh 1vw 0.5vh !important;
    white-space: nowrap;
    font-size: 0.05em;
    font-weight: 400;
  }
  .footer-container .btn:active {
    font-size: 16px;
    padding: 7px 20px;
  }
  .jnslogo {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .jn-info {
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.66) !important;
    line-height: 1.5em !important;
    font-weight: 100 !important;
  }
  .jn-info p {
    font-size: 13px !important;
    line-height: 1.5em;
    padding: 0px !important;
    margin: 0px !important;
  }
  .footer-widget {
    padding: 0;
  }
  .footer-widget p {
    padding-top: 20px;
  }
  .footer-widget p + p {
    padding-top: 0;
  }
  .footer-widget p:last-child {
    padding-bottom: 20px;
  }
  .bottom-nav {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 !important;
  }
  .bottom-nav li {
    padding: 10px 22px 10px 0;
  }
}
.header {
  background-color: #444444;
  height: 35px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.header .container {
  padding: 0 10px;
}
.header .expo-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  top: -2px;
}
span.light-blue {
  color: #40b4e5;
}
span.give-cursor {
  cursor: pointer;
}
span.dark-blue {
  color: #1767b3;
}
span.repsite-name {
  text-transform: capitalize;
}
span.spacing {
  padding-left: 26px;
}
span.tp {
  padding-top: 10px;
}
span.rep-padding {
  padding-right: 15px;
}
.mobile-header {
  height: 63px;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.99);
}
.mobile-header .header1 {
  background-color: white;
  padding: 4px;
  text-align: center;
}
.mobile-header .header1 a {
  color: black;
}
.mobile-header .m-header {
  line-height: 36px;
}
.mobile-header .btn-blue {
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  letter-spacing: .25em;
  background-color: #1767B3;
  font-size: .75em;
  font-weight: 600;
  padding: 1em 2em;
  text-align: center;
  border: 2px #1767B3 solid;
  transition: all 0.2s linear;
  cursor: pointer;
}
.mobile-header .btn-blue:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #1767B3;
  text-align: center;
  mix-blend-mode: normal;
  border: 2px #1767B3 solid;
  transition: all 0.2s linear;
}
.mobile-header .repsite-menu-container a {
  text-decoration: none;
}
.mobile-header .mobile-repsite-menu {
  background-color: rgba(245, 245, 245, 0.99);
}
.mobile-header .mobile-repsite-menu li {
  text-transform: capitalize !important;
}
.mobile-header .mobile-repsite-menu li.give-cursor {
  cursor: pointer;
}
.mobile-header .mobile-repsite-menu li.precentedBy .sponsor-text {
  font-size: 125%;
}
.mobile-header .mobile-repsite-menu li .spacing {
  padding-left: 26px;
}
.mobile-header .toCapCase {
  text-transform: capitalize;
}
.mobile-header .left-menu {
  padding-top: 7px;
  padding-left: 4px;
}
.mobile-header .left-menu a {
  color: black;
}
.mobile-header .left-menu i {
  color: black;
}
.mobile-header .right-menu {
  padding-top: 7px;
}
.mobile-header .right-menu ul {
  margin-right: 25px;
  padding-left: unset !important;
}
.mobile-header .right-menu ul li {
  display: inline;
  padding: 7px;
}
.mobile-header .right-menu ul li a {
  color: rgba(0, 0, 0, 0.66);
}
.mobile-header .right-menu ul li i {
  color: #545454;
  font-size: 24px;
}
.header-2 {
  background-color: rgba(245, 245, 245, 0.99);
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
}
.header-2 .header1 {
  text-align: center;
  background-color: white;
}
.header-2 .header1 a {
  color: black;
}
.header-2 .container {
  padding: 0 10px;
}
#header-nav-2 {
  overflow: hidden;
  /* The Magic */
}
#header-nav-2 .sign-in-link {
  text-decoration: none;
  color: #777;
  margin-left: 25px;
}
#header-nav-2 .repsite-menu-dd {
  display: flex;
  flex-direction: column;
}
#header-nav-2 .repsite-menu-dd .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-nav-2 .repsite-menu-dd .item.add-border {
  border-bottom: .5px solid;
  border-color: lightgrey;
}
#header-nav-2 .repsite-menu-dd .item i {
  margin-right: 10px;
}
#header-nav-2 .repsite-menu-dd .item.cp {
  padding-left: 15px;
  padding-right: 15px;
}
#header-nav-2 .repsite-menu-dd .item.pull-left {
  padding-left: 30px;
}
#header-nav-2 .repsite-menu-dd .item.text-center .btn-blue {
  width: 100%;
}
#header-nav-2 .market-menu-list li.tp {
  padding-top: 20px;
}
#header-nav-2 .market-menu-list a {
  color: rgba(0, 0, 0, 0.66);
}
#header-nav-2 .sign-out {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-nav-2 .sign-out a {
  color: rgba(0, 0, 0, 0.66);
}
#header-nav-2 .join-family-btn a {
  padding: unset !important;
}
#header-nav-2 li.accordion-item.dropper::after {
  opacity: 1;
  top: 1px;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  right: 0px;
}
#header-nav-2 li.accordion-item.dropper::after {
  opacity: 0;
  top: -3px;
  font-size: 10px;
  right: 3px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 800;
  content: "\F078";
}
#header-nav-2 .join-fam:hover span.dropper::after {
  opacity: 1;
  top: 0px;
  /*transition: all 0.2s ease-in-out;*/
  font-size: 12px;
  position: absolute;
  right: 0;
}
#header-nav-2 .accordion-item.language-item:hover span.dropper::after {
  opacity: 1;
  top: 7px;
  /*transition: all 0.2s ease-in-out;*/
  font-size: 12px;
  right: 95px;
}
#header-nav-2 .accordion-item.sign-in-item:hover span.dropper::after {
  opacity: 1;
  top: 7px;
  /*transition: all 0.2s ease-in-out;*/
  font-size: 12px;
  right: 0px;
}
#header-nav-2 .join-fam span.dropper::after,
#header-nav-2 .accordion-item.language-item span.dropper::after,
#header-nav-2 .accordion-item.sign-in-item span.dropper::after {
  opacity: 0;
  top: -3px;
  right: 3px;
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 800;
  content: "\F078";
}
#header-nav-2 .accordion:hover .accordion-item:hover .accordion-item-content.sign-in-menu,
#header-nav-2 .accordion .accordion-item--default .accordion-item-content.sign-in-menu {
  height: auto;
  border-top: 2px solid #40b4e5;
  display: block;
}
#header-nav-2 .accordion:hover .accordion-item:hover .accordion-item-content.language-menu,
#header-nav-2 .accordion .accordion-item--default .accordion-item-content.language-menu {
  height: auto;
  border-top: 2px solid #40b4e5;
  display: block;
}
#header-nav-2 .accordion:hover .accordion-item:hover .accordion-item-content.rep-menu,
#header-nav-2 .accordion .accordion-item--default .accordion-item-content.rep-menu {
  height: auto;
  border-top: 2px solid #40b4e5;
  display: block;
}
#header-nav-2 .accordion-item-content,
#header-nav-2 .accordion:hover .accordion-item-content {
  height: 0px;
  overflow: hidden;
  display: none;
}
#header-nav-2 .accordion-item-content.test-item,
#header-nav-2 .accordion:hover .accordion-item-content.test-item {
  height: 380px;
  display: block;
}
#header-nav-2 .rep-menu {
  display: flex;
  flex-direction: column;
}
#header-nav-2 .link-container {
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
}
#header-nav-2 .sign-in-link-item {
  margin: unset !important;
  padding: unset !important;
  flex-grow: 1;
}
#header-nav-2 .sign-in-link-item.reset-flex {
  flex-grow: 0;
  padding: 15px !important;
}
#header-nav-2 .sign-in-link-item.add-margin {
  margin-left: 15px !important;
}
#header-nav-2 .sign-in-link-item.jkids-item div.media-container-c img {
  height: 2vh;
}
#header-nav-2 .sign-in-link-item a {
  color: black;
}
#header-nav-2 .sign-in-link-item i {
  color: black;
}
#header-nav-2 .top-border-color {
  border-top: 2px solid #40b4e5;
}
#header-nav-2 .btn-blue {
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  letter-spacing: .25em;
  background-color: #1767B3;
  font-size: .75em;
  font-weight: 600;
  padding: 1em 2em;
  text-align: center;
  border: 2px #1767B3 solid;
  transition: all 0.2s linear;
  cursor: pointer;
}
#header-nav-2 .btn-blue:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #1767B3;
  text-align: center;
  mix-blend-mode: normal;
  border: 2px #1767B3 solid;
  transition: all 0.2s linear;
}
#header-nav-2 .accordion-item.sign-in-item {
  margin-left: 25px;
}
#header-nav-2 .accordion-item.language-item {
  margin-left: 25px;
}
#header-nav-2 .accordion-item-content {
  background-color: rgba(245, 245, 245, 0.99);
  width: 220px;
  position: absolute;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  /*&.language-menu {
            display: none;
        }*/
}
#header-nav-2 .accordion-item-content.language-menu {
  display: none;
  right: 95px;
}
#header-nav-2 .accordion-item-content.sign-in-menu {
  /*left: 58vw;*/
  right: 0;
}
#header-nav-2 .accordion-item-content ul {
  padding: unset !important;
}
#header-nav-2 .accordion-item-content ul li {
  display: block;
}
#header-nav-2 .accordion-item-content ul li .country-text {
  padding-bottom: 5px;
  font-size: 1.4em;
}
#header-nav-2 .accordion-item-content ul li .country-selected-Langage {
  font-weight: 700;
  font-size: 1.2em;
}
#header-nav-2 .accordion-item-content ul li.give-cursor {
  cursor: pointer;
}
#header-nav-2 .accordion-item-content ul li i {
  padding-right: 6px;
}
#header-nav-2 .accordion-item-content ul li a {
  line-height: 1.5em;
  height: auto;
  padding: 10px 15px;
  border-left: 5px solid rgba(64, 180, 229, 0);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#header-nav-2 .header-icon-right {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  margin-top: 8px !important;
  list-style-type: none;
}
#header-nav-2 a.header-link {
  text-transform: unset !important;
}
#header-nav-2 .font-color-black {
  color: rgba(0, 0, 0, 0.66);
}
#header-nav-2 .toCapCase {
  text-transform: capitalize;
}
#header-nav-2 hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#header-nav-2 .sub-menu-2-container {
  background-color: rgba(245, 245, 245, 0.99);
  border-top: 2px solid #40b4e5;
  width: 200px;
  position: absolute;
  display: none;
  padding-top: 5px;
  text-align: center;
}
#header-nav-2 .sub-menu-2-container ul {
  padding: unset !important;
}
#header-nav-2 .sub-menu-2-container li {
  display: block;
}
#header-nav-2 .sub-menu-2-container li.give-cursor {
  cursor: pointer;
}
#header-nav-2 .sub-menu-2-container li i {
  padding-right: 6px;
}
#header-nav-2 .sub-menu-2-container li a {
  line-height: 1.5em;
  height: auto;
  padding: 10px 15px;
  border-left: 5px solid rgba(64, 180, 229, 0);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#header-nav-2 li:hover .sub-menu-2-container {
  display: block;
}
#header-nav-2 span.custom-font {
  font-size: 12px !important;
}
#header-nav-2 span.sponsor-text {
  font-size: 125%;
}
#header-nav-2 span.spacing {
  padding-left: 26px;
}
#header-nav-2 span.repsite-name {
  text-transform: capitalize;
}
#header-nav-2 span.light-blue {
  color: #40b4e5;
}
#header-nav-2 span.rep-link-container {
  position: relative;
}
#header-nav-2 span.dark-blue {
  color: #1767b3;
}
#header-nav-2 .join-fam {
  color: rgba(0, 0, 0, 0.66);
}
#header-nav-2 .social-header-list,
#header-nav-2 .header-list {
  color: rgba(0, 0, 0, 0.66);
  font-size: 12px;
  margin-top: 8px;
  width: 860px;
  padding: 0;
  /*li:hover .sub-menu-container {
            display: block;
        }*/
}
#header-nav-2 .social-header-list.join-fam-ul,
#header-nav-2 .header-list.join-fam-ul {
  width: 100%;
}
#header-nav-2 .social-header-list .sub-menu-container,
#header-nav-2 .header-list .sub-menu-container {
  background-color: rgba(245, 245, 245, 0.99);
  border-top: 2px solid #40b4e5;
  width: 200px;
  position: absolute;
  display: none;
  padding: 5px;
}
#header-nav-2 .social-header-list .sub-menu-container ul.sub-menu,
#header-nav-2 .header-list .sub-menu-container ul.sub-menu {
  padding-left: unset !important;
}
#header-nav-2 .social-header-list .sub-menu-container ul li,
#header-nav-2 .header-list .sub-menu-container ul li {
  display: block;
}
#header-nav-2 .social-header-list .sub-menu-container ul li.give-cursor,
#header-nav-2 .header-list .sub-menu-container ul li.give-cursor {
  cursor: pointer;
}
#header-nav-2 .social-header-list .sub-menu-container ul li i,
#header-nav-2 .header-list .sub-menu-container ul li i {
  padding-right: 6px;
}
#header-nav-2 .social-header-list .sub-menu-container ul li a,
#header-nav-2 .header-list .sub-menu-container ul li a {
  line-height: 1.5em;
  height: auto;
  padding: 10px 15px;
  border-left: 5px solid rgba(64, 180, 229, 0);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#header-nav-2 .social-header-list li,
#header-nav-2 .header-list li {
  padding: 0 5px;
}
#header-nav-2 .social-header-list li.outer-menu,
#header-nav-2 .header-list li.outer-menu {
  float: left;
}
#header-nav-2 .social-header-list li a,
#header-nav-2 .header-list li a {
  color: rgba(0, 0, 0, 0.66);
  display: block;
}
#header-nav-2 .social-header-list li.more,
#header-nav-2 .header-list li.more {
  text-align: center;
  width: 3em;
}
#header-nav-2 .social-header-list li.more:hover ul#overflow,
#header-nav-2 .header-list li.more:hover ul#overflow {
  opacity: 1;
  visibility: visible;
  background-color: #444;
}
#header-nav-2 .social-header-list #overflow,
#header-nav-2 .header-list #overflow {
  opacity: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  transition-duration: .3s;
}
#header-nav-2 .social-header-list #overflow li,
#header-nav-2 .header-list #overflow li {
  float: none;
  padding: 5px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #header-nav-2 .accordion-item-content {
    /*&.language-menu {
                left: 69vw;
            }*/
  }
  #header-nav-2 .accordion-item-content.sign-in-menu {
    left: 69vw;
  }
}
#header-nav {
  overflow: hidden;
}
#header-nav .social-header-list,
#header-nav .header-list {
  color: #fff;
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
  width: 860px;
  padding: 0;
}
#header-nav .social-header-list li,
#header-nav .header-list li {
  float: left;
  padding: 0 5px;
}
#header-nav .social-header-list li a,
#header-nav .header-list li a {
  color: #fff;
  display: block;
}
#header-nav .social-header-list li a:hover,
#header-nav .header-list li a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header-nav .social-header-list li.more,
#header-nav .header-list li.more {
  text-align: center;
  width: 3em;
}
#header-nav .social-header-list li.more:hover ul#overflow,
#header-nav .header-list li.more:hover ul#overflow {
  opacity: 1;
  visibility: visible;
  background-color: #444;
}
#header-nav .social-header-list li:last-child,
#header-nav .header-list li:last-child {
  padding-right: 0;
}
#header-nav .social-header-list #overflow,
#header-nav .header-list #overflow {
  opacity: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  transition-duration: .3s;
}
#header-nav .social-header-list #overflow li,
#header-nav .header-list #overflow li {
  float: none;
  padding: 5px;
}
.header-link {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  margin-top: 8px !important;
  list-style-type: none;
}
.header-option {
  padding-left: 5px;
}
a.header-link:hover {
  text-decoration: none !important;
  opacity: 0.7;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-country,
.header-language {
  cursor: pointer;
  margin-bottom: 0;
}
.header-flag {
  margin-top: -2px !important;
  margin-right: 3px;
  width: 15px;
}
.language-dropdown {
  height: 26px;
}
.no-margin {
  margin: 0;
}
a.header-link:hover,
a.header-link:focus {
  text-decoration: none;
  color: #ffffff;
}
.header-cart {
  position: relative;
}
.header-cart.open li ul {
  opacity: 1;
  visibility: visible;
}
.header-cart li {
  font-size: 14px;
}
.header-cart li > a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.header-cart li > a:hover {
  opacity: 0.7;
}
.header-cart li ul {
  background-color: #fff;
  color: #58595b;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: inline;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  padding: 20px;
  right: 0;
  position: absolute;
  visibility: hidden;
  width: 425px;
  transition: visibility 0.1s ease-in-out, opacity 0.25s linear;
  z-index: 999;
}
@media (max-width: 1199px) {
  #header-nav .header-list {
    width: 690px;
  }
}
.wig-action {
  opacity: .52;
  position: relative;
  z-index: 98;
  width: 50px !important;
  top: 10px;
  background-color: transparent;
}
.wig-action:hover {
  opacity: 1;
}
.wig-upload {
  color: blue;
  left: 10px;
}
.wig-select-existing {
  color: aliceblue;
  left: 160px;
}
.wig-publish {
  color: green;
  left: 60px;
}
.wig-cancel {
  color: red;
  left: 110px;
}
.wig-add {
  color: forestgreen;
  left: 210px;
}
.media-container {
  position: relative;
}
.media-container.cms-video.fullscreen {
  width: 100%;
}
.media-container img {
  max-width: 100%;
}
.full-screen-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.full-screen-video video {
  position: absolute !important;
  top: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
  right: -100% !important;
  margin: auto !important;
  width: 178vh !important;
  min-height: 100vh !important;
  min-width: 100vw !important;
  height: 56.25vw !important;
}
.video-overlay {
  position: absolute;
  z-index: 50;
  color: #fff;
  text-align: center;
  display: inline;
  width: 100%;
  height: 100%;
  display: table;
}
.video-overlay > div {
  display: table-cell;
  vertical-align: middle;
}
.video-upload {
  height: 300px;
  max-width: 100%;
}
.carousel-inner > .item img {
  width: 100%;
}
.carousel-inner > .item .image-small {
  height: 384px;
}
.carousel-inner > .item .image-medium {
  height: 576px;
}
.carousel-inner > .item .image-large {
  height: 768px;
}
.file-preview-icon-container {
  margin-bottom: 10px;
}
.file-preview-icon-container .file-preview-icon {
  width: 90px;
  height: 90px;
  cursor: pointer;
}
.file-preview-icon-container .file-preview-icon:hover {
  border-style: outset;
  border-width: 5px;
  border-color: gray;
}
.existing-files-menu-container {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
.existing-files-container {
  max-height: 300px;
  overflow-y: scroll;
}
.upload-in-progress {
  position: absolute;
  background: black;
  color: white;
  left: 10px;
  top: 100px;
  text-align: center;
}
.flowplayer {
  display: block;
}
.media-controls-container {
  height: 0;
  text-align: left;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .video-overlay .overlay-image-container {
    width: 45vh;
  }
}
.navbar {
  background-color: #fff;
  border: none;
  z-index: 1;
}
.nav {
  float: none;
  display: inline-block;
}
.nav-menu {
  text-align: center;
}
.nav-menu-header {
  text-transform: capitalize;
}
.navbar-nav > li > a {
  cursor: pointer;
}
.header-logo {
  padding: 10px 0;
  height: auto;
  width: 80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-menu {
  margin-top: 33px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
}
.menu-wrapper {
  position: sticky;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  top: 56px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  height: 60px;
  -webkit-transition: height .4s ease;
  -moz-transition: height .4s ease;
  transition: height 0.4s ease, background-color 0.4s ease-in-out;
}
.menu-wrapper .menu-options-container {
  z-index: 51;
}
.menu-wrapper .menu-options-container:after {
  clear: both;
}
.menu-wrapper.menu-wrapper-full {
  height: 90px;
  background-color: #ffffff;
}
.menu-wrapper.menu-wrapper-full #retail-login,
.menu-wrapper.menu-wrapper-full nav {
  padding-top: 33px;
}
.menu-wrapper.menu-wrapper-full #retail-login > ul > li > a,
.menu-wrapper.menu-wrapper-full nav > ul > li > a {
  padding-bottom: 33px;
}
.menu-wrapper.menu-wrapper-full .header-logo {
  width: 165px;
}
.menu-wrapper.menu-wrapper-full .main-menu {
  margin-top: 33px;
}
.menu-wrapper.menu-wrapper-full .menu-dropdown {
  height: 53px;
}
.menu-wrapper #retail-login,
.menu-wrapper nav {
  padding-top: 15px;
  transition: padding-top 0.4s ease;
}
.menu-wrapper #retail-login > ul > li > a,
.menu-wrapper nav > ul > li > a {
  padding-bottom: 26px;
}
li {
  list-style: none;
}
.mobile-account-menu {
  background-color: rgba(245, 245, 245, 0.99);
}
.mobile-account-menu hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobile-account-menu .btn-blue {
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  letter-spacing: .25em;
  background-color: #1767B3;
  font-size: .75em;
  font-weight: 600;
  padding: 1em 2em;
  text-align: center;
  border: 2px #1767B3 solid;
  transition: all 0.2s linear;
  cursor: pointer;
}
.mobile-account-menu li {
  text-transform: capitalize;
}
.mobile-account-menu .link-container {
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
}
.mobile-account-menu .sign-in-link-item {
  margin: unset !important;
  padding: unset !important;
  flex-grow: 1;
}
.mobile-account-menu .sign-in-link-item a {
  color: black;
}
.mobile-account-menu .sign-in-link-item i {
  color: black;
}
.mobile-product-menu .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-product-menu .menu-container .product-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-product-menu .menu-container .header-text {
  font-weight: 200;
  padding-top: 20px;
  color: #1767b3;
  text-transform: capitalize;
  font-size: 1.5em;
}
.mobile-product-menu .menu-container .basic-options-style {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-product-menu .menu-container .basic-options-style a {
  color: #1767b3 !important;
}
.mobile-product-menu .menu-container .basic-options-style.jkids-color a {
  color: #c31a81 !important;
}
.mobile-product-menu .menu-container .basic-options-style span.bo i {
  color: #1767b3 !important;
}
.mobile-product-menu .menu-container .basic-options-style i {
  color: #1767b3 !important;
  font-size: 7px;
  text-align: center;
}
.mobile-product-menu .flex-item {
  flex-grow: 1;
}
.mobile-product-menu .look-young,
.mobile-product-menu .feel-young,
.mobile-product-menu .live-young {
  max-width: calc(100% - 1vh) !important;
  width: calc(100% - 1vh) !important;
  margin-top: 1vh;
  display: inline-grid !important;
}
.mobile-product-menu .look-young a,
.mobile-product-menu .feel-young a,
.mobile-product-menu .live-young a {
  text-indent: 0px;
  height: auto;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #585858;
  background: #ffffff !important;
  z-index: 5;
  margin: auto;
  width: auto !important;
  display: inline-block;
  font-size: 1em;
  padding: 0 2em 0 2.5em !important;
  max-width: 300px;
}
.mobile-product-menu .feel-young:after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  position: relative;
  top: -9px;
}
.mobile-product-menu .look-young:after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  position: relative;
  top: -9px;
}
.mobile-product-menu .live-young:after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  position: relative;
  top: -9px;
}
.mobile-menu-style {
  margin-right: unset;
  background-color: rgba(245, 245, 245, 0.99);
}
.mobile-menu-style .text-center-ip {
  text-align: center !important;
}
.mobile-menu-style span.dark-blue {
  color: #1767b3;
}
.mobile-menu-style hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-menu-style li {
  padding: unset !important;
}
.mobile-menu-style li.current-country .country-text {
  padding-bottom: 5px;
  font-size: 1.4em;
  margin-left: 30%;
}
.mobile-menu-style li.current-country .country-selected-language {
  font-weight: 700;
  font-size: 1.2em;
  margin-left: 40%;
}
.mobile-menu-style li a {
  border-bottom: unset !important;
}
.add-gradient {
  color: gray;
}
nav .hover-effect-img {
  z-index: -1;
}
nav .hover-effect-img.rp {
  padding-left: unset !important;
  padding-right: unset !important;
}
nav .menu-item {
  overflow: hidden;
}
nav .hover-effect:hover {
  transform: scale(1.1);
}
nav a {
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
nav a.text-over-image {
  z-index: 9999;
  color: white;
  margin-top: -41px;
}
nav a:hover {
  text-decoration: none;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
  line-height: 1em;
}
nav li.open ul {
  visibility: visible;
  opacity: 1;
}
nav li li a {
  padding: 6px 20px;
  width: 100%;
  max-width: 200px;
  display: block;
}
nav li ul {
  background: #fff;
  border-top: 3px solid;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  display: inline;
  display: flex;
  z-index: 999;
  justify-content: flex-start;
  visibility: hidden;
  opacity: 0;
  max-height: 85vh;
  -webkit-transition: visibility 0.1s, opacity .25s linear;
  -moz-transition: visibility 0.1s, opacity .25s linear;
  -o-transition: visibility 0.1s, opacity .25s linear;
  transition: visibility 0.1s, opacity .25s linear;
}
nav li ul.sub-menu2 {
  flex-wrap: wrap;
  overflow: hidden;
  padding: 10px 10px 5px;
  position: absolute;
  right: 0;
  justify-content: center;
}
nav li ul.sub-menu2.custom-width {
  width: 50vw;
}
nav li ul.sub-menu2 li a {
  width: unset !important;
  max-width: unset !important;
}
nav li ul.sub-menu2 .top-menu-clear {
  clear: both;
  min-width: 100%;
  height: 0px !important;
  min-height: 0px !important;
  padding: 0.5vh !important;
  border-top: 2px solid #40b4e5;
  margin-bottom: -0.5vh !important;
}
nav li ul.sub-menu2 .look-young,
nav li ul.sub-menu2 .feel-young,
nav li ul.sub-menu2 .live-young {
  max-width: calc(100% - 1vh) !important;
  width: calc(100% - 1vh) !important;
  margin-top: 1vh;
  display: inline-grid !important;
}
nav li ul.sub-menu2 .look-young a,
nav li ul.sub-menu2 .feel-young a,
nav li ul.sub-menu2 .live-young a {
  text-indent: 0px;
  height: auto;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #585858;
  background: #ffffff !important;
  z-index: 5;
  margin: auto;
  width: auto !important;
  display: inline-block;
  font-size: 1em;
  padding: 0 2em 0 2.5em !important;
  max-width: 300px;
}
nav li ul.sub-menu2 .feel-young:after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  position: relative;
  top: -9px;
}
nav li ul.sub-menu2 .look-young:after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  position: relative;
  top: -9px;
}
nav li ul.sub-menu2 .live-young:after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  position: relative;
  top: -9px;
}
nav li ul.sub-menu2 .menu-item,
nav li ul.sub-menu2 .small-link {
  margin: unset !important;
  font-weight: 500;
  width: 16%;
  text-transform: capitalize;
}
nav li ul.sub-menu2 .menu-item a:hover,
nav li ul.sub-menu2 .small-link a:hover {
  padding: 6px 2px;
  background-color: rgba(64, 180, 229, 0.2) !important;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
nav li ul.sub-menu2 .menu-item.shopall-link,
nav li ul.sub-menu2 .small-link.shopall-link {
  text-transform: uppercase;
  font-weight: 700;
}
nav li ul.sub-menu2 .menu-item.shopall-link a,
nav li ul.sub-menu2 .small-link.shopall-link a {
  color: #1767B3;
}
nav li ul.sub-menu2 .menu-item.jeunessekids-link a,
nav li ul.sub-menu2 .small-link.jeunessekids-link a {
  color: #c31a81 !important;
  font-weight: 700;
}
nav li ul.sub-menu2 .menu-item.yessystem-item,
nav li ul.sub-menu2 .small-link.yessystem-item {
  width: 37%;
}
nav li ul.sub-menu {
  flex-wrap: wrap;
  overflow: hidden;
  padding: 10px 10px 5px;
  position: absolute;
  right: 0;
  max-width: 780px;
}
nav li ul.sub-menu.product-menu .menu-item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
nav li ul.sub-menu .top-menu-clear {
  clear: both;
  min-width: 100%;
  height: 0px !important;
  min-height: 0px !important;
  padding: 0.5vh !important;
  border-top: 2px solid #40b4e5;
  margin-bottom: -0.5vh !important;
}
nav li ul .menu-item,
nav li ul .small-link {
  margin: 0 5px;
  font-weight: 500;
  width: 180px;
}
nav li ul .menu-item.custom-width,
nav li ul .small-link.custom-width {
  width: 300px;
}
nav li ul .menu-item a,
nav li ul .small-link a {
  padding: 6px 2px;
}
nav li ul .menu-item {
  margin-bottom: 0.5vh;
  padding-top: 0.5vh;
}
nav li ul .menu-item a {
  line-height: 1.25em;
}
nav li ul .menu-item a:first-child {
  height: 160px;
  max-height: 13vh;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-position: center center;
  min-height: 100px;
}
nav li ul .menu-item a.luminesce-menu {
  background-color: rgba(97, 180, 228, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.luminesce-menu:hover {
  background-color: rgba(97, 180, 228, 0.1);
}
nav li ul .menu-item a.instantly-ageless-menu {
  background-color: rgba(0, 167, 181, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.instantly-ageless-menu:hover {
  background-color: rgba(0, 167, 181, 0.1);
}
nav li ul .menu-item a.reserve-menu {
  background-color: rgba(0, 167, 181, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.reserve-menu:hover {
  background-color: rgba(94, 37, 105, 0.05);
}
nav li ul .menu-item a.am-pm-essentials-menu {
  background-color: rgba(0, 167, 181, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.am-pm-essentials-menu:hover {
  background-color: rgba(255, 174, 95, 0.1);
}
nav li ul .menu-item a.finiti-menu {
  background-color: rgba(0, 167, 181, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.finiti-menu:hover {
  background-color: rgba(197, 27, 139, 0.05);
}
nav li ul .menu-item a.naara-menu {
  background-color: rgba(0, 167, 181, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.naara-menu:hover {
  background-color: rgba(253, 79, 0, 0.1);
}
nav li ul .menu-item a.m1nd-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.m1nd-menu:hover {
  background-color: rgba(255, 206, 7, 0.1);
}
nav li ul .menu-item a.nevo-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.nevo-menu:hover {
  background-color: rgba(184, 191, 13, 0.1);
}
nav li ul .menu-item a.vidacell-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s ease 0s;
}
nav li ul .menu-item a.vidacell-menu:hover {
  background-color: rgba(255, 212, 0, 0.1);
}
nav li ul .menu-item a.nv-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease 0s;
}
nav li ul .menu-item a.nv-menu:hover {
  background-color: rgba(0, 47, 135, 0.1);
}
nav li ul .menu-item a.zen-bodi-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease 0s;
}
nav li ul .menu-item a.zen-bodi-menu:hover {
  background-color: rgba(222, 30, 55, 0.05);
}
nav li ul .menu-item a.monavie-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease 0s;
}
nav li ul .menu-item a.monavie-menu:hover {
  background-color: rgba(111, 206, 81, 0.1);
}
nav li ul .menu-item a.rvl-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease 0s;
}
nav li ul .menu-item a.rvl-menu:hover {
  background-color: rgba(96, 141, 156, 0.05);
}
nav li ul .menu-item a.revitablu-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease 0s;
}
nav li ul .menu-item a.revitablu-menu:hover {
  background-color: rgba(19, 153, 176, 0.1);
}
nav li ul .menu-item a.fibrotic-menu {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease 0s;
}
nav li ul .menu-item a.fibrotic-menu:hover {
  background-color: rgba(152, 204, 73, 0.1);
}
nav li ul .small-link {
  font-size: 12px;
  text-transform: uppercase;
}
nav .btn-menu {
  padding: 0.7em 10px;
  border: 1px solid #27C9B8;
  background-color: #27C9B8;
  color: #fff;
}
nav .btn-menu:hover {
  background-color: #fff;
  color: #27C9B8;
}
.mobile-menu-nav {
  font-size: 14px;
  float: right;
}
.mobile-menu-nav body {
  background: #18acd1;
  padding: 60px;
}
.mobile-menu-nav h1 {
  color: #bdecf8;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 200;
  margin: 0 0 40px;
  text-align: center;
}
.mobile-menu-nav .nav-list {
  padding-top: 20px;
}
.mobile-menu-nav .nav-list > li {
  padding-left: 15px;
}
.mobile-menu-nav .nav-list > li:first-child {
  padding-left: 0;
}
.mobile-menu-nav a {
  color: #999;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.mobile-menu-nav.open .mobile-menu {
  max-height: 1200px;
}
.mobile-menu-nav.open .market-menu {
  max-height: 600px;
}
.mobile-slide-menu {
  width: 100%;
  position: absolute;
  left: -8px;
  top: 40px;
}
@keyframes open-menu {
  from {
    margin-left: -337px;
  }
  to {
    margin-left: 0px;
  }
}
.market-menu,
.mobile-menu {
  width: 100%;
  border-top: 3px solid #40b4e5;
  padding: 5%;
  top: 85px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: max-height 1.5s ease-in-out;
  -moz-transition: max-height 1.5s ease-in-out;
  -o-transition: max-height 1.5s ease-in-out;
  transition: max-height 1.5s ease-in-out;
}
.market-menu li,
.mobile-menu li {
  text-transform: uppercase;
}
.market-menu li a,
.mobile-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  display: block;
  padding: 10px 5%;
}
.market-menu li a.emphasis,
.mobile-menu li a.emphasis {
  font-weight: bold;
}
.market-menu li a.no-link,
.mobile-menu li a.no-link {
  text-decoration: none;
  cursor: default;
}
.market-menu li li,
.mobile-menu li li {
  padding-left: 5%;
}
.market-menu ul,
.mobile-menu ul {
  padding-left: 10px;
}
.market-menu {
  top: 70px;
}
.active-menu > a {
  font-weight: bold;
}
.cms-footer li {
  display: block;
}
#retail-login {
  font-size: 14px;
}
@media (max-width: 1279px) {
  .product-family a {
    padding: 5px 10px;
  }
  .product-family a:first-child {
    height: 170px;
  }
}
@media (max-width: 991px) {
  .menu-wrapper {
    top: 0;
    position: inherit;
  }
  nav li.active ul {
    position: absolute;
    display: inline-block;
    display: flex;
    justify-content: flex-start;
  }
  nav li.active ul.sub-menu {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .market-menu {
    top: 85px;
  }
}
@media (max-width: 767px) {
  .menu-wrapper {
    top: 0;
    position: inherit;
  }
  .menu-wrapper.menu-wrapper-full {
    height: 70px;
    padding-top: 0px !important;
  }
  .menu-wrapper.menu-wrapper-full .header-logo {
    width: 90px;
  }
  .position-relative {
    width: 90%;
    margin: 0 auto;
  }
  .market-menu,
  .mobile-menu {
    top: 38px;
  }
  .menu-options-container > ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 1) {
  nav li li {
    min-width: 10%;
    padding: 0;
  }
}
.rw-wrapper {
  width: 80%;
  position: relative;
  margin: 0px auto 0 auto;
  padding: 10px;
}
.rw-words {
  display: inline;
  width: 100%;
}
.rw-words span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  color: #fff;
  animation: rotateWords 18s linear infinite 0s;
  font-size: 3em;
  text-align: center;
  display: block;
}
.rw-words span:nth-child(2) {
  animation-delay: 3s;
}
.rw-words span:nth-child(3) {
  animation-delay: 6s;
}
.rw-words span:nth-child(4) {
  animation-delay: 9s;
}
.rw-words span:nth-child(5) {
  animation-delay: 12s;
}
.rw-words span:nth-child(6) {
  animation-delay: 15s;
}
@keyframes rotateWords {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .rw-words span {
    font-size: 18px;
  }
}
.space-5 {
  height: 5px;
}
.space-10 {
  height: 10px;
}
.space-15 {
  height: 15px;
}
.space-20 {
  height: 20px;
}
.space-25 {
  height: 25px;
}
.space-30 {
  height: 30px;
}
.space-35 {
  height: 35px;
}
.space-40 {
  height: 40px;
}
.space-45 {
  height: 45px;
}
.space-50 {
  height: 50px;
}
.space-55 {
  height: 55px;
}
.space-60 {
  height: 60px;
}
.space-65 {
  height: 65px;
}
.space-70 {
  height: 70px;
}
.space-75 {
  height: 75px;
}
.space-80 {
  height: 80px;
}
.space-85 {
  height: 85px;
}
.space-90 {
  height: 90px;
}
.space-95 {
  height: 95px;
}
.space-100 {
  height: 100px;
}
.space-150 {
  height: 150px;
}
.pull-center {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.front-tabs {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.front-tabs nav ul {
  width: 100%;
  background-color: #eee;
  padding: 0;
}
.front-tabs nav ul li {
  border-right: 1px solid #eee;
  flex: 1;
  margin: 0;
  padding: 4px 30px 4px;
  position: relative;
  text-align: center;
}
.front-tabs nav ul li:last-child {
  border: none;
}
.front-tabs nav a {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  padding: 0;
  transition: color 0.5s;
}
.front-tabs nav li.active-tab {
  background-color: #fff;
}
.front-tabs nav li.active-tab a {
  color: #333;
}
.front-tab-content {
  position: relative;
}
.front-tab-content section {
  display: none;
  margin: 0 auto;
  opacity: 0;
  padding: 1em;
  visibility: hidden;
  transition: visibility 0s, opacity ease-in-out 0.5s;
}
.front-tab-content section ul {
  padding: 0 0 23px 16px;
}
.front-tab-content section li {
  list-style: disc;
}
.front-tab-content section.active-content {
  display: block;
  opacity: 1;
  visibility: visible;
}
jn-wysiwyg .tinyeditor {
  border: 1px solid #bbb;
  padding: 0 1px 1px;
  font: 12px Verdana,Arial;
  color: black;
}
jn-wysiwyg .tinyeditor iframe {
  border: none;
  background: white;
  overflow-x: hidden;
}
jn-wysiwyg .tinyeditor .sizer-xl {
  min-height: 200px;
  height: 800px;
  position: relative;
}
jn-wysiwyg .tinyeditor .sizer-lg {
  min-height: 200px;
  height: 400px;
  position: relative;
}
jn-wysiwyg .tinyeditor .sizer-sm {
  min-height: 100px;
  height: 150px;
  position: relative;
}
jn-wysiwyg .tinyeditor .resizer {
  background: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/wsyiwyg/resize.gif) 15px 15px no-repeat;
  float: right;
  height: 32px;
  width: 32px;
  cursor: ns-resize;
}
jn-wysiwyg .tinyeditor .tinyeditor-header {
  height: auto;
  border-bottom: 1px solid #bbb;
  background: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/wsyiwyg/header-bg.gif) repeat;
  padding-top: 1px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header select {
  float: left;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group {
  float: left;
  height: 31px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font {
  margin-left: 5px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size {
  margin: 0 3px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
  margin-right: 5px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-detail {
  margin-left: 5px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-lead {
  margin: 0 3px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-sponsor {
  margin-right: 5px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-divider {
  float: left;
  width: 1px;
  height: 30px;
  background: #ccc;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control {
  float: left;
  width: 34px;
  height: 30px;
  cursor: pointer;
  background-image: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/wsyiwyg/icons.png);
  background-position-x: 0px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control:hover {
  background-color: #fff;
  background-position-x: 34px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control.pressed {
  background-color: #D0CFCF;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-2 {
  float: left;
  width: 34px;
  height: 30px;
  cursor: pointer;
  padding-left: 0px;
  padding-top: 7px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-2:hover {
  background-color: #fff;
  background-position-x: 34px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-2.pressed {
  background-color: #D0CFCF;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group:after {
  clear: left;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .colors-grid {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: white;
  width: 192px;
  border: black solid 2px;
  padding: 0;
  margin: 0;
  z-index: 100;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .colors-grid li {
  list-style: none;
  border: white solid 2px;
  float: left;
  width: 20px;
  height: 20px;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .colors-grid li:hover {
  opacity: 0.7;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .symbols-grid {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: white;
  width: 384px;
  border: black solid 2px;
  padding: 0;
  margin: 0;
  z-index: 100;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .symbols-grid li {
  list-style: none;
  border: #e7e7e7 solid 1px;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.3em;
}
jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .symbols-grid li:hover {
  opacity: 0.7;
  font-size: 1.7em;
}
jn-wysiwyg .tinyeditor .tinyeditor-footer {
  height: 32px;
  border-top: 1px solid #bbb;
  background: #f5f5f5;
  margin-top: 10px;
}
jn-wysiwyg .tinyeditor .tinyeditor-footer .toggle {
  float: left;
  background: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/wsyiwyg/icons.png) -34px 2px no-repeat;
  padding: 9px 13px 0 31px;
  height: 23px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  color: #666;
}
jn-wysiwyg .tinyeditor .tinyeditor-footer .toggle:hover {
  background-color: #fff;
}
jn-wysiwyg .tinyeditor .resize {
  float: right;
  height: 32px;
  width: 32px;
  background: url(https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/wsyiwyg/resize.gif) 15px 15px no-repeat;
  cursor: s-resize;
}
jn-wysiwyg .wys-rtl {
  direction: rtl;
}
jn-wysiwyg .wys-ltr {
  direction: ltr;
}
@media only screen and (max-width: 500px) {
  jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font {
    width: 80px;
  }
  jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size {
    width: 80px;
  }
  jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font {
    width: 80px;
  }
  jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size {
    width: 80px;
  }
  jn-wysiwyg .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
    width: 80px;
  }
}
.am-pm-essentials-new {
  color: #777;
}
.am-pm-essentials-new .price-strick {
  color: #ff6b00;
}
.am-pm-essentials-new .btn {
  color: #ff6b00;
  border-color: #ff6b00;
}
.am-pm-essentials-new .fda-disclaimer.disclaimer-2 {
  background-color: unset !important;
  border: unset !important;
  padding: 40px;
}
.am-pm-essentials-new #section-1 .default-mobile {
  height: 90vh;
  background-color: #ff6b00;
}
.am-pm-essentials-new #section-1 .margin {
  margin-right: 10px;
}
.am-pm-essentials-new #section-1 .btn {
  padding-right: 45px;
  padding-left: 45px;
  color: white;
  border-color: white;
}
.am-pm-essentials-new #section-1 h2 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: unset !important;
}
.am-pm-essentials-new #section-2 {
  background-color: #fcfcfc;
}
.am-pm-essentials-new #section-2 .content-space {
  padding-top: 35px;
}
.am-pm-essentials-new #section-2 h2 {
  font-weight: unset !important;
  font-size: 2em;
  text-transform: uppercase;
}
.am-pm-essentials-new #section-2 img {
  height: 350px;
  width: auto;
}
.am-pm-essentials-new #section-3 .fa {
  color: #ff6b00;
}
.am-pm-essentials-new #section-4 {
  border-top: 2px solid;
  border-color: lightgray;
  max-height: 806px;
}
.am-pm-essentials-new #section-5 {
  background-color: #ff6b00;
  color: white;
}
.am-pm-essentials-new #section-5 h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 15px;
}
.am-pm-essentials-new #section-5 p {
  font-size: 22px;
  font-weight: unset !important;
}
.am-pm-essentials-new #section-5 .pill-icon img {
  height: 85px;
  width: auto;
}
.am-pm-essentials-new #section-6 {
  color: #777;
}
.am-pm-essentials-new #section-6 .product-title {
  font-weight: unset !important;
  margin-bottom: 0px;
}
.am-pm-essentials-new #section-6 .product-title br {
  line-height: 35px;
}
.am-pm-essentials-new #section-6 .product-sub-title {
  text-transform: uppercase;
  font-size: 1.5em;
}
.am-pm-essentials-new #section-6 .product-summary {
  font-size: 1.5em;
}
.am-pm-essentials-new #section-6 .product-image {
  max-height: 434px;
}
.am-pm-essentials-new #section-7 {
  color: #777;
}
.am-pm-essentials-new #section-7 .ingredients-row {
  padding-bottom: 30px;
}
.am-pm-essentials-new #section-7 .ingredient-title {
  cursor: pointer;
  font-weight: 600;
}
.am-pm-essentials-new #section-7 h3 {
  font-weight: unset !important;
  font-size: 2em;
  padding-top: 65px;
}
.am-pm-essentials-new #section-9 {
  color: #777;
}
.am-pm-essentials-new #section-9 .product-title {
  font-weight: unset !important;
  margin-bottom: 0px;
}
.am-pm-essentials-new #section-9 .product-title br {
  line-height: 35px;
}
.am-pm-essentials-new #section-9 .product-sub-title {
  text-transform: uppercase;
  font-size: 1.5em;
}
.am-pm-essentials-new #section-9 .product-summary {
  font-size: 1.5em;
}
.am-pm-essentials-new #section-9 .product-image {
  max-height: 434px;
}
.am-pm-essentials-new #section-10 {
  color: #777;
}
.am-pm-essentials-new #section-10 .ingredients-row {
  padding-bottom: 30px;
}
.am-pm-essentials-new #section-10 .ingredient-title {
  cursor: pointer;
  font-weight: 600;
}
.am-pm-essentials-new #section-10 h3 {
  font-weight: unset !important;
  font-size: 2em;
  padding-top: 65px;
}
.am-pm-essentials-new #section-11 {
  background-color: #ff6b00;
}
.am-pm-essentials-new #section-12 .btn {
  border-color: transparent;
  color: #777;
  background-color: transparent;
}
.am-pm-essentials-new #section-12 .read-more {
  color: #ff6b00;
}
.am-pm-essentials-new #section-12 .blog-item-title {
  color: #777;
}
.am-pm-essentials-new #section-12 .blog-item-date {
  color: #777;
  font-weight: 600;
}
.am-pm-essentials-new #section-13 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.am-pm-essentials-new #section-13 h3 {
  font-weight: unset !important;
  text-transform: uppercase;
  font-size: 2em;
}
.am-pm-essentials-new #section-13 .img-row {
  padding-bottom: 80px;
}
.am-pm-essentials-new .overlay-content-left .btn-lg {
  border-color: #ff6b00;
  color: #ff6b00;
}
.am-pm-essentials-new .video-banner {
  background-color: #ff9012;
}
.am-pm-essentials-new .overlay-content h2 {
  color: #ff6b00;
  letter-spacing: normal;
}
.am-pm-essentials-new h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
  color: #565656;
}
.am-pm-essentials-new .panel-heading {
  background-color: inherit;
}
.am-pm-essentials-new .panel {
  border: none;
  box-shadow: none;
}
.am-pm-essentials-new .panel-group {
  border-top: 1px solid #7a7a7a;
}
.am-pm-essentials-new .panel-body {
  border: none !important;
  padding: 0;
}
.am-pm-essentials-new ul {
  padding: 0 0 0 20px;
}
.am-pm-essentials-new .accordion-toggle:hover,
.am-pm-essentials-new .accordion-toggle:focus {
  text-decoration: none !important;
}
.am-pm-essentials-new .expand-contract-icon {
  color: #ff5000;
}
.am-pm-essentials-new .ingredients-row ul li {
  list-style: disc outside none;
}
.am-pm-essentials-new .overlay-content h4 {
  color: #ff6b00;
  font-weight: 700;
}
.am-pm-essentials-new .product-add-to-cart-container .btn-lg {
  color: #ff6b00;
  border-color: #ff6b00;
}
.am-pm-essentials-new .collapsable-description-title .description-title:before {
  color: #ff6b00;
}
@media (max-width: 736px) {
  .am-pm-essentials-new #section-1 .default-mobile {
    height: 70vh;
  }
}
@media (min-width: 311px) and (max-width: 529px) {
  .am-pm-essentials-new #section-1 .margin {
    margin-right: unset;
  }
  .am-pm-essentials-new #section-1 .full-screen-video {
    height: 65vh;
  }
  .am-pm-essentials-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 60px;
  }
  .am-pm-essentials-new #section-1 h2 {
    font-size: 2em;
  }
  .am-pm-essentials-new #section-4 {
    max-height: 306px;
  }
  .am-pm-essentials-new #section-4 img {
    height: 100%;
    width: 100%;
  }
  .am-pm-essentials-new #section-5 p {
    font-size: 1.2em;
  }
  .am-pm-essentials-new #section-6 .product-image {
    max-height: 289px;
  }
  .am-pm-essentials-new #section-11 .btn-xs {
    width: 200px;
    margin-left: 96px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
  }
  .am-pm-essentials-new #section-13 .xs-padding {
    padding-bottom: 10px;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .am-pm-essentials-new .video-overlay > div {
    vertical-align: unset;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .am-pm-essentials-new #section-1 .video-overlay > div {
    vertical-align: middle;
  }
  .am-pm-essentials-new #section-2 img {
    height: 250px;
    width: auto;
  }
  .am-pm-essentials-new #section-2 .md-padding {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .am-pm-essentials-new #section-4 {
    max-height: 553px;
  }
  .am-pm-essentials-new #section-13 .xs-padding {
    padding-bottom: 10px;
  }
}
.am-pm-essentials-old .price-strick {
  color: #ff6b00;
}
.am-pm-essentials-old .product-title {
  color: #ff6b00;
  text-transform: uppercase;
}
.am-pm-essentials-old .product-image {
  max-height: 350px;
}
.am-pm-essentials-old .overlay-content-left .btn-lg {
  border-color: #ff6b00;
  color: #ff6b00;
}
.am-pm-essentials-old .video-banner {
  background-color: #ff9012;
}
.am-pm-essentials-old .overlay-content h2 {
  color: #ff6b00;
  letter-spacing: normal;
}
.am-pm-essentials-old h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
  color: #565656;
}
.am-pm-essentials-old .panel-heading {
  background-color: inherit;
}
.am-pm-essentials-old .panel {
  border: none;
  box-shadow: none;
}
.am-pm-essentials-old .panel-group {
  border-top: 1px solid #7a7a7a;
}
.am-pm-essentials-old .panel-body {
  border: none !important;
  padding: 0;
}
.am-pm-essentials-old ul {
  padding: 0 0 0 20px;
}
.am-pm-essentials-old .ingredient-title {
  color: #ff5000;
  cursor: pointer;
}
.am-pm-essentials-old .accordion-toggle:hover,
.am-pm-essentials-old .accordion-toggle:focus {
  text-decoration: none !important;
}
.am-pm-essentials-old .expand-contract-icon {
  color: #ff5000;
}
.am-pm-essentials-old .ingredients-row {
  padding-bottom: 30px;
}
.am-pm-essentials-old .ingredients-row ul li {
  list-style: disc outside none;
}
.am-pm-essentials-old .overlay-content h4 {
  color: #ff6b00;
  font-weight: 700;
}
.am-pm-essentials-old .product-add-to-cart-container .btn-lg {
  color: #ff6b00;
  border-color: #ff6b00;
}
.am-pm-essentials-old .collapsable-description-title .description-title:before {
  color: #ff6b00;
}
@media (max-width: 767px) {
  .am-pm-essentials-old .overlay-container {
    background-image: none !important;
    background-color: #ff6b00 !important;
  }
  .am-pm-essentials-old .overlay-container h4 {
    color: #fff;
  }
}
.finiti-new {
  color: #777;
}
.finiti-new .price-strick {
  color: #c51b8b;
}
.finiti-new .btn {
  border-color: #c51b8b;
}
.finiti-new #section-1 .fade-bottom {
  animation-duration: 5s;
}
.finiti-new #section-1 .default-mobile {
  height: 75vh;
  background-color: #c51b8b;
}
.finiti-new #section-1 p {
  color: white;
  font-size: 3.2em;
  text-transform: uppercase;
}
.finiti-new #section-1 p.content-space {
  padding: 20px 0;
}
.finiti-new #section-1 .btn {
  border-color: white;
  color: white;
  padding-left: 45px;
  padding-right: 45px;
}
.finiti-new #section-1 .btn.margin {
  margin-right: 15px;
}
.finiti-new #section-2 .fo-product .fa {
  color: #c51b8b;
}
.finiti-new #section-4 p {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.1em;
}
.finiti-new #section-4 p.other-text {
  font-weight: unset !important;
  padding-bottom: 50px;
}
.finiti-new #section-4 p.s4-header {
  font-weight: unset !important;
  text-transform: uppercase;
  font-size: 2em;
}
.finiti-new #section-5 {
  background-color: #c51b8b;
}
.finiti-new #section-6 {
  font-size: .9em;
}
.finiti-new .overlay-content h2 {
  letter-spacing: normal;
}
.finiti-new .overlay-content section > div {
  width: 80%;
}
.finiti-new .overlay-content-left .btn-lg {
  border-color: #c51b8b;
  color: #c51b8b;
}
.finiti-new .callout {
  color: #c51b8b;
}
.finiti-new .video-banner {
  background-color: #858585;
}
.finiti-new .product-title {
  color: #58595b;
  font-size: 1.5em;
}
.finiti-new .product-summary {
  font-size: 1.375em;
}
.finiti-new .btn-lg {
  border-color: #c51b8b;
  color: #c51b8b;
}
.finiti-new .product-add-to-cart-container .btn-lg {
  color: #c51b8b;
  border-color: #c51b8b;
}
.finiti-new .collapsable-description-title .description-title:before {
  color: #c51b8b;
}
@media (max-width: 667px) {
  .finiti-new #section-1 .default-mobile {
    height: 70vh;
  }
  .finiti-new #section-1 .overlay-content-center {
    padding-top: 50px;
  }
  .finiti-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 50px;
  }
}
@media (min-width: 414px) and (max-width: 736px) {
  .finiti-new #section-1 .default-mobile {
    height: 75vh;
  }
  .finiti-new #section-1 .overlay-content-center {
    padding-top: unset;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .finiti-new #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .finiti-new #section-1 p {
    font-size: 1.3em;
  }
  .finiti-new #section-5 div#yes-text {
    width: unset;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .finiti-new #section-1 .full-screen-video {
    height: 60vh;
  }
  .finiti-new #section-1 .video-overlay div.overlay-content-center {
    vertical-align: unset;
    padding-top: 90px;
  }
  .finiti-new #section-1 p {
    font-size: 1.5em;
  }
  .finiti-new #section-1 .btn.margin {
    margin-right: 0px;
  }
  .finiti-new #section-4 .row.content-space {
    margin: 0;
  }
  .finiti-new #section-4 .row.text-center {
    margin: 0;
  }
  .finiti-new #section-5 .row.row-no-margin {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .finiti-new .fixed-background {
    background-position: 50% top;
    background-attachment: scroll;
  }
}
.finiti-old .text-color {
  color: #c51b8b;
}
.finiti-old .overlay-content h2 {
  letter-spacing: normal;
}
.finiti-old .overlay-content section > div {
  width: 80%;
}
.finiti-old .overlay-content-left .btn-lg {
  border-color: #c51b8b;
  color: #c51b8b;
}
.finiti-old .section-1 img {
  max-height: 350px;
}
.finiti-old .callout {
  color: #c51b8b;
}
.finiti-old .video-banner {
  background-color: #858585;
}
.finiti-old .product-title {
  color: #58595b;
  font-size: 1.5em;
}
.finiti-old .product-summary {
  font-size: 1.375em;
}
.finiti-old .btn-lg {
  border-color: #c51b8b;
  color: #c51b8b;
}
.finiti-old .section-2 h2 {
  text-align: center;
  color: #c51b8b;
}
.finiti-old .section-2 h4 {
  font-size: 1.25em;
}
.finiti-old .section-2 img {
  max-height: 350px;
}
.finiti-old .product-add-to-cart-container .btn-lg {
  color: #c51b8b;
  border-color: #c51b8b;
}
.finiti-old .collapsable-description-title .description-title:before {
  color: #c51b8b;
}
@media (max-width: 767px) {
  .finiti-old .overlay-container {
    background-image: none !important;
    background-color: #c51b8b;
  }
  .finiti-old .text-color {
    color: #ffffff;
  }
}
.instantly-ageless-new {
  color: #777;
}
.instantly-ageless-new .btn {
  color: #00a7b5;
  border-color: #00a7b5;
}
.instantly-ageless-new .pc-price .fa .fa-question-circle {
  color: #00a7b5 !important;
}
.instantly-ageless-new .price-strick {
  color: #00a7b5;
}
.instantly-ageless-new .margin {
  margin-right: 10px;
}
.instantly-ageless-new #section-1 .default-mobile {
  height: 400px;
  width: 100%;
  background-color: #00a7b5;
}
.instantly-ageless-new #section-1 .btn {
  color: white;
  border-color: white;
  padding-right: 45px;
  padding-left: 45px;
}
.instantly-ageless-new #section-1 h4 {
  font-weight: unset !important;
  font-size: 3em;
  margin-bottom: 15px;
}
.instantly-ageless-new #section-2 .alternate {
  background-color: #fcfcfc;
}
.instantly-ageless-new #section-2 .pc-price .fa.fa-question-circle {
  color: #00a7b5;
}
.instantly-ageless-new #section-2 .fo-product i {
  color: #00a7b5;
}
.instantly-ageless-new #section-3 {
  background-color: #00BBD4;
}
.instantly-ageless-new #section-3 h3 {
  padding-top: 20px;
  color: white;
}
.instantly-ageless-new #section-3 h3.padding-bottom {
  padding-bottom: 50px;
}
.instantly-ageless-new #section-3 .video-1 {
  padding-left: 105px;
  padding-right: 47px;
}
.instantly-ageless-new #section-3 .video-2 {
  padding-right: 104px;
  padding-left: 47px;
}
.instantly-ageless-new #section-4 .col-lg-5 {
  margin-right: 69px;
}
.instantly-ageless-new #section-4 .space-100 {
  height: 200px;
}
.instantly-ageless-new #section-4 .application-tips .section-4-header {
  color: #00a7b5;
}
.instantly-ageless-new #section-4 .application-tips .section-4-header h3 {
  font-size: 2.5em;
  font-style: italic;
  font-weight: unset !important;
}
.instantly-ageless-new #section-4 .application-tips .section-4-header h2 {
  font-size: 3em;
  padding-bottom: 5px;
  margin: 0px;
}
.instantly-ageless-new #section-4 .application-tips h2 {
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.instantly-ageless-new #section-4 .application-tips h3 {
  font-size: 1.3em;
  text-transform: uppercase;
}
.instantly-ageless-new #section-5 {
  background-color: #fcfcfc;
  border-top: 1px solid lightgray;
}
.instantly-ageless-new #section-5 .container-fluid .col-lg-3.col-lg-offset-1 {
  margin-left: 11.333333%;
}
.instantly-ageless-new #section-5 .context-header {
  font-size: 1.8em;
  text-transform: uppercase;
}
.instantly-ageless-new #section-5 .context {
  padding-left: 25px;
  font-size: 1em;
}
.instantly-ageless-new #section-6 {
  background-color: #00a7b5;
}
.instantly-ageless-new #section-7 {
  color: #777;
  background-color: #fcfcfc;
}
.instantly-ageless-new #section-7 h3 {
  font-size: 2em;
  text-transform: uppercase;
}
.instantly-ageless-new #section-7 .dark-background {
  background-color: #fcfcfc;
}
.instantly-ageless-new #section-7 .dark-background.content-space {
  padding-top: 54px;
}
.instantly-ageless-new #section-7 .our-blog .blog-item-title {
  color: #777;
  font-weight: 600;
}
.instantly-ageless-new #section-7 .our-blog .blog-item-date {
  color: #777;
  font-weight: 700;
}
.instantly-ageless-new #section-7 .our-blog .read-more {
  color: #00a7b5;
}
.instantly-ageless-new #section-7 .our-blog .btn {
  border-color: transparent;
  color: #777;
  background-color: transparent;
}
.instantly-ageless-new #section-8 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.instantly-ageless-new #section-8 h3 {
  color: #777;
  font-size: 2em;
  font-weight: unset !important;
  text-transform: uppercase;
}
.instantly-ageless-new #section-8 .img-row {
  padding-bottom: 80px;
}
.instantly-ageless-new .overlay-content-right .btn-lg {
  border-color: #00a7b5;
  color: #00a7b5;
}
.instantly-ageless-new .overlay-content-right {
  padding-left: 63%;
}
.instantly-ageless-new .page-color {
  color: #00A7B5;
}
.instantly-ageless-new .learn-more img {
  max-height: 350px;
}
.instantly-ageless-new .media-video {
  background-color: #00a7b5;
}
.instantly-ageless-new .product-title {
  color: #58595b;
}
.instantly-ageless-new .product-add-to-cart-container .btn-lg {
  color: #00a7b5;
  border-color: #00a7b5;
}
.instantly-ageless-new .collapsable-description-title .description-title:before {
  color: #00a7b5;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .instantly-ageless-new #section-1 .default-mobile {
    height: 100vh;
  }
  .instantly-ageless-new #section-3 .video-1 {
    padding-left: 30px;
    padding-right: unset;
  }
  .instantly-ageless-new #section-3 .video-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .instantly-ageless-new #section-4 .col-lg-5 {
    margin-right: unset;
  }
  .instantly-ageless-new #section-4 .col-md-6 {
    padding-right: unset;
    padding-left: unset;
  }
}
@media (min-width: 311px) and (max-width: 360px) {
  .instantly-ageless-new #section-1 .video-overlay > div {
    padding-top: 90px;
  }
}
@media (min-width: 361px) and (max-width: 767px) {
  .instantly-ageless-new #section-1 .video-overlay > div {
    padding-top: 140px;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .instantly-ageless-new #section-1 .default-mobile {
    height: 75vh;
  }
  .instantly-ageless-new #section-1 .full-screen-video {
    height: 60vh;
  }
  .instantly-ageless-new #section-1 .video-overlay > div {
    vertical-align: unset;
  }
  .instantly-ageless-new #section-1 .btn.margin {
    margin-right: 0px;
  }
  .instantly-ageless-new #section-1 h4 {
    font-size: 1.6em;
  }
  .instantly-ageless-new #section-3 .video-1 {
    padding-left: 35px;
    padding-right: unset;
  }
  .instantly-ageless-new #section-3 .video-2 {
    padding-left: 35px;
    padding-right: unset;
  }
  .instantly-ageless-new #section-4 .col-lg-5 {
    margin-right: unset;
  }
  .instantly-ageless-new #section-4 .space-100 {
    height: 30px;
  }
  .instantly-ageless-new #section-4 img {
    margin-top: 45px;
  }
  .instantly-ageless-new #section-5 .slick-list {
    height: 250px;
  }
  .instantly-ageless-new #section-5 p.context {
    font-size: 1.3em;
    line-height: 2em;
  }
}
@media (max-width: 768px) {
  .instantly-ageless-new #section-1 .default-mobile {
    height: 75vh;
  }
  .instantly-ageless-new #section-1 h4 {
    font-size: 1.6em;
  }
  .instantly-ageless-new #section-3 .video-1 {
    padding-left: 35px;
    padding-right: unset;
  }
  .instantly-ageless-new #section-3 .video-2 {
    padding-left: 35px;
    padding-right: unset;
  }
  .instantly-ageless-new #section-4 .space-100 {
    height: 30px;
  }
  .instantly-ageless-new #section-4 img {
    padding-top: 45px;
  }
  .instantly-ageless-new #section-5 p.context {
    font-size: 1.3em;
    line-height: 2em;
  }
  .instantly-ageless-new .overlay-content-right .btn-lg {
    border-color: #fff;
    color: #fff;
  }
  .instantly-ageless-new img + img {
    padding-top: 10px;
  }
  .instantly-ageless-new .media-video {
    padding: 80px 40px;
  }
  .instantly-ageless-new .overlay-container {
    background-image: none !important;
    background-color: #00a7b5;
  }
  .instantly-ageless-new .page-color {
    color: #fff;
  }
}
.instantly-ageless-old .pc-price .fa-question-circle {
  color: #00a7b5 !important;
}
.instantly-ageless-old .overlay-content-right .btn-lg {
  border-color: #00a7b5;
  color: #00a7b5;
}
.instantly-ageless-old .overlay-content-right {
  padding-left: 63%;
}
.instantly-ageless-old .page-color {
  color: #00A7B5;
}
.instantly-ageless-old .learn-more img {
  max-height: 350px;
}
.instantly-ageless-old .media-video {
  background-color: #00a7b5;
}
.instantly-ageless-old .product-title {
  color: #58595b;
}
.instantly-ageless-old .btn-lg {
  border-color: #00A7B5;
  color: #00A7B5;
}
.instantly-ageless-old .product-add-to-cart-container .btn-lg {
  color: #00a7b5;
  border-color: #00a7b5;
}
.instantly-ageless-old .collapsable-description-title .description-title:before {
  color: #00a7b5;
}
.instantly-ageless-old .application-tips h2 {
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.instantly-ageless-old .application-tips h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.instantly-ageless-old .application-tips img {
  max-height: 700px;
}
@media (max-width: 767px) {
  .instantly-ageless-old .overlay-content-right .btn-lg {
    border-color: #fff;
    color: #fff;
  }
  .instantly-ageless-old img + img {
    padding-top: 10px;
  }
  .instantly-ageless-old .media-video {
    padding: 80px 40px;
  }
  .instantly-ageless-old .overlay-container {
    background-image: none !important;
    background-color: #00a7b5;
  }
  .instantly-ageless-old .page-color {
    color: #fff;
  }
}
.is-mobile .luminesce .overlay-content-left {
  padding-left: 0;
}
.luminesce-new .price-strick {
  color: #38A4E3;
}
.luminesce-new .btn.default {
  color: white;
  border-color: white;
}
.luminesce-new #section-1 .default-mobile {
  height: 500px;
  width: 100%;
  background-color: #38A4E3;
}
.luminesce-new #section-1 .btn {
  padding-left: 45px;
  padding-right: 45px;
}
.luminesce-new #section-1 .margin {
  margin-right: 10px;
}
.luminesce-new #section-1 h2 {
  font-size: 3em;
  text-transform: uppercase;
}
.luminesce-new #section-2 {
  padding-top: 75px;
}
.luminesce-new #section-2 .product-slider span img {
  height: 243px;
}
.luminesce-new #section-2 h3 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100;
}
.luminesce-new #section-2 .row:last-child.content-space {
  padding-top: unset;
}
.luminesce-new #section-3 .fa {
  color: #001689;
}
.luminesce-new #section-4 {
  padding-bottom: 54px;
}
.luminesce-new #section-4 .three-girls img {
  height: 773px;
}
.luminesce-new #section-4 br {
  line-height: 2em;
}
.luminesce-new #section-4 p {
  margin-top: 55px;
  margin-left: 35px;
  line-height: 1.5em;
  font-size: 1.2em;
}
.luminesce-new #section-5 {
  background-color: #38A4E3;
}
.luminesce-new #section-5 h3 {
  color: white;
  font-size: 1em;
  padding-top: 20px;
}
.luminesce-new #section-7 {
  background-color: #38A4E3;
}
.luminesce-new #section-8 .read-more {
  color: #001689;
}
.luminesce-new #section-8 .blog-item-title {
  color: #777;
}
.luminesce-new #section-8 .blog-item-date {
  font-weight: 700;
}
.luminesce-new #section-8 .btn {
  border-color: transparent;
  color: #777;
  background-color: transparent;
}
.luminesce-new #section-9 {
  padding-bottom: 54px;
  color: #777;
}
.luminesce-new #section-9 img {
  padding-bottom: 10px;
}
.luminesce-new #section-9 h3 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100;
}
.luminesce-new #section-9 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.luminesce-new .alternate {
  background-color: #fafafa;
}
.luminesce-new .collapsable-description-title .description-title:before {
  color: #001689;
}
@media (max-width: 1366px) {
  .luminesce-new #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  .luminesce-new #section-1 .default-mobile {
    height: 70vh;
  }
  .luminesce-new #section-1 h2 {
    font-size: 2em;
  }
  .luminesce-new #section-4 {
    border-top: 1px solid;
    border-color: dimgrey;
  }
  .luminesce-new #section-4 .three-girls img {
    height: 586px;
  }
}
@media (min-width: 311px) and (max-width: 359px) {
  .luminesce-new #section-1 .video-overlay > div {
    padding-top: 100px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .luminesce-new #section-1 .video-overlay > div {
    padding-top: 130px;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .luminesce-new #section-1 .margin {
    margin-right: unset;
  }
  .luminesce-new #section-1 .full-screen-video {
    height: 60vh;
  }
  .luminesce-new #section-1 .video-overlay > div {
    vertical-align: unset;
  }
  .luminesce-new #section-1 h2 {
    font-size: 2em;
  }
  .luminesce-new #section-4 .three-girls img {
    height: 300px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .luminesce-new #section-1 .default-mobile {
    height: 100vh;
  }
  .luminesce-new #section-4 .three-girls img {
    height: 440px;
  }
}
.luminesce-old .price-strick {
  color: #001689;
}
.luminesce-old h1,
.luminesce-old h2,
.luminesce-old h3 {
  text-transform: uppercase;
}
.luminesce-old .video-banner {
  background-color: #61b4e4;
}
.luminesce-old .product-listing .product-listing-info {
  text-decoration: none;
}
.luminesce-old .product-listing .product-listing-info:hover {
  background-color: #eff8fd;
}
.luminesce-old .product-listing .product-listing-info:after {
  border-color: #61b4e4;
  color: #61b4e4;
}
.luminesce-old .product-image {
  padding: 0 15px;
}
.luminesce-old .alternate {
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .luminesce-old .section-1 {
    padding: 40px 22px;
  }
}
@media (max-width: 767px) {
  .luminesce-old .section-1 p {
    padding: 0 0 20px 0;
  }
}
.luminesce-old .product-add-to-cart-container .btn-sm {
  white-space: normal;
  border-color: #001689;
  width: 150px;
}
.luminesce-old .product-add-to-cart-container .btn-lg {
  color: #001689;
  border-color: #001689;
}
.luminesce-old .collapsable-description-title .description-title:before {
  color: #001689;
}
.luminesce-old .btn.themed {
  color: #001689;
  border-color: #001689;
}
@media (max-width: 991px) {
  .luminesce-old .fixed-background {
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .luminesce-old .overlay-content h2 {
    font-size: 1.5em;
  }
  .luminesce-old .overlay-container {
    background-image: none !important;
    background-color: #61B4E4;
  }
  .luminesce-old img + img {
    padding-top: 10px;
  }
}
.naara-br {
  /*Labtops*/
}
.naara-br .price-strick {
  color: #b00061;
}
.naara-br .custom-row {
  margin-left: -15px;
  margin-right: 350px;
}
.naara-br .naara-header-brown {
  color: #75391c;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 125%;
}
.naara-br .naara-header-pink {
  color: #b00061;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 125%;
}
.naara-br #section-1 div#product-page-section-1-template .bg-div {
  background-image: radial-gradient(circle at center, #e20f73 25%, #7e0640 100%) !important;
}
.naara-br #section-1 div#product-page-section-1-template .cms-background-image {
  background-size: 95px;
  background-repeat: repeat;
}
.naara-br #section-1 div#product-page-section-1-template .cms-image.logoImg {
  /*width: 550px;*/
}
.naara-br #section-1 div#product-page-section-1-template .video-section {
  margin-top: -650px !important;
}
.naara-br #section-1 div#product-page-section-1-template .logo-text {
  color: #fff !important;
  font-weight: 100 !important;
  padding-top: 10px !important;
  line-height: 125% !important;
  text-transform: capitalize !important;
}
.naara-br #section-2 p.product-black-header {
  letter-spacing: .1em;
  font-size: 150%;
  font-weight: 600;
  text-transform: uppercase;
}
.naara-br #section-2 .btn-naara {
  line-height: 125%;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  letter-spacing: .25em;
  background-color: #b00061;
  font-size: .75em;
  font-weight: 600;
  padding: 1.5em 2em;
  text-align: center;
  border: 2px #b00061 solid;
  transition: all 0.2s linear;
  cursor: pointer;
  text-decoration: none;
}
.naara-br #section-2 .btn-naara:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #b00061;
  text-align: center;
  mix-blend-mode: normal;
  border: 2px #b00061 solid;
  transition: all 0.2s linear;
}
.naara-br #section-3 {
  background-image: linear-gradient(180deg, rgba(254, 107, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
}
.naara-br #section-3 .naara-slider .slick-prev {
  left: 120px;
}
.naara-br #section-3 .naara-slider .slick-next {
  right: 120px;
}
.naara-br #section-3 .naara-slider .slick-list {
  padding-left: 100px;
  padding-right: 100px;
}
.naara-br #section-3 .aging-skin-graphic {
  position: relative;
  margin-bottom: 80px;
  margin-top: 80px;
}
.naara-br #section-3 .aging-skin-graphic .overlay {
  width: 33%;
  font-size: 24px;
  float: left;
  text-align: center;
  color: #b00061;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 55%;
  position: absolute;
}
.naara-br #section-3 .aging-skin-graphic .year30 {
  left: 0%;
}
.naara-br #section-3 .aging-skin-graphic .year40 {
  left: 33%;
}
.naara-br #section-3 .aging-skin-graphic .year50 {
  left: 66%;
}
.naara-br #section-3#section-2 h2 {
  color: #58595b;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.naara-br #section-3#section-2 .container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}
.naara-br #section-3 h3 {
  font-weight: unset !important;
  font-size: 2em;
}
.naara-br #section-3 p {
  font-size: 1.5em;
  font-weight: 300;
  padding-bottom: 1em;
  font-weight: 400;
}
.naara-br #section-3 ul {
  font-size: 1.5em;
}
.naara-br #section-3 ul li {
  line-height: 1.5;
}
.naara-br #section-4 {
  background-image: radial-gradient(circle at center, #e20f73 25%, #7e0640 100%) !important;
}
.naara-br #section-4 .cms-background-image {
  background-size: 95px;
  background-repeat: repeat;
  min-height: 150px !important;
}
.naara-br #section-5 #hexContainer p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.naara-br #section-5 #fruitContainer .cms-image-c img {
  height: 200px !important;
}
.naara-br #section-5 .naara-bullet {
  line-height: 31px;
}
.naara-br #section-5 .naara-bullet li:before {
  content: "\2022";
  color: #b00061;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -2.5em;
}
.naara-br #section-6 {
  background-color: #8f592d !important;
}
.naara-br #section-6 .backGround {
  background-image: radial-gradient(circle at center, #965a00 25%, #722b00 100%) !important;
}
.naara-br #section-6 .cms-background-image {
  background-size: 95px;
  background-repeat: repeat;
  min-height: 150px !important;
}
.naara-br #section-7 h3.b-padding {
  padding-bottom: 20px;
}
.naara-br #section-7 #chocoHex p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.naara-br #section-7 #naara-cir {
  margin-left: 162px;
}
.naara-br #section-7 .naara-circle {
  line-height: 135%;
  background: linear-gradient(#f0c51e, #c58508);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  margin: 10px 25px;
  padding: 15px;
  display: flex;
  height: 170px;
  width: 170px;
  color: #fff;
}
.naara-br #section-7 .naara-circle span.percent-span {
  font-size: 250%;
  font-weight: 600;
}
.naara-br #section-7 .offset-row {
  margin-left: 95px;
}
.naara-br #section-8 #hairAndNailsHex p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.naara-br #section-9 {
  background-image: radial-gradient(circle at center, #e20f73 25%, #7e0640 100%) !important;
}
.naara-br #section-9 .bg-image {
  background-size: 95px;
  background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .naara-br #section-7 #naara-cir {
    margin-left: inherit !important;
  }
  .naara-br #section-7 #naara-cir .custom-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .naara-br #section-7 #naara-cir {
    margin-left: inherit !important;
  }
  .naara-br #section-7 #naara-cir .custom-row {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .naara-br #section-7 .naara-circle {
    line-height: 135% !important;
    background: linear-gradient(#f0c51e, #c58508) !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100% !important;
    text-align: center !important;
    margin: 3px !important;
    padding: 10px !important;
    display: flex !important;
    height: 120px !important;
    width: 120px !important;
    color: #fff !important;
  }
  .naara-br #section-7 #naara-cir {
    margin-left: 25px;
  }
  .naara-br #section-7 #naara-cir .custom-row {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.naara .price-strick {
  color: #b00061;
}
.naara .overlay-content h2 {
  color: #58595b;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.naara .overlay-content-right {
  padding-left: 63%;
  padding-right: 175px;
  padding-top: 4%;
  padding-top: 10vh;
}
.naara .overlay-content-right .btn-lg {
  border-color: #b00061;
  color: #b00061;
  min-width: 250px;
}
.naara .overlay-content-right img {
  padding: 10px 0;
}
.naara-eu .price-strick {
  color: #b00061;
}
.naara-eu .video-banner {
  background-color: #b00061;
}
.naara-eu .btn.themed {
  color: #b00061;
  border-color: #b00061;
}
.naara-eu .aging-skin-graphic {
  position: relative;
}
.naara-eu .aging-skin-graphic .overlay {
  width: 33%;
  font-size: 24px;
  float: left;
  text-align: center;
  color: #b00061;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 55%;
  position: absolute;
}
.naara-eu .aging-skin-graphic .year30 {
  left: 0%;
}
.naara-eu .aging-skin-graphic .year40 {
  left: 33%;
}
.naara-eu .aging-skin-graphic .year50 {
  left: 66%;
}
.naara-eu #section-1 .product-title {
  font-size: 1.5em;
  line-height: 1.125em;
  font-weight: 300;
  letter-spacing: normal;
}
.naara-eu #section-2 {
  background-image: linear-gradient(180deg, rgba(254, 107, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
}
.naara-eu #section-2 h2 {
  color: #58595b;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.naara-eu #section-3 h3 {
  font-size: 2em;
  font-weight: 700;
  color: #b00061;
  text-transform: uppercase;
}
.naara-eu #section-3 p {
  font-size: 1.5em;
  font-weight: 300;
  padding-bottom: 1em;
}
.naara-eu .fill-background {
  background-attachment: unset;
  background-position: center;
  padding: 58px 0;
  min-height: initial;
}
.naara-eu .fill-background:after {
  display: block;
  clear: both;
}
.naara-eu .collagen-box {
  padding: 29px 0;
  color: #fff;
  width: 66%;
  float: right;
  text-align: center;
}
.naara-eu .collagen-box .collagen-number {
  font-size: 6vw;
  font-weight: 900;
  line-height: 1em;
}
.naara-eu .collagen-box .collagen-text {
  font-size: 2vw;
  font-weight: 500;
  line-height: 2em;
  opacity: 0.7;
}
.naara-eu #section-4 h2 {
  color: #58595b;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.naara-eu #section-4 .title strong {
  font-weight: 700;
  text-transform: uppercase;
}
.naara-eu .nutrients {
  display: flex;
  justify-content: space-between;
}
.naara-eu .nutrient-images {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.naara-eu .nutrient-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.naara-eu #section-5 {
  background-color: rgba(255, 106, 0, 0.1);
}
.naara-eu .info-banner2 {
  background-color: #b00061;
  color: #fff;
}
.naara-eu .info-banner2 .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .naara-eu .page-color {
    color: #58595b;
    font-size: 6vw;
    width: 50%;
  }
  .naara-eu .overlay-content .btn.default {
    color: #b00061;
    border-color: #b00061;
  }
  .naara-eu .aging-skin-graphic .overlay {
    font-size: 14px;
  }
  .naara-eu .nutrients {
    flex-direction: column;
  }
  .naara-eu .nutrient-images {
    flex-direction: row;
  }
}
.naara-na {
  color: #777;
}
.naara-na .price-strick {
  color: #b00061;
}
.naara-na .btn {
  border-color: #b00061;
  color: #b00061;
}
.naara-na #section-1 .default-mobile {
  height: 100vh;
  width: 100%;
  background-color: #b00061;
}
.naara-na #section-1 p {
  font-size: 3.5em;
  text-transform: uppercase;
}
.naara-na #section-1 .btn {
  border-color: white;
  color: white;
  font-size: 1.2em;
  padding-right: 45px;
  padding-left: 45px;
}
.naara-na #section-1 .btn.margin {
  margin-right: 10px;
}
.naara-na #buy-now .fo-product .fa {
  color: #b00061;
}
.naara-na .video-banner {
  background-color: #b00061;
}
.naara-na .btn.themed {
  color: #b00061;
  border-color: #b00061;
}
.naara-na #section-3 {
  background-image: linear-gradient(180deg, rgba(254, 107, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
}
.naara-na #section-3 .naara-slider .slick-prev {
  left: 120px;
}
.naara-na #section-3 .naara-slider .slick-next {
  right: 120px;
}
.naara-na #section-3 .naara-slider .slick-list {
  padding-left: 100px;
  padding-right: 100px;
}
.naara-na #section-3 .aging-skin-graphic {
  position: relative;
  margin-bottom: 80px;
  margin-top: 80px;
}
.naara-na #section-3 .aging-skin-graphic .overlay {
  width: 33%;
  font-size: 24px;
  float: left;
  text-align: center;
  color: #b00061;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 55%;
  position: absolute;
}
.naara-na #section-3 .aging-skin-graphic .year30 {
  left: 0%;
}
.naara-na #section-3 .aging-skin-graphic .year40 {
  left: 33%;
}
.naara-na #section-3 .aging-skin-graphic .year50 {
  left: 66%;
}
.naara-na #section-3#section-2 h2 {
  color: #58595b;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.naara-na #section-3#section-2 .container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}
.naara-na #section-3 h3 {
  font-weight: unset !important;
  font-size: 2em;
}
.naara-na #section-3 p {
  font-size: 1.5em;
  font-weight: 300;
  padding-bottom: 1em;
  font-weight: 400;
}
.naara-na #section-3 ul {
  font-size: 1.5em;
}
.naara-na #section-3 ul li {
  line-height: 1.5;
}
.naara-na #section-4 {
  padding-bottom: 54px;
}
.naara-na #section-4 p .header-text {
  font-size: 2em;
  text-transform: uppercase;
}
.naara-na #section-4 h2 {
  color: #58595b;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.naara-na #section-4 .title strong {
  font-weight: 700;
  text-transform: uppercase;
}
.naara-na .fill-background {
  background-attachment: unset;
  background-position: center;
  padding: 58px 0;
  min-height: initial;
}
.naara-na .fill-background:after {
  display: block;
  clear: both;
}
.naara-na .collagen-box {
  padding: 29px 0;
  color: #fff;
  width: 66%;
  float: right;
  text-align: center;
}
.naara-na .collagen-box .collagen-number {
  font-size: 6vw;
  font-weight: 900;
  line-height: 1em;
}
.naara-na .collagen-box .collagen-text {
  font-size: 2vw;
  font-weight: 500;
  line-height: 2em;
  opacity: 0.7;
}
.naara-na .nutrients {
  display: flex;
  justify-content: space-between;
}
.naara-na .nutrient-images {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.naara-na .nutrient-images img {
  height: auto;
  width: 285px;
}
.naara-na .nutrient-list {
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.naara-na #section-5 {
  background-color: #b00061;
}
.naara-na #section-6 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.naara-na #section-6 h3 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: unset;
}
.naara-na #section-6 img {
  padding-bottom: 15px;
}
@media (min-width: 311px) and (max-width: 320px) {
  .naara-na #section-1 .video-overlay > div {
    padding-top: 80px;
  }
}
@media (min-width: 321px) and (max-width: 414px) {
  .naara-na #section-1 .video-overlay > div {
    padding-top: 100px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .naara-na #section-1 .video-overlay > div {
    padding-top: 140px;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .naara-na #section-1 .full-screen-video {
    height: 60vh;
  }
  .naara-na #section-1 .default-mobile {
    height: 70vh;
  }
  .naara-na #section-1 .video-overlay > div {
    vertical-align: unset;
  }
  .naara-na #section-1 .btn.margin {
    margin-right: 0px;
  }
  .naara-na .collagen-box .collagen-text {
    font-size: 4vw;
  }
  .naara-na #section-3 .aging-skin-graphic {
    margin-top: 10px;
  }
  .naara-na #section-4 .nutrient-images {
    padding-bottom: 10px;
  }
  .naara-na #section-4 .nutrient-images .pom-img img {
    height: 75px;
  }
}
@media (max-width: 768px) {
  .naara-na #section-1 p {
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .naara-na #section-3 p {
    font-size: 1.2em;
  }
  .naara-na #section-3 ul {
    font-size: 1.2em;
  }
  .naara-na #section-5 p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .naara-na .page-color {
    color: #58595b;
    font-size: 6vw;
    width: 50%;
  }
  .naara-na .overlay-content .btn.default {
    color: #b00061;
    border-color: #b00061;
  }
  .naara-na .aging-skin-graphic .overlay {
    font-size: 14px;
  }
  .naara-na .nutrients {
    flex-direction: column;
  }
  .naara-na .nutrient-images {
    align-content: center;
    padding-top: 5px;
    flex-direction: row;
  }
  .naara-na .nutrient-images .pom-img img {
    height: 118px;
    width: 200px;
  }
}
.nevo-new {
  color: #777;
}
.nevo-new .price-strick {
  color: #b8bf0d;
}
.nevo-new #section-1 .default-mobile {
  height: 60vh;
  width: 100%;
  background-color: #b8bf0d;
}
.nevo-new #section-1 p {
  font-size: 3.5em;
  text-transform: uppercase;
}
.nevo-new #section-1 .btn {
  font-size: 1.4em;
}
.nevo-new #section-1 .btn.btn-lg {
  padding: 10px 45px;
}
.nevo-new #section-1 .btn.margin {
  margin-right: 10px;
}
.nevo-new #section-2 p {
  font-size: 2.2em;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.nevo-new #section-2 .flavors-slick {
  color: black;
}
.nevo-new #section-2 .flavors-slick .slick-slide {
  margin: 0 75px;
}
.nevo-new #section-2 .flavors-slick .slick-list {
  margin: 0 -75px;
}
.nevo-new #section-2 .slick-img img {
  width: 120px;
  height: 307px;
}
.nevo-new #section-4 {
  border-top: solid;
  border-top-width: thin;
  border-color: lightgray;
}
.nevo-new #section-4 .no-paralax {
  width: 99vw;
  background-attachment: inherit;
}
.nevo-new #section-4 .cms-background-image {
  background-size: contain;
}
.nevo-new #section-4 .fixed-background {
  min-height: 67vh;
}
.nevo-new #section-5 .product-title {
  color: #777;
}
.nevo-new #section-5 .product-summary {
  font-size: 1.3em;
}
.nevo-new #section-6 img {
  width: 137px;
  height: 138px;
}
.nevo-new #section-6 .paralax-sm {
  min-height: 400px;
}
.nevo-new #section-6 .benefit-header {
  color: white;
}
.nevo-new #section-6 .benefit-header h2 {
  font-weight: 800;
  padding-bottom: 40px;
}
.nevo-new #section-6 .nevo-bg-pattern {
  background-size: auto;
}
.nevo-new #video-section {
  padding-bottom: 25px;
}
.nevo-new #section-10 {
  background-color: #fafafa;
}
.nevo-new #section-10 .btn {
  border-color: transparent;
  color: #777;
  background-color: transparent;
}
.nevo-new #section-10 .blog-header {
  background-color: #fafafa;
  text-transform: uppercase;
}
.nevo-new #section-10 .blog-item-title {
  color: #777;
  font-weight: 600;
}
.nevo-new #section-10 .blog-item-body .blog-item-date p {
  font-weight: 800;
}
.nevo-new #section-10 .our-blog-header {
  color: #777;
}
.nevo-new #section-10 .our-blog-header p {
  font-size: 1em;
}
.nevo-new #section-10 .our-blog-header.content-space {
  padding: 75px 0;
}
.nevo-new #section-10 .our-blog-header h1 {
  font-weight: 700;
  margin-bottom: 15px;
}
.nevo-new #section-10 .our-blog-header span.two-type {
  color: #777;
}
.nevo-new #section-11 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 54px;
}
.nevo-new #section-11 h3 {
  color: #777;
  font-size: 2em;
  font-weight: unset;
  text-transform: uppercase;
}
.nevo-new #section-11 img {
  padding-bottom: 10px;
}
.nevo-new .product-title {
  color: #b8bf0d;
}
.nevo-new .center {
  text-align: center;
}
.nevo-new .product-add-to-cart-container .btn-sm,
.nevo-new .product-add-to-cart-container .btn-lg {
  color: #b8bf0d;
  border-color: #b8bf0d;
}
@media (max-width: 768px) {
  .nevo-new .center-text-padding-top-bottom {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .nevo-new #section-1 .default-mobile {
    height: 60vh;
  }
  .nevo-new #section-2 {
    padding: 0;
    background-color: #fcfcfc;
    padding-top: 54px;
    /*.nevo-slick-img {
                img {
                    height: calc(50vh - 100px);
                    margin: 0 auto;
                }
            }*/
  }
  .nevo-new #section-3 .fo-product {
    border-top: unset;
  }
  .nevo-new #section-4 .fixed-background {
    min-height: 25vh;
  }
  .nevo-new #section-5 .product-title {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .nevo-new #section-6 #imgBg {
    min-height: 300px;
  }
  .nevo-new #section-6 .row-padd {
    padding-left: 100px;
  }
  .nevo-new #section-8 #section-8-imgBg {
    min-height: 125px;
  }
}
@media (min-width: 311px) and (max-width: 320px) {
  .nevo-new #section-1 .video-overlay > div {
    padding-top: 70px;
  }
}
@media (min-width: 321px) and (max-width: 414px) {
  .nevo-new #section-1 .video-overlay > div {
    padding-top: 100px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .nevo-new #section-1 .video-overlay > div {
    padding-top: 140px;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .nevo-new #section-1 .full-screen-video {
    height: 60vh;
  }
  .nevo-new #section-1 .video-overlay > div {
    vertical-align: unset;
  }
  .nevo-new #section-1 .btn.margin {
    margin-right: 0px;
  }
  .nevo-new #section-1 p {
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nevo-new #section-2 {
    background-color: #fcfcfc;
  }
  .nevo-new #section-2 .xs-space {
    padding-top: 54px;
  }
  .nevo-new #section-3 .fo-product {
    border-top: unset;
  }
  .nevo-new #section-5 .img-spacing {
    padding-bottom: 25px;
  }
  .nevo-new #section-6 img {
    height: 152px;
    width: 152px;
  }
  .nevo-new #section-6 .nevo-product-image {
    padding-bottom: 40px;
  }
  .nevo-new #section-6 .row-padd {
    padding: 0;
  }
  .nevo-new #section-6 .xs-img-left-marg {
    margin-left: 110px;
  }
  .nevo-new #section-6 .xs-margin-left {
    margin-left: 35px;
  }
  .nevo-new #section-6 .row.no-spacing {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nevo-new #section-1 .default-mobile {
    height: 90vh;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .nevo-new #section-1 .default-mobile {
    height: 100vh;
  }
}
.nevo-old .price-strick {
  color: #b8bf0d;
}
.nevo-old .product-listing .product-listing-info:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.nevo-old .product-listing .product-listing-info:after {
  border-color: #3155a4;
  color: #3155a4;
}
.nevo-old .overlay-content h2 {
  text-transform: none;
}
.nevo-old .overlay-content-left {
  padding-left: 12%;
  padding-right: 56%;
  padding-top: 6vh;
}
.nevo-old .fixed-background {
  background-position: center;
}
.nevo-old h4 {
  letter-spacing: 3px;
  font-weight: 600;
}
.nevo-old .page-color {
  color: #b8bf0d;
}
.nevo-old .product-title {
  color: #b8bf0d;
}
.nevo-old .info-banner-header {
  display: inline-block;
}
.nevo-old .informative-icon {
  text-align: center;
  padding: 0;
  margin-top: 25px;
}
.nevo-old .informative-icon .media-container {
  padding-left: 30%;
  padding-right: 30%;
}
.nevo-old .center {
  text-align: center;
}
.nevo-old .key-ingredient {
  margin-top: 20px;
}
.nevo-old .no-padding {
  padding: 0;
}
.nevo-old .no-padding img {
  vertical-align: sub;
}
.nevo-old .product-add-to-cart-container .btn-sm,
.nevo-old .product-add-to-cart-container .btn-lg {
  color: #b8bf0d;
  border-color: #b8bf0d;
}
.nevo-old .collapsable-description-title .description-title:before {
  color: #b8bf0d;
}
.nevo-old .benefit-icon {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  .nevo-old .overlay-content-left {
    padding-right: 50%;
    padding-top: 15%;
  }
}
@media (max-width: 767px) {
  .nevo-old .overlay-container {
    background-image: none !important;
    background-color: #b8bf0d;
  }
}
.fo-product-list-item .price-strick,
.fo-product .price-strick,
.fo-package .price-strick {
  text-decoration: line-through;
}
.fo-product-list-item .btn.btn-animated.has-product-in-cart:after,
.fo-product .btn.btn-animated.has-product-in-cart:after,
.fo-package .btn.btn-animated.has-product-in-cart:after {
  content: "\F00C";
}
.fo-product-list-item .btn.btn-animated.has-product-in-cart:hover:after,
.fo-product .btn.btn-animated.has-product-in-cart:hover:after,
.fo-package .btn.btn-animated.has-product-in-cart:hover:after {
  margin-left: 0.2em;
}
.fo-product-list-item .panel,
.fo-product .panel,
.fo-package .panel {
  border: solid 1px black;
}
.fo-product-list-item #accordion-groups a,
.fo-product #accordion-groups a,
.fo-package #accordion-groups a {
  text-decoration: none !important;
}
.fo-product-list-item #accordion-groups .panel-group,
.fo-product #accordion-groups .panel-group,
.fo-package #accordion-groups .panel-group {
  width: 100%;
}
.fo-product-list-item #accordion-groups .container,
.fo-product #accordion-groups .container,
.fo-package #accordion-groups .container {
  padding: 0;
}
.fo-product-list-item #accordion-groups .fo-accordion,
.fo-product #accordion-groups .fo-accordion,
.fo-package #accordion-groups .fo-accordion {
  background-color: #F4F4F4;
}
.fo-product-list-item #accordion-groups .fo-accordion .panel-body,
.fo-product #accordion-groups .fo-accordion .panel-body,
.fo-package #accordion-groups .fo-accordion .panel-body {
  padding-left: 10px;
  padding-right: 10px;
}
.fo-product-list-item #accordion-groups .panel.panel-open,
.fo-product #accordion-groups .panel.panel-open,
.fo-package #accordion-groups .panel.panel-open {
  background-color: white;
}
.free-sample .fo-product {
  border: solid transparent;
  padding: 54px 10px;
  max-height: 390px;
}
.free-sample .selected {
  border: solid #3155a4 !important;
}
.free-sample .free-sample-checkout {
  height: 200px;
}
.fo-product {
  line-height: 27px;
  padding: 54px 0;
  border-top: 1px solid #ddd;
}
.fo-product .product-add-to-cart-container {
  margin-bottom: 20px;
}
.fo-product .product-image-container {
  text-align: center;
}
.fo-product .product-image-container .main-image {
  padding-bottom: 30px;
  max-height: 350px;
  max-width: 100%;
}
.fo-product .product-image-container .img-responsive {
  padding-bottom: 10px;
  margin: 0 auto;
  width: 33.33%;
}
.fo-product .btn-dark {
  background-color: #F3F3F3;
}
.fo-product .nav-tabs > li.active > a,
.fo-product .nav-tabs > li.active > a:hover,
.fo-product .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
.fo-product .nav-tabs {
  padding: 0;
}
.fo-product .nav-tabs > li > a {
  color: #555555;
}
.fo-product .product-title {
  color: #7a7a7a;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1em;
}
.fo-product .product-price {
  color: #8a8a8a;
  font-size: 16px;
  margin-bottom: 10px;
}
.fo-product .price-strick {
  text-decoration: line-through;
}
.fo-product .view-cart {
  margin-left: 15px;
  color: #00a7b5;
}
.fo-product .product-thumbnail {
  max-height: 135px;
}
.fo-package .main-image {
  margin: 0 auto;
}
.fo-package .img-package {
  width: 15vw;
}
.fo-package .package-content {
  margin: 5% 0;
  border-radius: 3px;
  padding: 20px;
  transition: background-color 0.2s ease-in-out;
}
.fo-package .package-content h5 {
  transition: all 0.2s ease-in-out;
}
.fo-package .package-content.open {
  background-color: #fff;
}
.fo-package .package-content.open h5 {
  font-weight: 500;
}
.fo-package .package-content.open .package-content-title:after {
  margin-top: -25px;
}
.fo-package .package-content-title {
  color: #666;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 0;
  position: relative;
}
.fo-package .package-content-title span:after {
  content: "\F055";
  font-family: FontAwesome;
  font-size: 18px;
  left: 300px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.fo-package .package-content-details {
  padding-top: 20px;
  display: none;
}
.fo-collapsable-description:last-child {
  border-bottom: 1px solid black;
}
.fo-collapsable-description {
  border-top: 1px solid black;
  padding: 10px;
}
.fo-collapsable-description .collapsable-description-description {
  color: #666666;
  margin-bottom: 5%;
}
.fo-collapsable-description .collapsable-description-title {
  position: relative;
  color: #666;
  font-size: 100%;
  cursor: pointer;
}
.fo-collapsable-description .description-title {
  padding: 0 50px 0 0;
  position: relative;
}
.fo-collapsable-description .description-title:before {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 16px;
  font-weight: 100;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.fo-collapsable-description.open .description-title:before {
  content: "-";
  -webkit-transform: scale(3, 1);
  -moz-transform: scale(3, 1);
  -ms-transform: scale(3, 1);
  -o-transform: scale(3, 1);
  transform: scale(3, 1);
}
.product-info {
  margin-bottom: 30px;
}
.product-info .product-title {
  font-size: 1.5em;
  line-height: 1.125em;
  font-weight: 300;
  letter-spacing: normal;
}
.product-info .product-summary {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.5em;
}
.product-recipes {
  margin: 0;
  padding: 0;
}
.product-recipes .product-recipe {
  padding: 0;
  max-height: 340px;
  overflow: hidden;
}
.product-recipes .recipe-image {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 28vh;
}
.product-recipes .recipe-image .recipe-overlay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transition: all 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-recipes .recipe-image .recipe-overlay:before {
  font-family: 'FontAwesome';
  left: 50%;
  top: 45%;
  position: absolute;
  font-size: 32px;
  font-weight: 100;
  transition: all 0.4s;
  content: "\F055";
  color: #0099cc;
  margin: -14px 0 0 -14px;
  line-height: 1em;
  width: 50%;
  height: 66%;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 40px;
  background-size: 50px 54px;
  background-image: url('https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/zen-bodi-approved-icon.png');
}
.product-recipes .recipe-image > img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  height: auto;
}
.product-recipes .recipe-image:hover .recipe-overlay {
  opacity: 1;
}
.product-recipes .recipe-image:hover .recipe-overlay:before {
  top: 33%;
}
.product-recipes .recipe-image:hover .open-icon {
  top: 30%;
}
.product-recipes .recipe-image:hover .recipe-tags {
  top: 50%;
}
.product-recipes .recipe-image.ignite .recipe-overlay:before {
  color: #e42134;
  background-image: url('https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/ignite-approved-icon.png');
}
.product-recipes .recipe-image.detox .recipe-overlay:before {
  color: #552f92;
  background-image: url('https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/detox-approved-icon.png');
}
.product-recipes .recipe-image.thrive .recipe-overlay:before {
  color: #fd4f00;
  background-image: url('https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/thrive-approved-icon.png');
}
.product-recipes .recipe-image.restart .recipe-overlay:before {
  color: #fd4f00;
  background-image: url('https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/restart-approved-icon.png');
}
.product-recipes .recipe-tags {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 300;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s;
}
.product-recipes .recipe-tags p {
  font-weight: 500;
}
.product-recipes .open-icon {
  position: absolute;
  color: #fff;
  background-color: #c3002f;
  top: 40%;
  left: 50%;
  transition: all 0.4s;
  border-radius: 50%;
  border: 1px solid;
}
.product-recipes .open-icon:before {
  content: "+";
}
.package-listing h1,
.package-listing h3 {
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  padding-bottom: 10px;
}
.package-listing h1 {
  font-size: 30px;
  text-transform: uppercase;
}
.package-listing h3 {
  font-size: 22px;
}
.package-listing hr {
  border-style: inset;
  border-width: 1px;
  margin: 0.5em auto;
}
.package-listing #qty {
  width: 80px;
  height: 47px;
  margin-top: 5px;
  margin-left: 5px;
}
.package-listing .btn.themed {
  margin-left: 10px;
  width: 233px;
}
.product-listing {
  text-align: center;
}
.product-listing ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0 10px;
}
.product-listing li {
  padding: 10px 0 35px;
  cursor: pointer;
}
.product-listing li img {
  margin: 0 auto;
}
.product-listing .product-listing-info {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 0 20px;
  max-width: 145px;
  min-height: 300px;
  transition: all 0.4s ease 0s;
}
.product-listing .product-listing-info:after {
  content: '\F107';
  font-family: 'FontAwesome';
  border: 2px solid #666;
  border-radius: 50%;
  padding: 2px 6px;
  left: 50%;
  font-size: 1.25em;
}
.product-listing .product-listing-info:hover {
  background-color: #ddd;
  opacity: 1.0;
}
.product-listing a {
  text-decoration: none;
}
.product-listing a > div {
  border: 2px solid #ddd;
  border-radius: 50%;
  color: #ddd;
  margin: 0 auto;
  width: 36px;
  padding: 4px;
}
.may-love {
  display: flex;
  height: 125px;
}
.may-love .may-love-img {
  width: 45%;
}
.may-love .may-love-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.fo-product-configuration {
  padding: 20px 0;
}
.fo-product-configuration.multi .group {
  border: solid 1px;
}
.fo-product-configuration ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.fo-product-configuration ul li {
  padding: 5px;
  height: 45px;
}
.fo-product-configuration img {
  border-radius: 50%;
  max-height: 100%;
}
.fo-product-configuration img.selected {
  border: 2px solid #000;
}
.fo-product-configuration p {
  padding: 20px 0;
}
@media (max-width: 425px) {
  a.btn.themed.add-to-cart-btn {
    width: 63%;
  }
}
@media (max-width: 1024px) {
  a.btn.themed.add-to-cart-btn {
    width: 63%;
  }
}
@media (max-width: 768px) {
  .btn.themed.add-to-cart-btn {
    width: 75%;
  }
  .package-listing #qty {
    margin-left: 25px;
  }
  .fo-package .package-content-title span:after {
    left: 91%;
    margin-top: -10px;
  }
}
@media (max-width: 1024px) {
  .fo-package .package-content-title span:after {
    left: 91%;
    margin-top: -10px;
  }
}
@media (max-width: 568px) {
  .product-recipes .recipe-image {
    height: 59vh;
  }
  .fo-product-configuration ul li {
    padding: 10px;
    height: 55px;
  }
}
@media (max-width: 320px) {
  .product-recipes .recipe-image {
    height: 37vh;
  }
  .package-listing #qty {
    margin-left: unset;
  }
}
.reserve .price-strick {
  color: #802b6a;
}
.reserve .fixed-background {
  background-position: 50% center !important;
}
.reserve .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reserve .container .container-child {
  flex: 1 0 21%;
  margin-right: 1em;
}
.reserve .overlay-content h2 {
  letter-spacing: normal;
}
.reserve .overlay-content-right {
  padding-left: 63%;
  padding-top: 15vh;
}
.reserve .product-title {
  color: #802b6a;
}
.reserve .product-summary {
  font-size: 1.375em;
  font-weight: 300;
}
.reserve .btn.btn-animated.themed {
  border-color: #802b6a;
  color: #802b6a;
}
.reserve .ingredient-name {
  color: #802b6a;
}
.reserve .product-add-to-cart-container .btn-lg {
  color: #802b6a;
  border-color: #802b6a;
}
.reserve .collapsable-description-title .description-title:before {
  color: #802b6a;
}
@media (max-width: 767px) {
  .reserve .overlay-container {
    background-image: none !important;
    background-color: #802b6a;
  }
  .reserve .container {
    flex-direction: column;
  }
  .reserve .container #blueberryImg {
    order: 3 !important;
  }
  .reserve .container #blueberryDesc {
    order: 4 !important;
  }
  .reserve .container #grapeImg {
    order: 7 !important;
  }
  .reserve .container #grapeDesc {
    order: 8 !important;
  }
}
.reserve-new {
  color: #777;
}
.reserve-new .price-strick {
  color: #802b6a;
}
.reserve-new .btn {
  color: #802b6a;
  border-color: #802b6a;
}
.reserve-new #section-1 .default-mobile {
  height: 70vh;
  width: 100%;
  background-color: #802b6a;
}
.reserve-new #section-1 .btn {
  color: white;
  border-color: white;
  padding-left: 45px;
  padding-right: 45px;
}
.reserve-new #section-1 .margin {
  margin-right: 10px;
}
.reserve-new #section-1 h3 {
  font-weight: unset !important;
  font-size: 3em;
  text-transform: uppercase;
}
.reserve-new #section-2 .fa {
  color: #802b6a;
}
.reserve-new #section-3 {
  background-color: #231438;
  width: 100%;
}
.reserve-new #section-4 h1 {
  text-transform: uppercase;
  font-weight: unset !important;
}
.reserve-new #section-4 h3 {
  font-weight: unset !important;
  font-size: 1.2em;
}
.reserve-new #section-4 ul {
  padding-left: 0px;
}
.reserve-new #section-4 ul li {
  line-height: 2em;
  font-size: 1em;
  letter-spacing: 1px;
}
.reserve-new #section-4 ul li i {
  color: #802b6a;
}
.reserve-new #section-5 {
  color: white;
}
.reserve-new #section-5 h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  padding-top: 11%;
}
.reserve-new #section-5 h2 strong {
  -webkit-animation: pulse_animation 1.5s linear infinite 0s;
  animation: pulse_animation 1.5s linear infinite 0s;
}
.reserve-new #section-5 h2 strong:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.reserve-new #section-6 .superfruit-container {
  width: 100%;
}
.reserve-new #section-6 .superfruit-content {
  display: flex;
  flex-direction: column;
}
.reserve-new #section-6 .container-fluid .row {
  background-color: #fafafa;
}
.reserve-new #section-6 .research {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0 40px;
}
.reserve-new #section-6 .research h4 {
  font-weight: 300;
  font-size: 1.3em;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.reserve-new #section-6 .research h5 {
  color: #622466;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.1em;
}
.reserve-new #section-6 .research p {
  padding-bottom: 1em;
  font-size: 16px;
  font-weight: 300;
}
.reserve-new #section-6 .research ul {
  margin: 0;
  padding: 0;
}
.reserve-new #section-6 .research ul li {
  padding-bottom: 10px;
}
.reserve-new #section-6 .research .fa-check-circle {
  color: #C084A4;
}
.reserve-new #section-6 .tablet {
  background: linear-gradient(90deg, #85286c 30%, #85286c 30%);
  margin: 0;
  padding: 0 0 40px 0;
  color: #fff;
}
.reserve-new #section-6 .tablet-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.reserve-new #section-6 .resveratrol ul {
  margin: 0;
  padding: 0;
}
.reserve-new #section-6 .resveratrol ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.reserve-new #section-6 .resveratrol .fa-check-circle {
  opacity: 0.5;
}
.reserve-new #section-6 .resveratrol h4 {
  font-size: 1.4em;
  font-weight: 700;
  padding-bottom: 2px;
}
.reserve-new #section-6 .resveratrol h5 {
  font-size: 1.3em;
  font-weight: 300;
}
.reserve-new #section-6 .resveratrol-plus {
  background-color: #221238;
  padding: 70px 0 30px;
  margin: 0 0 40px;
  text-align: center;
  background-position: 65% 50% !important;
  background-repeat: no-repeat;
  font-size: 1.5em !important;
  background-size: auto 35%;
}
.reserve-new #section-6 .reserve-fruit-split {
  background-repeat: no-repeat;
  background-size: contain;
  text-align: right;
  height: 100%;
  display: inline-block;
  width: 100%;
  background-position: 5% 50% !important;
  margin: 20px auto 60px;
  padding: 5vw 0 0 36%;
}
.reserve-new #section-6 .fruit-split-label {
  padding: 0 0 5px;
  font-weight: 600;
  clear: both;
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
  line-height: 1.3em;
  color: #c284a4;
  margin: 0 0 9vw;
  font-size: 4vw;
}
.reserve-new #section-6 .fruit-split-label:before {
  content: "\2022";
  position: absolute;
  bottom: -10px;
  left: -2px;
  color: #fff;
  font-size: 24px;
}
.reserve-new #section-7 {
  color: #777;
}
.reserve-new #section-7 h2 {
  text-transform: uppercase;
  font-weight: unset !important;
  margin-bottom: unset;
  padding-bottom: unset;
}
.reserve-new #section-7 .plus-icon {
  padding-top: 83px;
  padding-left: 48px;
}
.reserve-new #section-7 .unprotected-gif p {
  font-size: .7em;
  padding-top: 15px;
}
.reserve-new #section-7 .product-img {
  width: 200px;
}
.reserve-new #section-7 .equals-icon {
  padding-top: 76px;
  padding-left: 40px;
}
.reserve-new #section-7 .protected-gif p {
  padding-top: 15px;
  font-size: .7em;
}
.reserve-new #section-7 p.graph-context-2 {
  font-size: .7em;
}
.reserve-new #section-7 .rotated {
  transform: rotate(-90deg);
}
.reserve-new #section-7 #graph {
  display: block;
  /* fixes layout wonkiness in FF1.5 */
  position: relative;
  width: 300px;
  height: 300px;
  margin: 1.1em 0 0;
  padding: 0;
  background: transparent;
  font-size: 11px;
}
.reserve-new #section-7 #graph caption {
  width: 150px;
  margin-bottom: 20px;
  margin-left: 70px;
  color: black;
}
.reserve-new #section-7 #graph tr,
.reserve-new #section-7 #graph th,
.reserve-new #section-7 #graph td {
  position: absolute;
  bottom: 63px;
  width: 150px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}
.reserve-new #section-7 #graph thead tr {
  left: 100%;
  top: 50%;
  bottom: auto;
  margin: -2.5em 0 0 5em;
}
.reserve-new #section-7 #graph thead th {
  width: 7.5em;
  height: auto;
  padding: 0.5em 1em;
}
.reserve-new #section-7 #graph thead th.sent {
  top: 0;
  left: 0;
  line-height: 2;
}
.reserve-new #section-7 #graph thead th.paid {
  top: 2.75em;
  line-height: 2;
  left: 0;
}
.reserve-new #section-7 #graph tbody tr {
  height: 200px;
  padding-top: 2px;
  /*border-left: 1px solid #C4C4C4;*/
  color: #AAA;
}
.reserve-new #section-7 #graph #q1 {
  left: 0;
  bottom: 64px;
}
.reserve-new #section-7 #graph #q2 {
  left: 150px;
}
.reserve-new #section-7 #graph #q3 {
  left: 300px;
}
.reserve-new #section-7 #graph #q4 {
  left: 450px;
  border-right: none;
}
.reserve-new #section-7 #graph tbody th {
  bottom: 4.25em;
  vertical-align: top;
  font-weight: normal;
  color: black;
}
.reserve-new #section-7 #graph .bar {
  width: 115px;
  border: 1px solid;
  border-bottom: none;
  color: #000;
}
.reserve-new #section-7 #graph .bar.bar-1 {
  height: 101px;
}
.reserve-new #section-7 #graph .bar.bar-2 {
  height: 145px;
}
.reserve-new #section-7 #graph .bar p {
  margin: 5px 0 0;
  padding: 0;
  color: white;
}
.reserve-new #section-7 #graph .jr-pbs {
  left: 13px;
  background-color: #210D3B;
  border-color: transparent;
}
.reserve-new #section-7 #graph .etOH-bar {
  left: 15px;
  background-color: #C184A4;
  border-color: transparent;
}
.reserve-new #section-7 #ticks {
  position: relative;
  top: -287px;
  left: 2px;
  width: 350px;
  height: 225px;
  z-index: 1;
  margin-bottom: -300px;
  font-size: 10px;
}
.reserve-new #section-7 #ticks div.tick-rotate {
  transform: rotation(20deg);
}
.reserve-new #section-7 #ticks div.tick {
  position: relative;
  border-left: 2px solid;
  border-color: black;
  width: 300px;
}
.reserve-new #section-7 #ticks div.tick.tick-1 {
  height: 20px;
}
.reserve-new #section-7 #ticks div.tick.tick-2 {
  height: 20px;
}
.reserve-new #section-7 #ticks div.tick.tick-3 {
  height: 20px;
}
.reserve-new #section-7 #ticks div.tick.tick-4 {
  height: 20px;
}
.reserve-new #section-7 #ticks div.tick.tick-5 {
  height: 20px;
}
.reserve-new #section-7 #ticks div.tick.tick-6 {
  height: 20px;
}
.reserve-new #section-7 #ticks div.tick.tick-7 {
  height: 20px;
}
.reserve-new #section-7 #ticks div.tick.tick-8 {
  height: 20px;
  border-bottom: 2px solid #C4C4C4;
  border-color: black;
}
.reserve-new #section-7 #ticks div.tick p {
  position: absolute;
  left: -3em;
  top: -0.8em;
  margin: 0 0 0 0.5em;
  color: black;
}
.reserve-new #section-8 {
  background-color: #231438;
}
.reserve-new #blogs .blog-item-title {
  color: #777;
  font-weight: 500;
}
.reserve-new #blogs .blog-item-date {
  font-weight: bold;
  color: #777;
}
.reserve-new #blogs .read-more {
  color: #802b6a;
}
.reserve-new #blogs .btn {
  color: #777;
  border-color: transparent;
  background-color: transparent;
}
.reserve-new #trending .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 54px;
}
.reserve-new #trending img {
  padding-bottom: 15px;
}
.reserve-new #trending h3 {
  font-weight: unset !important;
  text-transform: uppercase;
  font-size: 2em;
}
.reserve-new .fixed-background {
  background-position: 50% center !important;
}
.reserve-new .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reserve-new .container .container-child {
  flex: 1 0 21%;
  margin-right: 1em;
}
.reserve-new .overlay-content h2 {
  letter-spacing: normal;
}
.reserve-new .overlay-content-right {
  padding-left: 63%;
  padding-top: 15vh;
}
.reserve-new .product-title {
  color: #802b6a;
}
.reserve-new .product-summary {
  font-size: 1.375em;
  font-weight: 300;
}
.reserve-new .btn.btn-animated.themed {
  border-color: #802b6a;
  color: #802b6a;
}
.reserve-new .ingredient-name {
  color: #802b6a;
}
.reserve-new .product-add-to-cart-container .btn-lg {
  color: #802b6a;
  border-color: #802b6a;
}
.reserve-new .collapsable-description-title .description-title:before {
  color: #802b6a;
}
@media (min-width: 480px) {
  .reserve-new #section-6 .fruit-split-label {
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  .reserve-new #section-6 .tablet {
    background: linear-gradient(90deg, #fafafa 29%, #85286c 29%);
    padding: 0;
  }
  .reserve-new #section-6 .tablet-content {
    flex-direction: row;
  }
  .reserve-new #section-6 .resveratrol {
    order: 2;
    width: 40%;
    padding: 0 0 0 40px;
  }
  .reserve-new #section-6 .resveratrol-plus {
    min-height: unset;
    background-attachment: scroll;
  }
  .reserve-new #section-6 .reserve-fruit-split {
    order: 1;
    padding: 6vw 0 0 26%;
    margin: 60px auto;
    width: 60%;
    min-height: unset;
  }
  .reserve-new #section-6 .fruit-split-label {
    font-size: 1.75vw;
  }
}
@media (min-width: 1024px) {
  .reserve-new #section-6 {
    background: linear-gradient(90deg, #fafafa 50%, #85286c 50%);
  }
  .reserve-new #section-6 .superfruit-container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .reserve-new #section-6 .superfruit-content {
    flex-direction: row;
  }
  .reserve-new #section-6 .tablet {
    background: unset;
    width: 65%;
  }
  .reserve-new #section-6 .tablet-content {
    width: 100%;
  }
  .reserve-new #section-6 .research {
    width: 35%;
  }
  .reserve-new #section-6 .reserve-fruit-split {
    padding: 36px 0 0 28%;
    margin: 60px auto;
    width: 60%;
    min-height: unset;
    background-position: 20% 50% !important;
    background-attachment: scroll;
  }
  .reserve-new #section-6 .fruit-split-label {
    font-size: .75em;
    margin: 0 0 70px;
  }
}
@media (max-width: 425px) and (max-width: 667px) {
  .reserve-new #section-1 .margin {
    margin-right: unset;
  }
}
@media (max-width: 425px) and (min-width: 768px) {
  .reserve-new #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (max-width: 425px) and (min-width: 311px) and (max-width: 767px) {
  .reserve-new #section-1 .full-screen-video {
    height: 60vh;
  }
  .reserve-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 100px;
  }
  .reserve-new #section-1 h3 {
    font-size: 2em;
  }
  .reserve-new #section-1 .btn.margin {
    margin-right: unset !important;
  }
  .reserve-new #section-3 .col-xs-12 {
    padding-left: 43px;
  }
  .reserve-new #section-5 h2 {
    font-size: 1.5em;
    padding-top: 20%;
  }
  .reserve-new #section-7 .plus-icon {
    padding-top: 53px;
    padding-bottom: 20px;
    padding-left: unset;
  }
  .reserve-new #section-7 .equals-icon {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: unset;
  }
  .reserve-new #section-7 #graph {
    width: unset;
    height: 340px;
  }
  .reserve-new #section-7 #ticks {
    width: unset;
  }
  .reserve-new #section-8 .col-xs-offset-3 {
    margin-left: 22% !important;
  }
}
@media (max-width: 425px) and (min-width: 767px) and (max-width: 1023px) {
  .reserve-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 31%;
  }
  .reserve-new #section-1 .default-mobile {
    height: 100vh;
  }
  .reserve-new #section-5 h2 {
    font-size: 2em;
    padding-top: 18%;
  }
  .reserve-new #section-7 .plus-icon {
    padding-left: unset;
  }
  .reserve-new #section-7 .plus-icon img {
    width: unset;
  }
  .reserve-new #section-7 .equals-icon img {
    width: unset;
  }
  .reserve-new #section-7 #graph {
    width: unset;
  }
  .reserve-new .overlay-container {
    background-image: none !important;
    background-color: #802b6a;
  }
  .reserve-new .container {
    flex-direction: column;
  }
  .reserve-new .container #blueberryImg {
    order: 3 !important;
  }
  .reserve-new .container #blueberryDesc {
    order: 4 !important;
  }
  .reserve-new .container #grapeImg {
    order: 7 !important;
  }
  .reserve-new .container #grapeDesc {
    order: 8 !important;
  }
}
@media (max-width: 425px) and (min-width: 1300px) and (max-width: 1366px) {
  .reserve-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 210px;
  }
}
@media (max-width: 425px) and (min-width: 1024px) and (max-width: 1360px) {
  .reserve-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 35%;
  }
  .reserve-new #section-7 .plus-icon {
    padding-left: unset;
  }
  .reserve-new #section-7 .plus-icon img {
    width: unset;
  }
  .reserve-new #section-7 .equals-icon {
    padding-left: unset;
  }
  .reserve-new #section-7 .equals-icon img {
    width: unset;
  }
  .reserve-new #section-7 #graph {
    width: unset;
  }
  .reserve-new #section-7 p.graph-context-1 {
    line-height: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reserve-new #section-7 .plus-icon,
  .reserve-new #section-7 .equals-icon {
    padding-left: unset;
  }
  .reserve-new #section-7 .row {
    padding-left: unset;
    padding-right: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .reserve-new #section-7 .container {
    justify-content: center;
  }
  .reserve-new #section-7 .container .cap-graph {
    width: 44%;
    margin: auto;
    margin-left: 25vw;
  }
  .reserve-new #section-7 .container .cap-graph #graph {
    width: 302px !important;
  }
  .reserve-new #section-7 #graph {
    width: unset !important;
  }
}
@media (max-width: 768px) {
  .reserve-new #section-1 .btn {
    margin-right: unset;
  }
  .reserve-new #section-7 .container {
    justify-content: center;
  }
  .reserve-new #section-7 .container .cap-graph {
    width: 44%;
    margin: auto;
    margin-left: 28vw;
  }
  .reserve-new #section-7 .container .cap-graph #graph {
    width: 302px !important;
  }
}
@media (max-width: 500px) {
  .reserve-new #section-7 .cap-graph {
    width: 75% !important;
    margin-left: 8.3% !important;
  }
}
@-moz-keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.075);
  }
  45% {
    transform: scale(1);
  }
  55% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.075);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.075);
  }
  45% {
    transform: scale(1);
  }
  55% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.075);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.075);
  }
  45% {
    transform: scale(1);
  }
  55% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.075);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.vidacell .price-strick {
  color: #ffe600;
}
.vidacell .overlay-content-right .btn-lg {
  border-color: #333333;
  color: #333333;
}
.vidacell .overlay-content-right {
  padding-left: 63%;
}
.vidacell .overlay-content h2 {
  font-size: 1.5em;
}
.vidacell .page-color {
  color: #ffe600;
}
@media (max-width: 767px) {
  .vidacell .overlay-content-right .btn-lg {
    border-color: #fff;
    color: #fff;
  }
  .vidacell img + img {
    padding-top: 10px;
  }
  .vidacell .media-video {
    padding: 80px 40px;
  }
  .vidacell .overlay-container {
    background-image: none !important;
    background-color: #333333;
  }
  .vidacell .page-color {
    color: white;
  }
}
.vidacell .product-title {
  color: #58595b;
  font-size: 1.5em;
}
.zen-bodi .project {
  color: #777;
  background-color: white !important;
  text-transform: none !important;
  /*End of section 4*/
}
.zen-bodi .project .price-strick {
  color: #c3002f;
}
.zen-bodi .project #zp-section-1 {
  color: #777;
}
.zen-bodi .project #zp-section-1 p {
  font-size: 1em;
}
.zen-bodi .project #zp-section-2 #ambassador-col {
  background-color: #fafafa !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.zen-bodi .project #zp-section-2 .mark-img {
  margin: 0;
}
.zen-bodi .project #zp-section-2 .ambassadorSection {
  background-color: antiquewhite;
}
.zen-bodi .project #zp-section-2 p {
  font-size: 1em;
}
.zen-bodi .project #zp-section-2 p.brand-ambassador-header {
  font-size: 1.2em;
  font-weight: 600;
}
.zen-bodi .project #zp-section-2 p.ambassador-name {
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
}
.zen-bodi .project #zp-section-2 p.zen-ambssador-saying {
  line-height: 1.9em;
}
.zen-bodi .project #zp-section-2 .credit-img img {
  margin-top: 10px;
  height: auto;
  width: 250px;
}
.zen-bodi .project #zp-section-3 {
  color: #777;
}
.zen-bodi .project #zp-section-3.content-space {
  padding-bottom: 0;
}
.zen-bodi .project #zp-section-3 i {
  font-size: 33px;
}
.zen-bodi .project #zp-section-3 hr {
  margin: 0;
  margin-top: 50px;
  padding: 0;
}
.zen-bodi .project #zp-section-3 a {
  color: #c3002f;
}
.zen-bodi .project #zp-section-3 a.starter-pack {
  text-transform: uppercase;
  background-color: #f2f2f2 !important;
  border-color: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.zen-bodi .project #zp-section-3 p {
  color: #777;
}
.zen-bodi .project #zp-section-3 p.section-header {
  font-size: 1.4em;
}
.zen-bodi .project #zp-section-3 .download-link {
  color: #777;
  font-size: 1em;
  margin-top: 25px;
  margin-bottom: 25px;
}
.zen-bodi .project #zp-section-3 .btn-space {
  padding-bottom: 15px;
}
.zen-bodi .project #zp-section-3 .phase-title {
  font-family: 'Open Sans Condensed';
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0;
  display: inline-block;
  letter-spacing: 0.1em;
}
.zen-bodi .project #zp-section-3 .phase-subtitle {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  text-transform: lowercase;
}
.zen-bodi .project #zp-section-3 .phase-week {
  background-color: #bbb;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.zen-bodi .project #zp-section-3 .phase-index {
  color: #666;
  line-height: 0.75em;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
.zen-bodi .project #zp-section-3 .phase-index div p {
  color: #999;
  font-size: .9em;
  padding-bottom: 2px;
}
.zen-bodi .project #zp-section-3 .phase-index hr {
  border-bottom: solid 2px #cccccc;
  margin: 0;
  margin-left: 50px;
  margin-right: 50px;
}
.zen-bodi .project #zp-section-3 .phase-index .phase-number {
  font-size: 2.5em;
  line-height: 1.125em;
  font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  display: block;
}
.zen-bodi .project #zp-section-3 .phase-details {
  padding: 40px 0;
}
.zen-bodi .project #zp-section-3 .phase-product-image {
  padding-top: 20px;
}
.zen-bodi .project #zp-section-4 {
  color: #777;
  background-color: #fafafa !important;
}
.zen-bodi .project #zp-section-4 h3 {
  font-size: 1.5em;
}
.zen-bodi .project #zp-section-4 .btn {
  border-color: #c3002f;
  color: #c3002f;
  text-transform: uppercase;
}
.zen-bodi .project #zp-section-4 .product-recipes {
  margin: 0;
  padding: 0;
}
.zen-bodi .project #zp-section-4 .product-recipes .product-recipe {
  padding: 0;
  max-height: 340px;
  overflow: hidden;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 28vh;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image .recipe-overlay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transition: all 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image .recipe-overlay:before {
  left: 50%;
  top: 45%;
  position: absolute;
  font-size: 32px;
  font-weight: 100;
  transition: all 0.4s;
  color: #0099cc;
  margin: -14px 0 0 -14px;
  line-height: 1em;
  width: 50%;
  height: 66%;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 40px;
  background-size: 50px 54px;
  background-image: unset !important;
  content: unset !important;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image > img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  height: auto;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image:hover .recipe-overlay {
  opacity: 1;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image:hover .recipe-overlay:before {
  top: 33%;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image:hover .open-icon {
  top: 30%;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image:hover .recipe-tags {
  top: 50%;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image.ignite .recipe-overlay:before {
  color: #e42134;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image.detox .recipe-overlay:before {
  color: #552f92;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image.thrive .recipe-overlay:before {
  color: #fd4f00;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-image.restart .recipe-overlay:before {
  color: #fd4f00;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-tags {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 300;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-tags i {
  color: red;
  font-size: 24px;
  border: 2px solid;
  border-radius: 50%;
}
.zen-bodi .project #zp-section-4 .product-recipes .recipe-tags p {
  font-weight: 700;
  font-size: 1em;
}
.zen-bodi .project #zp-section-4 .product-recipes .open-icon {
  position: absolute;
  color: #fff;
  background-color: #c3002f;
  top: 40%;
  left: 50%;
  transition: all 0.4s;
  border-radius: 50%;
  border: 1px solid;
}
@media (min-width: 311px) and (max-width: 767px) {
  .zen-bodi .project #zp-section-1 h2 {
    font-size: 1.3em;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .zen-bodi .project #zp-section-1 p {
    line-height: 30px;
    font-size: 1em;
  }
  .zen-bodi .project #zp-section-2 .content-space {
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .zen-bodi .project #zp-section-2 h1 {
    font-size: 1.5em;
  }
  .zen-bodi .project #zp-section-2 p {
    font-size: 1em;
    line-height: 30px;
  }
  .zen-bodi .project #zp-section-3 .download-link {
    font-size: .9em;
  }
  .zen-bodi .project #zp-section-4 .slick-initialized .slick-slide {
    height: unset !important;
  }
}
@media (max-width: 768px) {
  .zen-bodi .project #zp-section-1 .project-img {
    height: 175px;
    width: auto;
  }
  .zen-bodi .project #zp-section-1 h2 {
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 10px;
  }
  .zen-bodi .project #zp-section-1 p {
    font-size: 1em;
    line-height: 25px;
  }
  .zen-bodi .project #zp-section-2 .content-space {
    padding-bottom: 0;
  }
  .zen-bodi .project #zp-section-2 h1 {
    font-size: 1.4em;
  }
  .zen-bodi .project #zp-section-2 p {
    font-size: 1em;
    line-height: 25px;
  }
  .zen-bodi .project #zp-section-3 .phase-index hr {
    border-bottom: solid 2px #cccccc;
    margin: 0;
    margin-left: 50px;
    margin-right: 50px;
  }
  .zen-bodi .project #zp-section-3 .video-div {
    padding-top: 20px;
  }
}
.zen-bodi {
  color: #777;
}
.zen-bodi .btn {
  color: #c3002f;
  border-color: #c3002f;
}
.zen-bodi #section-1 .default-mobile {
  height: 500px;
  width: 100%;
  background-color: #c3002f;
}
.zen-bodi #section-1 p {
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 3.5em;
}
.zen-bodi #section-1 .btn {
  color: white;
  border-color: white;
  padding: 14px 45px;
}
.zen-bodi #section-1 .btn.margin {
  margin-right: 10px;
}
.zen-bodi #section-2 {
  background-color: #fcfcfc !important;
}
.zen-bodi #section-2 p {
  font-size: 2em;
  text-transform: uppercase;
}
.zen-bodi #section-2 .product-img img {
  width: 205px;
  height: 205px;
}
.zen-bodi #section-2 .product-slider {
  padding-left: 50px;
}
.zen-bodi #section-3 a {
  text-transform: uppercase;
}
.zen-bodi #section-3 hr {
  margin: 0;
}
.zen-bodi #section-3 .alternate {
  background-color: #fcfcfc !important;
}
.zen-bodi #section-3 .fo-product i {
  color: #c3002f;
}
.zen-bodi #section-3 .pc-price .fa.fa-question-circle {
  color: #c3002f;
}
.zen-bodi #section-4 a {
  text-transform: uppercase;
}
.zen-bodi #section-5 hr {
  width: 50%;
}
.zen-bodi #section-5 p {
  padding-top: 0px;
}
.zen-bodi #section-5 p.package-header-1 {
  font-size: 2.2em;
  text-transform: uppercase;
}
.zen-bodi #section-5 p.package-header-2 {
  font-size: 1.5em;
  font-weight: 600;
}
.zen-bodi #section-5 p.package-header-3 {
  font-size: 1.2em;
  font-weight: 700;
}
.zen-bodi #section-5 .color-red {
  color: red;
}
.zen-bodi #section-8 {
  color: #777;
  background-color: transparent !important;
}
.zen-bodi #section-8 .dark-background {
  background-color: transparent !important;
}
.zen-bodi #section-8 .read-more {
  color: #c3002f;
}
.zen-bodi #section-8 .blog-item-title {
  text-align: left;
  color: #777;
  font-weight: 500;
}
.zen-bodi #section-8 .blog-item-date {
  text-align: left;
  color: #777;
  font-weight: 700;
}
.zen-bodi #section-8 .blog-item-date p {
  font-size: 1.2em;
}
.zen-bodi #section-8 .btn {
  border-color: transparent;
  color: #777;
}
.zen-bodi #section-9 {
  text-transform: unset !important;
  color: #777;
}
.zen-bodi #section-9 p {
  margin-top: 65px;
  font-size: 1.2em;
}
.zen-bodi #section-10 .container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}
.zen-bodi #section-10 h3 {
  color: #777;
  font-size: 2em;
  font-weight: unset !important;
  text-transform: uppercase;
}
.zen-bodi #section-10 img {
  padding-bottom: 10px;
}
.zen-bodi #section-10 .row:last-child {
  padding-bottom: 54px;
}
.zen-bodi .overlay-content h2 {
  letter-spacing: normal;
  font-weight: 300;
  color: #58595b;
}
.zen-bodi .overlay-content a.themed {
  color: #c3002f;
}
.zen-bodi .overlay-image-container {
  display: block;
}
.zen-bodi .overlay-header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 25px;
  max-width: 455px;
  display: inline-block;
}
.zen-bodi .overlay-content-right {
  padding-left: 60%;
  padding-top: 10%;
  padding-bottom: 50px;
  padding-right: 10%;
}
.zen-bodi.recipes .overlay-content-right {
  padding-top: 8%;
}
.zen-bodi.recipes .overlay-header {
  background-color: rgba(255, 255, 255, 0.5);
  color: #58595b;
  padding: 40px;
  text-align: center;
}
.zen-bodi.recipes a {
  color: #fff;
  text-decoration: none;
}
.zen-bodi .product-title {
  color: #c3002f;
}
.zen-bodi .video-banner {
  background-color: #333333;
}
.zen-bodi .product-listing .product-listing-info:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.zen-bodi .product-listing .product-listing-info:after {
  border-color: #c3002f;
  color: #c3002f;
}
.zen-bodi .very-dark-background {
  background-color: #333333;
  color: #fff;
}
.zen-bodi .image-padding {
  margin-top: 10%;
}
.zen-bodi .btn.long-text {
  white-space: normal !important;
}
.zen-bodi .btn.themed {
  color: #c3002f;
  border-color: #c3002f;
}
.zen-bodi .btn.btn-block.themed {
  color: #fff;
  background-color: #c3002f;
}
.zen-bodi .product-add-to-cart-container .btn-sm,
.zen-bodi .product-add-to-cart-container .btn-lg {
  color: #c3002f;
  border-color: #c3002f;
}
.zen-bodi .product-add-to-cart-container .btn-sm {
  white-space: normal;
}
.zen-bodi .collapsable-description-title .description-title:before {
  color: #c3002f;
}
.zen-bodi .overlay-content section > div {
  width: 100%;
}
.zen-bodi .red-button {
  color: #de1e37 !important;
  border-color: #de1e37 !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
  min-width: 168px !important;
}
@media (max-width: 768px) {
  .zen-bodi #section-1 p {
    font-size: 2em;
  }
  .zen-bodi #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  .zen-bodi #section-1 .default-mobile {
    height: 100vh;
  }
  .zen-bodi #section-5 a.btn.themed.add-to-cart-btn {
    width: 63%;
  }
}
.zen-bodi input + input {
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .zen-bodi #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .zen-bodi {
    /*#section-4{}*/
  }
  .zen-bodi #section-1 .full-screen-video {
    height: 70vh;
  }
  .zen-bodi #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 100px;
  }
  .zen-bodi #section-1 .fixed-background {
    height: 423px;
    width: 425px;
  }
  .zen-bodi #section-1 p {
    font-size: 1.7em;
    line-height: 1;
  }
  .zen-bodi #section-1 .overlay-container {
    margin-top: 230px;
  }
  .zen-bodi #section-1 .product-logo-container img {
    height: 77px;
    width: auto;
  }
  .zen-bodi #section-1 .overlay-content-center .product-logo-text {
    font-size: .9em;
  }
  .zen-bodi #section-1 .btn-block-xs {
    width: 100%;
  }
  .zen-bodi #section-2.content-space {
    padding: 0;
  }
  .zen-bodi #section-2 .container {
    padding: 0;
  }
  .zen-bodi #section-2 .xs-color {
    margin-top: 5px;
    background-color: #fafafa;
  }
  .zen-bodi #section-3.content-space {
    padding: 0;
  }
  .zen-bodi #section-3 .fo-product {
    border: none;
  }
  .zen-bodi #section-5 h4 {
    font-size: 1.3em;
    font-weight: bold;
  }
  .zen-bodi #section-5 h4 .color-red {
    color: red;
  }
  .zen-bodi #section-5 .row.header-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .zen-bodi #section-5 a.btn.themed.add-to-cart-btn {
    width: 63%;
  }
  .zen-bodi #section-6 .xs-padding {
    padding-top: 25px;
  }
  .zen-bodi #section-6 .yes-text {
    font-size: 1.3em;
  }
  .zen-bodi #section-6 .btn-container {
    padding-top: 25px;
  }
  .zen-bodi #section-6 .btn-block-xs {
    width: 100%;
  }
}
.zen-bodi-old .fixed-background {
  background-attachment: inherit !important;
}
.zen-bodi-old a.themed {
  color: #c3002f;
  text-decoration: none;
}
.zen-bodi-old a i {
  font-size: 2em;
}
.zen-bodi-old .overlay-content h2 {
  letter-spacing: normal;
  font-weight: 300;
  color: #58595b;
}
.zen-bodi-old .overlay-content a.themed {
  color: #c3002f;
}
.zen-bodi-old .overlay-image-container {
  display: block;
}
.zen-bodi-old .overlay-header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 25px;
  max-width: 455px;
  display: inline-block;
}
.zen-bodi-old .overlay-content-right {
  padding-left: 60%;
  padding-top: 10%;
  padding-bottom: 50px;
  padding-right: 10%;
}
.zen-bodi-old.recipes .overlay-content-right {
  padding-top: 8%;
}
.zen-bodi-old.recipes .overlay-header {
  background-color: rgba(255, 255, 255, 0.5);
  color: #58595b;
  padding: 40px;
  text-align: center;
}
.zen-bodi-old.recipes a {
  color: #fff;
  text-decoration: none;
}
.zen-bodi-old .product-title {
  color: #c3002f;
}
.zen-bodi-old .video-banner {
  background-color: #333333;
}
.zen-bodi-old .product-listing .product-listing-info:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.zen-bodi-old .product-listing .product-listing-info:after {
  border-color: #c3002f;
  color: #c3002f;
}
.zen-bodi-old .very-dark-background {
  background-color: #333333;
  color: #fff;
}
.zen-bodi-old .image-padding {
  margin-top: 10%;
}
.zen-bodi-old .btn.long-text {
  white-space: normal !important;
}
.zen-bodi-old .btn.themed {
  color: #c3002f;
  border-color: #c3002f;
}
.zen-bodi-old .btn.btn-block.themed {
  color: #fff;
  background-color: #c3002f;
}
.zen-bodi-old .product-add-to-cart-container .btn-sm,
.zen-bodi-old .product-add-to-cart-container .btn-lg {
  color: #c3002f;
  border-color: #c3002f;
}
.zen-bodi-old .product-add-to-cart-container .btn-sm {
  white-space: normal;
}
.zen-bodi-old .collapsable-description-title .description-title:before {
  color: #c3002f;
}
.zen-bodi-old .overlay-content section > div {
  width: 100%;
}
.zen-bodi-old .red-button {
  color: #de1e37 !important;
  border-color: #de1e37 !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
  min-width: 168px !important;
}
@media (max-width: 767px) {
  .zen-bodi-old .overlay-container {
    background-image: none !important;
  }
  .zen-bodi-old .btn.default {
    display: inline-block !important;
  }
}
@media (max-width: 1024px) {
  .zen-bodi-old .overlay-content .overlay-content-right {
    padding-top: 6%;
  }
  .zen-bodi-old .overlay-content section > div {
    width: 100%;
  }
}
.zen-bodi-old input + input {
  margin-top: 10px;
}
.zen-bodi-old.project h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 10px;
}
.zen-bodi-old.project .overlay-container {
  background-color: #fff;
}
.zen-bodi-old.project .overlay-content {
  color: #666;
}
.zen-bodi-old.project .overlay-content-left {
  border-top: none;
  margin-top: 0;
  padding-left: 20%;
  padding-top: 5vh;
}
.zen-bodi-old.project .video-banner {
  background-color: #fafafa;
}
.zen-bodi-old.project .phase-list-header {
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
}
.zen-bodi-old.project .phases {
  padding-bottom: 20px;
  text-align: center;
}
.zen-bodi-old.project .phases a {
  text-decoration: none;
}
.zen-bodi-old.project .phases > li {
  padding: 30px 0 20px 0;
  border-left: 2px dotted #c3002f;
  cursor: pointer;
  transition: background-color 0.3s;
}
.zen-bodi-old.project .phases > li:first-child {
  border-left: none;
}
.zen-bodi-old.project .phases > li:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.zen-bodi-old.project .phase > li:first-child {
  border-bottom: 2px solid #cccccc;
}
.zen-bodi-old.project .phase-scroll {
  padding-bottom: 175px;
}
.zen-bodi-old.project .phase-scroll:after {
  font-family: 'FontAwesome';
  content: '\F078';
  border: 2px solid #c3002f;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 36px;
  transform: translateX(-50%);
  color: #c3002f;
}
.zen-bodi-old.project .phase-index {
  color: #666;
  font-size: 1.125em;
  line-height: 0.75em;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
.zen-bodi-old.project .phase-index .phase-number {
  font-size: 2.5em;
  line-height: 1.125em;
  font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  display: block;
}
.zen-bodi-old.project .phase-title {
  font-family: 'Open Sans Condensed';
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0;
  padding: 5px 0 0 20px;
  text-align: left;
  display: inline-block;
}
.zen-bodi-old.project .phase-subtitle {
  color: #999;
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  text-transform: lowercase;
}
.zen-bodi-old.project .phase-week {
  background-color: #bbb;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.zen-bodi-old.project .btn.themed {
  text-transform: uppercase;
}
.zen-bodi-old.project .phase-details {
  padding: 40px 0;
}
.zen-bodi-old.project .phase-option {
  margin-bottom: 2.75%;
  border-radius: 3px;
  padding: 14px;
  background-color: #f4f4f4;
  border: 1px solid #d9d9d9;
  transition: background-color 0.2s ease-in-out;
}
.zen-bodi-old.project .phase-option h5 {
  transition: all 0.2s ease-in-out;
}
.zen-bodi-old.project .phase-option.open {
  background-color: #fff;
}
.zen-bodi-old.project .phase-option.open h5 {
  font-weight: bold;
}
.zen-bodi-old.project .phase-option.open .phase-option-title:before {
  content: "\F0DD";
  margin-top: -25px;
}
.zen-bodi-old.project .phase-option .zen {
  font-size: 4em;
}
.zen-bodi-old.project .phase-option .zen.themed {
  color: #c3002f;
}
.zen-bodi-old.project .phase-option-title {
  color: #666;
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-size: 28px;
  margin: 0;
}
.zen-bodi-old.project .phase-option-title:before {
  content: "\F0DA";
  color: #c3002f;
  font-family: FontAwesome;
  font-size: 36px;
  left: 5px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
}
.zen-bodi-old.project .phase-option-subtitle {
  font-family: 'Open Sans Condensed';
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.zen-bodi-old.project .phase-option-subtitle.fat {
  font-size: 2em;
  font-weight: 700;
  line-height: 100%;
}
.zen-bodi-old.project .phase-option-subheader {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
.zen-bodi-old.project .phase-option-details,
.zen-bodi-old.project .serving-size-details {
  padding-top: 20px;
  display: none;
}
.zen-bodi-old.project .phase-product-image {
  padding-top: 20px;
}
.zen-bodi-old.project .project-products {
  background-color: #fafafa;
  padding: 60px 0;
}
.zen-bodi-old.project .project-products h2 {
  font-size: 26px;
}
.zen-bodi-old.project .guideline-list {
  padding: 0 0 23px 16px;
}
.zen-bodi-old.project .guideline-list li {
  list-style: disc;
}
.zen-bodi-old.project .portion-list {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 10px;
}
.zen-bodi-old.project .portion-list .themed {
  color: #c3002f;
}
.zen-bodi-old.project .portion-list h5 {
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 0 50px 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.zen-bodi-old.project .portion-list h5:before {
  font-family: "FontAwesome";
  content: "\F055";
  position: absolute;
  right: 0;
}
.zen-bodi-old.project .portion-list.open h5 {
  font-size: 24px;
  font-weight: 700;
}
.zen-bodi-old.project .portion-list.open h5:before {
  content: "\F056";
}
.zen-bodi-old.project .phase-option ul,
.zen-bodi-old.project .portion-list ul {
  padding: 0 0 23px 16px;
}
.zen-bodi-old.project .phase-option li,
.zen-bodi-old.project .portion-list li {
  list-style: disc;
  margin: 0;
  padding: 0;
}
.zen-bodi-old.project .guidelines ul {
  padding-left: 10px;
}
.zen-bodi-old.project .guidelines li {
  list-style: disc;
}
.zen-bodi-old.project ul {
  padding: 0;
}
.zen-bodi-old.project .creator-quote {
  background-color: #f7f7f7;
  padding: 20px;
}
.zen-bodi-old.project .front-tabs nav a {
  color: #c3002f;
}
.zen-bodi-old.project .front-tabs nav li.active-tab a {
  color: #333;
}
.zen-bodi-old.project .zen-portion-title,
.zen-bodi-old.project .zen-gender-title {
  text-transform: uppercase;
}
.zen-bodi-old.project .zen-portion-title {
  font-size: 1.5em;
}
.zen-bodi-old.project .zen-disclaimer {
  font-size: 0.75em;
  line-height: normal;
  padding-bottom: 1em;
}
.zen-bodi-old.project .zen-portion-description {
  font-size: 0.875em;
  height: 40px;
  line-height: 1.25em;
  padding: 0 10px;
}
.zen-bodi-old.project .zen-callout {
  background-color: #eee;
  color: #555;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.zen-bodi-old.project .zen-callout-addition {
  font-size: 0.75em;
  font-weight: 500;
}
.zen-bodi-old.project .zen-portion-header {
  font-size: 1.5em;
  line-height: 1.375em;
  font-weight: 300;
  letter-spacing: normal;
}
.zen-bodi-old.project .zen-table h1 {
  text-transform: uppercase;
  color: #c3002f;
}
.zen-bodi-old.project .zen-table .row > [class*="col-"] {
  flex: 1 0 auto;
  flex-flow: column;
  padding: 10px;
}
.zen-bodi-old.project .zen-table .row > [class*="col-"] > * {
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.zen-bodi-old.project .zen-table.bordered .row {
  border-top: 1px solid #eee;
}
.zen-bodi-old.project .zen-table.centered .row {
  align-items: center;
}
.zen-bodi-old.project .portion-img-container {
  width: 120px;
  margin: 0 auto;
}
.zen-nav-container {
  background-color: #c3002f;
  position: fixed;
  top: 116px;
  width: 100%;
  z-index: 50;
  transition: top 0.3s ease;
}
.zen-nav-container.zen-container-full {
  top: 142px;
}
.zen-nav {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  line-height: 26px;
  padding: 10px 0;
  text-transform: uppercase;
}
.zen-nav li {
  padding: 0 10px;
}
.zen-nav a {
  color: #fff;
  text-decoration: none;
}
.zen-logo {
  background-size: 46px 20px;
  background-repeat: no-repeat;
  background-position: 33px center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .zen-bodi.project-old .overlay-container-right {
    border: none;
    background-color: #fff;
  }
  .zen-nav-container {
    position: relative;
  }
  .zen-nav-container.zen-container-full {
    top: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .zen-bodi-old.project .phase > li:first-child {
    border: none;
    border-bottom: 2px solid #cccccc;
  }
  .zen-bodi-old.project .phases {
    width: 80%;
    margin: 0 auto;
  }
  .zen-bodi-old.project .phases > li {
    border: none;
    border-top: 2px dotted #c3002f;
    margin-bottom: 20px;
  }
  .zen-bodi-old.project .phases > li:first-child {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .zen-nav-container {
    position: relative;
  }
  .zen-nav-container.zen-container-full {
    top: 0;
  }
  .zen-logo {
    background-position: center 10px;
    padding: 30px 0 10px;
  }
  .zen-nav {
    line-height: 18px;
    justify-content: center;
  }
}
.m1nd-new {
  color: #777;
}
.m1nd-new .price-strick {
  color: #1a2f58;
}
.m1nd-new #section-1 .default-mobile {
  height: 500px;
  width: 100%;
  background-color: #1a2f58;
}
.m1nd-new #section-1 p {
  text-transform: uppercase;
  font-size: 3em;
}
.m1nd-new #section-1 .btn {
  padding-left: 45px;
  padding-right: 45px;
}
.m1nd-new #section-1 .btn-space {
  margin-right: 15px;
}
.m1nd-new #section-2 .fa {
  color: #1a2f58;
}
.m1nd-new #section-4 .section-header {
  font-size: 2em;
  text-transform: uppercase;
}
.m1nd-new #section-4 .silk p {
  color: #1a2f58;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
}
.m1nd-new #section-4 .silk ul {
  padding-top: 20px;
  padding-left: 110px;
}
.m1nd-new #section-4 .theanine .media-container {
  padding-left: 50px;
}
.m1nd-new #section-4 .theanine .theanine-content.content-space {
  padding-top: 0px;
}
.m1nd-new #section-4 .theanine p {
  color: #fdce07;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
}
.m1nd-new #section-4 .theanine ul {
  padding-top: 20px;
  padding-left: 130px;
}
.m1nd-new #section-5 {
  border-top: 2px solid;
  border-color: #fcfcfc;
  /* End of Graph */
}
.m1nd-new #section-5 .fullscreen-image {
  min-height: 80vh !important;
}
.m1nd-new #section-5 hr {
  border-width: 1px;
}
.m1nd-new #section-5 .section-header p {
  text-transform: uppercase;
  font-size: 1.6em;
}
.m1nd-new #section-5 span.before-square {
  background-color: #1A2F58;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-bottom: -6px;
}
.m1nd-new #section-5 span.after-square {
  background-color: #FDCE07;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0px 10px -6px 25px;
}
.m1nd-new #section-5 .key {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m1nd-new #section-5 .key.content-space {
  padding-top: 0px;
}
.m1nd-new #section-5 .key p {
  text-transform: uppercase;
}
.m1nd-new #section-5 .key p.bf-key {
  color: #1A2F58;
  margin-left: 35px;
}
.m1nd-new #section-5 .key p.af-key {
  color: #fdce07;
  margin-left: 35px;
}
.m1nd-new #section-5 i {
  font-size: 30px;
}
.m1nd-new #section-5 i.before {
  color: #1A2F58;
  padding-right: 15px;
}
.m1nd-new #section-5 i.after {
  color: #fdce07;
  padding-right: 15px;
}
.m1nd-new #section-5 p {
  color: #666;
}
.m1nd-new #section-5 p.sub-header {
  font-size: .9em;
}
.m1nd-new #section-5 .graph-headers {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.m1nd-new #section-5 .graph-headers.g3-header {
  padding-right: 58px;
}
.m1nd-new #section-5 .graph-1-header-container {
  padding-bottom: 40px;
}
.m1nd-new #section-5 .graph-2-header-container {
  padding-bottom: 60px;
}
.m1nd-new #section-5 .graph-3-header-container {
  padding-bottom: 40px;
}
.m1nd-new #section-5 bg-img {
  height: 1127.4px;
  transform: translate(0px, 176.25px);
  z-index: 2;
}
.m1nd-new #section-5 .bg-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0px;
}
.m1nd-new #section-5 #graph {
  display: block;
  color: blue;
  position: relative;
  height: 300px;
  margin: 1.1em 0 0;
  padding: 0;
  background: transparent;
  font-size: 11px;
}
.m1nd-new #section-5 #graph.graph-1 tr#placebo td.before {
  height: 90px;
}
.m1nd-new #section-5 #graph.graph-1 tr#placebo td.after {
  height: 110px;
}
.m1nd-new #section-5 #graph.graph-1 tr#mg-200 td.before {
  height: 85px;
}
.m1nd-new #section-5 #graph.graph-1 tr#mg-200 td.after {
  height: 160px;
}
.m1nd-new #section-5 #graph.graph-1 tr#mg-400 td.before {
  height: 85px;
}
.m1nd-new #section-5 #graph.graph-1 tr#mg-400 td.after {
  height: 210px;
}
.m1nd-new #section-5 #graph.graph-2 tr#placebo td.before {
  height: 98px;
}
.m1nd-new #section-5 #graph.graph-2 tr#placebo td.after {
  height: 138px;
}
.m1nd-new #section-5 #graph.graph-2 tr#mg-200 td.before {
  height: 138px;
}
.m1nd-new #section-5 #graph.graph-2 tr#mg-200 td.after {
  height: 220px;
}
.m1nd-new #section-5 #graph.graph-2 tr#mg-400 td.before {
  height: 180px;
}
.m1nd-new #section-5 #graph.graph-2 tr#mg-400 td.after {
  height: 295px;
}
.m1nd-new #section-5 #graph.graph-3 .sub-header p {
  width: 200px;
}
.m1nd-new #section-5 #graph.graph-3 tr#placebo td.before {
  height: 121px;
}
.m1nd-new #section-5 #graph.graph-3 tr#placebo td.after {
  height: 140px;
}
.m1nd-new #section-5 #graph.graph-3 tr#mg-200 td.before {
  height: 140px;
}
.m1nd-new #section-5 #graph.graph-3 tr#mg-200 td.after {
  height: 243px;
}
.m1nd-new #section-5 #graph.graph-3 tr#mg-400 td.before {
  height: 171px;
}
.m1nd-new #section-5 #graph.graph-3 tr#mg-400 td.after {
  height: 299px;
}
.m1nd-new #section-5 #graph caption {
  color: darkblue;
  width: 200px;
  margin-left: 75px;
  caption-side: top;
  text-transform: uppercase;
  letter-spacing: .5px;
  top: -40px;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
.m1nd-new #section-5 #graph caption.caption-2 {
  margin-left: 10px;
  width: 250px;
}
.m1nd-new #section-5 #graph caption.caption-1 {
  margin-left: 30px;
}
.m1nd-new #section-5 #graph caption.caption-3 {
  margin-left: 90px;
}
.m1nd-new #section-5 #graph tr,
.m1nd-new #section-5 #graph th,
.m1nd-new #section-5 #graph td {
  position: absolute;
  bottom: 0;
  width: 100px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}
.m1nd-new #section-5 #graph td {
  transition: all .3s ease;
}
.m1nd-new #section-5 #graph td:hover {
  background-color: #4d4d4d;
  opacity: .9;
  color: white;
}
.m1nd-new #section-5 #graph thead tr {
  left: 100%;
  top: 50%;
  bottom: auto;
  margin: -2.5em 0 0 5em;
}
.m1nd-new #section-5 #graph thead th {
  width: 7.5em;
  height: auto;
  padding: 0.5em 1em;
}
.m1nd-new #section-5 #graph thead th.before {
  top: 0;
  left: 0;
  line-height: 2;
}
.m1nd-new #section-5 #graph thead th.after {
  top: 2.75em;
  line-height: 2;
  left: 0;
}
.m1nd-new #section-5 #graph tbody tr {
  height: 296px;
  padding-top: 2px;
  border-color: darkblue;
  color: #AAA;
}
.m1nd-new #section-5 #graph tbody tr.add-border {
  border-left: 1px solid;
  border-color: darkblue;
}
.m1nd-new #section-5 tr #graph #placebo {
  left: 0;
}
.m1nd-new #section-5 #graph #mg-200 {
  left: 100px;
}
.m1nd-new #section-5 #graph #mg-400 {
  left: 200px;
}
.m1nd-new #section-5 #graph tbody th {
  bottom: -1.75em;
  vertical-align: top;
  font-weight: normal;
  color: darkblue;
}
.m1nd-new #section-5 #graph .bar {
  width: 30px;
  border: 1px solid;
  border-bottom: none;
  color: #000;
}
.m1nd-new #section-5 #graph .bar p {
  margin: 5px 0 0;
  padding: 0;
  opacity: .4;
}
.m1nd-new #section-5 #graph .before {
  left: 13px;
  background-color: #1A2F58;
  border-color: transparent;
}
.m1nd-new #section-5 #graph .after {
  left: 50px;
  background-color: #fdce07;
  border-color: transparent;
}
.m1nd-new #section-5 #ticks {
  position: relative;
  top: -300px;
  left: 2px;
  width: 298px;
  height: 300px;
  z-index: 1;
  margin-bottom: -300px;
  font-size: 10px;
  font-family: "fira-sans-2", Verdana, sans-serif;
}
.m1nd-new #section-5 #ticks .last-tick-g2 {
  padding-top: 45px;
}
.m1nd-new #section-5 #ticks .last-tick-g1 {
  padding-top: 57px;
}
.m1nd-new #section-5 #ticks .last-tick-g3 {
  padding-top: 45px;
}
.m1nd-new #section-5 #ticks div.zero-line-g3 {
  border-bottom: 1px solid;
  border-color: darkblue;
  height: 29px;
}
.m1nd-new #section-5 #ticks div.zero-line-g2 {
  border-bottom: 1px solid;
  border-color: darkblue;
  height: 30px;
}
.m1nd-new #section-5 #ticks div.zero-line-g1 {
  border-bottom: 1px solid;
  border-color: darkblue;
  height: 64px;
}
.m1nd-new #section-5 #ticks div.tick {
  position: relative;
  width: 300px;
  height: 45px;
}
.m1nd-new #section-5 #ticks div.g-1-tick {
  height: 59px;
}
.m1nd-new #section-5 #ticks div.last-tick {
  border-bottom: 1px solid;
}
.m1nd-new #section-5 #ticks .tick p {
  color: darkblue;
  position: absolute;
  left: -5em;
  top: -0.8em;
  margin: 0 0 0 0.5em;
}
.m1nd-new #section-7 .paralax-sm {
  min-height: 300px;
}
.m1nd-new #section-8 {
  color: #777;
}
.m1nd-new #section-8 .btn {
  border-color: transparent;
  background-color: transparent;
}
.m1nd-new #section-8 p.blog-header {
  text-transform: uppercase;
  font-size: 2em;
}
.m1nd-new #section-8 .read-more {
  color: #1a2f58;
}
.m1nd-new #section-8 .blog-item-title {
  color: #777;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
}
.m1nd-new #section-8 .blog-item-date {
  text-align: left;
  font-weight: 700;
  font-size: 1em;
}
.m1nd-new #section-9 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 54px;
}
.m1nd-new #section-9 img {
  padding-bottom: 15px;
}
.m1nd-new #section-9 h3 {
  color: #777;
  font-weight: unset;
  font-size: 2em;
  text-transform: uppercase;
}
.m1nd-new .bullet-list {
  line-height: 26px;
}
@media (max-width: 1366px) {
  .m1nd-new #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  .m1nd-new #section-1 .default-mobile {
    height: 100vh;
  }
  .m1nd-new #section-3 .media-container .cms-video {
    padding-left: 40px;
  }
  .m1nd-new #section-5 .container {
    width: 100%;
  }
  .m1nd-new #section-5 .pad-bottom {
    padding-bottom: 40px;
  }
  .m1nd-new #section-5 .graph-1-header-container {
    padding-bottom: 33px;
  }
  .m1nd-new #section-5 .graph-2-header-container {
    padding-bottom: 53px;
  }
  .m1nd-new #section-5 #ticks div.tick {
    width: 249px;
  }
  .m1nd-new #section-5 #ticks div.tick p {
    left: -3em;
  }
  .m1nd-new #section-5 #graph .before.md-move {
    left: -5px;
  }
  .m1nd-new #section-5 #graph .before.md-move-col-3 {
    left: -24px;
  }
  .m1nd-new #section-5 #graph .after.md-move {
    left: 28px;
  }
  .m1nd-new #section-5 #graph .after.md-move-col-3 {
    left: 10px;
  }
  .m1nd-new #section-5 #graph tr,
  .m1nd-new #section-5 #graph th,
  .m1nd-new #section-5 #graph td {
    width: 86px;
  }
  .m1nd-new #section-5 #graph tr.md-width,
  .m1nd-new #section-5 #graph th.md-width,
  .m1nd-new #section-5 #graph td.md-width {
    width: 68px;
  }
  .m1nd-new #section-5 #graph tr.md-width-col-3,
  .m1nd-new #section-5 #graph th.md-width-col-3,
  .m1nd-new #section-5 #graph td.md-width-col-3 {
    width: 50px;
  }
  .m1nd-new #section-5 #graph tr.md-width-col-3 th,
  .m1nd-new #section-5 #graph th.md-width-col-3 th,
  .m1nd-new #section-5 #graph td.md-width-col-3 th {
    width: 38px;
  }
}
@media (max-width: 768px) {
  .m1nd-new #section-1 .default-mobile {
    height: 100vh;
  }
  .m1nd-new #section-3 .media-container .cms-video {
    padding-left: 40px;
  }
  .m1nd-new #section-4 .silk ul {
    padding-left: 20px;
  }
  .m1nd-new #section-4 .theanine .content-space {
    padding-top: 0px;
  }
  .m1nd-new #section-4 .theanine ul {
    padding-left: 73px;
  }
  .m1nd-new #section-5 #ticks .tick p {
    left: -2em;
  }
  .m1nd-new #section-5 .graph-1-header-container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .m1nd-new #section-5 .graph-2-header-container {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .m1nd-new #section-5 .graph-3-header-container {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .m1nd-new #section-5 div.bg-img {
    height: 1800px;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .m1nd-new #section-1 .full-screen-video {
    height: 60vh;
  }
  .m1nd-new #section-1 .default-mobile {
    height: 80vh;
  }
  .m1nd-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 130px;
  }
  .m1nd-new #section-1 .btn-space {
    margin-right: 0;
  }
  .m1nd-new #section-1 p {
    font-size: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m1nd-new #section-3 div.no-paralax {
    min-height: unset;
  }
  .m1nd-new #section-3 div div.row {
    padding-left: 45px;
  }
  .m1nd-new #section-3 .media-container .cms-video {
    padding-left: 15px;
  }
  .m1nd-new #section-4 .silk p {
    font-size: 1.7em;
  }
  .m1nd-new #section-4 .silk ul {
    padding-left: 103px;
  }
  .m1nd-new #section-4 .theanine p {
    padding-top: 50px;
    font-size: 1.7em;
  }
  .m1nd-new #section-4 .theanine ul {
    padding-left: 120px;
  }
  .m1nd-new #section-4 .info-slider {
    height: 550px;
  }
  .m1nd-new #section-5 {
    height: auto;
  }
  .m1nd-new #section-5 .bg-overlay {
    width: 95%;
  }
  .m1nd-new #section-5 .container-fluid {
    padding-right: 0px;
  }
  .m1nd-new #section-5 p {
    font-size: 1.5em;
  }
  .m1nd-new #section-5 p.tick-p,
  .m1nd-new #section-5 p.last-tick-g1,
  .m1nd-new #section-5 p.last-tick-g2,
  .m1nd-new #section-5 p.last-tick-g3 {
    font-size: 10px;
  }
  .m1nd-new #section-5 p.sub-header {
    font-size: 1.2em;
  }
  .m1nd-new #section-5 .graph-1-header-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m1nd-new #section-5 .graph-2-header-container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .m1nd-new #section-5 .graph-3-header-container {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .m1nd-new #section-5 div.bg-img {
    height: 1975px;
  }
  .m1nd-new #section-7 .xs-yes-img {
    padding-bottom: 30px;
  }
}
@media (min-width: 311px) and (max-width: 320px) {
  .m1nd-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 100px;
  }
}
@media (min-width: 311px) and (max-width: 414px) {
  .m1nd-new #section-5 div.bg-img {
    height: 2050px;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .m1nd-new #section-5 div.bg-img {
    height: 1880px;
  }
}
.m1nd-old .info-banner2 {
  background-color: #0c233f;
  color: #fff;
}
.m1nd-old .info-banner2 .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.m1nd-old .video-banner {
  background-color: #fdcd06;
}
.m1nd-old .content-space p:last-of-type {
  padding-bottom: 1em;
}
.m1nd-old .bullet-list {
  line-height: 26px;
}
.m1nd-old .table {
  font-size: 16px;
  border: 1px solid #eee;
}
.m1nd-old .table td {
  height: 57px;
  line-height: 25px;
  padding: 6px 24px;
  vertical-align: middle;
}
.m1nd-old .benefits-header strong {
  font-size: 24px;
}
.m1nd-old .overlay-content-left {
  padding-left: 15%;
  padding-top: 12vh;
}
.m1nd-old .overlay-image-container .product-image {
  max-height: 350px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .m1nd-old .overlay-container {
    background-image: none !important;
    background-color: #0c233f;
  }
  .m1nd-old .table td {
    padding: 6px 4px;
  }
}
.nv-new {
  color: #777;
}
.nv-new .price-strick {
  color: #002f86;
}
.nv-new .btn {
  color: #002f86;
  border-color: #002f86;
}
.nv-new .color-blue {
  color: darkblue;
}
.nv-new #body-mist-new .product-img img {
  padding-top: 25px;
}
.nv-new #body-mist-new h1 {
  color: black;
  text-transform: unset;
}
.nv-new #body-mist-new h1.section-header {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
}
.nv-new #body-mist-new .nv-body-mist-img img {
  height: 500px;
  padding-bottom: 25px;
}
.nv-new #section-1 .default-mobile {
  height: 70vh;
  width: 100%;
  background-color: #002f86;
}
.nv-new #section-1 .btn {
  color: white;
  border-color: white;
  padding-right: 45px;
  padding-left: 45px;
}
.nv-new #section-1 h3 {
  font-weight: unset !important;
  font-size: 3.5em;
  text-transform: uppercase;
}
.nv-new #section-1 .margin {
  margin-right: 10px;
}
.nv-new #section-2 h2 {
  text-transform: uppercase;
  font-weight: unset !important;
  font-size: 2em;
  padding-bottom: 54px;
}
.nv-new #section-2 img {
  width: auto;
  height: 340px;
}
.nv-new #section-3 .fa {
  color: #002f86;
}
.nv-new #section-4 img {
  height: 416px;
}
.nv-new #section-4 strong {
  color: black;
}
.nv-new #section-4 .product-info .product-title {
  text-transform: capitalize;
}
.nv-new #section-5 .row {
  margin-left: unset !important;
  margin-right: unset !important;
}
.nv-new #section-6 h1 {
  color: #777;
  font-weight: 500;
  padding: 29px 0 10px 0;
}
.nv-new #section-6 p {
  padding: 10px 40px 18px 40px;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 0 auto;
}
.nv-new #blog-section .btn {
  border-color: transparent;
  color: #777;
  background-color: transparent;
}
.nv-new #blog-section .blog-item-title {
  color: #777;
  font-weight: 500;
}
.nv-new #blog-section .blog-item-date {
  color: #777;
  font-weight: 700;
}
.nv-new #blog-section .read-more {
  color: #002f86;
}
.nv-new #section-7 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.nv-new #section-7 h3 {
  color: #777;
  font-size: 2em;
  font-weight: unset !important;
  text-transform: uppercase;
}
.nv-new #section-7 .img-row {
  padding-bottom: 80px;
}
.nv-new .cms-background-image.cms-image-divider {
  background-position: left, left;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.nv-new .overlay-content-right {
  padding-left: 55%;
}
.nv-new .overlay-content-right h2 {
  color: #002f86;
  font-weight: 100;
}
.nv-new .overlay-content-right h2.alternate-color {
  color: #dedfe0;
  font-size: 4em;
  font-weight: 500;
}
.nv-new .overlay-content-right .btn-lg {
  border-color: #002f86;
  color: #002f86;
}
.nv-new .overlay-content-right .media-container {
  margin-bottom: 2.75%;
}
.nv-new h1,
.nv-new h2 {
  text-transform: uppercase;
}
.nv-new .full-width-container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.nv-new .info-banner p {
  font-size: 25px;
  padding-bottom: 25px;
}
.nv-new .info-banner h3 {
  color: #002f86;
  text-transform: uppercase;
}
.nv-new .info-banner h3 span {
  font-weight: 500;
}
.nv-new .info-banner span {
  font-weight: 100;
}
.nv-new .info-banner2 {
  background-color: #002f86;
}
.nv-new .no-paralax {
  background-attachment: inherit;
  background-position: 70% bottom;
  background-size: contain;
}
.nv-new .paralax-sm {
  color: #fff;
}
.nv-new .paralax-sm h4 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.nv-new .paralax-sm h4.strikethrough {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 180px;
}
.nv-new .paralax-sm h4.strikethrough span {
  display: inline-block;
  font-size: 24px;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 10px;
  width: 90px;
}
.nv-new .paralax-sm h4.strikethrough span:before,
.nv-new .paralax-sm h4.strikethrough span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #fff;
  width: 90px;
}
.nv-new .paralax-sm h4.strikethrough span:before {
  right: 100%;
}
.nv-new .paralax-sm h4.strikethrough span:after {
  left: 100%;
}
.nv-new .paralax-sm h4:last-of-type {
  font-size: 40px;
}
.nv-new .application-tips-summary {
  padding-bottom: 20px;
}
.nv-new .section-3 h2,
.nv-new .section-5 h2,
.nv-new .section-3 h3,
.nv-new .section-5 h3,
.nv-new .section-3 h4,
.nv-new .section-5 h4,
.nv-new .section-3 h5,
.nv-new .section-5 h5 {
  margin: 0;
}
.nv-new .section-3 h2,
.nv-new .section-5 h2 {
  color: #002f86;
  font-weight: 500;
}
.nv-new .section-3 h3,
.nv-new .section-5 h3 {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}
.nv-new .section-3 h4,
.nv-new .section-5 h4 {
  font-size: 4em;
  color: #dedfe0;
  font-weight: 500;
}
.nv-new .section-3 h5,
.nv-new .section-5 h5 {
  font-size: 3em;
  color: #002f86;
  font-weight: 300;
}
.nv-new .section-3 p,
.nv-new .section-5 p {
  font-weight: 100;
  padding-bottom: 1em;
}
.nv-new .section-3 .row,
.nv-new .section-5 .row {
  padding-bottom: 20px;
}
.nv-new .section-3 .text-vertical,
.nv-new .section-5 .text-vertical {
  transform: rotate(270deg);
  zoom: 1;
  margin-top: 110px;
}
.nv-new .section-3 .content-box,
.nv-new .section-5 .content-box {
  padding: 30px 30px 10px;
  border: 1px solid #999;
  border-right: none;
}
.nv-new .section-5 .row {
  margin-left: unset;
  margin-right: unset;
}
.nv-new .content-box {
  padding: 0 20px 10px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.nv-new .content-box .content-box-header {
  background-color: #fafafa;
  padding: 10px 0;
  margin: -25px auto 10px;
  font-weight: 300;
  font-size: 1.25em;
  width: 200px;
  color: #002f86;
}
.nv-new .nv-colors {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 0 10px 20px;
  vertical-align: top;
  line-height: 1.25em;
}
.nv-new .nv-colors .color-circle {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 100px;
  padding-top: 25%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
.nv-new .nv-colors .nv1 {
  background-color: #fbf5df;
}
.nv-new .nv-colors .nv2 {
  background-color: #f8e4cf;
}
.nv-new .nv-colors .nv3 {
  background-color: #fae2bd;
}
.nv-new .nv-colors .nv4 {
  background-color: #efd2b6;
}
.nv-new .nv-colors .nv5 {
  background-color: #f5d19f;
}
.nv-new .nv-colors .nv6 {
  background-color: #dbaf7c;
}
.nv-new .nv-colors .nv7 {
  background-color: #d9a667;
}
.nv-new .nv-colors .nv8 {
  background-color: #ac6c31;
  color: #fff;
}
.nv-new .nv-colors .nv9 {
  background-color: #915825;
  color: #fff;
}
.nv-new .shade-selector-container {
  width: 100%;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Open Sans Condensed", sans-serif;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  display: block;
}
.nv-new .shade-selector-container .shade-selector-intro {
  padding: 90px 5px 40px 15px;
  margin: 15px auto 0 auto;
  font-size: x-large;
  width: 80%;
  max-width: 1170px;
  font-weight: 300;
}
.nv-new .shade-selector-container .nv-dropdown {
  width: 80%;
  padding: 18px 2px 18px 15px;
  margin: 0 auto;
  margin-bottom: 2.75%;
  display: block;
  background-color: #f4f4f4;
  border-radius: 3px;
  max-width: 1170px;
}
.nv-new .shade-selector-container .shade-selector-dropdown-container {
  padding: 5px 5px 5px 30px;
  margin: 5px 5px 5px 5px;
}
@media (max-width: 767px) {
  .nv-new .section-1 {
    padding: 40px 22px;
  }
}
@media (max-width: 767px) {
  .nv-new .section-1 p {
    padding: 0 0 20px 0;
  }
}
.nv-new .selected-color-image {
  border-radius: 50%;
  margin: 15px;
}
.nv-new .product-add-to-cart-container .btn-sm {
  white-space: normal;
  border-color: #002f86;
  width: 150px;
}
.nv-new .product-add-to-cart-container .btn-lg {
  color: #002f86;
  border-color: #002f86;
}
.nv-new .collapsable-description-title .description-title:before {
  color: #002f86;
}
.nv-new .btn.themed {
  color: #002f86;
  border-color: #002f86;
}
.nv-new .fo-product-configuration img.selected {
  border: 2px solid #002f86;
}
@media (max-width: 991px) {
  .nv-new #nv-spray.fixed-background {
    padding-bottom: 42em;
  }
  .nv-new #nv-spray.fixed-background .shade-type {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .nv-new #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .nv-new #section-1 .full-screen-video {
    height: 60vh;
  }
  .nv-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 90px;
  }
  .nv-new #section-1 .margin {
    margin-right: 0px;
  }
  .nv-new #section-1 h3 {
    font-size: 1.5em;
  }
  .nv-new #section-7 a img {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .nv-new .overlay-content h2 {
    font-size: 1.5em;
  }
  .nv-new .overlay-container {
    background-image: none !important;
    background-color: #002f86;
  }
  .nv-new .overlay-container .contentHeader {
    color: #002f86;
  }
  .nv-new img + img {
    padding-top: 10px;
  }
  .nv-new #section-1 .default-mobile {
    /*height: 100vh;*/
  }
  .nv-new .section-4 {
    background-position: center bottom;
    padding-bottom: 39em;
  }
  .nv-new .info-banner .row div + div,
  .nv-new .info-banner-2 .row div + div {
    padding-top: 40px;
  }
  .nv-new .overlay-content-right .btn-lg {
    color: #fff;
    border-color: #fff;
  }
  .nv-new #section-7 a img {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .nv-new #nv-spray.fixed-background {
    padding-bottom: 30em !important;
  }
}
.nv-old .cms-background-image.cms-image-divider {
  background-position: left, left;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.nv-old .overlay-content-right {
  padding-left: 55%;
}
.nv-old .overlay-content-right h2 {
  color: #002f86;
  font-weight: 100;
}
.nv-old .overlay-content-right h2.alternate-color {
  color: #dedfe0;
  font-size: 4em;
  font-weight: 500;
}
.nv-old .overlay-content-right .btn-lg {
  border-color: #002f86;
  color: #002f86;
}
.nv-old .overlay-content-right .media-container {
  margin-bottom: 2.75%;
}
.nv-old h1,
.nv-old h2 {
  text-transform: uppercase;
}
.nv-old .full-width-container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.nv-old .video-container {
  padding: 40px 0;
}
.nv-old .info-banner p {
  font-size: 25px;
  padding-bottom: 25px;
}
.nv-old .info-banner h3 {
  color: #002f86;
  text-transform: uppercase;
}
.nv-old .info-banner h3 span {
  font-weight: 500;
}
.nv-old .info-banner span {
  font-weight: 100;
}
.nv-old .info-banner2 {
  background-color: #002f86;
  color: #fff;
}
.nv-old .info-banner2 .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.nv-old .no-paralax {
  background-attachment: inherit;
  background-position: 70% bottom;
  background-size: contain;
}
.nv-old .paralax-sm {
  color: #fff;
}
.nv-old .paralax-sm h4 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
}
.nv-old .paralax-sm h4.strikethrough {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 180px;
}
.nv-old .paralax-sm h4.strikethrough span {
  display: inline-block;
  font-size: 24px;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 10px;
  width: 90px;
}
.nv-old .paralax-sm h4.strikethrough span:before,
.nv-old .paralax-sm h4.strikethrough span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #fff;
  width: 90px;
}
.nv-old .paralax-sm h4.strikethrough span:before {
  right: 100%;
}
.nv-old .paralax-sm h4.strikethrough span:after {
  left: 100%;
}
.nv-old .paralax-sm h4:last-of-type {
  font-size: 40px;
}
.nv-old .application-tips-summary {
  padding-bottom: 20px;
}
.nv-old .section-3 h2,
.nv-old .section-5 h2,
.nv-old .section-3 h3,
.nv-old .section-5 h3,
.nv-old .section-3 h4,
.nv-old .section-5 h4,
.nv-old .section-3 h5,
.nv-old .section-5 h5 {
  margin: 0;
}
.nv-old .section-3 h2,
.nv-old .section-5 h2 {
  color: #002f86;
  font-weight: 500;
}
.nv-old .section-3 h3,
.nv-old .section-5 h3 {
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 20px;
}
.nv-old .section-3 h4,
.nv-old .section-5 h4 {
  font-size: 4em;
  color: #dedfe0;
  font-weight: 500;
}
.nv-old .section-3 h5,
.nv-old .section-5 h5 {
  font-size: 3em;
  color: #002f86;
  font-weight: 300;
}
.nv-old .section-3 p,
.nv-old .section-5 p {
  font-weight: 100;
  padding-bottom: 1em;
}
.nv-old .section-3 .row,
.nv-old .section-5 .row {
  padding-bottom: 20px;
}
.nv-old .section-3 .text-vertical,
.nv-old .section-5 .text-vertical {
  transform: rotate(270deg);
  zoom: 1;
  margin-top: 110px;
}
.nv-old .section-3 .content-box,
.nv-old .section-5 .content-box {
  padding: 30px 30px 10px;
  border: 1px solid #999;
  border-right: none;
}
.nv-old .content-box {
  padding: 0 20px 10px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.nv-old .content-box .content-box-header {
  background-color: #fafafa;
  padding: 10px 0;
  margin: -25px auto 10px;
  font-weight: 300;
  font-size: 1.25em;
  width: 200px;
  color: #002f86;
}
.nv-old .nv-colors {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 0 10px 20px;
  vertical-align: top;
  line-height: 1.25em;
}
.nv-old .nv-colors .color-circle {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 100px;
  padding-top: 25%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
.nv-old .nv-colors .nv1 {
  background-color: #fbf5df;
}
.nv-old .nv-colors .nv2 {
  background-color: #f8e4cf;
}
.nv-old .nv-colors .nv3 {
  background-color: #fae2bd;
}
.nv-old .nv-colors .nv4 {
  background-color: #efd2b6;
}
.nv-old .nv-colors .nv5 {
  background-color: #f5d19f;
}
.nv-old .nv-colors .nv6 {
  background-color: #dbaf7c;
}
.nv-old .nv-colors .nv7 {
  background-color: #d9a667;
}
.nv-old .nv-colors .nv8 {
  background-color: #ac6c31;
  color: #fff;
}
.nv-old .nv-colors .nv9 {
  background-color: #915825;
  color: #fff;
}
.nv-old .shade-selector-container {
  width: 100%;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Open Sans Condensed", sans-serif;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  display: block;
}
.nv-old .shade-selector-container .shade-selector-intro {
  padding: 90px 5px 40px 15px;
  margin: 15px auto 0 auto;
  font-size: x-large;
  width: 80%;
  max-width: 1170px;
  font-weight: 300;
}
.nv-old .shade-selector-container .nv-dropdown {
  width: 80%;
  padding: 18px 2px 18px 15px;
  margin: 0 auto;
  margin-bottom: 2.75%;
  display: block;
  background-color: #f4f4f4;
  border-radius: 3px;
  max-width: 1170px;
}
.nv-old .shade-selector-container .shade-selector-dropdown-container {
  padding: 5px 5px 5px 30px;
  margin: 5px 5px 5px 5px;
}
@media (max-width: 767px) {
  .nv-old .section-1 {
    padding: 40px 22px;
  }
}
@media (max-width: 767px) {
  .nv-old .section-1 p {
    padding: 0 0 20px 0;
  }
}
.nv-old #section-2 h1 {
  color: #23356f;
  font-weight: 500;
  padding: 29px 0 10px 0;
}
.nv-old #section-2 p {
  padding: 10px 40px 18px 40px;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 0 auto;
}
.nv-old .selected-color-image {
  border-radius: 50%;
  margin: 15px;
}
.nv-old .product-add-to-cart-container .btn-sm {
  white-space: normal;
  border-color: #002f86;
  width: 150px;
}
.nv-old .product-add-to-cart-container .btn-lg {
  color: #002f86;
  border-color: #002f86;
}
.nv-old .collapsable-description-title .description-title:before {
  color: #002f86;
}
.nv-old .btn.themed {
  color: #002f86;
  border-color: #002f86;
}
.nv-old .fo-product-configuration img.selected {
  border: 2px solid #002f86;
}
@media (max-width: 991px) {
  .nv-old .fixed-background {
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .nv-old .overlay-content h2 {
    font-size: 1.5em;
  }
  .nv-old .overlay-container {
    background-image: none !important;
    background-color: #002f86;
  }
  .nv-old .overlay-container .contentHeader {
    color: #002f86;
  }
  .nv-old img + img {
    padding-top: 10px;
  }
  .nv-old .section-4 {
    background-position: center bottom;
    padding-bottom: 270px;
  }
  .nv-old .info-banner .row div + div,
  .nv-old .info-banner-2 .row div + div {
    padding-top: 40px;
  }
  .nv-old .overlay-content-right .btn-lg {
    color: #fff;
    border-color: #fff;
  }
}
.nv-info div + div {
  padding-top: 20px;
}
.nv-info .nv-info-logo {
  width: 20%;
}
#recipes .addBtn {
  background-color: #4CD964;
  margin-left: 5px;
  color: white;
}
#recipes .addBtn:hover {
  background-color: #219e37;
}
#recipes .form-control-feedback {
  right: 10px;
}
#recipes .media-container {
  height: 250px;
}
#recipes .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#recipes .card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  height: 400px;
}
#recipes .card span.card-title {
  height: 75px;
  color: #fff;
  width: 100%;
  background-color: rgba(51, 108, 166, 0.7);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#recipes .card .card-image {
  position: relative;
  overflow: hidden;
}
#recipes .card .card-image .inactive {
  text-align: center;
  background-color: red;
  color: white;
}
#recipes .card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  height: 250px;
  width: 100%;
  z-index: -1;
}
#recipes .card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
#recipes .card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
#recipes .card .card-content p {
  margin: 0;
  color: inherit;
  height: 70px;
  overflow: hidden;
}
#recipes .card .card-content span.card-title {
  line-height: 48px;
}
#recipes .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #D1676A;
  height: 60px;
}
#recipes .card .card-action a {
  color: #336ca6;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
#recipes .card .card-action a:hover {
  color: #1b3958;
  text-decoration: none;
}
#view-recipe {
  margin-bottom: 50px;
}
#view-recipe .addBtn {
  background-color: #4CD964;
  margin-left: 5px;
  color: white;
}
#view-recipe .addBtn:hover {
  background-color: #219e37;
}
#view-recipe #footer {
  background-color: #303646;
  padding: 15px;
  left: 250px;
  right: 0;
  position: fixed;
  bottom: 0;
  z-index: 30;
  margin: 0;
}
#view-recipe #footer.collapsed {
  left: 0;
}
#view-recipe #footer .btn {
  color: white;
}
#view-recipe #footer .save-btn {
  background-color: #0d7be3;
  border: 1px solid #44a0f8;
}
#view-recipe #footer .save-btn:hover {
  background-color: #074783;
}
#view-recipe #footer .cancel-btn {
  margin-right: 10px;
  background-color: #535d7a;
  border: 1px solid #798093;
}
#view-recipe #footer .cancel-btn:hover {
  background-color: #2a2f3d;
}
#view-recipe #footer .delete-btn {
  background-color: #D1676A;
  border: 1px solid #798093;
}
#view-recipe #footer .delete-btn:hover {
  background-color: #a13134;
}
.recipe-detail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.recipe-detail .recipe {
  padding: 50px 0 80px;
}
.recipe-detail .recipe ol,
.recipe-detail .recipe ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.recipe-detail .recipe ol li,
.recipe-detail .recipe ul li {
  padding: 5px;
}
.recipe-detail .recipe img {
  width: 100px;
  height: auto;
}
.recipe-detail .themed {
  color: #e42134;
}
.recipe-detail .recipe-name {
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 90px;
  background-size: 120px 120px;
}
.recipe-detail section h2,
.recipe-detail section h3 {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-bottom: none;
  color: #fff;
  display: inline-table;
  margin-bottom: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.recipe-detail section h5 {
  background-color: #f9f9f9;
  font-size: 1em;
  margin: 0;
  padding: 10px;
}
.recipe-detail section + section {
  margin-top: 20px;
}
.recipe-detail section table {
  background-color: #fff;
}
.recipe-detail .directions ol {
  padding-left: 40px;
}
.recipe-detail .directions li {
  list-style: inherit;
}
.recipe-detail .ingredient {
  background-color: #f9f9f9;
}
.recipe-detail .ingredient p {
  padding: 10px;
}
.recipe-detail .ingredient img {
  width: 80px;
}
.recipe-detail .ingredient .zen {
  font-size: 62px;
  display: inline-block;
  line-height: 125px;
  text-align: center;
  vertical-align: bottom;
  width: 100%;
}
.recipe-detail .ingredient-type,
.recipe-detail .ingredient-name {
  background-color: #fff;
}
.recipe-detail .ingredient-type,
.recipe-detail .ingredient-header,
.recipe-detail .ingredient-detail {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.recipe-detail .ingredient-type:last-child,
.recipe-detail .ingredient-header:last-child,
.recipe-detail .ingredient-detail:last-child {
  border: none;
}
.recipe-detail .ingredient-type,
.recipe-detail .ingredient-header {
  text-transform: uppercase;
}
.recipe-detail .ingredient-name {
  border-top: 1px solid #eee;
  padding: 10px;
}
.recipe-detail .ingredient-content {
  background-color: rgba(255, 255, 255, 0.9);
}
.recipe-detail.ignite .themed {
  color: #e42134;
}
.recipe-detail.burn .themed {
  color: #e42134;
}
.recipe-detail.thrive .themed {
  color: #e42134;
}
.advantage4 .price-strick {
  color: #b91e69;
}
.advantage4 .overlay-content-left {
  padding-left: 4%;
}
.advantage4 .overlay-content-left .overlay-image-container {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 5.5vh;
  max-width: 40vw;
}
.advantage4 .overlay-content-left .overlay-image-container h4.product-title {
  color: #b91e69;
  text-transform: uppercase;
  font-size: 2.5vw;
}
.advantage4 .overlay-content-left .overlay-image-container #product-btn {
  width: 100%;
}
.advantage4 .overlay-content-left .overlay-image-container #product-btn .btn {
  margin-right: 0.5vw;
  max-width: 220px;
  min-width: 150px;
}
.advantage4 .overlay-content-left .overlay-image-container #product-btn .btn.btn-animated {
  width: 90%;
  border-color: #b91e69;
  color: #b91e69;
}
.advantage4 .info-banner2 {
  padding: 4.5%;
  background-color: #b91e69;
  color: #fff;
}
.advantage4 .info-banner2 #advantage4-border {
  text-align: center;
  font-weight: lighter;
}
.advantage4 .info-banner2 #advantage4-border .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
@media (max-width: 1400px) {
  .advantage4 .overlay-content-left #product-btn {
    display: block !important;
  }
  .advantage4 .overlay-content-left #product-btn .btn {
    min-width: 171px;
    margin-bottom: 0.5vh;
  }
}
@media (max-width: 767px) {
  .advantage4 .overlay-container {
    background-color: #b91e69 !important;
    min-height: 50vh !important;
  }
  .advantage4 .overlay-content-left .overlay-image-container {
    min-width: 84vw;
    background-color: #b91e69;
  }
  .advantage4 .overlay-content-left .overlay-image-container h4.product-title {
    color: #fff;
    font-size: 5vw;
  }
  .advantage4 .overlay-content-left .overlay-image-container #product-btn {
    display: inline-block !important;
  }
  .advantage4 .overlay-content-left .overlay-image-container #product-btn .btn {
    margin: auto;
    margin-right: 0.2vw;
    padding: 0.3em 0 0.3em 0;
    font-size: 3.5vw;
    border: 0.8px solid;
    width: 230px;
  }
  .advantage4 .product-info {
    padding: 0 22px;
  }
  .advantage4 .info-banner2 {
    display: flex;
    height: 50vh;
  }
  .advantage4 .info-banner2 #info-banner2-img {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .advantage4 .info-banner2 #info-banner2-img .fade {
    width: 311px;
    margin-bottom: 3vh;
  }
  .advantage4 .info-banner2 #info-banner2-img .btn {
    padding: 0.2em 0.5em;
    width: 250px;
  }
  .advantage4 .info-banner2 #advantage4-border {
    margin-top: 20px;
    font-weight: lighter;
  }
}
.jcoffee .price-strick {
  color: #009999;
}
.jcoffee .overlay-content-left {
  padding-left: 4%;
  padding-top: 0vh;
}
.jcoffee .overlay-content-left .overlay-image-container {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 3vh;
  padding-bottom: 5vh;
  max-width: 40vw;
}
.jcoffee .overlay-content-left .overlay-image-container h4.product-title {
  font-size: 2.5vw;
  margin: auto;
  max-width: 34vw;
  margin-top: 20px;
  margin-bottom: 30px;
}
.jcoffee .overlay-content-left .overlay-image-container #product-btn {
  width: 100%;
}
.jcoffee .overlay-content-left .overlay-image-container #product-btn .btn {
  margin-right: 0.5vw;
  max-width: 220px;
  min-width: 150px;
}
.jcoffee .overlay-content-left .overlay-image-container #product-btn .btn.btn-animated {
  width: 100%;
  margin-right: 0.5vw;
}
.jcoffee .info-banner2 {
  padding: 4.5%;
  background-color: #462310;
  color: #fff;
}
.jcoffee .info-banner2 #jcoffee-border {
  text-align: center;
  font-weight: lighter;
}
.jcoffee .info-banner2 #jcoffee-border .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.jcoffee .product-image {
  max-height: 350px;
}
.jcoffee .product-info {
  margin-top: 30px;
}
.jcoffee .product-info #product-summary-second {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .jcoffee .product-image {
    background-position: 45% top;
  }
  .jcoffee #product-btn {
    display: block !important;
  }
  .jcoffee .overlay-content-left .btn {
    min-width: 19vw;
    margin-bottom: 0.5vh;
  }
}
@media (max-width: 1200px) {
  .jcoffee .fixed-background {
    background-position: 45% top !important;
  }
}
@media (max-width: 767px) {
  .jcoffee .overlay-container {
    background-image: none !important;
    min-height: 50vh !important;
  }
  .jcoffee .overlay-content-left .overlay-image-container {
    min-width: 84vw;
    background-color: #fff;
  }
  .jcoffee .overlay-content-left .overlay-image-container h4.product-title {
    color: #009999;
    font-size: 5vw;
    margin-top: 25px;
    max-width: none;
  }
  .jcoffee .overlay-content-left .overlay-image-container #product-btn {
    display: inline-block !important;
  }
  .jcoffee .overlay-content-left .overlay-image-container #product-btn .btn {
    margin: auto;
    margin-right: 0.2vw;
    padding: 0.3em 0 0.3em 0;
    font-size: 3.5vw;
    color: #462310;
    border-color: #462310;
    border: 0.8px solid;
    width: 230px;
  }
  .jcoffee .col-xs-3 {
    margin: auto;
    width: 51%;
    float: none;
  }
  .jcoffee .col-xs-9 {
    margin: auto;
    width: 100%;
    padding: 12vw;
  }
  .jcoffee .col-xs-9 .product-info {
    padding: 0 22px;
  }
  .jcoffee .info-banner2 {
    display: flex;
    height: 50vh;
  }
  .jcoffee .info-banner2 #info-banner2-img {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .jcoffee .info-banner2 #info-banner2-img .fade {
    width: 311px;
    margin-bottom: 3vh;
  }
  .jcoffee .info-banner2 #info-banner2-img .btn {
    padding: 0.2em 0.5em;
    width: 250px;
  }
  .jcoffee .info-banner2 #jcoffee-border {
    margin-top: 20px;
    font-weight: lighter;
  }
}
.bbb .price-strick {
  color: #c01f25;
}
.bbb .overlay-content-left {
  padding-left: 4%;
}
.bbb .overlay-content-left .overlay-image-container {
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 40vw;
  padding-bottom: 5.5vh;
}
.bbb .overlay-content-left .overlay-image-container h4.product-title {
  color: #c01f25;
  font-size: 2.5vw;
}
.bbb .overlay-content-left .overlay-image-container #product-btn {
  width: 100%;
}
.bbb .overlay-content-left .overlay-image-container #product-btn .btn {
  max-width: 220px;
  min-width: 150px;
  margin-right: 0.5vw;
}
.bbb .overlay-content-left .overlay-image-container #product-btn .btn.btn-animated {
  width: 100%;
  border-color: #c01f25;
  color: #c01f25;
}
.bbb .info-banner2 {
  background-color: #c01f25;
  color: #fff;
  padding: 4.5%;
}
.bbb .info-banner2 #bbb-border {
  text-align: center;
  font-weight: lighter;
}
.bbb .info-banner2 #bbb-border .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
@media (max-width: 1400px) {
  .bbb .overlay-content-left .btn {
    min-width: 19vw;
    margin-bottom: 0.5vh;
  }
  .bbb .overlay-content-left .btn #product-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .bbb .overlay-container {
    background-image: none !important;
    min-height: 50vh !important;
  }
  .bbb .overlay-content-left .overlay-image-container {
    min-width: 80vw;
    background-color: #fff;
  }
  .bbb .overlay-content-left .overlay-image-container h4.product-title {
    color: #c01f25;
    font-size: 5vw;
  }
  .bbb .overlay-content-left .overlay-image-container #product-btn {
    display: inline-block;
  }
  .bbb .overlay-content-left .overlay-image-container #product-btn .btn {
    margin: auto;
    margin-right: 0.2vw;
    padding: 0.3em 0 0.3em 0;
    font-size: 3.5vw;
    color: #c01f25 !important;
    border-color: #c01f25 !important;
    border: 0.8px solid #c01f25;
    width: 100%;
  }
  .bbb .product-info {
    padding: 0 22px;
  }
  .bbb .info-banner2 {
    display: flex;
    height: 50vh;
  }
  .bbb .info-banner2 #info-banner2-img {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .bbb .info-banner2 #info-banner2-img .fade {
    width: 311px;
    margin-bottom: 3vh;
  }
  .bbb .info-banner2 #info-banner2-img .btn {
    padding: 0.2em 0.5em;
    width: 250px;
  }
  .bbb .info-banner2 #bbb-border {
    margin-top: 20px;
    font-weight: lighter;
  }
}
.spa .price-strick {
  color: #2250a4;
}
.spa .overlay-content {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
}
.spa .overlay-content .overlay-content-center {
  align-content: center;
  align-self: auto;
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  margin: 0;
  padding-left: 4%;
}
.spa .overlay-content .overlay-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 40%;
}
.spa .overlay-content .overlay-image-container h4 {
  font-size: 2.5vw;
  font-weight: 300;
  text-transform: uppercase;
}
.spa .info-banner2 {
  background-color: #2250a4;
  color: #fff;
}
.spa .info-banner2 .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.spa .video-banner {
  background-color: #2250a4;
}
@media (max-width: 767px) {
  .spa .overlay-container {
    height: 110vh;
    background-image: none;
  }
  .spa .overlay-container .overlay-content .overlay-content-center {
    padding: 0;
  }
  .spa .overlay-container .overlay-content .overlay-content-center .overlay-image-container {
    width: 100vw;
    padding: 0 5vw;
  }
  .spa .overlay-container .overlay-content .overlay-content-center .overlay-image-container h4.product-title {
    color: #2250a4;
    font-size: 5vw;
    padding: 20px 0;
  }
  .spa .overlay-container .overlay-content .overlay-content-center .overlay-image-container .btn.themed {
    color: #2250a4;
    border-color: #2250a4;
  }
  .spa .overlay-container .overlay-content .overlay-content-center .overlay-image-container .cms-image + .cms-image {
    padding-top: 20px;
  }
}
.spa-botanical .price-strick {
  color: #89d2d8;
}
.spa-botanical #section-1 .default-mobile {
  height: 70vh;
  width: 100%;
  background-color: #002f86;
}
.spa-botanical #section-1 .video-overlay > div {
  padding-top: 30vh;
}
.spa-botanical #section-1 .btn {
  color: white;
  border-color: white;
  padding-right: 45px;
  padding-left: 45px;
  margin-right: 10px;
}
.spa-botanical #section-1 h4.brand-tag {
  font-size: 2.5vw;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.0em;
  margin: 1vw auto 2vw;
  max-width: 90%;
}
.spa-botanical #section-1 .margin {
  margin-right: 10px;
}
.spa-botanical #section-3 {
  background-repeat: repeat;
}
.spa-botanical #section-3 .spa-outline0 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 400%;
  line-height: 90%;
  text-shadow: -1px -1px 0 #9f8b6a, 1px -1px 0 #9f8b6a, -1px 1px 0 #9f8b6a, 1px 1px 0 #9f8b6a;
  color: #89d2d8 !important;
  margin: 20px;
}
.spa-botanical #section-3 .spa-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #9f8b6a !important;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin: 0 0 15px;
}
.spa-botanical #section-3 .spa-details {
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 20px;
  vertical-align: baseline;
  padding-bottom: 3em;
  letter-spacing: 0.125em;
}
.spa-botanical #section-3 .spa-features {
  margin: 20px 30px 50px 0;
  padding: 0;
  list-style: none;
  line-height: 26px;
}
.spa-botanical #section-3 ul.spa-features li {
  margin: 0 0 12px;
  padding: 0 0 0 23px;
  list-style: none;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: .125em;
  font-size: 18px;
  min-height: unset;
}
.spa-botanical #section-3 ul.spa-features li i {
  color: #9f8b6a;
  margin-right: 10px;
}
.spa-botanical #section-3 .container .row {
  background-color: #89d2d8;
  margin-left: 0;
}
.spa-botanical #section-4 .img-wrapper img {
  width: 100%;
}
.spa-botanical #section-5 {
  background-color: #89d2d8;
}
.spa-botanical #section-6 {
  background-color: #f0f2f1 !important;
  margin-left: 0px;
  margin-right: 0px;
}
.spa-botanical #section-6.content-space {
  padding-bottom: 0px;
}
.spa-botanical #section-6 .features-list-items {
  z-index: 15;
  padding-left: 18%;
  position: absolute;
  padding-top: 50px;
  width: 50%;
}
.spa-botanical #section-6 .img-container-custom img {
  height: 100px;
  padding-left: 20px;
}
.spa-botanical #section-6 .img-container-2.media-container img {
  max-width: 120%;
  /*height: 90vh;*/
  /*padding-right: 100px;*/
}
.spa-botanical #section-6 .features-subtitle {
  font-weight: 900;
  color: #89d2d8;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 30px;
  margin: 20px;
}
.spa-botanical #section-6 .spa-outline1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 400%;
  line-height: 90%;
  text-shadow: -1px -1px 0 #9f8b6a, 1px -1px 0 #9f8b6a, -1px 1px 0 #9f8b6a, 1px 1px 0 #9f8b6a;
  color: #f0f2f1 !important;
  margin: 20px;
}
.spa-botanical #section-6 ul {
  padding-left: 20px;
}
.spa-botanical #section-6 ul li {
  text-indent: -0.75em;
  padding-left: 1.5em;
  padding-bottom: 10px;
  letter-spacing: 0.125em;
  color: #9f8b6a;
}
.spa-botanical #section-6 ul li i {
  color: #89d2d8;
}
.spa-botanical #section-6 span img {
  max-width: 18%;
  margin-left: 20px;
}
.spa-botanical #section-7 {
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
}
.spa-botanical #section-7 .spa-outline2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 400%;
  line-height: 90%;
  text-shadow: -1px -1px 0 #9f8b6a, 1px -1px 0 #9f8b6a, -1px 1px 0 #9f8b6a, 1px 1px 0 #9f8b6a;
  color: #fff !important;
  margin: 0px 10px;
  width: 100%;
}
.spa-botanical #section-7 .features-subtitle {
  font-weight: 900;
  color: #89d2d8;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 26px;
  margin: 0px 10px;
  width: 100%;
}
.spa-botanical #section-7 .spa-ingredients {
  color: #9f8b6a;
  font-weight: 100;
  text-transform: lowercase;
}
.spa-botanical #section-7 .spa-ingredients div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.spa-botanical #section-7 .product-menu-spa-ingredients {
  margin-top: 40px;
}
.spa-botanical .info-banner-yes {
  background-color: #89d2d8;
  color: #fff;
}
.spa-botanical .info-banner-yes .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.spa-botanical .video-banner {
  background-color: #89d2d8;
}
@media (min-width: 300px) AND (max-width: 1024px) {
  .spa-botanical #section-6 .img-container-2.media-container img {
    height: auto;
    padding-right: 0px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .spa-botanical #section-6 .features-list-picture {
    margin-left: 35%;
  }
}
@media (max-width: 1199px) {
  .spa-botanical #section-6 .features-list-items {
    padding-left: 5%;
    padding-top: 0;
    width: 45%;
  }
  .spa-botanical #section-6 .features-list-picture {
    margin-left: 23%;
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .spa-botanical #section-7 .spa7 {
    margin-left: 150px;
  }
}
@media (max-width: 981px) {
  .spa-botanical #section-6 .spa-outline1 {
    font-size: 300%;
  }
  .spa-botanical #section-6 .features-list-items {
    padding-left: 5%;
    position: absolute;
  }
  .spa-botanical #section-7 .spa-ingredients {
    font-size: 20px;
    margin-left: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 939px) {
  .spa-botanical #section-6 .features-list-items {
    padding-left: 10%;
    position: relative;
    width: 100%;
  }
  .spa-botanical #section-6 .features-list-picture {
    margin-left: 10%;
  }
}
@media (max-width: 800px) {
  .spa-botanical .overlay-container {
    height: 110vh;
  }
  .spa-botanical .overlay-container .overlay-content .overlay-content-center {
    padding: 0;
  }
  .spa-botanical .overlay-container .overlay-content .overlay-content-center .overlay-image-container {
    width: 100vw;
    padding: 0 5vw;
  }
  .spa-botanical .overlay-container .overlay-content .overlay-content-center .overlay-image-container h4.product-title {
    color: #2250a4;
    font-size: 5vw;
    padding: 20px 0;
  }
  .spa-botanical .overlay-container .overlay-content .overlay-content-center .overlay-image-container .btn.themed {
    color: #2250a4;
    border-color: #2250a4;
  }
  .spa-botanical .overlay-container .overlay-content .overlay-content-center .overlay-image-container .cms-image + .cms-image {
    padding-top: 20px;
  }
  .spa-botanical .media-container img {
    width: 100%;
  }
  .spa-botanical #section-3 .content-space .row.spa-header {
    margin-left: 20px;
    margin-right: 20px;
  }
  .spa-botanical #section-3 .content-space .row.spa-group {
    margin-left: 30px;
    margin-right: 30px;
  }
  .spa-botanical #section-3 .content-space .row.indulgence-mobile {
    margin-left: 5px;
    margin-right: 20px;
  }
  .spa-botanical #section-3 .spa-outline0 {
    margin-left: 0px;
  }
  .spa-botanical #section-3 .spa-details {
    font-size: 14px;
  }
  .spa-botanical #section-3 ul.spa-features {
    margin-left: 20px;
    margin-right: 0;
  }
  .spa-botanical #section-3 ul.spa-features li {
    margin: 0 0 10px 1.1em;
    padding: 0;
    text-indent: -1.1em;
  }
  .spa-botanical #section-7 .spa-outline2 {
    font-size: 225%;
  }
  .spa-botanical #section-7 .spa-ingredients {
    font-size: 20px;
    margin-left: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .spa-botanical #section-7 .spa7 {
    margin-left: 0px;
  }
  .spa-botanical #section-7 .spa-ingredients {
    font-size: 20px;
  }
}
@media (max-width: 799px) {
  .spa-botanical #section-3 .spa-outline0 {
    font-size: 230%;
  }
  .spa-botanical #section-7 .media-container img {
    width: 70%;
  }
  .spa-botanical #section-7 .spa-ingredients {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .spa-botanical #seciton-6 .img-container-2.media-container img {
    max-width: unset;
    width: unset;
    padding-right: unset;
  }
}
.monavie-new {
  /*@media(min-width: 859px){
        #sction-1{
            .full-screen-video{
                height: 100%;
                width: 500px;
            }
        }
    }*/
}
.monavie-new .price-strick {
  color: #6fce51;
}
.monavie-new .btn {
  color: #6fce51;
  border-color: #6fce51;
}
.monavie-new #section-1 .default-mobile {
  height: 600px;
  width: 100%;
  background-color: #6fce51;
}
.monavie-new #section-1 h3 {
  font-weight: unset !important;
  font-size: 3.3em;
  text-transform: uppercase;
  padding-top: 0px;
}
.monavie-new #section-1 .btn {
  color: white;
  border-color: white;
  padding-left: 45px;
  padding-right: 45px;
}
.monavie-new #section-1 .margin {
  margin-right: 10px;
}
.monavie-new #buy-now .fa {
  color: #6fce51;
}
.monavie-new .hidden-spacer {
  visibility: hidden;
  width: 100%;
}
.monavie-new .visible-container {
  visibility: visible;
  width: 100%;
}
.monavie-new #section-3 {
  background-color: #6fce51 !important;
  width: 100%;
}
.monavie-new #section-3 div .monavie-mp4 {
  padding-top: 3%;
  padding-bottom: 3%;
}
.monavie-new #section-4 {
  padding-top: 2%;
  padding-bottom: 3%;
}
.monavie-new #section-4 .superfood {
  font-weight: 600;
  color: #6fce51;
}
.monavie-new #section-4 h2 {
  text-transform: uppercase;
}
.monavie-new .word-rotator {
  vertical-align: middle;
}
.monavie-new .word-rotator span {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  vertical-align: middle;
}
.monavie-new #section-6 h2 {
  text-transform: uppercase;
}
.monavie-new #section-6 .fruit-rotator {
  max-height: 400px;
  max-width: 400px;
  padding-top: 50px;
}
.monavie-new #section-6 ul {
  display: flex;
  flex-wrap: wrap;
}
.monavie-new #section-6 ul li {
  width: 50%;
}
.monavie-new #section-7 {
  color: #777;
  border-top: 1px solid;
  border-color: lightgray;
}
.monavie-new #section-7 .center-block {
  padding: 49px;
}
.monavie-new #section-7 h1 {
  text-transform: uppercase;
  font-weight: unset !important;
}
.monavie-new #section-7 .zero-pad-and-marg {
  margin: 0px;
  padding: 0px;
}
.monavie-new #section-7 .monavie-container {
  max-height: 800px;
  max-width: 100%;
}
.monavie-new #section-7 .container-div-1 {
  display: inline-block;
}
.monavie-new #section-7 .container-div-2 {
  color: white;
  display: inline-block;
}
.monavie-new #section-7 .container-div-2 .center-block {
  padding-left: 150px;
  max-width: 800px;
}
.monavie-new #section-7 .container-div-2 .hidden-span {
  height: 200px;
}
.monavie-new #section-8 {
  background-color: #6fce51 !important;
}
.monavie-new #section-9 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.monavie-new #section-9 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.monavie-new #section-9 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
.monavie-new .paralax-sm {
  min-height: 200px;
}
@media (min-width: 311px) and (max-width: 767px) {
  .monavie-new #section-1 {
    /*.full-screen-video {
                height: 555px;
            }*/
  }
  .monavie-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 140px;
  }
  .monavie-new #section-1 .default-mobile {
    height: 80vh;
  }
  .monavie-new #section-1 h3 {
    font-size: 2em;
    margin-top: 10px;
  }
  .monavie-new #section-1 .margin {
    margin-right: 0px;
  }
  .monavie-new #section-7 .col-xs-12.img-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .monavie-new #section-7 .col-xs-12.img-col img {
    height: 200px;
  }
}
@media (min-width: 311px) and (max-width: 321px) {
  .monavie-new #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .monavie-new #section-1 .default-mobile {
    height: 100vh;
  }
  .monavie-new #section-1 .monavie-family-xs {
    padding-bottom: 50px;
  }
  .monavie-new #section-1 .zero-pad-and-marg {
    margin: 0px;
    padding: 0px;
  }
  .monavie-new .paralax-sm {
    height: 150px;
  }
  .monavie-new .word-rotator span {
    font-size: 15px;
  }
  .monavie-new #section-4 .monavie-img-basket img {
    height: auto;
    width: auto;
  }
  .monavie-new #section-6 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
  }
  .monavie-new #section-7 {
    color: #777;
    font-size: 100%;
  }
  .monavie-new #section-7 .img-col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .monavie-new #section-8 {
    background-color: #6fce51;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .monavie-new #section-1 .default-mobile {
    height: 100vh;
  }
  .monavie-new #section-7 .img-col {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .monavie-new #section-7 {
    color: #777;
    border-top: 1px solid;
    border-color: lightgray;
  }
  .monavie-new #section-7 .row {
    height: 50vh;
  }
  .monavie-new #section-7 .row .img-col {
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
  }
  .monavie-new #section-7 .row .img-col .media-container {
    height: 100%;
  }
  .monavie-new #section-7 .row .img-col .media-container .plant-img {
    height: 100%;
  }
  .monavie-new #section-7 .row .img-desc {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .monavie-new #section-6 .fruit-images {
    margin-left: 21.333333%;
  }
  .monavie-new #section-6 .fruit-desc {
    margin-left: 21.333333%;
    width: 70%;
  }
  .monavie-new #section-7 .plant-img {
    width: 100%;
  }
}
.monavie-new2 {
  /*@media(min-width: 859px){
        #sction-1{
            .full-screen-video{
                height: 100%;
                width: 500px;
            }
        }
    }*/
  /*@media (min-width: 1025px) {
        #section-7 {
            color: @text-color;
            border-top: 1px solid;
            border-color: lightgray;

            .row {
                height: 50vh;

                .img-col {
                    padding-right: 0px;
                    padding-left: 0px;
                    height: 100%;

                    .media-container {
                        height: 100%;

                        .plant-img {
                            height: 100%;
                        }
                    }
                }

                .img-desc {
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                }
            }
        }
    }*/
}
.monavie-new2 .price-strick {
  color: #6fce51;
}
.monavie-new2 .btn {
  color: #6fce51;
  border-color: #6fce51;
}
.monavie-new2 #section-1 .default-mobile {
  height: 600px;
  width: 100%;
  background-color: #6fce51;
}
.monavie-new2 #section-1 h3 {
  font-weight: unset !important;
  font-size: 3.3em;
  text-transform: uppercase;
  padding-top: 0px;
}
.monavie-new2 #section-1 .btn {
  color: white;
  border-color: white;
  padding-left: 45px;
  padding-right: 45px;
}
.monavie-new2 #section-1 .margin {
  margin-right: 10px;
}
.monavie-new2 #buy-now .fa {
  color: #6fce51;
}
.monavie-new2 .hidden-spacer {
  visibility: hidden;
  width: 100%;
}
.monavie-new2 .visible-container {
  visibility: visible;
  width: 100%;
}
.monavie-new2 #section-3 {
  background-color: #6fce51 !important;
  width: 100%;
}
.monavie-new2 #section-3 div .monavie-mp4 {
  padding-top: 3%;
  padding-bottom: 3%;
}
.monavie-new2 #section-4 .superfood {
  font-weight: 600;
  color: #6fce51;
}
.monavie-new2 #section-4 .acaiBerryImg {
  min-height: 538px;
}
.monavie-new2 #section-4 .padding-sides {
  padding-left: 125px;
  padding-right: 125px;
}
.monavie-new2 #section-4 .content-space {
  padding-top: 120px;
}
.monavie-new2 .word-rotator {
  vertical-align: middle;
}
.monavie-new2 .word-rotator span {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  vertical-align: middle;
}
.monavie-new2 #section-5 {
  height: 100vh;
}
.monavie-new2 #section-5 .image-left-padding {
  padding-left: 5%;
}
.monavie-new2 #section-5 .text-monavie {
  color: #6fce51;
}
.monavie-new2 #section-5 .text-white {
  color: white;
}
.monavie-new2 #section-5 .line-height {
  line-height: 2em;
}
.monavie-new2 #section-5 .media-container img {
  max-width: 220px;
}
.monavie-new2 #section-5 .text-vertical {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  float: right;
  color: #6fce51;
  font-weight: 200;
  font-size: 225%;
  text-align: right;
  padding-bottom: 10px;
}
.monavie-new2 #section-5 .top-padding {
  padding: 4% 0;
}
.monavie-new2 #section-5.monavie-bg {
  background-image: url("https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/products/monavie/new-us/Monavie-transparent-m.png"), radial-gradient(circle at center, #686c6f 0%, #222323 100%) !important;
  background-size: auto 160%;
  background-repeat: no-repeat;
  background-position: center;
}
.monavie-new2 #section-6 h2 {
  text-transform: uppercase;
}
.monavie-new2 #section-6 .fruit-rotator {
  max-height: 400px;
  max-width: 400px;
  padding-top: 50px;
}
.monavie-new2 #section-6 ul {
  display: flex;
  flex-wrap: wrap;
}
.monavie-new2 #section-6 ul li {
  width: 50%;
}
.monavie-new2 #section-7 {
  color: #777;
  border-top: 1px solid;
  border-color: lightgray;
}
.monavie-new2 #section-7 .img-col {
  padding-left: unset;
}
.monavie-new2 #section-7 .center-block {
  padding: 49px;
}
.monavie-new2 #section-7 h1 {
  font-weight: 300;
}
.monavie-new2 #section-7 .monavie-bullet li::before {
  content: "\2022";
  color: #6fce51;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
}
.monavie-new2 #section-7 .cms-image.plantFriendImg img {
  max-width: 35%;
}
.monavie-new2 #section-7 .data-div {
  min-width: 100px;
  padding-left: 30%;
  padding-right: 31%;
}
.monavie-new2 #section-7 .zero-pad-and-marg {
  margin: 0px;
  padding: 0px;
}
.monavie-new2 #section-7 .monavie-container {
  max-height: 800px;
  max-width: 100%;
}
.monavie-new2 #section-7 .container-div-1 {
  display: inline-block;
}
.monavie-new2 #section-7 .container-div-2 {
  color: white;
  display: inline-block;
}
.monavie-new2 #section-7 .container-div-2 .center-block {
  padding-left: 150px;
  max-width: 800px;
}
.monavie-new2 #section-7 .container-div-2 .hidden-span {
  height: 200px;
}
.monavie-new2 #section-8 {
  color: white;
  background-image: radial-gradient(circle at center, #686c6f 25%, #1d1e20 100%) !important;
}
.monavie-new2 #section-8 .cms-image.acaVieImg img {
  max-width: 80%;
}
.monavie-new2 #section-8 h1.section-header {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
}
.monavie-new2 #section-8 .superfood {
  font-weight: 600;
  color: #6fce51;
}
.monavie-new2 #section-8 .monadrink span {
  animation: monadrink 15s linear infinite 0s;
  -ms-animation: monadrink 15s linear infinite 0s;
  -webkit-animation: monadrink 15s linear infinite 0s;
  color: #fff;
  align-content: center;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
}
.monavie-new2 #section-8 .monadrink span:nth-child(2) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.monavie-new2 #section-8 .monadrink span:nth-child(3) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
@keyframes monadrink {
  0% {
    color: #fff;
  }
  1% {
    color: #fff;
  }
  3% {
    color: #6fce51;
  }
  30% {
    color: #6fce51;
  }
  33% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
.monavie-new2 #section-9 {
  background-color: #6fce51 !important;
}
.monavie-new2 #section-10 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.monavie-new2 #section-10 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.monavie-new2 #section-10 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
.monavie-new2 .paralax-sm {
  min-height: 200px;
}
@media (min-width: 311px) and (max-width: 767px) {
  .monavie-new2 {
    /*#section-4 {
            .container-fluid {
                padding-left: unset !important;
                padding-right: unset !important;
            }

            .padding-15 {
                padding-left: 30px;
                padding-right: 15px;
                padding-bottom: 15px;
            }

            .margin-right-15 {
                margin-right: 15px;
            }

            .no-padding {
                padding-right: 0px !important;
                padding-left: 0px !important;
            }

            .acaiBerryImg {
                min-height: 300px;
            }
        }*/
  }
  .monavie-new2 #section-1 .full-screen-video {
    height: 55vh;
  }
  .monavie-new2 #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 140px;
  }
  .monavie-new2 #section-1 .default-mobile {
    height: 80vh;
  }
  .monavie-new2 #section-1 h3 {
    font-size: 2em;
    margin-top: 10px;
  }
  .monavie-new2 #section-1 .margin {
    margin-right: 0px;
  }
  .monavie-new2 #section-5 {
    height: 140vh;
  }
  .monavie-new2 #section-5 .media-container img {
    max-width: 100px;
    margin-left: 30%;
  }
  .monavie-new2 #section-5 .no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .monavie-new2 #section-5 .row-no-margin.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .monavie-new2 #section-7 .col-xs-12.img-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .monavie-new2 #section-7 .col-xs-12.img-col img {
    height: 200px;
  }
  .monavie-new2 #section-7 .data-div {
    padding-left: unset !important;
    padding-right: unset !important;
    margin-left: 30px;
  }
  .monavie-new2 #section-7 .data-div .cms-image.plantFriendImg {
    margin-left: 35px;
    margin-bottom: 15px;
  }
  .monavie-new2 #section-7 .data-div .cms-image.plantFriendImg img {
    max-width: 50%;
  }
  .monavie-new2 #section-8 .side-margins {
    margin-left: 15px;
    margin-right: 15px;
  }
  .monavie-new2 #section-8 .cms-image.acaVieImg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .monavie-new2 #section-8 .cms-image.acaVieImg img {
    max-width: 100%;
  }
}
@media (min-width: 311px) and (max-width: 321px) {
  .monavie-new2 #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .monavie-new2 {
    /*#section-4 {

            .container {
                margin: unset !important;
            }

            .container-fluid {
                padding-left: unset !important;
                padding-right: unset !important;
            }

            .padding-15 {
                padding-left: 30px;
                padding-right: 15px;
                padding-bottom: 15px;
            }

            .margin-right-15 {
                margin-right: 15px;
            }

            .no-padding {
                padding-right: 0px !important;
                padding-left: 0px !important;
            }

            .acaiBerryImg {
                min-height: 300px;
                min-width: 100vw;
            }
        }*/
  }
  .monavie-new2 #section-1 .default-mobile {
    height: 100vh;
  }
  .monavie-new2 #section-1 .monavie-family-xs {
    padding-bottom: 50px;
  }
  .monavie-new2 #section-1 .zero-pad-and-marg {
    margin: 0px;
    padding: 0px;
  }
  .monavie-new2 .paralax-sm {
    height: 150px;
  }
  .monavie-new2 .word-rotator span {
    font-size: 15px;
  }
  .monavie-new2 #section-5 {
    height: 80vh;
  }
  .monavie-new2 #section-5 .cms-image img {
    max-width: 165px;
  }
  .monavie-new2 #section-6 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
  }
  .monavie-new2 #section-7 .col-xs-12.img-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .monavie-new2 #section-7 .col-xs-12.img-col img {
    height: 200px;
  }
  .monavie-new2 #section-7 .data-div {
    padding-left: unset !important;
    padding-right: unset !important;
    margin-left: 30px;
  }
  .monavie-new2 #section-7 .data-div .cms-image.plantFriendImg {
    margin-left: 220px;
    margin-bottom: 15px;
  }
  .monavie-new2 #section-7 .data-div .cms-image.plantFriendImg img {
    max-width: 25%;
  }
  .monavie-new2 #section-8 .side-margins {
    margin-left: 15px;
    margin-right: 15px;
  }
  .monavie-new2 #section-8 .cms-image.acaVieImg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .monavie-new2 #section-8 .cms-image.acaVieImg img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .monavie-new2 #section-1 .default-mobile {
    height: 100vh;
  }
  .monavie-new2 #section-4 .no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .monavie-new2 #section-5 .no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .monavie-new2 #section-7 .col-md-6.img-col {
    padding-left: unset !important;
  }
  .monavie-new2 #section-7 .data-div {
    padding-left: unset !important;
    padding-right: unset !important;
    margin-left: 30px;
  }
  .monavie-new2 #section-7 .data-div .cms-image.plantFriendImg {
    margin-left: 135px;
    /*margin-bottom: 15px;*/
  }
  .monavie-new2 #section-7 .data-div .cms-image.plantFriendImg img {
    max-width: 100px;
  }
  .monavie-new2 #section-7 .media-container.plant-img img {
    width: 100%;
    height: 266px;
  }
  .monavie-new2 #section-8 .cms-image.acaVieImg img {
    max-width: 30vw;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .monavie-new2 #section-6 .fruit-images {
    margin-left: 21.333333%;
  }
  .monavie-new2 #section-6 .fruit-desc {
    margin-left: 21.333333%;
    width: 70%;
  }
  .monavie-new2 #section-7 .plant-img {
    width: 100%;
  }
}
.monavie-old a.btn-c {
  color: white !important;
  border-color: white !important;
}
.monavie-old .hidden-spacer {
  visibility: hidden;
  width: 100%;
}
.monavie-old .visible-container {
  visibility: visible;
  width: 100%;
}
.monavie-old #section-3 {
  background-color: #6fce51 !important;
  width: 100%;
}
.monavie-old #section-3 div .monavie-mp4 {
  padding-top: 3%;
  padding-bottom: 3%;
}
.monavie-old #section-4 {
  padding-top: 2%;
  padding-bottom: 3%;
}
.monavie-old #section-4 .superfood {
  font-weight: 600;
  color: #6fce51;
}
.monavie-old .word-rotator {
  vertical-align: middle;
}
.monavie-old .word-rotator span {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  vertical-align: middle;
}
.monavie-old #section-6 .fruit-rotator {
  max-height: 400px;
  max-width: 400px;
  padding-top: 50px;
}
.monavie-old #section-6 ul {
  display: flex;
  flex-wrap: wrap;
}
.monavie-old #section-6 ul li {
  width: 50%;
}
.monavie-old #section-7 {
  background-color: #6fce51;
}
.monavie-old #section-7 .zero-pad-and-marg {
  margin: 0px;
  padding: 0px;
}
.monavie-old #section-7 .plant-based-glu {
  padding-top: 150px;
}
.monavie-old #section-7 .monavie-container {
  max-height: 800px;
  max-width: 100%;
}
.monavie-old #section-7 .container-div-1 {
  display: inline-block;
}
.monavie-old #section-7 .container-div-2 {
  color: white;
  display: inline-block;
}
.monavie-old #section-7 .container-div-2 .center-block {
  padding-left: 150px;
  max-width: 800px;
}
.monavie-old #section-7 .container-div-2 .hidden-span {
  height: 200px;
}
.monavie-old #section-8 {
  background-color: #6fce51 !important;
  padding-top: 54px;
  padding-bottom: 54px;
}
.monavie-old #section-8 .btn.btn-animated {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.monavie-old #section-9 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.monavie-old #section-9 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.monavie-old #section-9 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
.monavie-old .paralax-sm {
  min-height: 200px;
}
@media (max-width: 768px) {
  .monavie-old #section-0 .btn.btn-animated.default {
    color: #6fce51;
    border-color: #6fce51;
  }
  .monavie-old #section-1 .monavie-family-xs {
    padding-bottom: 50px;
  }
  .monavie-old #section-1 .zero-pad-and-marg {
    margin: 0px;
    padding: 0px;
  }
  .monavie-old .paralax-sm {
    height: 150px;
  }
  .monavie-old .word-rotator span {
    font-size: 15px;
  }
  .monavie-old #section-4 .monavie-img-basket img {
    height: auto;
    width: auto;
  }
  .monavie-old #section-6 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
  }
  .monavie-old #section-7 {
    background-color: #6fce51;
    color: white;
    font-size: 100%;
  }
  .monavie-old #section-7 .plant-based-glu {
    padding-top: 0px;
  }
  .monavie-old #section-8 {
    background-color: #6fce51;
  }
}
@media (max-width: 991px) {
  .monavie-old #section-0 .btn-animated.default {
    color: #6fce51;
    border-color: #6fce51;
  }
}
.fibrotic .price-strick {
  color: #007438;
}
.fibrotic .product-summary {
  font-size: 120%;
}
.fibrotic .overlay-container {
  background-attachment: inherit !important;
}
.fibrotic .overlay-container .overlay-content-right {
  padding-left: 59%;
  padding-right: 19%;
  padding-top: 29vh;
}
.fibrotic .overlay-container .overlay-content-right .margin-top-10 {
  width: 100%;
}
.fibrotic .overlay-container .overlay-content-right .margin-top-10 .fibrotic-button {
  color: #007438;
  border-color: #007438;
  width: 149px;
  margin-right: 1em;
  display: inline-block !important;
  vertical-align: inherit !important;
}
.fibrotic h2.product-title {
  color: #007438;
}
.fibrotic #video-banner {
  background-image: radial-gradient(circle at center, #98cc49 50%, #68bc43 100%) !important;
}
.fibrotic #fibrotic-section4-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fibrotic #fibrotic-section4-row #fibrotic-section4 h1,
.fibrotic #fibrotic-section4-row #fibrotic-section4 h2 {
  text-align: center;
}
.fibrotic #fibrotic-section4-row #fibrotic-section4 h1 .fibrotic-prebiotic,
.fibrotic #fibrotic-section4-row #fibrotic-section4 h2 .fibrotic-prebiotic,
.fibrotic #fibrotic-section4-row #fibrotic-section4 h1 .fibrotic-probiotic,
.fibrotic #fibrotic-section4-row #fibrotic-section4 h2 .fibrotic-probiotic {
  color: #007438;
}
.fibrotic #fibrotic-section4-row #fibrotic-section4 h1 .fibrotic-vs,
.fibrotic #fibrotic-section4-row #fibrotic-section4 h2 .fibrotic-vs {
  color: #98cc49;
}
.fibrotic #wrapper-content {
  background-image: radial-gradient(circle at center, #149600 50%, #007438 100%) !important;
}
.fibrotic #wrapper-content h2,
.fibrotic #wrapper-content p {
  color: #fff;
}
.fibrotic .rw-wrapper {
  width: 100%;
  position: relative;
  margin: 0px auto 0 auto;
  padding: 10px;
}
.fibrotic .rw-words {
  height: 80px;
  -webkit-perspective: 800px;
  perspective: 800px;
  text-align: left;
  margin: auto;
}
.fibrotic .rw-words span {
  text-transform: none;
  font-weight: 300;
  font-size: 1.7em;
  white-space: inherit;
  position: absolute;
  color: #98cc49;
  text-shadow: 0px 0px 80px #ffffff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-animation: rotateWord 20s linear infinite 0s;
  animation: rotateWord 20s linear infinite 0s;
}
.fibrotic .rw-words span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.fibrotic .rw-words span:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.fibrotic .rw-words span:nth-child(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.fibrotic .rw-words span:nth-child(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.fibrotic .paralax-sm {
  min-height: 400px;
}
@keyframes rotateWord {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px) translateZ(0px) rotateY(0deg);
    transform: translateY(25px) translateZ(0px) rotateY(0deg);
  }
  1% {
    opacity: 0;
  }
  3% {
    opacity: 1;
    -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg);
    transform: translateY(0px) translateZ(0px) rotateY(0deg);
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fibrotic .info-banner2 {
  background-image: url("https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/fibrotic/jns-logo-header-grass.png"), radial-gradient(circle at center, #98cc49 50%, #68bc43 100%) !important;
  padding-top: 12vh;
  padding-bottom: 12vh;
  background-size: cover;
}
.fibrotic .info-banner2 .container {
  color: #fff;
  border-color: #fff;
}
.fibrotic .info-banner2 .container .btn {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 987px) {
  .fibrotic .rw-words {
    height: 22vh;
  }
  .fibrotic .rw-words.rw-words-2 {
    height: 5vh;
  }
}
@media (max-width: 767px) {
  .fibrotic .product-info {
    padding: 0 3em;
  }
  .fibrotic .background-small {
    zoom: 176%;
    background-position: top right -7em;
  }
  .fibrotic .rw-words.rw-words-1 {
    height: 22vh;
  }
  .fibrotic #wrapper-content {
    padding-right: 3em;
    padding-left: 3em;
  }
  .fibrotic #wrapper-content .rw-words.rw-words-2 {
    height: 5vh;
  }
  .fibrotic #fibrotic-section4-row {
    display: inherit;
  }
  .fibrotic #fibrotic-section4-row #fibrotic-section4 h1 {
    text-align: inherit;
  }
  .fibrotic .paralax-sm {
    background-position: top right -8em;
    zoom: 155%;
  }
}
.revitablu-new .price-strick {
  color: #ff4713;
}
.revitablu-new #section-1 .btn {
  border-color: white;
  color: white;
}
.revitablu-new #section-1 h1 {
  padding-top: 20px;
  font-size: 3em;
}
.revitablu-new #section-1 .margin {
  margin-right: 10px;
}
.revitablu-new #section-1 .default-mobile {
  /*height: 500px;
            width: 100%;*/
  background-color: #ff4713;
  padding-top: 90px;
  padding-bottom: 133px;
  position: inherit !important;
}
.revitablu-new #section-1 .btn {
  padding-right: 45px;
  padding-left: 45px;
}
.revitablu-new #section-2 .btn {
  color: #ff4713;
  border-color: #ff4713;
}
.revitablu-new #section-2 .fa {
  color: #ff4713;
}
.revitablu-new .overlay-container {
  background-attachment: inherit;
  min-height: 87vh !important;
}
.revitablu-new .overlay-image-container {
  margin-bottom: 230px;
  width: 500px;
}
.revitablu-new .overlay-image-container section h1 {
  font-size: 3em;
}
.revitablu-new .overlay-image-container .btn {
  display: inline-block !important;
  margin-right: 10px;
  vertical-align: inherit;
  color: #fff;
  border-color: #fff;
}
.revitablu-new #package {
  display: flex;
}
.revitablu-new #package .package-description {
  display: flex;
  align-items: center;
}
.revitablu-new .video-banner {
  background-image: url("https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/revitablu/revitablu-grid.jpg");
}
.revitablu-new .key-ingredients {
  padding-bottom: 10px;
}
.revitablu-new .ingredients-description {
  padding: 50px 0;
}
.revitablu-new .paralax-sm {
  min-height: 70vh !important;
}
.revitablu-new .testimonial-section {
  padding: 30px 0;
}
.revitablu-new .testimonial {
  height: 56vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.revitablu-new .testimonial .testimonial-title {
  padding-top: 0px;
  font-size: 19px;
}
.revitablu-new .testimonial .testimonial-name {
  color: #0b2240;
  font-size: 19px;
  font-weight: bold;
}
.revitablu-new .info-banner2 {
  background-color: #ff4713;
}
.revitablu-new .info-banner2 .yes-system .content-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
.revitablu-new .jeunesse-logo {
  width: 317px;
}
@media (max-width: 987px) {
  .revitablu-new .overlay-image-container {
    width: 53vw;
    padding: 103px 0;
  }
  .revitablu-new .btn {
    width: 100%;
  }
  .revitablu-new .btn:last-child {
    margin-top: 10px;
  }
  .revitablu-new .video-banner {
    padding: 50px 63px;
  }
  .revitablu-new .fixed-background {
    background-position: 50% top;
  }
}
@media (max-width: 375px) {
  .revitablu-new #section-1 h1 {
    font-size: 2em;
    padding-top: 20px;
  }
}
@media (max-width: 414px) {
  .revitablu-new #section-1 h1 {
    font-size: 2em;
    padding-top: 20px;
  }
}
@media (min-width: 959px) {
  .revitablu-new #section-1 .logo {
    max-width: 50% !important;
    max-height: 50% !important;
  }
}
@media (max-width: 767px) {
  .revitablu-new .fixed-background {
    background-position: 50% top;
  }
  .revitablu-new .visible-xs.mobile-bg {
    min-height: 70vh;
  }
  .revitablu-new .testimonial-section .testimonial-header {
    margin: 50px 0px !important;
  }
  .revitablu-new .testimonial-section .testimonial-header .testimonial-header-cms {
    font-weight: bold;
  }
  .revitablu-new .testimonial-section .testimonial {
    height: auto;
    display: block !important;
    padding: 0px 50px;
  }
  .revitablu-new .testimonial-section .testimonial .testimonial-main1 {
    margin-top: 34px !important;
  }
  .revitablu-new .testimonial-section .testimonial .desc-only {
    margin-top: 256px;
  }
  .revitablu-new .testimonial-section .testimonial .testimonial-desc {
    font-size: 16px !important;
    line-height: 1.7em;
  }
  .revitablu-new .testimonial-section .info-banner2 {
    padding: 65px;
  }
  .revitablu-new .testimonial-section .info-banner2 .media-container.cms-image {
    width: 255px;
    margin: auto;
  }
  .revitablu-new .testimonial-section .info-banner2 .jeunesse-logo {
    margin-bottom: 25px;
  }
  .revitablu-new .testimonial-section .info-banner2 .text-center {
    width: 28vw;
    margin: auto;
  }
}
.revitablu-old .price-strick {
  color: #ff4713;
}
.revitablu-old .overlay-container {
  background-attachment: inherit;
  min-height: 87vh !important;
}
.revitablu-old .overlay-image-container {
  margin-bottom: 230px;
  width: 500px;
}
.revitablu-old .overlay-image-container section h1 {
  font-size: 3em;
}
.revitablu-old .overlay-image-container .btn {
  display: inline-block !important;
  min-width: 200px;
  margin-right: 10px;
  vertical-align: inherit;
  color: #fff;
  border-color: #fff;
  width: auto;
}
.revitablu-old #package {
  display: flex;
}
.revitablu-old #package .package-description {
  display: flex;
  align-items: center;
}
.revitablu-old .video-banner {
  background-image: url("https://d2dqksvx8j00ig.cloudfront.net/JFront/Default/revitablu/revitablu-grid.jpg");
}
.revitablu-old .key-ingredients {
  padding-bottom: 10px;
}
.revitablu-old .ingredients-description {
  padding: 50px 0;
}
.revitablu-old .paralax-sm {
  min-height: 70vh !important;
}
.revitablu-old .testimonial-section {
  padding: 30px 0;
}
.revitablu-old .testimonial {
  height: 40vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.revitablu-old .testimonial .testimonial-title {
  padding-top: 0px;
  font-size: 19px;
}
.revitablu-old .testimonial .testimonial-name {
  color: #0b2240;
  font-size: 19px;
  font-weight: bold;
}
.revitablu-old .info-banner2 {
  background-color: #ff4713;
  padding: 120px 0;
  color: #fff;
}
.revitablu-old .info-banner2 .border-line,
.revitablu-old .info-banner2 .view-all {
  color: #fff;
  border-color: #fff;
}
.revitablu-old .jeunesse-logo {
  width: 317px;
}
@media (max-width: 987px) {
  .revitablu-old .overlay-image-container {
    width: 53vw;
    padding: 103px 0;
  }
  .revitablu-old .revitablu-button {
    width: 148px !important;
  }
  .revitablu-old .video-banner {
    padding: 50px 63px;
  }
  .revitablu-old .fixed-background {
    background-position: 50% top;
  }
}
@media (max-width: 767px) {
  .revitablu-old .video-overlay {
    position: relative;
  }
  .revitablu-old .video-overlay .overlay-image-container {
    width: 71vw;
    margin-bottom: 0px;
  }
  .revitablu-old .video-overlay .overlay-image-container .margin-top-10 {
    margin-top: 2em;
  }
  .revitablu-old .video-overlay .overlay-image-container .margin-top-10 .btn {
    color: #0b2240;
    border-color: #0b2240;
    float: left;
    margin-right: 0px;
    width: 148px !important;
    margin-top: 0px;
    border-width: 1px;
    border-radius: 5px;
  }
  .revitablu-old .fixed-background {
    background-position: 50% top;
  }
  .revitablu-old .visible-xs.mobile-bg {
    min-height: 70vh;
  }
  .revitablu-old .testimonial-section .testimonial-header {
    margin: 50px 0px !important;
  }
  .revitablu-old .testimonial-section .testimonial-header .testimonial-header-cms {
    font-weight: bold;
  }
  .revitablu-old .testimonial-section .testimonial {
    height: auto;
    display: block !important;
    padding: 0px 50px;
  }
  .revitablu-old .testimonial-section .testimonial .testimonial-main1 {
    margin-top: 34px !important;
  }
  .revitablu-old .testimonial-section .testimonial .desc-only {
    margin-top: 256px;
  }
  .revitablu-old .testimonial-section .testimonial .testimonial-desc {
    font-size: 16px !important;
    line-height: 1.7em;
  }
  .revitablu-old .testimonial-section .info-banner2 {
    padding: 65px;
  }
  .revitablu-old .testimonial-section .info-banner2 .media-container.cms-image {
    width: 255px;
    margin: auto;
  }
  .revitablu-old .testimonial-section .info-banner2 .jeunesse-logo {
    margin-bottom: 25px;
  }
  .revitablu-old .testimonial-section .info-banner2 .text-center {
    width: 28vw;
    margin: auto;
  }
}
.rvl .price-strick {
  color: #45788F;
}
.rvl .btn {
  color: #45788F;
  border-color: #45788F;
}
.rvl .btn.default {
  color: white;
  border-color: white;
}
.rvl #section-1 .btn {
  padding-right: 45px;
  padding-left: 45px;
}
.rvl #section-1 .default-mobile {
  height: 500px;
  width: 100%;
  background-color: #45788F;
}
.rvl #section-1 .margin {
  margin-right: 10px;
}
.rvl #section-1 h3 {
  font-size: 3em;
  font-weight: 100;
  text-transform: uppercase;
  padding-top: 20px;
}
.rvl #section-2 h3 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100;
}
.rvl #section-2 .product-slider {
  padding-bottom: 54px;
}
.rvl #section-2 .product-slider .product-img img {
  height: 250px;
  width: auto;
}
.rvl #section-3 .fa {
  color: #45788F;
}
.rvl #section-4 {
  border-top: 1px solid;
  border-color: lightgray;
  /*div{
            &.slick-current{
                opacity: 1;
                transition: opacity .5s ease-out;
            }

            &.slick-active{
                opacity: 1;
                transition: opacity .5s ease-out;
            }
        }*/
}
.rvl #section-4 .container-fluid,
.rvl #section-4 .row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.rvl #section-4 .container-fluid .row,
.rvl #section-4 .row .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.rvl #section-4 .container-fluid .rvl-header,
.rvl #section-4 .row .rvl-header,
.rvl #section-4 .container-fluid .image-holder,
.rvl #section-4 .row .image-holder {
  padding-left: unset !important;
  padding-right: unset !important;
  min-height: unset !important;
}
.rvl #section-4 .video-overlay {
  justify-content: center;
  display: flex;
}
.rvl #section-4 .rvl-logo img {
  height: 125px;
}
.rvl #section-4 h1 {
  color: #777;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 100;
  padding-top: 50px;
}
.rvl #section-4 .big-r img {
  height: 610px;
}
.rvl #section-4 .slick-slide {
  opacity: 1;
  transition: opacity 300ms ease-out;
}
.rvl #section-4 .slick-slide.opacidown {
  opacity: 0;
}
.rvl #section-5 {
  padding: 20px 0;
  border-top: 1px solid;
  border-color: lightgray;
}
.rvl #section-5 .content-space {
  display: flex;
}
.rvl #section-5 .content-space .section-5-desc {
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.rvl #section-5 .content-space .section-5-desc p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.rvl #section-6 {
  background-color: #45788F;
}
.rvl #section-6 h3 {
  color: white;
  font-size: 1em;
  text-transform: capitalize;
  padding-top: 20px;
}
.rvl #section-7 {
  padding-bottom: 54px;
}
.rvl #section-7 img {
  height: 115px;
}
.rvl #section-7 h2 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
}
.rvl #section-7 h3 {
  padding-top: 30px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.rvl #section-7 .row:last-child {
  padding-left: 63px;
}
.rvl #section-8 .col-lg-12 {
  margin-top: 155px;
}
.rvl #section-8 span p {
  color: white;
  font-size: 2em;
  letter-spacing: 3px;
}
.rvl #section-9 h3 {
  text-transform: uppercase;
  font-size: 2em;
  padding-top: 54px;
}
.rvl #section-9 .row {
  margin-bottom: 100px;
}
.rvl #section-9 p {
  color: #777;
  padding-top: 25px;
  font-size: 1em;
  line-height: 1.5em;
}
.rvl #section-9 p br {
  line-height: 1.9em;
}
.rvl #section-9 p strong {
  text-transform: uppercase;
  color: #45788F;
}
.rvl #section-10 {
  background-color: #45788F;
}
.rvl #section-10 p {
  color: white;
  margin-bottom: 10px;
}
.rvl #section-11 {
  padding-bottom: 75px;
}
.rvl #section-11 .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.rvl #section-11 img {
  padding-bottom: 10px;
}
.rvl #section-11 h3 {
  color: #777;
  font-weight: 100;
  font-size: 2em;
  text-transform: uppercase;
}
.rvl #section-12 .blog-item-title {
  color: #777;
  font-weight: 600;
}
.rvl #section-12 .blog-item-date {
  color: #777;
  font-weight: 700;
}
.rvl #section-12 .read-more {
  color: #45788F;
}
.rvl #section-12 .btn {
  border-color: transparent;
  color: #777;
  background-color: transparent;
}
@media (max-width: 1366px) {
  .rvl #section-1 .default-mobile {
    height: 100vh;
  }
}
@media (min-width: 311px) and (max-width: 767px) {
  .rvl #section-1 .default-video-bkg {
    background-color: #45788F;
  }
  .rvl #section-1 .full-screen-video {
    height: 60vh;
  }
  .rvl #section-1 .video-overlay > div {
    vertical-align: unset;
    padding-top: 90px;
  }
  .rvl #section-1 .margin {
    margin-right: unset;
  }
  .rvl #section-1 h3 {
    font-size: 2em;
  }
  .rvl #section-4 .no-paralax {
    padding-right: unset;
    padding-left: unset;
    height: 60vh;
  }
  .rvl #section-4 .image-holder {
    min-height: unset;
    padding-left: unset;
    padding-right: unset;
  }
  .rvl #section-4 .slick-list {
    height: 300px;
  }
  .rvl #section-4 .rvlManImg,
  .rvl #section-4 .rvlWomanImg {
    height: 45vh;
  }
  .rvl #section-4 .video-overlay {
    margin-top: unset !important;
    width: 100%;
  }
  .rvl #section-4 h1 {
    width: 60% !important;
    margin: auto !important;
    font-size: 1.5em !important;
  }
  .rvl #section-4 .big-r {
    height: 100%;
  }
  .rvl #section-4 .big-r .media-container.cms-image {
    height: 100%;
  }
  .rvl #section-4 .big-r img {
    height: 100%;
  }
  .rvl #section-5 {
    display: inherit;
  }
  .rvl #section-5 .col-xs-10 {
    padding-top: 30px;
  }
  .rvl #section-7 .row:last-child {
    padding-left: unset !important;
  }
  .rvl #section-7 img {
    height: 100px;
  }
  .rvl #section-7 h3 {
    padding-bottom: 20px;
  }
  .rvl #section-8 span p {
    font-size: 1.7em;
  }
  .rvl #section-8 .slick-list {
    height: 100px;
  }
  .rvl #section-8 .col-xs-12 {
    margin-top: 22%;
  }
  .rvl #section-9 .row {
    margin-bottom: unset;
  }
  .rvl #section-9 p {
    font-size: .9em;
  }
}
@media (max-width: 768px) {
  .rvl #section-1 .default-mobile {
    height: 100vh;
  }
  .rvl #section-4 h1 {
    font-size: 2.5em;
  }
  .rvl #section-5 .content-space {
    display: inherit;
  }
  .rvl #section-5 p {
    margin-top: 50px;
  }
  .rvl #section-7 .row:last-child {
    padding-left: unset;
  }
  .rvl #section-7 h3 {
    margin-bottom: 15px;
  }
  .rvl #section-9 .row {
    margin-bottom: unset;
  }
}
@media (max-width: 1024px) {
  .rvl #section-1 .default-mobile {
    height: 100vh;
  }
  .rvl #section-4 .md-position {
    background-position: top center;
  }
  .rvl #section-4 .rvlManImg,
  .rvl #section-4 .rvlWomanImg {
    height: 55vh;
  }
  .rvl #section-5 .content-space {
    display: inherit;
  }
  .rvl #section-7 .row:last-child {
    padding-left: 45px;
  }
}
@media (min-width: 1025px) {
  .rvl #section-4 .rvlManImg,
  .rvl #section-4 .rvlWomanImg {
    height: 80vh;
  }
  .rvl #section-4 .big-r .media-container.cms-image {
    height: 80vh;
  }
  .rvl #section-4 .big-r img {
    height: 100% !important;
  }
  .rvl #section-4 .slick-list {
    height: 80vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rvl #section-4 .big-r {
    margin-left: -50%;
  }
}
@media (max-width: 991px) {
  .rvl #section-7 .row:last-child {
    padding-left: 0px;
  }
}
.baolife {
  color: #777;
}
.baolife .price-strick {
  color: #243d94;
}
.baolife .float-right {
  float: right;
}
.baolife .float-left {
  float: left;
}
.baolife .li-custom-width {
  width: 19vw;
}
.baolife #section-1 .overlay-content-center {
  padding-top: 25vh;
}
.baolife #section-1 p {
  text-transform: uppercase;
  font-size: 2.5vw;
}
.baolife #section-3 .fullscreen-image {
  min-height: 32vh !important;
}
.baolife #section-4 .custom-offset {
  margin-left: 14%;
}
.baolife #section-4 h1 {
  text-transform: capitalize;
  font-weight: 300;
  padding-bottom: 50px;
}
.baolife #section-4 .cms-image img {
  max-height: 7vh !important;
}
.baolife #section-5 {
  background-color: #243d94 !important;
}
.baolife #section-5 p {
  line-height: 115%;
  text-transform: uppercase;
  font-size: 5vh;
  font-weight: 200;
  color: white;
}
.baolife #section-5 p b {
  color: #3dae2b;
}
.baolife #section-6 h1 {
  font-weight: 300;
}
.baolife #section-6 .toilet-clock {
  width: 22%;
  padding-top: 20px;
}
.baolife #section-6 .toilet-clock-words {
  width: 74%;
}
.baolife #section-6 .toilet-clock-words ul {
  padding-left: unset;
  line-height: 1.3em;
  font-size: .9em;
}
.baolife #section-6 .toilet-clock-words ul li {
  padding-bottom: 10px;
}
.baolife #section-6 .toilet-clock-words ul li:before {
  color: darkblue;
  font-family: 'FontAwesome';
  content: '\F058';
  margin-right: 5px;
}
.baolife #section-6 .section1HeaderH4 {
  color: darkblue;
  font-weight: 600;
}
.baolife #section-6 .section2Header4 {
  color: #00a79d;
  font-weight: 600;
}
.baolife #section-6 .section3Header4 {
  color: #3dae2b;
  font-weight: 600;
}
.baolife #section-6 .list-two-color ul li:before {
  color: #00a79d;
}
.baolife #section-6 .list-three-color ul li:before {
  color: #3dae2b;
}
.baolife #section-7 {
  background-color: #3dae2b;
  color: white;
}
.baolife #section-7 .margin-top {
  margin-top: 5vh;
}
.baolife #section-7 .cms-image img {
  max-height: 28vh;
}
.baolife #section-7 h1 {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
}
.baolife #section-7 p {
  line-height: 2.25.vh;
  text-align: left;
  justify-content: center;
}
.baolife #section-8 p {
  line-height: 2.25.vh;
  padding-top: unset;
}
.baolife #section-8 .section1Header {
  text-transform: uppercase;
  color: #19468d;
  font-weight: 700;
  font-size: 1em;
  line-height: unset;
}
.baolife #section-8 .section2Header {
  text-transform: uppercase;
  color: #00a79d;
  font-weight: 700;
  font-size: 1em;
  line-height: unset;
}
.baolife #section-8 .section3Header {
  text-transform: uppercase;
  color: #3dae2b;
  font-weight: 700;
  font-size: 1em;
  line-height: unset;
}
.baolife #section-8 ul {
  padding-left: unset !important;
}
.baolife #section-8 ul li:before {
  color: #3dae2b;
  font-family: 'FontAwesome';
  content: '\F058';
  margin-right: 5px;
}
.baolife #section-9 {
  background-color: #243d94 !important;
}
.baolife #section-9 p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3em;
  color: white;
}
.baolife #section-9 p b {
  color: #3dae2b;
}
.baolife #section-10 h1 {
  font-weight: 200;
  padding-top: 25px;
}
.baolife #section-10 .partColored {
  padding: 25px;
  background-color: #eeeeee;
}
.baolife #section-10 .partColored i {
  font-size: 2em;
  color: #243d94;
}
.baolife #section-10 .partColored p {
  font-size: 1.3em;
  margin-left: 20px;
  margin-right: 20px;
}
.baolife #section-10 .cms-image img {
  height: 250px;
  padding-bottom: 25px;
}
.baolife #section-11 {
  font-size: 1.3em;
}
.baolife #section-11.content-space {
  padding-top: unset;
}
.baolife #section-11 h2 {
  font-weight: 300;
  text-transform: capitalize;
  padding-bottom: 50px;
}
.baolife #section-11 .cms-image img {
  height: 300px;
  padding-bottom: 25px;
}
.baolife #section-11 p {
  font-weight: 600;
  font-size: 1em;
}
.baolife #section-11 p.p1 {
  color: #7ce214;
}
.baolife #section-11 p.p2 {
  color: #13a89e;
}
.baolife #section-11 p.p3 {
  color: #1385cc;
}
.baolife #section-11 p.p4 {
  color: #243d94;
}
.baolife #section-11 p.p5 {
  color: #7ce214;
}
.baolife #section-11 ul {
  padding-left: unset !important;
}
.baolife #section-11 ul li {
  font-size: .8em;
  line-height: 2.25.vh;
  list-style-position: outside;
}
.baolife #section-11 ul li:before {
  font-family: 'FontAwesome';
  content: '\F058';
  margin-right: 5px;
}
.baolife #section-11 .list-1 li:before {
  color: #7ce214;
}
.baolife #section-11 .list-2 li:before {
  color: #13a89e;
}
.baolife #section-11 .list-3 li:before {
  color: #1385cc;
}
.baolife #section-11 .list-4 li:before {
  color: #243d94;
}
.baolife #section-11 .list-5 li:before {
  color: #7ce214;
}
.baolife #section-12 {
  background-color: #3bae49;
}
@media (max-width: 568px) {
  .baolife .content-space {
    padding: 15px 0;
  }
  .baolife #section-1 .fullscreen-image {
    min-height: 60vh !important;
  }
  .baolife #section-3 .fullscreen-image {
    min-height: 22vh !important;
  }
  .baolife #section-6 .col-xs-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .baolife #section-6 .custom-padding.toilet {
    padding-top: 25px;
  }
  .baolife #section-6 .custom-padding.weight {
    padding-top: 38px;
  }
  .baolife #section-6 .custom-padding.stomach {
    padding-top: 44px;
  }
  .baolife #section-8.content-space {
    padding-top: unset;
  }
  .baolife #section-10 h1 {
    padding-top: 20px;
  }
  .baolife #section-11 .media-container {
    padding-bottom: 20px;
  }
}
@media (max-width: 667px) {
  .baolife #section-1 p {
    font-size: 4vw;
  }
  .baolife #section-4 .custom-offset {
    margin-left: unset;
  }
  .baolife #section-5 p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .baolife #section-6.content-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .baolife #section-6 .custom-padding.toilet {
    padding-top: 25px;
  }
  .baolife #section-6 .custom-padding.weight {
    padding-top: 38px;
  }
  .baolife #section-6 .custom-padding.stomach {
    padding-top: 44px;
  }
  .baolife #section-6 .col-sm-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .baolife #section-7 .cms-image img {
    max-height: 30vh;
    padding-bottom: 20px;
  }
  .baolife #section-8 .custom-padding {
    padding-bottom: 20px;
  }
  .baolife #section-10 .partColored {
    width: unset;
    padding: 25px;
  }
  .baolife #section-10 .col-lg-4 {
    padding-bottom: 20px;
  }
  .baolife #section-11 .custom-padding {
    padding-left: 18vw;
  }
}
@media (max-width: 1024px) {
  .baolife #section-4.content-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .baolife #section-4 .custom-offset {
    margin-left: unset;
  }
  .baolife #section-6 .media-container img {
    height: 80px;
  }
  .baolife #section-6 .custom-padding.toilet {
    padding-top: 25px;
  }
  .baolife #section-6 .custom-padding.weight {
    padding-top: 38px;
  }
  .baolife #section-6 .custom-padding.stomach {
    padding-top: 44px;
  }
  .baolife #section-7 h1 {
    font-size: 1.8em;
  }
  .baolife #section-7 .col-lg-8 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .baolife #section-8 .custom-padding {
    padding-bottom: 20px;
  }
  .baolife #section-8 .content-space {
    padding-top: unset;
  }
  .baolife #section-8 .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .baolife #section-10 .partColored {
    width: unset;
    padding: 25px;
  }
  .baolife #section-10 .col-lg-4 {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .baolife #section-11 .custom-padding {
    padding-left: 25vw;
  }
  .baolife #section-11 .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1366px) {
  .baolife {
    /*#section-6 {
            .media-container {
                img {
                    max-width: 20vw;
                }
            }

            .custom-padding {
                &.toilet {
                    padding-top: 25px;
                }

                &.weight {
                    padding-top: 45px;
                }

                &.stomach {
                    padding-top: 44px;
                }
            }
        }*/
  }
}
.omega {
  color: #777;
  /*Phones*/
  /*Tables*/
  /*Labtops*/
}
.omega .price-strick {
  color: #1767B3;
}
.omega .blue-text {
  color: #1767B3;
  font-weight: bold;
}
.omega #section-1 {
  color: white;
}
.omega #section-1 h4 {
  text-transform: uppercase;
}
.omega #section-1 div.space-100 {
  height: 415px;
}
.omega #section-1 .brand-tag {
  font-size: 2.5vw;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 2vh;
}
.omega #section-1 .registered-mark {
  font-size: 2vh;
  position: relative;
  bottom: 20px;
}
.omega #section-3 .container-fluid {
  padding-bottom: 25px;
}
.omega #section-3 .omega-benefit-title {
  font-size: 2em;
  color: #40b4e5;
  font-weight: 700;
  margin: 0 80px;
  line-height: 1em;
  padding: 0 0 10px;
  text-align: center;
}
.omega #section-3 .omega-text {
  font-size: 1.5em;
}
.omega #section-3 .cms-image img.col-img {
  width: 100% !important;
  max-width: 120px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.omega #section-4 {
  background-color: #1767B3 !important;
}
.omega #section-5 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.omega #section-5 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.omega #section-5 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
@media (min-width: 311px) and (max-width: 767px) {
  .omega #section-1 .brand-tag {
    font-size: 6vw;
  }
  .omega #section-1 .fullscreen-image {
    min-height: 100% !important;
  }
  .omega #section-1 div.space-100 {
    height: 75px;
  }
  .omega #section-3 .cms-translation.up-size {
    font-size: 1.2em;
  }
  .omega #section-3 .cms-image img.col-img {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .omega #section-1 .media-container.logo-img img {
    max-width: 50%;
  }
  .omega #section-1 .brand-tag {
    font-size: 4vw;
  }
  .omega #section-1 .fullscreen-image {
    min-height: 100% !important;
  }
  .omega #section-1 div.space-100 {
    height: 170px;
  }
  .omega #section-3 .cms-image.pill-bottle img {
    width: 70%;
    margin-left: 105px;
  }
  .omega #section-3 div.space-100 {
    height: 35px;
  }
  .omega #section-3 .omega-benefit-title {
    font-size: 1em;
  }
  .omega #section-3 .omega-text {
    font-size: 1em;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .omega #section-3 .omega-benefit-title {
    margin: unset !important;
    font-size: 1em;
  }
  .omega #section-3 div.space-100 {
    height: 60px;
  }
}
.restore {
  /*Phones*/
  /*Tables*/
  /*Labtops*/
}
.restore .price-strick {
  color: #47c0bb;
}
.restore .white-gb {
  background-color: unset !important;
}
.restore .restore-color-bg {
  background-color: #47c0bb !important;
}
.restore .text-white {
  color: white;
}
.restore .text-restore-color {
  color: #47c0bb !important;
}
.restore #section-1 .overlay-content-center {
  width: 50%;
}
.restore #section-1 .overlay-image-container {
  padding-top: 42%;
}
.restore #section-1 h4.brand-tag {
  font-size: 3vw;
  font-weight: 300;
  text-transform: uppercase;
}
.restore #section-1 .overlay-content img {
  padding-bottom: unset !important;
}
.restore #section-3 {
  background-color: #47c0bb !important;
}
.restore #section-4 .magic-tooth {
  height: 200px;
}
.restore #section-4 .magic-details p {
  line-height: 3vh;
}
.restore #section-5 .restore-tube {
  width: 30vw;
  margin-bottom: -70px;
}
.restore #section-5 h1.section-header {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
}
.restore #section-5 p {
  line-height: 3vh;
}
.restore #section-6 h1.section-header {
  font-weight: 400;
  padding-top: 10px;
  line-height: 125%;
  padding-left: 25px;
}
.restore #section-6 span.text-restore-color {
  font-weight: 600;
  margin-right: 5px;
}
.restore #section-6 .key-ingredients li::before {
  content: "\2022";
  color: #47c0bb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.restore #section-7 h1.section-header {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
  padding-left: 20px;
}
.restore #section-7 .daily-care-list li::before {
  content: "\2022";
  color: #47c0bb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.restore #section-7 p.section7SubHeader {
  padding-left: 20px;
}
.restore #section-8 {
  background-color: #47c0bb;
}
.restore #section-9 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.restore #section-9 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.restore #section-9 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
@media (min-width: 311px) and (max-width: 767px) {
  .restore #section-1 .fullscreen-image {
    min-height: 35vh !important;
  }
  .restore #section-1 .overlay-content-center {
    width: 75%;
  }
  .restore #section-1 h4.brand-tag {
    font-size: 3vh;
    margin-bottom: unset !important;
    padding-bottom: 25px;
  }
  .restore #section-4 .magic-tooth {
    margin-left: 25%;
    padding-bottom: 20px;
  }
  .restore #section-5 .restore-tube {
    width: 80vw;
    margin-bottom: -54px;
    padding-left: 20px;
  }
  .restore #section-5 div.space-100 {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .restore #section-1 .fullscreen-image {
    min-height: 70vh !important;
  }
  .restore #section-1 .overlay-content-center {
    width: 80%;
  }
  .restore #section-1 h4.brand-tag {
    font-size: 4vw;
    color: #fafafa;
  }
  .restore #section-4 .magic-tooth {
    height: 80%;
    padding-left: 15%;
    margin-bottom: 20px;
  }
  .restore #section-5 .restore-tube {
    width: 80vw;
    margin-bottom: -80px;
    padding-left: 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .restore #section-4 .magic-tooth {
    padding-left: 25%;
  }
  .restore #section-5 .restore-tube {
    width: 80vw;
    margin-bottom: -90px;
    padding-left: 40%;
  }
}
.fo-package img {
  min-height: 300px;
  min-width: 300px;
}
.join-container {
  text-align: center;
  margin-top: 10px;
}
.fo-package h4 {
  min-height: 30px;
}
.fo-package .package-content {
  border: 1px #ccc solid;
}
.mx2o {
  color: #000000 !important;
  /*phone*/
  /*Tables*/
  /*Labtops*/
}
.mx2o .price-strick {
  color: #000000;
}
.mx2o span.toCapCase {
  text-transform: capitalize;
}
.mx2o span.custom-text {
  font-size: 150%;
  line-height: 115%;
  font-family: 'Times New Roman', serif;
}
.mx2o #section-2 .bwHeader {
  letter-spacing: .1em;
  font-size: 150%;
  font-weight: 600;
}
.mx2o #section-2 .btn-teal {
  line-height: 125%;
  text-transform: uppercase !important;
  display: inline-block;
  color: #ffffff;
  letter-spacing: .25em;
  background-color: #08bed5;
  font-size: .75em;
  font-weight: 600;
  padding: 1.5em 2em;
  text-align: center;
  border: 2px #08bed5 solid;
  transition: all 0.2s linear;
  cursor: pointer;
}
.mx2o #section-2 a.btn-teal:hover {
  text-decoration: unset !important;
  background-color: #ffffff;
  color: #08bed5;
}
.mx2o #section-3 {
  padding-bottom: unset !important;
}
.mx2o #section-3 sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
}
.mx2o #section-3 .black-water-side img {
  padding-left: 150px;
  padding-right: 150px;
}
.mx2o #section-3 .black-section {
  background-color: #000000;
  margin-top: -125px;
}
.mx2o #section-3 .black-section .flex-container {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
}
.mx2o #section-3 .black-section .flex-container .flex-item {
  align-self: baseline;
  margin-bottom: 20px;
  font-size: 22px;
}
.mx2o #section-3 .black-section i {
  padding-right: 10px;
  font-size: 20px;
}
.mx2o #section-3 .black-section .text-white {
  color: #ffffff;
}
.mx2o #section-3 .black-section .text-color {
  color: #939598;
  font-weight: 300;
}
.mx2o #section-3 .black-section h3 {
  padding-bottom: 5px !important;
}
.mx2o #section-3 .black-section .custom-p {
  line-height: 2em;
  font-size: 25px;
}
.mx2o #section-3 .black-section .take-away-text-transform {
  text-transform: lowercase !important;
}
.mx2o #section-3 .black-section .img img {
  max-height: 170px;
  margin-bottom: 10px;
}
.mx2o #section-3 .black-section .light-blue {
  color: #08bed5;
}
.mx2o #section-3 .black-section .text-light-blue {
  color: #08bed5;
  text-transform: uppercase;
}
.mx2o #section-6 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.mx2o #section-6 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.mx2o #section-6 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
@media (min-width: 311px) and (max-width: 767px) {
  .mx2o #section-3 .flex-item {
    margin-bottom: 10px;
    font-size: 16px !important;
  }
  .mx2o #section-3 .add-padding {
    padding-left: 70px;
  }
  .mx2o #section-3 .black-water-side img {
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .mx2o #section-3 .black-section {
    margin-top: -51px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mx2o #section-3 .black-section {
    margin-top: -100px;
  }
  .mx2o #section-3 .black-water-side img {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .mx2o #section-3 div.row.table-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mx2o #section-3 div.row.add-padding {
    padding-left: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .mx2o #section-3 .black-water-side img {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.yesSystem #section-3 {
  background: linear-gradient(0deg, #e2eff9, rgba(226, 239, 249, 0) 80%);
}
.yesSystem #section-3 .yesDescriptionMain {
  margin-bottom: 5vh;
}
.yesSystem #section-3 .yesDescriptionMain .yes-description {
  font-weight: normal;
  font-size: 24px;
  color: #777777;
}
.yesSystem .yes-header h3 {
  font-size: 4em;
  font-weight: 200;
  font-family: "Gotham SSm A", "Gotham SSm B";
  background: -webkit-linear-gradient(45deg, #40b4e5, #0033a0);
  background: linear-gradient(45deg, #40b4e5, #0033a0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.0em;
  margin-bottom: 0;
  text-transform: capitalize;
}
.yesSystem .yes-header .look-young {
  max-width: calc(100% - 1vh) !important;
  width: calc(100% - 1vh) !important;
  margin-top: 1vh;
  display: inline-grid !important;
  margin-bottom: 30px;
}
.yesSystem .yes-header .look-young h1 {
  text-indent: 0px;
  height: auto;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #585858;
  background: #ffffff !important;
  z-index: 5;
  margin: auto;
  width: auto !important;
  display: inline-block;
  font-size: 1em;
  padding: 0 2em 0 2.5em !important;
  max-width: 300px;
}
.yesSystem .yes-header .look-young:after {
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  position: relative;
  top: -9px;
}
.yesSystem .main-product-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 5vh;
}
.yesSystem .main-product-image .periodic-header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.yesSystem .main-product-image .periodic-header .periodic-box {
  padding: 0 20px;
}
.yesSystem .main-product-image .img-size {
  margin: 10px;
  padding: 30px 20px 30px 20px;
  text-decoration: none;
  position: relative;
  max-width: 300px !important;
}
.yesSystem .main-product-image .img-size .product-image {
  width: auto;
  height: 200px;
}
.yesSystem .main-product-image .plus-icon {
  position: absolute;
  top: 38%;
  left: 50%;
  opacity: 0.0;
  margin: -15px 0 0 -15px;
  font-size: 85%;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: #fff solid 2px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  line-height: 2em;
}
.yesSystem .main-product-image .nv {
  color: #002f86;
  text-transform: capitalize;
}
.yesSystem .main-product-image .nv .yes-periodic {
  border: 2px solid #002f86;
}
.yesSystem .main-product-image .nv:hover {
  background-color: #002f86;
  background: rgba(0, 47, 135, 0.2);
}
.yesSystem .main-product-image .nv:hover .plus-icon {
  background-color: #002f86;
  opacity: 1;
}
.yesSystem .main-product-image .nv .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .luminesce {
  color: #61b4e4;
  text-transform: capitalize;
}
.yesSystem .main-product-image .luminesce .yes-periodic {
  border: 2px solid #61b4e4;
}
.yesSystem .main-product-image .luminesce:hover {
  background-color: #61b4e4;
  background: rgba(64, 180, 229, 0.5);
}
.yesSystem .main-product-image .luminesce:hover .plus-icon {
  background-color: #61b4e4;
  opacity: 1;
}
.yesSystem .main-product-image .luminesce .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .instantlyageless {
  color: #00a7b5;
  text-transform: capitalize;
}
.yesSystem .main-product-image .instantlyageless .yes-periodic {
  border: 2px solid #00a7b5;
}
.yesSystem .main-product-image .instantlyageless:hover {
  background-color: #00a7b5;
  background: rgba(0, 191, 215, 0.2);
}
.yesSystem .main-product-image .instantlyageless:hover .plus-icon {
  background-color: #61b4e4;
  opacity: 1;
}
.yesSystem .main-product-image .instantlyageless .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .zenbodi {
  color: #c3002f;
  text-transform: capitalize;
}
.yesSystem .main-product-image .zenbodi .yes-periodic {
  border: 2px solid #c3002f;
}
.yesSystem .main-product-image .zenbodi:hover {
  background-color: #c3002f;
  background: rgba(222, 30, 55, 0.2);
}
.yesSystem .main-product-image .zenbodi:hover .plus-icon {
  background-color: #c3002f;
  opacity: 1;
}
.yesSystem .main-product-image .zenbodi .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .baolife {
  color: #243d94;
  text-transform: capitalize;
}
.yesSystem .main-product-image .baolife .yes-periodic {
  border: 2px solid #243d94;
}
.yesSystem .main-product-image .baolife:hover {
  background-color: #243d94;
  background: rgba(64, 180, 229, 0.5);
}
.yesSystem .main-product-image .baolife:hover .plus-icon {
  background-color: #243d94;
  opacity: 1;
}
.yesSystem .main-product-image .baolife .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .metomega {
  color: #1767B3;
  text-transform: capitalize;
}
.yesSystem .main-product-image .metomega .yes-periodic {
  border: 2px solid #1767B3;
}
.yesSystem .main-product-image .metomega:hover {
  background-color: #1767B3;
  background: rgba(255, 174, 95, 0.2);
}
.yesSystem .main-product-image .metomega:hover .plus-icon {
  background-color: #1767B3;
  opacity: 1;
}
.yesSystem .main-product-image .metomega .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .ampmessentials {
  color: #ff6b00;
  text-transform: capitalize;
}
.yesSystem .main-product-image .ampmessentials .yes-periodic {
  border: 2px solid #ff6b00;
}
.yesSystem .main-product-image .ampmessentials:hover {
  background-color: #ff6b00;
  background: rgba(255, 174, 95, 0.2);
}
.yesSystem .main-product-image .ampmessentials:hover .plus-icon {
  background-color: #ff6b00;
  opacity: 1;
}
.yesSystem .main-product-image .ampmessentials .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .reserve {
  color: #802b6a;
  text-transform: capitalize;
}
.yesSystem .main-product-image .reserve .yes-periodic {
  border: 2px solid #802b6a;
}
.yesSystem .main-product-image .reserve:hover {
  background-color: #802b6a;
  background: rgba(94, 37, 105, 0.2);
}
.yesSystem .main-product-image .reserve:hover .plus-icon {
  background-color: #802b6a;
  opacity: 1;
}
.yesSystem .main-product-image .reserve .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .finiti {
  color: #c51b8b;
  text-transform: capitalize;
}
.yesSystem .main-product-image .finiti .yes-periodic {
  border: 2px solid #c51b8b;
}
.yesSystem .main-product-image .finiti:hover {
  background-color: #c51b8b;
  background: rgba(197, 27, 139, 0.2);
}
.yesSystem .main-product-image .finiti:hover .plus-icon {
  background-color: #c51b8b;
  opacity: 1;
}
.yesSystem .main-product-image .finiti .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .nevo {
  color: #b8bf0d;
  text-transform: capitalize;
}
.yesSystem .main-product-image .nevo .yes-periodic {
  border: 2px solid #b8bf0d;
}
.yesSystem .main-product-image .nevo:hover {
  background-color: #b8bf0d;
  background: rgba(184, 191, 13, 0.2);
}
.yesSystem .main-product-image .nevo:hover .plus-icon {
  background-color: #b8bf0d;
  opacity: 1;
}
.yesSystem .main-product-image .nevo .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .vidacell {
  color: #ffe600;
  text-transform: capitalize;
}
.yesSystem .main-product-image .vidacell .yes-periodic {
  border: 2px solid #ffe600;
}
.yesSystem .main-product-image .vidacell:hover {
  background-color: #ffe600;
  background: rgba(64, 180, 229, 0.5);
}
.yesSystem .main-product-image .vidacell:hover .plus-icon {
  background-color: #ffe600;
  opacity: 1;
}
.yesSystem .main-product-image .vidacell .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .naara {
  color: #b00061;
  text-transform: capitalize;
}
.yesSystem .main-product-image .naara .yes-periodic {
  border: 2px solid #b00061;
}
.yesSystem .main-product-image .naara:hover {
  background-color: #b00061;
  background: rgba(176, 0, 97, 0.2);
}
.yesSystem .main-product-image .naara:hover .plus-icon {
  background-color: #b00061;
  opacity: 1;
}
.yesSystem .main-product-image .naara .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .rvl {
  color: #608d9c;
  text-transform: capitalize;
}
.yesSystem .main-product-image .rvl .yes-periodic {
  border: 2px solid #608d9c;
}
.yesSystem .main-product-image .rvl:hover {
  background-color: #608d9c;
  background: rgba(96, 141, 156, 0.2);
}
.yesSystem .main-product-image .rvl:hover .plus-icon {
  background-color: #61b4e4;
  opacity: 1;
}
.yesSystem .main-product-image .rvl .type1 {
  font-weight: unset;
}
.yesSystem .main-product-image .rvl .type2 {
  font-weight: bold;
}
.yesSystem .main-product-image .revitablu {
  color: #ff4713;
  text-transform: capitalize;
}
.yesSystem .main-product-image .revitablu .yes-periodic {
  border: 2px solid #ff4713;
}
.yesSystem .main-product-image .revitablu:hover {
  background-color: #ff4713;
  background: rgba(19, 153, 176, 0.2);
}
.yesSystem .main-product-image .revitablu:hover .plus-icon {
  background-color: #61b4e4;
  opacity: 1;
}
.yesSystem .main-product-image .revitablu .type1 {
  font-weight: unset;
}
.yesSystem .main-product-image .revitablu .type2 {
  font-weight: bold;
}
.yesSystem .main-product-image .m1nd {
  color: #1a2f58;
  text-transform: capitalize;
}
.yesSystem .main-product-image .m1nd .yes-periodic {
  border: 2px solid #1a2f58;
}
.yesSystem .main-product-image .m1nd:hover {
  background-color: #1a2f58;
  background: rgba(255, 206, 7, 0.2);
}
.yesSystem .main-product-image .m1nd:hover .plus-icon {
  background-color: #1a2f58;
  opacity: 1;
}
.yesSystem .main-product-image .m1nd .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .bbb {
  color: #c01f25;
  text-transform: capitalize;
}
.yesSystem .main-product-image .bbb .yes-periodic {
  border: 2px solid #c01f25;
}
.yesSystem .main-product-image .bbb:hover {
  background-color: #c01f25;
  background: rgba(64, 180, 229, 0.5);
}
.yesSystem .main-product-image .bbb:hover .plus-icon {
  background-color: #c01f25;
  opacity: 1;
}
.yesSystem .main-product-image .bbb .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .a4 {
  color: #b91e69;
  text-transform: capitalize;
}
.yesSystem .main-product-image .a4 .yes-periodic {
  border: 2px solid #b91e69;
}
.yesSystem .main-product-image .a4:hover {
  background-color: #b91e69;
  background: rgba(64, 180, 229, 0.5);
}
.yesSystem .main-product-image .a4:hover .plus-icon {
  background-color: #b91e69;
  opacity: 1;
}
.yesSystem .main-product-image .a4 .type2 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .jcoffee {
  color: #009999;
  text-transform: capitalize;
}
.yesSystem .main-product-image .jcoffee .yes-periodic {
  border: 2px solid #009999;
}
.yesSystem .main-product-image .jcoffee:hover {
  background-color: #009999;
  background: rgba(64, 180, 229, 0.5);
}
.yesSystem .main-product-image .jcoffee:hover .plus-icon {
  background-color: #009999;
  opacity: 1;
}
.yesSystem .main-product-image .jcoffee .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .jeunessespa {
  color: #2250a4;
  text-transform: capitalize;
}
.yesSystem .main-product-image .jeunessespa .yes-periodic {
  border: 2px solid #2250a4;
}
.yesSystem .main-product-image .jeunessespa:hover {
  background-color: #2250a4;
  background: rgba(64, 180, 229, 0.5);
}
.yesSystem .main-product-image .jeunessespa:hover .plus-icon {
  background-color: #2250a4;
  opacity: 1;
}
.yesSystem .main-product-image .jeunessespa .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .monavie {
  color: #6fce51;
  text-transform: capitalize;
}
.yesSystem .main-product-image .monavie .yes-periodic {
  border: 2px solid #6fce51;
}
.yesSystem .main-product-image .monavie:hover {
  background-color: #6fce51;
  background: rgba(111, 206, 81, 0.2);
}
.yesSystem .main-product-image .monavie:hover .plus-icon {
  background-color: #6fce51;
  opacity: 1;
}
.yesSystem .main-product-image .monavie .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .mx2o {
  color: #08bed5 !important;
  text-transform: capitalize;
}
.yesSystem .main-product-image .mx2o .yes-periodic {
  border: 2px solid #08bed5;
}
.yesSystem .main-product-image .mx2o:hover {
  background-color: #08bed5;
  background: rgba(0, 0, 0, 0.2);
}
.yesSystem .main-product-image .mx2o:hover .plus-icon {
  background-color: #08bed5;
  opacity: 1;
}
.yesSystem .main-product-image .mx2o .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .evok {
  color: #000000 !important;
  text-transform: capitalize;
}
.yesSystem .main-product-image .evok .yes-periodic {
  border: 2px solid #000000;
}
.yesSystem .main-product-image .evok:hover {
  background-color: #000000;
  background: rgba(0, 0, 0, 0.2);
}
.yesSystem .main-product-image .evok:hover .plus-icon {
  background-color: #000000;
  opacity: 1;
}
.yesSystem .main-product-image .evok .type1 {
  letter-spacing: -0.025em;
}
.yesSystem .main-product-image .yes-name {
  margin-bottom: 10px;
}
.yesSystem .main-product-image .yes-periodic {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 2em;
  border-radius: 50%;
  width: 37px;
  height: 36px;
  display: inline-block;
  margin: 0;
}
.yesSystem .main-product-image .yes-periodic-second {
  font-size: 0.625em !important;
  font-weight: 700 !important;
}
.yesSystem .main-product-image .yes-periodic-description {
  font-size: 0.5em !important;
  font-weight: 700 !important;
}
.yesSystem .circle-container {
  padding: 30px 0px;
}
.yesSystem .circle-header {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0px;
}
.yesSystem .circle {
  width: 160px;
  height: 160px;
  background-color: #1767B3;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px !important;
}
.yesSystem .circle .circle-amount {
  margin: 0;
  color: #40b4e5 !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.25em;
  padding: 0 !important;
}
.yesSystem .circle .circle-number {
  color: #ffffff !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}
.yesSystem .circle-description {
  max-width: 140px;
  margin: auto;
}
.yesSystem #section-6 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.yesSystem #section-6 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.yesSystem #section-6 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
.yesSystem #section-5 .bg-description {
  margin-top: 20px;
}
.yesSystem #section-5 .yes-system-info {
  fornt-weight: normal !important;
}
.yesSystem #section-4 {
  background-color: #fafafa;
}
.yesSystem #section-4 h2 {
  font-weight: lighter;
}
.yesSystem #section-4 .usd-billion {
  font-style: italic;
}
@media (min-width: 1800px) {
  .yesSystem .video-section {
    margin-top: -650px !important;
  }
  .yesSystem div.space-150 {
    height: 50px;
  }
}
.evok {
  /*phone*/
  /*Tables*/
  /*Labtops*/
}
.evok .price-strick {
  color: #747474;
}
.evok p.p-padding-bottom {
  padding-bottom: 20px;
}
.evok p.p-line-height {
  line-height: 2em;
}
.evok p.padding-sides {
  padding-right: 150px;
  padding-left: 150px;
}
.evok p.p-padding-top {
  padding-top: 35px;
}
.evok span.black-header {
  letter-spacing: .1em;
  font-size: 150%;
  font-weight: 600;
  text-transform: uppercase;
}
.evok span.span-padding-sides {
  padding-left: 20px;
  padding-right: 20px;
}
.evok span.margin-bottom {
  margin-bottom: 100px;
}
.evok div.kill-padding {
  padding-left: unset !important;
  padding-right: unset !important;
}
.evok div.custom-color {
  background-color: lightgray !important;
}
.evok #section-2 .btn-black {
  line-height: 125%;
  text-transform: uppercase !important;
  display: inline-block;
  color: white;
  letter-spacing: .25em;
  background-color: black;
  font-size: .75em;
  font-weight: 600;
  padding: 1.5em 2em;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}
.evok #section-3 .flower-girl {
  z-index: 9;
  position: relative;
  background-position: center 45%;
  height: 600px;
}
.evok #section-3 div.space-100 {
  height: 184px;
}
.evok #section-3 p {
  margin-bottom: 184px;
}
.evok #section-3 .dark-section {
  color: white;
  background-color: #747474 !important;
}
.evok #section-4 .desktop-only {
  display: block;
}
.evok #section-4 .flex-container {
  display: flex;
  justify-content: center;
  height: 100%;
}
.evok #section-4 .flex-container.flex-dir-col {
  flex-direction: column;
}
.evok #section-4 .flex-container.flex-dir-row {
  flex-direction: row;
}
.evok #section-4 .flex-container .item {
  align-self: center;
}
.evok #section-4 .evok-img.pos {
  position: absolute;
}
.evok #section-4 .evok-img-2 {
  position: relative;
}
.evok #section-4 .evok-ingredient {
  opacity: 1.0;
  transition: opacity 0.4s;
}
.evok #section-4 .evok-ingredient.neg-mar {
  margin-top: -255px;
}
.evok #section-4 .evok-ingredient.pos2 {
  position: re;
}
.evok #section-4 .evok-ingredient:hover {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0.0;
}
.evok #section-4 span.img img {
  max-width: 250px;
}
.evok #section-5 .space-50 {
  height: 84px;
}
.evok #section-5 .dark-section {
  color: white;
  background-color: #747474 !important;
  /*max-height: 426px;
            min-height: 200px;*/
}
.evok #section-5 .bullet-list {
  padding-left: 160px;
}
.evok #section-5 .video-cont .cms-video {
  /*padding-top: 68px;
                padding-bottom: 82px;*/
}
.evok #section-5 .video-cont .cms-video video {
  /*max-height: 423px;*/
  /*min-height: 200px;*/
}
.evok #section-5 ul {
  /*padding-bottom: 100px !important;*/
}
.evok #section-5 ul li {
  padding-bottom: 10px;
}
.evok #section-5 p.only.p-padding-top {
  /*padding-top: 100px !important;*/
}
.evok #section-5 p.p-padding-bottom-only {
  /*padding-bottom: 100px !important;*/
}
.evok #section-6 .container-fluid.custom-mar {
  margin-left: 100px;
  margin-right: 100px;
}
.evok #section-6 .evok-slider {
  height: 450px;
  width: 100%;
}
.evok #section-6 .evok-slider .slick-track {
  width: 100%;
}
.evok #section-6 .slider-img img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 250px;
}
.evok #section-6 h3.ingredient-header {
  margin-top: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 125%;
}
.evok #section-6 h3.ingredient-header span.custom {
  font-weight: 300;
  font-style: italic;
  font-size: 70%;
}
.evok #section-6 .ingredient-description span.b-span {
  color: #000000;
  font-weight: 600;
}
.evok #section-6 .circle-img {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.evok #section-6 .circle-img .flex-item {
  flex-grow: 1;
  align-self: center;
}
.evok #section-6 .circle-img .one-margin {
  margin-left: 190px;
}
.evok #section-6 .circle-img .two-margin {
  margin-left: 160px;
  flex-grow: 0 !important;
  margin-right: 20px;
}
.evok #section-6 .circle-img .img-p img {
  padding: 20px;
  width: 35px;
  height: auto;
}
.evok #section-6 .circle-img img {
  width: 35px;
  height: auto;
  padding-top: 20px;
}
.evok #section-7 .william-img img {
  width: 100%;
  background: #fafafa;
  background: -webkit-linear-gradient(165deg, #fafafa, rgba(250, 250, 250, 0.3) 85%);
  background: -o-linear-gradient(165deg, #fafafa, rgba(250, 250, 250, 0.3) 85%);
  background: linear-gradient(165deg, #fafafa, rgba(250, 250, 250, 0.3) 85%);
  clip-path: circle();
  -webkit-clip-path: circle();
  xxxxbox-shadow: -58.6333px 63.9375px 68px -37px rgba(0, 0, 0, 0.2);
}
.evok #section-7 p.p-left {
  padding-left: 100px;
}
.evok #section-8 {
  color: white;
}
.evok #section-8 .fixed-background {
  min-height: 540px !important;
}
.evok #section-8 .bg-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.evok #section-8 .evok-slider-2 {
  height: 200px;
  padding-top: 250px;
}
.evok #section-8 .evok-slider-2 span.evok-text {
  align-content: center;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .1em;
  font-weight: 700;
  line-height: 135%;
}
.evok #section-12 {
  background-color: #eeeeee !important;
  padding-top: 75px;
  padding-bottom: 75px;
}
.evok #section-12 .disclaimer {
  background-color: #ffffff;
  border-color: #999999;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
}
.evok #section-12 .disclaimer-text {
  font-size: 0.875em;
  font-style: italic;
}
@media (min-width: 311px) and (max-width: 767px) {
  .evok p.padding-sides {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .evok #section-3 .flower-girl {
    height: 200px;
  }
  .evok #section-3 div.space-100 {
    height: 50px;
  }
  .evok #section-4 .neg-mar {
    margin-top: unset !important;
  }
  .evok #section-4 span.img img {
    max-width: 100%;
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .evok #section-5 .bullet-list {
    padding-left: 33px;
  }
  .evok #section-6 .container-fluid.custom-mar {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .evok #section-6 .circle-img .one-margin {
    margin-left: 165px !important;
  }
  .evok #section-7 p {
    padding-left: 20px !important;
  }
  .evok #section-8 .evok-slider-2 {
    height: 100px !important;
  }
  .evok #section-8 .evok-text {
    font-size: 1em !important;
  }
  .evok #section-8 .space-100 {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .evok div.kill-padding {
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .evok p.padding-sides {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .evok #section-4 .neg-mar {
    margin-top: unset !important;
  }
  .evok #section-4 span.img img {
    max-width: 100%;
    height: auto;
    padding-right: 150px;
    padding-left: 150px;
  }
  .evok #section-6 .evok-slider {
    height: 100%;
  }
  .evok #section-6 .circle-img .one-margin {
    margin-left: 64px !important;
  }
  .evok #section-6 .circle-img .two-margin {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .evok p.padding-sides {
    padding-left: 20px !important;
    padding-right: 150px !important;
  }
  .evok #section-3 .flower-girl {
    height: 200px;
  }
  .evok #section-3 div.spaec-90 {
    height: 123px;
  }
  .evok #section-5 .bullet-list {
    padding-left: 33px;
  }
  .evok #section-6 .circle-img .one-margin {
    margin-left: 90px !important;
  }
  .evok #section-6 .circle-img .two-margin {
    margin-left: 40px !important;
  }
  .evok #section-7 .will-placement img {
    margin-left: 50px;
    margin-top: 50px;
  }
}
.affiliate-program {
  color: #777;
}
.affiliate-program .btn {
  color: #2ea3f2;
  border-color: #2ea3f2;
  margin: 10px;
  margin-top: 25px;
}
.affiliate-program .btn-join:hover {
  border: 2px solid transparent;
  background-color: rgba(0, 0, 0, 0.05);
}
.affiliate-program .btn-join {
  line-height: 125%;
  text-transform: uppercase !important;
  display: inline-block;
  letter-spacing: .25em;
  background-color: white;
  font-size: .75em;
  font-weight: 600;
  padding: 1.5em 2em;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}
.affiliate-program #section-1 #product-page-section-1-template div.space-150 {
  height: 150px;
}
.affiliate-program #section-2 .black-header {
  letter-spacing: .1em;
  font-size: 145%;
  font-weight: 600;
  text-transform: uppercase;
}
.affiliate-program #section-3 {
  background-color: #40b4e5 !important;
}
.affiliate-program #section-3 span.img-span {
  width: 100%;
}
.affiliate-program #section-3 span.img-span .shareImg img {
  padding-top: 50px;
  height: 150px;
}
.affiliate-program #section-3 span.img-span .linkImg img {
  padding-top: 50px;
  height: 150px;
}
.affiliate-program #section-3 span.img-span .earnImg img {
  padding-top: 50px;
  height: 150px;
}
.affiliate-program #section-3 h3 {
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.affiliate-program #section-3 p {
  color: white;
}
.affiliate-program #section-4 .affiliate-lady {
  background-position: 70% bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.affiliate-program #section-4 h1.section-header {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
  font-size: 30px;
}
.affiliate-program #section-5 .fixed-background {
  min-height: 250px;
}
.affiliate-program #section-5 .content-space {
  padding-top: 95px;
}
.affiliate-program #section-5 .slide-span img {
  height: 300px;
  margin-left: 45px;
}
.affiliate-program #section-5 p {
  color: white;
}
.affiliate-program #section-5 .fat-jns-title {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #40b4e5;
  line-height: 0.875em;
  padding-bottom: .1em;
  letter-spacing: 0.05em;
  padding-left: 5px;
}
.affiliate-program #section-5 .thin-jns-title {
  font-size: 4.5em;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 0.875em;
  padding-bottom: .1em;
  letter-spacing: -0.05em;
}
.affiliate-program #section-6 .cms-background-image {
  background-attachment: scroll !important;
  background-position: 85% 33% !important;
  background-size: cover !important;
}
.affiliate-program #section-6.dark-background {
  background-color: #F1F1F1;
}
.affiliate-program #section-6 .fixed-background {
  min-height: 350px;
}
.affiliate-program #section-6 .part-2 {
  margin-top: 25px;
}
.affiliate-program #section-6 h1.section-header {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
  font-size: 30px;
}
.affiliate-program #section-7 p {
  color: white;
}
.affiliate-program #section-7 p.add-margin {
  margin-top: 30px;
}
.affiliate-program #section-7 .count {
  color: #40b4e5 !important;
  font-size: 15vh !important;
  font-weight: 500 !important;
  line-height: 100px !important;
  letter-spacing: -0.05em !important;
}
.affiliate-program #section-7 .thin-jns-title {
  font-size: 4.5em;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 0.875em;
  padding-bottom: .1em;
  letter-spacing: -0.05em;
}
.affiliate-program #section-7 .counting {
  margin: 10px 0 0;
  letter-spacing: 0.25em;
  display: block;
  text-transform: uppercase;
  font-weight: 100;
}
.affiliate-program #section-7 .product-icons {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: top;
}
.affiliate-program #section-7 .product-icons .number {
  line-height: 80px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-right: 5px;
}
.affiliate-program #section-7 .product-icons .icon {
  display: inline-flex;
  width: auto;
  margin: 0 20px 0;
  min-width: 100%;
}
.affiliate-program #section-7 .product-icons .icon img {
  height: 80px;
  width: auto;
}
.affiliate-program #section-8 .section-header {
  font-weight: 300;
  padding-top: 10px;
  line-height: 125%;
  font-size: 30px;
}
.affiliate-program #section-8 div.question {
  background-color: #f4f4f4;
}
.affiliate-program #section-8 .title {
  color: #666;
}
.affiliate-program #section-8 th {
  padding: 9px 24px;
  color: #555;
  font-weight: 700;
}
.affiliate-program #section-8 table {
  border: 1px solid #d9d9d9;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.affiliate-program #section-9 .disclaimer.disclaimer-2 {
  background-color: unset !important;
  border: unset !important;
  padding: 40px;
}
@media (min-width: 311px) and (max-width: 767px) {
  .affiliate-program #section-1 #product-page-section-1-template div.space-150 {
    height: 45px;
  }
  .affiliate-program #section-1 .video-section {
    margin-top: -325px;
  }
  .affiliate-program #section-4 .content-space {
    padding-bottom: unset;
  }
  .affiliate-program #section-4 .fixed-background {
    min-height: 400px;
  }
  .affiliate-program #section-5 .thin-jns-title {
    font-size: 5vh;
  }
  .affiliate-program #section-5 .slick-slide {
    height: 40vh !important;
  }
  .affiliate-program #section-5 .slide-span img {
    margin-left: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .affiliate-program #section-1 #product-page-section-1-template .bg-section {
    height: 350px;
  }
  .affiliate-program #section-1 #product-page-section-1-template .video-section {
    margin-top: -550px;
  }
  .affiliate-program #section-1 #product-page-section-1-template div.space-150 {
    height: 100px;
  }
  .affiliate-program #section-4 .content-space {
    padding-bottom: unset;
  }
  .affiliate-program #section-5 .slide-span img {
    margin-left: 210px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .affiliate-program #section-4 .content-space.unset {
    padding-bottom: unset;
    padding-top: unset;
  }
  .affiliate-program #section-4 .affiliate-lady {
    background-position: 150% bottom;
    background-size: 90% auto;
  }
  .affiliate-program #section-5 .thin-jns-title {
    font-size: 4em;
  }
  .affiliate-program #section-5 .slick-next {
    right: -40px;
  }
}
#shopping .btn.btn-animated {
  border-color: #3155a4;
  color: #3155a4;
  font-weight: 600;
  background-color: #fff;
}
.checkout-container {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.checkout-container .first-child-20-pad-right div {
  padding-right: 20px;
}
.checkout-container .edit-link {
  text-decoration: underline;
  float: right;
}
.checkout-container .cpfValidIcon {
  color: forestgreen;
}
.checkout-container .selected {
  background-color: white;
  color: #333;
  font-size: 17px;
  padding: 15px 20px !important;
}
.checkout-container .unselected {
  background-color: #fafafa !important;
  color: #999;
  font-size: 14px !important;
}
.checkout-container .shipping-box {
  -webkit-transition: padding .4s;
  transition: padding .4s ease;
}
.checkout-container .box-error {
  border: 2px solid red !important;
}
.checkout-container .no-underline {
  text-decoration: none !important;
}
.checkout-container .bold {
  font-weight: bold;
}
.checkout-container .small-font {
  font-size: 14px;
}
.checkout-container .login-box {
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 2px solid #eee;
}
.checkout-container .login-box .login-button {
  border-color: #3155a4;
  color: #3155a4;
  width: 100%;
}
.checkout-container .signup-benefits {
  padding-bottom: 20px;
}
.checkout-container .btn.nav:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout-container .step-title {
  padding: 10px 0;
  background-color: #f4f4f4;
  color: #999;
  margin-bottom: 15px;
}
.checkout-container .step-title span {
  text-transform: uppercase;
}
.checkout-container .blue-button .btn-lg {
  border-color: #3155a4;
  width: 100%;
}
.checkout-container .blue-button .btn-lg:hover {
  border-color: #3155a4 !important;
}
.checkout-container h4 {
  font-weight: 700;
}
.checkout-container .disclaimer-text {
  font-size: .875em;
  line-height: 1.5;
  font-style: italic;
}
.checkout-container .current-step {
  background-color: #999;
  color: #fff;
}
.checkout-container .clickable:hover {
  cursor: pointer;
  background-color: #999;
  color: #fff;
}
.checkout-container .summary-box {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-container .fda-disclaimer {
  padding: 20px;
  margin: 0 40px;
}
.checkout-container .pc-enroll {
  color: #3155a4;
  border: solid;
  border-radius: 5px;
  border-width: 5px;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
}
.checkout-container .pc-enroll p {
  color: #3155a4;
  font-size: 1.5em;
  font-weight: 300;
  word-spacing: 7px;
}
.checkout-container .pc-enroll.enrolling {
  border-color: #25417d;
}
.checkout-container .pc-enroll.enrolling p {
  padding: 0;
}
.checkout-container .button-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.cart-steps {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0;
  padding: 0;
}
.cart-step a {
  font-weight: 400;
  color: #999;
}
.cart-step a:hover {
  text-decoration: none;
  color: #333;
}
.cart-step.active a {
  color: #3155a4;
}
.cart-step.active a:hover {
  text-decoration: none;
  color: #333;
}
.cart-step .btn-link {
  font-size: 16px;
  font-weight: 400;
}
.gatewayCountainer p {
  padding: 0;
}
.valid-cpf {
  position: relative;
  top: 5px;
  right: 55px;
}
.more-info-icon {
  position: relative;
  top: 5px;
  right: 7px;
}
.footer-container {
  max-width: 1080px;
}
.footer-container .legal-info {
  padding-top: 15px;
}
.footer-container a {
  color: #fff;
  text-decoration: none;
}
.need-help {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.need-help > li {
  display: inline-block;
  width: 25%;
}
.need-help p {
  font-size: 0.875em;
  line-height: 1.1em;
}
#checkout-footer {
  background-color: #444444;
  padding-bottom: 20px;
}
.pc-form h3 {
  color: #3155a4;
}
.is-not-mobile .checkout-container .blue-button .btn-lg:hover {
  color: #3155a4;
}
.length-warning-color {
  color: #a94442;
}
/*.ribbon-base {
    border: 0px solid red;
    height: 38px;
    cursor: pointer;
}

.ribbon-base-l {
    position: absolute;
    left: 4px;
    width: 52px;
    height: 63px;
}

@media (min-width: 1200px) {
    .ribbon-text {
        font-size: 16px;
        line-height: 16px;
        padding: 12px 60px 0 0;
    }
}

@media (min-width: 992px) {
    .ribbon-text {
        font-size: 12px;
        line-height: 15px;
        padding: 14px 60px 0 0;
    }
}

@media (min-width: 768px) {
    .ribbon-text {
        font-size: 16px;
        line-height: 16px;
        padding: 12px 60px 0 0;
    }
}

@media (min-width: 576px) {
    .ribbon-text {
        font-size: 16px;
        line-height: 16px;
        padding: 12px 60px 0 0;
    }
}

.ribbon-text {
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    height: 63px;
    background-image: url(../../images/ribbon-reserve-c.png);
    background-repeat: repeat-x;
    float: left;
    padding: 14px 60px 0 0;
    font-family: Source sans pro;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.ribbon-base-r {
    position: absolute;
    right: 2px;
}

.ribbon-seal {
    float: left;
    position: absolute;
    bottom: 150px;
    right: 20px;
}*/
@media all and (max-width: 767px) {
  .checkout-container .pc-enroll ul {
    width: 100%;
  }
}
#fo-address-phone input::-webkit-outer-spin-button,
#fo-address-phone input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#installment-number input[type=number]::-webkit-inner-spin-button,
#installment-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-summary .cart-summary-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-summary .cart-summary-item:hover {
  background-color: #fff;
}
.cart-summary .cart-summary-title {
  padding: 0 0 10px;
}
.cart-summary .cart-summary-title span {
  text-transform: uppercase;
}
.cart-summary .cart-summary-items .name {
  flex-shrink: 1;
}
.cart-summary .cart-summary-items .table-row {
  padding-top: 5px;
  border-bottom: solid 1px #ccc;
}
.cart-summary .cart-summary-items .cart-img-lg {
  height: auto;
  width: 80px;
}
.cart-summary .align-right {
  text-align: right;
}
.cart-summary .cart-summary-item-info {
  padding-top: 10px;
}
.cart-summary .bold {
  font-weight: bold;
}
.cart-summary img {
  width: 100%;
}
.cart-summary .cart-img-lg img {
  width: 100%;
  margin: auto;
}
.cart-summary .number-picker {
  background-color: rgba(49, 85, 164, 0.1) !important;
  color: #3155a4 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 6px;
  border-radius: 3px;
  max-width: 100%;
  width: 50px;
  border-style: hidden;
  text-align: center;
}
@media (max-width: 479px) {
  .cart-summary .number-picker {
    font-size: 14px !important;
    padding: 3px;
  }
}
.cart-totals-table {
  background-color: #f4f4f4;
  border-radius: 3px;
  border-collapse: separate;
  width: 100%;
}
.cart-totals-table tr {
  width: 100%;
  clear: both;
}
.cart-totals-table th {
  border-top: 1px solid #ebe9eb;
}
.cart-totals-table td,
.cart-totals-table th {
  padding: 6px 15px;
}
.terms-of-supply > a {
  color: inherit !important;
}
.remove-button {
  color: #cc0000;
  cursor: pointer;
  font-weight: 700;
  height: 1em;
  text-align: center;
  width: 1em;
  font-size: 1.25em;
  border-radius: 100%;
  line-height: 1;
  display: block;
}
.remove-button:hover {
  color: #fff;
  background: #cc0000 none repeat scroll 0 0;
  text-decoration: none;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-header h1 {
  padding: 0;
  font-weight: 300;
}
.cart-summary {
  padding: 20px 0 0;
}
.table-row {
  display: flex;
  margin-bottom: 10px;
}
.table-header {
  border-bottom: 1px solid #eee;
  font-weight: 300;
}
.table .name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pc-price {
  color: #777;
  border-radius: 3px;
  padding: 2px 5px;
}
.wrapper {
  display: flex;
  flex: 0 1 auto;
  justify-content: flex-start;
}
@media all and (max-width: 767px) {
  .cart-summary .cart-img-lg img {
    height: auto;
  }
  .table-row {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .column {
    font-size: 12px;
  }
  .name {
    width: 45%;
  }
}
.order-confirmation li {
  list-style: inherit;
}
.order-confirmation .blue-button .btn-lg {
  border-color: #3155a4;
  background-color: #3155a4;
  width: 100%;
}
.order-confirmation .blue-button .btn-lg:hover {
  border-color: #3155a4 !important;
}
.order-confirmation .cart-header li {
  list-style: none;
}
.is-not-mobile .order-confirmation .blue-button .btn-lg:hover {
  color: #3155a4;
}
@font-face {
  font-family: 'zen-icons';
  src: url('/app/content/components/zen-fonts/fonts/zen-icons.eot?j0g7j4');
  src: url('/app/content/components/zen-fonts/fonts/zen-icons.eot?j0g7j4#iefix') format('embedded-opentype'), url('/app/content/components/zen-fonts/fonts/zen-icons.ttf?j0g7j4') format('truetype'), url('/app/content/components/zen-fonts/fonts/zen-icons.woff?j0g7j4') format('woff'), url('/app/content/components/zen-fonts/fonts/zen-icons.svg?j0g7j4#zen-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.zen {
  display: inline-block;
  font: normal normal normal 20px/1 zen-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zen-hand:before {
  content: "\E994";
}
.zen-hand-o:before {
  content: "\E98C";
}
.zen-fist:before {
  content: "\E995";
}
.zen-fist-o:before {
  content: "\E98D";
}
.zen-thumb:before {
  content: "\E993";
}
.zen-thumb-o:before {
  content: "\E98B";
}
.zen-heart:before {
  content: "\E99D";
}
.zen-heart-circle:before {
  content: "\E9A0";
}
.zen-heart-circle-o:before {
  content: "\E99A";
}
.zen-burn:before {
  content: "\E99E";
}
.zen-burn-circle:before {
  content: "\E9A1";
}
.zen-burn-circle-o:before {
  content: "\E99B";
}
.zen-weight:before {
  content: "\E99F";
}
.zen-weight-circle:before {
  content: "\E9A2";
}
.zen-weight-circle-o:before {
  content: "\E99C";
}
.zen-clock:before {
  content: "\E999";
}
.zen-clock-o:before {
  content: "\E991";
}
.zen-pitcher:before {
  content: "\E997";
}
.zen-pitcher-o:before {
  content: "\E98F";
}
.zen-download:before {
  content: "\E92E";
}
.zen-download-o:before {
  content: "\E90C";
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 1;
  color: #333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 40px;
  z-index: 50;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "\F053";
}
.slick-prev:before[dir="rtl"] {
  content: "\F054";
}
.slick-next {
  right: 40px;
}
.slick-next[dir="rtl"] {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "\F054";
}
.slick-next:before[dir="rtl"] {
  content: "\F053";
}
.slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #fff;
  opacity: .75;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F111";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}
.homepage-container .slick-initialized .slick-slide {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  margin-top: -121px;
  border-top: 121px solid;
}
.jn-carousel {
  overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .slick-initialized .slick-slide {
    height: 100vh;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-dots {
    bottom: 0;
    margin-bottom: 0;
  }
}
.product-recipes.slick-initialized .slick-slide {
  height: auto;
}

