/*
  Project: inner-change
  Author:
 */
/**
* Converts Photoshop's letter spacing value to em
*
* @returns em
*/
/**
* Converts Photoshop's letter spacing value to em
*
* @returns px
*/
/**
* Converts pixels to ems
*
* @returns em
*/
/**
* Trigonometrical Function
*
*/
/*
 ** Common - Breakpoints definition
 ** -----------------------------------------------------------------------------*/
.c-section--orange-top:before, .c-section--orange-bottom:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sidebar {
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.c-box, .c-custom-dropdown, .sidebar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.45);
}
.c-card, .c-information, .wpcf7 .wpcf7-response-output, .c-mini-teaser__figure, .c-post__author-img, .c-profile__avatar-figure, .c-slider__link, .c-teaser__figure, .u-add-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45);
}
/*
 ** Setup - Animations
 ** -----------------------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/**
* Spin around
*
*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinAround {
  position: relative;
  -webkit-animation-name: spinAround;
          animation-name: spinAround;
}
@-webkit-keyframes expandAnimation {
  from {
    max-height: 0;
  }
  to {
    max-height: 400;
  }
}
@keyframes expandAnimation {
  from {
    max-height: 0;
  }
  to {
    max-height: 400;
  }
}
.animateExpand {
  -webkit-animation: expandAnimation 0.25s ease-in-out 1;
          animation: expandAnimation 0.25s ease-in-out 1;
}
/* 320px */
/* 480px */
/* 768px */
/* 1024px */
/* 1366px */
/* 1600px */
/*
 ** Set rules only for defined breakpoint name
 **
 ** @access public
 ** @param {breakpoint name} $breakpoint - Available breakpoint map
 **/
/*
 ** Set rules from defined breakpoint name
 **
 ** @access public
 ** @param {breakpoint name} $breakpoint - Available breakpoint map
 **/
/*
 ** Set rules up to defined breakpoint name
 **
 ** @access public
 ** @param {breakpoint name} $breakpoint - Available breakpoint map
 **/
/*
 ** Generate specified class for all breakpoints
 **
 ** @access public
 **/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}
/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE <10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
     * Add the correct display in IE <10.
     */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
     * Add the correct display and remove excess height in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}
/**
     * Add the correct display in IE <11, Safari <8, and Firefox <22.
     * 1. Add the correct display in IE.
     */
template,
[hidden] {
  display: none;
}
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox <40.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
     * Add the correct font style in Android <4.4.
     */
dfn {
  font-style: italic;
}
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}
/**
     * Add the correct background and color in IE <10.
     */
mark {
  background-color: #ff0;
  color: #000;
}
/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE <11.
     */
img {
  border-style: none;
}
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
       ========================================================================== */
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.5em 40px;
}
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
     * Show the overflow in IE.
     */
button {
  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 */
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}
/**
     * 1. Add the correct box sizing in IE <11.
     * 2. Remove the padding in IE <11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[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 OS X.
       */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
     * 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 */
}
/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
}
/**
     * Restore the font weight unset by a previous rule.
     */
optgroup {
  font-weight: bold;
}
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  background: none !important;
}
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}
/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}
/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}
/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

h1, h2,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 1.3rem;
}

h3, h4, h5, h6 {
	margin-bottom: 0.2rem;
	font-weight:400;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 1rem;
}
button {
  cursor: pointer;
}
/*
 ** Element - Form Elements
 ** -----------------------------------------------------------------------------*/
form {
  display: block;
}
input,
textarea,
select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  padding: 2px 15px;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0;
  color: #464646;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 1.4rem;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 1.4rem;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 1.4rem;
}
input:-moz-focusring, input::-moz-focus-inner,
textarea:-moz-focusring,
textarea::-moz-focus-inner,
select:-moz-focusring,
select::-moz-focus-inner {
  outline: none !important;
  text-shadow: 0 0 0 #000;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}
input[type="submit"] {
  display: inline-block;
  width: auto;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../assets/images/arrow-down.svg");
  background-size: 1.5rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
  text-overflow: ellipsis;
  word-wrap: nowrap;
}
select::-ms-expand {
  display: none;
}
select:required:invalid {
  color: #7d7d7d;
}
select.parsley-error:required:invalid {
  color: #D00;
}
option {
  padding: 0.1rem 1.5rem;
  color: #464646;
  background-color: #fff;
}
option[data-select-default-option] {
  display: none;
}
h1, h2 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1.3rem;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}

hr {
  background-color: #ccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 1.3rem auto;
}
a {
  color: #464646;
  text-decoration: none;
}
a:hover {
  color: #ef9219;
}
li {
  margin-bottom: 0rem;
  line-height: 1.2em;
}
li + li {
  margin-top: 1.3rem;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 1rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1rem;
  margin-left: 1rem;
}
/*
 ** Element - Mark Elements
 ** -----------------------------------------------------------------------------
mark {
  background: transparent;
  color: #e6a523;
  font-weight: bold;
}
h1 mark {
  font-weight: 400;
  color: currentColor;
}
h2 mark {
  font-weight: 400;
  color: currentColor;
}
h3 mark {
  font-weight: 400;
  color: currentColor;
}
h4 mark {
  font-weight: 400;
  color: currentColor;
}
h5 mark {
  font-weight: 400;
  color: currentColor;
}
h6 mark {
  font-weight: 400;
  color: currentColor;
}*/
html {
  background: #fff;
  color: #464646;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1366px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 22px;
  }
}

body {
  color: #464646;
}

/*
 ** Element - Table
 ** -----------------------------------------------------------------------------*/
table {
  table-layout: fixed;
  width: 100%;
  margin: 3rem auto;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.35);
}
@media only screen and (min-width: 768px) {
  table {
    table-layout: auto;
    width: auto;
  }
}
th,
td {
  border: 1px solid #aaa;
  vertical-align: top;
  box-sizing: border-box;
  padding: 5px;
}
/*
 ** Common - Icons
 ** -----------------------------------------------------------------------------*/
