@charset "UTF-8";
/*!
Theme Name: P & V
Theme URI: http://underscores.me/
Author: Symbiotisk
Author URI: http://symbiotisk.dk
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pogv
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, blockquote {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* ==========================================================================
   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; }

/* ==========================================================================
   Screen readers
   ========================================================================== */
/* Text meant only for screen readers. */
.screen-reader-text, .site-branding .site-title,
.site-branding .site-description, time.updated:not(.published) {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .site-branding .site-title:hover,
  .site-branding .site-description:hover, time.updated:hover:not(.published), .screen-reader-text:active, .site-branding .site-title:active,
  .site-branding .site-description:active, time.updated:active:not(.published), .screen-reader-text:focus, .site-branding .site-title:focus,
  .site-branding .site-description:focus, time.updated:focus:not(.published) {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    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. */ }

/* ==========================================================================
   Media from _S
   ========================================================================== */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.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%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-bottom: 0 auto; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 768px) {
  .column-large {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 65.6441717791%; }
    .column-large:last-child {
      margin-right: 0; }
    .column-large.last {
      margin-right: 0 !important; } }

@media (min-width: 768px) {
  .column-small {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 31.2883435583%; }
    .column-small:last-child {
      margin-right: 0; }
    .column-small.last {
      margin-right: 0 !important; } }

.relative {
  position: relative; }

/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
.btn, body .cli-plugin-button,
body .cli-plugin-button:visited,
body .medium.cli-plugin-button,
body .medium.cli-plugin-button:visited, .content-section-wrapper.using-bg-color p a, .box p a, body.home #businesses .business div a, body.home #experts .quote-container a, .nav-previous a, .nav-next a,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #50bec9;
  border: 0;
  border-radius: 1px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Metric Web", "Arial", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.9375em 1.875em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase; }
  .btn:hover, body .cli-plugin-button:hover,
  body .medium.cli-plugin-button:hover:visited, .content-section-wrapper.using-bg-color p a:hover, .box p a:hover, body.home #businesses .business div a:hover, body.home #experts .quote-container a:hover, .nav-previous a:hover, .nav-next a:hover, .btn:focus, body .cli-plugin-button:focus,
  body .medium.cli-plugin-button:focus:visited, .content-section-wrapper.using-bg-color p a:focus, .box p a:focus, body.home #businesses .business div a:focus, body.home #experts .quote-container a:focus, .nav-previous a:focus, .nav-next a:focus,
  button:hover,
  button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #085b7b;
    color: #fff; }
  .btn:disabled, body .cli-plugin-button:disabled,
  body .medium.cli-plugin-button:disabled:visited, .content-section-wrapper.using-bg-color p a:disabled, .box p a:disabled, body.home #businesses .business div a:disabled, body.home #experts .quote-container a:disabled, .nav-previous a:disabled, .nav-next a:disabled,
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn:disabled:hover, body .cli-plugin-button:disabled:hover, .content-section-wrapper.using-bg-color p a:disabled:hover, .box p a:disabled:hover, body.home #businesses .business div a:disabled:hover, body.home #experts .quote-container a:disabled:hover, .nav-previous a:disabled:hover, .nav-next a:disabled:hover,
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #004220; }

body .cli-plugin-button,
body .cli-plugin-button:visited,
body .medium.cli-plugin-button,
body .medium.cli-plugin-button:visited {
  text-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  background-color: #50bec9 !important;
  padding: 10px 15px !important;
  color: #fff !important;
  border-radius: 0 !important; }
  body .cli-plugin-button:hover,
  body .cli-plugin-button:visited:hover,
  body .medium.cli-plugin-button:hover,
  body .medium.cli-plugin-button:visited:hover {
    background-color: #085b7b !important;
    color: #fff !important; }

fieldset {
  background-color: #fafafa;
  border: 1px solid #EBEBEB;
  margin: 0 0 0.9375em;
  padding: 1.875em; }

input,
label,
select {
  display: block;
  font-family: "Metric Web", "Arial", sans-serif;
  font-size: 18px; }

label {
  font-weight: 600;
  margin-bottom: 0.46875em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 1px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Metric Web", "Arial", sans-serif;
  font-size: 18px;
  margin-bottom: 0.9375em;
  padding: 0.625em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #bcbcbc; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #999;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(140, 140, 140, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #EBEBEB; }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.46875em; }

input[type="file"] {
  margin-bottom: 0.9375em;
  width: 100%; }

select {
  margin-bottom: 1.875em;
  max-width: 100%;
  width: auto; }

/* ==========================================================================
   Gravity forms check
   ========================================================================== */
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
  font-weight: 200;
  border: 1px solid #333;
  border-radius: 0; }

.gfield_label {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0 !important; }

.ginput_container {
  margin-top: 0 !important; }

.gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important; }

@media (min-width: 768px) {
  .gform_wrapper ul.gform_column.one_half {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 48.4662576687%;
    margin-right: 3.0674846626% !important; }
    .gform_wrapper ul.gform_column.one_half:last-child {
      margin-right: 0; }
    .gform_wrapper ul.gform_column.one_half.last {
      margin-right: 0 !important; } }

.gfield_checkbox label {
  font-weight: 300 !important; }

.gfield input, textarea {
  font-weight: 300 !important; }

.gform_body:after {
  display: table;
  content: "";
  clear: both; }

