@charset "UTF-8";
/*!
Theme Name: august
Theme URI: http://underscores.me/
Author: Polevault Agency
Author URI: http://polevaultagency.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: august
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

august is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Plugins
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Structure
    ## Header
    ## Home
    ## Posts and pages
    ## Pages
    ## Products
    ## Legal
    ## Retailers
    ## Jobs
    ## Slider
    ## Footer
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/2f07a8");
@import url("//hello.myfonts.net/count/2f1804");
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes team-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes team-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes team-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes team-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
thtml {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Perform a value into a percentage value.
 * @param {number} $value - The value which should be converted.
 * @returns {number} $value - The percentage.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Aliases for j-column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Aliases for j-column-width().
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Alias for j-column-gutter().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Alias for j-span().
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Alias for j-shift().
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * Alias for j-unshift().
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 * Aliases for j-edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Alias for j-center().
 */
/**
 * Uncenter an element.
 */
/**
 * Alias for j-uncenter().
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Alias for j-stack().
 */
/**
 * Unstack an element.
 */
/**
 * Alias for j-unstack().
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Alias for j-align().
 */
/**
 * Apply a clearfix to an element.
 */
/**
 * Alias for j-cf().
 */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block; }
    .owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      height: 1.8rem;
      width: 1.8rem;
      border-radius: 0.9rem;
      margin: 0 0.8rem;
      background: #9a9a99; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #353634; }
.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  font-size: 5rem;
  color: #9a9a99;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .owl-carousel .owl-nav div:hover {
    color: #353634; }
.owl-carousel .owl-nav .owl-prev {
  left: -60px; }
.owl-carousel .owl-nav .owl-next {
  right: -60px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
* Tooltip Styles
*/
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 2rem;
  width: 34rem;
  background-color: #85a0a6;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: left;
  border-radius: 2px; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #85a0a6; }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -17rem; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #85a0a6; }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #85a0a6; }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #85a0a6; }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 52%; } }

body,
button,
input,
select,
textarea {
  color: #353634;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/**
 * @license
 * MyFonts Webfont Build ID 3082152, 2015-08-27T17:57:43-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 *
 * Webfont: ProximaNova-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3082152
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * ┬⌐ 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("fonts/proximaNova/2F07A8_4_0.eot");
  src: url("fonts/proximaNova/2F07A8_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/proximaNova/2F07A8_4_0.woff2") format("woff2"), url("fonts/proximaNova/2F07A8_4_0.woff") format("woff"), url("fonts/proximaNova/2F07A8_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("fonts/proximaNova/2F07A8_5_0.eot");
  src: url("fonts/proximaNova/2F07A8_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/proximaNova/2F07A8_5_0.woff2") format("woff2"), url("fonts/proximaNova/2F07A8_5_0.woff") format("woff"), url("fonts/proximaNova/2F07A8_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("fonts/proximaNova/2F1804_2_0.eot");
  src: url("fonts/proximaNova/2F1804_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/proximaNova/2F1804_2_0.woff2") format("woff2"), url("fonts/proximaNova/2F1804_2_0.woff") format("woff"), url("fonts/proximaNova/2F1804_2_0.ttf") format("truetype"); }
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: ProximaNova-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

@font-face {
  font-family: 'august';
  src: url("fonts/icomoon/fonts/august.eot?ht06th");
  src: url("fonts/icomoon/fonts/august.eot?#iefixht06th") format("embedded-opentype"), url("fonts/icomoon/fonts/august.ttf?ht06th") format("truetype"), url("fonts/icomoon/fonts/august.woff?ht06th") format("woff"), url("fonts/icomoon/fonts/august.svg?ht06th#august") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'august';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\e900"; }

.icon-blog_icon:before {
  content: "\e800"; }

.icon-triangle_down_small:before {
  content: "\e600"; }

.icon-triangle_up_small:before {
  content: "\e601"; }

.icon-triangle_left_small:before {
  content: "\e602"; }

.icon-triangle_right_small:before {
  content: "\e603"; }

.icon-pinterest_icon:before {
  content: "\e604"; }

.icon-twitter_icon:before {
  content: "\e605"; }

.icon-facebook_icon:before {
  content: "\e606"; }

.icon-youtube_icon:before {
  content: "\e607"; }

.icon-august_circle_logo:before {
  content: "\e608"; }

.icon-dots_circle:before {
  content: "\e609"; }

.icon-play:before {
  content: "\e60a"; }

.icon-august_logo:before {
  content: "\e60b"; }

.icon-triangle_right:before {
  content: "\e60c"; }

.icon-triangle_left:before {
  content: "\e60d"; }

.icon-info:before {
  content: "\e901"; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

h2 {
  font-size: 5.4rem;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 4.8rem; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

a {
  -webkit-transition: all 0.37s ease-in-out;
  -moz-transition: all 0.37s ease-in-out;
  -ms-transition: all 0.37s ease-in-out;
  -o-transition: all 0.37s ease-in-out;
  transition: all 0.37s ease-in-out; }

ul, ol {
  margin: 0 0 1.5em 0em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.gform_wrapper {
  font-size: 1.8rem;
  letter-spacing: 0;
  max-width: 1024px; }
  .gform_wrapper .gform_body .gform_fields .gsection {
    border-bottom: 0;
    border-top: 1px solid #ed1b12;
    margin: 3rem 3rem 0 0;
    max-width: 580px; }
  .gform_wrapper .gform_body .gform_fields .gsection_title {
    font-size: 3.6rem;
    color: #353634;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    padding: 1.5rem 0 0 0 !important; }
  .gform_wrapper .gform_body .gform_fields li {
    margin: 0 0 1.2rem 0; }
  .gform_wrapper .gform_body .gform_fields .gfield_label {
    float: left;
    display: inline-block;
    background: #f2f2f2;
    padding: 1.3rem 1.5rem;
    margin: 0 0.3rem 0 0;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    width: 218px; }
    @media screen and (max-width: 740px) {
      .gform_wrapper .gform_body .gform_fields .gfield_label {
        background: none;
        padding: 0 0 0.5rem 0;
        width: auto; } }
  .gform_wrapper .gform_body .gform_fields .ginput_complex .ginput_full, .gform_wrapper .gform_body .gform_fields .ginput_complex .ginput_left, .gform_wrapper .gform_body .gform_fields .ginput_complex .ginput_right {
    display: block !important; }
  .gform_wrapper .gform_body .gform_fields input[type="text"],
  .gform_wrapper .gform_body .gform_fields select {
    border-radius: 0;
    background: #f2f2f2;
    border: 0;
    outline: 0;
    height: 4.9rem;
    width: 360px !important;
    margin: 0; }
    @media screen and (max-width: 740px) {
      .gform_wrapper .gform_body .gform_fields input[type="text"],
      .gform_wrapper .gform_body .gform_fields select {
        width: 100% !important; } }
    .gform_wrapper .gform_body .gform_fields input[type="text"]:focus,
    .gform_wrapper .gform_body .gform_fields select:focus {
      border: solid 1px #00a2b8; }
  .gform_wrapper .gform_body .gform_fields textarea {
    border-radius: 0;
    background: #f2f2f2;
    border: 0;
    width: 580px !important;
    padding: 5px 10px; }
  .gform_wrapper .gform_body .gform_fields .gsection:first-of-type {
    border-top: 0;
    border-bottom: 1px solid #ed1b12;
    margin: 0 3rem 3rem 0; }
  .gform_wrapper .gform_body .gform_fields .has-address .gfield_label {
    display: none !important; }
  .gform_wrapper .gform_body .gform_fields .has-address label {
    float: left;
    display: inline-block !important;
    background: #f2f2f2;
    padding: 1.3rem 1.5rem;
    margin: 0 0.3rem 0 0 !important;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    width: 218px; }
    @media screen and (max-width: 740px) {
      .gform_wrapper .gform_body .gform_fields .has-address label {
        background: none;
        padding: 0 0 0.5rem 0;
        width: auto; } }
  .gform_wrapper .gform_body .gform_fields .has-address input[type="text"],
  .gform_wrapper .gform_body .gform_fields .has-address select {
    width: 360px !important; }
  .gform_wrapper .gform_body .gform_fields .ginput_complex .ginput_left,
  .gform_wrapper .gform_body .gform_fields .ginput_complex .ginput_right,
  .gform_wrapper .gform_body .gform_fields .ginput_full {
    display: inline-block;
    width: auto;
    margin: 0 0 1.2rem; }
  .gform_wrapper .gform_body .gform_fields .has-multi .gfield_label,
  .gform_wrapper .gform_body .gform_fields .has-textarea .gfield_label {
    font-size: 2.4rem;
    padding: 1rem 0 0 0;
    background: transparent;
    width: auto;
    float: none;
    display: block; }
  @media screen and (max-width: 740px) {
    .gform_wrapper .gform_body .gform_fields img.ui-datepicker-trigger {
      margin-top: 1rem; } }
  .gform_wrapper .gform_body .gform_fields .gfield_checkbox,
  .gform_wrapper .gform_body .gform_fields .gfield_radio {
    padding: 0.5rem 0 1rem 0;
    max-width: 580px; }
    .gform_wrapper .gform_body .gform_fields .gfield_checkbox:after,
    .gform_wrapper .gform_body .gform_fields .gfield_radio:after {
      content: "";
      display: table;
      clear: both; }
    .gform_wrapper .gform_body .gform_fields .gfield_checkbox li,
    .gform_wrapper .gform_body .gform_fields .gfield_radio li {
      position: relative;
      margin: 0 0 1.5rem 0; }
      .gform_wrapper .gform_body .gform_fields .gfield_checkbox li label,
      .gform_wrapper .gform_body .gform_fields .gfield_radio li label {
        margin: 0; }
      .gform_wrapper .gform_body .gform_fields .gfield_checkbox li:before,
      .gform_wrapper .gform_body .gform_fields .gfield_radio li:before {
        position: absolute;
        font-family: 'august';
        content: "";
        display: inline-block;
        float: left;
        height: 28px;
        width: 28px;
        line-height: 1.3;
        border: solid 3px #bebeba;
        padding: 0 0 0 3px; }
    .gform_wrapper .gform_body .gform_fields .gfield_checkbox li.selected:before,
    .gform_wrapper .gform_body .gform_fields .gfield_radio li.selected:before {
      content: "\e900";
      background: #00a2b8;
      border: solid 3px #00a2b8;
      color: white; }
  .gform_wrapper .gform_body .gform_fields .gfield_checkbox input[type="checkbox"] {
    opacity: 0;
    width: 28px !important;
    height: 28px;
    margin: 0 10px 0 0; }
  .gform_wrapper .gform_body .gform_fields .gfield_checkbox li {
    float: left;
    margin: 0 0 3rem 0; }
  .gform_wrapper .gform_body .gform_fields .gfield_radio input[type="radio"] {
    opacity: 0;
    width: 28px !important;
    height: 28px;
    margin: 0 10px 0 0; }
  .gform_wrapper .gform_body .gform_fields .gfield_radio li:before {
    border-radius: 14px; }
  .gform_wrapper .gform_body .gform_fields .has-checkbox .gfield_checkbox li {
    min-width: 170px; }
  .gform_wrapper .gform_body .gform_fields .ginput_container_address label:after {
    content: "*";
    color: #790000;
    margin-left: .25em;
    font-size: 18px;
    line-height: 0; }
  .gform_wrapper .gform_body .gform_fields .has-captcha .gfield_label {
    display: none; }
  .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0; }
    .gform_wrapper .gform_footer input[type="submit"] {
      box-shadow: none;
      border: solid 2px #00a2b8;
      background: transparent;
      text-transform: uppercase;
      border-radius: 0;
      color: #00a2b8;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      padding: 1rem 3rem;
      letter-spacing: 0.1rem;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      font-size: 1.4rem; }
      .gform_wrapper .gform_footer input[type="submit"]:hover {
        background: #00a2b8;
        color: white; }

#gform_fields_1 .gfield_label {
  background: transparent;
  padding: 0.6rem;
  line-height: 1.3; }
  #gform_fields_1 .gfield_label span {
    display: none; }
#gform_fields_1 input[type="text"] {
  width: 100% !important;
  height: auto;
  margin-bottom: 1em; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  height: 56px;
  display: block;
  float: left;
  float: left;
  clear: none;
  width: 74.25%;
  margin-left: 0;
  margin-right: 3%; }
  .main-navigation:last-child {
    margin-right: 0; }
  .main-navigation .menu-main-menu-container {
    float: right; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999;
      width: 100%; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: ProximaNova-Semibold, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      border-bottom: solid 4px #ed1b12; }
  .main-navigation li.has-sub:hover #products-menu {
    z-index: 3;
    left: 0;
    -webkit-animation: fade-in .3s ease-out both;
    /* Safari 4+ */
    -moz-animation: fade-in .3s ease-out both;
    /* Fx 5+ */
    -o-animation: fade-in .3s ease-out both;
    /* Opera 12+ */
    animation: fade-in .3s ease-out both;
    /* IE 10+ */ }
  .main-navigation li.highlight a {
    background-color: #ed1b12;
    color: white; }
    .main-navigation li.highlight a:hover, .main-navigation li.highlight a:focus {
      border-bottom: solid 4px white; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #353634;
    padding: 1.8rem 3rem 1.4rem 3rem;
    border-bottom: solid 4px transparent; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#products-menu {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 56px;
  left: -99999px;
  width: 100%;
  background-color: white;
  padding: 2.5rem 0;
  -webkit-transition: all 0.3s ease-out 0.37s ease-in-out;
  -moz-transition: all 0.3s ease-out 0.37s ease-in-out;
  -ms-transition: all 0.3s ease-out 0.37s ease-in-out;
  -o-transition: all 0.3s ease-out 0.37s ease-in-out;
  transition: all 0.3s ease-out 0.37s ease-in-out;
  -webkit-animation: fade-out .2s ease-out both;
  /* Safari 4+ */
  -moz-animation: fade-out .2s ease-out both;
  /* Fx 5+ */
  -o-animation: fade-out .2s ease-out both;
  /* Opera 12+ */
  animation: fade-out .2s ease-out both;
  /* IE 10+ */ }
  #products-menu .sub-menu {
    position: relative;
    top: auto;
    left: 0;
    margin: 0;
    padding: 0;
    box-shadow: none; }
    #products-menu .sub-menu:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1024px) {
      #products-menu .sub-menu {
        padding: 0 2rem; } }
  #products-menu .menu-item {
    list-style-type: none;
    font-size: 1.4rem;
    line-height: 1.2;
    float: left;
    clear: none;
    width: 22.375%;
    margin-left: 0;
    margin-right: 3.5%;
    float: left; }
    #products-menu .menu-item:nth-of-type(4n) {
      margin-right: 0;
      float: right; }
    #products-menu .menu-item:nth-of-type(4n + 1) {
      clear: both; }
    @media screen and (max-width: 1024px) {
      #products-menu .menu-item {
        float: left;
        clear: none;
        width: 23.5%;
        margin-left: 0;
        margin-right: 2%; }
        #products-menu .menu-item:nth-of-type(4n) {
          margin-right: 0;
          float: right; }
        #products-menu .menu-item:nth-of-type(4n + 1) {
          clear: both; } }
    #products-menu .menu-item .product-thumb {
      float: left;
      margin-right: 2rem; }
      #products-menu .menu-item .product-thumb a {
        padding: 0;
        width: auto; }
    #products-menu .menu-item .title {
      display: block;
      padding: 0;
      text-transform: uppercase;
      margin: 0 0 0.3rem 0;
      border: 0;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300; }
      #products-menu .menu-item .title span {
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased; }
    #products-menu .menu-item .short-desc {
      text-transform: none;
      display: block;
      margin: 0 0 1.6rem 0;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300; }
    #products-menu .menu-item .price {
      color: #ed1b12;
      font-size: 1.4rem;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased; }
      #products-menu .menu-item .price sup {
        border-bottom: solid 1px rgba(237, 27, 18, 0.4);
        font-size: 0.9rem;
        line-height: 0.8;
        top: -0.4rem; }
    #products-menu .menu-item .button {
      width: auto;
      color: white;
      padding: 0.5rem 1.2rem;
      background-color: #ed1b12;
      font-size: 1.2rem;
      float: right;
      margin-top: -0.3rem;
      border-bottom: 0; }

