@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../ui-bg_glass_75_e6e6e6_1x400.html") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636; }

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../ui-bg_glass_95_fef1ec_1x400.html") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../ui-icons_222222_256x240.html"); }

.ui-widget-header .ui-icon {
  background-image: url("../ui-icons_222222_256x240.html"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../ui-icons_454545_256x240.html"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../ui-icons_454545_256x240.html"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../ui-icons_2e83ff_256x240.html"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../ui-icons_cd0a0a_256x240.html"); }

.ui-button .ui-icon {
  background-image: url("../ui-icons_888888_256x240.html"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaaaaa; }

/* BASE SETTINGS
================================================================================================ */
.grid-container {
  position: relative;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto; }
  .grid-container::after {
    clear: both;
    content: "";
    display: block; }
  .grid-container.full-width {
    max-width: 100%; }

.grid-collapse {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem); }
  .grid-collapse::after {
    clear: both;
    content: "";
    display: table; }

.grid-column {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.cols-1, .grid-column-1 {
  width: calc(8.33333% - 1.625rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-1:nth-child(12n + 1), .grid-column-1:nth-child(12n + 1) {
    clear: left; }

.push-1, .grid-push-1 {
  margin-left: calc(8.33333% - 1.625rem + 3rem); }

.shift-1, .grid-shift-1 {
  left: calc(8.33333% - 1.625rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-1, .grid-column-1 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-2, .grid-column-2 {
  width: calc(16.66667% - 1.75rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-2:nth-child(6n + 1), .grid-column-2:nth-child(6n + 1) {
    clear: left; }

.push-2, .grid-push-2 {
  margin-left: calc(16.66667% - 1.75rem + 3rem); }

.shift-2, .grid-shift-2 {
  left: calc(16.66667% - 1.75rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-2, .grid-column-2 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-3, .grid-column-3 {
  width: calc(25% - 1.875rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-3:nth-child(4n + 1), .grid-column-3:nth-child(4n + 1) {
    clear: left; }

.push-3, .grid-push-3 {
  margin-left: calc(25% - 1.875rem + 3rem); }

.shift-3, .grid-shift-3 {
  left: calc(25% - 1.875rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-3, .grid-column-3 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-4, .grid-column-4 {
  width: calc(33.33333% - 2rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-4:nth-child(3n + 1), .grid-column-4:nth-child(3n + 1) {
    clear: left; }

.push-4, .grid-push-4 {
  margin-left: calc(33.33333% - 2rem + 3rem); }

.shift-4, .grid-shift-4 {
  left: calc(33.33333% - 2rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-4, .grid-column-4 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-5, .grid-column-5 {
  width: calc(41.66667% - 2.125rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-5:nth-child(2.4n + 1), .grid-column-5:nth-child(2.4n + 1) {
    clear: left; }

.push-5, .grid-push-5 {
  margin-left: calc(41.66667% - 2.125rem + 3rem); }

.shift-5, .grid-shift-5 {
  left: calc(41.66667% - 2.125rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-5, .grid-column-5 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-6, .grid-column-6 {
  width: calc(50% - 2.25rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-6:nth-child(2n + 1), .grid-column-6:nth-child(2n + 1) {
    clear: left; }

.push-6, .grid-push-6 {
  margin-left: calc(50% - 2.25rem + 3rem); }

.shift-6, .grid-shift-6 {
  left: calc(50% - 2.25rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-6, .grid-column-6 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-7, .grid-column-7 {
  width: calc(58.33333% - 2.375rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-7:nth-child(1.71429n + 1), .grid-column-7:nth-child(1.71429n + 1) {
    clear: left; }

.push-7, .grid-push-7 {
  margin-left: calc(58.33333% - 2.375rem + 3rem); }

.shift-7, .grid-shift-7 {
  left: calc(58.33333% - 2.375rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-7, .grid-column-7 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-8, .grid-column-8 {
  width: calc(66.66667% - 2.5rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-8:nth-child(1.5n + 1), .grid-column-8:nth-child(1.5n + 1) {
    clear: left; }

.push-8, .grid-push-8 {
  margin-left: calc(66.66667% - 2.5rem + 3rem); }

.shift-8, .grid-shift-8 {
  left: calc(66.66667% - 2.5rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-8, .grid-column-8 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-9, .grid-column-9 {
  width: calc(75% - 2.625rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-9:nth-child(1.33333n + 1), .grid-column-9:nth-child(1.33333n + 1) {
    clear: left; }

.push-9, .grid-push-9 {
  margin-left: calc(75% - 2.625rem + 3rem); }

.shift-9, .grid-shift-9 {
  left: calc(75% - 2.625rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-9, .grid-column-9 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-10, .grid-column-10 {
  width: calc(83.33333% - 2.75rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-10:nth-child(1.2n + 1), .grid-column-10:nth-child(1.2n + 1) {
    clear: left; }

.push-10, .grid-push-10 {
  margin-left: calc(83.33333% - 2.75rem + 3rem); }

.shift-10, .grid-shift-10 {
  left: calc(83.33333% - 2.75rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-10, .grid-column-10 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-11, .grid-column-11 {
  width: calc(91.66667% - 2.875rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-11:nth-child(1.09091n + 1), .grid-column-11:nth-child(1.09091n + 1) {
    clear: left; }

.push-11, .grid-push-11 {
  margin-left: calc(91.66667% - 2.875rem + 3rem); }

.shift-11, .grid-shift-11 {
  left: calc(91.66667% - 2.875rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-11, .grid-column-11 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.cols-12, .grid-column-12 {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }
  .cols-12:nth-child(1n + 1), .grid-column-12:nth-child(1n + 1) {
    clear: left; }

.push-12, .grid-push-12 {
  margin-left: calc(100% - 3rem + 3rem); }

.shift-12, .grid-shift-12 {
  left: calc(100% - 3rem + 1.5rem);
  position: relative; }

@media (max-width: 768px) {
  .cols-12, .grid-column-12 {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

@media (max-width: 768px) {
  .push--12, .grid-push--12 {
    margin-left: calc(-100% - 0rem + 3rem); }
  .shift--12, .grid-shift--12 {
    left: calc(-100% - 0rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--11, .grid-push--11 {
    margin-left: calc(-91.66667% - 0.125rem + 3rem); }
  .shift--11, .grid-shift--11 {
    left: calc(-91.66667% - 0.125rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--10, .grid-push--10 {
    margin-left: calc(-83.33333% - 0.25rem + 3rem); }
  .shift--10, .grid-shift--10 {
    left: calc(-83.33333% - 0.25rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--9, .grid-push--9 {
    margin-left: calc(-75% - 0.375rem + 3rem); }
  .shift--9, .grid-shift--9 {
    left: calc(-75% - 0.375rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--8, .grid-push--8 {
    margin-left: calc(-66.66667% - 0.5rem + 3rem); }
  .shift--8, .grid-shift--8 {
    left: calc(-66.66667% - 0.5rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--7, .grid-push--7 {
    margin-left: calc(-58.33333% - 0.625rem + 3rem); }
  .shift--7, .grid-shift--7 {
    left: calc(-58.33333% - 0.625rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--6, .grid-push--6 {
    margin-left: calc(-50% - 0.75rem + 3rem); }
  .shift--6, .grid-shift--6 {
    left: calc(-50% - 0.75rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--5, .grid-push--5 {
    margin-left: calc(-41.66667% - 0.875rem + 3rem); }
  .shift--5, .grid-shift--5 {
    left: calc(-41.66667% - 0.875rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--4, .grid-push--4 {
    margin-left: calc(-33.33333% - 1rem + 3rem); }
  .shift--4, .grid-shift--4 {
    left: calc(-33.33333% - 1rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--3, .grid-push--3 {
    margin-left: calc(-25% - 1.125rem + 3rem); }
  .shift--3, .grid-shift--3 {
    left: calc(-25% - 1.125rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--2, .grid-push--2 {
    margin-left: calc(-16.66667% - 1.25rem + 3rem); }
  .shift--2, .grid-shift--2 {
    left: calc(-16.66667% - 1.25rem + 1.5rem);
    position: relative; } }

@media (max-width: 768px) {
  .push--1, .grid-push--1 {
    margin-left: calc(-8.33333% - 1.375rem + 3rem); }
  .shift--1, .grid-shift--1 {
    left: calc(-8.33333% - 1.375rem + 1.5rem);
    position: relative; } }

* {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  outline: none; }

body {
  font-size: 16px;
  line-height: 1.5; }
  @media (max-width: 1366px) {
    body {
      font-size: 16px; } }
  @media (max-width: 768px) {
    body {
      font-size: 14px; } }

h1 {
  font-size: 3.33rem;
  line-height: 1.1;
  text-transform: uppercase; }

h2 {
  font-size: 2rem;
  line-height: 1.25; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1rem; }

nav a {
  text-decoration: none; }

nav ul {
  list-style-type: none;
  padding: 0; }

address {
  font-style: normal; }

a {
  color: #d95836;
  text-decoration: underline; }
  a:hover {
    color: #634663;
    text-decoration: none; }

* {
  outline: none !important; }

body {
  background: #e9e8ed; }

.clear-both {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

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

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

.txt-alignleft {
  text-align: left; }

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

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

.video-frame {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin: 1rem 0; }
  .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper embed, .video-wrapper object, .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.scroll-container {
  overflow: hidden; }

.scrollable {
  position: relative; }

.shade, section.foldable .overlay.unfold, body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.deco-bars {
  display: flex; }
  .deco-bars .bar {
    flex: 1;
    height: 8px; }
    .deco-bars .bar.i1 {
      background-color: #d95836; }
    .deco-bars .bar.i2 {
      background-color: #e8ad10; }
    .deco-bars .bar.i3 {
      background-color: #a6aa13; }
    .deco-bars .bar.i4 {
      background-color: #2b8b92; }
    .deco-bars .bar.i5 {
      background-color: #634663; }

video {
  display: block;
  max-width: 90%;
  margin: 0 auto; }

[class^="social-feed-container-"] .media-body .muted.pull-right {
  display: none; }

/*!
 *  Font Awesome 4.6.2 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("../eot/fontawesome-webfont9efe.eot?v=4.6.2");
  src: url("../eot/fontawesome-webfontd41d.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../woff2/fontawesome-webfont9efe.woff2?v=4.6.2") format("woff2"), url("../woff/fontawesome-webfont9efe.woff?v=4.6.2") format("woff"), url("../ttf/fontawesome-webfont9efe.ttf?v=4.6.2") format("truetype"), url("../svg/fontawesome-webfont9efe.svg?v=4.6.2#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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

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

.fa-star-o:before {
  content: ""; }

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

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

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

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

.fa-list-alt:before {
  content: ""; }

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

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

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

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

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

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

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

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

.fa-italic:before {
  content: ""; }

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

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

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

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

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

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

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

.fa-play:before {
  content: ""; }

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

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

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

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

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

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

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

.fa-times-circle:before {
  content: ""; }

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

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

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

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

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

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

.fa-arrow-right:before {
  content: ""; }

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

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

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

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

.fa-leaf:before {
  content: ""; }

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

.fa-eye:before {
  content: ""; }

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

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

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

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

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

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

.fa-arrows-v:before {
  content: ""; }

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

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

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

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

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

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

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

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

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

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

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

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

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

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

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

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

.fa-bell:before {
  content: ""; }

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

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

.fa-hand-o-left:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

.fa-chain:before,
.fa-link:before {
  content: ""; }

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

.fa-flask:before {
  content: ""; }

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

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

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

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

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

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

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

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

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

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

.fa-google-plus:before {
  content: ""; }

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

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

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

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

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

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

.fa-user-md:before {
  content: ""; }

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

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

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

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

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

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

.fa-h-square:before {
  content: ""; }

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

.fa-angle-double-left:before {
  content: ""; }

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

.fa-angle-double-up:before {
  content: ""; }

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

.fa-angle-left:before {
  content: ""; }

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

.fa-angle-up:before {
  content: ""; }

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

.fa-desktop:before {
  content: ""; }

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

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

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

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

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

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

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

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

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

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

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

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

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

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

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

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

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

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

.fa-ticket:before {
  content: ""; }

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

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

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

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

.fa-share-square:before {
  content: ""; }

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

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

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

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

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

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

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

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

.fa-sort-alpha-asc:before {
  content: ""; }

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

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

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

.fa-sort-numeric-asc:before {
  content: ""; }

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

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

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

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

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

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

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

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

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

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

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

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

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

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

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

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

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

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

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

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

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

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

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

.fa-file-excel-o:before {
  content: ""; }

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

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

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

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

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

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

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

.fa-tty:before {
  content: ""; }

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

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

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

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

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

.fa-birthday-cake:before {
  content: ""; }

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

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

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

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

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

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

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

.fa-street-view:before {
  content: ""; }

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

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

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

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

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

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

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

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

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

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

.fa-user-plus:before {
  content: ""; }

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

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

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

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

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

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

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

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

.fa-hourglass-o:before {
  content: ""; }

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

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

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

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

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

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

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

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

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

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

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

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

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

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

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.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; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../eot/ionicons28b5.eot?v=2.0.0");
  src: url("../eot/ionicons28b5.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../ttf/ionicons28b5.ttf?v=2.0.0") format("truetype"), url("../woff/ionicons28b5.woff?v=2.0.0") format("woff"), url("../svg/ionicons28b5.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

.the-header {
  position: fixed;
  z-index: 8000;
  left: 0;
  top: 0;
  width: 100%;
  padding: 14px 0;
  background: url("../png/100.png") no-repeat center top #fff;
  transition: all 0.3s ease-in-out; }
  .the-header .the-logo {
    display: block;
    text-decoration: none; }
    .the-header .the-logo img {
      display: inline-block;
      text-decoration: none; }
      .the-header .the-logo img.logo {
        transition: height .3s;
        width: auto;
        height: 72px; }
      .the-header .the-logo img.tagline {
        margin-left: 10px; }
    @media (max-width: 1280px) {
      .the-header .the-logo img.tagline {
        width: 140px; } }
  .the-header .menu-toggle {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    display: none;
    text-align: center;
    cursor: pointer; }
    .the-header .menu-toggle .label {
      display: none; }
    .the-header .menu-toggle .hamburger {
      position: relative;
      display: block;
      height: 20px;
      width: 25px; }
      .the-header .menu-toggle .hamburger .bar {
        height: 4px;
        width: 25px;
        display: block;
        background: #d95836;
        transition: all 0.2s ease-in-out; }
        .the-header .menu-toggle .hamburger .bar.bar-1 {
          position: absolute;
          top: 0;
          left: 0; }
        .the-header .menu-toggle .hamburger .bar.bar-2 {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .the-header .menu-toggle .hamburger .bar.bar-3 {
          position: absolute;
          bottom: 0;
          left: 0; }
    .the-header .menu-toggle.active .hamburger {
      top: -2px; }
      .the-header .menu-toggle.active .hamburger .bar-1 {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .the-header .menu-toggle.active .hamburger .bar-2 {
        opacity: 0; }
      .the-header .menu-toggle.active .hamburger .bar-3 {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    @media (max-width: 1024px) {
      .the-header .menu-toggle {
        display: block; } }
  .the-header .nav-header {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%; }
    .the-header .nav-header .header-menu {
      font-size: 16px;
      white-space: nowrap; }
      .the-header .nav-header .header-menu > li {
        display: inline-block; }
        .the-header .nav-header .header-menu > li:after {
          content: " /";
          display: inline-block;
          color: #634663;
          white-space: pre;
          font-weight: 700; }
        .the-header .nav-header .header-menu > li:last-child:after {
          display: none; }
        .the-header .nav-header .header-menu > li.current-menu-item > a, .the-header .nav-header .header-menu > li.current-menu-ancestor > a, .the-header .nav-header .header-menu > li.current-page-ancestor > a, .the-header .nav-header .header-menu > li.current_page_item > a, .the-header .nav-header .header-menu > li.current_page_parent > a {
          color: #d95836; }
        .the-header .nav-header .header-menu > li > a {
          font-weight: 700;
          text-transform: uppercase;
          color: #634663; }
          .the-header .nav-header .header-menu > li > a:hover {
            color: #d95836; }
    @media (max-width: 1280px) {
      .the-header .nav-header .header-menu {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .the-header .nav-header {
        display: none; } }
  .the-header nav.additional {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    white-space: nowrap; }
    .the-header nav.additional .btn,
    .the-header nav.additional img {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px; }
      .the-header nav.additional .btn.alt,
      .the-header nav.additional img.alt {
        font-weight: 400; }
    .the-header nav.additional img {
      margin-right: 10px;
      border: 0; }
    @media (max-width: 1280px) {
      .the-header nav.additional img {
        width: 40px; }
      .the-header nav.additional .btn {
        font-size: 12px;
        padding: 0 10px; } }
    @media (max-width: 1024px) {
      .the-header nav.additional {
        display: none; } }
  .the-header .deco-bars {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .the-header.pinned {
    padding: 0.25rem 0; }
    .the-header.pinned .the-logo .logo {
      height: 50px; }
    .the-header.pinned .deco-bars .bar {
      height: 3px; }

.the-spacer {
  transition: all 150ms;
  height: 0; }

body.admin-bar .the-header {
  top: 32px; }

@media (max-width: 768px) {
  body.admin-bar .the-header {
    top: 45px; } }

.mainbar {
  flex: 1;
  position: relative;
  z-index: 2;
  max-width: 75%; }

.fullbar,
.mainbar {
  padding-bottom: 3rem; }

.sidebar {
  flex: 0 0 25%;
  position: relative;
  z-index: 3;
  box-shadow: -5px 0 8px rgba(0, 0, 0, 0.1); }
  @media (max-width: 768px) {
    .sidebar {
      box-shadow: none; } }

.the-content.has-sidebar {
  display: flex; }
  @media (max-width: 768px) {
    .the-content.has-sidebar {
      display: block; }
      .the-content.has-sidebar .mainbar {
        max-width: none; } }

.the-footer {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  font-size: 14px;
  background: url("../png/100-footer.png") no-repeat right bottom; }
  .the-footer .flex {
    display: flex; }
    .the-footer .flex .col {
      flex: 1; }
      .the-footer .flex .col.c2 {
        text-align: right; }
        .the-footer .flex .col.c2 .social-networks {
          text-align: right; }
      .the-footer .flex .col .row {
        margin-bottom: 1rem; }
  .the-footer nav {
    font-weight: 700;
    text-transform: uppercase; }
    .the-footer nav.footer-1 a:hover {
      color: #a6aa13; }
    .the-footer nav.footer-2 a {
      color: #2b8b92; }
      .the-footer nav.footer-2 a:hover {
        color: #a6aa13; }
    .the-footer nav ul li {
      margin-right: 1rem;
      display: inline-block; }
  .the-footer .copyright {
    color: #595959;
    text-transform: uppercase;
    font-weight: 700; }
  .the-footer .social-networks a:hover i {
    color: #d95836; }
  .the-footer .social-networks a i {
    color: #afafaf; }
  .the-footer .deco-bars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  @media (max-width: 768px) {
    .the-footer .flex {
      display: block; }
      .the-footer .flex .col.c1, .the-footer .flex .col.c2 {
        text-align: center; }
        .the-footer .flex .col.c1 .social-networks, .the-footer .flex .col.c2 .social-networks {
          text-align: center; } }

aside.sidebar {
  padding: 2rem;
  background: #ffffff; }
  aside.sidebar.challenge {
    background: url("../png/sidebar-bg.png") no-repeat center top #634663;
    color: #ffffff; }
    aside.sidebar.challenge .gform_wrapper {
      text-align: center; }
      aside.sidebar.challenge .gform_wrapper .gform_title {
        position: relative;
        margin-bottom: 2rem;
        font-size: 2.5rem; }
        aside.sidebar.challenge .gform_wrapper .gform_title:after {
          position: absolute;
          display: block;
          width: 100px;
          height: 1px;
          margin-top: .25em;
          background: #fff;
          content: '';
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          left: 50%; }
      aside.sidebar.challenge .gform_wrapper .gform_description {
        display: block;
        margin-bottom: 1rem;
        font-size: 2rem;
        line-height: 1.2; }
      aside.sidebar.challenge .gform_wrapper .validation_error {
        margin-bottom: .5rem;
        font-size: 14px;
        color: #ffffff; }
      aside.sidebar.challenge .gform_wrapper ul {
        margin: 0 0 10px;
        padding: 0; }
        aside.sidebar.challenge .gform_wrapper ul li {
          position: relative;
          display: block; }
          aside.sidebar.challenge .gform_wrapper ul li input[type="color"], aside.sidebar.challenge .gform_wrapper ul li input[type="date"], aside.sidebar.challenge .gform_wrapper ul li input[type="datetime"], aside.sidebar.challenge .gform_wrapper ul li input[type="datetime-local"], aside.sidebar.challenge .gform_wrapper ul li input[type="email"], aside.sidebar.challenge .gform_wrapper ul li input[type="month"], aside.sidebar.challenge .gform_wrapper ul li input[type="number"], aside.sidebar.challenge .gform_wrapper ul li input[type="password"], aside.sidebar.challenge .gform_wrapper ul li input[type="search"], aside.sidebar.challenge .gform_wrapper ul li input[type="tel"], aside.sidebar.challenge .gform_wrapper ul li input[type="text"], aside.sidebar.challenge .gform_wrapper ul li input[type="time"], aside.sidebar.challenge .gform_wrapper ul li input[type="url"], aside.sidebar.challenge .gform_wrapper ul li input[type="week"], aside.sidebar.challenge .gform_wrapper ul li input:not([type]), aside.sidebar.challenge .gform_wrapper ul li textarea {
            display: block;
            width: 100%; }
          aside.sidebar.challenge .gform_wrapper ul li label.gfield_label {
            display: none; }
          aside.sidebar.challenge .gform_wrapper ul li .validation_message {
            font-size: 14px;
            padding: 5px 10px;
            color: #ffffff;
            background: #d95836; }
      aside.sidebar.challenge .gform_wrapper .gform_footer .button {
        display: block;
        width: 100%;
        background: #e8ad10; }
        aside.sidebar.challenge .gform_wrapper .gform_footer .button:hover, aside.sidebar.challenge .gform_wrapper .gform_footer .button:active {
          background: #d95836; }
  aside.sidebar .widget {
    margin-bottom: 2rem; }
    aside.sidebar .widget-title {
      margin-bottom: 1rem;
      color: #634663; }
    aside.sidebar .widget.featured-stories article {
      padding: 1rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      aside.sidebar .widget.featured-stories article:last-child {
        border-bottom: 0; }
      aside.sidebar .widget.featured-stories article .thumbnail {
        position: relative;
        background: no-repeat center;
        background-size: cover;
        margin-bottom: 1rem; }
        aside.sidebar .widget.featured-stories article .thumbnail:before {
          content: '';
          display: block;
          padding-top: 60%; }
      aside.sidebar .widget.featured-stories article .title {
        font-size: 1rem;
        text-transform: uppercase; }
        aside.sidebar .widget.featured-stories article .title a {
          color: #e8ad10;
          text-decoration: none; }
          aside.sidebar .widget.featured-stories article .title a:hover {
            color: #d95836; }
      aside.sidebar .widget.featured-stories article .date {
        font-weight: 700;
        font-size: .8rem;
        color: #634663; }
      aside.sidebar .widget.featured-stories article .excerpt {
        font-weight: 700; }
      aside.sidebar .widget.featured-stories article .author {
        font-size: .8rem; }
    aside.sidebar .widget.featured-stories .more .btn i {
      margin: 0 0 0 10px; }
    aside.sidebar .widget.community-stories article {
      padding: 1rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      aside.sidebar .widget.community-stories article:last-child {
        border-bottom: 0; }
      aside.sidebar .widget.community-stories article .thumbnail {
        position: relative;
        background: no-repeat center;
        background-size: cover;
        margin-bottom: 1rem; }
        aside.sidebar .widget.community-stories article .thumbnail:before {
          content: '';
          display: block;
          padding-top: 60%; }
      aside.sidebar .widget.community-stories article .title {
        font-size: 12px;
        text-transform: uppercase; }
        aside.sidebar .widget.community-stories article .title a {
          color: #e8ad10;
          text-decoration: none; }
          aside.sidebar .widget.community-stories article .title a:hover {
            color: #d95836; }
      aside.sidebar .widget.community-stories article .excerpt {
        font-weight: 700; }
    aside.sidebar .widget.featured-stories .widget-title, aside.sidebar .widget.community-stories .widget-title {
      margin-bottom: 0; }
    aside.sidebar .widget.upcoming-events ul li {
      display: block;
      margin-bottom: 1rem; }
      aside.sidebar .widget.upcoming-events ul li a {
        text-decoration: none; }
        aside.sidebar .widget.upcoming-events ul li a .date {
          display: block;
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #a6aa13; }
        aside.sidebar .widget.upcoming-events ul li a .title {
          font-size: 1.25rem;
          color: #634663; }
        aside.sidebar .widget.upcoming-events ul li a .excerpt {
          font-size: 14px;
          color: #414042; }
        aside.sidebar .widget.upcoming-events ul li a:hover .excerpt {
          color: #a6aa13; }
    aside.sidebar .widget ul {
      margin: 0;
      padding: 0; }
      aside.sidebar .widget ul li {
        display: block; }

.single-story aside.sidebar {
  background: #f2f2f2; }

.post a {
  text-decoration: none; }

.post-title {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase; }

.post-thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.post-meta {
  padding: 5px 1em;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 75%; }

.home .latest-posts .post {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem; }

.section-columns .column .inner-wrap a {
  color: inherit;
  text-decoration: none; }

.random-testimonials img {
  width: auto; }

.section-title {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }
  .section-title .label {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 1em;
    background-color: #fff; }
  .section-title .hr {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1); }

.section-content {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.post-content ul.accordion {
  padding: 0; }
  .post-content ul.accordion li {
    display: block; }
    .post-content ul.accordion li.active .header i {
      -webkit-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .post-content ul.accordion li .header {
      position: relative;
      z-index: 1;
      padding: .5rem 1rem;
      background: #f2f2f2;
      cursor: pointer; }
      .post-content ul.accordion li .header .title {
        margin: 0;
        padding: 0; }
      .post-content ul.accordion li .header i {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        position: absolute;
        top: 50%;
        right: 1em;
        font-size: 1.2em; }
    .post-content ul.accordion li .content {
      display: none;
      padding: 1rem; }

.btn,
.button,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  transition: background-color .3s;
  display: inline-block;
  height: 45px;
  padding: 0 20px;
  border: 0;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #d95836;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px; }
  .btn.flexible,
  .button.flexible,
  button.flexible, input[type="button"].flexible, input[type="reset"].flexible, input[type="submit"].flexible {
    min-height: 45px;
    height: auto;
    overflow: visible;
    line-height: 1.1; }
    .btn.flexible i,
    .button.flexible i,
    button.flexible i, input[type="button"].flexible i, input[type="reset"].flexible i, input[type="submit"].flexible i {
      line-height: 1.1; }
  .btn:hover, .btn:active,
  .button:hover,
  .button:active,
  button:hover,
  button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active {
    background-color: #634663;
    text-decoration: none; }
  .btn.disabled,
  .button.disabled,
  button.disabled, input[type="button"].disabled, input[type="reset"].disabled, input[type="submit"].disabled {
    background-color: transparent; }
  .btn.alt,
  .button.alt,
  button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt {
    background: #a6aa13; }
    .btn.alt:hover,
    .button.alt:hover,
    button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover {
      background-color: #2b8b92; }
  .btn.strong,
  .button.strong,
  button.strong, input[type="button"].strong, input[type="reset"].strong, input[type="submit"].strong {
    background-color: #634663; }
    .btn.strong:hover,
    .button.strong:hover,
    button.strong:hover, input[type="button"].strong:hover, input[type="reset"].strong:hover, input[type="submit"].strong:hover {
      background-color: #e1ecee; }
  .btn.skewed,
  .button.skewed,
  button.skewed, input[type="button"].skewed, input[type="reset"].skewed, input[type="submit"].skewed {
    position: relative;
    background: none;
    overflow: visible; }
    .btn.skewed:hover:before,
    .button.skewed:hover:before,
    button.skewed:hover:before, input[type="button"].skewed:hover:before, input[type="reset"].skewed:hover:before, input[type="submit"].skewed:hover:before {
      background: #d95836; }
    .btn.skewed:before,
    .button.skewed:before,
    button.skewed:before, input[type="button"].skewed:before, input[type="reset"].skewed:before, input[type="submit"].skewed:before {
      transition: background .3s;
      -webkit-transform: skew(-18deg);
              transform: skew(-18deg);
      display: block;
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #e8ad10;
      box-shadow: 0 0 15px rgba(232, 173, 16, 0.5); }
  .btn.ghost, .share-story-box .gform_wrapper .gform_footer .btn.button,
  .button.ghost,
  .share-story-box .gform_wrapper .gform_footer .button,
  button.ghost,
  .share-story-box .gform_wrapper .gform_footer button.button, input[type="button"].ghost, .share-story-box .gform_wrapper .gform_footer input.button[type="button"], input[type="reset"].ghost, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"], input[type="submit"].ghost, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"] {
    color: #d95836;
    border: 2px solid #d95836;
    background-color: transparent; }
    .btn.ghost:hover, .share-story-box .gform_wrapper .gform_footer .btn.button:hover,
    .button.ghost:hover,
    .share-story-box .gform_wrapper .gform_footer .button:hover,
    button.ghost:hover,
    .share-story-box .gform_wrapper .gform_footer button.button:hover, input[type="button"].ghost:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="button"]:hover, input[type="reset"].ghost:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"]:hover, input[type="submit"].ghost:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"]:hover {
      color: #e9e8ed;
      background: #d95836; }
    .btn.ghost.alt, .share-story-box .gform_wrapper .gform_footer .btn.alt.button,
    .button.ghost.alt,
    .share-story-box .gform_wrapper .gform_footer .button.alt,
    button.ghost.alt,
    .share-story-box .gform_wrapper .gform_footer button.alt.button, input[type="button"].ghost.alt, .share-story-box .gform_wrapper .gform_footer input.button[type="button"].alt, input[type="reset"].ghost.alt, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"].alt, input[type="submit"].ghost.alt, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"].alt {
      position: relative;
      color: #634663;
      border-color: #634663; }
      .btn.ghost.alt:hover, .share-story-box .gform_wrapper .gform_footer .btn.alt.button:hover,
      .button.ghost.alt:hover,
      .share-story-box .gform_wrapper .gform_footer .button.alt:hover,
      button.ghost.alt:hover,
      .share-story-box .gform_wrapper .gform_footer button.alt.button:hover, input[type="button"].ghost.alt:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="button"].alt:hover, input[type="reset"].ghost.alt:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"].alt:hover, input[type="submit"].ghost.alt:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"].alt:hover {
        color: #ffffff;
        background: #634663; }
    .btn.ghost.light, .share-story-box .gform_wrapper .gform_footer .btn.button,
    .button.ghost.light,
    .share-story-box .gform_wrapper .gform_footer .button,
    button.ghost.light,
    .share-story-box .gform_wrapper .gform_footer button.button, input[type="button"].ghost.light, .share-story-box .gform_wrapper .gform_footer input.button[type="button"], input[type="reset"].ghost.light, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"], input[type="submit"].ghost.light, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"] {
      color: #fff;
      border-color: #fff; }
      .btn.ghost.light:hover, .share-story-box .gform_wrapper .gform_footer .btn.button:hover,
      .button.ghost.light:hover,
      .share-story-box .gform_wrapper .gform_footer .button:hover,
      button.ghost.light:hover,
      .share-story-box .gform_wrapper .gform_footer button.button:hover, input[type="button"].ghost.light:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="button"]:hover, input[type="reset"].ghost.light:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"]:hover, input[type="submit"].ghost.light:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"]:hover {
        background: #ffffff;
        color: #634663; }
    .btn.ghost.skewed, .share-story-box .gform_wrapper .gform_footer .btn.skewed.button,
    .button.ghost.skewed,
    .share-story-box .gform_wrapper .gform_footer .button.skewed,
    button.ghost.skewed,
    .share-story-box .gform_wrapper .gform_footer button.skewed.button, input[type="button"].ghost.skewed, .share-story-box .gform_wrapper .gform_footer input.button[type="button"].skewed, input[type="reset"].ghost.skewed, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"].skewed, input[type="submit"].ghost.skewed, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"].skewed {
      color: #ffffff;
      border: 0; }
      .btn.ghost.skewed:before, .share-story-box .gform_wrapper .gform_footer .btn.skewed.button:before,
      .button.ghost.skewed:before,
      .share-story-box .gform_wrapper .gform_footer .button.skewed:before,
      button.ghost.skewed:before,
      .share-story-box .gform_wrapper .gform_footer button.skewed.button:before, input[type="button"].ghost.skewed:before, .share-story-box .gform_wrapper .gform_footer input.button[type="button"].skewed:before, input[type="reset"].ghost.skewed:before, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"].skewed:before, input[type="submit"].ghost.skewed:before, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"].skewed:before {
        background: none;
        border: 3px solid #e8ad10; }
      .btn.ghost.skewed:hover, .share-story-box .gform_wrapper .gform_footer .btn.skewed.button:hover,
      .button.ghost.skewed:hover,
      .share-story-box .gform_wrapper .gform_footer .button.skewed:hover,
      button.ghost.skewed:hover,
      .share-story-box .gform_wrapper .gform_footer button.skewed.button:hover, input[type="button"].ghost.skewed:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="button"].skewed:hover, input[type="reset"].ghost.skewed:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"].skewed:hover, input[type="submit"].ghost.skewed:hover, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"].skewed:hover {
        background: none; }
        .btn.ghost.skewed:hover:before, .share-story-box .gform_wrapper .gform_footer .btn.skewed.button:hover:before,
        .button.ghost.skewed:hover:before,
        .share-story-box .gform_wrapper .gform_footer .button.skewed:hover:before,
        button.ghost.skewed:hover:before,
        .share-story-box .gform_wrapper .gform_footer button.skewed.button:hover:before, input[type="button"].ghost.skewed:hover:before, .share-story-box .gform_wrapper .gform_footer input.button[type="button"].skewed:hover:before, input[type="reset"].ghost.skewed:hover:before, .share-story-box .gform_wrapper .gform_footer input.button[type="reset"].skewed:hover:before, input[type="submit"].ghost.skewed:hover:before, .share-story-box .gform_wrapper .gform_footer input.button[type="submit"].skewed:hover:before {
          background: #e8ad10; }
  .btn.big,
  .button.big,
  button.big, input[type="button"].big, input[type="reset"].big, input[type="submit"].big {
    height: 60px;
    line-height: 58px; }
  .btn.huge,
  .button.huge,
  button.huge, input[type="button"].huge, input[type="reset"].huge, input[type="submit"].huge {
    height: 72px;
    line-height: 60px;
    font-size: 1.1em; }
  .btn.naked,
  .button.naked,
  button.naked, input[type="button"].naked, input[type="reset"].naked, input[type="submit"].naked {
    color: #d95836;
    border: 0;
    background: none; }
  .btn.shadow,
  .button.shadow,
  button.shadow, input[type="button"].shadow, input[type="reset"].shadow, input[type="submit"].shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
  .btn i,
  .button i,
  button i, input[type="button"] i, input[type="reset"] i, input[type="submit"] i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 45px; }

.acf-map {
  height: 400px; }

.animation_fadeup {
  position: relative;
  top: 100px;
  transition: top ease-in-out .5s, opacity linear .5s;
  opacity: 0;
  transition-delay: .5s; }
  .animation_fadeup.in-view {
    top: 0;
    opacity: 1; }

.animation_fadedown {
  position: relative;
  top: -100px;
  transition: top ease-in-out .5s, opacity linear .5s;
  opacity: 0;
  transition-delay: .5s; }
  .animation_fadedown.in-view {
    top: 0;
    opacity: 1; }

.animation_fadeleft {
  position: relative;
  left: -100px;
  transition: left ease-in-out .5s, opacity linear .5s;
  opacity: 0;
  transition-delay: .5s; }
  .animation_fadeleft.in-view {
    left: 0;
    opacity: 1; }

.animation_faderight {
  position: relative;
  right: -100px;
  transition: right ease-in-out .5s, opacity linear .5s;
  opacity: 0;
  transition-delay: .5s; }
  .animation_faderight.in-view {
    right: 0;
    opacity: 1; }

#breadcrumbs {
  padding: 5px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25); }
  #breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    #breadcrumbs a:hover {
      text-decoration: underline; }
  #breadcrumbs .breadcrumb_last {
    font-weight: bold; }

.the-breadcrumbs {
  position: relative;
  padding: 1rem 0;
  font-size: 14px;
  color: #afafaf;
  border-bottom: 1px solid #f2f2f2; }
  .the-breadcrumbs a {
    text-transform: uppercase;
    font-weight: 700;
    color: #afafaf;
    text-decoration: none; }
    .the-breadcrumbs a:hover {
      color: #d95836; }
  @media (max-width: 768px) {
    .the-breadcrumbs {
      font-size: 12px; } }

.copyright a {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  color: inherit;
  text-decoration: none; }

.flexible-content {
  clear: both;
  padding: 20px 0; }
  .flexible-content.boxes .items {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem); }
    .flexible-content.boxes .items::after {
      clear: both;
      content: "";
      display: table; }
    .flexible-content.boxes .items.items-per-row-1 .item {
      width: calc(100% - 3rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-2 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-3 .item {
      width: calc(33.33333% - 2rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-4 .item {
      width: calc(25% - 1.875rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-5 .item {
      width: calc(20% - 1.8rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-6 .item {
      width: calc(16.66667% - 1.75rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-7 .item {
      width: calc(14.28571% - 1.71429rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-8 .item {
      width: calc(12.5% - 1.6875rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-9 .item {
      width: calc(11.11111% - 1.66667rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-10 .item {
      width: calc(10% - 1.65rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-11 .item {
      width: calc(9.09091% - 1.63636rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-12 .item {
      width: calc(8.33333% - 1.625rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items .item {
      position: relative;
      z-index: 1;
      margin-bottom: 20px;
      padding: 1px;
      border: 2px solid rgba(0, 0, 0, 0.1); }
      .flexible-content.boxes .items .item figure {
        position: relative;
        background: no-repeat center;
        background-size: cover; }
        .flexible-content.boxes .items .item figure:before {
          content: '';
          display: block;
          padding-top: 60%; }
        .flexible-content.boxes .items .item figure + i {
          position: absolute;
          top: -15px;
          left: -15px;
          display: block;
          width: 60px;
          height: 60px;
          line-height: 60px;
          background: #fff;
          border-radius: 50%;
          text-align: center;
          font-size: 42px; }
      .flexible-content.boxes .items .item .content {
        padding: 20px;
        font-size: 1rem; }
        .flexible-content.boxes .items .item .content .title {
          text-align: center;
          margin-top: 0; }
        .flexible-content.boxes .items .item .content .desc {
          margin-bottom: 20px; }
          .flexible-content.boxes .items .item .content .desc p:last-child {
            margin: 0; }
        .flexible-content.boxes .items .item .content iframe, .flexible-content.boxes .items .item .content video {
          display: block;
          max-width: 100%;
          margin: 0 auto; }
  @media (max-width: 768px) {
    .flexible-content.boxes .items.items-per-row-3 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-4 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-5 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-6 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-7 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-8 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-9 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-10 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-11 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
    .flexible-content.boxes .items.items-per-row-12 .item {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; } }
  @media (max-width: 480px) {
    .flexible-content.boxes .items {
      float: none;
      width: auto;
      margin: 0; }
      .flexible-content.boxes .items.items-per-row-1 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-2 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-3 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-4 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-5 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-6 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-7 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-8 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-9 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-10 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-11 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; }
      .flexible-content.boxes .items.items-per-row-12 .item {
        float: none;
        width: auto;
        margin: 0 0 1rem; } }
  .flexible-content.quotes {
    margin-bottom: 1rem; }
    .flexible-content.quotes .items {
      margin-left: -3rem;
      margin-right: -3rem;
      width: calc(100% + 6rem); }
      .flexible-content.quotes .items::after {
        clear: both;
        content: "";
        display: table; }
      .flexible-content.quotes .items.items-per-row-1 .item {
        width: calc(100% - 6rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-2 .item {
        width: calc(50% - 4.5rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-3 .item {
        width: calc(33.33333% - 4rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-4 .item {
        width: calc(25% - 3.75rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-5 .item {
        width: calc(20% - 3.6rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-6 .item {
        width: calc(16.66667% - 3.5rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-7 .item {
        width: calc(14.28571% - 3.42857rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-8 .item {
        width: calc(12.5% - 3.375rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-9 .item {
        width: calc(11.11111% - 3.33333rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-10 .item {
        width: calc(10% - 3.3rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-11 .item {
        width: calc(9.09091% - 3.27273rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items.items-per-row-12 .item {
        width: calc(8.33333% - 3.25rem);
        float: left;
        margin-left: 3rem; }
      .flexible-content.quotes .items .item {
        position: relative;
        padding: 2rem 3rem;
        background: #e1ecee;
        border-left: 10px solid #e8ad10; }
        .flexible-content.quotes .items .item .title {
          font-size: 1.125rem;
          font-weight: 400; }
        .flexible-content.quotes .items .item .text {
          font-style: italic;
          font-weight: 700;
          color: #afafaf; }
        .flexible-content.quotes .items .item .arrow {
          position: absolute;
          left: 0;
          top: 2rem; }
          .flexible-content.quotes .items .item .arrow polygon {
            fill: #e8ad10; }
    @media (max-width: 768px) {
      .flexible-content.quotes .items {
        width: auto;
        margin: 0; }
        .flexible-content.quotes .items.items-per-row-2 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-3 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-4 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-5 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-6 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-7 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-8 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-9 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-10 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-11 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; }
        .flexible-content.quotes .items.items-per-row-12 .item {
          float: none;
          width: auto;
          margin: 0 0 1rem; } }
  .flexible-content.buttons {
    margin-bottom: 1rem; }
    .flexible-content.buttons .items {
      padding: 2rem;
      text-align: center; }
      .flexible-content.buttons .items .btn {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.hero-header {
  display: flex;
  align-items: center; }
  .hero-header.has-title-image {
    height: 520px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .hero-header.has-title-image .grid-column {
      position: relative;
      z-index: 1; }
    .hero-header.has-title-image.animated-background-image {
      background-position: 50% 0; }
    .hero-header.has-title-image .shade, .hero-header.has-title-image section.foldable .overlay.unfold, section.foldable .hero-header.has-title-image .overlay.unfold, .hero-header.has-title-image body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .img, body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .hero-header.has-title-image .img {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.8) 100%); }
    .hero-header.has-title-image .grid-container {
      flex: 0 0 100%; }
    @media (max-width: 768px) {
      .hero-header.has-title-image {
        height: 360px; } }
  .hero-header.has-title-video {
    position: relative;
    padding: 6rem 0;
    margin-bottom: 2rem; }
    .hero-header.has-title-video .hero-video-container {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .hero-header.has-title-video .hero-video-container .hero-video {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }
    .hero-header.has-title-video .grid-container {
      position: relative;
      z-index: 1; }
    .hero-header.has-title-video .page-title, .hero-header.has-title-video .page-subtitle, .hero-header.has-title-video .page-headline {
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .hero-header nav.pagination {
    flex: 0 1 100%; }
    .hero-header nav.pagination p {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      z-index: 5;
      top: 50%;
      transition: left 1s, right 1s; }
      .hero-header nav.pagination p.next {
        right: 0; }
        .hero-header nav.pagination p.next:hover {
          right: -1rem; }
      .hero-header nav.pagination p.prev {
        left: 0; }
        .hero-header nav.pagination p.prev:hover {
          left: -1rem; }
      .hero-header nav.pagination p a {
        display: block;
        text-align: center; }
        .hero-header nav.pagination p a i {
          font-size: 36px;
          color: #e8ad10; }
        .hero-header nav.pagination p a i, .hero-header nav.pagination p a span {
          display: block; }
        .hero-header nav.pagination p a span {
          font-size: 14px;
          font-weight: 700;
          line-height: 1;
          text-transform: uppercase;
          color: #ffffff; }

.nav-mobile {
  transition: width .2s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 18px;
  width: 0;
  overflow: hidden; }
  .nav-mobile.is-visible {
    z-index: 9999;
    width: 75%;
    background: #d95836; }
    @media (max-width: 768px) {
      .nav-mobile.is-visible {
        width: 90%; } }
    .nav-mobile.is-visible + .nav-mobile-fade-screen {
      display: block;
      background: rgba(255, 255, 255, 0.8); }
  .nav-mobile > ul > li.menu-item-has-children > ul {
    display: none; }
  .nav-mobile > ul > li.current-menu-item > a {
    color: #e8ad10;
    background: #ffffff; }
  .nav-mobile > ul > li > a {
    text-transform: uppercase;
    font-weight: 700; }
  .nav-mobile form {
    display: flex;
    padding: 20px; }
    .nav-mobile form label, .nav-mobile form .btn {
      display: block; }
    .nav-mobile form label {
      flex: 1; }
      .nav-mobile form label input {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #fff;
        box-shadow: none;
        background: none; }
    .nav-mobile form .btn {
      color: #ffffff; }
      .nav-mobile form .btn i {
        margin: 0; }
  .nav-mobile a {
    position: relative;
    display: block;
    padding: .5em 2em .5em 1em;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav-mobile a i {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      z-index: 2;
      top: 50%;
      right: .5em;
      font-size: 24px;
      color: #e8ad10; }
  .nav-mobile .additional {
    padding-top: 2rem;
    text-align: center; }
    .nav-mobile .additional a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      padding: 0;
      border: 0; }

.nav-mobile-fade-screen {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.sitemap {
  margin: 2em 1em; }
  .sitemap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase; }
    .sitemap ul li {
      padding: 4px 0;
      border-left: 1px solid #d0d0d0; }
      .sitemap ul li a {
        text-decoration: none; }
      .sitemap ul li:before {
        content: "\2013\2009";
        color: #d0d0d0;
        font-weight: normal; }
    .sitemap ul ul {
      margin: 4px 0 4px 16px;
      font-size: 0.9rem;
      font-weight: normal;
      text-transform: none; }
      .sitemap ul ul li:before {
        border-left: none; }
      .sitemap ul ul ul {
        font-size: 12px; }
        .sitemap ul ul ul ul {
          font-size: 11px; }

.the-footer .social-networks {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center; }
  .the-footer .social-networks a {
    display: inline-block;
    margin: 0 0.5rem;
    text-decoration: none; }
    .the-footer .social-networks a i {
      font-size: 2em; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  font-weight: 700;
  color: #634663;
  text-transform: uppercase; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

#wpadminbar {
  z-index: 99990; }

.post-content ul.accordion {
  padding: 0; }
  .post-content ul.accordion li {
    display: block; }
    .post-content ul.accordion li.active .header i {
      -webkit-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .post-content ul.accordion li .header {
      position: relative;
      z-index: 1;
      padding: .5rem 1rem;
      background: #f2f2f2;
      cursor: pointer; }
      .post-content ul.accordion li .header .title {
        margin: 0;
        padding: 0; }
      .post-content ul.accordion li .header i {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        position: absolute;
        top: 50%;
        right: 1em;
        font-size: 1.2em; }
    .post-content ul.accordion li .content {
      display: none;
      padding: 1rem; }

.post-content ul.tabs {
  padding: 5px;
  background: rgba(0, 0, 0, 0.1);
  text-transform: uppercase; }
  .post-content ul.tabs::after {
    clear: both;
    content: "";
    display: table; }
  .post-content ul.tabs li {
    float: left;
    display: block;
    padding: 0;
    margin: 0 5px 0 0; }
    .post-content ul.tabs li:last-child {
      margin-right: 0; }
    .post-content ul.tabs li:before {
      display: none; }
    .post-content ul.tabs li a {
      display: block;
      padding: .5rem 1.5rem;
      font-size: .88em;
      font-weight: 700;
      line-height: 35px;
      background: #f2f2f2;
      border-bottom: 3px solid #d95836;
      text-decoration: none; }
      .post-content ul.tabs li a:hover {
        text-decoration: none;
        background: #e8ad10;
        color: #ffffff;
        border-bottom-color: #b78a0c; }
      .post-content ul.tabs li a.active {
        background: #d95836;
        color: #ffffff;
        border-color: #b94223; }
        .post-content ul.tabs li a.active i {
          color: #ffffff; }
      .post-content ul.tabs li a i {
        display: inline-block;
        margin-right: .75rem; }

.post-content .tab-content {
  display: none;
  padding: 1rem;
  background: rgba(242, 242, 242, 0.5); }
  .post-content .tab-content.active {
    display: block; }

.periodic-table {
  margin-bottom: 2rem; }
  .periodic-table::after {
    clear: both;
    content: "";
    display: table; }
  .periodic-table .cell {
    position: relative;
    z-index: 1;
    float: left;
    width: 5.55556%; }
    .periodic-table .cell:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .periodic-table .cell .element,
    .periodic-table .cell .group {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 2px;
      top: 0;
      bottom: 2px;
      overflow: hidden;
      background: #f2f2f2;
      text-align: center;
      color: #ffffff;
      border: 0;
      opacity: .5; }
      .periodic-table .cell .element .index,
      .periodic-table .cell .group .index {
        font-size: 10px;
        white-space: nowrap; }
      .periodic-table .cell .element .name,
      .periodic-table .cell .group .name {
        font-size: 8px;
        text-transform: lowercase; }
      .periodic-table .cell .element .symbol,
      .periodic-table .cell .group .symbol {
        padding: .15rem;
        font-weight: 700;
        font-size: 1.75rem; }
      .periodic-table .cell .element .index,
      .periodic-table .cell .element .symbol,
      .periodic-table .cell .element .name,
      .periodic-table .cell .group .index,
      .periodic-table .cell .group .symbol,
      .periodic-table .cell .group .name {
        line-height: 1; }
      .periodic-table .cell .element .content,
      .periodic-table .cell .group .content {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%; }
    .periodic-table .cell .element[data-index="1"] {
      background: #d95836; }
    .periodic-table .cell .element[data-index="2"] {
      background: #d95836; }
    .periodic-table .cell .element[data-index="3"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="4"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="5"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="6"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="7"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="8"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="9"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="10"] {
      background: #e8921c; }
    .periodic-table .cell .element[data-index="11"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="12"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="13"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="14"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="15"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="16"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="17"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="18"] {
      background: #e8ad10; }
    .periodic-table .cell .element[data-index="19"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="20"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="21"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="22"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="23"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="24"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="25"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="26"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="27"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="28"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="29"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="30"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="31"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="32"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="33"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="34"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="35"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="36"] {
      background: #cdad10; }
    .periodic-table .cell .element[data-index="37"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="38"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="39"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="40"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="41"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="42"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="43"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="44"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="45"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="46"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="47"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="48"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="49"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="50"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="51"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="52"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="53"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="54"] {
      background: #a6aa13; }
    .periodic-table .cell .element[data-index="55"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="56"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="57"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="58"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="59"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="60"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="61"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="62"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="63"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="64"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="65"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="66"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="67"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="68"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="69"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="70"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="71"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="72"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="73"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="74"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="75"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="76"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="77"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="78"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="79"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="80"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="81"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="82"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="83"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="84"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="85"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="86"] {
      background: #6ea148; }
    .periodic-table .cell .element[data-index="87"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="88"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="89"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="90"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="91"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="92"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="93"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="94"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="95"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="96"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="97"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="98"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="99"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="100"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="101"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="102"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="103"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="104"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="105"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="106"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="107"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="108"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="109"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="110"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="111"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="112"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="113"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="114"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="115"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="116"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="117"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="118"] {
      background: #2b8b92; }
    .periodic-table .cell .element[data-index="57"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="58"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="59"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="60"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="61"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="62"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="63"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="64"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="65"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="66"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="67"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="68"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="69"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="70"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="71"] {
      background: #32758e; }
    .periodic-table .cell .element[data-index="89"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="90"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="91"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="92"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="93"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="94"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="95"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="96"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="97"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="98"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="99"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="100"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="101"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="102"] {
      background: #634663; }
    .periodic-table .cell .element[data-index="103"] {
      background: #634663; }
    .periodic-table .cell .element.active {
      cursor: pointer;
      opacity: 1; }
    .periodic-table .cell .element.coming-soon {
      -webkit-animation-name: coming-soon-element;
              animation-name: coming-soon-element;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 5s;
              animation-duration: 5s; }
    .periodic-table .cell .group[data-index="0"] {
      background: #32758e; }
    .periodic-table .cell .group[data-index="1"] {
      background: #634663; }
    .periodic-table .cell .chemist {
      background: no-repeat center;
      background-size: cover;
      transition: all .4s;
      position: absolute;
      z-index: 2;
      top: 50%;
      bottom: 50%;
      left: 50%;
      right: 50%;
      color: #ffffff;
      overflow: hidden;
      opacity: 0;
      cursor: pointer; }
      .periodic-table .cell .chemist .name {
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 10px;
        right: 10px;
        line-height: 1.2;
        font-weight: 700;
        font-size: 13px; }
      .periodic-table .cell .chemist .index {
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 10px;
        font-size: 10px; }
      .periodic-table .cell .chemist .shade, .periodic-table .cell .chemist section.foldable .overlay.unfold, section.foldable .periodic-table .cell .chemist .overlay.unfold, .periodic-table .cell .chemist body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .img, body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .periodic-table .cell .chemist .img {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)); }
    .periodic-table .cell:hover, .periodic-table .cell.revealed {
      z-index: 10; }
      .periodic-table .cell:hover .chemist, .periodic-table .cell.revealed .chemist {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 3px solid #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
        opacity: 1; }
    @media (max-width: 1280px) {
      .periodic-table .cell .element .symbol,
      .periodic-table .cell .group .symbol {
        font-size: 1.25rem; }
      .periodic-table .cell .element .name,
      .periodic-table .cell .group .name {
        font-size: 6px; } }
    @media (max-width: 1024px) {
      .periodic-table .cell .element .index,
      .periodic-table .cell .group .index {
        font-size: 8px; }
      .periodic-table .cell .element .symbol,
      .periodic-table .cell .group .symbol {
        font-size: 1rem; }
      .periodic-table .cell .element .name,
      .periodic-table .cell .group .name {
        display: none; } }
    @media (max-width: 768px) {
      .periodic-table .cell {
        width: 11.11111%; }
        .periodic-table .cell.pad {
          display: none; }
        .periodic-table .cell .element .name,
        .periodic-table .cell .group .name {
          display: block;
          font-size: 8px; } }
    @media (max-width: 480px) {
      .periodic-table .cell {
        width: 25%; }
        .periodic-table .cell .element .index,
        .periodic-table .cell .group .index {
          font-size: 10px; }
        .periodic-table .cell .element .symbol,
        .periodic-table .cell .group .symbol {
          font-size: 1.5rem; } }
  .periodic-table.challenge .cell {
    transition: all .3s; }
    .periodic-table.challenge .cell .group,
    .periodic-table.challenge .cell .element {
      opacity: 1; }
    .periodic-table.challenge .cell .element {
      cursor: pointer; }
    .periodic-table.challenge .cell.active {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      z-index: 10;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      border: 3px solid #fff; }
      .periodic-table.challenge .cell.active .element {
        right: 0;
        bottom: 0; }
    .periodic-table.challenge .cell:hover:not(.active) .element {
      background: #000000; }
  .periodic-table .grid::after,
  .periodic-table .group::after {
    clear: both;
    content: "";
    display: table; }
  .periodic-table .grid {
    margin-bottom: 2rem; }
  .periodic-table .groups {
    position: relative; }
    .periodic-table .groups .group {
      clear: right; }
      .periodic-table .groups .group .cell:first-child {
        margin-left: 16.66667%; }
    @media (max-width: 768px) {
      .periodic-table .groups .group {
        margin-bottom: 1rem; }
        .periodic-table .groups .group .cell:first-child {
          margin-left: 0; } }

@-webkit-keyframes coming-soon-element {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes coming-soon-element {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

label {
  color: #666;
  font-weight: 700; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
textarea,
select {
  padding: 12px;
  padding: 0.75rem;
  background: #fff;
  color: #999;
  border: 1px solid #ddd;
  line-height: normal;
  display: block;
  width: 100%;
  box-shadow: 1px 1px 2px #eee inset;
  transition: all 0.3s ease-in-out; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="file"]:focus,
  textarea:focus,
  select:focus {
    border-color: #999;
    outline: none; }

input[type="file"]:hover {
  cursor: pointer; }

input[type="search"] {
  width: auto;
  display: inline-block; }

select {
  height: 32px; }

select[multiple],
select[size] {
  height: auto; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: #333;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s ease-in-out; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover {
    background: #0078e7; }

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: '';
  display: table; }

.gform_wrapper form ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }
  .gform_wrapper form ul.gform_fields li.gfield {
    display: block;
    padding-bottom: 1rem; }

.gform_heading {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #c5c5c5; }
  .gform_heading .gform_title {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

.gsection {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #858585; }
  .gsection .gsection_title {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

.gfield_required {
  color: #f00;
  padding-left: 2px; }

.ginput_complex label {
  font-weight: normal; }

.gfield_description {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.validation_message {
  font-style: normal; }

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gfield_checkbox input,
  .gfield_radio input {
    margin-right: 4px;
    margin-right: 0.25rem; }
    .gfield_checkbox input + label,
    .gfield_radio input + label {
      font-weight: 400; }

.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block; }

.ginput_complex {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem); }
  .ginput_complex::after {
    clear: both;
    content: "";
    display: table; }
  .ginput_complex .ginput_left {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .ginput_complex .ginput_right {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem; }
  .ginput_complex .ginput_full {
    display: block;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .ginput_complex.has_prefix .name_prefix {
    width: calc(16.66667% - 1.75rem);
    float: left;
    margin-left: 1.5rem; }
  .ginput_complex.has_prefix .name_first,
  .ginput_complex.has_prefix .name_last {
    width: calc(41.66667% - 2.125rem);
    float: left;
    margin-left: 1.5rem; }
  .ginput_complex label {
    display: block;
    font-size: 80%; }

.name_first {
  width: calc(50% - 2.25rem);
  float: left;
  margin-left: 1.5rem; }

.name_last {
  width: calc(50% - 2.25rem);
  float: left;
  margin-left: 1.5rem; }

.name_suffix {
  width: 9%;
  float: right; }

input.datepicker_with_icon {
  margin-right: 12px;
  margin-right: 0.75rem;
  display: inline-block;
  width: auto; }

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%; }

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%; }

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto; }

.gfield_time_hour {
  float: left;
  margin-right: 1%; }
  .gfield_time_hour input {
    width: inherit;
    display: inline-block; }
  .gfield_time_hour label {
    display: block; }

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%; }

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%; }

.gfield,
.gform_footer {
  clear: both; }

.gf_left_half {
  width: 49%;
  float: left;
  clear: left; }

.gf_right_half {
  width: 49%;
  float: right;
  clear: right; }

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%; }

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left; }

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right; }

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top; }

.gf_list_2col li {
  width: 50%;
  float: left; }

.gf_list_3col li {
  width: 33%;
  float: left; }

.gf_list_4col li {
  width: 25%;
  float: left; }

.gf_list_5col li {
  width: 20%;
  float: left; }

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%; }

.gf_list_height_25 li {
  height: 25px; }

.gf_list_height_50 li {
  height: 50px; }

.gf_list_height_75 li {
  height: 75px; }

.gf_list_height_100 li {
  height: 100px; }

.gf_list_height_125 li {
  height: 125px; }

.gf_list_height_150 li {
  height: 150px; }

.gfield_list {
  margin: 0; }

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 12px;
  padding-right: 0.75rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0; }

.gfield_list > thead > tr > th {
  border: 0; }

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto; }
  .gf_scroll_text p:last-of-type {
    margin-bottom: 0; }

.gf_hide_ampm .gfield_time_ampm {
  display: none; }

.gf_hide_charleft .charleft {
  display: none; }

.gf_page_steps {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  line-height: 1; }

.gf_step {
  display: inline-block;
  opacity: .2;
  margin-right: 1%; }
  .gf_step:last-of-type {
    margin-right: 0; }

.gf_step_active {
  opacity: 1; }

.gf_step_number {
  font-weight: bold;
  font-size: 150%; }

.gfield_error > label,
.gfield_error .validation_message {
  color: #ca3c3c; }

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: #ca3c3c; }
  .gfield_error input:focus,
  .gfield_error textarea:focus,
  .gfield_error select:focus {
    border-color: #a62d2d; }

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px; }

.ui-datepicker {
  background: #fff;
  border: 1px solid #aaa; }

.ui-datepicker-prev {
  width: 20%;
  float: left; }

.ui-datepicker-next {
  width: 20%;
  float: right; }

.ui-datepicker-title {
  width: 60%;
  float: left; }
  .ui-datepicker-title select {
    width: auto;
    display: inline-block; }

@media (max-width: 768px) {
  [class*="gf_left"],
  [class*="gf_right"] {
    float: none;
    width: auto;
    margin-right: 0; } }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select {
  height: 45px;
  padding: 0 1rem;
  box-shadow: none; }

textarea {
  height: auto;
  padding: .5rem 1rem; }

form li {
  position: relative; }

form input[type=file] {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0; }
  form input[type=file] + .btn {
    position: relative;
    z-index: 1; }

#gform_6 .gform_footer input[type=submit],
#gform_6 .gform_footer a {
  display: block;
  margin: 0 auto; }

#gform_6 .gform_footer input[type=submit] {
  margin-bottom: 1rem; }

#gform_6 .gform_footer a {
  text-align: center;
  font-size: 80%;
  color: #2b8b92; }

.btn.upload {
  margin-bottom: 10px; }
  .btn.upload + .selected-file {
    margin-left: 1rem; }

.post-content .gallery::after {
  clear: both;
  content: "";
  display: table; }

.post-content .gallery .gallery-item {
  float: left; }
  .post-content .gallery .gallery-item img {
    display: block; }

body .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide button[data-fancybox-close] {
  width: 24px;
  height: 24px; }
  body .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide button[data-fancybox-close]:hover, body .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide button[data-fancybox-close]:active {
    background: none; }
    body .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide button[data-fancybox-close]:hover:after, body .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide button[data-fancybox-close]:active:after {
      color: #ffffff;
      background: #d95836; }
  body .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide button[data-fancybox-close]:after {
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: none;
    border-radius: 0; }

.pagination ul {
  padding: 0;
  text-align: center; }
  .pagination ul li {
    display: inline-block;
    padding: .25rem .5rem;
    background: #f2f2f2; }
    .pagination ul li a {
      text-decoration: none; }
    .pagination ul li.active {
      background: #d95836; }
      .pagination ul li.active a {
        color: #ffffff; }

footer.challenge-footer {
  padding: 3rem;
  background: linear-gradient(90deg, #634663, #2b8b92);
  color: #ffffff; }
  footer.challenge-footer .title {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 400;
    font-size: 30px; }
  footer.challenge-footer ul.menu {
    display: flex;
    justify-content: space-between; }
    footer.challenge-footer ul.menu > li {
      display: block; }
      footer.challenge-footer ul.menu > li > a {
        display: inline-block;
        margin-bottom: 1rem;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase; }
        footer.challenge-footer ul.menu > li > a:hover {
          color: #e8ad10; }
      footer.challenge-footer ul.menu > li .sub-menu {
        padding: 0; }
        footer.challenge-footer ul.menu > li .sub-menu li {
          display: block;
          margin-bottom: .5rem; }
          footer.challenge-footer ul.menu > li .sub-menu li a {
            opacity: .5; }
            footer.challenge-footer ul.menu > li .sub-menu li a:hover {
              opacity: 1; }
    footer.challenge-footer ul.menu a {
      color: #ffffff;
      text-decoration: none; }
  @media (max-width: 768px) {
    footer.challenge-footer ul.menu {
      flex-flow: row wrap; } }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: .25em;
  color: #634663; }

.post-content p,
.post-content .call2action,
.post-content ul:not([class]),
.post-content ol:not([class]) {
  margin-bottom: 1em; }

.post-content ul:not([class]),
.post-content ul.sitemap,
.post-content ul.page-list {
  margin: 0 0 1rem;
  padding: 0; }
  .post-content ul:not([class]) li,
  .post-content ul.sitemap li,
  .post-content ul.page-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.5rem;
    display: block; }
    .post-content ul:not([class]) li:before,
    .post-content ul.sitemap li:before,
    .post-content ul.page-list li:before {
      position: absolute;
      left: 0;
      top: .5rem;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      background: #d95836; }

.post-content ul.sitemap {
  margin: 0; }
  .post-content ul.sitemap ul li:before {
    display: none; }

.post-content img[class*="wp-image-"],
.post-content img.wp-post-image {
  max-width: 100%;
  height: auto; }

.post-content section.box {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
  background: #f2f2f2; }
  .post-content section.box:before, .post-content section.box:after {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    display: block;
    content: "";
    height: 1px;
    background: #f2f2f2; }
  .post-content section.box:before {
    top: -5px; }
  .post-content section.box:after {
    bottom: -5px; }

.post-content .gform_wrapper {
  max-width: 800px;
  padding: 1rem;
  background: #f2f2f2; }

.the-content {
  background: #ffffff no-repeat center;
  background-size: cover; }
  .the-content.has-hero header.page {
    margin-top: -50px;
    background: #fff; }
  .the-content header.page {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
    padding: 0 2.5rem; }
    .the-content header.page .the-breadcrumbs {
      margin-bottom: 1rem;
      border-color: #f2f2f2; }
    .the-content header.page time {
      font-weight: 700;
      font-size: 80%;
      text-transform: uppercase;
      color: #e8ad10; }
    .the-content header.page .title {
      font-size: 46px;
      text-transform: none;
      color: #634663; }
    .the-content header.page.has-action .flex {
      display: flex; }
    .the-content header.page.has-action .title {
      flex: 1 1 100%; }
    .the-content header.page.has-action .action .btn {
      white-space: nowrap; }
      .the-content header.page.has-action .action .btn i {
        margin: 0 0 0 10px; }
    @media (max-width: 768px) {
      .the-content header.page.has-action .flex {
        display: block; }
      .the-content header.page.has-action .title {
        margin-bottom: 1rem; }
      .the-content header.page.has-action .action {
        text-align: center; }
        .the-content header.page.has-action .action .btn {
          display: inline-block; } }
  .the-content .the-post {
    padding: 0 2.5rem; }
  @media (max-width: 480px) {
    .the-content header.page,
    .the-content .the-post {
      padding: 0 1rem; } }

.c2a {
  padding: 2rem 0;
  text-align: center;
  background: #f7f8fb; }
  .c2a .c2a-description {
    font-size: 2rem;
    font-family: "Montserrat", sans-serif; }
    .c2a .c2a-description a {
      color: #d95836; }
  .c2a form {
    text-align: left; }
    .c2a form .gform_footer {
      text-align: center; }

.share-story-box {
  padding: 2rem;
  background: #634663;
  color: #ffffff; }
  .share-story-box .widget-title {
    color: #ffffff; }
  .share-story-box .gform_wrapper .gform_description {
    display: block;
    margin: 0 0 1rem;
    font-size: 0.88889rem;
    line-height: 1.5; }
  .share-story-box .gform_wrapper .validation_error {
    margin-bottom: 8px;
    padding: 10px 1rem;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.75);
    color: #d95836;
    text-shadow: 1px 1px 0 #fff; }
  .share-story-box .gform_wrapper .gform_footer .button {
    border-color: #ffffff;
    color: #ffffff; }
  .share-story-box .gform_wrapper ul {
    margin: 0;
    padding: 0; }
    .share-story-box .gform_wrapper ul li {
      position: relative;
      z-index: 1;
      display: block;
      margin-bottom: 8px; }
      .share-story-box .gform_wrapper ul li label.gfield_label {
        display: none; }
      .share-story-box .gform_wrapper ul li .validation_message {
        padding: 5px 10px;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        background: #d95836; }
      .share-story-box .gform_wrapper ul li input[type="color"], .share-story-box .gform_wrapper ul li input[type="date"], .share-story-box .gform_wrapper ul li input[type="datetime"], .share-story-box .gform_wrapper ul li input[type="datetime-local"], .share-story-box .gform_wrapper ul li input[type="email"], .share-story-box .gform_wrapper ul li input[type="month"], .share-story-box .gform_wrapper ul li input[type="number"], .share-story-box .gform_wrapper ul li input[type="password"], .share-story-box .gform_wrapper ul li input[type="search"], .share-story-box .gform_wrapper ul li input[type="tel"], .share-story-box .gform_wrapper ul li input[type="text"], .share-story-box .gform_wrapper ul li input[type="time"], .share-story-box .gform_wrapper ul li input[type="url"], .share-story-box .gform_wrapper ul li input[type="week"], .share-story-box .gform_wrapper ul li input:not([type]), .share-story-box .gform_wrapper ul li textarea {
        display: block;
        width: 100%; }
      .share-story-box .gform_wrapper ul li input[type=file]:hover + .btn {
        color: #d95836;
        background: #ffffff; }
      .share-story-box .gform_wrapper ul li input[type=file] ~ .validation_message {
        background: none; }

section.foldable {
  position: relative;
  overflow: hidden; }
  section.foldable .overlay.unfold {
    z-index: 50;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff 100%); }
    section.foldable .overlay.unfold .btn {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      position: absolute;
      z-index: 3;
      left: 50%;
      bottom: 2rem; }
      section.foldable .overlay.unfold .btn i {
        margin: 0 0 0 10px; }

section.newsletter {
  position: relative;
  z-index: 2;
  padding: 3rem 0;
  background: #634663; }
  section.newsletter .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto; }
    section.newsletter .content .texts {
      padding-left: 100px;
      background: url("../png/newsletter.png") no-repeat left center;
      color: #ffffff; }
      section.newsletter .content .texts .title {
        line-height: 1.2;
        font-size: 2.25rem;
        font-weight: 300; }
    section.newsletter .content .gform_wrapper {
      position: relative;
      z-index: 2;
      flex: 0 1 370px; }
      section.newsletter .content .gform_wrapper ul {
        padding: 0; }
        section.newsletter .content .gform_wrapper ul li {
          display: block;
          padding: 5px 1rem;
          background: #ffffff; }
          section.newsletter .content .gform_wrapper ul li label {
            display: none; }
          section.newsletter .content .gform_wrapper ul li input[type="color"], section.newsletter .content .gform_wrapper ul li input[type="date"], section.newsletter .content .gform_wrapper ul li input[type="datetime"], section.newsletter .content .gform_wrapper ul li input[type="datetime-local"], section.newsletter .content .gform_wrapper ul li input[type="email"], section.newsletter .content .gform_wrapper ul li input[type="month"], section.newsletter .content .gform_wrapper ul li input[type="number"], section.newsletter .content .gform_wrapper ul li input[type="password"], section.newsletter .content .gform_wrapper ul li input[type="search"], section.newsletter .content .gform_wrapper ul li input[type="tel"], section.newsletter .content .gform_wrapper ul li input[type="text"], section.newsletter .content .gform_wrapper ul li input[type="time"], section.newsletter .content .gform_wrapper ul li input[type="url"], section.newsletter .content .gform_wrapper ul li input[type="week"], section.newsletter .content .gform_wrapper ul li input:not([type]), section.newsletter .content .gform_wrapper ul li textarea {
            display: block;
            height: 50px;
            background: none;
            border: 0; }
            section.newsletter .content .gform_wrapper ul li input[type="color"]:focus, section.newsletter .content .gform_wrapper ul li input[type="date"]:focus, section.newsletter .content .gform_wrapper ul li input[type="datetime"]:focus, section.newsletter .content .gform_wrapper ul li input[type="datetime-local"]:focus, section.newsletter .content .gform_wrapper ul li input[type="email"]:focus, section.newsletter .content .gform_wrapper ul li input[type="month"]:focus, section.newsletter .content .gform_wrapper ul li input[type="number"]:focus, section.newsletter .content .gform_wrapper ul li input[type="password"]:focus, section.newsletter .content .gform_wrapper ul li input[type="search"]:focus, section.newsletter .content .gform_wrapper ul li input[type="tel"]:focus, section.newsletter .content .gform_wrapper ul li input[type="text"]:focus, section.newsletter .content .gform_wrapper ul li input[type="time"]:focus, section.newsletter .content .gform_wrapper ul li input[type="url"]:focus, section.newsletter .content .gform_wrapper ul li input[type="week"]:focus, section.newsletter .content .gform_wrapper ul li input:not([type]):focus, section.newsletter .content .gform_wrapper ul li textarea:focus {
              box-shadow: none;
              outline: none; }
          section.newsletter .content .gform_wrapper ul li .validation_message {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            font-size: 14px;
            padding: 5px 10px;
            color: #ffffff;
            background: #d95836; }
      section.newsletter .content .gform_wrapper .gform_body {
        position: relative; }
      section.newsletter .content .gform_wrapper .gform_footer {
        position: absolute;
        bottom: 5px;
        right: 5px; }
        section.newsletter .content .gform_wrapper .gform_footer:after {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          position: absolute;
          z-index: 2;
          top: 50%;
          left: 50%;
          display: block;
          font-family: FontAwesome, sans-serif;
          content: '\f054';
          font-size: 24px;
          color: #ffffff;
          text-indent: 0;
          pointer-events: none; }
        section.newsletter .content .gform_wrapper .gform_footer .button {
          height: 50px;
          width: 50px;
          margin: 0;
          background: #e8ad10;
          text-indent: -999rem; }
          section.newsletter .content .gform_wrapper .gform_footer .button:hover {
            background: #d95836; }
      section.newsletter .content .gform_wrapper .validation_error {
        margin-bottom: .5rem;
        font-size: 14px;
        color: #ffffff; }
  section.newsletter .arrow {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    display: block;
    width: 40px;
    height: 20px; }
    section.newsletter .arrow polygon {
      fill: #f2f2f2; }
  @media (max-width: 1024px) {
    section.newsletter .content {
      width: auto; } }
  @media (max-width: 768px) {
    section.newsletter .content {
      display: block; }
      section.newsletter .content .texts {
        margin-bottom: 1rem; }
        section.newsletter .content .texts .title {
          font-size: 1.5rem;
          font-weight: 700; } }

section.sponsors {
  padding: 80px 0;
  border-top: 3px solid #f2f2f2;
  background: #fff; }
  section.sponsors header.section {
    margin-bottom: 3rem;
    text-align: center; }
    section.sponsors header.section .title {
      line-height: 1.1;
      font-size: 2.5rem;
      text-transform: uppercase;
      color: #634663; }
  section.sponsors footer.section {
    padding-top: 1rem;
    text-align: center; }
    section.sponsors footer.section .btn i {
      margin: 0 0 0 10px; }
  section.sponsors .items {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 1rem; }
    section.sponsors .items.i1 .slide {
      min-height: 200px; }
      section.sponsors .items.i1 .slide img {
        max-width: 100%; }
    section.sponsors .items.i2 .slide {
      min-height: 180px; }
      section.sponsors .items.i2 .slide img {
        max-width: 80%; }
    section.sponsors .items.i3 .slide {
      min-height: 160px; }
      section.sponsors .items.i3 .slide img {
        max-width: 60%; }
    section.sponsors .items.i4 .slide {
      min-height: 140px; }
      section.sponsors .items.i4 .slide img {
        max-width: 40%; }
    section.sponsors .items.i5 .slide {
      min-height: 120px; }
      section.sponsors .items.i5 .slide img {
        max-width: 20%; }
    section.sponsors .items .slide {
      display: flex;
      align-items: center;
      padding: 0 40px;
      min-height: 200px; }
      section.sponsors .items .slide img {
        width: auto;
        max-width: 100%;
        margin: 0 auto; }
    section.sponsors .items .wrap {
      display: flex;
      justify-content: center; }
  section.sponsors .owl-nav .owl-prev,
  section.sponsors .owl-nav .owl-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    background: #634663;
    border-radius: 50%; }
    section.sponsors .owl-nav .owl-prev:hover,
    section.sponsors .owl-nav .owl-next:hover {
      background: #d95836; }
    section.sponsors .owl-nav .owl-prev i,
    section.sponsors .owl-nav .owl-next i {
      margin: 0;
      line-height: 45px;
      font-size: 24px;
      color: #ffffff; }
  section.sponsors .owl-nav .owl-prev {
    left: -3rem; }
  section.sponsors .owl-nav .owl-next {
    right: -3rem; }
  @media (max-width: 768px) {
    section.sponsors {
      padding: 3rem 0; }
      section.sponsors .items {
        padding: 0; }
        section.sponsors .items .slide {
          padding: 0 10px; }
      section.sponsors .owl-nav {
        padding-top: 1.5rem;
        text-align: center; }
        section.sponsors .owl-nav .owl-prev,
        section.sponsors .owl-nav .owl-next {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          -webkit-transform: none;
                  transform: none;
          margin: 0 10px; } }

section.social-media {
  padding: 2rem 0; }
  section.social-media #instafeed {
    margin: 0 15%; }
    section.social-media #instafeed::after {
      clear: both;
      content: "";
      display: table; }
    section.social-media #instafeed a {
      position: relative;
      z-index: 1;
      display: block;
      float: left;
      width: 14.28571%;
      text-decoration: none; }
      section.social-media #instafeed a:before {
        position: absolute;
        z-index: 2;
        top: 10px;
        right: 10px;
        display: block;
        content: "\f16d";
        font-family: FontAwesome, sans-serif;
        font-size: 1.25rem;
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        text-decoration: none; }
      section.social-media #instafeed a img {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: auto; }
    @media (max-width: 1024px) {
      section.social-media #instafeed {
        margin: 0; } }
    @media (max-width: 768px) {
      section.social-media #instafeed a {
        width: 33.33333%; } }
  section.social-media .flex {
    display: flex; }
    section.social-media .flex .col.c1 {
      flex: 2; }
    section.social-media .flex .col.c2 {
      flex: 1;
      padding-left: 3rem; }
    @media (max-width: 768px) {
      section.social-media .flex {
        display: block; }
        section.social-media .flex .col.c1 {
          margin-bottom: 2rem; }
        section.social-media .flex .col.c2 {
          padding-left: 0; } }

.home section.hero {
  visibility: hidden; }
  .home section.hero.ready {
    visibility: visible; }
  .home section.hero .items {
    display: flex;
    transition: min-height .3s; }
    .home section.hero .items .item {
      position: relative;
      flex: 0 0 100px;
      z-index: 1;
      z-index: 2;
      z-index: 3;
      z-index: 4;
      z-index: 5; }
      .home section.hero .items .item::after {
        clear: both;
        content: "";
        display: table; }
      .home section.hero .items .item.i1 header.tab {
        background: #d95836; }
      .home section.hero .items .item.i1 .bg .overlay {
        background: linear-gradient(90deg, #d95836, rgba(217, 88, 54, 0)); }
      .home section.hero .items .item.i1 .post-content h2, .home section.hero .items .item.i1 .post-content h3 {
        color: #d95836; }
      .home section.hero .items .item.i1 .post-content .btn.ghost, .home section.hero .items .item.i1 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i1 .post-content .btn.button {
        border-color: #d95836;
        color: #d95836; }
        .home section.hero .items .item.i1 .post-content .btn.ghost:hover, .home section.hero .items .item.i1 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button:hover, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i1 .post-content .btn.button:hover {
          background: #d95836;
          color: #ffffff; }
      .home section.hero .items .item.i2 header.tab {
        background: #e8ad10; }
      .home section.hero .items .item.i2 .bg .overlay {
        background: linear-gradient(90deg, #e8ad10, rgba(232, 173, 16, 0)); }
      .home section.hero .items .item.i2 .post-content h2, .home section.hero .items .item.i2 .post-content h3 {
        color: #e8ad10; }
      .home section.hero .items .item.i2 .post-content .btn.ghost, .home section.hero .items .item.i2 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i2 .post-content .btn.button {
        border-color: #e8ad10;
        color: #e8ad10; }
        .home section.hero .items .item.i2 .post-content .btn.ghost:hover, .home section.hero .items .item.i2 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button:hover, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i2 .post-content .btn.button:hover {
          background: #e8ad10;
          color: #ffffff; }
      .home section.hero .items .item.i3 header.tab {
        background: #a6aa13; }
      .home section.hero .items .item.i3 .bg .overlay {
        background: linear-gradient(90deg, #a6aa13, rgba(166, 170, 19, 0)); }
      .home section.hero .items .item.i3 .post-content h2, .home section.hero .items .item.i3 .post-content h3 {
        color: #a6aa13; }
      .home section.hero .items .item.i3 .post-content .btn.ghost, .home section.hero .items .item.i3 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i3 .post-content .btn.button {
        border-color: #a6aa13;
        color: #a6aa13; }
        .home section.hero .items .item.i3 .post-content .btn.ghost:hover, .home section.hero .items .item.i3 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button:hover, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i3 .post-content .btn.button:hover {
          background: #a6aa13;
          color: #ffffff; }
      .home section.hero .items .item.i4 header.tab {
        background: #2b8b92; }
      .home section.hero .items .item.i4 .bg .overlay {
        background: linear-gradient(90deg, #2b8b92, rgba(43, 139, 146, 0)); }
      .home section.hero .items .item.i4 .post-content h2, .home section.hero .items .item.i4 .post-content h3 {
        color: #2b8b92; }
      .home section.hero .items .item.i4 .post-content .btn.ghost, .home section.hero .items .item.i4 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i4 .post-content .btn.button {
        border-color: #2b8b92;
        color: #2b8b92; }
        .home section.hero .items .item.i4 .post-content .btn.ghost:hover, .home section.hero .items .item.i4 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button:hover, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i4 .post-content .btn.button:hover {
          background: #2b8b92;
          color: #ffffff; }
      .home section.hero .items .item.i5 header.tab {
        background: #634663; }
      .home section.hero .items .item.i5 .bg .overlay {
        background: linear-gradient(90deg, #634663, rgba(99, 70, 99, 0)); }
      .home section.hero .items .item.i5 .post-content h2, .home section.hero .items .item.i5 .post-content h3 {
        color: #634663; }
      .home section.hero .items .item.i5 .post-content .btn.ghost, .home section.hero .items .item.i5 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i5 .post-content .btn.button {
        border-color: #634663;
        color: #634663; }
        .home section.hero .items .item.i5 .post-content .btn.ghost:hover, .home section.hero .items .item.i5 .post-content .share-story-box .gform_wrapper .gform_footer .btn.button:hover, .share-story-box .gform_wrapper .gform_footer .home section.hero .items .item.i5 .post-content .btn.button:hover {
          background: #634663;
          color: #ffffff; }
      .home section.hero .items .item.active {
        flex: 1;
        z-index: 10; }
        .home section.hero .items .item.active header.tab {
          background-color: transparent; }
      .home section.hero .items .item header.tab {
        transition: background-color .5s;
        position: relative;
        z-index: 3;
        float: left;
        width: 100px;
        height: 100%;
        margin-right: -100px;
        padding: 1rem 0;
        cursor: pointer; }
        .home section.hero .items .item header.tab .title {
          margin: 0;
          font-size: 20px;
          line-height: 1;
          color: #ffffff;
          white-space: nowrap; }
        .home section.hero .items .item header.tab figure {
          margin-bottom: 2rem; }
          .home section.hero .items .item header.tab figure img {
            display: block;
            margin: 0 auto; }
        .home section.hero .items .item header.tab canvas {
          display: block;
          margin: 0 auto; }
      .home section.hero .items .item .body {
        transition: width .5s;
        position: relative;
        z-index: 2;
        float: left;
        padding-left: 100px;
        width: 0;
        overflow: hidden; }
        .home section.hero .items .item .body .post-content {
          position: relative;
          z-index: 2;
          padding: 2rem 2rem 2rem calc(30% + 4rem - 100px); }
          .home section.hero .items .item .body .post-content h2, .home section.hero .items .item .body .post-content h3 {
            text-transform: uppercase; }
          .home section.hero .items .item .body .post-content h2 {
            font-size: 36px;
            font-weight: 300; }
          .home section.hero .items .item .body .post-content h3 {
            font-size: 26px; }
          .home section.hero .items .item .body .post-content section.twitter-feed {
            margin-bottom: 1rem;
            border-bottom: 1px dashed #afafaf; }
            .home section.hero .items .item .body .post-content section.twitter-feed [id^="social-feed-container-"] {
              width: auto !important;
              text-align: left !important; }
              .home section.hero .items .item .body .post-content section.twitter-feed [id^="social-feed-container-"] .grid-item {
                margin-bottom: 2em; }
                .home section.hero .items .item .body .post-content section.twitter-feed [id^="social-feed-container-"] .grid-item:last-child {
                  margin-bottom: 0; }
                .home section.hero .items .item .body .post-content section.twitter-feed [id^="social-feed-container-"] .grid-item .social-feed-element {
                  background: none !important;
                  box-shadow: none !important; }
                  .home section.hero .items .item .body .post-content section.twitter-feed [id^="social-feed-container-"] .grid-item .social-feed-element .content {
                    padding: 0; }
                  .home section.hero .items .item .body .post-content section.twitter-feed [id^="social-feed-container-"] .grid-item .social-feed-element .attachment {
                    display: none; }
            .home section.hero .items .item .body .post-content section.twitter-feed footer {
              padding: 1rem 0; }
              .home section.hero .items .item .body .post-content section.twitter-feed footer a {
                font-weight: 700;
                text-decoration: none; }
          .home section.hero .items .item .body .post-content section.recent-news .posts.type-post {
            margin-bottom: 1.5rem;
            border-bottom: 1px dashed #afafaf; }
            .home section.hero .items .item .body .post-content section.recent-news .posts.type-post article {
              padding: 1rem 0; }
              .home section.hero .items .item .body .post-content section.recent-news .posts.type-post article time {
                display: block;
                margin-bottom: .5rem;
                font-size: 14px; }
              .home section.hero .items .item .body .post-content section.recent-news .posts.type-post article .excerpt p {
                margin: 0; }
              .home section.hero .items .item .body .post-content section.recent-news .posts.type-post article .more {
                display: block;
                font-weight: 700; }
          .home section.hero .items .item .body .post-content section.recent-news .posts.type-event {
            margin-bottom: 1rem; }
            .home section.hero .items .item .body .post-content section.recent-news .posts.type-event::after {
              clear: both;
              content: "";
              display: table; }
            .home section.hero .items .item .body .post-content section.recent-news .posts.type-event article {
              display: inline-block;
              max-width: 33.33%;
              margin-right: 2rem;
              padding: 0.5rem 0;
              font-size: 16px;
              vertical-align: top; }
              .home section.hero .items .item .body .post-content section.recent-news .posts.type-event article:last-child {
                margin-right: 0; }
          .home section.hero .items .item .body .post-content section.recent-news .posts article .title {
            margin: 0;
            line-height: 1;
            font-size: 1rem; }
            .home section.hero .items .item .body .post-content section.recent-news .posts article .title a {
              color: #414042; }
              .home section.hero .items .item .body .post-content section.recent-news .posts article .title a:hover {
                color: #d95836; }
          .home section.hero .items .item .body .post-content section.recent-news footer {
            text-align: center; }
            .home section.hero .items .item .body .post-content section.recent-news footer a {
              font-weight: 700;
              text-decoration: none; }
      .home section.hero .items .item .bg {
        background: no-repeat center;
        background-size: cover;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30%; }
        .home section.hero .items .item .bg .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
  @media (max-width: 1024px) {
    .home section.hero .items .item {
      flex: 0 0 80px; }
      .home section.hero .items .item.i1 header.tab {
        background: #d95836; }
      .home section.hero .items .item.i2 header.tab {
        background: #e8ad10; }
      .home section.hero .items .item.i3 header.tab {
        background: #a6aa13; }
      .home section.hero .items .item.i4 header.tab {
        background: #2b8b92; }
      .home section.hero .items .item.i5 header.tab {
        background: #634663; }
      .home section.hero .items .item header.tab {
        width: 80px;
        margin-right: -80px; }
      .home section.hero .items .item .body {
        padding-left: 80px; }
        .home section.hero .items .item .body .post-content {
          margin-bottom: 200px;
          padding-left: 2rem; }
      .home section.hero .items .item .bg {
        width: auto;
        top: auto;
        height: 200px;
        right: 0; } }
  @media (max-width: 768px) {
    .home section.hero .items {
      display: block; }
      .home section.hero .items .item.active .bg {
        height: 200px; }
      .home section.hero .items .item header.tab {
        width: auto;
        margin: 0;
        padding: 1rem 2rem; }
        .home section.hero .items .item header.tab canvas {
          display: none; }
        .home section.hero .items .item header.tab figure,
        .home section.hero .items .item header.tab .title {
          display: inline-block !important;
          vertical-align: middle; }
        .home section.hero .items .item header.tab .title {
          position: relative !important; }
        .home section.hero .items .item header.tab figure {
          margin: 0 1rem 0 0; }
      .home section.hero .items .item .body {
        display: none;
        padding: 0; }
        .home section.hero .items .item .body .post-content {
          width: auto !important;
          margin: 0; }
      .home section.hero .items .item header.tab,
      .home section.hero .items .item .body {
        float: none;
        width: auto !important; }
      .home section.hero .items .item .bg {
        transition: height .4s;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        height: 0; } }
  @media (max-width: 480px) {
    .home section.hero .items .item header.tab {
      padding: 1rem; }
      .home section.hero .items .item header.tab figure {
        display: none !important; }
      .home section.hero .items .item header.tab .title {
        font-size: 14px; } }

.home section.about {
  position: relative;
  z-index: 2;
  padding: 40px 0; }
  .home section.about .content {
    width: 75%;
    margin: 0 auto; }
    .home section.about .content .flex {
      display: flex;
      align-items: center; }
      .home section.about .content .flex .col {
        padding: 0 3rem; }
        .home section.about .content .flex .col.i1 {
          flex: 1 1; }
        .home section.about .content .flex .col.i2 {
          flex: 2;
          border-left: 2px solid #634663; }
    .home section.about .content .title {
      margin: 0 0 1.5rem;
      font-weight: 300;
      text-transform: none;
      color: #634663;
      font-size: 2rem; }
      .home section.about .content .title span {
        font-size: 2.5rem;
        font-weight: 700; }
    .home section.about .content .btn.solid {
      background: #e8ad10; }
      .home section.about .content .btn.solid:hover {
        background: #d95836; }
      .home section.about .content .btn.solid i {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin-left: .5rem;
        margin-right: 0;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        border: 3px solid #fff;
        border-radius: 50%; }
  .home section.about .logo {
    display: block;
    max-width: 100%;
    max-height: 160px; }
  .home section.about .grid-container {
    position: relative;
    z-index: 3; }
  .home section.about .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0; }
    .home section.about .bg img {
      display: block;
      width: 100%; }
  @media (max-width: 1024px) {
    .home section.about .content {
      width: auto; } }
  @media (max-width: 768px) {
    .home section.about {
      background: no-repeat center;
      background-size: cover;
      padding: 3rem 0; }
      .home section.about .content {
        text-align: center; }
        .home section.about .content .flex {
          display: block; }
          .home section.about .content .flex .col {
            padding: 0; }
            .home section.about .content .flex .col.i1 {
              margin-bottom: 2rem; }
            .home section.about .content .flex .col.i2 {
              border: 0; }
        .home section.about .content .logo {
          margin: 0 auto; }
      .home section.about .bg {
        display: none; } }

.home section.events {
  background: no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 3;
  min-height: 550px;
  background: url("../jpg/events-bg.jpg") no-repeat center;
  background-size: cover; }
  .home section.events .items {
    position: relative;
    z-index: 2; }
    .home section.events .items .item {
      width: 45%;
      padding: 1.5rem 2rem;
      background: #ffffff;
      box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25); }
      .home section.events .items .item.i2, .home section.events .items .item.i3 {
        position: absolute;
        right: 0;
        min-height: 45%;
        max-height: 50%; }
        .home section.events .items .item.i2 .thumbnail, .home section.events .items .item.i3 .thumbnail {
          display: none; }
      .home section.events .items .item.i2 {
        top: 0; }
      .home section.events .items .item.i3 {
        bottom: 0; }
      .home section.events .items .item .title {
        line-height: 1; }
        .home section.events .items .item .title a {
          text-transform: uppercase;
          color: #634663; }
          .home section.events .items .item .title a:hover {
            color: #d95836; }
      .home section.events .items .item .date {
        display: block;
        margin-bottom: .5rem;
        text-transform: uppercase;
        color: #634663; }
      .home section.events .items .item .excerpt {
        margin-bottom: 1rem; }
        .home section.events .items .item .excerpt .more {
          text-transform: uppercase; }
      .home section.events .items .item .thumbnail {
        position: relative;
        background: no-repeat center;
        background-size: cover; }
        .home section.events .items .item .thumbnail:before {
          content: '';
          display: block;
          padding-top: 50%; }
        .home section.events .items .item .thumbnail.missing {
          background: url("../png/iupac-100-logo-2.png") no-repeat center #f2f2f2;
          background-size: auto; }
  .home section.events .grid-container {
    padding: 100px 0 100px 140px; }
  .home section.events header.section {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    width: 140px;
    background: #2b8b92; }
    .home section.events header.section .icon {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 100px; }
      .home section.events header.section .icon i {
        display: block;
        font-size: 60px;
        color: #ffffff; }
    .home section.events header.section .texts {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100px;
      text-align: center; }
      .home section.events header.section .texts .title {
        margin: 0;
        line-height: 1;
        color: #ffffff; }
        .home section.events header.section .texts .title.i1 {
          font-size: 39px;
          font-weight: 300; }
        .home section.events header.section .texts .title.i2 {
          font-size: 56px;
          font-weight: 700; }
          .home section.events header.section .texts .title.i2 + canvas {
            left: -10px; }
      .home section.events header.section .texts canvas {
        position: relative;
        display: inline-block;
        vertical-align: bottom; }
  @media (max-width: 1024px) {
    .home section.events .items::after {
      clear: both;
      content: "";
      display: table; }
    .home section.events .items .item.i1 {
      width: auto;
      margin-bottom: 1rem; }
    .home section.events .items .item.i2, .home section.events .items .item.i3 {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      width: 47.5%; }
    .home section.events .items .item.i2 {
      float: left; }
    .home section.events .items .item.i3 {
      float: right; } }
  @media (max-width: 768px) {
    .home section.events {
      min-height: 0; }
      .home section.events .items .item.i2, .home section.events .items .item.i3 {
        float: none;
        width: auto; }
      .home section.events .items .item.i2 {
        margin-bottom: 1rem; }
      .home section.events header.section {
        width: 100px; }
        .home section.events header.section .icon {
          top: 3rem; }
        .home section.events header.section .texts {
          bottom: 3rem; }
      .home section.events .grid-container {
        padding: 3rem 0 3rem 100px; } }

.home section.sponsors {
  border-color: #fff; }

.archive .posts article.hentry,
.blog .posts article.hentry {
  margin-bottom: 2rem; }
  .archive .posts article.hentry::after,
  .blog .posts article.hentry::after {
    clear: both;
    content: "";
    display: table; }
  .archive .posts article.hentry a,
  .blog .posts article.hentry a {
    text-decoration: none;
    color: #d95836; }
    .archive .posts article.hentry a:hover,
    .blog .posts article.hentry a:hover {
      color: #634663; }
  .archive .posts article.hentry .post-thumbnail,
  .blog .posts article.hentry .post-thumbnail {
    float: left;
    width: 150px;
    margin-right: -150px; }
    .archive .posts article.hentry .post-thumbnail img,
    .blog .posts article.hentry .post-thumbnail img {
      display: block;
      width: 100%;
      height: auto; }
    .archive .posts article.hentry .post-thumbnail + .post-excerpt,
    .blog .posts article.hentry .post-thumbnail + .post-excerpt {
      margin-left: 180px; }
  .archive .posts article.hentry .post-title,
  .blog .posts article.hentry .post-title {
    margin-bottom: .5rem;
    text-transform: none;
    line-height: 1.1;
    font-weight: 700; }
  .archive .posts article.hentry .post-excerpt,
  .blog .posts article.hentry .post-excerpt {
    text-decoration: none;
    color: #414042; }
  .archive .posts article.hentry .body::after,
  .blog .posts article.hentry .body::after {
    clear: both;
    content: "";
    display: table; }

.single-chemist .flex::after {
  clear: both;
  content: "";
  display: table; }

.single-chemist .flex .col {
  float: left;
  width: 50%; }
  .single-chemist .flex .col.i1 {
    padding-right: 3rem; }

@media (max-width: 768px) {
  .single-chemist .flex {
    display: flex;
    flex-flow: column; }
    .single-chemist .flex .col {
      flex: 1;
      float: none;
      width: auto; }
      .single-chemist .flex .col.i1 {
        order: 2;
        padding-right: 0; }
      .single-chemist .flex .col.i2 {
        order: 1; } }

.single-chemist .post-content {
  padding-bottom: 2rem; }
  .single-chemist .post-content .wp-post-image {
    display: block;
    margin-bottom: 2rem; }
  .single-chemist .post-content .element {
    transition: all .5s;
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    line-height: 1;
    color: #fff;
    text-align: center;
    border: 1px solid #afafaf; }
    .single-chemist .post-content .element[data-index="1"] {
      background: #d95836; }
    .single-chemist .post-content .element[data-index="2"] {
      background: #d95836; }
    .single-chemist .post-content .element[data-index="3"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="4"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="5"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="6"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="7"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="8"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="9"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="10"] {
      background: #e8921c; }
    .single-chemist .post-content .element[data-index="11"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="12"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="13"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="14"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="15"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="16"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="17"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="18"] {
      background: #e8ad10; }
    .single-chemist .post-content .element[data-index="19"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="20"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="21"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="22"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="23"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="24"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="25"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="26"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="27"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="28"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="29"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="30"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="31"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="32"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="33"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="34"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="35"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="36"] {
      background: #cdad10; }
    .single-chemist .post-content .element[data-index="37"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="38"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="39"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="40"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="41"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="42"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="43"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="44"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="45"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="46"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="47"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="48"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="49"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="50"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="51"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="52"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="53"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="54"] {
      background: #a6aa13; }
    .single-chemist .post-content .element[data-index="55"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="56"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="57"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="58"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="59"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="60"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="61"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="62"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="63"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="64"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="65"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="66"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="67"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="68"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="69"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="70"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="71"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="72"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="73"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="74"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="75"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="76"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="77"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="78"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="79"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="80"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="81"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="82"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="83"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="84"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="85"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="86"] {
      background: #6ea148; }
    .single-chemist .post-content .element[data-index="87"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="88"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="89"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="90"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="91"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="92"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="93"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="94"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="95"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="96"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="97"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="98"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="99"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="100"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="101"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="102"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="103"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="104"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="105"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="106"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="107"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="108"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="109"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="110"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="111"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="112"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="113"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="114"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="115"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="116"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="117"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="118"] {
      background: #2b8b92; }
    .single-chemist .post-content .element[data-index="57"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="58"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="59"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="60"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="61"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="62"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="63"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="64"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="65"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="66"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="67"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="68"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="69"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="70"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="71"] {
      background: #32758e; }
    .single-chemist .post-content .element[data-index="89"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="90"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="91"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="92"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="93"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="94"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="95"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="96"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="97"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="98"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="99"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="100"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="101"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="102"] {
      background: #634663; }
    .single-chemist .post-content .element[data-index="103"] {
      background: #634663; }
    .single-chemist .post-content .element[href]:hover {
      color: #ffffff;
      border-color: #e8ad10;
      background: #e8ad10; }
    .single-chemist .post-content .element .symbol {
      padding: .75rem 0;
      font-size: 2.5rem;
      font-weight: 700; }
    .single-chemist .post-content .element .name {
      font-size: 14px; }
    .single-chemist .post-content .element .inside {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%; }
  .single-chemist .post-content .content h3 {
    color: #afafaf; }
  .single-chemist .post-content header.page {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-right: 120px;
    border-bottom: 1px solid #f2f2f2; }
    .single-chemist .post-content header.page .name {
      margin: 0;
      line-height: 1.2;
      color: #e8ad10; }
    .single-chemist .post-content header.page .affiliation,
    .single-chemist .post-content header.page .country,
    .single-chemist .post-content header.page .title {
      font-weight: 700;
      color: #634663; }
    .single-chemist .post-content header.page .flag {
      position: absolute;
      z-index: 2;
      right: 0;
      top: 0;
      width: 100px; }
      .single-chemist .post-content header.page .flag img {
        display: block;
        width: 100%; }

.single-chemist footer.page .flex {
  padding: 1rem 0; }
  .single-chemist footer.page .flex .col.i2 {
    text-align: right; }

.single-chemist footer.page ul {
  padding: 0; }
  .single-chemist footer.page ul li {
    display: inline-block;
    list-style: none; }
    .single-chemist footer.page ul li:after {
      display: inline-block;
      content: '| ';
      color: #afafaf; }
    .single-chemist footer.page ul li:last-child:after {
      display: none; }
    .single-chemist footer.page ul li i {
      margin-right: 10px;
      font-size: 1.25em; }

.single-chemist footer.page .video-link {
  font-weight: 700;
  color: #e8ad10;
  text-decoration: none; }
  .single-chemist footer.page .video-link:hover {
    color: #d95836; }

@media (max-width: 768px) {
  .single-chemist footer.page .flex .col.i1, .single-chemist footer.page .flex .col.i2 {
    text-align: center; }
  .single-chemist footer.page .flex .col.i2 {
    margin-bottom: 1rem; } }

.fancybox-slide .single-chemist {
  max-width: 980px; }

.single-story header.page {
  position: relative;
  z-index: 2;
  padding-right: 135px; }
  .single-story header.page .title {
    margin-bottom: 1rem; }
  .single-story header.page .authors {
    padding: 1rem;
    text-align: center;
    font-size: 14px;
    background: #e1ecee; }
    .single-story header.page .authors span {
      font-weight: 700;
      text-transform: uppercase;
      color: #afafaf; }
      .single-story header.page .authors span:last-child:after {
        display: none; }
      .single-story header.page .authors span:after {
        display: inline;
        content: '; '; }
  .single-story header.page .social-buttons {
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0; }
    .single-story header.page .social-buttons .action > a {
      transition: background-color .4s;
      position: relative;
      z-index: 1;
      display: block;
      width: 70px;
      height: 70px;
      background: #e8ad10; }
      .single-story header.page .social-buttons .action > a:hover {
        background: #b78a0c; }
      .single-story header.page .social-buttons .action > a img {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        pointer-events: none; }
  .single-story header.page .social-choices {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 70px;
    top: 0; }
    .single-story header.page .social-choices .popup {
      clear: right;
      position: absolute;
      right: 0;
      z-index: 10;
      display: none;
      width: 400px;
      height: 70px;
      padding: 5px;
      background: #f2f2f2; }
      .single-story header.page .social-choices .popup.like {
        top: 70px; }
        .single-story header.page .social-choices .popup.like .fb-like > span {
          max-width: 300px; }
      .single-story header.page .social-choices .popup .fb-like,
      .single-story header.page .social-choices .popup .dpArticleShare {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        z-index: 2;
        top: 50%;
        position: absolute !important;
        right: 2rem;
        top: 50% !important;
        left: auto !important; }
      .single-story header.page .social-choices .popup .dpArticleSocialShareTooltip {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: auto !important;
        left: 50% !important;
        top: calc(100% + 10px) !important; }
  @media (max-width: 768px) {
    .single-story header.page .social-buttons .action > a {
      width: 60px;
      height: 60px; }
      .single-story header.page .social-buttons .action > a img {
        width: 30px; }
    .single-story header.page .social-choices {
      right: 60px; }
      .single-story header.page .social-choices .popup {
        width: 300px;
        height: 120px; }
        .single-story header.page .social-choices .popup.like {
          top: 0; }
          .single-story header.page .social-choices .popup.like .fb-like > span {
            max-width: 250px; } }

.single-story .the-post section.section {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #f2f2f2; }
  .single-story .the-post section.section::after {
    clear: both;
    content: "";
    display: table; }
  .single-story .the-post section.section:last-child {
    border-bottom: 0; }
  .single-story .the-post section.section header.section {
    margin-bottom: 1rem; }
    .single-story .the-post section.section header.section .title {
      font-size: 1.75rem;
      color: #634663; }
      .single-story .the-post section.section header.section .title mark {
        display: inline-block;
        vertical-align: middle;
        width: 3rem;
        height: 3rem;
        margin-right: 1.25rem;
        line-height: 3rem;
        text-align: center;
        color: #ffffff;
        background: #634663;
        border-radius: 50%; }
  .single-story .the-post section.section .post-content strong {
    color: #634663; }

.single-story .the-post section.references {
  padding: 2rem 0; }
  .single-story .the-post section.references .title {
    margin-bottom: 2rem; }
  .single-story .the-post section.references ol {
    -webkit-column-count: 2;
            column-count: 2;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    color: #afafaf; }
    .single-story .the-post section.references ol li {
      padding: .25rem 0;
      list-style-position: inside; }
  @media (max-width: 768px) {
    .single-story .the-post section.references ol {
      -webkit-column-count: 1;
              column-count: 1; } }

.single-story .the-post section.citation .text {
  font-size: 80%; }

.archive .featured-posts,
.post-type-archive-story .featured-posts {
  margin: 0 0 1rem; }
  .archive .featured-posts .items,
  .post-type-archive-story .featured-posts .items {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px; }
  .archive .featured-posts article,
  .post-type-archive-story .featured-posts article {
    flex: 0 1 33.33%;
    margin-bottom: 40px; }
    .archive .featured-posts article.hidden,
    .post-type-archive-story .featured-posts article.hidden {
      display: none; }
      .archive .featured-posts article.hidden.on,
      .post-type-archive-story .featured-posts article.hidden.on {
        display: block; }
    .archive .featured-posts article .pad,
    .post-type-archive-story .featured-posts article .pad {
      position: relative;
      z-index: 1;
      height: 100%;
      margin: 0 20px;
      background: #e1ecee;
      border: 1px solid #e8e8e8;
      border-radius: 3px;
      overflow: hidden;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
    .archive .featured-posts article .thumbnail,
    .post-type-archive-story .featured-posts article .thumbnail {
      display: block;
      width: 100%; }
    .archive .featured-posts article .body,
    .post-type-archive-story .featured-posts article .body {
      padding: 1rem 2rem 60px; }
      .archive .featured-posts article .body .title,
      .post-type-archive-story .featured-posts article .body .title {
        margin: 0 0 .5rem;
        line-height: 1.1;
        font-size: 28px; }
        .archive .featured-posts article .body .title a,
        .post-type-archive-story .featured-posts article .body .title a {
          color: #414042;
          text-decoration: none; }
          .archive .featured-posts article .body .title a:hover,
          .post-type-archive-story .featured-posts article .body .title a:hover {
            color: #d95836; }
      .archive .featured-posts article .body .counter,
      .post-type-archive-story .featured-posts article .body .counter {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 17px;
        color: #e8ad10; }
      .archive .featured-posts article .body .excerpt,
      .post-type-archive-story .featured-posts article .body .excerpt {
        font-size: 0.88889rem; }
    .archive .featured-posts article footer,
    .post-type-archive-story .featured-posts article footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: .5rem 2rem;
      background: #ffffff; }
      .archive .featured-posts article footer::after,
      .post-type-archive-story .featured-posts article footer::after {
        clear: both;
        content: "";
        display: table; }
      .archive .featured-posts article footer time,
      .post-type-archive-story .featured-posts article footer time {
        float: left;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 24px;
        font-weight: 700;
        color: #afafaf; }
      .archive .featured-posts article footer .social,
      .post-type-archive-story .featured-posts article footer .social {
        float: right; }
        .archive .featured-posts article footer .social .buttons a,
        .post-type-archive-story .featured-posts article footer .social .buttons a {
          display: inline-block;
          vertical-align: middle;
          margin-left: .75rem; }
          .archive .featured-posts article footer .social .buttons a:first-child,
          .post-type-archive-story .featured-posts article footer .social .buttons a:first-child {
            margin-left: 0; }
          .archive .featured-posts article footer .social .buttons a:hover img,
          .post-type-archive-story .featured-posts article footer .social .buttons a:hover img {
            opacity: 1; }
          .archive .featured-posts article footer .social .buttons a img,
          .post-type-archive-story .featured-posts article footer .social .buttons a img {
            display: block;
            opacity: .5; }
        .archive .featured-posts article footer .social .choices,
        .post-type-archive-story .featured-posts article footer .social .choices {
          position: absolute;
          bottom: 100%;
          left: 0;
          right: 0; }
          .archive .featured-posts article footer .social .choices .popup,
          .post-type-archive-story .featured-posts article footer .social .choices .popup {
            padding: .5rem 2rem;
            background: #f2f2f2; }
            .archive .featured-posts article footer .social .choices .popup.off,
            .post-type-archive-story .featured-posts article footer .social .choices .popup.off {
              display: none; }
            .archive .featured-posts article footer .social .choices .popup.on,
            .post-type-archive-story .featured-posts article footer .social .choices .popup.on {
              display: block; }
            .archive .featured-posts article footer .social .choices .popup .dpArticleSocialShareTooltip,
            .post-type-archive-story .featured-posts article footer .social .choices .popup .dpArticleSocialShareTooltip {
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              left: 50% !important;
              bottom: calc(100% - 10px) !important; }
            .archive .featured-posts article footer .social .choices .popup .fb-like > span,
            .post-type-archive-story .featured-posts article footer .social .choices .popup .fb-like > span {
              width: 100% !important; }
    @media (max-width: 1024px) {
      .archive .featured-posts article,
      .post-type-archive-story .featured-posts article {
        flex: 0 0 50%; } }
    @media (max-width: 1024px) {
      .archive .featured-posts article,
      .post-type-archive-story .featured-posts article {
        flex: 0 0 100%; } }
  .archive .featured-posts .owl-nav .owl-prev,
  .archive .featured-posts .owl-nav .owl-next,
  .post-type-archive-story .featured-posts .owl-nav .owl-prev,
  .post-type-archive-story .featured-posts .owl-nav .owl-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    transition: left 1s, right 1s; }
    .archive .featured-posts .owl-nav .owl-prev.disabled,
    .archive .featured-posts .owl-nav .owl-next.disabled,
    .post-type-archive-story .featured-posts .owl-nav .owl-prev.disabled,
    .post-type-archive-story .featured-posts .owl-nav .owl-next.disabled {
      opacity: .2; }
    .archive .featured-posts .owl-nav .owl-prev i,
    .archive .featured-posts .owl-nav .owl-next i,
    .post-type-archive-story .featured-posts .owl-nav .owl-prev i,
    .post-type-archive-story .featured-posts .owl-nav .owl-next i {
      font-size: 28px;
      color: #634663; }
  .archive .featured-posts .owl-nav .owl-prev,
  .post-type-archive-story .featured-posts .owl-nav .owl-prev {
    left: -1.5rem; }
    .archive .featured-posts .owl-nav .owl-prev:hover,
    .post-type-archive-story .featured-posts .owl-nav .owl-prev:hover {
      left: -2rem; }
  .archive .featured-posts .owl-nav .owl-next,
  .post-type-archive-story .featured-posts .owl-nav .owl-next {
    right: -1.5rem; }
    .archive .featured-posts .owl-nav .owl-next:hover,
    .post-type-archive-story .featured-posts .owl-nav .owl-next:hover {
      right: -2rem; }

.archive .post-content,
.post-type-archive-story .post-content {
  margin-bottom: 2rem; }

.archive .community-stories,
.post-type-archive-story .community-stories {
  padding-top: 2rem;
  border-top: 2px solid #f2f2f2; }
  .archive .community-stories header.section,
  .post-type-archive-story .community-stories header.section {
    margin-bottom: 1rem; }
    .archive .community-stories header.section .title,
    .post-type-archive-story .community-stories header.section .title {
      margin: 0;
      font-size: 2rem;
      color: #634663; }
  .archive .community-stories .posts,
  .post-type-archive-story .community-stories .posts {
    margin-bottom: 2rem; }
    .archive .community-stories .posts article,
    .post-type-archive-story .community-stories .posts article {
      margin-bottom: 1rem; }
      .archive .community-stories .posts article a.read-more,
      .post-type-archive-story .community-stories .posts article a.read-more {
        text-decoration: none; }
        .archive .community-stories .posts article a.read-more:hover,
        .post-type-archive-story .community-stories .posts article a.read-more:hover {
          color: #634663; }

body.page-template-periodic-table .post-content .flexible-content.buttons {
  margin: 0; }
  body.page-template-periodic-table .post-content .flexible-content.buttons .items {
    padding: 0;
    background: none; }

body.page-template-periodic-table .post-content #pt-reveal-all {
  text-align: center; }
  @media (max-width: 768px) {
    body.page-template-periodic-table .post-content #pt-reveal-all {
      margin-bottom: 1rem; } }

body.page-template-periodic-table .post-content .periodic-table .cell.revealed:hover {
  z-index: 99; }

body.page-template-breakfast .the-breadcrumbs {
  border-bottom: 0; }

body.page-template-breakfast section.chemistry-breakfast {
  clear: both;
  margin-bottom: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  body.page-template-breakfast section.chemistry-breakfast .flex {
    display: flex;
    align-items: stretch; }
    body.page-template-breakfast section.chemistry-breakfast .flex .col {
      position: relative; }
      body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 {
        flex: 0 0 308px;
        background: #2b8b92; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 header.events {
          padding: 2.5rem 1.5rem; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 header.events .title {
            margin: 0;
            font-size: 17px;
            color: #ffffff;
            text-transform: uppercase;
            line-height: 1; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 footer.events {
          padding: 1.5rem; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 footer.events .btn {
            display: block;
            width: 100%; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul {
          height: 435px;
          overflow-y: auto;
          padding: 0;
          margin-bottom: 1rem; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li {
            display: block; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a {
              transition: background-color .4s;
              display: block;
              text-decoration: none;
              color: #ffffff; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a .title {
                line-height: 1;
                font-size: 1rem;
                color: #ffffff; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a .at {
                font-size: 12px; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a mark {
                position: absolute;
                left: 0;
                display: block;
                width: 32px;
                height: 32px;
                line-height: 32px;
                font-weight: 700;
                border-radius: 50%;
                text-align: center;
                color: #fff;
                background: rgba(255, 255, 255, 0.1); }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a.active, body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a:hover {
                background: rgba(0, 0, 0, 0.1); }
                body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a.active .inside, body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a:hover .inside {
                  border-color: transparent; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a.active .title {
                color: #e8ad10; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a.active mark {
                background: #e8ad10; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 ul li a .inside {
                position: relative;
                margin: 0 1.5rem;
                padding: 1.5rem 0 1.5rem 3rem;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter {
          padding: 1.5rem;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label {
            display: block;
            position: relative;
            z-index: 1; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label input {
              display: block;
              width: 100%;
              border-radius: 3px;
              background: none; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label input:focus {
                color: #e8ad10;
                border-color: #e8ad10; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label input::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.5); }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label input:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.5); }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label input::-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.5); }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label input::placeholder {
                color: rgba(255, 255, 255, 0.5); }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .filter label i {
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              position: absolute;
              z-index: 2;
              top: 50%;
              right: 1rem;
              padding: 0;
              color: #ffffff; }
      body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 {
        flex: 2;
        min-height: 500px; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 .acf-map {
          width: 100%;
          height: 100%; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 header.page {
          position: absolute;
          z-index: 2;
          top: 0;
          margin: 0;
          padding: 2.5rem;
          pointer-events: none; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 header.page .title,
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 header.page .subtitle {
            color: #414042; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 header.page .subtitle {
            text-transform: uppercase; }
      body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 {
        flex: 1;
        padding-bottom: 133px; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 header.selected-event {
          padding: 1.5rem; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 header.selected-event .btn {
            display: block;
            width: 100%; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article {
          padding: 1.5rem; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article header.event {
            position: relative;
            z-index: 2;
            margin-bottom: 1.5rem;
            padding-right: 70px; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article header.event .title {
              line-height: 1.1;
              font-size: 28px;
              color: #414042; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article header.event .venue {
              font-size: 1rem;
              color: #d95836; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article header.event .flag {
              position: absolute;
              top: 0;
              right: 0;
              width: 60px; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article header.event .flag img {
                display: block;
                width: 100%; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article footer.event {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1.5rem 2rem 2rem;
            border-top: 1px solid #f2f2f2; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article footer.event div.gallery {
              display: flex;
              justify-content: space-between;
              margin: 0 -5px; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article footer.event div.gallery a {
                position: relative;
                background: no-repeat center;
                background-size: cover;
                display: block;
                flex: 1 1 auto;
                margin: 0 5px; }
                body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article footer.event div.gallery a:before {
                  content: '';
                  display: block;
                  padding-top: 75%; }
                body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article footer.event div.gallery a.hidden {
                  display: none; }
                body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article footer.event div.gallery a .num-hidden {
                  -webkit-transform: translate(-50%, -50%);
                          transform: translate(-50%, -50%);
                  position: absolute;
                  z-index: 3;
                  top: 50%;
                  left: 50%;
                  pointer-events: none;
                  color: #ffffff; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview {
            margin-bottom: 2rem;
            background: #afafaf; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview.exists {
              position: relative; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview.exists:before {
                content: '';
                display: block;
                padding-top: 60%; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview.missing img {
              display: block;
              max-width: 100%; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .img {
              background: no-repeat center;
              background-size: cover; }
            body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .btn {
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              position: absolute;
              z-index: 3;
              top: 50%;
              left: 50%;
              padding: 0;
              display: block;
              width: 86px;
              height: 86px;
              border-radius: 50%;
              border: 3px solid #fff;
              background: rgba(255, 255, 255, 0.2);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .btn:hover {
                background: #ffffff; }
                body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .btn:hover i {
                  color: #2b8b92; }
              body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article figure.preview .btn i {
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                position: absolute;
                z-index: 3;
                top: 50%;
                left: 50%;
                display: block;
                font-size: 42px;
                color: #ffffff; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 article h5 {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            color: #afafaf; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 .reset-map {
          display: none;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 1.5rem; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 .reset-map .btn {
            display: block;
            width: 100%; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 .reset-map a {
            text-decoration: none; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 .call-to-action {
          font-size: 1.25em;
          font-weight: 700;
          color: #2b8b92; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 [id^="social-feed-container-"] .grid-item .social-feed-element {
          box-shadow: none !important; }
          body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 [id^="social-feed-container-"] .grid-item .social-feed-element .content {
            padding-left: 0;
            padding-right: 0; }

body.page-template-breakfast .gform_wrapper {
  margin: 0 auto 2rem; }

@media (max-width: 1024px) {
  body.page-template-breakfast section.chemistry-breakfast .flex {
    flex-wrap: wrap; }
    body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 {
      order: 3;
      flex: 0 0 100%;
      height: 400px;
      min-height: 0; }
      body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 header.page {
        top: auto;
        bottom: 0;
        padding: 1rem; }
        body.page-template-breakfast section.chemistry-breakfast .flex .col.c2 header.page .title {
          font-size: 1.5rem; } }

@media (max-width: 768px) {
  body.page-template-breakfast section.chemistry-breakfast .flex {
    flex-flow: column; }
    body.page-template-breakfast section.chemistry-breakfast .flex .col.c1, body.page-template-breakfast section.chemistry-breakfast .flex .col.c2, body.page-template-breakfast section.chemistry-breakfast .flex .col.c3 {
      flex: 1; }
    body.page-template-breakfast section.chemistry-breakfast .flex .col.c1 .event-list {
      height: 174px; } }

body.page-template-challenge #element-selector-popup .user-action,
body.page-template-challenge-nobelium #element-selector-popup .user-action {
  text-align: center; }

body.page-template-challenge #element-selector-popup .user-action .btn:disabled,
body.page-template-challenge-nobelium #element-selector-popup .user-action .btn:disabled {
  background: #f2f2f2; }

body.page-template-challenge #element-selector-popup .user-action .button-wrap,
body.page-template-challenge-nobelium #element-selector-popup .user-action .button-wrap {
  margin-bottom: .5rem; }

body.page-template-challenge #element-selector-popup .user-action .on-hover,
body.page-template-challenge #element-selector-popup .user-action .on-select,
body.page-template-challenge-nobelium #element-selector-popup .user-action .on-hover,
body.page-template-challenge-nobelium #element-selector-popup .user-action .on-select {
  display: none;
  font-weight: 700; }
  body.page-template-challenge #element-selector-popup .user-action .on-hover .selected,
  body.page-template-challenge #element-selector-popup .user-action .on-select .selected,
  body.page-template-challenge-nobelium #element-selector-popup .user-action .on-hover .selected,
  body.page-template-challenge-nobelium #element-selector-popup .user-action .on-select .selected {
    color: #a6aa13; }

body.page-template-challenge #element-selector-popup .user-action p,
body.page-template-challenge-nobelium #element-selector-popup .user-action p {
  margin: 0; }

body.page-template-challenge section.challenge .the-breadcrumbs,
body.page-template-challenge-nobelium section.challenge .the-breadcrumbs {
  border-bottom-color: #d9d9d9; }

body.page-template-challenge section.challenge .dialog,
body.page-template-challenge-nobelium section.challenge .dialog {
  display: none; }

body.page-template-challenge section.challenge.top,
body.page-template-challenge-nobelium section.challenge.top {
  background: #f2f2f2; }
  body.page-template-challenge section.challenge.top.round-1 #challenge-description,
  body.page-template-challenge-nobelium section.challenge.top.round-1 #challenge-description {
    padding-bottom: 3rem;
    padding-left: 25%;
    background: url("../png/challenge-desc-deco.png") no-repeat;
    background-size: 30% auto; }
  @media (max-width: 1280px) {
    body.page-template-challenge section.challenge.top.round-1 #challenge-description,
    body.page-template-challenge-nobelium section.challenge.top.round-1 #challenge-description {
      background-position: 0 2rem; } }
  @media (max-width: 1024px) {
    body.page-template-challenge section.challenge.top.round-1 #challenge-description,
    body.page-template-challenge-nobelium section.challenge.top.round-1 #challenge-description {
      padding-left: 0;
      background: none; } }
  @media (max-width: 768px) {
    body.page-template-challenge section.challenge.top.round-1 footer.description,
    body.page-template-challenge-nobelium section.challenge.top.round-1 footer.description {
      text-align: center; } }

body.page-template-challenge section.challenge.middle,
body.page-template-challenge-nobelium section.challenge.middle {
  padding: 3rem 0; }
  body.page-template-challenge section.challenge.middle header.section,
  body.page-template-challenge-nobelium section.challenge.middle header.section {
    margin-bottom: 2rem; }
    body.page-template-challenge section.challenge.middle header.section .title,
    body.page-template-challenge-nobelium section.challenge.middle header.section .title {
      color: #634663; }

body.page-template-challenge section.challenge.bottom,
body.page-template-challenge-nobelium section.challenge.bottom {
  padding: 2rem 0; }
  body.page-template-challenge section.challenge.bottom .post-content,
  body.page-template-challenge-nobelium section.challenge.bottom .post-content {
    border-bottom: 3px solid #f2f2f2; }
    body.page-template-challenge section.challenge.bottom .post-content:last-child,
    body.page-template-challenge-nobelium section.challenge.bottom .post-content:last-child {
      border-bottom: 0; }
    body.page-template-challenge section.challenge.bottom .post-content:first-child,
    body.page-template-challenge-nobelium section.challenge.bottom .post-content:first-child {
      padding-top: 0; }
  body.page-template-challenge section.challenge.bottom .twitter,
  body.page-template-challenge-nobelium section.challenge.bottom .twitter {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    body.page-template-challenge section.challenge.bottom .twitter header.twitter,
    body.page-template-challenge-nobelium section.challenge.bottom .twitter header.twitter {
      padding: .75rem 1rem;
      background: #e9e8ed; }
      body.page-template-challenge section.challenge.bottom .twitter header.twitter .flex,
      body.page-template-challenge-nobelium section.challenge.bottom .twitter header.twitter .flex {
        display: flex;
        align-items: center; }
        body.page-template-challenge section.challenge.bottom .twitter header.twitter .flex .col.c1,
        body.page-template-challenge-nobelium section.challenge.bottom .twitter header.twitter .flex .col.c1 {
          flex: 1; }
      body.page-template-challenge section.challenge.bottom .twitter header.twitter .title,
      body.page-template-challenge-nobelium section.challenge.bottom .twitter header.twitter .title {
        font-size: 20px; }
        body.page-template-challenge section.challenge.bottom .twitter header.twitter .title i,
        body.page-template-challenge-nobelium section.challenge.bottom .twitter header.twitter .title i {
          margin-right: 10px;
          color: #1da1f2; }
      body.page-template-challenge section.challenge.bottom .twitter header.twitter a,
      body.page-template-challenge-nobelium section.challenge.bottom .twitter header.twitter a {
        color: #634663;
        font-weight: 700;
        text-decoration: none; }
        body.page-template-challenge section.challenge.bottom .twitter header.twitter a:hover,
        body.page-template-challenge-nobelium section.challenge.bottom .twitter header.twitter a:hover {
          text-decoration: underline; }
    body.page-template-challenge section.challenge.bottom .twitter footer.twitter,
    body.page-template-challenge-nobelium section.challenge.bottom .twitter footer.twitter {
      display: none; }
    body.page-template-challenge section.challenge.bottom .twitter .twitter-feed,
    body.page-template-challenge-nobelium section.challenge.bottom .twitter .twitter-feed {
      background: #ffffff; }
      body.page-template-challenge section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"],
      body.page-template-challenge-nobelium section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: calc(100% + 3rem); }
        body.page-template-challenge section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"]::after,
        body.page-template-challenge-nobelium section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"]::after {
          clear: both;
          content: "";
          display: table; }
        body.page-template-challenge section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item,
        body.page-template-challenge-nobelium section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item {
          width: calc(50% - 2.25rem);
          float: left;
          margin-left: 1.5rem; }
          @media (max-width: 1024px) {
            body.page-template-challenge section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item,
            body.page-template-challenge-nobelium section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item {
              width: calc(100% - 3rem);
              float: left;
              margin-left: 1.5rem; } }
          @media (max-width: 768px) {
            body.page-template-challenge section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item,
            body.page-template-challenge-nobelium section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item {
              width: calc(50% - 2.25rem);
              float: left;
              margin-left: 1.5rem; } }
          @media (max-width: 480px) {
            body.page-template-challenge section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item,
            body.page-template-challenge-nobelium section.challenge.bottom .twitter .twitter-feed [id^="social-feed-container"] .grid-item {
              width: calc(100% - 3rem);
              float: left;
              margin-left: 1.5rem; } }

body.page-template-challenge section.challenge .post-content,
body.page-template-challenge-nobelium section.challenge .post-content {
  padding: 2rem 0; }
  body.page-template-challenge section.challenge .post-content h1, body.page-template-challenge section.challenge .post-content h2, body.page-template-challenge section.challenge .post-content h3, body.page-template-challenge section.challenge .post-content h4, body.page-template-challenge section.challenge .post-content h5, body.page-template-challenge section.challenge .post-content h6,
  body.page-template-challenge-nobelium section.challenge .post-content h1,
  body.page-template-challenge-nobelium section.challenge .post-content h2,
  body.page-template-challenge-nobelium section.challenge .post-content h3,
  body.page-template-challenge-nobelium section.challenge .post-content h4,
  body.page-template-challenge-nobelium section.challenge .post-content h5,
  body.page-template-challenge-nobelium section.challenge .post-content h6 {
    text-transform: none; }
  body.page-template-challenge section.challenge .post-content .cols iframe,
  body.page-template-challenge-nobelium section.challenge .post-content .cols iframe {
    display: block;
    width: 100%;
    height: auto; }
  body.page-template-challenge section.challenge .post-content ol,
  body.page-template-challenge-nobelium section.challenge .post-content ol {
    position: relative;
    z-index: 2;
    counter-reset: li;
    padding-left: 0; }
    body.page-template-challenge section.challenge .post-content ol:after,
    body.page-template-challenge-nobelium section.challenge .post-content ol:after {
      display: block;
      content: "";
      position: absolute;
      z-index: 1;
      left: calc(16px + 1rem);
      top: 32px;
      bottom: 32px;
      width: 4px;
      background: #a6aa13; }
    body.page-template-challenge section.challenge .post-content ol > li,
    body.page-template-challenge-nobelium section.challenge .post-content ol > li {
      position: relative;
      margin: 0 0 2rem 50px;
      padding: 0 1rem;
      list-style: none;
      font-weight: 700;
      font-size: 20px; }
      body.page-template-challenge section.challenge .post-content ol > li:before,
      body.page-template-challenge-nobelium section.challenge .post-content ol > li:before {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        z-index: 2;
        top: 50%;
        content: counter(li);
        counter-increment: li;
        left: -34px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        background: #a6aa13;
        border-radius: 50%; }
    @media (max-width: 768px) {
      body.page-template-challenge section.challenge .post-content ol > li,
      body.page-template-challenge-nobelium section.challenge .post-content ol > li {
        font-size: 16px; } }

body.page-template-challenge section.challenge .twitter [id^="social-feed-container-"],
body.page-template-challenge-nobelium section.challenge .twitter [id^="social-feed-container-"] {
  width: auto !important; }
  body.page-template-challenge section.challenge .twitter [id^="social-feed-container-"] .grid-item .social-feed-element,
  body.page-template-challenge-nobelium section.challenge .twitter [id^="social-feed-container-"] .grid-item .social-feed-element {
    box-shadow: none !important; }

body.page-template-challenge #challenge-map,
body.page-template-challenge-nobelium #challenge-map {
  height: 640px; }
  body.page-template-challenge #challenge-map iframe,
  body.page-template-challenge-nobelium #challenge-map iframe {
    display: block;
    width: 100%; }
  @media (max-width: 768px) {
    body.page-template-challenge #challenge-map,
    body.page-template-challenge-nobelium #challenge-map {
      height: 480px; } }
  @media (max-width: 480px) {
    body.page-template-challenge #challenge-map,
    body.page-template-challenge-nobelium #challenge-map {
      height: 360px; } }

body.page-template-challenge #challenge-quiz,
body.page-template-challenge-nobelium #challenge-quiz {
  display: none; }

body.page-template-challenge .grid-container > .flex,
body.page-template-challenge-nobelium .grid-container > .flex {
  display: flex; }
  body.page-template-challenge .grid-container > .flex > .col.c1,
  body.page-template-challenge-nobelium .grid-container > .flex > .col.c1 {
    flex: 1; }
  body.page-template-challenge .grid-container > .flex > .col.c2,
  body.page-template-challenge-nobelium .grid-container > .flex > .col.c2 {
    flex: 0 0 520px; }
  body.page-template-challenge .grid-container > .flex .the-post,
  body.page-template-challenge-nobelium .grid-container > .flex .the-post {
    padding-left: 0; }
  @media (max-width: 1280px) {
    body.page-template-challenge .grid-container > .flex > .col.c2,
    body.page-template-challenge-nobelium .grid-container > .flex > .col.c2 {
      flex: 0 0 360px; } }
  @media (max-width: 768px) {
    body.page-template-challenge .grid-container > .flex,
    body.page-template-challenge-nobelium .grid-container > .flex {
      display: block; }
      body.page-template-challenge .grid-container > .flex > .col.c1,
      body.page-template-challenge-nobelium .grid-container > .flex > .col.c1 {
        margin-bottom: 2rem; } }

body.page-template-challenge .challenge-sidebar,
body.page-template-challenge-nobelium .challenge-sidebar {
  position: relative;
  z-index: 3;
  min-height: 100%;
  margin-bottom: -48px;
  padding: 2rem;
  color: #ffffff;
  background: #634663 url("../png/sidebar-bg.png") repeat-y center top; }
  body.page-template-challenge .challenge-sidebar header,
  body.page-template-challenge-nobelium .challenge-sidebar header {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
    body.page-template-challenge .challenge-sidebar header .subtitle,
    body.page-template-challenge-nobelium .challenge-sidebar header .subtitle {
      font-size: 28px;
      font-weight: 400; }
    body.page-template-challenge .challenge-sidebar header:after,
    body.page-template-challenge-nobelium .challenge-sidebar header:after {
      position: absolute;
      bottom: 0;
      display: block;
      content: '';
      width: 100px;
      height: 1px;
      background: #ffffff; }
  body.page-template-challenge .challenge-sidebar.leaderboard,
  body.page-template-challenge-nobelium .challenge-sidebar.leaderboard {
    padding-bottom: 64px; }
    body.page-template-challenge .challenge-sidebar.leaderboard main.leaderboard,
    body.page-template-challenge-nobelium .challenge-sidebar.leaderboard main.leaderboard {
      max-width: none; }
      body.page-template-challenge .challenge-sidebar.leaderboard main.leaderboard .rank,
      body.page-template-challenge-nobelium .challenge-sidebar.leaderboard main.leaderboard .rank {
        color: #ffffff; }
      body.page-template-challenge .challenge-sidebar.leaderboard main.leaderboard ul li,
      body.page-template-challenge-nobelium .challenge-sidebar.leaderboard main.leaderboard ul li {
        border-bottom: 0; }
    body.page-template-challenge .challenge-sidebar.leaderboard footer,
    body.page-template-challenge-nobelium .challenge-sidebar.leaderboard footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: .75rem 0;
      background: #2b8b92;
      text-align: center; }
      body.page-template-challenge .challenge-sidebar.leaderboard footer a,
      body.page-template-challenge-nobelium .challenge-sidebar.leaderboard footer a {
        color: #ffffff;
        text-decoration: none; }
        body.page-template-challenge .challenge-sidebar.leaderboard footer a:hover,
        body.page-template-challenge-nobelium .challenge-sidebar.leaderboard footer a:hover {
          text-decoration: underline; }
      body.page-template-challenge .challenge-sidebar.leaderboard footer .sep,
      body.page-template-challenge-nobelium .challenge-sidebar.leaderboard footer .sep {
        color: rgba(255, 255, 255, 0.3); }
  body.page-template-challenge .challenge-sidebar.submit-entry .button-wrap .btn,
  body.page-template-challenge-nobelium .challenge-sidebar.submit-entry .button-wrap .btn {
    display: block;
    width: 100%; }
  @media (max-width: 768px) {
    body.page-template-challenge .challenge-sidebar,
    body.page-template-challenge-nobelium .challenge-sidebar {
      margin-bottom: 0; } }

.page-template-challenge-certificate .pt-challenge-certificate {
  margin-bottom: 2rem; }
  .page-template-challenge-certificate .pt-challenge-certificate embed {
    min-height: 900px; }

.page-template-challenge-certificate .share-notice {
  padding: 1rem;
  text-align: center;
  background: #f2f2f2; }
  .page-template-challenge-certificate .share-notice p {
    margin: 0; }
    .page-template-challenge-certificate .share-notice p a {
      text-decoration: none; }
      .page-template-challenge-certificate .share-notice p a:hover {
        color: #a6aa13; }
  .page-template-challenge-certificate .share-notice .dpArticleShare {
    display: inline-block !important;
    text-align: center; }

nav.pt-challenge {
  background: #a6aa13; }
  nav.pt-challenge ul {
    text-align: center; }
    nav.pt-challenge ul li {
      display: inline-block;
      line-height: 1;
      padding: 0 1rem; }
      nav.pt-challenge ul li.current-menu-item a {
        border-bottom-color: #ffffff; }
      nav.pt-challenge ul li a {
        display: block;
        padding: .75rem 0;
        text-transform: uppercase;
        font-weight: 700;
        color: #ffffff;
        border-bottom: 3px solid transparent; }
        nav.pt-challenge ul li a:hover {
          border-bottom-color: #ffffff; }

.challenge-entries {
  display: flex;
  margin: 0 -1rem;
  flex-flow: row wrap; }
  .challenge-entries .entry {
    flex: 0 0 20%;
    margin-bottom: 1.5rem; }
    .challenge-entries .entry[data-category="art"] .image .cat {
      background-color: #d95836; }
    .challenge-entries .entry[data-category="science"] .image .cat {
      background-color: #a6aa13; }
    .challenge-entries .entry[data-category="service-education"] .image .cat {
      background-color: #2b8b92; }
    .challenge-entries .entry .image {
      position: relative;
      background: no-repeat center;
      background-size: cover; }
      .challenge-entries .entry .image:before {
        content: '';
        display: block;
        padding-top: 65%; }
      .challenge-entries .entry .image .cat {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        color: #ffffff;
        border-radius: 10px; }
      .challenge-entries .entry .image .award {
        position: absolute;
        z-index: 10;
        top: -20px;
        right: -20px;
        display: block;
        width: 30%;
        min-width: 80px;
        pointer-events: none; }
    .challenge-entries .entry .bar {
      display: flex;
      justify-content: flex-end;
      padding: 10px;
      background: #f2f2f2; }
      .challenge-entries .entry .bar .stat {
        color: #afafaf; }
        .challenge-entries .entry .bar .stat i, .challenge-entries .entry .bar .stat .num {
          display: inline-block;
          vertical-align: middle;
          line-height: 1; }
        .challenge-entries .entry .bar .stat .num {
          font-weight: 700;
          font-size: 14px; }
        .challenge-entries .entry .bar .stat.views {
          flex: 1; }
        .challenge-entries .entry .bar .stat.votes {
          margin-left: 10px; }
    .challenge-entries .entry footer {
      position: relative;
      color: #414042; }
      .challenge-entries .entry footer.has-thumb {
        padding: 10px 10px 10px 65px; }
      .challenge-entries .entry footer.no-thumb {
        padding: 10px; }
      .challenge-entries .entry footer .title {
        font-size: 1rem; }
      .challenge-entries .entry footer .meta {
        font-size: 12px; }
        .challenge-entries .entry footer .meta .author .name {
          color: #d95836; }
      .challenge-entries .entry footer .thumb {
        position: absolute;
        z-index: 1;
        left: 0;
        width: 50px;
        height: 50px;
        background: no-repeat center;
        background-size: cover;
        border-radius: 50%; }
    .challenge-entries .entry a {
      text-decoration: none; }
    .challenge-entries .entry .pad {
      padding: 0 1rem; }
  @media (max-width: 1280px) {
    .challenge-entries .entry {
      flex: 0 0 25%; } }
  @media (max-width: 1024px) {
    .challenge-entries .entry {
      flex: 0 0 33.33333%; } }
  @media (max-width: 768px) {
    .challenge-entries .entry {
      flex: 0 0 50%; } }
  @media (max-width: 480px) {
    .challenge-entries {
      display: block;
      margin: 0; } }

main.leaderboard {
  max-width: 480px; }
  main.leaderboard ul.elements {
    padding: 0; }
    main.leaderboard ul.elements li {
      display: flex;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #f2f2f2; }
      main.leaderboard ul.elements li .element {
        position: relative;
        z-index: 2;
        overflow: hidden;
        width: 70px;
        height: 70px;
        text-align: center;
        color: #ffffff;
        border: 2px solid #fff; }
        main.leaderboard ul.elements li .element[data-index="1"] {
          background: #d95836; }
        main.leaderboard ul.elements li .element[data-index="2"] {
          background: #d95836; }
        main.leaderboard ul.elements li .element[data-index="3"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="4"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="5"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="6"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="7"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="8"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="9"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="10"] {
          background: #e8921c; }
        main.leaderboard ul.elements li .element[data-index="11"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="12"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="13"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="14"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="15"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="16"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="17"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="18"] {
          background: #e8ad10; }
        main.leaderboard ul.elements li .element[data-index="19"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="20"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="21"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="22"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="23"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="24"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="25"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="26"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="27"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="28"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="29"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="30"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="31"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="32"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="33"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="34"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="35"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="36"] {
          background: #cdad10; }
        main.leaderboard ul.elements li .element[data-index="37"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="38"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="39"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="40"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="41"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="42"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="43"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="44"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="45"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="46"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="47"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="48"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="49"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="50"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="51"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="52"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="53"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="54"] {
          background: #a6aa13; }
        main.leaderboard ul.elements li .element[data-index="55"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="56"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="57"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="58"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="59"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="60"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="61"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="62"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="63"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="64"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="65"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="66"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="67"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="68"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="69"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="70"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="71"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="72"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="73"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="74"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="75"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="76"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="77"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="78"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="79"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="80"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="81"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="82"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="83"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="84"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="85"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="86"] {
          background: #6ea148; }
        main.leaderboard ul.elements li .element[data-index="87"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="88"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="89"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="90"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="91"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="92"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="93"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="94"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="95"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="96"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="97"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="98"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="99"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="100"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="101"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="102"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="103"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="104"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="105"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="106"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="107"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="108"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="109"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="110"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="111"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="112"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="113"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="114"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="115"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="116"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="117"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="118"] {
          background: #2b8b92; }
        main.leaderboard ul.elements li .element[data-index="57"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="58"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="59"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="60"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="61"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="62"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="63"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="64"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="65"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="66"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="67"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="68"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="69"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="70"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="71"] {
          background: #32758e; }
        main.leaderboard ul.elements li .element[data-index="89"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="90"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="91"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="92"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="93"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="94"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="95"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="96"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="97"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="98"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="99"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="100"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="101"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="102"] {
          background: #634663; }
        main.leaderboard ul.elements li .element[data-index="103"] {
          background: #634663; }
        main.leaderboard ul.elements li .element .index {
          font-size: 10px;
          white-space: nowrap; }
        main.leaderboard ul.elements li .element .name {
          font-size: 8px;
          text-transform: lowercase; }
        main.leaderboard ul.elements li .element .symbol {
          padding: .15rem;
          font-weight: 700;
          font-size: 1.75rem; }
        main.leaderboard ul.elements li .element .index,
        main.leaderboard ul.elements li .element .symbol,
        main.leaderboard ul.elements li .element .name {
          line-height: 1; }
        main.leaderboard ul.elements li .element .content {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          position: absolute;
          z-index: 2;
          top: 50%;
          left: 50%; }
      main.leaderboard ul.elements li .num-players {
        color: #9cbdc3; }
      main.leaderboard ul.elements li .rank {
        font-size: 22px;
        font-weight: 700;
        background: none; }
      main.leaderboard ul.elements li .name {
        font-size: 20px;
        text-transform: lowercase; }
      main.leaderboard ul.elements li .points {
        font-weight: 700; }
      main.leaderboard ul.elements li .col {
        flex: 1; }
        main.leaderboard ul.elements li .col.c0 {
          max-width: 40px; }
        main.leaderboard ul.elements li .col.c1 {
          max-width: 90px; }
        main.leaderboard ul.elements li .col.c3 {
          text-align: right; }
      main.leaderboard ul.elements li.header {
        padding: 0;
        color: #9cbdc3;
        font-weight: 700; }
  @media (max-width: 480px) {
    main.leaderboard ul.elements li .element {
      width: 60px;
      height: 60px; }
      main.leaderboard ul.elements li .element .symbol {
        font-size: 1.5rem; }
    main.leaderboard ul.elements li .rank,
    main.leaderboard ul.elements li .name {
      font-size: 1rem; }
    main.leaderboard ul.elements li .col.c0 {
      max-width: 30px; }
    main.leaderboard ul.elements li .col.c1 {
      max-width: 80px; } }

.ui-dialog {
  max-width: 1200px;
  z-index: 10000 !important; }
  .ui-dialog header {
    margin-bottom: 1rem;
    text-align: center; }
    .ui-dialog header .title {
      font-size: 2rem;
      color: #634663; }
  .ui-dialog .form .row {
    margin-bottom: 1rem; }
    .ui-dialog .form .row label {
      display: block; }
      .ui-dialog .form .row label .label {
        display: block;
        font-size: 14px; }
  .ui-dialog .periodic-table {
    margin-bottom: 0; }
  .ui-dialog .ui-widget-header {
    border: 0;
    background: none; }
    .ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
      border: 0;
      background: none; }
      .ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-button-icon-primary {
        text-indent: 0; }
        .ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-button-icon-primary:before {
          font-family: FontAwesome, sans-serif;
          content: '\f00d';
          color: #afafaf; }
      .ui-dialog .ui-widget-header .ui-dialog-titlebar-close:hover .ui-button-icon-primary:before {
        color: #414042; }
  .ui-dialog #user-info-popup #user-result {
    display: none; }
    .ui-dialog #user-info-popup #user-result .your-score {
      margin-bottom: 2rem;
      text-align: center;
      font-size: 1.5rem; }
      .ui-dialog #user-info-popup #user-result .your-score mark {
        font-weight: 700;
        background: none;
        color: #a6aa13; }
    .ui-dialog #user-info-popup #user-result .close {
      text-align: center; }
  .ui-dialog #user-info-popup.switched-state #user-info {
    display: none; }
  .ui-dialog #user-info-popup.switched-state #user-result {
    display: block; }
  .ui-dialog #result-check-dialog {
    text-align: center; }
    .ui-dialog #result-check-dialog strong {
      color: #a6aa13; }
    .ui-dialog #result-check-dialog .response-content .message,
    .ui-dialog #result-check-dialog .response-content .error {
      font-size: 14px; }
      .ui-dialog #result-check-dialog .response-content .message p,
      .ui-dialog #result-check-dialog .response-content .error p {
        margin-bottom: 1rem; }
      .ui-dialog #result-check-dialog .response-content .message a,
      .ui-dialog #result-check-dialog .response-content .error a {
        color: #d95836;
        font-weight: 700; }
  .ui-dialog #leaderboard-popup ul.elements li mark.rank {
    color: #afafaf; }
  .ui-dialog .certificate-notice {
    margin-bottom: 1rem;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background: #f2f2f2; }
    .ui-dialog .certificate-notice p {
      margin-bottom: 1rem; }

.dialog {
  display: none; }

body.page-template-challenge-nobelium section.challenge.bottom {
  padding: 5rem 0; }
  body.page-template-challenge-nobelium section.challenge.bottom header.section {
    margin-bottom: 2rem; }
    body.page-template-challenge-nobelium section.challenge.bottom header.section .title {
      color: #634663; }
    body.page-template-challenge-nobelium section.challenge.bottom header.section .flex {
      display: flex; }
      body.page-template-challenge-nobelium section.challenge.bottom header.section .flex .col.c1 {
        flex: 1; }
    body.page-template-challenge-nobelium section.challenge.bottom header.section #entry-filter a {
      display: inline-block;
      padding: 5px 10px;
      color: #ffffff;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      border-radius: 10px;
      background: #afafaf;
      text-decoration: none; }
      body.page-template-challenge-nobelium section.challenge.bottom header.section #entry-filter a.active[data-category="art"] {
        background-color: #d95836; }
      body.page-template-challenge-nobelium section.challenge.bottom header.section #entry-filter a.active[data-category="science"] {
        background-color: #a6aa13; }
      body.page-template-challenge-nobelium section.challenge.bottom header.section #entry-filter a.active[data-category="service-education"] {
        background-color: #2b8b92; }
  body.page-template-challenge-nobelium section.challenge.bottom footer.section {
    text-align: center; }
  @media (max-width: 768px) {
    body.page-template-challenge-nobelium section.challenge.bottom header.section {
      text-align: center; }
      body.page-template-challenge-nobelium section.challenge.bottom header.section .flex {
        display: block; }
      body.page-template-challenge-nobelium section.challenge.bottom header.section .title {
        margin-bottom: 1rem; } }

body.page-template-challenge-nobelium .ui-dialog {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50% !important;
  max-width: 95%;
  max-height: 85%; }
  body.page-template-challenge-nobelium .ui-dialog #submit-entry-popup {
    width: 800px; }
    body.page-template-challenge-nobelium .ui-dialog #submit-entry-popup .cognito .c-forms-heading .c-forms-form-title {
      padding-top: 0; }

body.page-template-challenge-nobelium .challenge-sidebar {
  margin-bottom: 1.5rem;
  min-height: 0; }
  body.page-template-challenge-nobelium .challenge-sidebar main .description ul {
    margin-bottom: 1rem;
    padding: 0; }
    body.page-template-challenge-nobelium .challenge-sidebar main .description ul li {
      position: relative;
      z-index: 2;
      display: block;
      padding: .5rem 0 .5rem 34px; }
      body.page-template-challenge-nobelium .challenge-sidebar main .description ul li:before {
        position: absolute;
        top: .5rem;
        left: 0;
        z-index: 1;
        display: block;
        content: '';
        width: 26px;
        height: 26px;
        background: url("../png/check.png") no-repeat center; }
  body.page-template-challenge-nobelium .challenge-sidebar main .description p {
    margin-bottom: 1rem; }
  body.page-template-challenge-nobelium .challenge-sidebar main .button-wrap {
    margin-bottom: 1rem; }
  body.page-template-challenge-nobelium .challenge-sidebar main .link-to-rules a {
    text-decoration: none;
    font-weight: 700;
    color: #e8ad10; }
    body.page-template-challenge-nobelium .challenge-sidebar main .link-to-rules a:hover {
      color: #a6aa13; }

body.page-template-challenge-nobelium .how-to-sidebar {
  margin-bottom: -2rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12); }
  body.page-template-challenge-nobelium .how-to-sidebar header {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
    body.page-template-challenge-nobelium .how-to-sidebar header .title {
      font-size: 30px;
      color: #634663; }
    body.page-template-challenge-nobelium .how-to-sidebar header:after {
      position: absolute;
      bottom: 0;
      display: block;
      content: '';
      width: 100px;
      height: 1px;
      background: #634663; }
  body.page-template-challenge-nobelium .how-to-sidebar main {
    height: 220px;
    overflow: hidden; }
    body.page-template-challenge-nobelium .how-to-sidebar main .desc p {
      margin-bottom: 1rem;
      font-size: 14px; }

body.single-pt-challenge-entry header.page {
  padding-right: 70px; }
  body.single-pt-challenge-entry header.page .title {
    margin-bottom: 2rem;
    text-align: center; }
  body.single-pt-challenge-entry header.page .author {
    padding: 1rem;
    text-align: center;
    background: #e1ecee;
    font-size: 14px;
    color: #afafaf; }
    body.single-pt-challenge-entry header.page .author span, body.single-pt-challenge-entry header.page .author time {
      font-weight: 700;
      font-size: 1em;
      text-transform: uppercase;
      color: #afafaf; }
  body.single-pt-challenge-entry header.page .user-actions {
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0; }
    body.single-pt-challenge-entry header.page .user-actions .action > a {
      transition: background-color .4s;
      position: relative;
      z-index: 1;
      display: block;
      width: 70px;
      height: 70px;
      color: #ffffff; }
      body.single-pt-challenge-entry header.page .user-actions .action > a:hover {
        background: #b78a0c; }
      body.single-pt-challenge-entry header.page .user-actions .action > a i {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        pointer-events: none;
        font-size: 2rem; }
      body.single-pt-challenge-entry header.page .user-actions .action > a .num {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        position: absolute;
        z-index: 2;
        left: 50%;
        bottom: 5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1; }
      body.single-pt-challenge-entry header.page .user-actions .action > a .label {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 2px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none; }
    body.single-pt-challenge-entry header.page .user-actions .action.like > a {
      background: #d95836; }
    body.single-pt-challenge-entry header.page .user-actions .action.vote > a {
      background: #e8ad10; }
    body.single-pt-challenge-entry header.page .user-actions .action.unlike > a, body.single-pt-challenge-entry header.page .user-actions .action.unvote > a {
      background-color: #afafaf; }
  @media (max-width: 1024px) {
    body.single-pt-challenge-entry header.page .title {
      font-size: 40px; } }
  @media (max-width: 480px) {
    body.single-pt-challenge-entry header.page .title {
      font-size: 30px; } }

body.single-pt-challenge-entry .the-post {
  padding-right: 70px; }
  body.single-pt-challenge-entry .the-post .entry-details {
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden; }
    body.single-pt-challenge-entry .the-post .entry-details .images {
      display: flex;
      justify-content: space-between;
      margin: 0 -5px 20px; }
      body.single-pt-challenge-entry .the-post .entry-details .images figure {
        flex: 1;
        padding: 0 5px; }
        body.single-pt-challenge-entry .the-post .entry-details .images figure img {
          display: block;
          width: 100%; }
    body.single-pt-challenge-entry .the-post .entry-details .details ul {
      margin-bottom: 20px;
      padding: 0; }
      body.single-pt-challenge-entry .the-post .entry-details .details ul li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #f2f2f2; }
        body.single-pt-challenge-entry .the-post .entry-details .details ul li .label {
          font-weight: 700;
          font-size: 14px;
          line-height: 1;
          text-transform: uppercase;
          color: #afafaf; }
        body.single-pt-challenge-entry .the-post .entry-details .details ul li.country {
          position: relative;
          padding-right: 50px; }
          body.single-pt-challenge-entry .the-post .entry-details .details ul li.country .flag {
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            position: absolute;
            z-index: 2;
            top: 50%;
            background: no-repeat center;
            background-size: cover;
            right: 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #fff;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    body.single-pt-challenge-entry .the-post .entry-details .details figure.element {
      margin-bottom: -80px; }
      body.single-pt-challenge-entry .the-post .entry-details .details figure.element img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
    body.single-pt-challenge-entry .the-post .entry-details .link {
      position: relative;
      z-index: 5; }
      body.single-pt-challenge-entry .the-post .entry-details .link .btn {
        display: block;
        width: 100%; }
  body.single-pt-challenge-entry .the-post .post-content header.section .title {
    padding-left: 20px;
    border-left: 5px solid #e8ad10; }
  body.single-pt-challenge-entry .the-post section.description {
    margin-bottom: 40px; }

@media (max-width: 1024px) {
  body.single-pt-challenge-entry .c1,
  body.single-pt-challenge-entry .c2 {
    float: none;
    width: auto;
    margin: 0; }
  body.single-pt-challenge-entry .c1 {
    margin-bottom: 40px; }
  body.single-pt-challenge-entry .the-post > .grid-collapse {
    margin: 0;
    width: auto; } }

@media (max-width: 768px) {
  body.single-pt-challenge-entry .the-post {
    padding-left: 0;
    padding-right: 0; } }

/*# sourceMappingURL=theme.css.map */