.gform_widget {
  padding: 25px;
  background: #EBEBEB; }

.gform_wrapper form li.gfield_error {
  background: #999 !important;
  border-color: transparent !important; }

.gform_wrapper .gfield_error .gfield_label, .gfield_description.validation_message {
  color: #333 !important; }

.gfield_description.validation_message {
  font-weight: 500 !important; }

.validation_error {
  text-align: center;
  border-color: #333 !important;
  color: #333 !important;
  font-weight: 500 !important; }

body .gform_wrapper .gsection {
  border: none;
  padding: 0;
  margin: 0; }

.gform_wrapper form.two-column textarea.large {
  max-height: 207px; }
.gform_wrapper form.two-column .top_label input.medium, .gform_wrapper form.two-column .gform_wrapper .top_label select.medium {
  width: 100%; }
.gform_wrapper form.two-column .gform_footer {
  max-width: 25%;
  margin: 25px auto 0;
  padding-top: 20px !important; }
  .gform_wrapper form.two-column .gform_footer p, .gform_wrapper form.two-column .gform_footer br {
    display: none; }
  .gform_wrapper form.two-column .gform_footer .gform_button.button {
    display: block;
    margin: auto; }

body:not(.home) .gform_widget .gform_wrapper {
  overflow: hidden; }

.comment-list {
  list-style-type: none; }

.widget_recent_entries ul,
.entry-content ul, .sidebar-content ul, aside.widget_taxonomy_list_widget ul, .content-section-inner ul, .text-wrapper ul {
  list-style-type: none;
  padding-left: 35px; }
  .widget_recent_entries ul li,
  .entry-content ul li, .sidebar-content ul li, aside.widget_taxonomy_list_widget ul li, .content-section-inner ul li, .text-wrapper ul li {
    font-weight: 100; }
    .widget_recent_entries ul li:before,
    .entry-content ul li:before, .sidebar-content ul li:before, aside.widget_taxonomy_list_widget ul li:before, .content-section-inner ul li:before, .text-wrapper ul li:before {
      content: "\f105";
      font-family: FontAwesome;
      display: inline-block;
      width: 35px;
      margin-left: -25px;
      position: absolute; }
  .widget_recent_entries ul + h2, .widget_recent_entries ul + h3, .widget_recent_entries ul + h4,
  .entry-content ul + h2,
  .entry-content ul + h3,
  .entry-content ul + h4, .sidebar-content ul + h2, .sidebar-content ul + h3, .sidebar-content ul + h4, aside.widget_taxonomy_list_widget ul + h2, aside.widget_taxonomy_list_widget ul + h3, aside.widget_taxonomy_list_widget ul + h4, .content-section-inner ul + h2, .content-section-inner ul + h3, .content-section-inner ul + h4, .text-wrapper ul + h2, .text-wrapper ul + h3, .text-wrapper ul + h4 {
    margin-top: 1.475em; }

.sidebar-content .gform_body ul {
  padding-left: 0; }

html body .gform_body ul li:before {
  display: none !important; }

.widget_recent_entries ul li:before {
  margin-left: -25px;
  width: 20px; }

dl {
  margin-bottom: 0.9375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9375em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.9375em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b0b0b0;
  font-weight: 600;
  padding: 0.9375em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #EBEBEB;
  padding: 0.9375em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Metric Web", "Arial", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 18px;
  line-height: 1.875; }

h1, blockquote,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Publico Headline Web", "Georgia", serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 0.4em;
  font-style: normal;
  font-weight: 800; }

p + h2, p + h3, p + h4 {
  margin-top: 1.875em; }

h1, blockquote {
  font-size: 24px; }
  @media (min-width: 1025px) {
    h1, blockquote {
      font-size: 41.6px;
      font-size: 2.6rem; } }

h2 {
  font-size: 21px; }
  @media (min-width: 1025px) {
    h2 {
      font-size: 35.2px;
      font-size: 2.2rem; } }

h4 {
  font-style: normal;
  font-family: "Metric Web", "Arial", sans-serif; }

p {
  margin: 0 0 0.9375em;
  font-weight: 200; }

a {
  color: #999;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #737373; }

hr {
  border-bottom: 1px solid #EBEBEB;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.875em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  font-family: "Publico Headline Web", "Georgia", serif;
  margin: 0;
  font-size: 22.4px;
  font-size: 1.4rem; }
  blockquote p {
    margin: 0; }
  @media (min-width: 768px) {
    blockquote {
      font-size: 32px;
      font-size: 2rem;
       border: none;} }

span.label {
  text-transform: uppercase;
  font-weight: 500;
  color: #0b0b0b; }

p strong {
  font-weight: 500; }

#page {
  position: relative; }

.site-header {
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 15px; }
  .site-header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1180px) {
    .site-header {
      padding: 40px 50px; } }

.site-branding {
  float: left;
  z-index: 8001;
  position: relative; }
  .site-branding object {
    height: 100%; }
  .site-branding h1, .site-branding blockquote, .site-branding a {
    position: relative;
    display: block;
    width: 185px;
    height: 45px; }
    @media (min-width: 768px) {
      .site-branding h1, .site-branding blockquote, .site-branding a {
        width: 370px;
        height: 90px; } }
    .site-branding h1:after, .site-branding blockquote:after, .site-branding a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .site-branding h1, .site-branding blockquote {
    padding: 0;
    margin-bottom: 0 !important;
    line-height: 0; }

.main-navigation {
  position: relative;
  width: 100%;
  clear: both;
  display: block;
  float: right; }
  @media (min-width: 1180px) {
    .main-navigation {
      clear: right;
      padding-top: 0;
      width: auto; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media screen and (min-width: 1600px) {
      .main-navigation ul {
        font-size: 22px;
        position: relative;
        top: -5px; } }
    .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; }
      .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 ul a {
        width: 200px; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #50bec9; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    padding: 15px 0px 0px;
    position: relative;
    margin-left: 30px; }
    @media (min-width: 1180px) {
      .main-navigation li {
        float: left;
        padding: 0; } }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #50bec9; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #50bec9; }

.language_list.primary {
  display: none; }
  @media (min-width: 1180px) {
    .language_list.primary {
      display: block;
      position: relative;
      left: 0;
      top: -28px;
      float: right; } }
  @media screen and (min-width: 1180px) and (min-width: 1025px) {
    .language_list.primary {
      position: relative;
      left: inherit;
      top: -40px;
      margin-bottom: -8px; } }
  @media (min-width: 1180px) {
      .language_list.primary ul {
        margin: 0;
        padding: 0;
        display: inline-block; }
      .language_list.primary ul li {
        margin: 0;
        padding: 0 0 0 0.8em;
        display: inline-block;
        color: #50bec9;
        font-size: 16px;
        font-size: 1.5rem; }
        .language_list.primary ul li a {
          color: #fff; }
          .language_list.primary ul li a:hover, .language_list.primary ul li a:active, .language_list.primary ul li a:focus {
            color: #50bec9; }
      .language_list.primary .secondary_links:after {
        content: " – ";
        display: inline-block;
        margin: 0 0 0 8px;
        color: #fff; } }

/* Small menu. */
@media (min-width: 1180px) {
  .main-navigation ul {
    display: block; }

  .menu-toggle, .main-navigation .language_list {
    display: none; } }
.menu-toggle {
  color: #fff;
  background-color: transparent;
  width: 45px;
  height: 45px;
  padding: 0;
  position: absolute;
  z-index: 8000;
  right: -10px;
  top: -48px; }
  .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    background-color: transparent;
    color: #50bec9; }
  @media (min-width: 768px) {
    .menu-toggle {
      top: -75px; } }
  .menu-toggle i {
    font-size: 24px; }

.toggled .menu-main-menu-container {
  position: relative;
  z-index: 7999;
  background: rgba(0, 0, 0, 0.9);
  text-align: right;
  left: -15px;
  top: 0;
  height: 120vh;
  width: 100vw;
  overflow-y: auto;
  margin: -70px 0;
  padding: 70px 15px 140px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .toggled .menu-main-menu-container {
      height: 1228.8px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .toggled .menu-main-menu-container {
      height: 921.6px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .toggled .menu-main-menu-container {
      height: 576px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .toggled .menu-main-menu-container {
      height: 384px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .toggled .menu-main-menu-container {
      height: 681.6px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .toggled .menu-main-menu-container {
      height: 384px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .toggled .menu-main-menu-container {
      width: 768px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .toggled .menu-main-menu-container {
      width: 1024px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .toggled .menu-main-menu-container {
      width: 320px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .toggled .menu-main-menu-container {
      width: 480px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .toggled .menu-main-menu-container {
      width: 320px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .toggled .menu-main-menu-container {
      width: 568px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .toggled .menu-main-menu-container {
      margin: -120px 0;
      padding: 70px 20px 15px; } }
  .toggled .menu-main-menu-container ul, .toggled .menu-main-menu-container .language_list {
    display: block; }
    .toggled .menu-main-menu-container ul li, .toggled .menu-main-menu-container ul li a, .toggled .menu-main-menu-container .language_list li, .toggled .menu-main-menu-container .language_list li a {
      background: transparent !important; }
  .toggled .menu-main-menu-container .language_list {
    border-top: 1px solid #fff;
    margin-top: 0.8em; }
    .toggled .menu-main-menu-container .language_list ul {
      padding-bottom: 0;
      margin-bottom: 0; }
    .toggled .menu-main-menu-container .language_list li {
      color: #999;
      font-size: 14.4px;
      font-size: 0.9rem; }

.comment-navigation *,
.posts-navigation *,
.post-navigation * {
  line-height: 1.2em; }
.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: 45%; }
  @media (max-width: 767px) {
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
      margin-left: 15px; } }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 45%; }
  @media (max-width: 767px) {
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
      margin-right: 15px; } }

.logged-in #masthead #masthead.site-header {
  top: 30px; }

#masthead-sticky-wrapper {
  position: absolute;
  width: 100%;
  margin-bottom: -184px; }
  #masthead-sticky-wrapper #masthead {
    background: transparent;
    transition: all 0.35s cubic-bezier(0.4, 0, 1, 1); }
  #masthead-sticky-wrapper.is-sticky {
    z-index: 8000;
    -webkit-overflow-scrolling: touch; }
    #masthead-sticky-wrapper.is-sticky .site-branding {
      line-height: 0; }
      @media (min-width: 768px) {
        #masthead-sticky-wrapper.is-sticky .site-branding a, #masthead-sticky-wrapper.is-sticky .site-branding h1, #masthead-sticky-wrapper.is-sticky .site-branding blockquote {
          width: 270px;
          height: auto;
          line-height: 0; } }
    #masthead-sticky-wrapper.is-sticky #masthead {
      background: rgba(0, 0, 0, 0.9);
      padding-top: 0.33em;
      padding-bottom: 0.33em; }
      #masthead-sticky-wrapper.is-sticky #masthead .toggled .menu-main-menu-container {
        background: transparent; }
    @media (min-width: 768px) {
      #masthead-sticky-wrapper.is-sticky #site-navigation {
        margin-top: 14px;
        margin-bottom: -14px; } }
    @media (min-width: 1180px) {
      #masthead-sticky-wrapper.is-sticky .language_list {
        display: none; } }

/* ==========================================================================
   This is the default image, should be overridden via inline CSS (taken from page thumbnail?)
   ========================================================================== */
.header-image {
  background-image: url(/wp-content/uploads/2016/08/pexels-photo1_1600x1000-min.jpg);
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 540px;
  height: 40vh;
  margin-top: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .header-image {
      height: 409.6px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .header-image {
      height: 307.2px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .header-image {
      height: 192px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .header-image {
      height: 128px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .header-image {
      height: 227.2px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .header-image {
      height: 128px; } }
  @media (min-width: 768px) {
    .header-image {
      height: 55vh; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .header-image {
      height: 563.2px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .header-image {
      height: 422.4px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .header-image {
      height: 264px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .header-image {
      height: 176px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .header-image {
      height: 312.4px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .header-image {
      height: 176px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .home .header-image {
    height: 100vh; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .home .header-image {
      height: 1024px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .home .header-image {
      height: 768px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .home .header-image {
      height: 480px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .home .header-image {
      height: 320px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .home .header-image {
      height: 568px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .home .header-image {
      height: 320px; } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .home .header-image {
    height: 92vh; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .home .header-image {
      height: 942.08px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .home .header-image {
      height: 706.56px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .home .header-image {
      height: 441.6px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .home .header-image {
      height: 294.4px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .home .header-image {
      height: 522.56px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .home .header-image {
      height: 294.4px; } }

@media (min-width: 1025px) {
  .home .header-image {
    height: 1024px;
    height: 100vh; } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .home .header-image {
      height: 1024px; } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .home .header-image {
      height: 768px; } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .home .header-image {
      height: 480px; } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .home .header-image {
      height: 320px; } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .home .header-image {
      height: 568px; } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .home .header-image {
      height: 320px; } }

.site-footer {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px;
}

.site-footer__inner-wrapper {
  display: flex;
  width: 100%;
}

@media (max-width: 1025px) {
  .site-footer__inner-wrapper  {
    flex-direction: column-reverse;
  }
}

.site-footer__know-more-locations__wrapper {
  width: 70%;
}

@media (max-width: 1025px) {
  .site-footer__know-more-locations__wrapper  {
    width: 100%;
  }
}

.site-footer__newsletter__wrapper {
  width: 30%;
  padding: 15px;
  text-align: center;
  color: #EBEBEB;
}

@media (max-width: 1025px) {
  .site-footer__newsletter__wrapper  {
    width: 100%;
  }
}

.site-footer__newsletter,
.site-footer__newsletter__head {
  text-align: center;
  color: #EBEBEB;
}

.site-footer__newsletter .gform_heading {
  display: none;
}

.site-footer .site-footer__newsletter__wrapper h2 {
  background-color: transparent;
  color: #EBEBEB;
}

@media (max-width: 767px) {
  .site-footer .site-footer__newsletter__wrapper h2{
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

.site-footer .know-more {
  padding: 15px;
  text-align: center;
  color: #EBEBEB;
}

.site-footer .know-more h2 {
  background: transparent;
}

@media (max-width: 767px) {
  .site-footer .know-more h2 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

.site-footer .know-more a {
  text-decoration: underline;
  color: #fff;
}

.site-footer .know-more p {
  margin-bottom: 0;
}

.site-footer .locations {
  padding: 35px 15px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}

@media (min-width: 1025px) {
  .site-footer .locations {
    padding: 35px 0 35px 50px;
  }
}

.site-footer .locations .location {
  border-right: 1px solid #333;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .site-footer .locations .location:nth-child(2n) {
    border-right: none;
  }

  .site-footer .locations .location:last-child {
    margin-right: 0;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer .locations .location {
    width: calc(33.33% - 20px);
  }

  .site-footer .locations .location:last-child {
    border: none;
  }

  .site-footer .locations .location:nth-child(3n+3) {
    border: none;
  }
}

@media (min-width: 1024px) {
  .site-footer .locations .location {
    width: calc(33.33% - 20px);
  }

  .site-footer .locations .location:nth-child(4n+4) {
    border:none;
  }
}

.site-footer .locations h3 {
  margin: 0 0 5px;
  color: #EBEBEB;
}

.site-footer .locations h4 {
  margin: 10px 0 5px;
  color: #EBEBEB;
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .site-footer .locations h4 {
    font-size: 16px;
  }
}

.site-footer .locations p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}

@media (min-width: 768px) {
  .site-footer .locations p {
    font-size: 16px;
  }
}

.site-footer .locations a {
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
  color: #999;
}

.site-footer .bottom-bar {
  padding: 15px;
}

@media (min-width: 1025px) {
  .site-footer .bottom-bar {
    padding: 15px 50px;
  }
}

.site-footer .bottom-bar .copyright, .site-footer .bottom-bar .socials {
  text-align: center;
  color: #EBEBEB;
  font-size: 14px;
}

.site-footer .bottom-bar .copyright p, .site-footer .bottom-bar .copyright a, .site-footer .bottom-bar .socials p, .site-footer .bottom-bar .socials a {
  margin-bottom: 0;
  color: #EBEBEB;
}

.site-footer .bottom-bar .copyright p {
  color: #999;
}

.site-footer .bottom-bar .socials {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin: 2rem 0;
}

.site-footer .bottom-bar .socials a {
  margin-right: 15px;
}

.site-footer .bottom-bar #search {
  margin: 0 auto;
  width: 80%;
  position: relative;
}

.site-footer .bottom-bar #search input {
  color: #fff;
}

.site-footer .bottom-bar #search input.search-field {
  background: transparent;
  border: none;
  width: 100%;
  float: left;
  font-size: 1.4rem;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}

.site-footer .bottom-bar #search input.search-field:focus {
  box-shadow: none;
  border-color: #50bec9;
}

.site-footer .bottom-bar #search input[type="submit"] {
  background: transparent;
  color: transparent;
  position: absolute;
  z-index: 2;
  padding: 0;
  height: 36px;
  width: 32px;
  top: 8px;
  right: 1px;
  float: left;
  border-radius: 0;
  -webkit-appearance: none;
}

.site-footer .bottom-bar #search input[type="submit"]:hover + i.fa.fa-search {
  color: #50bec9;
}

.site-footer .bottom-bar #search i.fa.fa-search {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  z-index: 1;
  right: 0.4rem;
  top: 14px;
}

@media (max-width: 767px) {
  .site-footer .bottom-bar #search i.fa.fa-search {
    top: 8px;
  }
}

@media (min-width: 768px) {
  .site-footer .bottom-bar .copyright {
    width: 25%;
    float: left;
    text-align: left;
  }

  .site-footer .bottom-bar .socials {
    margin: 0;
    width: 50%;
    float: left;
  }

  .site-footer .bottom-bar #search {
    width: 17%;
    float: right;
    margin: 0;
    font-size: 0.9rem;
    position: relative;
    margin-top: -18px;
  }
}

.site-footer a:hover, .site-footer a:focus, .site-footer a:active, .site-footer .bottom-bar a:hover, .site-footer .bottom-bar a:focus, .site-footer .bottom-bar a:active {
  color: #50bec9;
}

#cookie-law-info-bar span {
  font-weight: 100;
  font-size: 12px !important; }
  @media (min-width: 1025px) {
    #cookie-law-info-bar span {
      font-size: 14px !important; } }

/* ==========================================================================
   Layout
   ========================================================================== */
.layout-with-sidebar .site-content,
.page-parent .site-content,
.page-child .site-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .layout-with-sidebar .site-content::after,
  .page-parent .site-content::after,
  .page-child .site-content::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .layout-with-sidebar .site-content #primary,
    .page-parent .site-content #primary,
    .page-child .site-content #primary {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 65.6441717791%;
      float: right;
      margin-right: 0 !important; }
      .layout-with-sidebar .site-content #primary:last-child,
      .page-parent .site-content #primary:last-child,
      .page-child .site-content #primary:last-child {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .layout-with-sidebar .site-content #primary,
    .page-parent .site-content #primary,
    .page-child .site-content #primary {
      width: 100% !important; } }
  @media (min-width: 768px) {
    .layout-with-sidebar .site-content #secondary,
    .page-parent .site-content #secondary,
    .page-child .site-content #secondary {
      width: 28.2883435583%;
      margin-right: 1.5% !important;
      top: 56px;
      position: relative; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .layout-with-sidebar .site-content #secondary,
    .page-parent .site-content #secondary,
    .page-child .site-content #secondary {
      width: 100% !important;
      clear: both; } }
  @media screen and (max-width: 1024px) {
    .layout-with-sidebar .site-content #secondary,
    .page-parent .site-content #secondary,
    .page-child .site-content #secondary {
      padding-left: 15px; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .layout-with-sidebar .site-content #secondary,
    .page-parent .site-content #secondary,
    .page-child .site-content #secondary {
      padding-right: 15px; } }

body:not(.home) .site-content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  body:not(.home) .site-content::after {
    clear: both;
    content: "";
    display: table; }
body:not(.home) .site-footer {
  margin-top: 50px; }
body:not(.home) #content #primary {
  margin-top: 50px; }

.layout-centered #primary,
body.single-post #primary {
  max-width: 960px;
  margin: 0 auto; }

/* ==========================================================================
   Misc style
   ========================================================================== */
body:not(.home) .site-content .has-lead-paragraph {
  /*p:first-of-type {
  	font-size: 24px;
  	line-height: 1.4;
  	margin-top: 15px;
  }*/ }
body:not(.home) .site-content blockquote {
  background: #000;
  /* The Fallback */
  background: black;
  color: #fff;
  padding: 25px 15px;
  font-style: italic;
  padding: 75px 25px 25px;
  background-color: transparent !important;
  background-image: url(assets/img/quotes.png) !important;
  background-position: center 20px !important;
  background-repeat: no-repeat !important;
  background-size: 15% auto !important;
  margin-bottom: 0.4em; }
  body:not(.home) .site-content blockquote h2, body:not(.home) .site-content blockquote h1, body:not(.home) .site-content blockquote blockquote {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    body:not(.home) .site-content blockquote {
      background: #000;
      /* The Fallback */
      background: rgba(0, 0, 0, 0.6);
      padding: 25px 50px; }
      body:not(.home) .site-content blockquote .top-frame:before {
        content: " ";
        height: 10px;
        width: 50px;
        position: absolute;
        background-color: #50bec9;
        top: -10px;
        right: 0; }
      body:not(.home) .site-content blockquote .top-frame:after {
        content: " ";
        height: calc(50px + 10px);
        width: 10px;
        position: absolute;
        background-color: #50bec9;
        top: -10px;
        right: -10px; }
      body:not(.home) .site-content blockquote .bottom-frame:before {
        content: " ";
        height: 10px;
        width: 50px;
        position: absolute;
        background-color: #50bec9;
        bottom: -10px;
        left: 0; }
      body:not(.home) .site-content blockquote .bottom-frame:after {
        content: " ";
        height: calc(50px + 10px);
        width: 10px;
        position: absolute;
        background-color: #50bec9;
        bottom: -10px;
        left: -10px; } }
  @media (min-width: 1025px) {
    body:not(.home) .site-content blockquote {
      padding: 100px 50px 25px;
      background-size: auto !important; } }
  body:not(.home) .site-content blockquote * {
    color: #000; }

.entry-content ol li, .entry-content ul li, .sidebar-content ol li, .sidebar-content ul li {
  font-weight: 100; }
.entry-content table, .sidebar-content table {
  margin-bottom: 1.875em; }
.entry-content td, .sidebar-content td {
  font-weight: 100; }

.content-section-header.center h2 {
  text-align: center; }

#secondary {
  padding: 15px;
  font-size: 16px;
  line-height: 1.8; }
  #secondary aside:last-of-type {
    margin-bottom: 2rem; }
  #secondary blockquote {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 100px 25px 25px;
    background-color: transparent !important;
    background-image: url(assets/img/quotes.png) !important;
    background-position: center 20px !important;
    background-repeat: no-repeat !important;
    background-size: 15% auto !important; }
  @media (min-width: 768px) {
    #secondary {
      padding: 0 0 25px 0;
      margin-top: 58px; } }
  #secondary .sidebar-content {
    margin-top: 0; }
  #secondary .side-menu + .sidebar-content {
    margin-top: 25px; }
  #secondary p {
    margin-bottom: 10px; }
  #secondary .gform_wrapper input {
    width: 100% !important;
    padding: 12px !important; }

.side-menu h3 {
  padding: 18px 25px 15px 15px;
  background: #EBEBEB;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.2, 0, 1, 1); }
  .side-menu h3:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #999;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 18px;
    right: 0; }
  .side-menu h3:hover {
    background: #50bec9;
    color: #000;
    transition: all 0.2s cubic-bezier(0.2, 0, 1, 1); }
    .side-menu h3:hover:after {
      color: #000; }

/* ==========================================================================
   The special page header
   ========================================================================== */
.entry-header-wrapper {
  /*position: relative;	
  .entry-header {
  	position: relative;
  	
  	@include title-panel;
  	
  	background:$yellow-fade;
  	
  	.top-frame, .bottom-frame {display:none;}
  	
  	@include desktop {
  		position: absolute;
  		left: 0x;
  		top: -8px;
  		padding-right: 200px;	
  	}			
  	
  	.entry-meta {
  		color: #fff;
  		a{color: #fff;}
  	}
  	.entry-title {
  		margin-bottom: 0;
  		color:#000;
  	}
  }*/ }

.post-edit-link {
  display: none; }

.content-section-wrapper.using-bg-color {
  padding: 25px 15px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .content-section-wrapper.using-bg-color {
      padding: 25px 50px; } }
  .content-section-wrapper.using-bg-color p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0; }
  .content-section-wrapper.using-bg-color p a {
    margin-top: 0.8em; }
  .content-section-wrapper.using-bg-color p a[href^="mailto"] {
    padding: 0;
    margin: 0;
    font-weight: 100;
    display: inline;
    text-transform: none;
    background: transparent;
    vertical-align: inherit; }
    .content-section-wrapper.using-bg-color p a[href^="mailto"]:hover {
      text-decoration: underline; }

.box {
  margin-bottom: 10px;
  padding: 15px 25px; }
  .box * {
    text-align: left; }
  .box p a {
    margin-top: 0.8em; }
  .box p a[href^="mailto"] {
    padding: 0;
    margin: 0;
    font-weight: 100;
    display: inline;
    text-transform: none;
    background: transparent;
    vertical-align: inherit; }
    .box p a[href^="mailto"]:hover {
      text-decoration: underline; }

@media (min-width: 768px) {
  .one-half {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 48.4662576687%; }
    .one-half:last-child {
      margin-right: 0; }
    .one-half:nth-child(2n) {
      margin-right: 0; }
    .one-half:nth-child(2n+1) {
      clear: left; }

  .one-third {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 31.2883435583%; }
    .one-third:last-child {
      margin-right: 0; }
    .one-third:nth-child(3n) {
      margin-right: 0; }
    .one-third:nth-child(3n+1) {
      clear: left; } }
.clear {
  clear: both; }

@media (max-width: 767px) {
  .entry-header-wrapper,
  .entry-content,
  .content-section-header,
  .content-section-inner,
  .filter-container,
  .expert,
  .section-intro,
  .blog article,
  .archive article,
  .search-results .page-header,
  .search-results article {
    padding-left: 10px;
    padding-right: 10px; }

  .blog article .entry-content {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 1024px) {
  .entry-header-wrapper,
  .entry-content,
  .content-section-header,
  .content-section-inner,
  .filter-container,
  .expert,
  .section-intro,
  .nav-links,
  .search-results .page-header,
  .search-results article {
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .blog article,
  .archive article,
  .search-results .page-header,
  .search-results article {
    padding-left: 15px; } }
body.search-results a article {
  clear: both; }
  body.search-results a article * {
    color: #000; }
  body.search-results a article:hover * {
    color: #999; }
  body.search-results a article .post-thumbnail {
    width: 17%;
    float: left; }
  body.search-results a article .post-content {
    width: 80%;
    float: right; }

.single .post-author {
  margin-bottom: 1rem; }

.header-quote {
  background: #000;
  /* The Fallback */
  background: black;
  color: #fff;
  border: hidden;
  padding: 25px 15px;
  font-style: italic; }
  .header-quote h2, .header-quote h1, .header-quote blockquote {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .header-quote {
      background: #000;
      /* The Fallback */
      background: rgba(0, 0, 0, 0.6);
      padding: 25px 50px; }
      .header-quote .top-frame:before {
        content: " ";
        height: 10px;
        width: 50px;
        position: absolute;
        background-color: #50bec9;
        top: -10px;
        right: 0; }
      .header-quote .top-frame:after {
        content: " ";
        height: calc(50px + 10px);
        width: 10px;
        position: absolute;
        background-color: #50bec9;
        top: -10px;
        right: -10px; }
      .header-quote .bottom-frame:before {
        content: " ";
        height: 10px;
        width: 50px;
        position: absolute;
        background-color: #50bec9;
        bottom: -10px;
        left: 0; }
      .header-quote .bottom-frame:after {
        content: " ";
        height: calc(50px + 10px);
        width: 10px;
        position: absolute;
        background-color: #50bec9;
        bottom: -10px;
        left: -10px; } }
  @media (min-width: 768px) {
    .header-quote {
      position: absolute;
      top: inherit;
      bottom: 3em;
      right: 1em;
      font-size: 30px;
      width: 500px;
      max-width: 40%; } }
  @media screen and (min-width: 1600px) {
    .header-quote {
      font-size: 35px; } }

section {
  position: relative; }
  section::after {
    clear: both;
    content: "";
    display: table; }
  section > h2:first-of-type {
    text-align: center;
    background-color: #fff;
    margin: 0;
    padding: 45px 0 25px 0;
    font-size: 35.2px;
    font-size: 2.2rem; }
  section .section-intro {
    padding-bottom: 45px; }

.arrow {
  margin: 25px auto 0;
  width: 40px;
  text-align: center;
  font-size: 3rem;
}
  @media (min-width: 768px) {
    .arrow {
      font-size: 64px;
      font-size: 4rem; } }
  .arrow a {
    color: #085b7b;}
    .arrow a:hover {
      color: #50bec9; }
  @media (min-width: 768px) {
    .arrow.first {
      position: relative;
      top: -140px;
      margin-bottom: -70px; } }

/* ==========================================================================
   Businesses
   ========================================================================== */
body.home #businesses .business {
  position: relative;
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
}
  @media (max-width: 767px) {
    body.home #businesses .business {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .business {
      flex-basis: calc(33% - 2%);
      display: flex;
      flex-direction: column;
    }
    .business > a {
      /*display: block;*/
      /*height: auto;*/
    }
    .business > div {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      height: 100%;
      padding: 15px;
    }
    .business > div > a {
      display: inline-block;
      line-height: initial;
      margin-top: auto;
      margin-right: auto;
    }
    body.home #businesses .business {

    }
      body.home #businesses .business:last-child {
        margin-right: 0; } }
  body.home #businesses .business img {
    width: 100%;
    height: auto;
  }
  body.home #businesses .business a:hover img {
    opacity: 0.7;
    transition: opacity .2s ease-in-out; }
  body.home #businesses .business div {
     padding: 15px;

  }
    @media (min-width: 768px) {
      .business-list {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
      }
    }
    body.home #businesses .business div h2 {
      font-size: 25.6px;
      font-size: 1.6rem;
      margin: 15px 0; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        body.home #businesses .business div h2 {
          font-size: 22.4px;
          font-size: 1.4rem; } }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        body.home #businesses .business div h2 {
          font-size: 28.8px;
          font-size: 1.8rem; } }
      @media (min-width: 1025px) {
        body.home #businesses .business div h2 {
          font-size: 28.8px;
          font-size: 1.8rem; } }
    body.home #businesses .business div p {
      margin-bottom: 15px;
      line-height: 1.5;
      font-size: 16px; }
      @media (min-width: 1025px) {
        body.home #businesses .business div p {
          font-size: 18px; } } }