/*
#products-menu.active {
	z-index: 3;
	left: 0;
	@include fade-in;
}
*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px; }
  .wrap:after {
    content: "";
    display: table; }

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.grid-container {
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.one {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .one:last-child {
    margin-right: 0; }

.one-half {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .one-half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .one-half {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .one-half:last-child {
        margin-right: 0; } }

.one-third {
  float: left;
  clear: none;
  width: 31.33333%;
  margin-left: 0;
  margin-right: 3%; }
  .one-third:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .one-third {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .one-third:last-child {
        margin-right: 0; } }

.one-fourth {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%; }
  .one-fourth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .one-fourth {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 0;
      margin-right: 3%; }
      .one-fourth:last-child {
        margin-right: 0; } }

.one-fifth {
  float: left;
  clear: none;
  width: 17.6%;
  margin-left: 0;
  margin-right: 3%; }
  .one-fifth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .one-fifth {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0;
      margin-right: 3%; }
      .one-fifth:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .one-fifth {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .one-fifth:last-child {
        margin-right: 0; } }

.one-sixth {
  float: left;
  clear: none;
  width: 14.16667%;
  margin-left: 0;
  margin-right: 3%; }
  .one-sixth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .one-sixth {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0;
      margin-right: 3%; }
      .one-sixth:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .one-sixth {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .one-sixth:last-child {
        margin-right: 0; } }

.one-seventh {
  float: left;
  clear: none;
  width: 11.71429%;
  margin-left: 0;
  margin-right: 3%; }
  .one-seventh:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .one-seventh {
      float: left;
      clear: none;
      width: 17.6%;
      margin-left: 0;
      margin-right: 3%; }
      .one-seventh:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .one-seventh {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0;
      margin-right: 3%; }
      .one-seventh:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .one-seventh {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .one-seventh:last-child {
        margin-right: 0; } }

.one-eighth {
  float: left;
  clear: none;
  width: 9.875%;
  margin-left: 0;
  margin-right: 3%; }
  .one-eighth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .one-eighth {
      float: left;
      clear: none;
      width: 22.75%;
      margin-left: 0;
      margin-right: 3%; }
      .one-eighth:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .one-eighth {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .one-eighth:last-child {
        margin-right: 0; } }

.one-ninth {
  float: left;
  clear: none;
  width: 8.44444%;
  margin-left: 0;
  margin-right: 3%; }
  .one-ninth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .one-ninth {
      float: left;
      clear: none;
      width: 14.16667%;
      margin-left: 0;
      margin-right: 3%; }
      .one-ninth:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .one-ninth {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0;
      margin-right: 3%; }
      .one-ninth:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .one-ninth {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .one-ninth:last-child {
        margin-right: 0; } }

.one-tenth {
  float: left;
  clear: none;
  width: 7.3%;
  margin-left: 0;
  margin-right: 3%; }
  .one-tenth:last-child {
    margin-right: 0; }

.span-one {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.span-one-half {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 480px) {
    .span-one-half {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-third {
  float: left;
  clear: none;
  width: 33.33333%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 480px) {
    .span-one-third {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-fourth {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 480px) {
    .span-one-fourth {
      float: left;
      clear: none;
      width: 50%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-fifth {
  float: left;
  clear: none;
  width: 20%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 768px) {
    .span-one-fifth {
      float: left;
      clear: none;
      width: 33.33333%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .span-one-fifth {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-sixth {
  float: left;
  clear: none;
  width: 16.66667%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 768px) {
    .span-one-sixth {
      float: left;
      clear: none;
      width: 33.33333%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .span-one-sixth {
      float: left;
      clear: none;
      width: 50%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-seventh {
  float: left;
  clear: none;
  width: 14.28571%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 960px) {
    .span-one-seventh {
      float: left;
      clear: none;
      width: 20%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .span-one-seventh {
      float: left;
      clear: none;
      width: 33.33333%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .span-one-seventh {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-eighth {
  float: left;
  clear: none;
  width: 12.5%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 960px) {
    .span-one-eighth {
      float: left;
      clear: none;
      width: 25%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .span-one-eighth {
      float: left;
      clear: none;
      width: 50%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-ninth {
  float: left;
  clear: none;
  width: 11.11111%;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 960px) {
    .span-one-ninth {
      float: left;
      clear: none;
      width: 16.66667%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .span-one-ninth {
      float: left;
      clear: none;
      width: 33.33333%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .span-one-ninth {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.span-one-tenth {
  float: left;
  clear: none;
  width: 10%;
  margin-left: 0;
  margin-right: 0; }

/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
html, body {
  overflow-x: hidden; }

@media screen and (max-width: 1360px) {
  .wrap {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
    .wrap .wrap {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

[class^=button], a[class^=button] {
  font-family: ProximaNova-Semibold, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  letter-spacing: 0.01rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.button {
  background: #00a2b8;
  color: #FFF;
  position: relative; }

.button:hover, a.button:hover {
  color: #FFFFFF; }

.button.white-outline, a.button.white-outline {
  background: transparent !important;
  border: 2px solid #FFFFFF !important;
  color: #FFFFFF !important; }

.button.white-outline:hover, a.button.white-outline:hover {
  background: #FFFFFF !important;
  color: #00a2b8 !important; }

.button.white-solid {
  background: white !important;
  border-color: white !important;
  color: #00a2b8 !important; }

.button.white-solid:hover, a.button.white-solid:hover {
  background: #f2f2f2 !important;
  color: #00a2b8 !important;
  border-color: #f2f2f2 !important; }

.button.blue-outline {
  border: 2px solid #00a2b8;
  color: #00a2b8 !important;
  background: transparent !important; }

.button.blue-outline:hover, a.button.blue-outline:hover {
  background: #00a2b8 !important;
  color: #FFFFFF !important; }

.button.blue-solid {
  background: #00a2b8 !important;
  color: white !important; }

.button.blue-solid:hover, a.button.blue-solid:hover {
  background: #008c9f !important;
  color: #FFFFFF !important;
  border-color: #008c9f !important; }

.button.red-outline {
  border: 2px solid #ed1b12 !important;
  color: #ed1b12 !important;
  background: transparent !important; }

.button.red-outline:hover, a.button.red-outline:hover {
  background: #ed1b12 !important;
  color: #FFFFFF !important; }

.button.red-solid {
  background: #ed1b12 !important;
  color: #FFF !important;
  border-color: #ed1b12 !important; }

.button.red-solid:hover, a.button.red-solid:hover {
  background: #aa403c !important;
  color: #FFFFFF !important;
  border-color: #aa403c !important; }

.hero {
  padding: 14rem 0;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 768px) {
    .hero {
      padding: 8rem 0; } }
  @media screen and (max-width: 740px) {
    .hero {
      padding: 4rem 0; } }
  .hero .wrap {
    max-width: 960px; }
    .hero .wrap:after {
      content: "";
      display: table;
      clear: both; }
  .hero .wrap.left {
    text-align: left; }
    .hero .wrap.left .heading, .hero .wrap.left .copy {
      max-width: 50%;
      float: left;
      clear: both; }
  .hero .wrap.right {
    text-align: right; }
    .hero .wrap.right .heading, .hero .wrap.right .copy {
      max-width: 50%;
      float: right;
      clear: both; }
  .hero .wrap.dark {
    color: #353634; }
    .hero .wrap.dark .heading, .hero .wrap.dark .copy {
      color: #353634; }
  .hero .heading, .hero .copy {
    margin: 0 auto;
    max-width: 80%;
    color: white;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .hero .heading, .hero .copy {
        max-width: 100%; } }
  .hero .heading {
    display: block;
    font-size: 7.2rem;
    line-height: 1;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .hero .heading {
        font-size: 4.8rem; }
        .hero .heading br {
          display: none; } }
  .hero .copy {
    font-size: 2.4rem;
    line-height: 1.2; }
    .hero .copy p {
      margin-bottom: 0; }

.accordion dt {
  background: #e6e7e8;
  border-radius: 3px;
  border: solid 2px #a7a9ac;
  margin-bottom: 8px;
  padding: 8px 8px 8px 20px; }
  .accordion dt a {
    color: #231f20;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    height: 100%;
    position: relative;
    padding-right: 32px; }
    .accordion dt a:after {
      font-family: 'fontawesome';
      content: "\f055";
      position: absolute;
      right: 10px;
      top: -4px;
      font-size: 20px;
      color: #bcbec0;
      line-height: 28px; }
  .accordion dt a.selected:after {
    content: "\f056"; }
.accordion dd {
  padding: 10px 0 0 0; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.94); }
  @media screen and (max-width: 768px) {
    .site-header {
      display: none; } }
  .site-header .site-branding {
    float: left;
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%; }
    .site-header .site-branding:last-child {
      margin-right: 0; }
    .site-header .site-branding .site-title {
      margin: 0; }
      .site-header .site-branding .site-title a {
        display: inline-block;
        padding: 1rem 0 0.3rem 0;
        text-decoration: none;
        color: #ed1b12; }
        .site-header .site-branding .site-title a span {
          font-size: 3.6rem; }

body #sdrn_bar {
  height: 70px;
  padding: 0 0 0 1rem; }
  body #sdrn_bar .bar_logo {
    height: 45px;
    top: 25px;
    padding-left: 5%; }
  body #sdrn_bar .sdrn_ic {
    background-color: #ed1b12;
    height: 70px;
    width: 70px; }
    body #sdrn_bar .sdrn_ic span {
      height: 6px;
      width: 38px;
      left: 16px; }
    body #sdrn_bar .sdrn_ic span.sdrn_ic_1 {
      top: 20px; }
    body #sdrn_bar .sdrn_ic span.sdrn_ic_2 {
      top: 32px; }
    body #sdrn_bar .sdrn_ic span.sdrn_ic_3 {
      top: 44px; }
body #sdrn_bar.menu_is_opened span.sdrn_ic_1 {
  top: -10px !important; }
body #sdrn_bar.menu_is_opened span.sdrn_ic_2 {
  top: 32px !important; }
body #sdrn_bar.menu_is_opened span.sdrn_ic_3 {
  top: 32px !important; }
body #sdrn_menu .sdrn_icon_par {
  width: 70px;
  left: auto;
  right: 0;
  text-align: center; }
  body #sdrn_menu .sdrn_icon_par:hover {
    color: #353634; }
body #sdrn_menu #sdrn_menu_ul li {
  text-transform: uppercase;
  font-size: 1.8rem;
  border: none;
  font-family: ProximaNova-Semibold, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased; }
  body #sdrn_menu #sdrn_menu_ul li:after {
    content: "";
    display: block;
    clear: both;
    width: 90%;
    margin: 0 5%;
    height: 1px;
    background-color: #d5d5d5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  body #sdrn_menu #sdrn_menu_ul li:last-child:after {
    background-color: white; }
  body #sdrn_menu #sdrn_menu_ul li:hover:after {
    width: 100%;
    margin: 0;
    background-color: #ed1b12; }
  body #sdrn_menu #sdrn_menu_ul li ul li {
    padding-left: 0; }
    body #sdrn_menu #sdrn_menu_ul li ul li:after {
      display: none; }
    body #sdrn_menu #sdrn_menu_ul li ul li a {
      padding-left: 10%; }
  body #sdrn_menu #sdrn_menu_ul li a {
    font-family: inherit;
    font-size: inherit;
    padding: 1.3rem 5%; }
    body #sdrn_menu #sdrn_menu_ul li a br {
      display: none; }
    body #sdrn_menu #sdrn_menu_ul li a:hover {
      background-color: #ed1b12; }
      @media screen and (max-width: 768px) {
        body #sdrn_menu #sdrn_menu_ul li a:hover {
          background-color: white;
          color: #353634; } }
  body #sdrn_menu #sdrn_menu_ul li a.sdrn_parent_item {
    border-left: 0;
    margin-left: 0; }
body #sdrn_menu #sdrn_menu_ul li.highlight {
  background-color: #ed1b12; }
  body #sdrn_menu #sdrn_menu_ul li.highlight a {
    color: white; }
  body #sdrn_menu #sdrn_menu_ul li.highlight:after {
    background-color: #ed1b12; }

@media screen and (max-width: 768px) {
  html.sdrn_desktop,
  html.sdrn_smartphone,
  html.sdrn_tablet,
  html.sdrn-device-Mobile {
    padding-top: 70px !important; } }

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home #content {
  padding-top: 0; }
  .home #content .content-section.story {
    padding: 19rem 0 10rem 0; }
    @media screen and (max-width: 768px) {
      .home #content .content-section.story {
        padding: 0; } }
    .home #content .content-section.story .copy {
      max-width: 40%; }
      @media screen and (max-width: 768px) {
        .home #content .content-section.story .copy {
          max-width: 60%;
          padding: 6rem 0; } }
      @media screen and (max-width: 740px) {
        .home #content .content-section.story .copy {
          max-width: 100%; } }
      .home #content .content-section.story .copy .heading {
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased; }
        @media screen and (max-width: 768px) {
          .home #content .content-section.story .copy .heading {
            color: white; } }
      @media screen and (max-width: 768px) {
        .home #content .content-section.story .copy .blurb {
          margin: 0 0 6rem 0;
          color: white; } }
      .home #content .content-section.story .copy .blurb p {
        font-size: 3rem;
        font-weight: lighter; }
        @media screen and (max-width: 768px) {
          .home #content .content-section.story .copy .blurb p {
            font-size: 2.8rem; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content {
  padding-top: 56px; }
  @media screen and (max-width: 768px) {
    #content {
      padding-top: 0; } }

.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.blog .category-nav, .category .category-nav {
  padding: 3rem 0;
  text-align: center; }
  .blog .category-nav ul, .category .category-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .blog .category-nav li, .category .category-nav li {
    display: inline-block;
    text-transform: uppercase; }
    .blog .category-nav li:after, .category .category-nav li:after {
      content: "|";
      display: inline-block;
      font-size: 1.8rem;
      color: #989898;
      padding: 0 1rem 0 1.2rem; }
    .blog .category-nav li:last-child:after, .category .category-nav li:last-child:after {
      display: none; }
  .blog .category-nav li.current-cat a, .category .category-nav li.current-cat a {
    color: #ed1b12; }
  .blog .category-nav a, .category .category-nav a {
    color: #989898;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: ProximaNova-Semibold, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 0.1rem;
    padding: 0 0 0.2rem 0;
    border-bottom: solid 2px transparent; }
    .blog .category-nav a:hover, .category .category-nav a:hover {
      border-bottom: solid 2px #ed1b12; }
.blog #content article.post, .category #content article.post {
  height: auto;
  position: relative;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .blog #content article.post:after, .category #content article.post:after {
    display: block;
    clear: both;
    content: ''; }
  .blog #content article.post .wrapper, .category #content article.post .wrapper {
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
  .blog #content article.post .content-section, .category #content article.post .content-section {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    float: right; }
    @media screen and (max-width: 1024px) {
      .blog #content article.post .content-section, .category #content article.post .content-section {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    .blog #content article.post .content-section .wrapper, .category #content article.post .content-section .wrapper {
      padding: 8% 0;
      max-width: 75%;
      margin: auto; }
      @media screen and (max-width: 1024px) {
        .blog #content article.post .content-section .wrapper, .category #content article.post .content-section .wrapper {
          max-width: 5% 0; } }
    .blog #content article.post .content-section time.entry-date.published, .category #content article.post .content-section time.entry-date.published {
      text-transform: uppercase;
      font-size: 1.8rem; }
    @media screen and (max-width: 1024px) {
      .blog #content article.post .content-section .entry-title, .category #content article.post .content-section .entry-title {
        margin: 1rem 0; } }
    @media screen and (max-width: 768px) {
      .blog #content article.post .content-section .entry-title, .category #content article.post .content-section .entry-title {
        font-size: 4.8rem;
        line-height: 1;
        margin: 2rem 0; } }
    .blog #content article.post .content-section .entry-title a, .category #content article.post .content-section .entry-title a {
      color: #ed1b12;
      font-size: 5.4rem;
      text-decoration: none;
      line-height: 1.2em; }
      @media screen and (max-width: 768px) {
        .blog #content article.post .content-section .entry-title a, .category #content article.post .content-section .entry-title a {
          font-size: 4.8rem;
          line-height: 1; } }
    .blog #content article.post .content-section .entry-excerpt, .category #content article.post .content-section .entry-excerpt {
      font-size: 2rem; }
    .blog #content article.post .content-section .entry-category a, .category #content article.post .content-section .entry-category a {
      color: #989898;
      font-size: 1.8rem;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0 5px; }
      .blog #content article.post .content-section .entry-category a:hover, .category #content article.post .content-section .entry-category a:hover {
        color: #ed1b12; }
      @media screen and (max-width: 768px) {
        .blog #content article.post .content-section .entry-category a, .category #content article.post .content-section .entry-category a {
          font-family: ProximaNova-Semibold, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased; } }
    .blog #content article.post .content-section .entry-category span, .category #content article.post .content-section .entry-category span {
      font-size: 1.8rem; }
  .blog #content article.post .featured-image, .category #content article.post .featured-image {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 1024px) {
      .blog #content article.post .featured-image, .category #content article.post .featured-image {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        right: auto;
        left: auto;
        min-height: 400px; } }
    @media screen and (max-width: 1024px) {
      .blog #content article.post .featured-image, .category #content article.post .featured-image {
        min-height: 280px; } }
    @media screen and (max-width: 740px) {
      .blog #content article.post .featured-image, .category #content article.post .featured-image {
        min-height: 180px;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%; } }
  .blog #content article.post:nth-child(odd), .category #content article.post:nth-child(odd) {
    background: #f3f5f6; }
    .blog #content article.post:nth-child(odd) .content-section, .category #content article.post:nth-child(odd) .content-section {
      float: left; }
    .blog #content article.post:nth-child(odd) .featured-image, .category #content article.post:nth-child(odd) .featured-image {
      right: 0;
      text-align: right; }
      @media screen and (max-width: 1024px) {
        .blog #content article.post:nth-child(odd) .featured-image, .category #content article.post:nth-child(odd) .featured-image {
          text-align: center; } }
  .blog #content article.post .button, .category #content article.post .button {
    margin: 2rem 0 0 0;
    padding: 0.7rem 3rem; }
    @media screen and (max-width: 740px) {
      .blog #content article.post .button, .category #content article.post .button {
        font-size: 1.8rem;
        text-align: center;
        width: 100%; } }
.blog .posts-navigation, .category .posts-navigation {
  max-width: 88%;
  margin: 0 auto;
  padding: 2rem 0; }
  .blog .posts-navigation a, .category .posts-navigation a {
    text-transform: uppercase;
    color: #00a2b8;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: ProximaNova-Semibold, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased; }
    .blog .posts-navigation a:before, .blog .posts-navigation a:after, .category .posts-navigation a:before, .category .posts-navigation a:after {
      display: inline-block;
      position: relative;
      top: 0.1rem;
      font-family: 'august'; }
  .blog .posts-navigation .nav-previous a:before, .category .posts-navigation .nav-previous a:before {
    content: "\e602";
    margin-right: 0.5rem; }
  .blog .posts-navigation .nav-next a:after, .category .posts-navigation .nav-next a:after {
    content: "\e603";
    margin-left: 0.5rem; }

.single #content article.post {
  height: auto; }
  .single #content article.post:after {
    display: block;
    clear: both;
    content: ''; }
  .single #content article.post .featured-image {
    width: 100%;
    min-height: 520px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block;
    text-align: center; }
    .single #content article.post .featured-image img {
      margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .single #content article.post .featured-image {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 300px; } }
    @media screen and (max-width: 740px) {
      .single #content article.post .featured-image {
        min-height: 180px;
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%; } }
  .single #content article.post .content-section {
    width: auto;
    max-width: 1280px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin: 40px auto; }
    .single #content article.post .content-section .entry-meta {
      margin: 5% auto; }
      .single #content article.post .content-section .entry-meta:after {
        content: "";
        display: table; }
    .single #content article.post .content-section time.entry-date.published {
      float: left;
      text-transform: uppercase;
      font-size: 1.8rem; }
    .single #content article.post .content-section .all-posts a {
      float: right;
      color: #00a2b8;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-font-smoothing: antialiased;
      letter-spacing: 0.1rem; }
      .single #content article.post .content-section .all-posts a span {
        position: relative;
        top: 0.1rem; }
    .single #content article.post .content-section .entry-title a {
      color: #ed1b12;
      font-size: 5.4rem;
      text-decoration: none;
      line-height: 1.2; }
    .single #content article.post .content-section .entry-content {
      font-size: 2rem; }
      .single #content article.post .content-section .entry-content a {
        text-decoration: none;
        color: #ed1b12; }
        .single #content article.post .content-section .entry-content a:hover {
          color: #aa403c; }
    .single #content article.post .content-section .entry-category {
      padding: 10px 0;
      border-bottom: 2px solid #e1e1e1;
      color: #989898; }
      .single #content article.post .content-section .entry-category a {
        color: #989898;
        font-size: 1.8rem;
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 5px; }
        .single #content article.post .content-section .entry-category a:hover {
          color: #ed1b12; }
.single #content .navigation {
  max-width: 1280px;
  margin: 4rem auto; }
  .single #content .navigation a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #00a2b8;
    border: solid 2px #00a2b8;
    padding: 0.6rem 3rem; }
    .single #content .navigation a:hover {
      background: #00a2b8;
      color: white; }
    .single #content .navigation a:before, .single #content .navigation a:after {
      display: inline-block;
      font-family: 'august';
      position: relative;
      top: 0.1rem; }
  .single #content .navigation .nav-previous a:before {
    content: "\e602";
    margin-right: 0.5rem; }
  .single #content .navigation .nav-next a:after {
    content: "\e603";
    margin-left: 0.5rem; }
.single #content .et_social_inline_bottom:before {
  display: block;
  margin: 0 0 1.5rem 0;
  font-family: ProximaNova-Semibold, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  content: "Share This";
  text-transform: uppercase;
  color: #989898;
  font-size: 1.8rem; }
.single #content .et_social_autowidth li {
  margin: 0 1rem 1rem 0 !important; }
.single #content .related-posts {
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 40px auto; }
  .single #content .related-posts:after {
    content: "";
    display: table;
    clear: both; }
  .single #content .related-posts:after {
    content: "";
    display: table; }
  .single #content .related-posts .post {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%;
    padding: 0 !important;
    background: #f3f5f6;
    max-height: 400px;
    -moz-box-shadow: 0px 4px 3px 0px #eee;
    -webkit-box-shadow: 0px 4px 3px 0px #eee;
    box-shadow: 0px 4px 3px 0px #eee;
    margin-bottom: 6rem; }
    .single #content .related-posts .post:last-child {
      margin-right: 0; }
    @media screen and (max-width: 740px) {
      .single #content .related-posts .post {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .single #content .related-posts .post:last-child {
          margin-right: 0; } }
    .single #content .related-posts .post .featured-image {
      width: 100%;
      max-height: 240px;
      min-height: 0;
      overflow: hidden;
      display: block;
      text-align: center; }
      .single #content .related-posts .post .featured-image img {
        margin: 0 auto;
        display: block; }
    .single #content .related-posts .post .content-section {
      width: auto;
      max-width: 1280px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      margin: 20px auto !important;
      padding: 2% !important;
      text-align: center; }
      .single #content .related-posts .post .content-section .entry-title a {
        color: #000000 !important;
        font-size: 2.1rem !important;
        font-family: ProximaNova-Regular, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased;
        text-decoration: none;
        line-height: 1.2; }
      .single #content .related-posts .post .content-section .read-more {
        color: #00a2b8;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.1rem; }
        .single #content .related-posts .post .content-section .read-more span {
          position: relative;
          top: 0.1rem; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page .page-nav {
  padding: 3rem 0;
  text-align: center; }
  .page .page-nav ul {
    padding: 0;
    margin: 0 !important; }
  .page .page-nav li {
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .page .page-nav li a {
      color: #989898;
      text-decoration: none;
      font-size: 1.8rem;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      letter-spacing: 0.1rem;
      padding: 0 0 0.2rem 0;
      border-bottom: solid 2px transparent; }
    .page .page-nav li:hover a {
      border-bottom: solid 2px #ed1b12; }
    .page .page-nav li:after {
      content: "|";
      display: inline-block;
      font-size: 1.8rem;
      color: #989898;
      padding: 0 1rem 0 1.2rem; }
    .page .page-nav li:last-child:after {
      content: ""; }
  .page .page-nav li.current_page_item a {
    color: #ed1b12; }
.page .entry-content {
  font-size: 2rem;
  -webkit-font-smoothing: antialiased; }
  .page .entry-content p {
    margin: 0 0 1.5rem 0; }
  .page .entry-content ul, .page .entry-content ol {
    margin: 0 0 1.5rem 2em; }
    @media screen and (max-width: 768px) {
      .page .entry-content ul, .page .entry-content ol {
        margin: 0 0 1.5rem 0; } }
    .page .entry-content ul li, .page .entry-content ol li {
      margin: 0 0 1rem 0; }
.page .section-title {
  font-size: 5.4rem;
  margin: 4.5rem 0;
  line-height: 1.2;
  color: #ed1b12;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .page .section-title {
      font-size: 4.8rem; } }

.page-template-page-content-block #content {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .page-template-page-content-block #content #primary {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 3%; }
    .page-template-page-content-block #content #primary:last-child {
      margin-right: 0; }
    .page-template-page-content-block #content #primary #main {
      margin: 0;
      position: relative; }
      .page-template-page-content-block #content #primary #main .entry-content {
        margin: auto; }
  .page-template-page-content-block #content .featured-image {
    height: 75vh;
    min-height: 675px;
    max-height: 750px;
    background-repeat: repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: relative; }
    .page-template-page-content-block #content .featured-image .entry-header {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      margin: auto;
      line-height: 60px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .page-template-page-content-block #content .featured-image .entry-header h1.entry-title {
        font-size: 3em;
        color: #FFFFFF;
        text-align: center;
        line-height: 60px;
        margin: 200px auto 0; }
        @media screen and (max-width: 960px) {
          .page-template-page-content-block #content .featured-image .entry-header h1.entry-title {
            font-size: 2.3em;
            margin: 75px auto 0; } }
    .page-template-page-content-block #content .featured-image .entry-meta {
      font-size: 1.1em;
      color: #FFFFFF; }
    @media screen and (max-width: 1024px) {
      .page-template-page-content-block #content .featured-image {
        background-attachment: scroll, scroll; } }
    @media screen and (max-width: 480px) {
      .page-template-page-content-block #content .featured-image {
        min-height: 475px;
        max-height: 550px; } }
  .page-template-page-content-block #content .service {
    text-align: center;
    padding: 8px 0; }
    @media screen and (max-width: 480px) {
      .page-template-page-content-block #content .service {
        min-width: 50%; } }
    .page-template-page-content-block #content .service [class^=icon-] {
      width: 100px;
      height: 100px;
      font-size: 3em;
      border: 3px solid #FFF;
      border-radius: 8px;
      padding: 15px;
      margin: 5px auto 10px; }
    .page-template-page-content-block #content .service h3 {
      font-size: 1.2em;
      margin: 20px auto; }
  .page-template-page-content-block #content .previous-next, .page-template-page-content-block #content .posts-navigation {
    clear: both; }
    .page-template-page-content-block #content .previous-next .prev-next-related, .page-template-page-content-block #content .posts-navigation .prev-next-related {
      float: left;
      clear: none;
      width: 25%;
      margin-left: 0;
      margin-right: 0;
      min-height: 260px;
      background-color: rgba(0, 0, 0, 0.3);
      background-repeat: repeat, no-repeat;
      background-position: center center, center center;
      background-size: auto, cover;
      position: relative;
      text-align: center;
      text-decoration: none;
      font-size: 1.4em;
      color: #FFFFFF;
      overflow: hidden;
      -webkit-transition: all 0.37s ease-in-out;
      -moz-transition: all 0.37s ease-in-out;
      -ms-transition: all 0.37s ease-in-out;
      -o-transition: all 0.37s ease-in-out;
      transition: all 0.37s ease-in-out; }
      .page-template-page-content-block #content .previous-next .prev-next-related .info, .page-template-page-content-block #content .posts-navigation .prev-next-related .info {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: transparent;
        -webkit-transition: all 0.37s ease-in-out;
        -moz-transition: all 0.37s ease-in-out;
        -ms-transition: all 0.37s ease-in-out;
        -o-transition: all 0.37s ease-in-out;
        transition: all 0.37s ease-in-out; }
      .page-template-page-content-block #content .previous-next .prev-next-related h2, .page-template-page-content-block #content .posts-navigation .prev-next-related h2 {
        height: 20px;
        color: #FFFFFF;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.37s ease-in-out;
        -moz-transition: all 0.37s ease-in-out;
        -ms-transition: all 0.37s ease-in-out;
        -o-transition: all 0.37s ease-in-out;
        transition: all 0.37s ease-in-out; }
      .page-template-page-content-block #content .previous-next .prev-next-related:hover h2, .page-template-page-content-block #content .posts-navigation .prev-next-related:hover h2 {
        color: #00a2b8; }
      .page-template-page-content-block #content .previous-next .prev-next-related:hover .info, .page-template-page-content-block #content .posts-navigation .prev-next-related:hover .info {
        background-color: rgba(0, 0, 0, 0.5);
        color: #00a2b8; }
      .page-template-page-content-block #content .previous-next .prev-next-related [class^=icon-], .page-template-page-content-block #content .posts-navigation .prev-next-related [class^=icon-] {
        font-size: 2.5em;
        color: #FFFFFF;
        margin-top: 100px;
        -webkit-transition: all 0.37s ease-in-out;
        -moz-transition: all 0.37s ease-in-out;
        -ms-transition: all 0.37s ease-in-out;
        -o-transition: all 0.37s ease-in-out;
        transition: all 0.37s ease-in-out; }
      .page-template-page-content-block #content .previous-next .prev-next-related:hover [class^=icon-], .page-template-page-content-block #content .posts-navigation .prev-next-related:hover [class^=icon-] {
        color: #00a2b8; }
      @media screen and (max-width: 960px) {
        .page-template-page-content-block #content .previous-next .prev-next-related, .page-template-page-content-block #content .posts-navigation .prev-next-related {
          float: left;
          clear: none;
          width: 50%;
          margin-left: 0;
          margin-right: 0;
          min-height: 280px;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .page-template-page-content-block #content .previous-next .prev-next-related, .page-template-page-content-block #content .posts-navigation .prev-next-related {
          float: left;
          clear: none;
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          min-height: 280px;
          text-align: center; } }

footer.entry-footer .footer-meta {
  clear: both;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px; }
  footer.entry-footer .footer-meta span {
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #00a2b8;
    color: #FFF;
    margin: 3px; }
    footer.entry-footer .footer-meta span a {
      color: #FFF;
      text-decoration: none; }

[class*=color-content] {
  padding: 40px;
  margin: 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  [class*=color-content]:after {
    content: "";
    display: table;
    clear: both; }
  [class*=color-content] .wrapper.left {
    text-align: left; }
  [class*=color-content] .wrapper.center {
    text-align: center; }
  [class*=color-content] .wrapper.right {
    text-align: right; }
  [class*=color-content] h1 {
    font-size: 6.4rem;
    margin: 0 0 20px;
    color: #ed1b12; }
  [class*=color-content] h2 {
    font-size: 5rem;
    margin: 0 0 20px;
    color: #ed1b12; }
  [class*=color-content] h3 {
    font-size: 4rem;
    margin: 0 0 20px; }
  [class*=color-content] h4 {
    font-size: 3.2rem;
    margin: 0 0 20px; }
  [class*=color-content] h5 {
    font-size: 2.4rem;
    margin: 0 0 20px; }
  [class*=color-content] p {
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      [class*=color-content] p {
        font-size: 2.2rem; } }
  [class*=color-content] a {
    color: #00a2b8;
    text-decoration: none;
    -webkit-transition: all 0.37s ease-in-out;
    -moz-transition: all 0.37s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.37s ease-in-out;
    transition: all 0.37s ease-in-out; }
    [class*=color-content] a:hover {
      background-color: transparent;
      color: #008c9f;
      text-decoration: none; }
  [class*=color-content] .button {
    margin-top: 1.5rem; }
    @media screen and (max-width: 768px) {
      [class*=color-content] .button {
        width: 100%;
        text-align: center; } }

[class*=color-content].cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

[class*=color-content-][class*=black] {
  background-color: #000000;
  color: #FFFFFF; }
  [class*=color-content-][class*=black] h1, [class*=color-content-][class*=black] h2, [class*=color-content-][class*=black] h3 {
    color: #FFF; }

[class*=color-content-][class*=white] {
  background-color: #FFFFFF;
  color: #000000; }
  [class*=color-content-][class*=white] h1, [class*=color-content-][class*=white] h2, [class*=color-content-][class*=white] h3 {
    color: #00a2b8; }

[class*=color-content-][class*=gray] {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF; }
  [class*=color-content-][class*=gray] h1, [class*=color-content-][class*=gray] h2, [class*=color-content-][class*=gray] h3 {
    color: #FFF; }

[class*=color-content-][class*=light-gray] {
  background-color: #f3f5f6;
  color: #000; }
  [class*=color-content-][class*=light-gray] h1, [class*=color-content-][class*=light-gray] h2, [class*=color-content-][class*=light-gray] h3 {
    color: #00a2b8; }

[class*=color-content].single {
  clear: both; }

[class*=-of-3].two-by-two {
  padding: 80px 40px; }

[class*=-of-3].one-by-two {
  padding: 40px; }

[class*=-of-4].one-by-two {
  padding: 40px; }

[class*=-of-4].one-by-one {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
  padding: 40px; }
  [class*=-of-4].one-by-one:last-child {
    margin-right: 0; }

[class*=block-].one-by-one {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px; }

[class*=block-].one-by-two {
  padding: 40px; }

[class*=-of-8].one-by-one {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0; }

.map {
  width: 100%;
  height: 400px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  clear: both; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content-rows {
  padding: 0; }
  .content-rows .grid-container:after {
    content: "";
    display: table;
    clear: both; }
  .content-rows .grid-container .col {
    padding: 95px 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

h3.gform_title, .gform_description {
  display: none; }

#disqus_thread {
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

.ta-left {
  text-align: left !important; }
  .ta-left h1, .ta-left h2, .ta-left h3, .ta-left h4, .ta-left h5 {
    margin: auto auto 20px 0; }

.iconset {
  margin: 10px auto; }
  .iconset [class^=icon-] {
    font-size: 1.4em;
    padding: 8px;
    border-radius: 7px; }

form input[type=text] {
  width: 100%;
  font-size: 1.3em;
  padding: .5em;
  margin-bottom: 1em; }

.content-row {
  padding: 4rem 0;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media screen and (max-width: 768px) {
    .content-row {
      padding: 4rem 0; } }
  .content-row .row-heading {
    color: #ed1b12;
    font-size: 4.8rem;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    text-align: center;
    margin: 0 0 1rem 0; }
    @media screen and (max-width: 768px) {
      .content-row .row-heading {
        color: #ed1b12;
        font-size: 4rem;
        margin: 2rem 3rem; } }
  .content-row .owl-carousel .owl-item {
    text-align: center; }
    .content-row .owl-carousel .owl-item:last-of-type .product:after {
      display: none; }
    .content-row .owl-carousel .owl-item .product {
      margin: 1rem; }
      @media screen and (max-width: 768px) {
        .content-row .owl-carousel .owl-item .product {
          background-position: center top; } }
      .content-row .owl-carousel .owl-item .product a {
        display: block;
        text-decoration: none; }
      .content-row .owl-carousel .owl-item .product:after {
        content: "";
        height: 23rem;
        width: 1px;
        background-color: #e0e0e0;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11.5rem; }
      .content-row .owl-carousel .owl-item .product .inner {
        background-color: white;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        .content-row .owl-carousel .owl-item .product .inner .img-wrap {
          height: 23rem;
          position: relative; }
          .content-row .owl-carousel .owl-item .product .inner .img-wrap .helper {
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          .content-row .owl-carousel .owl-item .product .inner .img-wrap img {
            display: inline-block;
            vertical-align: middle; }
        .content-row .owl-carousel .owl-item .product .inner .copy {
          padding: 2rem 0 3rem 0; }
          .content-row .owl-carousel .owl-item .product .inner .copy .title {
            color: #353634;
            font-family: ProximaNova-Light, sans-serif;
            -webkit-font-smoothing: antialiased;
            font-weight: 300;
            font-size: 2.2rem;
            margin: 0;
            text-transform: uppercase; }
            .content-row .owl-carousel .owl-item .product .inner .copy .title span {
              font-family: ProximaNova-Semibold, sans-serif;
              font-weight: normal;
              -webkit-font-smoothing: subpixel-antialiased; }
          .content-row .owl-carousel .owl-item .product .inner .copy .short-desc {
            display: block;
            font-size: 1.6rem;
            margin: 0 0 2rem 0;
            color: #989898;
            line-height: 1.3;
            font-family: ProximaNova-Light, sans-serif;
            -webkit-font-smoothing: antialiased;
            font-weight: 300; }
            .content-row .owl-carousel .owl-item .product .inner .copy .short-desc br {
              display: none; }
            @media screen and (max-width: 768px) {
              .content-row .owl-carousel .owl-item .product .inner .copy .short-desc {
                color: #353634;
                font-family: ProximaNova-Regular, sans-serif;
                font-weight: normal;
                -webkit-font-smoothing: subpixel-antialiased;
                padding: 0 2rem; } }
          .content-row .owl-carousel .owl-item .product .inner .copy .button {
            display: inline-block;
            clear: both;
            background-color: white;
            color: #00a2b8;
            border: solid 2px #00a2b8; }
            @media screen and (max-width: 768px) {
              .content-row .owl-carousel .owl-item .product .inner .copy .button {
                width: 80%; } }
      .content-row .owl-carousel .owl-item .product:hover .inner {
        background-color: rgba(255, 255, 255, 0); }
        .content-row .owl-carousel .owl-item .product:hover .inner .copy {
          background-color: rgba(255, 255, 255, 0.75); }
          .content-row .owl-carousel .owl-item .product:hover .inner .copy .short-desc {
            color: #353634; }
          .content-row .owl-carousel .owl-item .product:hover .inner .copy .button {
            background-color: #00a2b8 !important;
            color: white !important;
            border: solid 2px #00a2b8; }
      @media screen and (max-width: 768px) {
        .content-row .owl-carousel .owl-item .product .inner {
          background-color: transparent; }
          .content-row .owl-carousel .owl-item .product .inner .copy {
            background-color: rgba(255, 255, 255, 0.75); } }
    .content-row .owl-carousel .owl-item .news-post {
      margin: 1rem; }
      .content-row .owl-carousel .owl-item .news-post .inner {
        min-height: 40rem;
        padding: 5rem 2rem 0 2rem;
        position: relative; }
        .content-row .owl-carousel .owl-item .news-post .inner .copy .title {
          font-size: 2.2rem;
          line-height: 1.2;
          font-family: ProximaNova-Semibold, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased;
          margin: 0 0 2rem 0; }
        .content-row .owl-carousel .owl-item .news-post .inner .copy .title.light {
          color: white; }
        .content-row .owl-carousel .owl-item .news-post .inner .copy .link {
          text-decoration: none;
          text-transform: uppercase;
          font-size: 1.4rem;
          color: #00a2b8;
          font-family: ProximaNova-Semibold, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased;
          letter-spacing: 0.1rem; }
          .content-row .owl-carousel .owl-item .news-post .inner .copy .link .text {
            display: inline-block; }
          .content-row .owl-carousel .owl-item .news-post .inner .copy .link:hover .text {
            border-bottom: solid 2px; }
          .content-row .owl-carousel .owl-item .news-post .inner .copy .link .icon-triangle_right_small {
            display: inline-block;
            margin-left: 0.8rem;
            position: relative;
            top: 0.1rem; }
        .content-row .owl-carousel .owl-item .news-post .inner .copy .link.light {
          color: white; }
        .content-row .owl-carousel .owl-item .news-post .inner .news-img {
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0; }
    .content-row .owl-carousel .owl-item .news-post.shadow {
      -moz-box-shadow: 2px 2px 4px 3px #f3f3f3;
      -webkit-box-shadow: 2px 2px 4px 3px #f3f3f3;
      box-shadow: 2px 2px 4px 3px #f3f3f3; }
  .content-row .owl-carousel .owl-controls {
    text-align: center;
    margin: 1rem 0 0 0; }
    @media screen and (max-width: 768px) {
      .content-row .owl-carousel .owl-controls {
        display: block; } }

.content-section .single-image {
  position: relative;
  height: 100%; }
  .content-section .single-image .center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .content-section .single-image .center {
        position: relative;
        top: auto;
        left: auto;
        transform: none; } }

.content-section.content-blocks:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 768px) {
  .content-section.content-blocks.mobile-default-padding-center [class*=color-content] {
    height: auto;
    padding: 6rem 3rem !important; }
    .content-section.content-blocks.mobile-default-padding-center [class*=color-content] .wrapper {
      text-align: center !important; } }

@media screen and (max-width: 768px) {
  .content-section.content-blocks.mobile-second-white .color-content:nth-child(2) {
    background-color: white !important; } }

.content-section.story {
  padding: 15rem 0 15rem 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .content-section.story {
      padding: 8rem 0 !important; } }
  @media screen and (max-width: 768px) {
    .content-section.story {
      padding: 6rem 0 !important; } }
  @media screen and (max-width: 600px) {
    .content-section.story {
      background-position: center center;
      padding: 0 !important;
      max-width: 100%; }
      .content-section.story .dimmer {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6); } }
  .content-section.story .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .content-section.story .copy {
    position: relative;
    z-index: 2;
    max-width: 36%;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .content-section.story .copy {
        max-width: 40%; } }
    @media screen and (max-width: 600px) {
      .content-section.story .copy {
        max-width: 100% !important;
        padding: 13rem 0 4rem 0;
        text-align: center; } }
  @media screen and (max-width: 600px) and (max-width: 600px) {
    .content-section.story .copy {
      padding: 3rem 0 6rem 0; } }

    .content-section.story .copy .heading {
      margin: 0 0 1rem 0;
      font-size: 4.8rem;
      line-height: 1;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300; }
      @media screen and (max-width: 600px) {
        .content-section.story .copy .heading {
          font-size: 3.2rem;
          color: #ed1b12 !important; }
          .content-section.story .copy .heading br {
            display: none; } }
    .content-section.story .copy .blurb {
      margin: 0 0 1rem 0; }
      @media screen and (max-width: 600px) {
        .content-section.story .copy .blurb {
          margin: 0; } }
      .content-section.story .copy .blurb p {
        font-size: 2rem;
        font-family: ProximaNova-Regular, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        margin: 0 0 1.5rem 0;
        line-height: 1.3; }
        @media screen and (max-width: 600px) {
          .content-section.story .copy .blurb p {
            font-size: 2rem; } }
        .content-section.story .copy .blurb p strong {
          font-family: ProximaNova-Semibold, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased;
          -webkit-font-smoothing: subpixel-antialiased; }
    .content-section.story .copy .button {
      margin-top: 1.5rem; }
      @media screen and (max-width: 600px) {
        .content-section.story .copy .button {
          left: 0;
          font-size: 2.4rem; } }
      @media screen and (max-width: 600px) {
        .content-section.story .copy .button {
          width: 100%; } }
    .content-section.story .copy .dl-links {
      padding: 2rem 0 0 0; }
      @media screen and (max-width: 600px) {
        .content-section.story .copy .dl-links {
          display: none; } }
      .content-section.story .copy .dl-links .dl-link {
        display: inline-block;
        margin-right: 2rem; }
        .content-section.story .copy .dl-links .dl-link img {
          width: 16rem; }
  .content-section.story .copy.light {
    color: white; }
    @media screen and (max-width: 600px) {
      .content-section.story .copy.light {
        color: #353634; } }
  .content-section.story .copy.right {
    float: right; }
  .content-section.story .copy.center {
    margin: 0 auto;
    text-align: center; }

@media screen and (max-width: 1360px) {
  .content-section.story.shift-left {
    padding: 8rem 0 !important;
    background-position: 77% center !important; } }
@media screen and (max-width: 1024px) {
  .content-section.story.shift-left {
    -o-background-size: contain !important;
    -moz-background-size: contain !important;
    -webkit-background-size: contain !important;
    background-size: contain !important; } }

.content-section.story.parallax {
  text-align: center;
  padding: 10rem 0;
  overflow: hidden; }
  .content-section.story.parallax .wrap {
    position: relative; }
  .content-section.story.parallax .parallax-img {
    position: absolute;
    max-width: 25%; }
  .content-section.story.parallax .parallax-img.left {
    left: 5%;
    top: -100%; }
  .content-section.story.parallax .parallax-img.right {
    right: 5%;
    top: 100%; }
  .content-section.story.parallax .copy {
    float: none;
    max-width: 40%;
    margin: 0 auto; }
    .content-section.story.parallax .copy .heading {
      color: #ed1b12; }
    .content-section.story.parallax .copy .dl-links {
      padding: 6rem 0 0 0; }
      .content-section.story.parallax .copy .dl-links .dl-link {
        max-width: 10rem; }

.content-section.video-hero {
  position: relative;
  overflow: hidden; }
  .content-section.video-hero .hero {
    padding: 12rem 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .content-section.video-hero .hero {
        padding: 8rem 0; } }
  .content-section.video-hero .hero-copy {
    position: relative;
    z-index: 2;
    max-width: 66rem;
    margin: 0 auto; }
    .content-section.video-hero .hero-copy .heading {
      font-size: 6rem;
      line-height: 1.2;
      margin-bottom: 2rem;
      max-width: 100%; }
    .content-section.video-hero .hero-copy .subheading {
      color: white;
      font-size: 2.4rem;
      line-height: 1.3; }
    .content-section.video-hero .hero-copy a[rel="wp-video-lightbox"] {
      display: inline-block;
      margin-top: 2.5rem; }
      .content-section.video-hero .hero-copy a[rel="wp-video-lightbox"]:after {
        display: none; }
    .content-section.video-hero .hero-copy .icon-play {
      color: white;
      font-size: 5rem; }
  .content-section.video-hero .video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1100px; }
  .content-section.video-hero .cta {
    margin-top: 3rem; }
  .content-section.video-hero .dimmer {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.content-section.product-features {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .content-section.product-features {
      padding: 6rem 0 0 0; } }
  .content-section.product-features .wrap {
    margin: 9rem auto 7rem auto; }
    @media screen and (max-width: 768px) {
      .content-section.product-features .wrap {
        margin: 0 auto 4rem auto; } }
  .content-section.product-features .heading {
    margin: 0 0 5rem 0;
    font-size: 5.4rem;
    line-height: 1;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: #ed1b12; }
  .content-section.product-features .feature-wrap .feature-img {
    display: block;
    margin: 0 auto; }
  .content-section.product-features .feature-wrap .feature-desc {
    font-size: 3.6rem;
    color: #353634;
    position: absolute;
    width: 100%;
    bottom: 3rem;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .content-section.product-features .feature-wrap .feature-desc {
        position: relative; } }
  .content-section.product-features .feature-wrap .video-wrap {
    padding: 0 0 4rem 0; }
    @media screen and (max-width: 1024px) {
      .content-section.product-features .feature-wrap .video-wrap {
        max-height: 400px;
        padding: 0;
        margin: 0 0 4rem 0; }
        .content-section.product-features .feature-wrap .video-wrap iframe {
          max-height: 400px; } }
    @media screen and (max-width: 740px) {
      .content-section.product-features .feature-wrap .video-wrap {
        max-height: 200px; }
        .content-section.product-features .feature-wrap .video-wrap iframe {
          max-height: 200px; } }
  .content-section.product-features .nav .owl-stage {
    text-align: center;
    width: 100% !important; }
    .content-section.product-features .nav .owl-stage .owl-item {
      float: none;
      display: inline-block;
      padding: 0 2rem; }
      @media screen and (max-width: 768px) {
        .content-section.product-features .nav .owl-stage .owl-item {
          padding: 0 0.5rem; } }
      .content-section.product-features .nav .owl-stage .owl-item .feature-thumb:hover {
        cursor: pointer; }
      .content-section.product-features .nav .owl-stage .owl-item .feature-thumb .feature-thumb-img {
        display: block;
        margin: 0 auto;
        border: solid 1px transparent;
        border-radius: 4rem;
        padding: 0.3rem;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        @media screen and (max-width: 768px) {
          .content-section.product-features .nav .owl-stage .owl-item .feature-thumb .feature-thumb-img {
            max-width: 70px; } }
      .content-section.product-features .nav .owl-stage .owl-item .feature-thumb .feature-title {
        display: inline-block;
        margin: 1rem 0 0 0;
        font-size: 2rem;
        color: #666; }
        @media screen and (max-width: 768px) {
          .content-section.product-features .nav .owl-stage .owl-item .feature-thumb .feature-title {
            display: none; } }
    .content-section.product-features .nav .owl-stage .owl-item.synced .feature-thumb-img {
      border: solid 1px #00a2b8; }

.content-section.blockquote blockquote {
  padding: 7rem 0;
  text-align: center;
  font-size: 3.6rem;
  color: #ae916f;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .content-section.blockquote blockquote {
      padding: 5rem 0; } }
  .content-section.blockquote blockquote p {
    margin: 0 0 1rem 0; }
  @media screen and (max-width: 768px) {
    .content-section.blockquote blockquote .attribution-img {
      margin-top: 1rem; } }

.content-section.gallery {
  padding: 4rem 0; }
  .content-section.gallery .gallery-title {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5rem 0;
    letter-spacing: 0.03rem; }
  .content-section.gallery .gallery {
    text-align: center; }
    .content-section.gallery .gallery:after {
      content: "";
      display: table;
      clear: both; }
    .content-section.gallery .gallery .gallery-img {
      width: 24%;
      display: inline-block;
      text-align: center;
      margin: 0 0 3rem 0; }
      @media screen and (max-width: 768px) {
        .content-section.gallery .gallery .gallery-img {
          width: 48%; } }
      .content-section.gallery .gallery .gallery-img .inner {
        display: table;
        margin: 0 auto;
        height: 165px; }
        .content-section.gallery .gallery .gallery-img .inner .img-link {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          padding: 0 1rem; }
        .content-section.gallery .gallery .gallery-img .inner .img-title {
          display: block; }

.content-section.carousel {
  position: relative;
  padding: 4rem 0;
  text-align: center; }
  .content-section.carousel .carousel-wrap {
    max-width: 960px;
    margin: 0 auto; }
  .content-section.carousel .heading {
    margin: 0 auto 2rem auto; }
  .content-section.carousel .subheading {
    display: block;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: ProximaNova-Regular, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 0 3rem 0; }
  .content-section.carousel .col img {
    max-height: 415px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .content-section.carousel .col img {
        max-height: 350px; } }
  .content-section.carousel .slide .slide-heading {
    display: block;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: ProximaNova-Regular, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 0 3rem 0; }
  .content-section.carousel .slide .img-wrap .inner {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 1024px) {
      .content-section.carousel .slide .img-wrap .inner {
        display: inline-block; } }
    @media screen and (max-width: 768px) {
      .content-section.carousel .slide .img-wrap .inner {
        display: block; } }
  .content-section.carousel .slide .copy {
    text-align: left;
    max-width: 350px; }
    @media screen and (max-width: 768px) {
      .content-section.carousel .slide .copy {
        text-align: center;
        margin: 0 auto 2rem auto; } }
    .content-section.carousel .slide .copy h1, .content-section.carousel .slide .copy h2, .content-section.carousel .slide .copy h3 {
      color: #ed1b12;
      margin: 0; }
  @media screen and (max-width: 768px) {
    .content-section.carousel .slide img {
      display: block;
      margin: 0 auto; } }
  .content-section.carousel .slide.two .col {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .content-section.carousel .slide.two .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .content-section.carousel .slide.two .col {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        float: none !important; }
        .content-section.carousel .slide.two .col:last-child {
          margin-right: 0; } }
    .content-section.carousel .slide.two .col:first-child .inner, .content-section.carousel .slide.two .col:first-child .copy {
      float: right; }
      @media screen and (max-width: 768px) {
        .content-section.carousel .slide.two .col:first-child .inner, .content-section.carousel .slide.two .col:first-child .copy {
          float: none !important;
          margin: 0 auto; } }
    .content-section.carousel .slide.two .col:first-child .copy {
      margin: 0 auto 2rem auto; }
  .content-section.carousel .slide.three .col {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%; }
    .content-section.carousel .slide.three .col:last-child {
      margin-right: 0; }
    .content-section.carousel .slide.three .col img {
      display: block;
      margin: 0 auto; }
  .content-section.carousel .slide.four .col {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%; }
    .content-section.carousel .slide.four .col:last-child {
      margin-right: 0; }
    .content-section.carousel .slide.four .col img {
      display: block;
      margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .content-section.carousel .owl-controls .owl-nav {
      display: none; } }
  .content-section.carousel .owl-controls .owl-nav .owl-prev {
    left: -168px; }
  .content-section.carousel .owl-controls .owl-nav .owl-next {
    right: -168px; }
  .content-section.carousel .owl-controls .owl-dots .owl-dot span {
    height: 1rem;
    width: 1rem;
    border-radius: 0.5rem; }

.content-section.how-to-carousel {
  position: relative;
  text-align: center;
  padding: 0 0 3rem 0; }
  .content-section.how-to-carousel .carousel-nav-wrap {
    position: absolute;
    z-index: 10;
    width: 35%;
    max-width: 545px; }
    @media screen and (max-width: 960px) {
      .content-section.how-to-carousel .carousel-nav-wrap {
        min-width: 0;
        width: 45%; } }
    @media screen and (max-width: 740px) {
      .content-section.how-to-carousel .carousel-nav-wrap {
        width: 100%;
        position: relative; } }
  .content-section.how-to-carousel .carousel-nav-outer {
    padding: 6rem 0;
    min-width: 500px; }
    @media screen and (max-width: 960px) {
      .content-section.how-to-carousel .carousel-nav-outer {
        padding: 0;
        min-width: 0; } }
  .content-section.how-to-carousel .carousel-nav {
    padding: 6rem 5rem;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left; }
    @media screen and (max-width: 960px) {
      .content-section.how-to-carousel .carousel-nav {
        padding: 3rem; } }
    @media screen and (max-width: 740px) {
      .content-section.how-to-carousel .carousel-nav {
        padding: 1rem 3rem; } }
    .content-section.how-to-carousel .carousel-nav .nav {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      @media screen and (min-width: 740px) {
        .content-section.how-to-carousel .carousel-nav .nav .owl-stage {
          width: 100% !important; } }
      @media screen and (min-width: 740px) {
        .content-section.how-to-carousel .carousel-nav .nav .owl-item {
          width: 100% !important; } }
    .content-section.how-to-carousel .carousel-nav li {
      width: 100% !important;
      position: relative;
      padding: 0 0 0 4rem;
      font-size: 2.4rem;
      line-height: 1.2;
      margin: 0 0 2rem 0;
      font-family: ProximaNova-Regular, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased; }
      @media screen and (max-width: 740px) {
        .content-section.how-to-carousel .carousel-nav li {
          margin: 0;
          padding: 0;
          text-align: center; } }
      .content-section.how-to-carousel .carousel-nav li:hover {
        cursor: pointer; }
      .content-section.how-to-carousel .carousel-nav li:before {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 5px;
        content: "";
        height: 20px;
        width: 20px;
        border-radius: 10px;
        border: solid 3px white;
        margin: 0 2rem 0 0;
        font-size: 2.4rem;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        @media screen and (max-width: 740px) {
          .content-section.how-to-carousel .carousel-nav li:before {
            display: none; } }
    .content-section.how-to-carousel .carousel-nav .owl-item.synced li:before {
      background-color: #00a2b8; }
  .content-section.how-to-carousel .heading {
    margin: 0 auto 2rem auto; }
    @media screen and (max-width: 740px) {
      .content-section.how-to-carousel .heading {
        margin: 3rem auto 3rem auto; } }
  .content-section.how-to-carousel .subheading {
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: ProximaNova-Regular, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 0 1rem 0; }
  .content-section.how-to-carousel .slide {
    width: 100%;
    min-height: 100%; }
    .content-section.how-to-carousel .slide:after {
      content: "";
      display: table; }
    .content-section.how-to-carousel .slide .img-area {
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 740px) {
        .content-section.how-to-carousel .slide .img-area {
          min-height: 200px; } }
      @media screen and (max-width: 320px) {
        .content-section.how-to-carousel .slide .img-area {
          min-height: 150px; } }
    .content-section.how-to-carousel .slide .feature-details {
      float: right;
      width: 40%;
      text-align: right;
      display: table;
      min-height: 200px; }
      @media screen and (max-width: 960px) {
        .content-section.how-to-carousel .slide .feature-details {
          width: 45%; } }
      @media screen and (max-width: 740px) {
        .content-section.how-to-carousel .slide .feature-details {
          width: 100%;
          float: none;
          text-align: center; } }
      @media screen and (max-width: 320px) {
        .content-section.how-to-carousel .slide .feature-details {
          min-height: 150px; } }
      .content-section.how-to-carousel .slide .feature-details p {
        display: table-cell;
        vertical-align: middle;
        color: white;
        font-size: 3.6rem;
        line-height: 1.2;
        text-shadow: 1px 1px 5px #666;
        font-family: ProximaNova-Light, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: 300; }
        @media screen and (max-width: 740px) {
          .content-section.how-to-carousel .slide .feature-details p {
            font-size: 2rem; } }
    .content-section.how-to-carousel .slide .col {
      display: table; }
    .content-section.how-to-carousel .slide .inner {
      display: table-cell;
      vertical-align: middle; }
    .content-section.how-to-carousel .slide .copy {
      text-align: left;
      max-width: 350px; }
      @media screen and (max-width: 740px) {
        .content-section.how-to-carousel .slide .copy {
          text-align: center;
          margin-bottom: 2rem; } }
      .content-section.how-to-carousel .slide .copy h1, .content-section.how-to-carousel .slide .copy h2, .content-section.how-to-carousel .slide .copy h3 {
        color: #ed1b12;
        margin: 0; }
    @media screen and (max-width: 768px) {
      .content-section.how-to-carousel .slide img {
        display: block;
        margin: 0 auto; } }
  .content-section.how-to-carousel .slide.two {
    width: 100%;
    min-height: 100%; }
    .content-section.how-to-carousel .slide.two .col {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.how-to-carousel .slide.two .col:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .content-section.how-to-carousel .slide.two .col {
          float: left;
          clear: none;
          width: 100%;
          margin-left: 0;
          margin-right: 3%; }
          .content-section.how-to-carousel .slide.two .col:last-child {
            margin-right: 0; } }
      .content-section.how-to-carousel .slide.two .col:first-child img, .content-section.how-to-carousel .slide.two .col:first-child .copy {
        float: right; }
  .content-section.how-to-carousel .slide.three {
    width: 100%;
    min-height: 100%; }
    .content-section.how-to-carousel .slide.three .columns .dotted-line {
      width: 66%;
      left: 17%;
      top: 41%; }
    .content-section.how-to-carousel .slide.three .col {
      float: left;
      clear: none;
      width: 31.33333%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.how-to-carousel .slide.three .col:last-child {
        margin-right: 0; }
      .content-section.how-to-carousel .slide.three .col img {
        display: block;
        margin: 0 auto; }
  .content-section.how-to-carousel .slide.four {
    width: 100%;
    min-height: 100%; }
    .content-section.how-to-carousel .slide.four .columns {
      margin-bottom: 1rem; }
      .content-section.how-to-carousel .slide.four .columns .dotted-line {
        width: 80%;
        left: 10%; }
    .content-section.how-to-carousel .slide.four .col {
      float: left;
      clear: none;
      width: 22.75%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.how-to-carousel .slide.four .col:last-child {
        margin-right: 0; }
      .content-section.how-to-carousel .slide.four .col img {
        display: block;
        margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .content-section.how-to-carousel .owl-controls .owl-nav {
      display: none; } }
  .content-section.how-to-carousel .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -2.5rem;
    font-size: 5rem;
    color: #9a9a99;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .content-section.how-to-carousel .owl-controls .owl-nav div:hover {
      color: #353634; }
  .content-section.how-to-carousel .owl-controls .owl-nav .owl-prev {
    left: -168px; }
  .content-section.how-to-carousel .owl-controls .owl-nav .owl-next {
    right: -168px; }
  .content-section.how-to-carousel .owl-controls .owl-dots .owl-dot span {
    height: 1rem;
    width: 1rem;
    border-radius: 0.5rem; }
  .content-section.how-to-carousel .columns {
    margin-bottom: 1rem; }
    .content-section.how-to-carousel .columns .dotted-line {
      display: block;
      border-bottom: dotted 3px #ccc;
      position: absolute;
      top: 37%;
      width: 56%;
      left: 22%; }
    .content-section.how-to-carousel .columns .wrap {
      background: #f3f5f6;
      -moz-box-shadow: 1px 2px 4px 0px #e2e2e2;
      -webkit-box-shadow: 1px 2px 4px 0px #e2e2e2;
      box-shadow: 1px 2px 4px 0px #e2e2e2; }
    .content-section.how-to-carousel .columns .inner-wrap {
      max-width: 960px;
      margin: 0 auto;
      padding: 3rem 0;
      position: relative; }
      @media screen and (max-width: 740px) {
        .content-section.how-to-carousel .columns .inner-wrap {
          padding: 3rem 0 1rem 0; } }
      @media screen and (max-width: 320px) {
        .content-section.how-to-carousel .columns .inner-wrap {
          padding: 2rem 0 1rem 0; } }
      .content-section.how-to-carousel .columns .inner-wrap:after {
        content: "";
        display: table;
        clear: both; }
    .content-section.how-to-carousel .columns .cols-wrap {
      position: relative; }
      .content-section.how-to-carousel .columns .cols-wrap:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 740px) {
        .content-section.how-to-carousel .columns .cols-wrap:before {
          content: "";
          display: block;
          border-bottom: dotted 3px #ccc;
          position: absolute;
          top: 50%;
          margin-top: -3px;
          width: 70%;
          left: 15%; } }
    .content-section.how-to-carousel .columns .col {
      font-size: 1.8rem;
      color: #8d8d8d; }
      .content-section.how-to-carousel .columns .col img {
        max-height: 90px; }
      .content-section.how-to-carousel .columns .col p {
        text-align: center; }
    .content-section.how-to-carousel .columns .summary {
      padding: 0 0 2rem 0; }
      @media screen and (max-width: 320px) {
        .content-section.how-to-carousel .columns .summary {
          padding: 0; } }
      .content-section.how-to-carousel .columns .summary p {
        color: #8d8d8d;
        line-height: 1.3; }
  .content-section.how-to-carousel .owl-state-outer {
    overflow: visible; }

.content-section.content-corners {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3rem 0; }
  .content-section.content-corners:after {
    content: "";
    display: table;
    clear: both; }
  .content-section.content-corners .section-title {
    margin: 0 0 3rem 0; }
    @media screen and (max-width: 1024px) {
      .content-section.content-corners .section-title {
        margin: 0 0 1rem 0 !important; } }
  .content-section.content-corners .centered-image {
    display: table;
    width: 100%;
    min-height: 380px; }
    @media screen and (max-width: 1024px) {
      .content-section.content-corners .centered-image {
        min-height: 0;
        margin-top: 2rem; } }
    .content-section.content-corners .centered-image .inner {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .content-section.content-corners .centered-image .inner img {
        max-width: 650px;
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 1024px) {
          .content-section.content-corners .centered-image .inner img {
            max-width: 100%; } }
      .content-section.content-corners .centered-image .inner .button {
        margin: 2rem 0; }
  .content-section.content-corners .corner-content {
    position: relative;
    max-width: 880px;
    min-height: 380px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .content-section.content-corners .corner-content {
        min-height: 0; } }
    .content-section.content-corners .corner-content .corner {
      position: absolute;
      width: 28%;
      max-width: 260px; }
      @media screen and (max-width: 1024px) {
        .content-section.content-corners .corner-content .corner {
          position: relative;
          max-width: 100%;
          text-align: center !important;
          margin: 0 auto; } }
      .content-section.content-corners .corner-content .corner .heading {
        display: block;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased;
        line-height: 1.4;
        margin: 0 0 1rem 0;
        -webkit-font-smoothing: antialiased; }
        .content-section.content-corners .corner-content .corner .heading br {
          display: none; }
      .content-section.content-corners .corner-content .corner .copy {
        font-size: 1.5rem;
        color: #666666;
        line-height: 1.3; }
        @media screen and (max-width: 1024px) {
          .content-section.content-corners .corner-content .corner .copy {
            font-size: 1.8rem; } }
    .content-section.content-corners .corner-content .corner.top-left {
      top: 0;
      left: 0; }
    .content-section.content-corners .corner-content .corner.bottom-left {
      bottom: 0;
      left: 0; }
    .content-section.content-corners .corner-content .corner.top-right {
      top: 0;
      right: 0;
      text-align: right; }
      @media screen and (max-width: 1024px) {
        .content-section.content-corners .corner-content .corner.top-right {
          text-align: center; } }
    .content-section.content-corners .corner-content .corner.bottom-right {
      bottom: 0;
      right: 0;
      text-align: right; }
      @media screen and (max-width: 1024px) {
        .content-section.content-corners .corner-content .corner.bottom-right {
          text-align: center; } }
    .content-section.content-corners .corner-content .owl-dots {
      text-align: center;
      margin-top: 3rem; }

@media screen and (max-width: 1024px) {
  .content-section.content-corners.stacked {
    padding: 0; } }
.content-section.content-corners.stacked .wrap {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.content-section.content-corners.stacked .intro {
  padding: 6rem 3rem 3rem 3rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
.content-section.content-corners.stacked .blocks-wrap {
  padding: 3rem;
  margin-top: 6px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .content-section.content-corners.stacked .blocks-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .content-section.content-corners.stacked .blocks-wrap .corner {
    float: left;
    clear: none;
    width: 45%;
    margin-left: 0;
    margin-right: 10%;
    float: left;
    margin-bottom: 3rem; }
    .content-section.content-corners.stacked .blocks-wrap .corner:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .content-section.content-corners.stacked .blocks-wrap .corner:nth-of-type(2n + 1) {
      clear: both; }

@media screen and (max-width: 1360px) {
  .content-section.team-grid {
    padding: 3rem 0 1rem 0; }
    .content-section.team-grid .wrap {
      max-width: 1000px; } }
@media screen and (max-width: 1080px) {
  .content-section.team-grid .wrap {
    max-width: 680px; } }
@media screen and (max-width: 740px) {
  .content-section.team-grid .wrap {
    max-width: 354px; } }
.content-section.team-grid .team-member {
  position: relative;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  -moz-box-shadow: 1px 3px 3px 0px #ddd;
  -webkit-box-shadow: 1px 3px 3px 0px #ddd;
  box-shadow: 1px 3px 3px 0px #ddd;
  overflow: hidden; }
  @media screen and (max-width: 1360px) {
    .content-section.team-grid .team-member {
      float: left;
      clear: none;
      width: 32.0%;
      margin-left: 0;
      margin-right: 2%; }
      .content-section.team-grid .team-member:nth-of-type(4n) {
        margin-right: 2%;
        float: left; }
      .content-section.team-grid .team-member:nth-of-type(4n + 1) {
        clear: none; }
      .content-section.team-grid .team-member:nth-of-type(3n) {
        margin-right: 0;
        float: right; }
      .content-section.team-grid .team-member:nth-of-type(3n + 1) {
        clear: both; } }
  @media screen and (max-width: 1080px) {
    .content-section.team-grid .team-member {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.team-grid .team-member:nth-of-type(3n) {
        margin-right: 3%;
        float: left; }
      .content-section.team-grid .team-member:nth-of-type(3n + 1) {
        clear: none; }
      .content-section.team-grid .team-member:nth-of-type(2n) {
        margin-right: 0;
        float: right; }
      .content-section.team-grid .team-member:nth-of-type(2n + 1) {
        clear: both; } }
  @media screen and (max-width: 740px) {
    .content-section.team-grid .team-member {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .content-section.team-grid .team-member:nth-of-type(2n) {
        margin-right: 0;
        float: left; }
      .content-section.team-grid .team-member:nth-of-type(2n + 1) {
        clear: none; }
      .content-section.team-grid .team-member:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 320px) {
    .content-section.team-grid .team-member {
      min-height: 370px; } }
  .content-section.team-grid .team-member .inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
  .content-section.team-grid .team-member img {
    width: 100%;
    display: block; }
  .content-section.team-grid .team-member .info {
    top: 270px;
    position: absolute;
    width: 100%;
    color: white;
    padding: 5rem 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 54, 52, 0)), to(#353634));
    background-image: -webkit-linear-gradient(top, rgba(53, 54, 52, 0), #353634);
    background-image: -moz-linear-gradient(top, rgba(53, 54, 52, 0), #353634);
    background-image: -o-linear-gradient(top, rgba(53, 54, 52, 0), #353634);
    background-image: -ms-linear-gradient(top, rgba(53, 54, 52, 0), #353634);
    background-image: linear-gradient(top, rgba(53, 54, 52, 0), #353634);
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out; }
    @media screen and (max-width: 320px) {
      .content-section.team-grid .team-member .info {
        top: 250px; } }
    .content-section.team-grid .team-member .info .name, .content-section.team-grid .team-member .info .title {
      display: block;
      font-family: ProximaNova-Regular, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      text-align: center;
      line-height: 1;
      font-size: 2rem;
      padding: 0 2rem; }
  .content-section.team-grid .team-member .bio {
    position: absolute;
    top: 120px;
    opacity: 0;
    padding: 0 2rem;
    color: white;
    font-size: 1.6rem;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .content-section.team-grid .team-member .bio {
        text-align: center;
        font-size: 2rem;
        top: 100px; } }
    @media screen and (max-width: 320px) {
      .content-section.team-grid .team-member .bio {
        font-size: 1.8rem;
        top: 110px; } }
  .content-section.team-grid .team-member:hover .inner {
    background-color: rgba(53, 54, 52, 0.9); }
  .content-section.team-grid .team-member:hover .info {
    background-image: none;
    top: 0; }
  .content-section.team-grid .team-member:hover .bio {
    height: auto;
    -webkit-animation: team-fade-in .3s 0.3s ease-out both;
    /* Safari 4+ */
    -moz-animation: team-fade-in .3s 0.3s ease-out both;
    /* Fx 5+ */
    -o-animation: team-fade-in .3s 0.3s ease-out both;
    /* Opera 12+ */
    animation: team-fade-in .3s 0.3s ease-out both;
    /* IE 10+ */ }

