/* Master Imports
======================================================================================= */
/* 1. Sequence Specific
=================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Grid Settings
======================================================================================= */
/* 1. Neat Settings
=================================================================== */
/* 2. Neat Settings
=================================================================== */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #477dca;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.9375em 1.875em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #3964a2;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #477dca; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.9375em;
  padding: 1.875em; }

input,
label,
select {
  display: block;
  font-family: "Varela Round", sans-serif;
  font-size: 16px; }

label {
  font-weight: 600;
  margin-bottom: 0.46875em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  margin-bottom: 0.9375em;
  padding: 0.625em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.46875em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.9375em;
  width: 100%; }

select {
  margin-bottom: 1.875em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul {
    list-style-type: disc;
    margin-bottom: 0.9375em;
    padding-left: 1.875em; }

dl {
  margin-bottom: 0.9375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9375em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.9375em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.9375em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.9375em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #3a404c;
  font-family: "Varela Round", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 16px;
  line-height: 1.875; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.9375em; }

h1 {
  font-size: 45px; }

h2 {
  color: #a4cc56;
  font-size: 42px;
  font-weight: normal; }

h3 {
  font-size: 22px;
  line-height: 1.36; }

p {
  margin: 0 0 0.9375em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #355e98; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.875em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

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

/* Version 0.9

	VERSION 0.6 CHANGES:
	    Delicious Hamburger.
	    
	    New in this version: $width, $height, $thickness
	    ex. @include hamburger(40px, 33px, $blue, thin);
	    
	    $thickness can be set to the following (ascending) values:
	    thin, light, medium, bold, black
	    
	    Or, $thickness can be a decimal. This is treated as a ratio of height.
	    ex. $thickness of .2 yeilds bars that are 1/5th the height of $height
	    
	    Rounding and other logic ensures even spacing between bars. This can result
	    in a difference of 1px from your $height with a debug message letting
	    you know what up.
	    
	    NOTE: This mixin requires a span within your hamburger:
	    ex. <a id="hamburger" href="#" data-action="toggle-menu"><span></span></a>

	VERSION 0.7 CHANGES:
		Defaults to display: inline-block so that one may apply this to an <a> with
		minimal configuration.

		Fixed a bug that overwrote numeric arguments for $thickness

		cursor: pointer; is now a default attribute

		Changed all background declarations to background-color

		$method has 3 options: x1, x2, minus, and expand.
		ex: @include hamburger(40px, 33px, .135, thin, minus);

	VERSION 0.8 CHANGES:
		Defaults to block display from inline-block. Seperated the $transition variable 
		into $transition-time and $transition-method.

		Changed default method to x2 from x1.

		Made it so all methods respect the $transition-time and $transition-method
		arguments.

	VERSION 0.9 CHANGES:
		Changed "@if($gap-total % 2 == 0)" to "@if($gap-total % 2 == 0px)"

		This line checks if the space between the bars would be even. In future
		versions of sass 0px would not be equal to 0 and thus always evaluate
		to false.

*/
/* Version 0.1

    This requires /Templates/includes/ooh-logo.php
    ## ex: @include oohlogo(30px, #FFF, .5, ease-in);

*/
/* $nth is the omega child you're trying to reset (3n for example)*/
/* $cols (optional) is the new number of cols; needed to correct flex-gutter() */
/* example:
	div{
		@include span-columns(2 of 8);
		@include omega(4n);
	}
	@include media($tablet){
		@include omega-reset(4n, 6);
		@include span-columns(2 of 6);
		@include omega(3n);
	}
*/
@-ms-viewport {
  width: device-width; }

.hp {
  position: fixed;
  top: 200%;
  right: 0;
  bottom: 0;
  left: 0; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

/*
 * @name: %list-reset
 * @args: n/a
 * @description: Applies to a ul or ol element. Removes default
 *               list style, padding, and margin.
 */
.breadcrumbs, .social-share {
  list-style: none;
  margin: 0;
  padding: 0; }

/*
 * @name: %list-reset-horiz
 * @args: n/a
 * @description: applies to a ul or ol element. Removes default
 *               list style, padding, and margin. Sets li child
 *               elements to disply: inline-block. Useful for
 *               navigation and category lists.
 */
.breadcrumbs li, .social-share li {
  display: inline-block; }

/*
 * @name: %vertical-align
 * @args: n/a
 * @description: Vertically aligns an element in the center of
 *               its parent. Parent element must be of a fixed
 *               height. If the browser doesn't support transforms,
 *               it's a good idea to apply a fallback style that
 *               sets a reasonable top value.
 */
/*
 * @name: @wysiwyg
 * @args: $margin-side, $margin-bottom, $image-max-width
 * @description: Applies to an element that contains WYSIWYG
 *               content. Gives sensible default margin values
 *               and max-width for floated image child elements.
 */
.article-container {
  padding-bottom: 50px; }

.container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

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

.flex-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.editable-content img {
  max-width: 100%;
  height: auto; }

.editable-content img[style^="float:left;"],
.editable-content img[style^="float: left;"],
.editable-content img[style^="float :left;"],
.editable-content img[style*=" float:left;"],
.editable-content img[style*=" float: left;"],
.editable-content img[style*=" float :left;"] {
  margin-right: 30px;
  margin-bottom: 30px; }

.editable-content img[style^="float:right;"],
.editable-content img[style^="float: right;"],
.editable-content img[style^="float :right;"],
.editable-content img[style*=" float:right;"],
.editable-content img[style*=" float: right;"],
.editable-content img[style*=" float :right;"] {
  margin-left: 30px;
  margin-bottom: 30px; }

.editable-content p {
  margin-top: 0; }

.breadcrumbs li {
  display: inline;
  padding-right: 5px; }
  .breadcrumbs li:after {
    content: '>';
    padding-left: 5px; }
  .breadcrumbs li:last-child:after {
    display: none; }

.row {
  display: block;
  float: left;
  width: 100%; }

.social-share {
  text-align: center; }

.social-share li {
  margin-right: 10px; }

.social-share li:last-child {
  margin-right: 0; }

.social-share .a2a_img {
  display: none; }

.page-main.-site-info {
  padding-top: 200px; }

/*
	Custom Simple Selects v.03
*/
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden; }

.simpleselect,
.simpleselect * {
  box-sizing: content-box; }

.simpleselect {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 16px; }

.simpleselect .options {
  width: 100%;
  width: calc( 100% - 1px - 1px); }

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  padding: 10px;
  line-height: 16px;
  cursor: pointer;
  min-height: 16px; }

.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
  background-color: #d1d1d1;
  color: #262626; }

.simpleselect .options .optgroup .option {
  padding-left: 20px; }

.simpleselect .placeholder,
.simpleselect .options {
  background-color: #dedede;
  border: 1px solid #777;
  border-radius: 2px; }

.simpleselect .options .option:first-child {
  border-radius: 1px 1px 0 0; }

.simpleselect .options .option:last-child {
  border-radius: 0 0 1px 1px; }

.simpleselect .placeholder {
  position: relative;
  z-index: 1; }

.simpleselect .placeholder:hover {
  color: #dedede;
  background-color: #333; }

.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

.simpleselect .options .option.active {
  background-color: #333;
  color: #dedede; }

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background-color: #c5c5c5;
  color: black;
  border-color: #5e5e5e;
  cursor: default; }

.simpleselect.disabled .placeholder:after {
  opacity: .5; }

.simpleselect .placeholder:after {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  z-index: 1005;
  position: absolute;
  top: 11px;
  right: 16px;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  transition: all 0.2s; }

.simpleselect.active .placeholder:after {
  transform: rotate(225deg) translate(-4px, -3px); }

/**
 * Core PhotoSwipe CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
/**
 * Default PhotoSwipe UI CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1050; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

/**
 * Loading indicator, aka preloader.
 * You can play with preloader is here: http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  z-index: 20;
  opacity: 0;
  position: relative;
  transition: opacity 0.25s ease-out;
  will-change: opacity; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    background: url(/res/images/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #FFF;
  opacity: 0.7; }

.pswp__error-msg a {
  color: #FFF;
  text-decoration: underline; }

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  float: right;
  opacity: 0.75;
  transition: opacity 0.25s; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.pswp--animated-in .pswp__button {
  transition: opacity 0.25s; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/res/images/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/res/images/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1450;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  -webkit-backface-visibility: hidden; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1550;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  will-change: transform;
  -webkit-backface-visibility: hidden; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__top-bar,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

@media screen and (max-width: 1024px) {
  .pswp_scroll-wrap {
    top: 0;
    bottom: 0; }
  .pswp__caption {
    margin-top: 0; }
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  color: #FFF;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__bg,
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__bg,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp--minimal--dark .pswp__button--arrow--left,
.pswp--minimal--dark .pswp__button--arrow--right {
  background: none; }

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  z-index: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

.pswp--animate_opacity {
  opacity: 0;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -moz-grab;
  cursor: grap; }

.pswp--dragging .pswp__img {
  cursor: grabbing; }

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  transition: opacity 0.15s; }

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.simpleselect .options {
  box-sizing: border-box;
  width: 100%; }
  .simpleselect .options.forceDown {
    top: 100% !important;
    height: auto !important;
    overflow: auto !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.carousel {
  width: 100%;
  position: relative; }

.slide {
  width: 100%;
  height: 500px;
  background: no-repeat center center;
  background-size: cover; }

.slide-title {
  text-align: center; }

.slick-prev,
.slick-next {
  display: block;
  padding: 0;
  margin: auto;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  z-index: 10; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; }

.slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px; }
  .slick-prev:before {
    border-right: 20px solid #f00; }

.slick-next {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0; }
  .slick-next:before {
    border-left: 20px solid #f00; }

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center;
  z-index: 10; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .slick-dots button {
    display: block;
    width: 20px;
    height: 20px;
    border: 0 none;
    border-radius: 10px;
    background: #f00;
    font-size: 10px;
    line-height: 20px; }
    .slick-dots button:before {
      display: none; }
  .slick-dots .slick-active button {
    background: #ff0; }

.ooh-gallery {
  padding: 0;
  margin: 0;
  list-style: none; }

.ooh-gallery-thumb {
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 23.1012658228%;
  margin-bottom: 2.5316455696%; }
  .ooh-gallery-thumb:last-child {
    margin-right: 0; }
  .ooh-gallery-thumb:nth-child(4n) {
    margin-right: 0; }
  .ooh-gallery-thumb:nth-child(4n+1) {
    clear: left; }
  .ooh-gallery-thumb img {
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .ooh-gallery-thumb {
      float: left;
      display: block;
      margin-right: 3.8461538462%;
      width: 48.0769230769%;
      margin-bottom: 3.8461538462%; }
      .ooh-gallery-thumb:last-child {
        margin-right: 0; }
      .ooh-gallery-thumb:nth-child(2n) {
        margin-right: 0; }
      .ooh-gallery-thumb:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .ooh-gallery-thumb {
      float: left;
      display: block;
      margin-right: 42.1052631579%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 8%; }
      .ooh-gallery-thumb:last-child {
        margin-right: 0; } }

.ooh-gallery-title {
  display: block;
  text-align: center; }
  .ooh-gallery-title .caption {
    display: none; }

[data-action="toggle-mobile-menu"] {
  display: none; }
  @media screen and (max-width: 768px) {
    [data-action="toggle-mobile-menu"] {
      cursor: pointer;
      display: block;
      height: 30px;
      width: 30px;
      position: relative; }
      [data-action="toggle-mobile-menu"]:before, [data-action="toggle-mobile-menu"]:after {
        content: '';
        height: 6px;
        width: 100%;
        position: absolute;
        right: 0px;
        left: 0px;
        background-color: #000; }
      [data-action="toggle-mobile-menu"]:before {
        top: 0; }
      [data-action="toggle-mobile-menu"]:after {
        bottom: 0; }
      [data-action="toggle-mobile-menu"] span {
        display: block;
        height: 100%;
        width: 100%; }
        [data-action="toggle-mobile-menu"] span:before, [data-action="toggle-mobile-menu"] span:after {
          content: '';
          height: 6px;
          width: 100%;
          position: absolute;
          top: 12px;
          right: 0px;
          left: 0px;
          background-color: #000; }
      [data-action="toggle-mobile-menu"]:before, [data-action="toggle-mobile-menu"]:after {
        transition: background-color 0.3s ease-in-out, top 0.20001s 0.09999s ease-in-out, bottom 0.20001s 0.09999s ease-in-out, transform 0.09999s ease-in-out; }
      [data-action="toggle-mobile-menu"] span:before, [data-action="toggle-mobile-menu"] span:after {
        transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out; }
      [data-action="toggle-mobile-menu"][data-property="open"]:before, [data-action="toggle-mobile-menu"][data-property="open"]:after {
        background-color: #000;
        opacity: 1;
        transition: background-color 0.3s ease-in-out, top 0.20001s ease-in-out, bottom 0.20001s ease-in-out, transform 0.20001s 0.09999s ease-in-out; }
      [data-action="toggle-mobile-menu"][data-property="open"]:before {
        top: 12px;
        transform: rotate(45deg); }
      [data-action="toggle-mobile-menu"][data-property="open"]:after {
        bottom: 12px;
        transform: rotate(-45deg); }
      [data-action="toggle-mobile-menu"][data-property="open"] span:before, [data-action="toggle-mobile-menu"][data-property="open"] span:after {
        background-color: #000;
        opacity: 0; } }

@media screen and (max-width: 768px) {
  .site-nav-container {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    height: auto;
    max-height: 0px;
    overflow: hidden;
    position: relative;
    z-index: 900;
    transition: max-height 0.5s; }
    .site-nav-container.open {
      max-height: 1000px;
      transition: max-height 1s; } }

.main-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20; }
  .main-nav li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .main-nav li {
        display: block; } }

.has-subnav.vis .subnav {
  max-height: 500px; }

.subnav {
  height: auto;
  list-style: none;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%; }
  .subnav li {
    display: block; }
  @media screen and (max-width: 768px) {
    .subnav {
      position: relative;
      top: 0; } }

.frontend-test {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 0 20px; }
  .frontend-test::after {
    clear: both;
    content: "";
    display: table; }
  .frontend-test .component-test {
    padding: 50px 0; }
  .frontend-test .component-test-heading {
    margin-top: 0; }

.wysiwyg img {
  max-width: 100%;
  height: auto; }

.wysiwyg img[style^="float:left;"],
.wysiwyg img[style^="float: left;"],
.wysiwyg img[style^="float :left;"],
.wysiwyg img[style*=" float:left;"],
.wysiwyg img[style*=" float: left;"],
.wysiwyg img[style*=" float :left;"] {
  margin-right: 1em;
  margin-bottom: 1em; }

.wysiwyg img[style^="float:right;"],
.wysiwyg img[style^="float: right;"],
.wysiwyg img[style^="float :right;"],
.wysiwyg img[style*=" float:right;"],
.wysiwyg img[style*=" float: right;"],
.wysiwyg img[style*=" float :right;"] {
  margin-left: 1em;
  margin-bottom: 1em; }

body,
section {
  position: relative; }

ul {
  margin-bottom: 20px; }

li {
  list-style-type: none;
  margin-left: -10px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative; }
  li:before {
    content: '\f058';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px; }

.container.-small {
  max-width: 524px; }

.container.-medium {
  max-width: 580px; }

.cta {
  border: 4px solid #a4cc56;
  color: #3a404c;
  display: inline-block;
  font: bold 18px "Varela Round", sans-serif;
  padding: 14px 45px; }

.page-header {
  padding: 25px 38px;
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%; }
  .page-header h2 {
    color: #3a404c;
    font: bold 24px "Varela Round", sans-serif;
    margin-bottom: 14px; }
    @media screen and (max-width: 768px) {
      .page-header h2 {
        font-size: 20px; } }
  .page-header .logo {
    display: block;
    float: left;
    position: fixed;
    max-width: 130px; }
  .page-header .right {
    float: right;
    text-align: center; }
    @media screen and (max-width: 550px) {
      .page-header .right {
        display: none; } }
    @media screen and (max-width: 968px) {
      .page-header .right .cta {
        padding: 7px 25px; } }

.page-main {
  overflow: hidden; }

.connect {
  background: #a4cc56;
  position: relative;
  z-index: 100; }
  .connect .container {
    padding-top: 75px;
    padding-bottom: 83px; }
  .connect .title,
  .connect li:before {
    color: white; }

.how-we-help {
  background: url("/res/images/bg-how-we-help.jpg") center center no-repeat;
  background-size: cover; }

.how-we-help .container {
  padding-top: 71px;
  padding-bottom: 127px; }

.initiative {
  background: #a4cc56; }

.initiative .cta {
  border-color: white;
  margin-bottom: 100px; }

.initiative .inner {
  min-width: 300px;
  padding-top: 140px;
  padding-bottom: 121px;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 57.2784810127%;
  margin-left: 8.5443037975%;
  margin-right: 0; }
  .initiative .inner:last-child {
    margin-right: 0; }
  @media screen and (max-width: 700px) {
    .initiative .inner {
      max-width: 1310px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 auto;
      width: calc(100% - 30px); }
      .initiative .inner::after {
        clear: both;
        content: "";
        display: table; } }

.initiative .left,
.initiative .right {
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 350px; }

.initiative .left {
  background: url("/res/images/bg-initiative.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 700px) {
    .initiative .left {
      display: none; } }

.initiative .save {
  font: bold 24px "Varela Round", sans-serif; }

.initiative .title {
  color: white; }

.save-your-breath {
  padding-bottom: 100px;
  position: relative;
  z-index: 100;
  background: url("/res/images/bg-title.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 20vh;
  padding-bottom: 100px; }

.save-your-breath .logo {
  margin-bottom: 74px; }

.save-your-breath .text {
  display: none; }

.save-your-breath .photo.-top {
  top: 151px; }

.sign-up {
  text-align: center;
  background: url("/res/images/bg-sign-up.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px; }

.sign-up h2 {
  color: #3a404c;
  font: bold 24px "Varela Round", sans-serif;
  margin-bottom: 14px; }

.sign-up img {
  margin-bottom: 60px; }

.sign-up li {
  margin: 0;
  padding: 0; }

.sign-up li:before {
  content: ''; }

.sign-up ul {
  margin: 0;
  padding: 0; }

.sign-up .cta {
  margin-bottom: 67px; }

.sign-up .footer {
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.sign-up .ooh-logo {
  margin-left: 30px;
  position: relative; }
  .sign-up .ooh-logo path {
    fill: #222; }
    .sign-up .ooh-logo path.segment1 {
      transition: fill 0.2s 0 ease-in-out; }
    .sign-up .ooh-logo path.segment2 {
      transition: fill 0.2s 0.04s ease-in-out; }
    .sign-up .ooh-logo path.segment3 {
      transition: fill 0.2s 0.08s ease-in-out; }
    .sign-up .ooh-logo path.segment4 {
      transition: fill 0.2s 0.15s ease-in-out; }
    .sign-up .ooh-logo path.segment5 {
      transition: fill 0.2s 0.22s ease-in-out; }
    .sign-up .ooh-logo path.segment6 {
      transition: fill 0.2s 0.27s ease-in-out; }
  .sign-up .ooh-logo svg {
    display: inline-block;
    width: 35px;
    height: 35px; }
  .sign-up .ooh-logo:hover path.segment1 {
    fill: #c0272d; }
  .sign-up .ooh-logo:hover path.segment2 {
    fill: #922a8c; }
  .sign-up .ooh-logo:hover path.segment3 {
    fill: #ec2279; }
  .sign-up .ooh-logo:hover path.segment4 {
    fill: #f7971d; }
  .sign-up .ooh-logo:hover path.segment5 {
    fill: #8bc541; }
  .sign-up .ooh-logo:hover path.segment6 {
    fill: #2ba8e0; }

.social-share {
  text-align: left; }

.social-share li {
  margin-right: 44px; }

.social-share li:before {
  content: '';
  display: none; }

.social-share li:last-child {
  margin-right: 0px; }

.social-share ul {
  margin: 0;
  padding: 0;
  margin-left: -10px; }

.social-share .fa {
  background-color: #3a404c;
  border-radius: 5px;
  color: #a4cc56;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  height: 31px;
  width: 31px; }

.what-you-get .inner {
  min-width: 300px;
  float: left;
  display: block;
  margin-right: 2.5316455696%;
  width: 57.2784810127%;
  margin-left: 8.5443037975%;
  margin-right: 0; }
  .what-you-get .inner:last-child {
    margin-right: 0; }
  @media screen and (max-width: 700px) {
    .what-you-get .inner {
      max-width: 1310px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 auto;
      width: calc(100% - 30px); }
      .what-you-get .inner::after {
        clear: both;
        content: "";
        display: table; } }

.what-you-get .left,
.what-you-get .right {
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 350px; }

.what-you-get .left {
  background: url("/res/images/bg-what-you-get-2.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 700px) {
    .what-you-get .left {
      display: none; } }

.what-you-get .right {
  padding-top: 44px;
  padding-bottom: 43px; }

.what-you-get .title,
.what-you-get li:before {
  color: #4dc5da; }

/**
 * Photos
 */
.photo {
  display: block;
  max-width: 40%;
  min-width: 480px;
  opacity: 0;
  position: absolute;
  transform: rotate(0deg) translateX(0px) translateY(-50px) scale(1.2);
  transition: transform 0.35s ease-in-out, opacity 0.25s ease-in-out; }
  @media screen and (max-width: 727px) {
    .photo {
      display: none; } }

.photo.-bottom {
  bottom: -40px; }

.photo.-top {
  top: 0; }

.photo.-left {
  right: 70%; }
  @media screen and (max-width: 1500px) {
    .photo.-left {
      right: 80%; } }
  @media screen and (max-width: 950px) {
    .photo.-left {
      right: 90%; } }

.photo.-right {
  left: 70%; }
  @media screen and (max-width: 1500px) {
    .photo.-right {
      left: 80%; } }
  @media screen and (max-width: 950px) {
    .photo.-right {
      left: 90%; } }

.photo.-active {
  opacity: 1; }

.connect .photo.-active.-top.-left {
  transform: rotate(3deg) translateY(0px); }

.connect .photo.-active.-top.-right {
  transform: rotate(4deg) translateY(0px); }

.connect .photo.-active.-bottom.-left {
  transform: rotate(-2deg) translateY(0px); }

.connect .photo.-active.-bottom.-right {
  transform: rotate(-4deg) translateY(0px); }

.save-your-breath .photo.-active.-top.-left {
  transform: rotate(-3deg) translateY(0px); }

.save-your-breath .photo.-active.-top.-right {
  transform: rotate(-5deg) translateY(0px); }

.save-your-breath .photo.-active.-bottom.-left {
  transform: rotate(3deg) translateY(0px); }

.save-your-breath .photo.-active.-bottom.-right {
  transform: rotate(5deg) translateY(0px); }

/*# sourceMappingURL=style.css.map */