/* ==========================================================================
   Experts
   ========================================================================== */
body.home #experts {
  background-color: #EBEBEB; }
  body.home #experts .section-intro {
    background-color: #fff; }
  @media (min-width: 1025px) {
    body.home #experts .image-container {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 57.0552147239%; }
      body.home #experts .image-container:last-child {
        margin-right: 0; } }
  body.home #experts .image-container img {
    display: block; }
  body.home #experts .quote-container {
    text-align: center;
    padding: 35px; }
    @media (min-width: 1025px) {
      body.home #experts .quote-container {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 39.8773006135%; }
        body.home #experts .quote-container:last-child {
          margin-right: 0; } }
    body.home #experts .quote-container blockquote {
      max-width: 500px;
      margin: 0 auto 25px;
      padding-top: 80px;
      background: url(assets/img/quotes.png) no-repeat center top; }

/* ==========================================================================
   Services
   ========================================================================== */
body.home #services .section-intro + div {
  max-width: 900px;
  margin: auto; }
  @media (min-width: 1025px) {
    body.home #services .section-intro + div {
      max-width: 75%; } }
body.home #services .services-wrapper {
  position: relative; }
  body.home #services .services-wrapper p {
    margin-bottom: 0;
    margin-top: 50px; }
  body.home #services .services-wrapper h2 {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 36px;
    left: 36px;
    color: #000; }
    body.home #services .services-wrapper h2:before {
      content: " ";
      height: 6px;
      width: 30px;
      position: absolute;
      background-color: #333;
      bottom: -12px;
      left: -18px; }
    body.home #services .services-wrapper h2:after {
      content: " ";
      width: 6px;
      height: 30px;
      position: absolute;
      background-color: #333;
      bottom: -12px;
      left: -18px; }
    body.home #services .services-wrapper h2.position-top {
      bottom: inherit;
      top: 36px; }
      body.home #services .services-wrapper h2.position-top:before, body.home #services .services-wrapper h2.position-top:after {
        bottom: inherit;
        top: -12px;
        left: -18px; }
  body.home #services .services-wrapper .services-section {
    height: 250px;
    padding: 15px;
    position: relative;
    margin-bottom: 1.4em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1; }
    body.home #services .services-wrapper .services-section h2.light {
      color: #fff; }
    body.home #services .services-wrapper .services-section h2:before, body.home #services .services-wrapper .services-section h2:after {
      background-color: #50bec9; }
    body.home #services .services-wrapper .services-section:hover {
      opacity: 0.75; }
      body.home #services .services-wrapper .services-section:hover h2 {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1); }