.aug-grid {
  padding: 0 0 3rem 0; }
  .aug-grid:after {
    content: "";
    display: table;
    clear: both; }
  .aug-grid .item {
    background-color: #f3f5f6;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    float: left;
    clear: none;
    width: 23.875%;
    margin-left: 0;
    margin-right: 1.5%;
    -moz-box-shadow: 0px 4px 3px 0px #eee;
    -webkit-box-shadow: 0px 4px 3px 0px #eee;
    box-shadow: 0px 4px 3px 0px #eee; }
    .aug-grid .item:nth-of-type(4n) {
      margin-right: 0;
      float: right; }
    .aug-grid .item:nth-of-type(4n + 1) {
      clear: both; }
    @media screen and (max-width: 1024px) {
      .aug-grid .item {
        float: left;
        clear: none;
        width: 31.33333%;
        margin-left: 0;
        margin-right: 3%; }
        .aug-grid .item:nth-of-type(4n) {
          margin-right: 3%;
          float: left; }
        .aug-grid .item:nth-of-type(4n + 1) {
          clear: none; }
        .aug-grid .item:nth-of-type(3n) {
          margin-right: 0;
          float: right; }
        .aug-grid .item:nth-of-type(3n + 1) {
          clear: both; } }
    @media screen and (max-width: 768px) {
      .aug-grid .item {
        float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%; }
        .aug-grid .item:nth-of-type(3n) {
          margin-right: 3%;
          float: left; }
        .aug-grid .item:nth-of-type(3n + 1) {
          clear: none; }
        .aug-grid .item:nth-of-type(2n) {
          margin-right: 0;
          float: right; }
        .aug-grid .item:nth-of-type(2n + 1) {
          clear: both; } }
    .aug-grid .item .logo {
      display: table;
      width: 100%; }
      .aug-grid .item .logo .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    .aug-grid .item .date {
      text-transform: uppercase;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
      font-size: 1.8rem; }
    .aug-grid .item .title {
      font-size: 2.4rem;
      line-height: 1.3;
      margin: 0.5rem 0 1rem 0;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased; }
    .aug-grid .item .excerpt {
      margin: 0 0 5rem 0;
      font-size: 1.8rem; }
    .aug-grid .item .button {
      display: block;
      padding: 0.7rem 3rem;
      text-align: center;
      letter-spacing: 0.15rem; }
  .aug-grid .owl-carousel .item {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 3%; }
    .aug-grid .owl-carousel .item:last-child {
      margin-right: 0; }

@media screen and (max-width: 1400px) {
  .news-row .owl-carousel {
    max-width: 1000px;
    margin: 0 auto; } }

@media screen and (max-width: 740px) {
  .news-grid .wrap {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.news-grid .item .logo {
  height: 150px;
  padding-bottom: 2rem; }
  .news-grid .item .logo .inner {
    height: 150px; }
  .news-grid .item .logo img {
    margin: 0 auto;
    max-height: 130px; }
@media screen and (max-width: 1024px) {
  .news-grid .item {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%; }
    .news-grid .item:nth-of-type(4n) {
      margin-right: 3%;
      float: left; }
    .news-grid .item:nth-of-type(4n + 1) {
      clear: none; }
    .news-grid .item:nth-of-type(3n) {
      margin-right: 0;
      float: right; }
    .news-grid .item:nth-of-type(3n + 1) {
      clear: both; } }
@media screen and (max-width: 768px) {
  .news-grid .item {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .news-grid .item:nth-of-type(3n) {
      margin-right: 3%;
      float: left; }
    .news-grid .item:nth-of-type(3n + 1) {
      clear: none; }
    .news-grid .item:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .news-grid .item:nth-of-type(2n + 1) {
      clear: both; } }
@media screen and (max-width: 740px) {
  .news-grid .item {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    padding: 3rem 4rem; }
    .news-grid .item:nth-of-type(2n) {
      margin-right: 3%;
      float: left; }
    .news-grid .item:nth-of-type(2n + 1) {
      clear: none; }
    .news-grid .item:last-child {
      margin-right: 0; }
    .news-grid .item .logo {
      padding-bottom: 2rem;
      text-align: left;
      height: 100px; }
      .news-grid .item .logo .inner {
        height: 100px; }
      .news-grid .item .logo img {
        margin: 0 auto;
        max-height: 80px; } }

.content-section.fixed-panels {
  background: black;
  overflow: hidden;
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 768px) {
    .content-section.fixed-panels {
      background: transparent; } }
  .content-section.fixed-panels .wrap {
    position: relative;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 12rem 0 0 0; }
    @media screen and (max-width: 768px) {
      .content-section.fixed-panels .wrap {
        padding: 0; } }
  .content-section.fixed-panels .fixed-container {
    position: relative; }
  .content-section.fixed-panels .timeline {
    position: absolute;
    top: 0.5%;
    height: 99%;
    width: 2px;
    background-image: url("img/dotted_line.png");
    background-repeat: repeat-y;
    background-position: center;
    right: 44.96%;
    z-index: 3; }
    @media screen and (max-width: 768px) {
      .content-section.fixed-panels .timeline {
        right: auto;
        left: 12%;
        background-image: url("img/dotted_line_mobile.png"); } }
  .content-section.fixed-panels .fixed-backgrounds {
    list-style-type: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    z-index: 0; }
    .content-section.fixed-panels .fixed-backgrounds .panel-bg {
      margin: 0;
      height: 100vh;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      opacity: 0;
      position: absolute;
      -webkit-animation: fade-out .2s ease-out both;
      /* Safari 4+ */
      -moz-animation: fade-out .2s ease-out both;
      /* Fx 5+ */
      -o-animation: fade-out .2s ease-out both;
      /* Opera 12+ */
      animation: fade-out .2s ease-out both;
      /* IE 10+ */ }
      .content-section.fixed-panels .fixed-backgrounds .panel-bg .dimmer {
        position: absolute;
        height: 100%;
        right: 0;
        width: 45%;
        background: rgba(0, 0, 0, 0.4); }
    .content-section.fixed-panels .fixed-backgrounds .panel-bg.first {
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      animation: none !important;
      opacity: 1 !important; }
    .content-section.fixed-panels .fixed-backgrounds .panel-bg.active {
      -webkit-animation: fade-in .3s ease-out both;
      /* Safari 4+ */
      -moz-animation: fade-in .3s ease-out both;
      /* Fx 5+ */
      -o-animation: fade-in .3s ease-out both;
      /* Opera 12+ */
      animation: fade-in .3s ease-out both;
      /* IE 10+ */ }
  .content-section.fixed-panels .fixed-backgrounds.fixed {
    position: fixed;
    top: 0; }
  .content-section.fixed-panels .stage {
    height: 100vh;
    padding: 4vh 0;
    z-index: 2; }
    .content-section.fixed-panels .stage:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 768px) {
      .content-section.fixed-panels .stage {
        height: auto;
        padding: 0 0 4rem 0; } }
  .content-section.fixed-panels .panel-title {
    position: absolute;
    left: 55%;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: white;
    z-index: 3;
    margin-left: -6px; }
    .content-section.fixed-panels .panel-title:before {
      content: "";
      display: inline-block;
      height: 12px;
      width: 12px;
      border-radius: 100%;
      background: #ed1b12;
      margin: 0 1rem 0 0; }
    @media screen and (max-width: 768px) {
      .content-section.fixed-panels .panel-title {
        left: 12%;
        margin-left: -5px; } }
  .content-section.fixed-panels .img-wrap {
    position: relative; }
    .content-section.fixed-panels .img-wrap .panel-title {
      top: 3rem; }
  .content-section.fixed-panels .content-wrap {
    max-width: 45%;
    float: right;
    color: white;
    padding: 8vh 4% 4vh 6%; }
    @media screen and (max-width: 768px) {
      .content-section.fixed-panels .content-wrap {
        max-width: 100%;
        float: none;
        color: #777777;
        padding: 0 10% 0 18%; } }
    .content-section.fixed-panels .content-wrap .heading {
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
      margin: 4rem 0 2rem 0; }
      @media screen and (max-width: 768px) {
        .content-section.fixed-panels .content-wrap .heading {
          margin: 4rem 0 3rem 0; } }
    .content-section.fixed-panels .content-wrap .description {
      -webkit-font-smoothing: antialiased;
      line-height: 1.4;
      font-size: 2rem; }
      @media screen and (max-width: 768px) {
        .content-section.fixed-panels .content-wrap .description {
          margin: 0 0 2.5rem 0; } }
  .content-section.fixed-panels .product-features {
    display: block;
    clear: both;
    margin: 0 0 0.4rem 0; }
    .content-section.fixed-panels .product-features:after {
      content: "";
      display: table;
      clear: both; }
  .content-section.fixed-panels .icon {
    max-width: 6rem;
    max-height: 6rem;
    float: left;
    margin-right: 0.5rem; }
    @media screen and (max-width: 768px) {
      .content-section.fixed-panels .icon {
        max-width: 5rem;
        max-height: 5rem;
        margin-right: 0.4rem;
        margin-bottom: 2rem; } }
  .content-section.fixed-panels .feature-list {
    float: left;
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 2.8rem;
    list-style-type: none; }
    @media screen and (max-width: 768px) {
      .content-section.fixed-panels .feature-list {
        margin: 0; } }
    .content-section.fixed-panels .feature-list li {
      position: relative;
      -webkit-font-smoothing: antialiased;
      margin: 0; }
      .content-section.fixed-panels .feature-list li:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -1.9rem;
        top: 1.2rem;
        background-color: white;
        height: 5px;
        width: 5px;
        border-radius: 100%; }
        @media screen and (max-width: 768px) {
          .content-section.fixed-panels .feature-list li:before {
            background-color: #777; } }
  .content-section.fixed-panels .feature-list.checkmarks li:before {
    font-family: 'august';
    content: "\e900";
    display: inline-block;
    position: absolute;
    top: auto;
    left: -2.5rem;
    background: none; }

.content-section.table {
  padding: 4rem 0; }
  .content-section.table .section-title {
    margin: 2.5rem 0; }
    @media screen and (max-width: 768px) {
      .content-section.table .section-title {
        padding: 0 3rem; } }
  @media screen and (max-width: 768px) {
    .content-section.table .wrap {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .content-section.table table thead tr {
    background: white; }
    .content-section.table table thead tr th {
      color: #ed1b12;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
      font-size: 2.4rem;
      font-weight: 300 !important;
      padding: 2rem 0; }
  .content-section.table table tr {
    background: #f3f5f6; }
    .content-section.table table tr:nth-child(even) {
      background: white; }
  .content-section.table table td {
    font-size: 3rem;
    padding: 2.8rem;
    color: #777777;
    text-align: center;
    position: relative;
    border-right: dotted 3px white; }
    .content-section.table table td [data-tooltip] {
      position: absolute;
      top: -0.8rem;
      right: 1rem; }
  .content-section.table table td.first {
    text-align: left; }
    .content-section.table table td.first [data-tooltip] {
      position: relative;
      top: -1rem;
      right: 0.5rem; }
  .content-section.table table .nix {
    display: inline-block;
    width: 3.7rem;
    height: 0.6rem;
    background: #d7d7d7; }
  .content-section.table table .icon-info {
    color: #ed1b12;
    font-size: 1.5rem; }
    .content-section.table table .icon-info:hover {
      cursor: pointer; }
  .content-section.table img {
    height: 10rem;
    width: 10rem;
    display: block;
    margin: 0 auto 1rem auto; }
  .content-section.table .icon-check {
    background: #14ba3e;
    color: white;
    padding: 1rem;
    font-size: 2.8rem;
    border-radius: 100%;
    font-weight: bolder; }
  .content-section.table .mobile-table-header {
    text-align: center;
    color: #ed1b12;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 2.4rem;
    font-weight: 300 !important;
    padding: 4rem 3rem 3rem 3rem; }
  .content-section.table .features {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .content-section.table .features li {
      position: relative;
      background: #f3f5f6;
      color: #777777;
      padding: 3rem 3rem 3rem 9rem;
      font-size: 2.4rem;
      line-height: 1.3; }
      .content-section.table .features li:nth-child(even) {
        background: white; }
      .content-section.table .features li .icon-check {
        position: absolute;
        left: 3rem;
        top: 50%;
        margin-top: -2.3rem; }

.content-section.form-block .wrap {
  padding: 5rem 0;
  text-align: center; }
.content-section.form-block .heading {
  margin-bottom: 2rem; }
.content-section.form-block .subheading {
  max-width: 64rem;
  margin: 0 auto; }
.content-section.form-block .gform_wrapper {
  max-width: 48.5rem;
  margin: 3rem auto 0 auto; }
  .content-section.form-block .gform_wrapper .gfield_label {
    display: none; }
  .content-section.form-block .gform_wrapper input[type="text"] {
    background: none;
    border: solid 1px white;
    width: 100% !important;
    color: white;
    height: 5.6rem;
    text-indent: 2rem; }
    .content-section.form-block .gform_wrapper input[type="text"]:focus {
      border: solid 1px white; }
  .content-section.form-block .gform_wrapper input[type="submit"] {
    text-shadow: none; }
.content-section.form-block .gform_footer {
  text-align: center;
  margin: 0;
  padding: 2rem 0; }

.content-section.icon-row .wrap {
  padding: 6rem 0 8rem 0; }
  .content-section.icon-row .wrap:after {
    content: "";
    display: table;
    clear: both; }
.content-section.icon-row .section-heading {
  text-align: center;
  margin: 0 auto 4rem auto;
  font-size: 4.8rem;
  max-width: 900px; }
.content-section.icon-row .icon .img {
  display: flex;
  align-content: center;
  justify-content: center; }
  .content-section.icon-row .icon .img img {
    min-width: 12rem;
    max-width: 18rem;
    min-height: 12rem;
    max-height: 18rem; }
.content-section.icon-row .icon .description {
  margin: 2rem 0;
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3; }
.content-section.icon-row .col-2 .icon {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .content-section.icon-row .col-2 .icon:nth-of-type(2n) {
    margin-right: 0;
    float: right; }
  .content-section.icon-row .col-2 .icon:nth-of-type(2n + 1) {
    clear: both; }
  @media screen and (max-width: 375px) {
    .content-section.icon-row .col-2 .icon {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.icon-row .col-2 .icon:last-child {
        margin-right: 0; } }
.content-section.icon-row .col-3 .icon {
  float: left;
  clear: none;
  width: 31.33333%;
  margin-left: 0;
  margin-right: 3%; }
  .content-section.icon-row .col-3 .icon:nth-of-type(3n) {
    margin-right: 0;
    float: right; }
  .content-section.icon-row .col-3 .icon:nth-of-type(3n + 1) {
    clear: both; }
  @media screen and (max-width: 480px) {
    .content-section.icon-row .col-3 .icon {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.icon-row .col-3 .icon:last-child {
        margin-right: 0; } }
.content-section.icon-row .col-4 .icon {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%; }
  .content-section.icon-row .col-4 .icon:nth-of-type(4n) {
    margin-right: 0;
    float: right; }
  .content-section.icon-row .col-4 .icon:nth-of-type(4n + 1) {
    clear: both; }
  @media screen and (max-width: 600px) {
    .content-section.icon-row .col-4 .icon {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.icon-row .col-4 .icon:nth-of-type(2n) {
        margin-right: 0;
        float: right; }
      .content-section.icon-row .col-4 .icon:nth-of-type(2n + 1) {
        clear: both; } }
  @media screen and (max-width: 375px) {
    .content-section.icon-row .col-4 .icon {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.icon-row .col-4 .icon:last-child {
        margin-right: 0; } }

.content-section.mobile-tiles {
  padding: 3rem 0; }
  .content-section.mobile-tiles .wrap .section-title {
    margin-top: 1rem; }
  .content-section.mobile-tiles .tile {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
    color: white;
    text-align: center; }
    .content-section.mobile-tiles .tile .wrapper {
      display: table;
      width: 100%;
      min-height: 26rem; }
    .content-section.mobile-tiles .tile .inner {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      min-height: inherit; }
    .content-section.mobile-tiles .tile .content {
      padding: 3rem; }
    .content-section.mobile-tiles .tile .heading {
      text-transform: uppercase;
      font-size: 3rem;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-font-smoothing: antialiased; }
    .content-section.mobile-tiles .tile .copy {
      font-size: 2rem;
      font-family: ProximaNova-Regular, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-font-smoothing: antialiased; }

.content-section.story-columns {
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .content-section.story-columns .story-img {
      display: none; } }
  .content-section.story-columns .inner {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; }
    @media screen and (max-width: 768px) {
      .content-section.story-columns .inner {
        padding: 0rem 0 3rem 0;
        background-image: none !important; } }
  .content-section.story-columns .inner.parallax {
    background-image: none !important; }
    .content-section.story-columns .inner.parallax .parallax-bg-img {
      position: absolute;
      height: 130%;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .content-section.story-columns .story-img {
    width: 100%; }
  .content-section.story-columns .heading-wrap {
    text-align: center; }
    .content-section.story-columns .heading-wrap .heading {
      margin: 0;
      padding: 6rem 0 0 0;
      font-size: 5.4rem;
      color: #ed1b12; }
      @media screen and (max-width: 768px) {
        .content-section.story-columns .heading-wrap .heading {
          padding: 6rem 0 0 0 !important; } }
  .content-section.story-columns .heading-wrap.light .heading {
    color: white; }
  .content-section.story-columns .wrap {
    padding: 54rem 0 9rem 0; }
    .content-section.story-columns .wrap:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1024px) {
      .content-section.story-columns .wrap {
        padding: 36rem 0 9rem 0; } }
    @media screen and (max-width: 768px) {
      .content-section.story-columns .wrap {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }
  .content-section.story-columns .content {
    font-size: 2rem; }
    .content-section.story-columns .content .heading {
      color: #ed1b12;
      display: block;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      margin: 0 0 1rem 0; }
    .content-section.story-columns .content .copy {
      font-family: ProximaNova-Regular, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-font-smoothing: antialiased;
      margin: 0; }
  .content-section.story-columns .content.light .copy {
    color: white; }
  .content-section.story-columns .content.two .col {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .content-section.story-columns .content.two .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .content-section.story-columns .content.two .col {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .content-section.story-columns .content.two .col:last-child {
          margin-right: 0; } }
  .content-section.story-columns .content.three .col {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%; }
    .content-section.story-columns .content.three .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .content-section.story-columns .content.three .col {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .content-section.story-columns .content.three .col:last-child {
          margin-right: 0; } }
  .content-section.story-columns .content.four .col {
    float: left;
    clear: none;
    width: 23.5%;
    margin-left: 0;
    margin-right: 2%; }
    .content-section.story-columns .content.four .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .content-section.story-columns .content.four .col {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .content-section.story-columns .content.four .col:last-child {
          margin-right: 0; } }
  .content-section.story-columns .col {
    position: relative; }
    @media screen and (max-width: 768px) {
      .content-section.story-columns .col {
        margin: 0 0 3rem 0; } }
  .content-section.story-columns .col.col-button {
    display: table;
    width: 100%; }
    .content-section.story-columns .col.col-button .btn-wrap {
      display: table-cell;
      text-align: center;
      height: 100%;
      width: 100%;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .content-section.story-columns .col.col-button .btn-wrap {
          text-align: left; } }

.content-section.story-tiles {
  padding: 0 0 5rem 0; }
  .content-section.story-tiles:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    .content-section.story-tiles .wrap {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .content-section.story-tiles .story-tile {
    float: left;
    clear: none;
    width: 49.1%;
    margin-left: 0;
    margin-right: 1.8%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 2.5rem;
    min-height: 560px;
    position: relative;
    -moz-box-shadow: 0px 3px 4px 0px #eee;
    -webkit-box-shadow: 0px 3px 4px 0px #eee;
    box-shadow: 0px 3px 4px 0px #eee; }
    .content-section.story-tiles .story-tile:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .content-section.story-tiles .story-tile:nth-of-type(2n + 1) {
      clear: both; }
    @media screen and (max-width: 1080px) {
      .content-section.story-tiles .story-tile {
        min-height: 660px; } }
    @media screen and (max-width: 768px) {
      .content-section.story-tiles .story-tile {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        margin-bottom: 0 !important;
        box-shadow: none;
        min-height: 560px; }
        .content-section.story-tiles .story-tile:nth-of-type(2n) {
          margin-right: 3%;
          float: left; }
        .content-section.story-tiles .story-tile:nth-of-type(2n + 1) {
          clear: none; }
        .content-section.story-tiles .story-tile:last-child {
          margin-right: 0; } }
    .content-section.story-tiles .story-tile .content {
      position: absolute;
      bottom: 0;
      padding: 5%; }
      .content-section.story-tiles .story-tile .content .logo {
        max-height: 6rem; }
      .content-section.story-tiles .story-tile .content .heading {
        display: block;
        margin: 1rem 0;
        font-size: 2.4rem;
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased; }
    .content-section.story-tiles .story-tile .content.light {
      color: white; }

.content-section.text-ribbon {
  text-align: center; }
  .content-section.text-ribbon .wrap {
    padding: 3rem 0; }
    .content-section.text-ribbon .wrap h1, .content-section.text-ribbon .wrap h2, .content-section.text-ribbon .wrap h3, .content-section.text-ribbon .wrap h4, .content-section.text-ribbon .wrap p {
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
      margin: 0;
      line-height: 1.1; }
    .content-section.text-ribbon .wrap h1 {
      font-size: 7.2rem; }
    .content-section.text-ribbon .wrap h2 {
      font-size: 5.4rem;
      color: #ed1b12; }
    .content-section.text-ribbon .wrap p {
      font-size: 2.4rem; }
    .content-section.text-ribbon .wrap a {
      text-decoration: none;
      color: #ed1b12;
      font-family: ProximaNova-Regular, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased; }

.content-section.video .span-one-half {
  padding: 10rem 3% 8rem 7%; }

.content-section.visual-lists {
  padding: 5rem 0 7rem 0; }
  .content-section.visual-lists .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .content-section.visual-lists .cols.two {
    max-width: 860px;
    margin: 0 auto; }
    .content-section.visual-lists .cols.two:after {
      content: "";
      display: table;
      clear: both; }
    .content-section.visual-lists .cols.two .visual-list {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 0;
      margin-right: 3%; }
      .content-section.visual-lists .cols.two .visual-list:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .content-section.visual-lists .cols.two .visual-list {
          float: left;
          clear: none;
          width: 100%;
          margin-left: 0;
          margin-right: 3%; }
          .content-section.visual-lists .cols.two .visual-list:last-child {
            margin-right: 0; } }
  .content-section.visual-lists .cols.three .visual-list {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%; }
    .content-section.visual-lists .cols.three .visual-list:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .content-section.visual-lists .cols.three .visual-list {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .content-section.visual-lists .cols.three .visual-list:last-child {
          margin-right: 0; } }
  .content-section.visual-lists .visual-list {
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .content-section.visual-lists .visual-list {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 768px) {
      .content-section.visual-lists .visual-list:last-child {
        margin-bottom: 0; } }
    .content-section.visual-lists .visual-list .heading {
      display: block;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased; }
    .content-section.visual-lists .visual-list .img-wrap {
      display: table;
      width: 100%; }
      .content-section.visual-lists .visual-list .img-wrap .inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
    .content-section.visual-lists .visual-list .list-items {
      display: table;
      width: 100%; }
      .content-section.visual-lists .visual-list .list-items .inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
      .content-section.visual-lists .visual-list .list-items ul {
        padding: 0; }
      .content-section.visual-lists .visual-list .list-items li {
        display: inline-block;
        font-family: ProximaNova-Light, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: 300;
        -webkit-font-smoothing: subpixel-antialiased;
        padding: 0 0 0 2rem; }
        .content-section.visual-lists .visual-list .list-items li:before {
          content: "";
          height: 6px;
          width: 6px;
          border-radius: 3px;
          display: inline-block;
          background-color: #353634;
          margin-right: 0.8rem;
          position: relative;
          top: -0.3rem; }

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/
.single-product .entry-content .hero {
  padding: 6rem 0 20rem 0;
  color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .single-product .entry-content .hero {
      padding: 6rem 0; } }
  @media screen and (max-width: 740px) {
    .single-product .entry-content .hero {
      padding: 3rem 0; } }
  .single-product .entry-content .hero .wrap {
    max-width: 1280px; }
  .single-product .entry-content .hero .content-wrap {
    max-width: 45%; }
    @media screen and (max-width: 740px) {
      .single-product .entry-content .hero .content-wrap {
        max-width: 100%;
        text-align: center !important; } }
    .single-product .entry-content .hero .content-wrap .page-title {
      margin: 0;
      font-size: 6rem;
      line-height: 1.2;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
      -webkit-font-smoothing: subpixel-antialiased; }
      @media screen and (max-width: 740px) {
        .single-product .entry-content .hero .content-wrap .page-title {
          font-size: 5rem;
          margin: 0 0 2rem 0;
          font-family: ProximaNova-Semibold, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased; } }
    .single-product .entry-content .hero .content-wrap .hero-content {
      font-size: 2.2rem;
      line-height: 1.2;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 740px) {
        .single-product .entry-content .hero .content-wrap .hero-content {
          font-size: 3rem;
          text-align: center;
          padding: 0 0 16rem 0; } }
      .single-product .entry-content .hero .content-wrap .hero-content .page-title {
        line-height: 1.2; }
      .single-product .entry-content .hero .content-wrap .hero-content p {
        margin: 0 0 3rem 0; }
        @media screen and (max-width: 740px) {
          .single-product .entry-content .hero .content-wrap .hero-content p {
            font-size: 2rem; } }
      .single-product .entry-content .hero .content-wrap .hero-content blockquote {
        margin: 0 0 2rem 0; }
      .single-product .entry-content .hero .content-wrap .hero-content a {
        color: white; }
      .single-product .entry-content .hero .content-wrap .hero-content p {
        margin: 0 0 1rem 0; }
        @media screen and (max-width: 740px) {
          .single-product .entry-content .hero .content-wrap .hero-content p {
            text-align: center !important; } }
      .single-product .entry-content .hero .content-wrap .hero-content footer {
        font-size: 1.8rem;
        color: #a7a9a8; }
      .single-product .entry-content .hero .content-wrap .hero-content a[rel="wp-video-lightbox"] {
        text-transform: uppercase;
        font-size: 2.4rem;
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased; }
        @media screen and (max-width: 740px) {
          .single-product .entry-content .hero .content-wrap .hero-content a[rel="wp-video-lightbox"] {
            font-size: 3rem;
            text-transform: none;
            font-family: ProximaNova-Light, sans-serif;
            -webkit-font-smoothing: antialiased;
            font-weight: 300;
            -webkit-font-smoothing: subpixel-antialiased; } }
        .single-product .entry-content .hero .content-wrap .hero-content a[rel="wp-video-lightbox"] .icon-play {
          display: inline-block;
          margin-left: 1.5rem;
          font-size: 2.6rem;
          position: relative;
          top: 0.3rem; }
      .single-product .entry-content .hero .content-wrap .hero-content .price {
        display: inline-block;
        margin-right: 4rem;
        font-size: 5rem; }
        .single-product .entry-content .hero .content-wrap .hero-content .price sup {
          top: -1.2rem;
          font-size: 60%; }
      .single-product .entry-content .hero .content-wrap .hero-content .button {
        position: relative;
        background-color: #ed1b12;
        padding: 1rem 3rem; }
      .single-product .entry-content .hero .content-wrap .hero-content .notes {
        display: block;
        clear: both;
        letter-spacing: 0.1rem;
        margin: 1.4rem 0 0 0;
        font-size: 3rem;
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased; }
    .single-product .entry-content .hero .content-wrap .button {
      font-size: 2.4rem;
      margin-top: 2rem; }
      @media screen and (max-width: 740px) {
        .single-product .entry-content .hero .content-wrap .button {
          width: 100%; } }
  .single-product .entry-content .hero .content-wrap.left {
    text-align: left; }
    @media screen and (max-width: 740px) {
      .single-product .entry-content .hero .content-wrap.left {
        text-align: center !important; } }
  .single-product .entry-content .hero .content-wrap.center {
    margin: 0 auto; }
  .single-product .entry-content .hero .content-wrap.right {
    text-align: right;
    float: right; }
    @media screen and (max-width: 740px) {
      .single-product .entry-content .hero .content-wrap.right {
        text-align: center !important;
        float: none !important; } }
.single-product .entry-content .product-footer {
  position: fixed;
  z-index: 999;
  bottom: 0;
  background: white;
  width: 100%;
  padding: 2rem 0;
  border-top: solid 1px #e2e2e2; }
  .single-product .entry-content .product-footer .product-info {
    float: left; }
    .single-product .entry-content .product-footer .product-info .product-title,
    .single-product .entry-content .product-footer .product-info .price {
      font-size: 3.6rem;
      line-height: 1.3;
      display: block;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300; }
      .single-product .entry-content .product-footer .product-info .product-title sup,
      .single-product .entry-content .product-footer .product-info .price sup {
        font-size: 2.2rem; }
    .single-product .entry-content .product-footer .product-info .product-title {
      text-transform: uppercase; }
      .single-product .entry-content .product-footer .product-info .product-title span {
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased; }
  .single-product .entry-content .product-footer .wp-post-image {
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: -50px; }
  .single-product .entry-content .product-footer .button {
    padding: 1.5rem 3.5rem;
    float: right;
    margin-top: 1.9rem; }
.single-product .entry-content .section-title {
  font-size: 5.4rem;
  margin: 4.5rem 0;
  color: #ed1b12;
  text-align: center; }
.single-product .entry-content .content-section {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: ProximaNova-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }
  .single-product .entry-content .content-section:after {
    content: "";
    display: table;
    clear: both; }
  .single-product .entry-content .content-section .wrapper {
    max-width: 960px;
    margin: 0 auto; }
  .single-product .entry-content .content-section .title {
    text-transform: uppercase;
    color: #ed1b12;
    font-size: 3.6rem;
    margin: 0 0 1.5rem 0;
    font-family: ProximaNova-Semibold, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased; }
  .single-product .entry-content .content-section .subtitle {
    font-size: 3rem;
    line-height: 1.1;
    color: #999999; }
  .single-product .entry-content .content-section .wrapper.single-image a {
    display: inline-block; }
    .single-product .entry-content .content-section .wrapper.single-image a img {
      display: block; }
.single-product .entry-content [class*=color-content-] {
  padding: 2rem 7%;
  text-align: left; }
.single-product .entry-content .content-section.video .img-thumb {
  float: right; }
.single-product .entry-content .content-section.video [class*=color-content-] {
  text-align: left; }
  .single-product .entry-content .content-section.video [class*=color-content-]:first-child {
    padding: 10rem 3% 8rem 7%; }
    @media screen and (max-width: 768px) {
      .single-product .entry-content .content-section.video [class*=color-content-]:first-child {
        padding-top: 4rem !important;
        padding-bottom: 0 !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important; } }
  .single-product .entry-content .content-section.video [class*=color-content-]:last-child {
    padding: 14rem 7% 8rem 3%; }
    @media screen and (max-width: 768px) {
      .single-product .entry-content .content-section.video [class*=color-content-]:last-child {
        padding: 0; } }
  .single-product .entry-content .content-section.video [class*=color-content-] .wrapper {
    padding: 3rem; }

.tech-specs {
  display: none;
  max-width: 550px;
  margin: 0 auto;
  font-size: 2rem;
  color: #666666;
  font-family: ProximaNova-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased; }
  .tech-specs dl:after {
    content: "";
    display: table;
    clear: both; }
  .tech-specs dl .spec {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 4rem; }
    .tech-specs dl .spec:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .tech-specs dl .spec:nth-of-type(2n + 1) {
      clear: both; }
  .tech-specs dt {
    display: block; }
  .tech-specs dd {
    margin: 0; }
    .tech-specs dd span {
      display: block;
      text-transform: uppercase;
      color: black;
      font-size: 3rem; }
    .tech-specs dd .icon-wrap {
      height: 80px;
      display: table;
      width: 100%; }
      .tech-specs dd .icon-wrap .inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
  .tech-specs .primary {
    text-align: center; }
    .tech-specs .primary dt {
      font-size: 2.4rem;
      color: #cccccc;
      -webkit-font-smoothing: antialiased; }
  .tech-specs .secondary {
    text-align: left;
    max-width: 80%;
    margin: 0 auto; }
    .tech-specs .secondary .spec {
      float: left;
      clear: none;
      width: 46%;
      margin-left: 0;
      margin-right: 8%; }
      .tech-specs .secondary .spec:last-child {
        margin-right: 0; }
    .tech-specs .secondary dt {
      font-size: 3rem; }

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.page-id-1295 .content-section.story {
  padding: 15rem 0; }
  @media screen and (max-width: 768px) {
    .page-id-1295 .content-section.story {
      padding: 0; } }
  .page-id-1295 .content-section.story .copy .blurb p {
    font-size: 2rem; }

.page-id-1299 .content-section.text-ribbon .wrap {
  padding: 5rem 0; }
.page-id-1299 .content-section.blockquote blockquote {
  padding: 0 0 5rem 0;
  max-width: 800px;
  margin: 0 auto 1rem auto;
  line-height: 1.2; }
.page-id-1299 .content-section.blockquote p {
  font-family: ProximaNova-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

.content-section.text-ribbon .wrap {
  padding: 5rem 0 4rem 0; }

.brand-assets {
  background-color: #f3f5f6;
  overflow: hidden;
  padding: 0 0 3rem 0; }
  .brand-assets:after {
    content: "";
    display: table;
    clear: both; }
  .brand-assets .asset {
    float: left;
    clear: none;
    width: 23.875%;
    margin-left: 0;
    margin-right: 1.5%;
    background: white;
    margin-bottom: 2rem;
    -moz-box-shadow: 0px 4px 3px 0px #eee;
    -webkit-box-shadow: 0px 4px 3px 0px #eee;
    box-shadow: 0px 4px 3px 0px #eee; }
    .brand-assets .asset:nth-of-type(4n) {
      margin-right: 0;
      float: right; }
    .brand-assets .asset:nth-of-type(4n + 1) {
      clear: both; }
    @media screen and (max-width: 1024px) {
      .brand-assets .asset {
        float: left;
        clear: none;
        width: 32.33333%;
        margin-left: 0;
        margin-right: 1.5%; }
        .brand-assets .asset:nth-of-type(4n) {
          margin-right: 1.5%;
          float: left; }
        .brand-assets .asset:nth-of-type(4n + 1) {
          clear: none; }
        .brand-assets .asset:nth-of-type(3n) {
          margin-right: 0;
          float: right; }
        .brand-assets .asset:nth-of-type(3n + 1) {
          clear: both; } }
    @media screen and (max-width: 768px) {
      .brand-assets .asset {
        float: left;
        clear: none;
        width: 49.25%;
        margin-left: 0;
        margin-right: 1.5%; }
        .brand-assets .asset:nth-of-type(3n) {
          margin-right: 1.5%;
          float: left; }
        .brand-assets .asset:nth-of-type(3n + 1) {
          clear: none; }
        .brand-assets .asset:nth-of-type(2n) {
          margin-right: 0;
          float: right; }
        .brand-assets .asset:nth-of-type(2n + 1) {
          clear: both; } }
    .brand-assets .asset .title {
      text-align: center;
      font-size: 2.4rem;
      margin: 3rem 2rem;
      font-family: ProximaNova-Semibold, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      line-height: 1.2; }
    .brand-assets .asset .button {
      display: block;
      padding: 0.7rem 3rem;
      margin: 0 2rem 1.1rem 2rem;
      text-align: center;
      line-height: 1.2;
      letter-spacing: 0.15rem; }
    .brand-assets .asset .asset-thumb {
      margin: 3rem 0 0 0; }
      .brand-assets .asset .asset-thumb img {
        display: block; }
  .brand-assets .owl-carousel .asset {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 3%; }
    .brand-assets .owl-carousel .asset:last-child {
      margin-right: 0; }

/*--------------------------------------------------------------
## August Access Page
--------------------------------------------------------------*/
.page-id-493 .aug-grid .item .logo {
  padding: 1rem 0 6rem 0; }
  @media screen and (max-width: 768px) {
    .page-id-493 .aug-grid .item .logo {
      padding: 1rem 0 3rem 0; } }
.page-id-493 .color-content.single h2 {
  margin-bottom: 0; }
.page-id-493 .color-content.single p {
  max-width: 760px;
  margin: 0 auto 1.5rem auto; }

/*--------------------------------------------------------------
## How It Works
--------------------------------------------------------------*/
.page-id-312 .hero {
  background-position: center bottom; }
  @media screen and (max-width: 1024px) {
    .page-id-312 .hero {
      -o-background-size: 100%;
      -webkit-background-size: 100%;
      -moz-background-size: 100%;
      background-size: 100%;
      background-repeat: no-repeat;
      padding: 4rem 0 70rem 0 !important; } }
  @media screen and (max-width: 768px) {
    .page-id-312 .hero {
      padding: 4rem 0 60rem 0 !important; } }
  @media screen and (max-width: 740px) {
    .page-id-312 .hero {
      padding: 4rem 0 32rem 0 !important; } }
  .page-id-312 .hero .wrap {
    max-width: 1280px; }
    .page-id-312 .hero .wrap .heading {
      max-width: 100%; }
.page-id-312 .content-section.content-corners .corner-content .corner {
  text-align: center; }
  .page-id-312 .content-section.content-corners .corner-content .corner .copy {
    font-size: 1.8rem;
    color: #8d8d8d; }

/*--------------------------------------------------------------
## Works with Page
--------------------------------------------------------------*/
.page-id-497 .hero .copy {
  font-size: 3rem;
  line-height: 1.1; }
.page-id-497 [class*=color-content].single .wrapper {
  max-width: 900px;
  margin: 0 auto; }
  .page-id-497 [class*=color-content].single .wrapper p {
    font-size: 2.4rem;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300; }

/*--------------------------------------------------------------
## Legal
--------------------------------------------------------------*/
.page-id-507 .entry-content,
.parent-pageid-507 .entry-content {
  margin: 0 0 5rem 0; }
  .page-id-507 .entry-content .wrap,
  .parent-pageid-507 .entry-content .wrap {
    max-width: 960px; }
    .page-id-507 .entry-content .wrap .last-updated,
    .parent-pageid-507 .entry-content .wrap .last-updated {
      text-transform: uppercase; }
    .page-id-507 .entry-content .wrap .entry-title,
    .parent-pageid-507 .entry-content .wrap .entry-title {
      font-size: 5.4rem;
      margin: 0;
      color: #ed1b12;
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300; }
    .page-id-507 .entry-content .wrap a,
    .parent-pageid-507 .entry-content .wrap a {
      color: #ed1b12;
      text-decoration: none; }
      .page-id-507 .entry-content .wrap a:hover,
      .parent-pageid-507 .entry-content .wrap a:hover {
        color: #aa403c; }
    .page-id-507 .entry-content .wrap .page-nav a,
    .parent-pageid-507 .entry-content .wrap .page-nav a {
      color: #353634; }
      .page-id-507 .entry-content .wrap .page-nav a:hover,
      .parent-pageid-507 .entry-content .wrap .page-nav a:hover {
        color: #ed1b12; }
    .page-id-507 .entry-content .wrap .page-nav .current_page_item a,
    .parent-pageid-507 .entry-content .wrap .page-nav .current_page_item a {
      color: #ed1b12; }

/*--------------------------------------------------------------
## Retailers
--------------------------------------------------------------*/
.page-id-97 .hero {
  padding: 13.5rem  0 12rem 0; }
  @media screen and (max-width: 768px) {
    .page-id-97 .hero {
      padding: 10rem 0; } }
  .page-id-97 .hero .heading {
    font-size: 7.2rem; }
  .page-id-97 .hero .copy {
    max-width: 60%; }
    @media screen and (max-width: 768px) {
      .page-id-97 .hero .copy {
        max-width: 100%; } }
    .page-id-97 .hero .copy p {
      font-size: 2.4rem;
      line-height: 1.2;
      font-family: ProximaNova-Regular, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 768px) {
        .page-id-97 .hero .copy p {
          font-family: ProximaNova-Regular, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased; } }
  .page-id-97 .hero .button {
    background: #ff3730;
    border: none;
    color: white;
    padding: 1.2rem 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin: 2rem 0 0 0; }
    .page-id-97 .hero .button:hover {
      background: #aa403c; }
.page-id-97 .bby-button {
  visibility: hidden;
  height: 0; }
.page-id-97 #bby-everywhere-ce-iframe {
  top: 640px !important; }
.page-id-97 #bby-everywhere-ce-close-button {
  top: 620px !important; }

/*--------------------------------------------------------------
## Jobs
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-id-489 .hero {
    padding: 15rem 0; }
    .page-id-489 .hero .heading {
      font-family: ProximaNova-Light, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 300;
      font-size: 6rem; } }
.page-id-489 .content-section.story {
  padding: 10rem 0 8rem 0; }
  @media screen and (max-width: 768px) {
    .page-id-489 .content-section.story {
      padding: 0 0 38rem 0;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center bottom; }
      .page-id-489 .content-section.story .dimmer {
        display: none; }
      .page-id-489 .content-section.story .heading {
        font-size: 5rem; }
      .page-id-489 .content-section.story .copy {
        max-width: 100%;
        margin: 0;
        padding: 0 0 4rem 0;
        text-align: left; } }
  .page-id-489 .content-section.story .copy .blurb p {
    font-size: 2rem; }
.page-id-489 [class*=color-content] {
  padding: 9rem 6rem; }
  @media screen and (max-width: 768px) {
    .page-id-489 [class*=color-content] {
      padding: 6rem 3rem !important; } }
  .page-id-489 [class*=color-content] .heading {
    color: #ed1b12;
    font-family: ProximaNova-Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    line-height: 1.1; }
  .page-id-489 [class*=color-content] ul {
    margin: 0 0 1.5rem 0; }
  .page-id-489 [class*=color-content] .button {
    background: none;
    border: solid 2px #00a2b8;
    color: #00a2b8; }
    .page-id-489 [class*=color-content] .button:hover {
      background: #00a2b8;
      color: white; }
.page-id-489 [class*=color-content].single .wrapper {
  max-width: 1080px;
  padding: 0 6rem;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .page-id-489 [class*=color-content].single .wrapper {
      padding: 0 3rem; } }
@media screen and (max-width: 768px) {
  .page-id-489 .location .single {
    padding: 0 !important; } }
.page-id-489 .location .single .wrapper {
  max-width: 100%;
  padding: 2.5rem 6rem 2rem 6rem;
  background: rgba(255, 255, 255, 0.9); }
.page-id-489 .location .single .title {
  margin: 0; }

#jobflo_job_listing .jobflo_job_location {
  display: none; }
#jobflo_job_listing .jobflo_job_post {
  padding: 1.5rem 15rem 1.5rem 0;
  border-top: solid 1px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #jobflo_job_listing .jobflo_job_post {
      border-top: 0;
      padding: 0 0 2rem 0; } }
  #jobflo_job_listing .jobflo_job_post:last-child {
    border-bottom: solid 1px; }
    @media screen and (max-width: 768px) {
      #jobflo_job_listing .jobflo_job_post:last-child {
        border-bottom: 0; } }
#jobflo_job_listing .jobflo_job_title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: ProximaNova-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    #jobflo_job_listing .jobflo_job_title {
      font-size: 2.4rem; } }
#jobflo_job_listing .jobflo_details_link {
  position: absolute;
  top: 2.1rem;
  right: 0;
  color: #c5c5c5;
  font-family: ProximaNova-Semibold, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased; }
  #jobflo_job_listing .jobflo_details_link:hover {
    cursor: pointer;
    color: #00a2b8; }
  @media screen and (max-width: 768px) {
    #jobflo_job_listing .jobflo_details_link {
      position: relative;
      color: #00a2b8;
      top: auto; } }
#jobflo_job_listing .post-share-links .addthis_toolbox td {
  display: inline-block;
  padding: 0 1rem; }
#jobflo_job_listing .jobflo_job_description {
  padding: 2rem 0 0 0; }
  @media screen and (max-width: 768px) {
    #jobflo_job_listing .jobflo_job_description {
      padding: 0; } }
  #jobflo_job_listing .jobflo_job_description .jobflo_details_link {
    display: inline-block;
    margin: 0 0 2rem 0; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 #primary {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 14rem 0 40rem 0;
  text-align: center;
  color: white; }
  @media screen and (max-width: 768px) {
    .error404 #primary {
      padding: 10rem 0 30rem 0; } }
  .error404 #primary a {
    color: #00a2b8;
    text-decoration: none;
    display: inline-block;
    border-bottom: solid 2px transparent; }
    .error404 #primary a:hover {
      border-bottom: solid 2px #00a2b8; }
  .error404 #primary .page-title {
    font-size: 7.2rem;
    font-family: ProximaNova-Semibold, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0; }
  .error404 #primary .subheading {
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 3rem auto 0 auto; }
  .error404 #primary p {
    font-size: 2.4rem;
    -webkit-font-smoothing: antialiased; }

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider-wrap {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 740px) {
    .slider-wrap {
      overflow: visible; } }

.slider {
  position: relative; }
  .slider .slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 740px) {
      .slider .slide {
        min-height: 400px !important; } }
    .slider .slide .dimmer {
      position: absolute;
      z-index: 3;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.35); }
    .slider .slide .slide-copy {
      position: relative;
      z-index: 9;
      max-width: 1200px;
      margin: 0 auto;
      padding: 22rem 10% 0 10%;
      text-align: center;
      color: white; }
      @media screen and (max-width: 740px) {
        .slider .slide .slide-copy {
          padding: 11rem 10% 0 10%; } }
      @media screen and (max-width: 375px) {
        .slider .slide .slide-copy {
          padding: 5rem 10% 0 10%; } }
      .slider .slide .slide-copy:after {
        content: "";
        display: table;
        clear: both; }
      .slider .slide .slide-copy .heading {
        font-size: 7.4rem;
        line-height: 1;
        margin: 0;
        opacity: 0; }
        @media screen and (max-width: 740px) {
          .slider .slide .slide-copy .heading {
            font-size: 5rem; } }
      .slider .slide .slide-copy .subheading {
        font-size: 3.2rem;
        line-height: 1.2;
        font-family: ProximaNova-Light, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: 300;
        font-weight: 300;
        margin: 0;
        opacity: 0; }
        @media screen and (max-width: 740px) {
          .slider .slide .slide-copy .subheading {
            font-size: 2.8rem; } }
      .slider .slide .slide-copy .cta {
        opacity: 0;
        clear: both;
        padding: 2rem 0 0 0; }
      .slider .slide .slide-copy a {
        color: #ed1b12; }
      .slider .slide .slide-copy a[rel="wp-video-lightbox"] {
        color: white;
        text-transform: uppercase;
        font-size: 2.4rem;
        font-family: ProximaNova-Semibold, sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased; }
    .slider .slide .slide-copy.left {
      text-align: left; }
      .slider .slide .slide-copy.left .heading, .slider .slide .slide-copy.left .subheading {
        float: left;
        width: 50%;
        display: block;
        clear: both; }
        @media screen and (max-width: 740px) {
          .slider .slide .slide-copy.left .heading, .slider .slide .slide-copy.left .subheading {
            width: 100%; } }
    .slider .slide .slide-copy.right {
      text-align: right; }
      .slider .slide .slide-copy.right .heading, .slider .slide .slide-copy.right .subheading {
        width: 50%;
        float: right;
        display: block;
        clear: both; }
        @media screen and (max-width: 740px) {
          .slider .slide .slide-copy.right .heading, .slider .slide .slide-copy.right .subheading {
            width: 100%; } }
    .slider .slide .video-container {
      position: absolute;
      background: black;
      z-index: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .slider .slide .video {
      margin: auto;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%; }
    .slider .slide .item {
      bottom: 0;
      z-index: 5;
      position: absolute;
      width: 100%; }
      .slider .slide .item .item-link {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
        text-decoration: none;
        color: white;
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 2rem 1.5rem;
        height: auto; }
        .slider .slide .item .item-link .heading {
          display: block;
          clear: both;
          padding: 0;
          font-family: ProximaNova-Semibold, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased;
          text-transform: uppercase;
          -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none; }
          @media screen and (max-width: 740px) {
            .slider .slide .item .item-link .heading {
              font-size: 2rem; }
              .slider .slide .item .item-link .heading br {
                display: none; } }
        .slider .slide .item .item-link .subheading {
          font-weight: 300; }
          @media screen and (max-width: 740px) {
            .slider .slide .item .item-link .subheading {
              display: none; } }
  .slider .owl-item.active .heading {
    -webkit-animation: fadeInDown .4s 0.4s ease-out both;
    /* Safari 4+ */
    -moz-animation: fadeInDown .4s 0.4s ease-out both;
    /* Fx 5+ */
    -o-animation: fadeInDown .4s 0.4s ease-out both;
    /* Opera 12+ */
    animation: fadeInDown .4s 0.4s ease-out both;
    /* IE 10+ */ }
  .slider .owl-item.active .subheading {
    -webkit-animation: fadeInDown .4s 0.4s ease-out both;
    /* Safari 4+ */
    -moz-animation: fadeInDown .4s 0.4s ease-out both;
    /* Fx 5+ */
    -o-animation: fadeInDown .4s 0.4s ease-out both;
    /* Opera 12+ */
    animation: fadeInDown .4s 0.4s ease-out both;
    /* IE 10+ */ }
  .slider .owl-item.active .cta {
    -webkit-animation: fadeInDown .4s 0.4s ease-out both;
    /* Safari 4+ */
    -moz-animation: fadeInDown .4s 0.4s ease-out both;
    /* Fx 5+ */
    -o-animation: fadeInDown .4s 0.4s ease-out both;
    /* Opera 12+ */
    animation: fadeInDown .4s 0.4s ease-out both;
    /* IE 10+ */ }
  @media screen and (max-width: 740px) {
    .slider .owl-controls {
      padding: 1.5rem 0 0 0; } }
  @media screen and (max-width: 740px) {
    .slider .owl-controls .owl-nav {
      display: none; } }
  .slider .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -2.5rem;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .slider .owl-controls .owl-nav div:hover {
      color: rgba(255, 255, 255, 0.8); }
  .slider .owl-controls .owl-nav .owl-prev {
    left: 4%; }
  .slider .owl-controls .owl-nav .owl-next {
    right: 4%; }

.owl-pagination {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .owl-pagination .owl-stage {
    margin: 0 auto; }
  .owl-pagination .wrap {
    max-width: 960px; }
    @media screen and (max-width: 740px) {
      .owl-pagination .wrap {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .owl-pagination .wrap .owl-item {
      min-height: 0;
      display: inline-block;
      float: none; }
    .owl-pagination .wrap .item {
      display: block;
      position: relative;
      height: 12.4rem;
      top: 6.4rem;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 740px) {
        .owl-pagination .wrap .item {
          width: 100%;
          height: auto;
          top: auto;
          bottom: 0; } }
      .owl-pagination .wrap .item:hover {
        top: 3rem; }
      @media screen and (max-width: 740px) {
        .owl-pagination .wrap .item:hover {
          top: auto; } }
      .owl-pagination .wrap .item .item-link {
        display: block;
        height: 100%;
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding: 1.8rem 1.5rem;
        text-decoration: none;
        color: white;
        font-size: 1.4rem;
        line-height: 1.3; }
        @media screen and (max-width: 740px) {
          .owl-pagination .wrap .item .item-link {
            padding: 2rem 1.5rem;
            height: auto; } }
        .owl-pagination .wrap .item .item-link .heading {
          display: block;
          clear: both;
          padding: 0 0 1rem 0;
          font-family: ProximaNova-Semibold, sans-serif;
          font-weight: normal;
          -webkit-font-smoothing: subpixel-antialiased;
          text-transform: uppercase; }
          @media screen and (max-width: 740px) {
            .owl-pagination .wrap .item .item-link .heading {
              font-size: 2rem; }
              .owl-pagination .wrap .item .item-link .heading br {
                display: none; } }
        .owl-pagination .wrap .item .item-link .subheading {
          font-weight: 300; }
          @media screen and (max-width: 740px) {
            .owl-pagination .wrap .item .item-link .subheading {
              display: none; } }
    .owl-pagination .wrap .synced .item {
      top: 3.6rem;
      }
  @media screen and (max-width: 740px) {
    .owl-pagination .owl-controls {
      width: 100%;
      position: absolute;
      bottom: -4rem; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  color: white; }
  .site-footer .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer a {
    color: white;
    text-decoration: none; }
  .site-footer .menu li {
    list-style-type: none; }
  .site-footer .main {
    background: #ff4841;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 7rem 0 9rem 0; }
    @media screen and (max-width: 740px) {
      .site-footer .main {
        padding: 5rem 0 3rem 0; } }
  .site-footer .col .menu {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 740px) {
      .site-footer .col .menu {
        padding: 0 0 0 7%; } }
    .site-footer .col .menu li a {
      display: inline-block;
      font-size: 1.8rem;
      line-height: 1.2;
      padding: 0 0 1.2rem 0; }
  .site-footer .col.one {
    float: left;
    clear: none;
    width: 33.33333%;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (max-width: 740px) {
      .site-footer .col.one {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .site-footer .col.one:last-child {
          margin-right: 0; } }
    .site-footer .col.one .icon-august_logo {
      display: block;
      font-size: 5.6rem;
      margin: 0 0 1rem 0; }
      @media screen and (max-width: 740px) {
        .site-footer .col.one .icon-august_logo {
          font-size: 4.5rem;
          margin: 2rem 0 0 0; } }
    @media screen and (max-width: 740px) {
      .site-footer .col.one {
        text-align: center; } }
    .site-footer .col.one .mailing-list {
      margin: 0 0 2rem 0; }
      .site-footer .col.one .mailing-list .gform_wrapper {
        max-width: 225px;
        position: relative;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .site-footer .col.one .mailing-list .gform_wrapper {
            max-width: 182px; } }
        @media screen and (max-width: 740px) {
          .site-footer .col.one .mailing-list .gform_wrapper {
            max-width: 100%; } }
        .site-footer .col.one .mailing-list .gform_wrapper .ginput_container {
          margin-top: 0; }
        .site-footer .col.one .mailing-list .gform_wrapper .gform_footer {
          margin: 0;
          padding: 0; }
      .site-footer .col.one .mailing-list input[type="text"],
      .site-footer .col.one .mailing-list input[type="email"] {
        width: 100%;
        border-radius: 0;
        background: transparent;
        border: solid 1px white;
        font-size: 1.8rem;
        padding: 0.7rem 0 0.7rem 0.8rem;
        color: white;
        font-family: ProximaNova-Light, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: 300;
        -webkit-font-smoothing: subpixel-antialiased; }
        @media screen and (max-width: 740px) {
          .site-footer .col.one .mailing-list input[type="text"],
          .site-footer .col.one .mailing-list input[type="email"] {
            padding: 1rem 0 1rem 0.8rem; } }
      .site-footer .col.one .mailing-list ::-webkit-input-placeholder {
        color: white; }
      .site-footer .col.one .mailing-list :-moz-placeholder {
        color: white; }
      .site-footer .col.one .mailing-list ::-moz-placeholder {
        color: white; }
      .site-footer .col.one .mailing-list :-ms-input-placeholder {
        color: white; }
      .site-footer .col.one .mailing-list #gform_submit_button_1 {
        position: absolute;
        right: 0.7rem;
        top: 3rem;
        background: none;
        border: 0;
        padding: 0;
        box-shadow: none;
        text-shadow: none;
        color: white;
        font-size: 1.3rem; }
        @media screen and (max-width: 740px) {
          .site-footer .col.one .mailing-list #gform_submit_button_1 {
            font-size: 1.8rem; } }
      .site-footer .col.one .mailing-list img.gform_ajax_spinner {
        background: white;
        padding: 5px;
        border-radius: 15px; }
      .site-footer .col.one .mailing-list .gform_confirmation_message {
        max-width: 225px;
        font-size: 1.4rem;
        line-height: 1.2; }
      .site-footer .col.one .mailing-list div.validation_error {
        display: none; }
      .site-footer .col.one .mailing-list li.gfield.gfield_error {
        background: none;
        border-top: 0;
        border-bottom: 0;
        margin: 0;
        width: 100%; }
        .site-footer .col.one .mailing-list li.gfield.gfield_error .gfield_description {
          font-size: 1.4rem;
          color: white;
          margin: 0; }
      .site-footer .col.one .mailing-list .gfield_required {
        display: none; }
      .site-footer .col.one .mailing-list .ginput_container {
        margin-left: 0 !important;
        max-width: 100% !important; }
  .site-footer .col.footer-menu {
    float: left;
    clear: none;
    width: 22.22222%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 3rem; }
    @media screen and (max-width: 740px) {
      .site-footer .col.footer-menu {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0.5rem; } }
    .site-footer .col.footer-menu .menu-title {
      display: block;
      margin: 0 0 1.5rem 0;
      text-transform: uppercase;
      font-size: 1.8rem;
      position: relative; }
      @media screen and (max-width: 740px) {
        .site-footer .col.footer-menu .menu-title {
          margin: 1.5rem 0 0.8rem 0; }
          .site-footer .col.footer-menu .menu-title:after {
            font-family: 'august';
            font-size: 1.6rem;
            content: "\e603";
            position: absolute;
            right: 0.3rem;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out; } }
    .site-footer .col.footer-menu .menu-title.selected:after {
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg); }
  .site-footer .social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media screen and (max-width: 740px) {
      .site-footer .social-icons {
        padding: 1rem 0 0 0; } }
    .site-footer .social-icons li {
      display: inline-block; }
      .site-footer .social-icons li a {
        font-size: 3.9rem;
        padding: 0 0.1rem; }
        @media screen and (max-width: 740px) {
          .site-footer .social-icons li a {
            font-size: 5.5rem; } }
  .site-footer .legal {
    font-size: 1.4rem;
    clear: both;
    background-color: #aa403c;
    padding: 2.4rem 0;
    text-align: center; }
    .site-footer .legal .wrap {
      padding: 0 5%; }
    .site-footer .legal .menu-legal-menu-container {
      display: inline-block; }
      .site-footer .legal .menu-legal-menu-container .menu {
        margin: 0 0.5rem 0 0;
        padding: 0; }
        .site-footer .legal .menu-legal-menu-container .menu li {
          display: inline-block; }
          .site-footer .legal .menu-legal-menu-container .menu li a {
            display: inline-block;
            border-bottom: solid 1px rgba(255, 255, 255, 0.5);
            margin: 0 0.2rem; }
            .site-footer .legal .menu-legal-menu-container .menu li a:hover {
              color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 740px) {
      .site-footer .legal .copyright {
        color: #999999; } }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }
  .gallery:after {
    content: "";
    display: table; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-2 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-2 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-2 .gallery-item:last-child {
          margin-right: 0; } }
  .gallery-columns-3 .gallery-item {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-3 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-3 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-3 .gallery-item:last-child {
          margin-right: 0; } }
  .gallery-columns-4 .gallery-item {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-4 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-4 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-4 .gallery-item:last-child {
          margin-right: 0; } }
  .gallery-columns-5 .gallery-item {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-5 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-5 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-5 .gallery-item:last-child {
          margin-right: 0; } }
  .gallery-columns-6 .gallery-item {
    float: left;
    clear: none;
    width: 14.16667%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-6 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-6 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-6 .gallery-item:last-child {
          margin-right: 0; } }
  .gallery-columns-7 .gallery-item {
    float: left;
    clear: none;
    width: 11.71429%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-7 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-7 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-7 .gallery-item:last-child {
          margin-right: 0; } }
  .gallery-columns-8 .gallery-item {
    float: left;
    clear: none;
    width: 9.875%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-8 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-8 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-8 .gallery-item:last-child {
          margin-right: 0; } }
  .gallery-columns-9 .gallery-item {
    float: left;
    clear: none;
    width: 8.44444%;
    margin-left: 0;
    margin-right: 3%; }
    .gallery-columns-9 .gallery-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .gallery-columns-9 .gallery-item {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .gallery-columns-9 .gallery-item:last-child {
          margin-right: 0; } }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Videos
--------------------------------------------------------------*/
a[rel="wp-video-lightbox"] {
  text-decoration: none;
  position: relative; }
  a[rel="wp-video-lightbox"]:after {
    font-family: august;
    content: "\e60a";
    font-size: 2.7rem;
    margin-left: 1.5rem;
    position: relative;
    top: 0.4rem; }

a[rel="wp-video-lightbox"].play-btn:after {
  display: none; }

a[rel="wp-video-lightbox"].img-thumb {
  display: block;
  text-align: center;
  color: white; }
  a[rel="wp-video-lightbox"].img-thumb:after {
    display: none; }
  a[rel="wp-video-lightbox"].img-thumb span {
    display: block;
    position: absolute;
    width: 100%;
    text-transform: uppercase; }
  a[rel="wp-video-lightbox"].img-thumb span.icon-play {
    font-size: 4.5rem;
    top: 37%; }
  a[rel="wp-video-lightbox"].img-thumb span.video-cta {
    font-family: ProximaNova-Semibold, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    top: 60%;
    font-size: 2.2rem;
    padding: 0 10%; }

.play-btn {
  display: block;
  height: 6.7rem;
  width: 6.7rem;
  margin: 2rem auto 0 auto;
  clear: both;
  text-decoration: none;
  font-size: 5.5rem; }
  .play-btn .icon-play {
    color: white;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .play-btn .icon-play:hover {
      color: #00a2b8; }

/*--------------------------------------------------------------
# New Styles - Josh
--------------------------------------------------------------*/
.content-section.fixed-panels .panel-title.panelClock {
  left: -2170%;
  height: 100px;
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  text-align: center;
  background: transparent;
  color: #fff;
  top: 27%;
  font-size: 2.8rem;
  font-weight: 300;
  padding-top: 22px; }
  .content-section.fixed-panels .panel-title.panelClock:before {
    content: none !important; }
  .content-section.fixed-panels .panel-title.panelClock span.subClock {
    display: block;
    font-size: 1.4rem;
    line-height: 1px;
    color: rgba(255, 255, 255, 0.8); }

span.panel-title.clocked:before {
  content: none !Important; }

.fullHeight {
  height: 100vh;
  position: relative; }
  .fullHeight:last-child {
    height: 106vh; }
  .fullHeight:before {
    top: 0;
    height: 25%; }
  .fullHeight:after {
    bottom: 0;
    height: 59%; }
  .fullHeight:before, .fullHeight:after {
    content: '';
    width: 2px;
    background: #fff;
    display: block;
    position: absolute; }

#content .content-section.fixed-panels .timeline.clock {
  background-image: none !Important;
  background: none !Important;
  background-repeat: no-repeat !important; }

.content-section.fixed-panels .fixed-backgrounds .panel-bg .dimmer.left {
  right: auto;
  left: 0;
  width: 55%; }
.content-section.fixed-panels .fixed-backgrounds .panel-bg .dimmer.faded {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 1%, black 99%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 1%, black 99%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 1%, black 99%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */ }
.content-section.fixed-panels .fixed-backgrounds .panel-bg .dimmer.faded.left {
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.01) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.01) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.01) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=1 ) !important;
  /* IE6-9 */ }

.content-section.fixed-panels .content-wrap.lefted {
  max-width: 55%;
  float: left; }

img.fixedContentImage {
  opacity: 1;
  transition: all .35s ease-in-out;
  position: absolute;
  max-height: 50vh;
  padding-top: 20px; }

img.fixedContentImage.fade {
  opacity: 0; }

@media screen and (max-width: 768px) {
  .content-section.fixed-panels .content-wrap.lefted {
    max-width: 100% !important; }

  img.fixedContentImage {
    position: static;
    opacity: 1 !Important; }

  .content-section.fixed-panels .panel-title.panelClock {
    left: 6% !Important;
    position: absolute; }

  .fullHeight > .panel-title.panelClock {
    display: none; }

  .fullHeight:before, .fullHeight:after {
    content: none !important; }

  span.panel-title.panelClock:before {
    content: '' !Important; }

  .img-wrap.clocked:before, .img-wrap.clocked:after {
    content: '';
    position: absolute;
    left: calc(6% + 50px);
    width: 2px;
    height: calc(50% - 65px);
    background: #eee;
    top: 0; }

  .img-wrap.clocked:after {
    top: auto;
    bottom: 0; }

  .content-section.fixed-panels .panel-title.panelClock {
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    margin: auto; }

  .content-section.fixed-panels .img-wrap.clocked img {
    display: block; } }



.blog #content article.post .featured-image, .category #content article.post .featured-image {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  right: auto;
  left: auto;
  min-height: 450px; }

.blog #content article.post .content-section, .category #content article.post .content-section {
  width: 100%; }

article.post .featured-image > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*# sourceMappingURL=style.css.map */