@font-face {
  font-family: 'iconfont';
  src: url("/wp-content/themes/x5-theme/dist/assets/fonts/iconfont.eot");
  src: url("/wp-content/themes/x5-theme/dist/assets/fonts/iconfont.eot?#iefix") format("eot"), url("/wp-content/themes/x5-theme/dist/assets/fonts/iconfont.woff") format("woff"), url("/wp-content/themes/x5-theme/dist/assets/fonts/iconfont.woff2") format("woff2"), url("/wp-content/themes/x5-theme/dist/assets/fonts/iconfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon, .c-form-search__field--iconed::before, .form__w7custom-checkbox input[type="checkbox"] + span::before, [id^="gform_wrapper"] input[type="checkbox"] + label::before, .c-list__item::before, .c-share-btns__link, .c-tile-box__list-item::before {
  display: inline-block;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--arrow-down::before {
  content: '\EA01';
}
.icon--arrow-left::before {
  content: '\EA02';
}
.icon--arrow-right::before {
  content: '\EA03';
}
.icon--dot::before {
  content: '\EA04';
}
.icon--facebook::before, .c-share-btns__link--facebook::before {
  content: '\EA05';
}
.icon--home::before {
  content: '\EA06';
}
.icon--house::before {
  content: '\EA07';
}
.icon--linkedin::before, .c-share-btns__link--linkedin::before {
  content: '\EA08';
}
.icon--mail::before, .c-share-btns__link--email::before {
  content: '\EA09';
}
.icon--pinterest-round::before, .c-share-btns__link--pinterest::before {
  content: '\EA0A';
}
.icon--pinterest::before {
  content: '\EA0B';
}
.icon--search-2::before, .c-form-search__field--iconed::before {
  content: '\EA0C';
}
.icon--search::before {
  content: '\EA0D';
}
.icon--tick::before, .form__w7custom-checkbox input[type="checkbox"] + span::before, [id^="gform_wrapper"] input[type="checkbox"] + label::before {
  content: '\EA0E';
}
.icon--twitter::before, .c-share-btns__link--twitter::before {
  content: '\EA0F';
}
.icon--youtube::before {
  content: '\EA10';
}
body {
  /*
  position: relative;
  background-image: url(../assets/images/bg_default-top.jpg), url(../assets/images/bg_default.jpg);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto;
  */
}
body::before {
  display: none;
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 400px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  min-height: 100vh;
  max-width: 1920px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}
@media only screen and (min-width: 480px) {
  body::before {
    bottom: 380px;
  }
}
@media only screen and (min-width: 1024px) {
  body::before {
    display: block;
    bottom: 400px;
  }
}
body.home {
  background-image: none;
}
body.home::before {
  display: none !important;
}
body.page-template-page-therapy-type-tpl::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.body-bag {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 1;
}

img.rounded {
	border-radius:30px;
	box-shadow:0 0 15px rgba(0,0,0,0.7);
}

@media only screen and (min-width:1024px){
	img.rounded {
	border-radius:60px;	
	}
}
.o-row {
  /*padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;*/
  max-width: 1560px;
  margin: 0 auto;
  clear:both;
}

.o-row:after {
	content:"";
	display:table;
	clear:both;
}

.o-row--reference {
  position: relative;
  overflow: visible;
}
.o-column {
  max-width: 83%;
}
.o-column--wide {
  max-width: 1360px;
}

.o-column-slim {
	max-width:70%
}


@media only screen and (max-width: 1700px){
	.o-row {
padding-left: 2rem;
padding-right: 2rem;
 
}

.o-column {
  max-width: 78%;
}

.o-column-slim {
	max-width:70%
}	
	
}

@media only screen and (max-width: 1023px){

.o-column {
  max-width: 100%;
}

.o-column-slim {
	max-width:100%
}
	
}

.o-column--sidebar {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .o-column--sidebar {
    max-width: 65%;
  }
}
.o-column--full {
  width: 100%;
  max-width: 100%;
}

.o-tile-wrapper {
  margin: 0px auto;
}
@media screen and (max-width: 1400px) {
  .o-tile-wrapper {
    margin-top: 20px;
  }
}

.o-list-bare {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 ** Object - Separator
 ** -----------------------------------------------------------------------------*/
.o-separator, .c-page-heading__separator, .c-page-heading__subcontent::before {
  display: inline-block;
  height: 90px;
  width: 1px;
  vertical-align: middel;
  background: -webkit-linear-gradient(bottom, rgba(103, 103, 103, 0), #464646 30%, #464646 70%, rgba(103, 103, 103, 0));
  background: linear-gradient(0deg, rgba(103, 103, 103, 0), #464646 30%, #464646 70%, rgba(103, 103, 103, 0));
}
.c-borders {
  overflow: hidden;
  border-radius: 10px;
}
.c-borders.expanded {
  border-radius: 25px;
}
@media only screen and (min-width: 480px) {
  .c-borders--responsive {
    border-radius: 15px;
  }
  .c-borders--responsive.expanded {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-borders--responsive {
    border-radius: 20px;
  }
  .c-borders--responsive.expanded {
    border-radius: 60px;
  }
}
.c-borders--only-left {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.c-box__title, .c-box__button {
  padding: 5px 0 5px 20px;
}
@media only screen and (min-width: 480px) {
  .c-box__title, .c-box__button {
    padding: 8px 0 8px 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-box__title, .c-box__button {
    padding: 10px 0 10px 50px;
  }
}
.c-box {
  display: block;
  border: 1px solid #7d7d7d;
  padding: 15px 0;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-transition: border-radius 0.2s linear;
  transition: border-radius 0.2s linear;
}
@media only screen and (min-width: 480px) {
  .c-box {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-box {
    padding: 25px 0;
    margin-bottom: 80px;
  }
}
.c-box__header {
  color: #fff;
  width: 100%;
}
.c-box__title {
  min-width: 200px;
  text-transform: uppercase;
  border-radius: 0 0 15px 0;
  background-color: #e6a523;
  float: left;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .c-box__title {
    min-width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-box__title {
    min-width: 400px;
  }
}
.c-box__button {
  border-radius: 15px 0 0 0;
  background-color: #e6a523;
  text-align: center;
  float: right;
  width: 50px;
  font-style: italic;
  cursor: pointer;
  font-weight: 800;
  padding-left: 0 !important;
}
@media only screen and (min-width: 480px) {
  .c-box__button {
    width: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-box__button {
    width: 100px;
  }
}
.c-box__button:before {
  content: '+';
}
.c-box.expanded .c-box__button:before {
  content: '-';
}
.c-box__expansion {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.1, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.1, 1);
}
.c-box.expanded .c-box__expansion {
  max-height: 5000px;
}
.c-box__content {
  padding: 15px 50px 15px 20px;
}
@media only screen and (min-width: 480px) {
  .c-box__content {
    padding: 20px 75px 20px 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-box__content {
    padding: 25px 100px 25px 50px;
  }
}
.c-box .c-box__content ul {
  margin: 0;
  padding:0 0 0 20px;
}
.c-box .c-box__content ul li {
  list-style-type: disc;
  color: #464646;
  margin: 0 0 15px 0;
  line-height: 1.1em;
  letter-spacing: normal;
}
@media only screen and (min-width: 480px) {
  .c-box .c-box__content ul li {
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .c-box .c-box__content ul li {
    letter-spacing: normal;
  }
}

@media only screen and (min-width: 480px) {
  .c-box .c-box__content ul li:before {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-box .c-box__content ul li:before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
.c-breadcrumbs {
  margin-top: 20px;
}
.c-breadcrumbs ul {
  margin: 0;
  list-style-type: none;
}
.c-breadcrumbs li {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: normal;
}
.c-breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #464646;
  display: inline-block;
  vertical-align: middle;
}
.c-breadcrumbs li:first-child:before {
  content: none;
}

.c-breadcrumbs a {
  display: inline-block;
  line-height: normal;
  color: #464646;
}
.c-breadcrumbs a span {
  display: inline-block;
  vertical-align: middle;
}
.c-breadcrumbs__home {
  color: #464646;
  font-size: 1rem;
}

.c-button {
  display: inline-block;
  padding:0.3em 1em;
  margin-bottom:1em;
  text-transform: uppercase;
  text-align: left;
  color: #fff!important;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  border-width: 1px;
  border-style: solid;
  font-size: 0.9rem;
  border-radius: 1.2em 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  background: #e6a523;
  border-color: #b39552 transparent transparent #b39552;
}

.c-button:hover {
  background-color: #d29418;
  color: #fff;
  text-decoration:none!important;
}

.c-button--sm {
  font-size: 0.75rem;
}

.c-button--lg {
  font-size: 1.35rem;
}

.c-button--simple {
  border-radius: 10px;
  text-transform: none;
  width: 100%;
  text-align: center !important;
}


.c-button--green {
  position: relative;
  padding:0.5em 2.5em 0.5em 1em;
  overflow: hidden;
  background: #9AB745;
  border-color: #89a242 #89a242 #9AB745 #9AB745;
}

.c-button--green:hover {
  background-color: #879f43;
}
.c-button--green:after {
  content: '';
  display: block;
  width: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #879f43;
  background-image: url(../assets/images/ico_button-arrow.svg);
  background-size:30%;
  background-position: center center;
  background-repeat: no-repeat;
}


.prev-next .c-button--green {
  padding: 0.5em 1em 0.5em 2.5em;
}

.prev-next .c-button--green:after {
  left: 0;
  transform:rotate(180deg);
}

.prev-next .c-button--green + .c-button--green {
	padding: 0.5em 2.5em 0.5em 1em;
}

.prev-next .c-button--green + .c-button--green:after {
	right:0;
	left:auto;
	transform:none;
}


.c-button__container--center {
  text-align: center;
}
.c-button__container--center .c-button {
  display: inline-block;
  margin-bottom:0;
}
/*
 ** Component - Buttons navigation
 ** -----------------------------------------------------------------------------*/
.c-buttons-nav {
  
  }
.c-buttons-nav > * {
  width: 100%;
   margin: 0 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .c-buttons-nav > * {
    float:left;
    width: 48%;
    margin-right: 2%;
  }

}
/*
 ** Component - Card
 ** -----------------------------------------------------------------------------*/
.c-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-card {
  position: relative;
  display: block;
  min-height: 40px;
  width: 100%;
  border: 1px solid #7d7d7d;
  border-radius: 60px;
  overflow: hidden;
  margin: 0 0 40px;
  background: #fff;
  color: #464646;
  font-size:0.875rem;
  line-height:1.2em;
  padding: 10px 0 65px 0;
}

.c-card p {
	margin-bottom:0.8rem;
}

@media only screen and (min-width: 480px) {
  .c-card {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .c-card {
    width: 47%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-card {
    width: 46%;
    margin-bottom: 85px;
    border-radius: 60px;
  }
}
.c-card--compact {
  padding: 10px 0;
}
@media only screen and (min-width: 480px) {
  .c-card--compact {
    padding: 20px 0;
  }
}
.c-card__figure {
  position: relative;
  display: block;
  margin: 0 40px;
}
.c-card__figure::after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 36%;
}
.c-card__figure-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.c-card__content {
  width: 100%;
  padding: 0 28px;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 480px) {
  .c-card__content {
    padding: 0 40px;
    margin-top: 30px;
  }
}
.c-card__who, .c-card__age, .c-card__type {
  display: block;
  margin: 0;
}
.c-card__who + .c-card__who, .c-card__age + .c-card__who, .c-card__type + .c-card__who, .c-card__who + .c-card__age, .c-card__age + .c-card__age, .c-card__type + .c-card__age, .c-card__who + .c-card__type, .c-card__age + .c-card__type, .c-card__type + .c-card__type {
  margin-top: 0.5rem;
}
.c-card__who, .c-card__age, .c-card__type {
  font-size: 1.125rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  .c-card__who, .c-card__age, .c-card__type {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-card__who, .c-card__age, .c-card__type {
    font-size: 1.75rem;
  }
}
.c-card__description {
  font-weight: 400;
  margin: 1rem 0 0 0;
}
.c-card__location {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 1.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .c-card__location {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-card__location {
    font-size: 1.5rem;
  }
}
.c-card__link {
  position: absolute;
  left: 58px;
  bottom: 0;
}
/*
 ** Component - Charts
 ** -----------------------------------------------------------------------------*/
.c-chart__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.c-chart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin-bottom: 50px;
  padding:0;
  text-align:center;
}
@media only screen and (min-width: 768px) {
  .c-chart {
    margin-bottom: 60px;
    padding: 0 20px;
  }
    .c-chart img{
    padding: 0 20px;
  }
}

.c-chart h3 {
	font-size:1.75rem;
	line-height:1em;
	margin-bottom:20px;
}

.c-chart__img {
  max-width: 100%;
  height: auto;
}
.c-container {
  display: block;
  margin: 0 auto;
  max-width: 1560px;
}
.c-container--md {
  max-width: 1280px;
}
.c-custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 200px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.c-custom-dropdown__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-custom-dropdown__select--options-lg {
  font-size: 1rem;
}
.c-custom-dropdown__select--normal {
  font-size: 0.8rem;
}
.c-custom-dropdown__text {
  padding: 0 20px 0 10px;
  width: 130px;
  text-align: left;
  text-transform: lowercase;
  display:block;
}
@media only screen and (min-width: 1024px) {
  .c-custom-dropdown__text--desktop-huge {
    padding-right: 42px;
    padding-left: 10px;
    width: 330px;
    letter-spacing: 0.2em;
  }
}
.c-custom-dropdown__triangle {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 6px solid #464646;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display:block;
}
@media only screen and (min-width: 1024px) {
  .c-custom-dropdown__triangle--desktop-huge {
    right: 16px;
    margin-top: -3px;
    border-top-width: 16px;
    border-left-width: 16px;
    border-right-width: 16px;
    pointer-events: none;
  }
}
.c-footer {
  border-top: 1px solid #ccc;
  font-size: 0.8rem;
  margin-top: 20px;
}
/*
 ** Component - Form filter
 ** -----------------------------------------------------------------------------*/
.form-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  vertical-align: middle;
}
.form-filter > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 1024px) {
  .form-filter {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}
.form-filter__label {
  display: inline-block;
  width: auto;
  margin: 0 2rem 1rem 0;
}
@media only screen and (min-width: 768px) {
  .form-filter__label {
    margin-bottom: 0;
  }
}
.form-filter__select {
  display: inline-block;
  width: 290px;
  max-width: 100%;
  line-height: 1.1;
}
.form-filter__btn {
  display: none;
}
/*
 ** Component - Form search
 ** -----------------------------------------------------------------------------*/
.c-form-search {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.c-form-search__field {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-form-search__field--iconed::before {
  font-size: 1.75rem;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #464646;
  pointer-events: none;
  z-index: 1;
}
.c-form-search__control {
  display: inline-block;
  width: 100%;
  margin: 0;
  box-shadow: none;
  border: 1px solid #7d7d7d;
  border-radius: 15px;
  height: 60px;
  font-size: 1.25rem;
}
.c-form-search__control::-webkit-input-placeholder {
  font-size: 1em;
}
.c-form-search__control::-moz-placeholder {
  font-size: 1em;
}
.c-form-search__control:-ms-input-placeholder {
  font-size: 1em;
}
.c-form-search__control::placeholder {
  font-size: 1em;
}
.c-form-search__field--iconed .c-form-search__control {
  padding-left: 75px;
}
.c-form-search__btn {
  position: absolute;
  width: 4rem;
  height: 99%;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 5;
  opacity: 0;
  overflow: hidden;
}
/*
 ** Component - Form
 ** -----------------------------------------------------------------------------*/
.form {
  width: auto;
  margin: 0;
  padding: 0;
}
.form__siblings-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .form__siblings-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .form__siblings-group > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.form__group {
  margin: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .form__siblings-group .form__group + .form__group {
    margin-left: 3rem;
  }
}
.form__group--submit {
  overflow: hidden;
  padding: 5px;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}
.form__group--submit .ajax-loader {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .form__group--submit {
    text-align: left;
  }
}
.form__label {
  display: block;
  position: relative;
  margin: 0 0 3px;
}
.form__field {
  position: relative;
}
.form__checkbox-label {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.033rem;
  padding: 0 0 0 4.5rem;
}
.form__w7custom-checkbox label {
  position: relative;
  display: block;
}
.form__w7custom-checkbox input[type="checkbox"] {
  display: none;
}
.form__w7custom-checkbox input[type="checkbox"] + span {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 4rem;
}
.form__w7custom-checkbox input[type="checkbox"] + span::before {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1em;
  position: absolute;
  z-index: 5;
  top: 0.5rem;
  left: 0.5rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.form__w7custom-checkbox input[type="checkbox"] + span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.form__w7custom-checkbox input[type="checkbox"]:checked + span::before {
  color: #879f43;
  opacity: 1;
}
/*
 ** Component - Gravity form plugin
 ** -----------------------------------------------------------------------------*/
[id^="gform_wrapper"] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
[id^="gform_wrapper"] form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
[id^="gform_wrapper"] ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[id^="gform_wrapper"] input[type="checkbox"] {
  display: none;
}
[id^="gform_wrapper"] input[type="checkbox"] + label {
  position: relative;
  display: block;
  margin: 0;
  padding: 3px 0 0 4rem;
}
[id^="gform_wrapper"] input[type="checkbox"] + label::before {
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
[id^="gform_wrapper"] input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
[id^="gform_wrapper"] input[type="checkbox"]:checked + label::before {
  color: #879f43;
  opacity: 1;
}
.gform_body {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gform_footer {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  text-align: right;
}
.gform_button,
input.gform_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background: #e6a523;
  font-weight: 800;
  color: #fff;
  padding:0.3em 1em;
  font-size: 1.125rem;
  border-width: 1px;
  border-style: solid;
  border-color: #b39552 transparent transparent #b39552;
  border-radius: 1.2em 0;
  box-shadow: 0px 1px 3px 0px #986d17;
  width: 100%;
  line-height:1;
}
.gform_button:hover,
input.gform_button:hover {
  background-color: #d29418;
}
@media only screen and (min-width: 768px) {
  .gform_button,
  input.gform_button {
    width: auto;
    font-size: 1.375rem;
    width: 200px;
    height: 45px;
  }
}
.gfield_label + .ginput_container_checkbox {
  margin-top: 2rem;
}
.gfield {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}
.gfield.gform_hidden {
  margin: 0;
  display: none;
}
.gfield_checkbox {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 3rem;
}
.gfield_label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 2px;
}
.input_container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.textarea {
  width: 100%;
  min-height: 200px;
  resize: vertical;
}
.validation_message {
  color: #FF0000;
  font-size: 0.8em;
  margin: 2px 0 0 0;
}
[aria-invalid="true"],
.LV_invalid_field {
  border-color: #FF0000;
}
.gform--contact-form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gform--contact-form ul > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.gform--contact-form .gfield:nth-of-type(1),
.gform--contact-form .gfield:nth-of-type(2),
.gform--contact-form .gfield:nth-of-type(3),
.gform--contact-form .gfield:nth-of-type(4) {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .gform--contact-form .gfield:nth-of-type(1),
  .gform--contact-form .gfield:nth-of-type(2),
  .gform--contact-form .gfield:nth-of-type(3),
  .gform--contact-form .gfield:nth-of-type(4) {
    width: 48%;
  }
}
.icon--xl {
  font-size: 2.0em;
}
.icon--xl-resp {
  font-size: 1.5em;
}
@media only screen and (min-width: 480px) {
  .icon--xl-resp {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .icon--xl-resp {
    font-size: 2.0em;
  }
}
/*
 ** Component - Images group
 ** -----------------------------------------------------------------------------*/
.c-images-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-images-group__item {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (min-width: 480px) {
  .c-images-group__item {
    width: 46%;
    margin: 30px 2%;
  }
}
@media only screen and (min-width: 768px) {
  .c-images-group__item {
    width: 30%;
    margin: 50px 1.5%;
  }
}
.c-images-group__item::after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding-top: 39%;
}
@media only screen and (min-width: 768px) {
  .c-images-group--irregular .c-images-group__item {
    width: auto;
    max-width: 30%;
    margin: 30px 2%;
    padding: 0 2rem;
  }
  .c-images-group--irregular .c-images-group__item::after {
    display: none;
  }
}
.c-images-group__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c-images-group--irregular .c-images-group__link {
    position: relative;
  }
}
.c-images-group__img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .c-images-group--irregular .c-images-group__img {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    left: 0;
  }
}
/*
 ** Component - Information
 ** -----------------------------------------------------------------------------*/
.c-information, .wpcf7 .wpcf7-response-output {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 10px 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1.125rem;
  border-radius: 10px;
  color: #464646;
}
/*
 ** Component - List
 ** -----------------------------------------------------------------------------*/
.c-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: disc;
  font-weight: 400;
  line-height: 1em;
  color: #464646;
  font-size: 1rem;
}

.c-list ul, ul.c-list {
  list-style: disc;
  margin:0.2rem 30px 1.3rem;
}

.c-list li {
	margin:0;
	padding:0;
}

.c-list__item + .c-list__item {
  margin-top: 0.6rem;
}

.c-list__item img {
	max-width:90%;
}

.c-list .c-list__program {
	list-style:none;
}

li.c-list__program + li.c-list__program {
	margin-top:1.5rem;
}

.c-list a {

}
.c-list a:hover {

}
.c-list--italic {
  font-style: italic;
}
.c-list--font-400 {
  font-weight: 400;
}
.c-list--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
@media only screen and (min-width: 768px) {
  .c-list--columns {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}
.c-list--force-font-size li, .c-list--force-font-size a {
  font-size: 1rem !important;
}
@media only screen and (min-width: 480px) {
  .c-list--force-font-size li, .c-list--force-font-size a {
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .c-list--force-font-size li, .c-list--force-font-size a {
    font-size: 1.75rem !important;
  }
}
.c-list__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.c-list__col + .c-list__col {
  margin: 1.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .c-list__col + .c-list__col {
    margin: 0 0 0 5rem;
  }
}

.c-list--indented {
  padding-left: 24px;
}


.c-list__link {
  color: currentColor;
}
.c-loader {
  display: block;
  width: 8px;
  height: 8px;
  margin: 8px auto;
  position: relative;
}
@-webkit-keyframes cLoaderAnimation--1-0 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--1-0 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--1 .c-loader__circle {
  margin: 0;
}
.c-loader--1 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--1 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--1-0 0.3s infinite;
          animation: cLoaderAnimation--1-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--1 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--1 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--2-0 {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--2-0 {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.c-loader--2 .c-loader__circle {
  margin: 0;
}
.c-loader--2 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--2 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--2-0 0.3s infinite;
          animation: cLoaderAnimation--2-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--2 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--2 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--2-1 {
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--2-1 {
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--2 .c-loader__circle {
  margin: 0;
}
.c-loader--2 .c-loader__circle:nth-of-type(2) {
  top: 8.0px;
  left: 0px;
}
.animateLoader .c-loader--2 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--2-1 0.3s infinite;
          animation: cLoaderAnimation--2-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--2 .c-loader__circle:nth-of-type(2) {
    top: 14.0px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--2 .c-loader__circle:nth-of-type(2) {
    top: 18.0px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--3-0 {
  0% {
    opacity: 0.4;
  }
  33.33333% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--3-0 {
  0% {
    opacity: 0.4;
  }
  33.33333% {
    opacity: 1;
  }
}
.c-loader--3 .c-loader__circle {
  margin: 0;
}
.c-loader--3 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--3 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--3-0 0.3s infinite;
          animation: cLoaderAnimation--3-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--3 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--3 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--3-1 {
  33.33333% {
    opacity: 0.4;
  }
  66.66667% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--3-1 {
  33.33333% {
    opacity: 0.4;
  }
  66.66667% {
    opacity: 1;
  }
}
.c-loader--3 .c-loader__circle {
  margin: 0;
}
.c-loader--3 .c-loader__circle:nth-of-type(2) {
  top: 4px;
  left: 6.9282px;
}
.animateLoader .c-loader--3 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--3-1 0.3s infinite;
          animation: cLoaderAnimation--3-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--3 .c-loader__circle:nth-of-type(2) {
    top: 7px;
    left: 12.12436px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--3 .c-loader__circle:nth-of-type(2) {
    top: 9px;
    left: 15.58846px;
  }
}
@-webkit-keyframes cLoaderAnimation--3-2 {
  66.66667% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--3-2 {
  66.66667% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--3 .c-loader__circle {
  margin: 0;
}
.c-loader--3 .c-loader__circle:nth-of-type(3) {
  top: 4.0px;
  left: -6.9282px;
}
.animateLoader .c-loader--3 .c-loader__circle:nth-of-type(3) {
  -webkit-animation: cLoaderAnimation--3-2 0.3s infinite;
          animation: cLoaderAnimation--3-2 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--3 .c-loader__circle:nth-of-type(3) {
    top: 7.0px;
    left: -12.12436px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--3 .c-loader__circle:nth-of-type(3) {
    top: 9.0px;
    left: -15.58846px;
  }
}
@-webkit-keyframes cLoaderAnimation--4-0 {
  0% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--4-0 {
  0% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
}
.c-loader--4 .c-loader__circle {
  margin: 0;
}
.c-loader--4 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--4 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--4-0 0.3s infinite;
          animation: cLoaderAnimation--4-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--4 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--4 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--4-1 {
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--4-1 {
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.c-loader--4 .c-loader__circle {
  margin: 0;
}
.c-loader--4 .c-loader__circle:nth-of-type(2) {
  top: 0px;
  left: 8px;
}
.animateLoader .c-loader--4 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--4-1 0.3s infinite;
          animation: cLoaderAnimation--4-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--4 .c-loader__circle:nth-of-type(2) {
    top: 0px;
    left: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--4 .c-loader__circle:nth-of-type(2) {
    top: 0px;
    left: 18px;
  }
}
@-webkit-keyframes cLoaderAnimation--4-2 {
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--4-2 {
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 1;
  }
}
.c-loader--4 .c-loader__circle {
  margin: 0;
}
.c-loader--4 .c-loader__circle:nth-of-type(3) {
  top: 8.0px;
  left: 0px;
}
.animateLoader .c-loader--4 .c-loader__circle:nth-of-type(3) {
  -webkit-animation: cLoaderAnimation--4-2 0.3s infinite;
          animation: cLoaderAnimation--4-2 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--4 .c-loader__circle:nth-of-type(3) {
    top: 14.0px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--4 .c-loader__circle:nth-of-type(3) {
    top: 18.0px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--4-3 {
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--4-3 {
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--4 .c-loader__circle {
  margin: 0;
}
.c-loader--4 .c-loader__circle:nth-of-type(4) {
  top: 0px;
  left: -8.0px;
}
.animateLoader .c-loader--4 .c-loader__circle:nth-of-type(4) {
  -webkit-animation: cLoaderAnimation--4-3 0.3s infinite;
          animation: cLoaderAnimation--4-3 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--4 .c-loader__circle:nth-of-type(4) {
    top: -0.00001px;
    left: -14.0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--4 .c-loader__circle:nth-of-type(4) {
    top: -0.00001px;
    left: -18.0px;
  }
}
@-webkit-keyframes cLoaderAnimation--5-0 {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--5-0 {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 1;
  }
}
.c-loader--5 .c-loader__circle {
  margin: 0;
}
.c-loader--5 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--5 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--5-0 0.3s infinite;
          animation: cLoaderAnimation--5-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--5 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--5 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--5-1 {
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--5-1 {
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
}
.c-loader--5 .c-loader__circle {
  margin: 0;
}
.c-loader--5 .c-loader__circle:nth-of-type(2) {
  top: -2.47214px;
  left: 7.60845px;
}
.animateLoader .c-loader--5 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--5-1 0.3s infinite;
          animation: cLoaderAnimation--5-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--5 .c-loader__circle:nth-of-type(2) {
    top: -4.32624px;
    left: 13.31479px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--5 .c-loader__circle:nth-of-type(2) {
    top: -5.56231px;
    left: 17.11902px;
  }
}
@-webkit-keyframes cLoaderAnimation--5-2 {
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--5-2 {
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
}
.c-loader--5 .c-loader__circle {
  margin: 0;
}
.c-loader--5 .c-loader__circle:nth-of-type(3) {
  top: 6.47214px;
  left: 4.70228px;
}
.animateLoader .c-loader--5 .c-loader__circle:nth-of-type(3) {
  -webkit-animation: cLoaderAnimation--5-2 0.3s infinite;
          animation: cLoaderAnimation--5-2 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--5 .c-loader__circle:nth-of-type(3) {
    top: 11.32624px;
    left: 8.22899px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--5 .c-loader__circle:nth-of-type(3) {
    top: 14.56231px;
    left: 10.58013px;
  }
}
@-webkit-keyframes cLoaderAnimation--5-3 {
  60% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--5-3 {
  60% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
}
.c-loader--5 .c-loader__circle {
  margin: 0;
}
.c-loader--5 .c-loader__circle:nth-of-type(4) {
  top: 6.47214px;
  left: -4.70228px;
}
.animateLoader .c-loader--5 .c-loader__circle:nth-of-type(4) {
  -webkit-animation: cLoaderAnimation--5-3 0.3s infinite;
          animation: cLoaderAnimation--5-3 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--5 .c-loader__circle:nth-of-type(4) {
    top: 11.32624px;
    left: -8.22899px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--5 .c-loader__circle:nth-of-type(4) {
    top: 14.56231px;
    left: -10.58013px;
  }
}
@-webkit-keyframes cLoaderAnimation--5-4 {
  80% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--5-4 {
  80% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--5 .c-loader__circle {
  margin: 0;
}
.c-loader--5 .c-loader__circle:nth-of-type(5) {
  top: -2.47215px;
  left: -7.60845px;
}
.animateLoader .c-loader--5 .c-loader__circle:nth-of-type(5) {
  -webkit-animation: cLoaderAnimation--5-4 0.3s infinite;
          animation: cLoaderAnimation--5-4 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--5 .c-loader__circle:nth-of-type(5) {
    top: -4.32627px;
    left: -13.31478px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--5 .c-loader__circle:nth-of-type(5) {
    top: -5.56235px;
    left: -17.11901px;
  }
}
@-webkit-keyframes cLoaderAnimation--6-0 {
  0% {
    opacity: 0.4;
  }
  16.66667% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--6-0 {
  0% {
    opacity: 0.4;
  }
  16.66667% {
    opacity: 1;
  }
}
.c-loader--6 .c-loader__circle {
  margin: 0;
}
.c-loader--6 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--6 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--6-0 0.3s infinite;
          animation: cLoaderAnimation--6-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--6 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--6 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--6-1 {
  16.66667% {
    opacity: 0.4;
  }
  33.33333% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--6-1 {
  16.66667% {
    opacity: 0.4;
  }
  33.33333% {
    opacity: 1;
  }
}
.c-loader--6 .c-loader__circle {
  margin: 0;
}
.c-loader--6 .c-loader__circle:nth-of-type(2) {
  top: -4px;
  left: 6.9282px;
}
.animateLoader .c-loader--6 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--6-1 0.3s infinite;
          animation: cLoaderAnimation--6-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--6 .c-loader__circle:nth-of-type(2) {
    top: -7px;
    left: 12.12436px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--6 .c-loader__circle:nth-of-type(2) {
    top: -9px;
    left: 15.58846px;
  }
}
@-webkit-keyframes cLoaderAnimation--6-2 {
  33.33333% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--6-2 {
  33.33333% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.c-loader--6 .c-loader__circle {
  margin: 0;
}
.c-loader--6 .c-loader__circle:nth-of-type(3) {
  top: 4px;
  left: 6.9282px;
}
.animateLoader .c-loader--6 .c-loader__circle:nth-of-type(3) {
  -webkit-animation: cLoaderAnimation--6-2 0.3s infinite;
          animation: cLoaderAnimation--6-2 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--6 .c-loader__circle:nth-of-type(3) {
    top: 7px;
    left: 12.12436px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--6 .c-loader__circle:nth-of-type(3) {
    top: 9px;
    left: 15.58846px;
  }
}
@-webkit-keyframes cLoaderAnimation--6-3 {
  50% {
    opacity: 0.4;
  }
  66.66667% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--6-3 {
  50% {
    opacity: 0.4;
  }
  66.66667% {
    opacity: 1;
  }
}
.c-loader--6 .c-loader__circle {
  margin: 0;
}
.c-loader--6 .c-loader__circle:nth-of-type(4) {
  top: 8.0px;
  left: 0px;
}
.animateLoader .c-loader--6 .c-loader__circle:nth-of-type(4) {
  -webkit-animation: cLoaderAnimation--6-3 0.3s infinite;
          animation: cLoaderAnimation--6-3 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--6 .c-loader__circle:nth-of-type(4) {
    top: 14.0px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--6 .c-loader__circle:nth-of-type(4) {
    top: 18.0px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--6-4 {
  66.66667% {
    opacity: 0.4;
  }
  83.33333% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--6-4 {
  66.66667% {
    opacity: 0.4;
  }
  83.33333% {
    opacity: 1;
  }
}
.c-loader--6 .c-loader__circle {
  margin: 0;
}
.c-loader--6 .c-loader__circle:nth-of-type(5) {
  top: 4.0px;
  left: -6.9282px;
}
.animateLoader .c-loader--6 .c-loader__circle:nth-of-type(5) {
  -webkit-animation: cLoaderAnimation--6-4 0.3s infinite;
          animation: cLoaderAnimation--6-4 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--6 .c-loader__circle:nth-of-type(5) {
    top: 7.0px;
    left: -12.12436px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--6 .c-loader__circle:nth-of-type(5) {
    top: 9.0px;
    left: -15.58846px;
  }
}
@-webkit-keyframes cLoaderAnimation--6-5 {
  83.33333% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--6-5 {
  83.33333% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--6 .c-loader__circle {
  margin: 0;
}
.c-loader--6 .c-loader__circle:nth-of-type(6) {
  top: -4.00004px;
  left: -6.92819px;
}
.animateLoader .c-loader--6 .c-loader__circle:nth-of-type(6) {
  -webkit-animation: cLoaderAnimation--6-5 0.3s infinite;
          animation: cLoaderAnimation--6-5 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--6 .c-loader__circle:nth-of-type(6) {
    top: -7.00008px;
    left: -12.12434px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--6 .c-loader__circle:nth-of-type(6) {
    top: -9.0001px;
    left: -15.58843px;
  }
}
@-webkit-keyframes cLoaderAnimation--7-0 {
  0% {
    opacity: 0.4;
  }
  14.28571% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--7-0 {
  0% {
    opacity: 0.4;
  }
  14.28571% {
    opacity: 1;
  }
}
.c-loader--7 .c-loader__circle {
  margin: 0;
}
.c-loader--7 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--7 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--7-0 0.3s infinite;
          animation: cLoaderAnimation--7-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--7 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--7 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--7-1 {
  14.28571% {
    opacity: 0.4;
  }
  28.57143% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--7-1 {
  14.28571% {
    opacity: 0.4;
  }
  28.57143% {
    opacity: 1;
  }
}
.c-loader--7 .c-loader__circle {
  margin: 0;
}
.c-loader--7 .c-loader__circle:nth-of-type(2) {
  top: -4.98792px;
  left: 6.25465px;
}
.animateLoader .c-loader--7 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--7-1 0.3s infinite;
          animation: cLoaderAnimation--7-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--7 .c-loader__circle:nth-of-type(2) {
    top: -8.72886px;
    left: 10.94564px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--7 .c-loader__circle:nth-of-type(2) {
    top: -11.22282px;
    left: 14.07297px;
  }
}
@-webkit-keyframes cLoaderAnimation--7-2 {
  28.57143% {
    opacity: 0.4;
  }
  42.85714% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--7-2 {
  28.57143% {
    opacity: 0.4;
  }
  42.85714% {
    opacity: 1;
  }
}
.c-loader--7 .c-loader__circle {
  margin: 0;
}
.c-loader--7 .c-loader__circle:nth-of-type(3) {
  top: 1.78017px;
  left: 7.79942px;
}
.animateLoader .c-loader--7 .c-loader__circle:nth-of-type(3) {
  -webkit-animation: cLoaderAnimation--7-2 0.3s infinite;
          animation: cLoaderAnimation--7-2 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--7 .c-loader__circle:nth-of-type(3) {
    top: 3.11529px;
    left: 13.64899px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--7 .c-loader__circle:nth-of-type(3) {
    top: 4.00538px;
    left: 17.5487px;
  }
}
@-webkit-keyframes cLoaderAnimation--7-3 {
  42.85714% {
    opacity: 0.4;
  }
  57.14286% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--7-3 {
  42.85714% {
    opacity: 0.4;
  }
  57.14286% {
    opacity: 1;
  }
}
.c-loader--7 .c-loader__circle {
  margin: 0;
}
.c-loader--7 .c-loader__circle:nth-of-type(4) {
  top: 7.20775px;
  left: 3.47107px;
}
.animateLoader .c-loader--7 .c-loader__circle:nth-of-type(4) {
  -webkit-animation: cLoaderAnimation--7-3 0.3s infinite;
          animation: cLoaderAnimation--7-3 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--7 .c-loader__circle:nth-of-type(4) {
    top: 12.61356px;
    left: 6.07437px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--7 .c-loader__circle:nth-of-type(4) {
    top: 16.21744px;
    left: 7.80991px;
  }
}
@-webkit-keyframes cLoaderAnimation--7-4 {
  57.14286% {
    opacity: 0.4;
  }
  71.42857% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--7-4 {
  57.14286% {
    opacity: 0.4;
  }
  71.42857% {
    opacity: 1;
  }
}
.c-loader--7 .c-loader__circle {
  margin: 0;
}
.c-loader--7 .c-loader__circle:nth-of-type(5) {
  top: 7.20775px;
  left: -3.47107px;
}
.animateLoader .c-loader--7 .c-loader__circle:nth-of-type(5) {
  -webkit-animation: cLoaderAnimation--7-4 0.3s infinite;
          animation: cLoaderAnimation--7-4 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--7 .c-loader__circle:nth-of-type(5) {
    top: 12.61356px;
    left: -6.07437px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--7 .c-loader__circle:nth-of-type(5) {
    top: 16.21744px;
    left: -7.80991px;
  }
}
@-webkit-keyframes cLoaderAnimation--7-5 {
  71.42857% {
    opacity: 0.4;
  }
  85.71429% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--7-5 {
  71.42857% {
    opacity: 0.4;
  }
  85.71429% {
    opacity: 1;
  }
}
.c-loader--7 .c-loader__circle {
  margin: 0;
}
.c-loader--7 .c-loader__circle:nth-of-type(6) {
  top: 1.78017px;
  left: -7.79942px;
}
.animateLoader .c-loader--7 .c-loader__circle:nth-of-type(6) {
  -webkit-animation: cLoaderAnimation--7-5 0.3s infinite;
          animation: cLoaderAnimation--7-5 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--7 .c-loader__circle:nth-of-type(6) {
    top: 3.11529px;
    left: -13.64899px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--7 .c-loader__circle:nth-of-type(6) {
    top: 4.00537px;
    left: -17.5487px;
  }
}
@-webkit-keyframes cLoaderAnimation--7-6 {
  85.71429% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--7-6 {
  85.71429% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--7 .c-loader__circle {
  margin: 0;
}
.c-loader--7 .c-loader__circle:nth-of-type(7) {
  top: -4.988px;
  left: -6.25463px;
}
.animateLoader .c-loader--7 .c-loader__circle:nth-of-type(7) {
  -webkit-animation: cLoaderAnimation--7-6 0.3s infinite;
          animation: cLoaderAnimation--7-6 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--7 .c-loader__circle:nth-of-type(7) {
    top: -8.729px;
    left: -10.94561px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--7 .c-loader__circle:nth-of-type(7) {
    top: -11.223px;
    left: -14.07292px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-0 {
  0% {
    opacity: 0.4;
  }
  12.5% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-0 {
  0% {
    opacity: 0.4;
  }
  12.5% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--8-0 0.3s infinite;
          animation: cLoaderAnimation--8-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-1 {
  12.5% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-1 {
  12.5% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(2) {
  top: -5.65685px;
  left: 5.65685px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--8-1 0.3s infinite;
          animation: cLoaderAnimation--8-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(2) {
    top: -9.89949px;
    left: 9.89949px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(2) {
    top: -12.72792px;
    left: 12.72792px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-2 {
  25% {
    opacity: 0.4;
  }
  37.5% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-2 {
  25% {
    opacity: 0.4;
  }
  37.5% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(3) {
  top: 0px;
  left: 8px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(3) {
  -webkit-animation: cLoaderAnimation--8-2 0.3s infinite;
          animation: cLoaderAnimation--8-2 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(3) {
    top: 0px;
    left: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(3) {
    top: 0px;
    left: 18px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-3 {
  37.5% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-3 {
  37.5% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(4) {
  top: 5.65685px;
  left: 5.65685px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(4) {
  -webkit-animation: cLoaderAnimation--8-3 0.3s infinite;
          animation: cLoaderAnimation--8-3 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(4) {
    top: 9.89949px;
    left: 9.89949px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(4) {
    top: 12.72792px;
    left: 12.72792px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-4 {
  50% {
    opacity: 0.4;
  }
  62.5% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-4 {
  50% {
    opacity: 0.4;
  }
  62.5% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(5) {
  top: 8.0px;
  left: 0px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(5) {
  -webkit-animation: cLoaderAnimation--8-4 0.3s infinite;
          animation: cLoaderAnimation--8-4 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(5) {
    top: 14.0px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(5) {
    top: 18.0px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-5 {
  62.5% {
    opacity: 0.4;
  }
  75% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-5 {
  62.5% {
    opacity: 0.4;
  }
  75% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(6) {
  top: 5.65685px;
  left: -5.65685px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(6) {
  -webkit-animation: cLoaderAnimation--8-5 0.3s infinite;
          animation: cLoaderAnimation--8-5 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(6) {
    top: 9.89949px;
    left: -9.89949px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(6) {
    top: 12.72792px;
    left: -12.72792px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-6 {
  75% {
    opacity: 0.4;
  }
  87.5% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-6 {
  75% {
    opacity: 0.4;
  }
  87.5% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(7) {
  top: 0px;
  left: -8.0px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(7) {
  -webkit-animation: cLoaderAnimation--8-6 0.3s infinite;
          animation: cLoaderAnimation--8-6 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(7) {
    top: -0.00001px;
    left: -14.0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(7) {
    top: -0.00001px;
    left: -18.0px;
  }
}
@-webkit-keyframes cLoaderAnimation--8-7 {
  87.5% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--8-7 {
  87.5% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--8 .c-loader__circle {
  margin: 0;
}
.c-loader--8 .c-loader__circle:nth-of-type(8) {
  top: -5.65698px;
  left: -5.65682px;
}
.animateLoader .c-loader--8 .c-loader__circle:nth-of-type(8) {
  -webkit-animation: cLoaderAnimation--8-7 0.3s infinite;
          animation: cLoaderAnimation--8-7 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--8 .c-loader__circle:nth-of-type(8) {
    top: -9.89972px;
    left: -9.89944px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--8 .c-loader__circle:nth-of-type(8) {
    top: -12.72821px;
    left: -12.72785px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-0 {
  0% {
    opacity: 0.4;
  }
  11.11111% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-0 {
  0% {
    opacity: 0.4;
  }
  11.11111% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(1) {
  top: -8px;
  left: 0px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(1) {
  -webkit-animation: cLoaderAnimation--9-0 0.3s infinite;
          animation: cLoaderAnimation--9-0 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(1) {
    top: -14px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(1) {
    top: -18px;
    left: 0px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-1 {
  11.11111% {
    opacity: 0.4;
  }
  22.22222% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-1 {
  11.11111% {
    opacity: 0.4;
  }
  22.22222% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(2) {
  top: -6.12836px;
  left: 5.1423px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(2) {
  -webkit-animation: cLoaderAnimation--9-1 0.3s infinite;
          animation: cLoaderAnimation--9-1 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(2) {
    top: -10.72462px;
    left: 8.99903px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(2) {
    top: -13.7888px;
    left: 11.57018px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-2 {
  22.22222% {
    opacity: 0.4;
  }
  33.33333% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-2 {
  22.22222% {
    opacity: 0.4;
  }
  33.33333% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(3) {
  top: -1.38919px;
  left: 7.87846px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(3) {
  -webkit-animation: cLoaderAnimation--9-2 0.3s infinite;
          animation: cLoaderAnimation--9-2 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(3) {
    top: -2.43107px;
    left: 13.78731px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(3) {
    top: -3.12567px;
    left: 17.72654px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-3 {
  33.33333% {
    opacity: 0.4;
  }
  44.44444% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-3 {
  33.33333% {
    opacity: 0.4;
  }
  44.44444% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(4) {
  top: 4px;
  left: 6.9282px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(4) {
  -webkit-animation: cLoaderAnimation--9-3 0.3s infinite;
          animation: cLoaderAnimation--9-3 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(4) {
    top: 7px;
    left: 12.12436px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(4) {
    top: 9px;
    left: 15.58846px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-4 {
  44.44444% {
    opacity: 0.4;
  }
  55.55556% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-4 {
  44.44444% {
    opacity: 0.4;
  }
  55.55556% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(5) {
  top: 7.51754px;
  left: 2.73616px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(5) {
  -webkit-animation: cLoaderAnimation--9-4 0.3s infinite;
          animation: cLoaderAnimation--9-4 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(5) {
    top: 13.1557px;
    left: 4.78828px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(5) {
    top: 16.91447px;
    left: 6.15636px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-5 {
  55.55556% {
    opacity: 0.4;
  }
  66.66667% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-5 {
  55.55556% {
    opacity: 0.4;
  }
  66.66667% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(6) {
  top: 7.51754px;
  left: -2.73616px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(6) {
  -webkit-animation: cLoaderAnimation--9-5 0.3s infinite;
          animation: cLoaderAnimation--9-5 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(6) {
    top: 13.1557px;
    left: -4.78828px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(6) {
    top: 16.91447px;
    left: -6.15636px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-6 {
  66.66667% {
    opacity: 0.4;
  }
  77.77778% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-6 {
  66.66667% {
    opacity: 0.4;
  }
  77.77778% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(7) {
  top: 4.0px;
  left: -6.9282px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(7) {
  -webkit-animation: cLoaderAnimation--9-6 0.3s infinite;
          animation: cLoaderAnimation--9-6 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(7) {
    top: 7.0px;
    left: -12.12436px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(7) {
    top: 9.0px;
    left: -15.58846px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-7 {
  77.77778% {
    opacity: 0.4;
  }
  88.88889% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-7 {
  77.77778% {
    opacity: 0.4;
  }
  88.88889% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(8) {
  top: -1.3892px;
  left: -7.87846px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(8) {
  -webkit-animation: cLoaderAnimation--9-7 0.3s infinite;
          animation: cLoaderAnimation--9-7 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(8) {
    top: -2.43109px;
    left: -13.7873px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(8) {
    top: -3.12569px;
    left: -17.72653px;
  }
}
@-webkit-keyframes cLoaderAnimation--9-8 {
  88.88889% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cLoaderAnimation--9-8 {
  88.88889% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.c-loader--9 .c-loader__circle {
  margin: 0;
}
.c-loader--9 .c-loader__circle:nth-of-type(9) {
  top: -6.12854px;
  left: -5.14226px;
}
.animateLoader .c-loader--9 .c-loader__circle:nth-of-type(9) {
  -webkit-animation: cLoaderAnimation--9-8 0.3s infinite;
          animation: cLoaderAnimation--9-8 0.3s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 480px) {
  .c-loader--9 .c-loader__circle:nth-of-type(9) {
    top: -10.72494px;
    left: -8.99895px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader--9 .c-loader__circle:nth-of-type(9) {
    top: -13.78921px;
    left: -11.57008px;
  }
}
@media only screen and (min-width: 480px) {
  .c-loader {
    width: 14px;
    height: 14px;
    margin: 14px auto;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader {
    width: 18px;
    height: 18px;
    margin: 18px auto;
  }
}
.c-loader__circle {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 480px) {
  .c-loader__circle {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .c-loader__circle {
    width: 18px;
    height: 18px;
  }
}
[data-active-slide="slid-no--1"] .c-loader__circle:nth-of-type(1) {
  opacity: 1;
}
[data-active-slide="slid-no--2"] .c-loader__circle:nth-of-type(2) {
  opacity: 1;
}
[data-active-slide="slid-no--3"] .c-loader__circle:nth-of-type(3) {
  opacity: 1;
}
[data-active-slide="slid-no--4"] .c-loader__circle:nth-of-type(4) {
  opacity: 1;
}
[data-active-slide="slid-no--5"] .c-loader__circle:nth-of-type(5) {
  opacity: 1;
}
.c-main-footer {
	margin: 60px auto 0;
  max-width: 1920px;
}
.c-main-footer__top {
  text-align: center;
  padding-top: 4rem;
  background: url(../assets/images/main-footer-top.png) no-repeat 50% 0, -webkit-linear-gradient(top, transparent 159px, #9AB745 160px);
  background: url(../assets/images/main-footer-top.png) no-repeat 50% 0, linear-gradient(to bottom, transparent 159px, #9AB745 160px);
  color: #fff;
}
.c-main-footer__top:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1024px) {
  .c-main-footer__top {
    padding-top: 4rem;
  }
}
.c-main-footer__top a,
.c-main-footer__top a:hover {
  color: #fff;
}
.c-main-footer__title {
  margin: 0;
  line-height: 1;
  letter-spacing: .1em;
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .c-main-footer__title {
    font-size: 1.175rem;
  }
}
.c-main-footer__text-big {
  line-height: 1.4;
  letter-spacing: .3em;
  color: currentColor;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-main-footer__top__separator {
  margin: 1.3rem auto;
  max-width: 760px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0));
}
@media only screen and (min-width: 1024px) {
  .c-main-footer__top__separator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-main-footer__social {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.8rem 0 1.5rem;
}
.c-main-footer__social__item {
  line-height: 1;
  margin: 0 .7rem;
  font-size: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .c-main-footer__social__item {
    margin: 0 1rem;
    font-size: 1.85rem;
  }
}
.c-main-footer__social__link {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
  color: currentColor;
}
.c-main-footer__social__link:hover {
  opacity: .6;
}
.c-main-footer__middle {
  padding-top: 6rem;
  background: #80A7D9 url(../assets/images/main-footer-middle.png) no-repeat 50% 0;
}
@media only screen and (min-width: 768px) {
  .c-main-footer__middle {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .c-main-footer__middle {
    padding-top: 5.5rem;
	padding-bottom: 1.5rem;
  }
}
.c-main-footer__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
.c-main-footer__pictures__item {
  margin: 0;
  padding: 0 15px 20px;
}
.c-main-footer__pictures__item--constraint-width {
  width: 5rem;
}
@media only screen and (min-width: 768px) {
  .c-main-footer__pictures__item--constraint-width {
    padding-left: 24px;
    padding-right: 24px;
    width: 8rem;
  }
}
.c-main-footer__pictures__item--mobile-stack {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .c-main-footer__pictures__item--mobile-stack {
    width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .c-main-footer__pictures__item--mobile-stack {
    width: auto;
    max-width:230px;
  }
}
.c-main-footer__pictures__link {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
  text-align: center;
}
.c-main-footer__middle .c-main-footer__pictures__link {
  opacity: 0.65;
}


.c-main-footer__pictures__link:hover {
  opacity: 1;
}
.c-main-footer__pictures__picture {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.c-main-footer__bottom {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #fff url(../assets/images/main-footer-bottom.png) no-repeat 50% 0;
  text-align:center;
}
@media only screen and (min-width: 768px) {
  .c-main-footer__bottom {
    padding-top: 50px;
  }
}
.c-main-footer__menu {
  margin: 24px 20px 15px;
  list-style: none;
}
.c-main-footer__menu__item {
  color: #464646;
  position: relative;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.25;
  text-align:center;
  display:inline-block;
  padding:0 10px;
}
@media only screen and (min-width: 768px) {
.c-main-footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
    flex-flow: wrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
}
  .c-main-footer__menu__item {
    width: auto;
    display:block;
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-main-footer__menu__item {
    padding: 0 2.5rem;
  }
}
.c-main-footer__menu__item + .c-main-footer__menu__item::after {
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -0.5px;
  top: 50%;
  height: 1rem;
  width: 1px;
  background: currentColor;
}
@media only screen and (min-width: 768px) {
  .c-main-footer__menu__item + .c-main-footer__menu__item::after {
    height: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-main-footer__menu__item + .c-main-footer__menu__item::after {
    left: -1px;
    height: 2rem;
    width: 2px;
  }
}

  .c-main-footer__menu__item:nth-child(odd) {
    text-align: center;
  }
  .c-main-footer__menu__item:nth-child(odd) .c-main-footer__menu__link {
    float: none;
  }
  .c-main-footer__menu__item:nth-child(odd):after {
    display: block;
  }
  

.c-main-footer__menu__link {
  -webkit-transition: border-bottom-color .2s;
  transition: border-bottom-color .2s;
  border-bottom: 1px solid transparent;
  color: #464646;
  text-align: center;

}
.c-main-footer__menu__link:hover {
  border-bottom-color: currentColor;
  color: #464646;
}
@media only screen and (min-width: 768px) {
  .c-main-footer__menu__link {
    width: auto;
  display: block;
  white-space: nowrap;
  }
}
.c-main-footer__small-text {
  display: block;
  color: #464646;
  text-align: center;
  font-size: 0.75rem;
}


#back-to-top {
margin: 0;
position: fixed;
bottom: 20px;
right: 20px;
width: 56px;
height: 56px;
z-index: 1000;
text-decoration: none;
background:url('../assets/images/back-to-top.png') no-repeat;
transition: opacity 0.2s ease-out;
opacity: 0;
}  

#back-to-top.show {
	opacity: 1;
}

.c-main-header {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: calc(1560px + 40px);
  padding: 10px;
}
.c-main-header:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) {
  .c-main-header {
    padding: 20px;
  }
}
.c-main-header__logo {
  float: left;
  position: relative;
  margin: 0;
  width: 154px;
  height: 78px;
  overflow: hidden;
  background: url(../assets/images/innerchange-logo.png) no-repeat;
  background-size: contain;
  text-indent: -999em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-main-header__logo {
    background-image: url(../assets/images/innerchange-logo@2x.png);
  }
}

@media only screen and (min-width: 1366px) {
  .c-main-header__logo {
    width: 200px;
    height: 102px;
  }
}

@media only screen and (min-width: 1600px) {
  .c-main-header__logo {
    width: 243px;
    height: 124px;
  }
}


.c-main-header__logo__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c-main-header__side-borders {
  position: relative;

}

@media only screen and (min-width: 768px) {
  .c-main-header__side-borders {
    padding: 0 10px;
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1170px) {
  .c-main-header__side-borders {
    padding: 0 0 0 10px;
    margin: 0 0 0 20px;
  }
}

@media only screen and (min-width: 1370px) {
  .c-main-header__side-borders {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c-main-header__side-borders::before, .c-main-header__side-borders::after {
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 90px;
    width: 1px;
    background: -webkit-linear-gradient(bottom, rgba(103, 103, 103, 0), #464646 30%, #464646 70%, rgba(103, 103, 103, 0));
    background: linear-gradient(0deg, rgba(103, 103, 103, 0), #464646 30%, #464646 70%, rgba(103, 103, 103, 0));
  }
}
@media only screen and (min-width: 768px) {
  .c-main-header__side-borders::before {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-main-header__side-borders::after {
    right: 0;
  }
}
@media only screen and (max-width: 1599px) {
  .c-main-header__side-borders--large-only {
    margin: 0;
    padding: 0;
  }
}
.c-main-header__side-borders--large-only::before, .c-main-header__side-borders--large-only::after {
  display: none;
}
@media only screen and (min-width: 1366px) {
  .c-main-header__side-borders--large-only::before, .c-main-header__side-borders--large-only::after {
    display: block;
  }
}
@media only screen and (min-width: 1366px) {
  .c-main-header__side-borders--nav {
    padding: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-main-header__side-borders--nav {
    padding: 0 10px;
  }
}
.c-main-header__toggle-visibility {
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.c-main-header__toggle-visibility.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .c-main-header__mid-section {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    display: block;
    float: left;
    width: calc(100% - 154px - 212px);
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .c-main-header__mid-section {
    width: calc(100% - 200px - 240px);
  }
}
@media only screen and (min-width: 1600px) {
  .c-main-header__mid-section {
    width: calc(100% - 243px - 260px);
  }
}
.c-main-header__nav-wrapper {
  width: calc(100% + 20px);
  top: 104px;
  position: absolute;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .c-main-header__nav-wrapper {
    width: calc(100% + 40px);
    top: 98px;
    left: -20px;
  }
}
@media only screen and (min-width: 1170px) {
  .c-main-header__nav-wrapper {
    position: static;
    white-space: nowrap;
    width: auto;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1366px) {
  .c-main-header__nav-wrapper {
    height: 102px;
  }
}

@media only screen and (min-width: 1600px) {
  .c-main-header__nav-wrapper {
    height: 124px;
  }
}
.c-main-header__nav-wrapper::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 78px;
}
@media only screen and (min-width: 1600px) {
  .c-main-header__nav-wrapper::after {
    height: 124px;
  }
}
.c-main-header__actions {
  float: right;
  position: relative;
  text-align: right;
  padding-top: 14px;
}
@media only screen and (min-width: 1170px) {
  .c-main-header__actions {
    width: 212px;
  }
}
@media only screen and (min-width: 1366px) {
  .c-main-header__actions {
    width: 240px;
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-main-header__actions {
    padding-top: 37px;
    width: 250px;
    white-space: nowrap;
  }
}
.c-main-header__info {
  color: #464646;
  font-size: 1rem;
  line-height: 1.14;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .c-main-header__info {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1170px) {
  .c-main-header__info::after {
    display: none;
  }
}
.c-main-header__info__link {
  color: #464646;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.c-main-header__info__link:hover {
  color: #464646;
  text-decoration: underline;
}
.c-main-header__button-search {
  position: absolute;
  bottom: 0;
  right: 35px;
  padding: 0;
  border: 0 none;
  background: none;
  font-size: 1.5rem;
  height: 25px;
  color: #464646;
  outline: none;
}
.c-main-header__button-search:active {
  color: #e6a523;
}
@media only screen and (min-width: 768px) {
  .c-main-header__button-search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: auto;
    height: 32px;
  }
}
@media only screen and (min-width: 1170px) {
  .c-main-header__button-search {
    height: 24px;
  }
}
@media only screen and (min-width: 1366px) {
  .c-main-header__button-search {
    height: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-main-header__button-search {
    left: 0;
    height: 52px;
  }
}
.c-main-header__button-menu {
  outline: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  margin-top: 1rem;
  padding: 0;
  border: 0 none;
  border-top: 7px solid currentColor;
  width: 25px;
  height: 25px;
  text-indent: -999em;
  background: none;
  color: #464646;
}
@media only screen and (min-width: 768px) {
  .c-main-header__button-menu {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-top: 8px solid currentColor;
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1170px) {
  .c-main-header__button-menu {
    display: none;
  }
}
.c-main-header__button-menu:active {
  color: #e6a523;
}
.c-main-header__button-menu::before, .c-main-header__button-menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: currentColor;
}
@media only screen and (min-width: 768px) {
  .c-main-header__button-menu::before, .c-main-header__button-menu::after {
    height: 8px;
  }
}
.c-main-header__button-menu::before {
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .c-main-header__button-menu::before {
    top: 4px;
  }
}
.c-main-header__button-menu::after {
  top: 11px;
}
@media only screen and (min-width: 768px) {
  .c-main-header__button-menu::after {
    top: 16px;
  }
}
.c-main-header__search-form {
  position: absolute;
  left: 0;
  top: calc(78px + 20px);
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .c-main-header__search-form {
    padding-left: 20px;
    padding-right: 20px;
    top: calc(74px + 40px);
  }
}
@media only screen and (min-width: 1170px) {
  .c-main-header__search-form {
    width: auto;
    left: 164px;
    right: 220px;
    background: none;
  }
}
@media only screen and (min-width: 1600px) {
  .c-main-header__search-form {
    top: calc(74px + 60px);
    left: 273px;
    right: 235px;
  }
}
.c-main-header__search-input {
  padding: 5px 44px 5px 20px;
  width: 100%;
  height: 44px;
  line-height: 4.4rem;
  border-radius: 10px;
  border: 1px solid #464646;
  font-size: 1rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
.c-main-header__search-form__button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 44px;
  background: none;
  padding: 0;
  border: 0 none;
  font-size: 1.25rem;
  color: #464646;
}
@media only screen and (min-width: 768px) {
  .c-main-header__search-form__button {
    right: 20px;
  }
}
.c-main-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  white-space: normal;
  background: #95b23e;
  z-index: 100;
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1170px) {
  .c-main-nav {
    padding: 0;
    margin: 0;
    text-align: left;
    background: transparent;
    box-shadow: none;
  }
}
.c-main-nav::after {
  content: "";
  width: 100%;
  display: inline-block;
}
.c-main-nav--inline-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1170px) {
  .c-main-nav--inline-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.c-main-nav__item {
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 1.0rem;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  margin: 0;
}
@media only screen and (min-width: 1170px) {
  .c-main-nav__item {
    padding: 10px 20px;
  }
  .c-main-nav__item--has-children {
    border-radius: 5px 5px 0 0;
  }
  .c-main-nav__item--has-children:hover {
    background-color: #9AB745;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.45);
  }
  .c-main-nav__item--has-children:hover .c-main-nav__link {
    color: #fff;
  }
  .c-main-nav__item--has-children:hover .c-main-nav__drop {
    visibility: visible;
    max-height: 400px;
  }
}
@media only screen and (min-width: 1170px) {
  .c-main-nav__item {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1600px) {
  .c-main-nav__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.c-main-nav__item + .c-main-nav__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background:#5d711f;
}
@media only screen and (min-width: 1170px) {
  .c-main-nav__item + .c-main-nav__item::before {
    display: none;
  }
}
.c-main-nav__link {
  display: block;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #fff;
  padding: 15px 10px;
  white-space: nowrap;
}
.c-main-nav__link:hover {
  color: #fff;
  background:#51631a;
}
@media only screen and (min-width: 1170px) {
  .c-main-nav__link {
    padding: 0 10px;
    color:#464646;
  }
  .c-main-nav__link:hover {
  color: #ef9219;
  background:transparent;
}
}
@media only screen and (min-width: 1600px) {
  .c-main-nav__link {
    padding: 0 10px;
  }
}
.c-main-nav__drop {
  color: #fff;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
  z-index: 11;
  background:#7a942d;
}
@media only screen and (min-width: 1170px) {
  .c-main-nav__drop {
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    max-height: 0;
    border-radius: 0 5px 5px 5px;
    background-color: #9AB745;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.45);
  }
}
.c-main-nav__drop-item {
  padding: 0 10px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.c-main-nav__drop-item:last-child .c-main-nav__drop-item-link {
  border-bottom: 0;
}
  .c-main-nav__drop-item:hover {
    background-color: #51631a;
  }


@media only screen and (min-width: 1170px) {
  .c-main-nav__drop-item {
    padding: 0 20px;
  }
  .c-main-nav__drop-item:hover {
    background-color: #88A635;
  }
}
.c-main-nav__drop-item-link {
  white-space: nowrap;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 0.9em;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.8rem 0;
}
.c-main-nav__drop-item-link:hover {
	border-bottom:1px solid #51631a;
}

@media only screen and (min-width: 1170px) {
  .c-main-nav__drop-item-link {
    padding: 5px 0;
  }
}
.c-main-nav__drop-item-link:hover {
  color: #fff;
}
@media only screen and (min-width: 1170px) {
  .c-main-nav__drop-item-link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.c-main-nav__drop-item-link:before {
  content: ">";
  margin-right: 3px;
}
@media only screen and (min-width: 1170px) {
  .c-main-nav__drop-item-link {
    color: #fff;
  }
}
/*
 ** Component - Post mini teaser
 ** -----------------------------------------------------------------------------*/
.c-mini-teaser {
  font-size: 1rem;
  line-height: 1.5em;
  color: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-mini-teaser + .c-mini-teaser {
  margin-top: 1.3rem;
}
.c-mini-teaser__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 20px 0 0;
  width: 362px;
  max-width: 60px;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (min-width: 480px) {
  .c-mini-teaser__figure {
    border-radius: 20px;
    margin-bottom: 10px;
    max-width: 40%;
    width: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .c-mini-teaser__figure {
    border-radius: 30px;
    width: 120px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-mini-teaser__figure {
    margin-bottom: 0;
    max-width: 100%;
    width: 120px;
  }
}
.c-mini-teaser__figure::after {
  content: '';
  display: block;
  width: 100%;
  padding: 90% 0 0 0;
  pointer-events: none;
}
.c-mini-teaser__figure-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.c-mini-teaser__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  max-width: 100%;
  height: auto;
}
.c-mini-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  overflow: visible;
  padding: 0;
  max-width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.c-mini-teaser__head {
  margin: 0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1em;
}

.c-mini-teaser__subhead {
  margin: 0;
  font-weight: 400;
  font-size: 0.9rem;
  font-style: italic;
}

/*
 ** Component - Page heading
 ** -----------------------------------------------------------------------------*/
.c-page-heading {
  color: #464646;
  font-size: 1.25rem;
  width: 100%;
  margin: 20px 0 5%;
  padding: 0;
}


.c-page-heading--with-subcontent {
  display: block;
  margin: 20px 0 20px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .c-page-heading--with-subcontent {
    min-height: 97px;
  }
}
.c-page-heading__h {
  
  font-weight: 400;
  font-size: 2.0rem;
  letter-spacing: -0.02em;
  color: currentColor;
  line-height: 1em;
  margin: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1400px) {
  .c-page-heading__h {
    display: inline-block;
  }
}
.c-page-heading__h--sidebar {
  margin: 0 0 20px 0;
  line-height: 3.5rem;
}
.c-page-heading__separator {
position: absolute;
margin: -10px 20px;
  max-height: 100%;
}
@media (max-width: 1400px) {
  .c-page-heading__separator--hide-to-medium {
    display: none;
  }
}
.c-page-heading__subcontent {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0;
  font-style: italic;
  width: 100%;
  font-size:1.5rem;
}
@media only screen and (min-width: 1400px) {
  .c-page-heading__subcontent {
    width: auto;
    margin-top: 0;
  }
}
.c-page-heading__subcontent::before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1024px) {
  .c-page-heading__subcontent::before {
    display: inline-block;
  }
}
.c-page-heading__h ~ .c-page-heading__subcontent {
  top: 4px;
}

.c-page-heading__subcontent--no-separator::before {
  display: none;
}

@media only screen and (min-width:1400px){
.c-page-heading__subcontent--no-separator {
  margin-left: 40px;
  padding-left: 0;
}	
}

.c-page-heading__searched {
  line-height: 1em;
  vertical-align: baseline !important;
}
.c-page-heading .c-page-heading__searched {
  display: inline;
  color: #e6a523;
}
.c-page-heading .c-page-heading__searched::before {
  content: ': ';
  display: inline;
  margin-right: 0.2em;
  color: #464646;
}
.c-page-heading__sub {
  width: 100%;
  clear: both;
}
.c-page-heading__sub-head {
  font-size: 0.9em;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 0rem;
}
.c-page-heading__sub-date {
  display: block;
  font-size: 0.8em;
  margin: 15px 0 0 0;
}
.c-page-hero {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  color: #464646;
  text-align: center;
}
.c-page-hero:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) {
  .c-page-hero {
    margin-top: calc(-78px - 40px);
    padding-top: calc(78px + 40px);
    padding-bottom: 100px;
    background: url(../assets/images/hero-home-desktop.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .c-page-hero {
    padding-top: calc(78px + 40px + 40px);
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1366px) {
  .c-page-hero {
    margin-top: calc(-102px - 40px);
    padding-top: calc(102px + 40px + 40px);
    padding-bottom: 300px;
  }
}

@media only screen and (min-width: 1600px) {
  .c-page-hero {
    margin-top: calc(-124px - 40px);
    padding-top: calc(124px + 40px + 40px);
    padding-left: 180px;
    padding-right: 180px;
    padding-bottom: 390px;
  }
}
.c-page-hero__mobile-bg {
  display: block;
  width: 100%;
  height: 0;
padding-bottom: 77%;
background-size: 150% auto;
background-position: center bottom;
margin-top: -80px;
}
@media only screen and (min-width: 768px) {
  .c-page-hero__mobile-bg {
    display: none;
  }
}
.c-page-hero__inner {
  position: relative;
  padding: 10px 20px 0;
  margin: 0 auto;
  
}
@media only screen and (min-width: 768px) {
  .c-page-hero__inner {
    float: left;
    margin-left: 4%;
    max-width: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-page-hero__inner {
    max-width: 540px;
    margin-left: 3%;
    
  }
}
@media only screen and (min-width: 1366px) {
  .c-page-hero__inner {
    max-width: 680px;
    margin-left: 8%;
    
  }
}
@media only screen and (min-width: 1600px) {
  .c-page-hero__inner {
    margin-left: 40px;
    max-width: 800px;
  }
}
.c-page-hero__title {
  position: relative;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  color: currentColor;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .c-page-hero__title {
  	font-size: 2.25rem;
    margin-bottom: 15px;
    max-width: 90%;
  }
}
@media only screen and (min-width: 1600px) {
  .c-page-hero__title {
  	font-size: 2.95rem;
    padding-bottom: 20px;
  }
}
.c-page-hero__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(103, 103, 103, 0), rgba(103, 103, 103, 0.2) 30%, rgba(103, 103, 103, 0.2) 70%, rgba(103, 103, 103, 0));
  background: linear-gradient(90deg, rgba(103, 103, 103, 0), rgba(103, 103, 103, 0.2) 30%, rgba(103, 103, 103, 0.2) 70%, rgba(103, 103, 103, 0));
}
.c-page-hero__secondary-title {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.c-page-hero__text {
  margin: 0 auto 15px;
  max-width: 640px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.c-page {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #464646;
}
.c-page ol li,
.c-page ul li {
  margin-left: 20px;
  line-height: 1.2em;
}
.c-page ul li {
  list-style-type: disc;
}
.c-page ol li {
  list-style-type: decimal;
}
.c-page a {
  color: #ef9219;
  text-decoration: none;
}
.c-page a:hover {
  text-decoration: underline;
}
.c-page em,
.c-page i {
  font-style: italic;
}


.c-page blockquote {
    position: relative;
    margin: 30px 0;
    padding: 30px 16% 10px;
    text-align: center;
    font-size: 1.2rem;
    border-left:4px solid #9ab745;
}
.c-page blockquote:before, blockquote:after {
    position: absolute;
    font-family:Georgia;
    letter-spacing:-0.05rem;
    color:#aaa;
    width: 60px;
    height: 60px;
    font-size: 6rem;
    line-height: 1;
}
.c-page blockquote:before {
    top: 0;
    left: 3%;
    content: "\201C";
}
.c-page blockquote:after {
    top: 0;
    right: 3%;
    content: "\201D";
}


.c-page iframe {
  width: 100%;
}
.c-page small {
  font-size: 0.875em;
}
.c-page strong {
  font-weight: 700;
}
.c-page .alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.c-page .aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}
.c-page .alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.c-page .alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}
.c-page .size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.c-page p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.c-page p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
.c-page p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}
.c-page p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
.c-page p .size-full {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-page ol li,
  .c-page ul li {
    margin-left: 0em;
  }
}

.c-page--no-margin {
  margin: 0;
}
.c-page__title {
  margin-top: 20px;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #464646;
}


.post-featured {
	position:relative;
max-width:100%;
border-radius:30px;
overflow:hidden;
box-shadow:0 0 8px #000;
margin-bottom:1.3rem;	
}

@media only screen and (min-width:768px){
	.post-featured {
max-width:67%;
border-radius:30px;
}
}

@media only screen and (min-width:1024px){
	.post-featured {
max-width:67%;
border-radius:45px;
}
}

@media only screen and (min-width:1600px){
	.post-featured {
max-width:740px;
}
}

.post-featured::after {
  content: '';
  display: block;
  width: 100%;
  padding: 55% 0 0 0;
}
.post-featured img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.c-page__content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 480px) {
  .c-page__content {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-page__content {
    margin-bottom: 50px;
  }
}

.c-page__content--media-themed img,
.c-page__content--media-themed p img {
  display: block;
  max-width: 100% !important;
  width: auto !important;
  overflow: hidden;
  border-radius: 10px;
}
.c-page__content--media-themed img.expanded,
.c-page__content--media-themed p img.expanded {
  border-radius: 25px;
}
@media only screen and (min-width: 480px) {
  .c-page__content--media-themed img,
  .c-page__content--media-themed p img {
    border-radius: 15px;
  }
  .c-page__content--media-themed img.expanded,
  .c-page__content--media-themed p img.expanded {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-page__content--media-themed img,
  .c-page__content--media-themed p img {
    border-radius: 20px;
  }
  .c-page__content--media-themed img.expanded,
  .c-page__content--media-themed p img.expanded {
    border-radius: 60px;
  }
}
/*
 ** Component - Pagination
 ** -----------------------------------------------------------------------------*/
.c-pagination {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1;
}

.c-pagination--strech {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.c-pagination__item {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
}
.c-pagination--strech .c-pagination__item--prev {
  float: left;
}
.c-pagination--strech .c-pagination__item--next {
  float: right;
}
.c-pagination__link {
  display: inline-block;
  color: #464646;
}
.c-pagination__link:hover {
  color: #e6a523;
}
.c-pagination__link--prev::before {
  content: '<< ';
  display: inline;
}
.c-pagination__link--next::after {
  content: ' >>';
  display: inline;
}
.c-pagination__link-text {
  display: inline;
}
.c-pagination--hide-next-prev-txt .c-pagination__link-text {
  display: none;
}
@media only screen and (min-width: 480px) {
  .c-pagination--hide-next-prev-txt .c-pagination__link-text {
    display: inline;
  }
}
.c-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.c-post__author {
  display: inline-block;
  width: 35%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 480px) {
  .c-post__author {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .c-post__author {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-post__author {
    width: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-post__author {
    width: 200px;
  }
}
.c-post__author-img {
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
.c-post__author-name {
  font-size: 0.8rem;
  font-weight: 600;
  font-style: italic;
  color: #464646;
  text-align: center;
}

.c-post__info {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 65%;
  padding-left: 20px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 480px) {
  .c-post__info {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 768px) {
  .c-post__info {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1024px) {
  .c-post__info {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 1600px) {
  .c-post__info {
    width: calc(100% - 200px);
  }
}
.c-post__title {
  font-size: 1.125rem;
  color: #464646;
  font-style: italic;
  margin-bottom: 0;
  line-height: normal;
}

.c-post__time {
  font-size: 0.625rem;
  color: #464646;
  text-transform: uppercase;
  font-style: italic;
  display: block;
  margin-bottom: 5px;
}

.c-post__content {
  font-size: 1rem;
  color: #464646;
  font-style: italic;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
  display: block;
}

.c-post__button {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left:1rem;
  padding-right:1rem;
  font-size:0.8125rem;
}
.c-post__button:last-of-type {
  margin-right: 0;
}

.c-posts {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-posts__title {
  margin-bottom: 40px;
  padding: 0 8%;
}
@media only screen and (min-width: 480px) {
  .c-posts__title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .c-posts__title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-posts__title {
    padding: 0 4% 0 0;
  }
}
.c-posts__title-span {
  display: inline-block;
  padding: 0 0.35em;
}
.c-posts__elem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .c-posts__elem {
    float: left;
    width: 46%;
    margin-bottom: 0;
  }
}

.references ul {
	font-size:0.75rem;
	list-style-type:none;
	margin-left:0;
}

.sidebar.references li {
	padding-left: 1em;
    text-indent: -1em;
}

.references li + li{
	margin-top:0;
}



.references h3 {
	font-size:1rem;
	line-height:1em;
}


/*
 ** Component - Profile
 ** -----------------------------------------------------------------------------*/
.c-profile__avatar {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .c-profile__avatar {
    float: left;
    margin-right: 20px;
    width: 200px;
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .c-profile__avatar {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-profile__avatar {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-profile__avatar {
    margin-right: 100px;
  }
}
.c-profile__avatar-figure {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .c-profile__avatar-figure {
    max-width: 100%;
  }
}
.c-profile__avatar-figure::after {
  content: '';
  display: block;
  width: 100%;
  padding: 100% 0 0 0;
}
.c-profile__avatar-img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.c-profile__avatar-name {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: 700;
  margin: 0.5rem 0 2rem;
  overflow: hidden;
  font-style: italic;
}
.c-profile__data {
  width: auto;
  overflow: hidden;
  line-height: 1.5em;
  text-align: justify;
}
.c-section {
  position: relative;
  padding: 20px 0;
}
@media only screen and (min-width: 480px) {
  .c-section {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-section {
    padding: 40px 0;
  }
}
.c-section--lift-content > * {
  position: relative;
  z-index: 2;
}
.c-section--extra-padding-top {
  padding-top: 50px;
}
@media only screen and (min-width: 480px) {
  .c-section--extra-padding-top {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .c-section--extra-padding-top {
    padding-top: 100px;
  }
}
.c-section--no-padding-bottom {
  padding-bottom: 0;
}
.c-section--extra-padding-bottom {
  padding-bottom: 80px;
}
.c-section--orange-top:before {
  bottom: 100%;
  left: 0;
  z-index: 1;
  background-image: url("../assets/images/section-orange-top.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.c-section--orange-bottom:after {
  height: 400%;
  top: 100%;
  left: 0;
  z-index: 1;
  background-image: url("../assets/images/section-orange-bottom.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.c-section--themed-orange {
  background-color: #e6a523;
}
/*
 ** Component - Share buttons
 ** -----------------------------------------------------------------------------*/
.c-share-btns {
  position: relative;
  display: inline-block;
  margin: 1rem 0;
  padding: 0;
  font-size: 1.75rem;
}
.c-share-btns--medium {
  font-size: 1.25rem;
}
.c-share-btns__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.c-share-btns__item {
  display: inline-block;
  margin: 0 0.15em !important;
  padding: 0;
}
.c-share-btns__link {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  color: transparent;
  line-height: 1em;
  text-indent: -999px;
  border-radius:3px;
}
.c-share-btns__link::before {
  font-size: 0.8rem;
  color: #464646;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1em;
  text-indent: 0;
}
.c-share-btns__link--facebook {
  background-color: #4267B2;
}
.c-share-btns__link--facebook::before {
  color: #fff;
}
.c-share-btns__link--twitter {
  background-color: #00ACED;
}
.c-share-btns__link--twitter::before {
  color: #fff;
}
.c-share-btns__link--linkedin {
  background-color: #0077B5;
}
.c-share-btns__link--linkedin::before {
  color: #fff;
}
.c-share-btns__link--pinterest {
  background-color: #AA2529;
}
.c-share-btns__link--pinterest::before {
  color: #fff;
}
.c-share-btns__link--email {
  width: 2.1em;
}
.c-share-btns__link--email::before {
  font-size: 0.8em;
  top: 50%;
  left: 0;
-webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
}
/*
 ** Component - Sidebar Container
 ** -----------------------------------------------------------------------------*/
.sidebar-container {
  margin: 0;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .sidebar-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar-container {
    display: block;
    position: absolute;
    width: 30%;
    top: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .sidebar-container {
    width: calc(50vw - 776px + 25%);
    right: calc(-50vw + 776px);
  }
}
/*
 ** Component - Sidebar
 ** -----------------------------------------------------------------------------*/
.sidebar {
  color: #464646;
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #7d7d7d;
  border-radius: 20px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    background-color: transparent;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    border-radius: 45px 0 0 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidebar {
    padding: 40px 60px;
  }
}

.sidebar h3 {
	margin-bottom:1rem;
	font-size:1.75rem;
}
.sidebar h4 {
	margin-bottom:0.2rem;
	font-size:1.25rem;
	line-height:1.1em;
}

.c-list + h3, .c-list +h4 {
	margin-top:1.3rem;
}

.c-slider {
  position: relative;
  padding: 0 40px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .c-slider {
    margin-bottom: 25px;
  }
}
.c-slider .icon, .c-slider .c-form-search__field--iconed::before, .c-slider .form__w7custom-checkbox input[type="checkbox"] + span::before, .form__w7custom-checkbox .c-slider input[type="checkbox"] + span::before, .c-slider [id^="gform_wrapper"] input[type="checkbox"] + label::before, [id^="gform_wrapper"] .c-slider input[type="checkbox"] + label::before, .c-slider .c-list__item::before, .c-slider .c-share-btns__link, .c-slider .c-tile-box__list-item::before {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  cursor: pointer;
}
.c-slider .icon:hover, .c-slider .c-form-search__field--iconed:hover::before, .c-slider .form__w7custom-checkbox input[type="checkbox"] + span:hover::before, .form__w7custom-checkbox .c-slider input[type="checkbox"] + span:hover::before, .c-slider [id^="gform_wrapper"] input[type="checkbox"] + label:hover::before, [id^="gform_wrapper"] .c-slider input[type="checkbox"] + label:hover::before, .c-slider .c-list__item:hover::before, .c-slider .c-share-btns__link:hover, .c-slider .c-tile-box__list-item:hover::before {
  opacity: 1;
}
.c-slider .icon--slider {
  font-size: 2.0rem;
}


.c-slider .slider__prev,
.c-slider .slider__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-slider .slider__prev {
  left: 5px;
}
@media only screen and (min-width: 480px) {
  .c-slider .slider__prev {
    left: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-slider .slider__prev {
    left: -13px;
  }
}
.c-slider .slider__next {
  right: 5px;
}
@media only screen and (min-width: 480px) {
  .c-slider .slider__next {
    right: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-slider .slider__next {
    right: -13px;
  }
}
.c-slider .c-button__container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.c-slider__list {
  margin-left: 0;
  margin-right: 0;
}
.c-slider__slide {
  display: block;
  box-sizing: border-box;
}
.c-slider__title {
  margin-top: 40px;
  padding: 0 5% 10px;
  font-size: 1.125rem;
  line-height: 1em;
  font-style: italic;
  color: #464646;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .c-slider__title {
    margin-top: 65px;
    padding: 0 4% 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-slider__title {
    margin-top: 75px;
    overflow: hidden;
    max-height: 85px;
  }
}

.c-slider__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 40px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  background-image: url("../assets/images/faded-logo.png");
  background-size: 80px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 480px) {
  .c-slider__link {
    height: 150px;
    background-size: 110px auto;
    border-radius: 50px;
    background-position: 50% 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-slider__link {
    height: 200px;
    background-size: 150px auto;
    border-radius: 60px;
  }
}
.c-slider__link:hover {
  opacity: 1;
}
.c-slider__container {
  padding: 0 8px;
}
/*
 ** Component - Post tags
 ** -----------------------------------------------------------------------------*/
.tags {
  display: block;
  width: auto;
}
.tags__head {
  display: inline-block;
  margin: 0 10px 0 0;
}
.tags__item {
  display: inline-block;
  margin: 0 10px 0 0;
}
/*
 ** Component - Post teaser
 ** -----------------------------------------------------------------------------*/
.c-teaser {
  font-size: 1rem;
  line-height: 1.5em;
  color: #464646;
}


.c-teaser + .c-teaser {
  margin-top: 70px;
}
.c-teaser__figure {
  position:relative;
  display: block;
  overflow: hidden;
  margin:0 auto 20px;
  width:60%;
  max-width: 100%;
  border-radius: 40px;
  background: #fff;
}
@media only screen and (min-width: 480px) {
  .c-teaser__figure {
  	margin: 0 3% 0 0;
  	float:left;
  	width:30%;
  }
}
@media only screen and (min-width: 768px) {
  .c-teaser__figure {
    border-radius: 40px;
width:30%;
margin:0 6% 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .c-teaser__figure {
    border-radius: 50px;

  }
}

@media only screen and (min-width: 1400px) {
  .c-teaser__figure {
    border-radius: 60px;
  }
}
.c-teaser__figure::after {
  content: '';
  display: block;
  width: 100%;
  padding: 90% 0 0 0;
  pointer-events: none;
}
.c-teaser__figure-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.c-teaser__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  max-width: 100%;
  height: auto;
}
.c-teaser__content {
  overflow: visible;
  padding: 0;
}

@media only screen and (min-width: 480px) {
	.c-teaser__content {
  padding:0;
  float:left;
  width:67%;
}
}

@media only screen and (min-width: 768px) {
.c-teaser__content {
  padding:0;
  float:left;
  width:64%;
}
}
@media only screen and (min-width: 1024px) {
.c-teaser__content {
  float:left;
  width:64%;
}
}
@media only screen and (min-width: 1400px) {
.c-teaser__content {
  float:left;
  width:64%;
}
}

article.hentry:after {
	content:'';
	display:table;
	clear:both;
}

.c-teaser__head {
  margin: 0;
}
.c-teaser__head-link:hover {
  color: currentColor;
}
.c-teaser__time {
  display: block;
  margin: 10px 0 0 0;
}
.c-teaser__text {
  margin: 11px 0 0 0;
}
.c-teaser__link {
  margin-top: 25px;
}
/*
 ** Component - Text box
 ** -----------------------------------------------------------------------------*/
.c-text-box {
  line-height: 1.4em;
  font-weight: 400;
  color: #464646;
  margin: 0;
  padding: 0;
}


/*
 ** Component - Tile box
 ** -----------------------------------------------------------------------------*/
.c-tile-box__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 0;
}
.c-tile-box__wrapper .isotop-gutter-sizer {
  width: 0;
}
@media only screen and (min-width: 768px) {
  .c-tile-box__wrapper .isotop-gutter-sizer {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 1024px) {
  .c-tile-box__wrapper .isotop-gutter-sizer {
    margin-left: 3.4%;
  }
}
.c-tile-box {
  position: relative;
  font-size: 1rem;
  line-height: 1.4em;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 40px 0;
  padding: 0;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  color: #7d7d7d;
}

@media only screen and (min-width: 768px) {
  .c-tile-box {
    width: 47%;
    border-radius: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-tile-box {
    width: 31%;
  }
}
@media only screen and (min-width: 1270px) {
  .c-tile-box {
  	border-radius: 60px;
  }
}
.c-tile-box__title {
  background: url(../assets/images/bg_faded-circles.png) no-repeat right top;
  color: #fff;
  min-height: 5rem;
  padding: 8px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.green .c-tile-box__title {
background-color: #a1be4e;
}

.orange .c-tile-box__title {
background-color: #546da0;
}

.blue .c-tile-box__title{
background-color: #80a7d9;
}

.c-tile-box .c-button {
    font-weight: 800;
    border-width: 1px;
    border-style: solid;
    border-radius: 17px 0 17px 0;
    box-shadow: 0px 1px 3px 0px #818181;
}

.green .c-button {
    background: #e6a523;
    border-color: #c88d18 transparent transparent #c88d18;
}

.green .c-button:hover {
    background: #c88d18;
    color:#fff;
}

.orange .c-button {
    background: #a1be4e;
    border-color: #88a13d transparent transparent #88a13d;
}

.orange .c-button:hover {
    background: #88a13d;
    color:#fff;
}

.blue .c-button {
    background: #a1be4e;
    border-color: #88a13d transparent transparent #88a13d;
}

.blue .c-button:hover {
    background: #88a13d;
    color:#fff;
}

@media only screen and (min-width: 768px) {
 .c-tile-box__title{
  min-height: 80px;
  
 }
}
@media only screen and (min-width: 1270px) {
  .c-tile-box__title{
  padding: 10px 35px;
  }
}
@media only screen and (min-width: 1400px) {
.c-tile-box__title {
  min-height: 100px;
  }	
}

.c-tile-box__title-h {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1em;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: lowercase;
}

.c-tile-box__content {
  position: static;
  padding: 13px 25px 13px;
  font-weight: 400;
  margin: 0 0 35px;
  font-size:0.875rem;
  line-height:1.4em;
}

@media only screen and (min-width: 768px) {
.c-tile-box__content {
  padding: 13px 25px 13px;
}
}
@media only screen and (min-width: 1270px) {
.c-tile-box__content {
  padding: 20px 35px 20px;
}
}


.c-tile-box__content-head {
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin: 0rem 0 10px;
}

.c-tile-box__list {
  list-style-type: disc;
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1em;
  font-size:0.875rem;
}
.c-tile-box__list-item {
  position: relative;
  padding: 0;
  margin: 0;
}
.c-tile-box__list-item + .c-tile-box__list-item {
  margin-top: 15px;
}

.c-tile-box__content-foot {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}

.c-tile-box__content-foot .c-button,.c-card__container .c-button {
	margin-bottom:0;
}
/*
 ** Component - Tile
 ** -----------------------------------------------------------------------------*/
.c-tile {
   text-align: center;
  color: #464646;
  float:none;
  clear:both;
  margin-top:30px;
}
@media only screen and (min-width: 480px) {
  .c-tile {
    text-align: left;
     }
}
@media only screen and (min-width: 1024px) {
  .c-tile {
    width: 48%;
    margin-right:2%;
    float:left;
    clear:none;
  }
  
  .o-tile-wrapper .c-tile:nth-of-type(2n+3){
  clear: both;
}
}
.c-tile--vertical {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .c-tile--vertical {
    width: 46%;
  }
}
.c-tile__image {
  overflow: hidden;
  display: block;
  border-radius: 28px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.5);
  width: 60%;
  height: auto;
  margin: 0 auto;
  font-size: 0;
}
@media only screen and (min-width: 480px) {
  .c-tile__image {
    width: 20%;
    float: left;
    margin-right: 4%;
  }
}

@media only screen and (min-width: 768px) {
  .c-tile__image {

  }
}

@media only screen and (min-width: 1024px) {
  .c-tile__image {
    width: 34%;
  }
}
.c-tile--vertical .c-tile__image {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.c-tile__image--circle {
  border-radius: 50%;
}
.c-tile__image-figure {
  margin: 0;
  width: 100%;
  height: auto;
}

.c-tile__image-img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-tile__content {
	margin-top:1rem;
}


@media only screen and (min-width: 480px) {
  .c-tile__content {
    margin-top: 0;
    float:left;
      width:76%;
  }
}

@media only screen and (min-width: 1024px) {
  .c-tile__content {
    width:62%;
  }
}

.c-tile:after {
	content:'';
	display:table;
	clear:both;
}

.c-tile--vertical .c-tile__content {
  margin-top: 20px;
}

.c-tile__content-inner--no-limit {
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
}
.c-tile__content-h {
  margin-bottom: 0.5rem;
  line-height: 1.1em;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
}

.c-tile__content-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3em;
  margin-bottom:0.5rem
}

.c-tile__button {
  margin-top: 10px;
}

@media only screen and (min-width:1024px) {
	.c-tile__button {
		margin-top:0;
	}
}

.c-box__header:after, [id^="gform_wrapper"]:after, .c-list--columns:after, .c-mini-teaser:after, .c-post:after, .c-posts:after, .c-profile:after, .c-teaser:after {
  clear: both;
  content: "";
  display: table;
}


.c-spotlight {
	border-radius:30px;
	box-shadow:0 0 15px rgba(0,0,0,0.7);
	overflow:hidden;
}

@media only screen and (min-width:1024px) {
	.c-spotlight {
	border-radius:45px;
}
}


.c-tile.c-spotlight .c-tile__content {
		width: 100%;
padding: 0 0 130%;
overflow: hidden;
position: relative;
margin-top:0;
}

.c-tile.c-spotlight .c-tile__content figure {
margin: 0;
width: 150%;
height: 150%;
position: absolute;
top: 65%;
left: 50%;
transform: translate(-50%,-50%);
transform-origin: 0 0;
transition: all .2s ease-in-out;
}

@media only screen and (min-width:768px){
	.c-tile.c-spotlight .c-tile__content figure {
top: 65%;
left: 50%;
}
}

.c-tile.c-spotlight .c-tile__content figure .c-tile__image-img {
    display: block;
    width: 100%;
    height:auto;
}

  .o-tile-wrapper .c-tile.c-spotlight:nth-of-type(2n+3){
  clear: none;
}

.o-tile-wrapper .c-tile.c-spotlight:nth-of-type(3n+4){
  clear: both;
}

.c-tile.c-spotlight .c-tile__content:hover figure {
    transform: translate(-50%,-50%);
    width:175%;
    height:175%;
    top:65%;
    left:50%;
}

.c-tile.c-spotlight .c-tile__content .c-tile__content-inner {
	display:block;
	width:100%;
	z-index:10;
	height:220px;
	position:absolute;
	bottom:-140px;
	left:0;
	padding:10px 20px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-size:1rem;	
	line-height:1em;
	transition: all .2s ease-in-out;
}

.c-tile.c-spotlight .c-tile__content:hover .c-tile__content-inner {
	bottom:0;
}

.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h2 {
	font-size:1.375rem;
	line-height:1em;
	margin:0;
}

.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h6 {
	font-size:1.1rem;
	line-height:1em;
	margin-bottom:30px;
}

.c-tile.c-spotlight .c-tile__content .c-tile__content-inner .read_more {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translatex(-50%);
	text-align:center;
	padding:0.3em 1em;
	white-space: nowrap;
	display:block;
	font-size:0.75rem;
	font-weight:700;
	border-radius:1rem 0;
	background:#e6a523;
	border:1px solid #c68d1b;
}

@media only screen and (min-width:768px){
	.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h2 {
	font-size:1.1rem;
}
	
	.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h6 {
	font-size:0.875rem;
}
}


@media only screen and (min-width:1024px){
	.c-tile.c-spotlight {
	width:30%;
}

.c-tile.c-spotlight .c-tile__content .c-tile__content-inner {
	height:184px;
	bottom:-118px;
	font-size:0.8rem;	
	line-height:1em;
}
	.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h2 {
	font-size:1.1rem;
}
	
	.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h6 {
	font-size:0.82rem;
	margin-bottom:20px;
}
}

@media only screen and (min-width:1366px){
	.c-tile.c-spotlight .c-tile__content .c-tile__content-inner {
	height:235px;
	bottom:-135px;
	font-size:0.9rem;	
	line-height:1em;
	padding:20px;
}
	.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h2 {
	font-size:1.1rem;
}
	
	.c-tile.c-spotlight .c-tile__content .c-tile__content-inner h6 {
	font-size:0.875rem;
	margin-bottom:40px;
}
}




/* Hide visually but not from screen readers */
.u-hide {
  left: -9999em !important;
  position: absolute !important;
}
.u-spacer {
  margin-bottom: 10px;
}
.u-noscroll {
  overflow: hidden;
}
.u-hide\@small {
  display: none;
}
@media only screen and (min-width: 768px) {
  .u-hide\@small {
    display: block;
  }
}
.u-justify-children {
  text-align: justify;
}
.u-justify-children > * {
  display: inline-block;
}
.u-justify-children:after {
  content: " ";
  width: 100%;
  display: inline-block;
}
.u-clearfix::before, .u-clearfix::after {
  content: '';
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  height: 0;
  visibility: hidden;
}
.u-make-rounded {
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .u-make-rounded {
    border-radius: 60px;
  }
}
.u-mask {
  background-color: rgba(255, 0, 0, 0.2);
}

.u-min-height--1200 {
  min-height: 1200px;
}
.u-spacing {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  clear: both;
}
.u-spacing--0 {
  margin-top: 0rem;
}

.c-expand--title {
	font-size:1.2rem;
	line-height:1em;
	letter-spacing:normal;
	font-style:italic;
}

.c-type--title {
  font-size: 0.8rem;
  line-height: 1em;
  letter-spacing: normal;
}

.c-type--title-av {
  font-size: 1.75rem;
  line-height: normal;
}
.c-type--title-md {
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0.625rem;
}
.c-type--text-lg {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.c-type--head {
  font-size: 2.0rem;
  line-height: 1em;
  margin-bottom:13px;
}

.c-type--head-md {
  font-size: 1.5rem;
  line-height: 1em;
}

.c-type--caps {
  text-transform: uppercase;
}
.c-type--centered {
  text-align: center;
}
.c-type--block {
  display: block;
}
.c-type--italic {
  font-style: italic;
}
.c-type--light {
  font-weight: 300;
}
.c-type--spaced {
  letter-spacing: 5px;
}

.u-width--12 {
  width: 100%;
}
@media (min-width: 320px) {
  .u-width--12--small {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .u-width--12--small-max {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--12--small-only {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .u-width--12--average {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .u-width--12--average-max {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--12--average-only {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-width--12--medium {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .u-width--12--medium-max {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--12--medium-only {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .u-width--12--large {
    width: 100%;
  }
}
@media (max-width: 1365px) {
  .u-width--12--large-max {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--12--large-only {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .u-width--12--laptop {
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .u-width--12--laptop-max {
    width: 100%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--12--laptop-only {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .u-width--12--full {
    width: 100%;
  }
}
@media (max-width: 3999) {
  .u-width--12--full-max {
    width: 100%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--12--full-only {
    width: 100%;
  }
}
.u-width--11 {
  width: 91.66667%;
}
@media (min-width: 320px) {
  .u-width--11--small {
    width: 91.66667%;
  }
}
@media (max-width: 479px) {
  .u-width--11--small-max {
    width: 91.66667%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--11--small-only {
    width: 91.66667%;
  }
}
@media (min-width: 480px) {
  .u-width--11--average {
    width: 91.66667%;
  }
}
@media (max-width: 767px) {
  .u-width--11--average-max {
    width: 91.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--11--average-only {
    width: 91.66667%;
  }
}
@media (min-width: 768px) {
  .u-width--11--medium {
    width: 91.66667%;
  }
}
@media (max-width: 1023px) {
  .u-width--11--medium-max {
    width: 91.66667%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--11--medium-only {
    width: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .u-width--11--large {
    width: 91.66667%;
  }
}
@media (max-width: 1365px) {
  .u-width--11--large-max {
    width: 91.66667%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--11--large-only {
    width: 91.66667%;
  }
}
@media (min-width: 1366px) {
  .u-width--11--laptop {
    width: 91.66667%;
  }
}
@media (max-width: 1599px) {
  .u-width--11--laptop-max {
    width: 91.66667%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--11--laptop-only {
    width: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .u-width--11--full {
    width: 91.66667%;
  }
}
@media (max-width: 3999) {
  .u-width--11--full-max {
    width: 91.66667%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--11--full-only {
    width: 91.66667%;
  }
}
.u-width--10 {
  width: 83.33333%;
}
@media (min-width: 320px) {
  .u-width--10--small {
    width: 83.33333%;
  }
}
@media (max-width: 479px) {
  .u-width--10--small-max {
    width: 83.33333%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--10--small-only {
    width: 83.33333%;
  }
}
@media (min-width: 480px) {
  .u-width--10--average {
    width: 83.33333%;
  }
}
@media (max-width: 767px) {
  .u-width--10--average-max {
    width: 83.33333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--10--average-only {
    width: 83.33333%;
  }
}
@media (min-width: 768px) {
  .u-width--10--medium {
    width: 83.33333%;
  }
}
@media (max-width: 1023px) {
  .u-width--10--medium-max {
    width: 83.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--10--medium-only {
    width: 83.33333%;
  }
}
@media (min-width: 1024px) {
  .u-width--10--large {
    width: 83.33333%;
  }
}
@media (max-width: 1365px) {
  .u-width--10--large-max {
    width: 83.33333%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--10--large-only {
    width: 83.33333%;
  }
}
@media (min-width: 1366px) {
  .u-width--10--laptop {
    width: 83.33333%;
  }
}
@media (max-width: 1599px) {
  .u-width--10--laptop-max {
    width: 83.33333%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--10--laptop-only {
    width: 83.33333%;
  }
}
@media (min-width: 1600px) {
  .u-width--10--full {
    width: 83.33333%;
  }
}
@media (max-width: 3999) {
  .u-width--10--full-max {
    width: 83.33333%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--10--full-only {
    width: 83.33333%;
  }
}
.u-width--9 {
  width: 75%;
}
@media (min-width: 320px) {
  .u-width--9--small {
    width: 75%;
  }
}
@media (max-width: 479px) {
  .u-width--9--small-max {
    width: 75%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--9--small-only {
    width: 75%;
  }
}
@media (min-width: 480px) {
  .u-width--9--average {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .u-width--9--average-max {
    width: 75%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--9--average-only {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .u-width--9--medium {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .u-width--9--medium-max {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--9--medium-only {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .u-width--9--large {
    width: 75%;
  }
}
@media (max-width: 1365px) {
  .u-width--9--large-max {
    width: 75%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--9--large-only {
    width: 75%;
  }
}
@media (min-width: 1366px) {
  .u-width--9--laptop {
    width: 75%;
  }
}
@media (max-width: 1599px) {
  .u-width--9--laptop-max {
    width: 75%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--9--laptop-only {
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .u-width--9--full {
    width: 75%;
  }
}
@media (max-width: 3999) {
  .u-width--9--full-max {
    width: 75%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--9--full-only {
    width: 75%;
  }
}
.u-width--8 {
  width: 66.66667%;
}
@media (min-width: 320px) {
  .u-width--8--small {
    width: 66.66667%;
  }
}
@media (max-width: 479px) {
  .u-width--8--small-max {
    width: 66.66667%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--8--small-only {
    width: 66.66667%;
  }
}
@media (min-width: 480px) {
  .u-width--8--average {
    width: 66.66667%;
  }
}
@media (max-width: 767px) {
  .u-width--8--average-max {
    width: 66.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--8--average-only {
    width: 66.66667%;
  }
}
@media (min-width: 768px) {
  .u-width--8--medium {
    width: 66.66667%;
  }
}
@media (max-width: 1023px) {
  .u-width--8--medium-max {
    width: 66.66667%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--8--medium-only {
    width: 66.66667%;
  }
}
@media (min-width: 1024px) {
  .u-width--8--large {
    width: 66.66667%;
  }
}
@media (max-width: 1365px) {
  .u-width--8--large-max {
    width: 66.66667%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--8--large-only {
    width: 66.66667%;
  }
}
@media (min-width: 1366px) {
  .u-width--8--laptop {
    width: 66.66667%;
  }
}
@media (max-width: 1599px) {
  .u-width--8--laptop-max {
    width: 66.66667%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--8--laptop-only {
    width: 66.66667%;
  }
}
@media (min-width: 1600px) {
  .u-width--8--full {
    width: 66.66667%;
  }
}
@media (max-width: 3999) {
  .u-width--8--full-max {
    width: 66.66667%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--8--full-only {
    width: 66.66667%;
  }
}
.u-width--7 {
  width: 58.33333%;
}
@media (min-width: 320px) {
  .u-width--7--small {
    width: 58.33333%;
  }
}
@media (max-width: 479px) {
  .u-width--7--small-max {
    width: 58.33333%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--7--small-only {
    width: 58.33333%;
  }
}
@media (min-width: 480px) {
  .u-width--7--average {
    width: 58.33333%;
  }
}
@media (max-width: 767px) {
  .u-width--7--average-max {
    width: 58.33333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--7--average-only {
    width: 58.33333%;
  }
}
@media (min-width: 768px) {
  .u-width--7--medium {
    width: 58.33333%;
  }
}
@media (max-width: 1023px) {
  .u-width--7--medium-max {
    width: 58.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--7--medium-only {
    width: 58.33333%;
  }
}
@media (min-width: 1024px) {
  .u-width--7--large {
    width: 58.33333%;
  }
}
@media (max-width: 1365px) {
  .u-width--7--large-max {
    width: 58.33333%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--7--large-only {
    width: 58.33333%;
  }
}
@media (min-width: 1366px) {
  .u-width--7--laptop {
    width: 58.33333%;
  }
}
@media (max-width: 1599px) {
  .u-width--7--laptop-max {
    width: 58.33333%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--7--laptop-only {
    width: 58.33333%;
  }
}
@media (min-width: 1600px) {
  .u-width--7--full {
    width: 58.33333%;
  }
}
@media (max-width: 3999) {
  .u-width--7--full-max {
    width: 58.33333%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--7--full-only {
    width: 58.33333%;
  }
}
.u-width--6 {
  width: 50%;
}
@media (min-width: 320px) {
  .u-width--6--small {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .u-width--6--small-max {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--6--small-only {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .u-width--6--average {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .u-width--6--average-max {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--6--average-only {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .u-width--6--medium {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .u-width--6--medium-max {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--6--medium-only {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .u-width--6--large {
    width: 50%;
  }
}
@media (max-width: 1365px) {
  .u-width--6--large-max {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--6--large-only {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .u-width--6--laptop {
    width: 50%;
  }
}
@media (max-width: 1599px) {
  .u-width--6--laptop-max {
    width: 50%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--6--laptop-only {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .u-width--6--full {
    width: 50%;
  }
}
@media (max-width: 3999) {
  .u-width--6--full-max {
    width: 50%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--6--full-only {
    width: 50%;
  }
}
.u-width--5 {
  width: 41.66667%;
}
@media (min-width: 320px) {
  .u-width--5--small {
    width: 41.66667%;
  }
}
@media (max-width: 479px) {
  .u-width--5--small-max {
    width: 41.66667%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--5--small-only {
    width: 41.66667%;
  }
}
@media (min-width: 480px) {
  .u-width--5--average {
    width: 41.66667%;
  }
}
@media (max-width: 767px) {
  .u-width--5--average-max {
    width: 41.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--5--average-only {
    width: 41.66667%;
  }
}
@media (min-width: 768px) {
  .u-width--5--medium {
    width: 41.66667%;
  }
}
@media (max-width: 1023px) {
  .u-width--5--medium-max {
    width: 41.66667%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--5--medium-only {
    width: 41.66667%;
  }
}
@media (min-width: 1024px) {
  .u-width--5--large {
    width: 41.66667%;
  }
}
@media (max-width: 1365px) {
  .u-width--5--large-max {
    width: 41.66667%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--5--large-only {
    width: 41.66667%;
  }
}
@media (min-width: 1366px) {
  .u-width--5--laptop {
    width: 41.66667%;
  }
}
@media (max-width: 1599px) {
  .u-width--5--laptop-max {
    width: 41.66667%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--5--laptop-only {
    width: 41.66667%;
  }
}
@media (min-width: 1600px) {
  .u-width--5--full {
    width: 41.66667%;
  }
}
@media (max-width: 3999) {
  .u-width--5--full-max {
    width: 41.66667%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--5--full-only {
    width: 41.66667%;
  }
}
.u-width--4 {
  width: 33.33333%;
}
@media (min-width: 320px) {
  .u-width--4--small {
    width: 33.33333%;
  }
}
@media (max-width: 479px) {
  .u-width--4--small-max {
    width: 33.33333%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--4--small-only {
    width: 33.33333%;
  }
}
@media (min-width: 480px) {
  .u-width--4--average {
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .u-width--4--average-max {
    width: 33.33333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--4--average-only {
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .u-width--4--medium {
    width: 33.33333%;
  }
}
@media (max-width: 1023px) {
  .u-width--4--medium-max {
    width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--4--medium-only {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .u-width--4--large {
    width: 33.33333%;
  }
}
@media (max-width: 1365px) {
  .u-width--4--large-max {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--4--large-only {
    width: 33.33333%;
  }
}
@media (min-width: 1366px) {
  .u-width--4--laptop {
    width: 33.33333%;
  }
}
@media (max-width: 1599px) {
  .u-width--4--laptop-max {
    width: 33.33333%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--4--laptop-only {
    width: 33.33333%;
  }
}
@media (min-width: 1600px) {
  .u-width--4--full {
    width: 33.33333%;
  }
}
@media (max-width: 3999) {
  .u-width--4--full-max {
    width: 33.33333%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--4--full-only {
    width: 33.33333%;
  }
}
.u-width--3 {
  width: 25%;
}
@media (min-width: 320px) {
  .u-width--3--small {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .u-width--3--small-max {
    width: 25%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--3--small-only {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .u-width--3--average {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .u-width--3--average-max {
    width: 25%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--3--average-only {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .u-width--3--medium {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .u-width--3--medium-max {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--3--medium-only {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .u-width--3--large {
    width: 25%;
  }
}
@media (max-width: 1365px) {
  .u-width--3--large-max {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--3--large-only {
    width: 25%;
  }
}
@media (min-width: 1366px) {
  .u-width--3--laptop {
    width: 25%;
  }
}
@media (max-width: 1599px) {
  .u-width--3--laptop-max {
    width: 25%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--3--laptop-only {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .u-width--3--full {
    width: 25%;
  }
}
@media (max-width: 3999) {
  .u-width--3--full-max {
    width: 25%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--3--full-only {
    width: 25%;
  }
}
.u-width--2 {
  width: 16.66667%;
}
@media (min-width: 320px) {
  .u-width--2--small {
    width: 16.66667%;
  }
}
@media (max-width: 479px) {
  .u-width--2--small-max {
    width: 16.66667%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--2--small-only {
    width: 16.66667%;
  }
}
@media (min-width: 480px) {
  .u-width--2--average {
    width: 16.66667%;
  }
}
@media (max-width: 767px) {
  .u-width--2--average-max {
    width: 16.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--2--average-only {
    width: 16.66667%;
  }
}
@media (min-width: 768px) {
  .u-width--2--medium {
    width: 16.66667%;
  }
}
@media (max-width: 1023px) {
  .u-width--2--medium-max {
    width: 16.66667%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--2--medium-only {
    width: 16.66667%;
  }
}
@media (min-width: 1024px) {
  .u-width--2--large {
    width: 16.66667%;
  }
}
@media (max-width: 1365px) {
  .u-width--2--large-max {
    width: 16.66667%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--2--large-only {
    width: 16.66667%;
  }
}
@media (min-width: 1366px) {
  .u-width--2--laptop {
    width: 16.66667%;
  }
}
@media (max-width: 1599px) {
  .u-width--2--laptop-max {
    width: 16.66667%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--2--laptop-only {
    width: 16.66667%;
  }
}
@media (min-width: 1600px) {
  .u-width--2--full {
    width: 16.66667%;
  }
}
@media (max-width: 3999) {
  .u-width--2--full-max {
    width: 16.66667%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--2--full-only {
    width: 16.66667%;
  }
}
.u-width--1 {
  width: 8.33333%;
}
@media (min-width: 320px) {
  .u-width--1--small {
    width: 8.33333%;
  }
}
@media (max-width: 479px) {
  .u-width--1--small-max {
    width: 8.33333%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .u-width--1--small-only {
    width: 8.33333%;
  }
}
@media (min-width: 480px) {
  .u-width--1--average {
    width: 8.33333%;
  }
}
@media (max-width: 767px) {
  .u-width--1--average-max {
    width: 8.33333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .u-width--1--average-only {
    width: 8.33333%;
  }
}
@media (min-width: 768px) {
  .u-width--1--medium {
    width: 8.33333%;
  }
}
@media (max-width: 1023px) {
  .u-width--1--medium-max {
    width: 8.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-width--1--medium-only {
    width: 8.33333%;
  }
}
@media (min-width: 1024px) {
  .u-width--1--large {
    width: 8.33333%;
  }
}
@media (max-width: 1365px) {
  .u-width--1--large-max {
    width: 8.33333%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .u-width--1--large-only {
    width: 8.33333%;
  }
}
@media (min-width: 1366px) {
  .u-width--1--laptop {
    width: 8.33333%;
  }
}
@media (max-width: 1599px) {
  .u-width--1--laptop-max {
    width: 8.33333%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .u-width--1--laptop-only {
    width: 8.33333%;
  }
}
@media (min-width: 1600px) {
  .u-width--1--full {
    width: 8.33333%;
  }
}
@media (max-width: 3999) {
  .u-width--1--full-max {
    width: 8.33333%;
  }
}
@media (min-width: 1600px) and (max-width: 3999) {
  .u-width--1--full-only {
    width: 8.33333%;
  }
}
/*
u-width--12--medium : 12/12 (100%)
u-width--12--medium : 12/11 (91.66667%)
u-width--12--medium : 12/10 (83.33333%)
u-width--12--medium : 12/9  (75%)
u-width--12--medium : 12/8  (66.66667%)
u-width--12--medium : 12/7  (58.33333%)
u-width--12--medium : 12/6  (50%)
u-width--12--medium : 12/5  (41.66667%)
u-width--12--medium : 12/4  (33.33333%)
u-width--12--medium : 12/3  (25%)
u-width--12--medium : 12/2  (16.66667%)
u-width--12--medium : 12/1  (8.33333%)
*/

/* Search Results */
#siq_search_results .search-results-row, #siq_search_results .search-sponsored-row { 
	background:none!important; border:0!important;
} 

#siq_search_results .search-results-R div.search-results-title a, #siq_search_results .siq-ads h2.srch-sponsored-title a {
	font-family:"Lato",sans-serif!important;
}

body #siq_search_results .search-results-R .sr-R-cont div, body #siq_search_results .siq-ads .srch-sponsored-R-cont p {
	font-size:1rem!important;
}

#siq_search_results .search-results-R div.search-results-title a:hover, #siq_search_results .siq-ads h2.srch-sponsored-title a:hover {
	color: #ef9219!important;
  text-decoration: underline!important;
}

body #siq_search_results .search-results-R div.search-results-title a, body #siq_search_results .siq-ads h2.srch-sponsored-title a {
	font-size:1.5rem!important;
}

#siq_search_results .img-responsive {
	background:none!important;
}

#siq_search_results ._siq_pagination a { 
	 border:1px solid #d29418!important; padding:0.2em 0.5em!important; font-weight:bold!important;
} 

#siq_search_results ._siq_pagination a:hover { 
	color:#fff!important; background:#d29418!important; font-weight:bold!important;
}

body #siq_search_results ._siq_pagination span.current,body #siq_search_results ._siq_pagination span.disabled {
	 padding:0.2em 0.4em!important;  font-weight:bold!important;
}

#siq_search_results ._siq_pagination a.active.next, #siq_search_results ._siq_pagination a.active.prev {
	color:#fff!important;
}