/* ==========================================================================
   News
   ========================================================================== */
body.home #news {
  text-align: center; }
  @media (min-width: 768px) {
    body.home #news {
      padding: 0; } }
  body.home #news .news-button {
    clear: both; }
  body.home #news a.btn, body.home #news a.cli-plugin-button, body.home #news .content-section-wrapper.using-bg-color p a, .content-section-wrapper.using-bg-color p body.home #news a, body.home #news .box p a, .box p body.home #news a, body.home #news #businesses .business div a, body.home #businesses .business div #news a, body.home #news #experts .quote-container a, body.home #experts .quote-container #news a, body.home #news .nav-previous a, .nav-previous body.home #news a, body.home #news .nav-next a, .nav-next body.home #news a {
    margin: 2em auto;
    clear: both; }
body.home .news-container {
  background-color: transparent;
  overflow: hidden; }
  @media (min-width: 1025px) {
    body.home .news-container {
      width: 75%;
      margin-left: auto;
      margin-right: auto; } }
body.home .news-list {
  text-align: left; }
  @media (max-width: 767px) {
    body.home .news-list {
      padding-left: 15px; } }
  body.home .news-list a * {
    transition: color 0.2s cubic-bezier(0.4, 0, 1, 1); }
  body.home .news-list a:hover * {
    color: #999 !important; }
  body.home .news-list article {
    padding: 1.2em 1em;
    transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
    border: 1px solid #EBEBEB; }
    @media (max-width: 767px) {
      body.home .news-list article {
        margin-right: 15px;
        padding: 1em 0.8em; } }
  @media (min-width: 768px) {
    body.home .news-list article {
      padding-bottom: 0; }
    body.home .news-list a:last-of-type article {
      margin-bottom: 0; } }
  body.home .news-list .post-thumbnail {
    width: 90px;
    height: auto;
    margin-right: 25px;
    max-width: calc(20% - 25px); }
    @media (min-width: 768px) {
      body.home .news-list .post-thumbnail {
        width: 90px;
        height: 90px; } }
    body.home .news-list .post-thumbnail img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  body.home .news-list .post-content {
    max-width: 80%;
    float: left;
    margin-top: -4px; }
  @media (min-width: 768px) {
    body.home .news-list {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 48.4662576687%;
      margin-right: 0 !important; }
      body.home .news-list:last-child {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    body.home .news-list {
      width: 100%;
      clear: both;
      margin-top: 25px;
      padding-left: 0; } }
  body.home .news-list h2 {
    margin-bottom: 0;
    color: #000;
    font-size: 19.2px;
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      body.home .news-list h2 {
        font-size: 22.4px;
        font-size: 1.4rem; } }
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      body.home .news-list h2 {
        font-size: 17.6px;
        font-size: 1.1rem; } }
  body.home .news-list .entry-meta {
    color: #000; }
  body.home .news-list h2 a {
    color: #000; }
    body.home .news-list h2 a:hover {
      color: #999; }
body.home .news-latest {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    body.home .news-latest {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 48.4662576687%;
      margin-left: 0;
      margin-bottom: 0; }
      body.home .news-latest:last-child {
        margin-right: 0; }
      body.home .news-latest img {
        min-width: 100%;
        height: auto; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    body.home .news-latest {
      width: 100%; } }
  body.home .news-latest:after {
    display: table;
    content: " ";
    clear: both; }
  body.home .news-latest article {
    border: 1px solid #EBEBEB;
    padding: 1em;
    transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    background-color: transparent;
    margin-bottom: 0;
    min-height: 300px; }
    body.home .news-latest article * {
      color: #000; }
    body.home .news-latest article:hover * {
      color: #999; }
    @media (min-width: 768px) and (max-width: 1024px) {
      body.home .news-latest article {
        min-height: 350px; } }
    @media (min-width: 1025px) {
      body.home .news-latest article {
        min-height: 460px; } }
    body.home .news-latest article .post-thumbnail {
      width: 100%; }
      body.home .news-latest article .post-thumbnail img {
        width: 100%;
        height: auto; }
    body.home .news-latest article .entry-header {
      width: 100%;
      padding: 15px; }
      body.home .news-latest article .entry-header .posted-on a, body.home .news-latest article .entry-header .entry-title a {
        color: #000; }
      body.home .news-latest article .entry-header .entry-title {
        font-size: 22.4px;
        font-size: 1.4rem;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          body.home .news-latest article .entry-header .entry-title {
            font-size: 28.8px;
            font-size: 1.8rem; } }
        @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
          body.home .news-latest article .entry-header .entry-title {
            font-size: 20.8px;
            font-size: 1.3rem; } }
        body.home .news-latest article .entry-header .entry-title a:hover {
          color: #999; }
    body.home .news-latest article .entry-content {
      padding: 15px 15px 0; }
      @media (min-width: 768px) {
        body.home .news-latest article .entry-content {
          padding: 0 15px; } }

/* ==========================================================================
   Feature
   ========================================================================== */
#feature {
  background-color: #eee;
  background-size: cover; }
  @media (min-width: 768px) {
    #feature .video, #feature .image {
      width: 50%;
      float: left; } }
  @media (min-width: 768px) {
    #feature .quote, #feature .image {
      width: 50%;
      float: left;
      height: 359px;
      background-size: cover; } }
  #feature .quote .quote, #feature .image .quote {
    display: table; }
  #feature .quote blockquote, #feature .image blockquote {
    color: #fff;
    padding: 20px;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    position: relative;
    width: 80% !important; }
    @media (min-width: 768px) {
      #feature .quote blockquote, #feature .image blockquote {
        padding: 40px; } }
    #feature .quote blockquote p, #feature .image blockquote p {
      background: rgba(0, 0, 0, 0.8);
      padding: 2em;
      position: relative;
      z-index: 2; }
    @media (min-width: 768px) {
      #feature .quote blockquote, #feature .image blockquote {
        width: 40%; } }

#feature.two-images .quote {
  display: table; }
#feature.two-images .image, #feature.two-images .quote {
  min-height: 200px;
  width: 100%;
  background-size: 100% auto; }
  @media screen and (min-width: 768px) and (max-width: 1280px) {
    #feature.two-images .image, #feature.two-images .quote {
      min-height: 360px; } }
  @media screen and (min-width: 1281px) {
    #feature.two-images .image, #feature.two-images .quote {
      min-height: 500px; } }
  @media (min-width: 768px) {
    #feature.two-images .image, #feature.two-images .quote {
      background-size: cover; } }
@media (min-width: 768px) {
  #feature.two-images .image {
    width: 28%;
    background-size: auto 100%; }
  #feature.two-images .quote {
    width: 72%;
    display: table; } }

/* ==========================================================================
   Contact and News letter
   ========================================================================== */
#contact, .newsletter {
  background-color: #EBEBEB; }
  #contact h2, #contact h3, .newsletter h2, .newsletter h3 {
    background-color: transparent;
    text-align: center; }
  #contact .form-frame, .newsletter .form-frame {
    width: 100%;
    margin: 25px auto 50px;
    background: transparent;
    padding: 0 25px; }
    #contact .form-frame .gform_footer.button, .newsletter .form-frame .gform_footer.button {
      background: #085b7b !important; }
      #contact .form-frame .gform_footer.button:hover, .newsletter .form-frame .gform_footer.button:hover {
        background: #333 !important;
        color: #fff; }
    @media (min-width: 1025px) {
      #contact .form-frame, .newsletter .form-frame {
        padding: 0 50px;
        position: relative; }
        #contact .form-frame textarea.large, .newsletter .form-frame textarea.large {
          max-height: 262px; }
        #contact .form-frame .gform_footer, .newsletter .form-frame .gform_footer {
          max-width: 25%;
          margin: 25px auto 0;
          padding-top: 20px !important; } }
  #contact input, #contact textarea, .newsletter input, .newsletter textarea {
    width: 100%;
    padding: 15px; }

#contact .gform_wrapper .gsection {
  border: none;
  padding: 0;
  margin: 0; }
  #contact .gform_wrapper .gsection h2 {
    display: none; }

.newsletter {
  padding-top: 40px;
  background-color: white;
  overflow: hidden; }
  .newsletter h2, .newsletter h3 {
    background-color: transparent; }
  .newsletter .form-frame {
    background: #EBEBEB; }
  .newsletter input, .newsletter textarea {
    width: 100% !important;
    padding: 15px !important; }

article {
  margin-bottom: 25px; }
  article::after {
    clear: both;
    content: "";
    display: table; }
  article .post-thumbnail {
    float: left;
    margin-right: 10px; }
    article .post-thumbnail img {
      display: block; }
  article .entry-meta {
    margin-top: 5px;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 14px; }
  article h2 + .entry-meta {
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 15px; }

.site-main::after {
  clear: both;
  content: "";
  display: table; }

.blog article, .archive article {
  margin-bottom: 3em !important;
  clear: both; }
.blog article *, .archive article * {
  color: black; }
.blog article:hover *, .archive article:hover * {
  color: #999; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog .post-content .entry-content, .archive .post-content .entry-content {
    padding-left: 0; } }
.blog .post-thumbnail, .archive .post-thumbnail {
  width: 90px;
  height: 90px;
  margin-right: 0;
  padding-right: 15px;
  max-width: 25%; }
  @media (min-width: 768px) {
    .blog .post-thumbnail, .archive .post-thumbnail {
      max-width: 100%;
      width: 180px;
      height: 180px;
      margin-right: 25px;
      padding-left: 0;
      padding-right: 0; } }
  .blog .post-thumbnail img, .archive .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto; }
@media (min-width: 768px) {
  .blog .post-content, .archive .post-content {
    max-width: 65%;
    float: left;
    margin-top: -6px; } }
@media (max-width: 767px) {
  .blog .post-content header, .archive .post-content header {
    max-width: 66%;
    float: left; }
    .blog .post-content header:after, .archive .post-content header:after {
      content: " ";
      display: table;
      clear: both; }
    .blog .post-content header h2.entry-title, .archive .post-content header h2.entry-title {
      font-size: 16px;
      font-size: 1rem; } }
.blog .entry-title, .archive .entry-title {
  margin-bottom: 0; }
  .blog .entry-title a, .archive .entry-title a {
    color: #333; }
    .blog .entry-title a:hover, .archive .entry-title a:hover {
      color: #999; }
.blog .entry-content, .archive .entry-content {
  clear: both; }
  .blog .entry-content p, .archive .entry-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6; }

@media (max-width: 767px) {
  .nav-previous a, .nav-next a {
    font-size: 16px;
    font-size: 1rem; } }

.nav-previous a:before {
  font-family: "FontAwesome";
  content: "";
  color: currentcolor;
  position: relative;
  left: -10px;
  top: 1px; }

.nav-next a:after {
  font-family: "FontAwesome";
  content: "";
  color: currentcolor;
  position: relative;
  left: 10px;
  top: 1px; }

@media (min-width: 768px) {
  .industry-experts .gutter-sizer,
  .experts .gutter-sizer {
    width: 3.067484663%; } }
.industry-experts .expert,
.experts .expert {
  padding-bottom: 25px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .industry-experts .expert,
    .experts .expert {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 22.6993865031%;
      margin-right: 0; }
      .industry-experts .expert:last-child,
      .experts .expert:last-child {
        margin-right: 0; } }
  @media (min-width: 1025px) {
    .industry-experts .expert,
    .experts .expert {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 22.6993865031%;
      margin-right: 0; }
      .industry-experts .expert:last-child,
      .experts .expert:last-child {
        margin-right: 0; } }
  .industry-experts .expert h3,
  .experts .expert h3 {
    margin: 5px 0;
    font-size: 17px; }
  .industry-experts .expert p,
  .experts .expert p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }

body.single-expert .expert {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px; }
  body.single-expert .expert::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) and (max-width: 1024px) {
    body.single-expert .expert .expert-info {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 48.4662576687%; }
      body.single-expert .expert .expert-info:last-child {
        margin-right: 0; } }
  @media (min-width: 1025px) {
    body.single-expert .expert .expert-info {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 57.0552147239%; }
      body.single-expert .expert .expert-info:last-child {
        margin-right: 0; } }
  body.single-expert .expert .expert-contact {
    border: 1px solid #EBEBEB;
    margin-bottom: 25px;
    padding: 15px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      body.single-expert .expert .expert-contact {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 48.4662576687%; }
        body.single-expert .expert .expert-contact:last-child {
          margin-right: 0; } }
    @media (min-width: 1025px) {
      body.single-expert .expert .expert-contact {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 39.8773006135%; }
        body.single-expert .expert .expert-contact:last-child {
          margin-right: 0; } }
  body.single-expert .expert img {
    width: 100%;
    height: auto; }
  body.single-expert .expert h1, body.single-expert .expert blockquote {
    margin-bottom: 5px; }
  body.single-expert .expert h2 {
    margin-bottom: 5px;
    color: #999; }
  body.single-expert .expert .academic-title {
    color: #999; }
  body.single-expert .expert i.fa {
    background: #EBEBEB;
    border-radius: 2px;
    margin: 5px 5px 0 0;
    padding: 10px;
    color: #999; }
  body.single-expert .expert .expert-contact-linkedin i.fa {
    background: #2688BB;
    color: #fff; }
  body.single-expert .expert .expert-contact-linkedin, body.single-expert .expert .expert-contact-cv {
    display: inline-block; }
  body.single-expert .expert .expert-industries {
    margin-top: 25px; }
    body.single-expert .expert .expert-industries ul {
      list-style-type: none;
      padding-left: 0; }
      body.single-expert .expert .expert-industries ul h3 {
        padding: 18px 25px 15px 15px;
        background: #EBEBEB;
        margin-bottom: 10px;
        position: relative;
        transition: all 0.2s cubic-bezier(0.2, 0, 1, 1); }
        body.single-expert .expert .expert-industries ul h3:after {
          content: "\f054";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          color: #999;
          font-size: 18px;
          padding-right: 0.5em;
          position: absolute;
          top: 18px;
          right: 0; }
        body.single-expert .expert .expert-industries ul h3:hover {
          background: #50bec9;
          color: #000;
          transition: all 0.2s cubic-bezier(0.2, 0, 1, 1); }
          body.single-expert .expert .expert-industries ul h3:hover:after {
            color: #000; }

.filter-container {
  clear: both;
  margin-bottom: 35px; }
  .filter-container::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .filter-container {
      margin-bottom: 15px; } }
  .filter-container .select-style {
    padding: 0;
    width: 100%;
    margin: 15px 0 0 0;
    border-radius: 1px;
    overflow: hidden;
    background: #50bec9 url("assets/img/arrowdown.gif") no-repeat 90% 50%;
    color: #0b0b0b;
    float: left; }
    @media (min-width: 768px) {
      .filter-container .select-style {
        margin: 36px 15px 15px 0;
        width: 300px; } }
    .filter-container .select-style select {
      margin: 0;
      padding: 17px 10px 10px;
      text-transform: uppercase;
      font-weight: bold;
      width: 130%;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .filter-container .select-style select:focuse {
        outline: none; }

@media (min-width: 1025px) {
  .page-template-template-experts .entry-header {
    left: 10px; } }
@media (min-width: 1025px) {
  .page-template-template-experts #content p:first-of-type {
    float: left;
    display: block;
    margin-right: 3.0674846626%;
    width: 65.6441717791%; }
    .page-template-template-experts #content p:first-of-type:last-child {
      margin-right: 0; } }

  @media screen and (min-width: 1200px) {
    .services,
    .industries {
      width: 1180px; } }
  .services h2,
  .industries h2 {
    text-align: center; }
  .services:after,
  .industries:after {
    display: table;
    content: "";
    clear: both; }
  .services a,
  .industries a {
    color: #333; }
  .services h3,
  .industries h3 {
    padding: 18px 25px 15px 15px;
    background: #EBEBEB;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.2, 0, 1, 1);
    top: -10px;
    background-color: #50bec9; }
    .services h3:after,
    .industries h3:after {
      content: "\f054";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #999;
      font-size: 18px;
      padding-right: 0.5em;
      position: absolute;
      top: 18px;
      right: 0; }
    .services h3:hover,
    .industries h3:hover {
      background: #50bec9;
      color: #000;
      transition: all 0.2s cubic-bezier(0.2, 0, 1, 1); }
      .services h3:hover:after,
      .industries h3:hover:after {
        color: #000; }
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .services h3,
      .industries h3 {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (max-width: 1024px) {
      .services h3,
      .industries h3 {
        top: -11px; } }
    .services h3:after,
    .industries h3:after {
      color: #000; }
  .services .service-wrapper .industry a, .services .industry-wrapper .industry a,
  .industries .service-wrapper .industry a,
  .industries .industry-wrapper .industry a {
    transition: opacity 150ms ease; }
  .services .service-wrapper .industry a:hover img, .services .industry-wrapper .industry a:hover img,
  .industries .service-wrapper .industry a:hover img,
  .industries .industry-wrapper .industry a:hover img {
    opacity: 0.65; }
  .services .service-wrapper .industry a:hover h3, .services .industry-wrapper .industry a:hover h3,
  .industries .service-wrapper .industry a:hover h3,
  .industries .industry-wrapper .industry a:hover h3 {
    background-color: #085b7b;
    color: #fff; }
    .services .service-wrapper .industry a:hover h3:after, .services .industry-wrapper .industry a:hover h3:after,
    .industries .service-wrapper .industry a:hover h3:after,
    .industries .industry-wrapper .industry a:hover h3:after {
      color: #fff; }
  .services .service-wrapper .industry img, .services .industry-wrapper .industry img,
  .industries .service-wrapper .industry img,
  .industries .industry-wrapper .industry img {
    height: auto;
    width: 100%; }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .services .service-wrapper .industry, .services .industry-wrapper .industry,
    .industries .service-wrapper .industry,
    .industries .industry-wrapper .industry {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 31.2883435583%; }
      .services .service-wrapper .industry img, .services .industry-wrapper .industry img,
      .industries .service-wrapper .industry img,
      .industries .industry-wrapper .industry img {
        max-height: 200px; }
      .services .service-wrapper .industry:last-child, .services .industry-wrapper .industry:last-child,
      .industries .service-wrapper .industry:last-child,
      .industries .industry-wrapper .industry:last-child {
        margin-right: 0; }
      .services .service-wrapper .industry:nth-child(3n), .services .industry-wrapper .industry:nth-child(3n),
      .industries .service-wrapper .industry:nth-child(3n),
      .industries .industry-wrapper .industry:nth-child(3n) {
        margin-right: 0; }
      .services .service-wrapper .industry:nth-child(3n+1), .services .industry-wrapper .industry:nth-child(3n+1),
      .industries .service-wrapper .industry:nth-child(3n+1),
      .industries .industry-wrapper .industry:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .services .service-wrapper .industry, .services .industry-wrapper .industry,
    .industries .service-wrapper .industry,
    .industries .industry-wrapper .industry {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 48.4662576687%; }
      .services .service-wrapper .industry img, .services .industry-wrapper .industry img,
      .industries .service-wrapper .industry img,
      .industries .industry-wrapper .industry img {
        max-height: 300px; }
      .services .service-wrapper .industry:last-child, .services .industry-wrapper .industry:last-child,
      .industries .service-wrapper .industry:last-child,
      .industries .industry-wrapper .industry:last-child {
        margin-right: 0; }
      .services .service-wrapper .industry:nth-child(2n), .services .industry-wrapper .industry:nth-child(2n),
      .industries .service-wrapper .industry:nth-child(2n),
      .industries .industry-wrapper .industry:nth-child(2n) {
        margin-right: 0; }
      .services .service-wrapper .industry:nth-child(2n+1), .services .industry-wrapper .industry:nth-child(2n+1),
      .industries .service-wrapper .industry:nth-child(2n+1),
      .industries .industry-wrapper .industry:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 1025px) {
    .services .service-wrapper .industry, .services .industry-wrapper .industry,
    .industries .service-wrapper .industry,
    .industries .industry-wrapper .industry {
      float: left;
      display: block;
      margin-right: 3.0674846626%;
      width: 31.2883435583%; }
      .services .service-wrapper .industry img, .services .industry-wrapper .industry img,
      .industries .service-wrapper .industry img,
      .industries .industry-wrapper .industry img {
        max-height: 200px; }
      .services .service-wrapper .industry:last-child, .services .industry-wrapper .industry:last-child,
      .industries .service-wrapper .industry:last-child,
      .industries .industry-wrapper .industry:last-child {
        margin-right: 0; }
      .services .service-wrapper .industry:nth-child(3n), .services .industry-wrapper .industry:nth-child(3n),
      .industries .service-wrapper .industry:nth-child(3n),
      .industries .industry-wrapper .industry:nth-child(3n) {
        margin-right: 0; }
      .services .service-wrapper .industry:nth-child(3n+1), .services .industry-wrapper .industry:nth-child(3n+1),
      .industries .service-wrapper .industry:nth-child(3n+1),
      .industries .industry-wrapper .industry:nth-child(3n+1) {
        clear: left; } }

.department {
  margin-bottom: 25px;
  border-top: 2px solid #000;
  padding-top: 25px; }
  @media screen and (max-width: 1024px) {
    .department {
      margin-left: 15px;
      margin-right: 15px; } }
  .department .employees::after {
    clear: both;
    content: "";
    display: table; }
  .department .employees .employee {
    margin-bottom: 25px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .department .employees .employee {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 48.4662576687%; }
        .department .employees .employee:last-child {
          margin-right: 0; }
        .department .employees .employee:nth-child(2n) {
          margin-right: 0; }
        .department .employees .employee:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 1025px) {
      .department .employees .employee {
        float: left;
        display: block;
        margin-right: 3.0674846626%;
        width: 31.2883435583%; }
        .department .employees .employee:last-child {
          margin-right: 0; }
        .department .employees .employee:nth-child(3n) {
          margin-right: 0; }
        .department .employees .employee:nth-child(3n+1) {
          clear: left; } }
  .department .employees h3 {
    margin-bottom: 5px; }
  .department .employees p {
    margin-bottom: 0;
    line-height: 1.5; }
  .department .employees .job-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px; }

/*!
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%, 100% {
    -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%, 100% {
    -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%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, 100% {
    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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, 100% {
    -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, 100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, 100% {
    -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, 100% {
    -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -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); }
  100% {
    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%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    -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; }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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); }
  100% {
    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); }
  100% {
    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; }
  100% {
    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; }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }


/* ==========================================================================
   Ekstra style
   ========================================================================== */

#enhedspatent-boks-sidebar {
    
    background: #fedb00;
    padding: 20px;
    color: black;
    border: solid #fedb00 2px;
    line-height: 28px;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

#enhedspatent-boks-sidebar:hover {
    border: solid black 2px;
    color: black;
}



#enhedspatent-boks-content {
    
    background: #fedb00;
    padding: 20px;
    color: black;
    border: solid #fedb00 2px;
    line-height: 28px;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

#enhedspatent-boks-content:hover {
    border: solid black 2px;
    color: black;
}

.custom_inputs{

}
.checkbox_up input{
  float:left;

}
.checkbox_up label, .checkbox_up li{
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-hyphens:auto;
}

.text-media-group {
  margin-top: 50px;
  margin-bottom: 100px;
}

.text-media-group__header {
  text-align: center;
  margin-bottom: 40px;
}

.text-media-group__header-icon {
  margin-bottom: 10px;
  color: #085b7b;
}

.text-media-group__title {
  text-align: center;
  background-color: #fff;
  margin: 0;
  font-size: 2.2rem;
}
.text-media-group__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-order--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.text-media-group__col {
  width: 100%;
}
.text-media-group__col-inner {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.text-media-group__col-inner > * {
  max-width: 100%;
}
.text-media-group__col-btn {
  margin-top: 10px;
  display: block;
}
.text-media-group__text {
  background-color: #EBEBEB;
}

.text-media-group__media {
  position: relative;
}

@media (min-width: 832px) {
  .text-media-group__cols.order--reverse {
    flex-direction: row-reverse;
  }

  .text-media-group__cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-media-group__col {
    width: 50%;
  }

  .text-media-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-media-group__type--image .text-media-group__media img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.wrapper-video {
  position: relative;
  padding-top: 55vh;
  overflow: hidden;
  width: 100%;
}

.header-image--video video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.entry-header-wrapper,
.entry-content,
.filter-container,
.expert,
.section-intro,
.nav-links,
.search-results .page-header,
.search-results article {
  padding-left: 10px;
  padding-right: 10px;
}

.header-media-credit {
  text-align: right;
  padding: 15px 50px 0;
  font-size: small;
}

.breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: lighter;
}

.breadcrumbs .breadcrumb_last {
  font-weight: 300;
}

.breadcrumbs i {
  margin-left: 10px;
  margin-right: 10px;
  color: #50bec9;
  font-size: 0.8em;
}

.gform_wrapper.newsletter-form_wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .gform_wrapper.newsletter-form_wrapper {
    justify-content: center;
  }
}

.gform_wrapper.newsletter-form_wrapper .gform_heading {
  width: 100%;
  text-align: center;
}

.gform_wrapper.newsletter-form_wrapper .newsletter-form {
  width: 80%;
  padding-top: 35px;
  position: relative;
}

@media (max-width: 1024px) {
  .gform_wrapper.newsletter-form_wrapper .newsletter-form {
    width: 400px;
  }
}

.gform_wrapper.newsletter-form_wrapper .gform_body {
  flex-grow: 1;
}

.gform_wrapper.newsletter-form_wrapper .gfield {
  text-align: left;
}

.gform_wrapper.newsletter-form_wrapper .gfield_label {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}

.gform_wrapper.newsletter-form_wrapper .gfield_error .gfield_label {
  color: #c02b0a !important;
}

.gform_wrapper.newsletter-form_wrapper .gfield_validation_message {
  padding: 0 !important;
  color: #c02b0a !important;
  margin-top: 0;
  background-color: transparent;
  border: none;
}

.gform_wrapper.newsletter-form_wrapper .gfield input {
  border: none;
  color: #000;
}

.gform_wrapper.newsletter-form_wrapper .gform_footer {
  display: flex;
}

.gform_wrapper.newsletter-form_wrapper .gform_footer.top_label {
  padding-bottom: 0;
  padding-top: 16px !important;
}

.gform_wrapper.newsletter-form_wrapper .gform_button {
  margin-bottom: 0 !important;
  padding: 8px 30px;
  border: none;
}

.gform_wrapper.newsletter-form_wrapper .gform_required_legend {
  display: none;
}

.gform_wrapper.newsletter-form_wrapper .gform_validation_errors {
  display: none;
}

.mc-modal button,
.mc-modal input[type="button"] {
  padding: initial;
}