/*!
Theme Name: US Nature4Climate
Theme URI: http://underscores.me/
Author: Christina Leikam
Author URI: http://underscores.me/
Description: Custom Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: us-nature4climate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

US Nature4Climate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
@import url("https://use.typekit.net/kyt6toa.css");
@font-face {
  font-family: 'chronicle_displaybold';
  src: url("webfonts/chronicle_display_bold-webfont.woff2") format("woff2"), url("webfonts/chronicle_display_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.eot");
  src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.woff") format("woff"), url("webfonts/fa-regular-400.ttf") format("truetype"), url("webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-circle:before {
  content: "\f111";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

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

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

.grid-container {
  max-width: 1100px;
  padding-left: 35px;
  padding-right: 35px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #354147;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1, .h1 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 35px;
  line-height: 1.2em;
}

h2, .h2 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.2em;
}

h3, .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}

h4, .h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 34px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1366px) {
  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    font-size: 32px;
  }
}

p {
  margin-bottom: 1.5em;
  line-height: 1.2em;
}

ul, ol {
  line-height: 1.3em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

@media only screen and (min-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 17px;
  }
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #267bac;
  text-decoration: none;
  border-bottom: 2px solid #b6ccdd;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:visited {
  color: #267bac;
}

a:hover, a:focus, a:active {
  color: #354147;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn-mrg {
  margin: 35px 0;
}

.btn, .blue-btn, .grn-btn, .gray-btn {
  padding: 8px 25px;
  border: 2px solid transparent;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}

.blue-btn {
  background-color: #267bac;
  color: #fff;
  border-color: #267bac;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.blue-btn:visited {
  color: #fff;
}

.blue-btn:hover {
  background-color: #fff;
  color: #267bac;
}

.blue-btn:focus, .blue-btn:active {
  background-color: #267bac;
  color: #fff;
  border-color: #267bac;
}

.grn-btn {
  background-color: #0C9158;
  color: #fff;
  border-color: #0C9158;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.grn-btn:visited {
  color: #fff;
}

.grn-btn:hover {
  background-color: #fff;
  color: #0C9158;
}

.grn-btn:focus, .grn-btn:active {
  background-color: #0C9158;
  color: #fff;
  border-color: #0C9158;
}

.gray-btn {
  background-color: #efefef;
  color: #354147;
  border-color: #efefef;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.gray-btn:visited {
  color: #354147;
}

.gray-btn:hover {
  background-color: #267bac;
  border-color: #267bac;
  color: #fff;
}

.gray-btn:focus, .gray-btn:active {
  background-color: #267bac;
  color: #fff;
  border-color: #267bac;
}

.rm {
  color: #267bac;
  font-size: 18px;
  font-weight: bold;
}

button {
  border-radius: 0;
}

button:hover {
  cursor: pointer;
}

button.blue-btn:hover {
  border: 2px solid #267bac;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px 10px;
  background-color: #fff;
  font-size: 18px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #354147;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  padding: 10px;
}

input[type="submit"] {
  height: 45px;
  border-radius: 0;
  padding: 8px 25px;
  border: 2px solid transparent;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  background-color: #267bac;
  color: #fff;
  border-color: #267bac;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

input[type="submit"]:hover {
  background-color: #fff;
  color: #267bac;
  border-color: #267bac;
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #354147;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #354147;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #354147;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #354147;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item-label {
  margin-left: 10px;
}

.wpcf7 .agree {
  margin-top: 15px;
}

.wpcf7-validates-as-required .wpcf7-list-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.wpcf7-validates-as-required .wpcf7-list-item input[type="checkbox"] {
  margin-top: 5px;
}

#primary .entry-content #mc_embed_signup input[type="submit"] {
  max-width: 175px;
  margin: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Animate.CSS
--------------------------------------------- */
/*!
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;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -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 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -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 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 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 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -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 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -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 {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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 {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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 {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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 {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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 bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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 {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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-animation-duration: .75s;
  animation-duration: .75s;
}

@-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);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-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);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -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 {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-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);
    -ms-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-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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 {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-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 {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-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 {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-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 {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-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 {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-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;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-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;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Owl Carousel
--------------------------------------------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

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

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

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

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

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

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

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

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

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 2px solid #267bac;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #267bac;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  font-size: 14px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #267bac;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li {
  text-align: left;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 175px;
  color: #fff;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.main-navigation ul ul a:visited {
  color: #fff;
}

.main-navigation ul ul a:hover {
  color: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  color: #354147;
}

.main-navigation a:hover {
  color: #45b9d7;
}

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

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#mob-menu {
  margin-top: 35px;
  padding-left: 0;
  line-height: 1.2em;
}

#mob-menu li {
  width: 100%;
  display: block;
}

#mob-menu li a {
  padding-left: 0;
  text-transform: uppercase;
  color: #354147;
  border-bottom: none;
  padding: 15px 0;
}

#mob-menu .sub-menu {
  margin-bottom: 15px;
}

#mob-menu .sub-menu li a {
  text-transform: none;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .main-navigation {
    display: inline-block;
    width: auto;
  }
  .main-navigation a {
    padding: .7rem 7px;
  }
  .main-navigation li:last-child a {
    padding-right: 0;
  }
  .soc-links {
    display: inline-block;
    margin-left: 15px;
    font-size: 1.2em;
  }
  .soc-links a {
    color: #267bac;
    border: none;
    margin-left: 5px;
  }
  .soc-links a:first-of-type {
    margin-left: 0;
  }
  .soc-links a:visited {
    color: #267bac;
  }
  .soc-links a:hover {
    color: #0C9158;
  }
  #primary-menu {
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1200px) {
  .main-navigation a {
    padding: .7rem 15px;
  }
  .main-navigation li:last-child a {
    padding-right: 15px;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

.custom-logo-link {
  border: none;
}

.sticky-container #masthead {
  top: 0 !important;
}

#masthead {
  padding: 10px 0;
}

#masthead .grid-x {
  align-items: center;
}

#masthead .custom-logo-link {
  max-width: 150px;
}

#masthead .menu-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #267bac;
  font-size: 30px;
}

#masthead .menu-btn:active, #masthead .menu-btn:focus {
  outline: none;
}

#masthead .menu-btn:hover {
  cursor: pointer;
}

#masthead .small-3 {
  justify-content: flex-end;
  text-align: right;
}

.off-canvas {
  width: 300px;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  padding: 25px;
  background-color: #efefef;
}

.off-canvas .close-button {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 30px;
}

.off-canvas .close-button:hover {
  cursor: pointer;
}

.off-canvas .close-button:active, .off-canvas .close-button:focus {
  outline: none;
}

.off-canvas .social {
  margin-top: 35px;
  font-size: 2em;
  text-align: center;
}

.off-canvas .social a {
  margin-right: 10px;
  border-bottom: none;
}

.off-canvas .social a:last-of-type {
  margin-right: 0;
}

.optional-video {
  padding: 0px 15px 25px 15px;
  background: #44bad6;
}
.optional-video-box {
  padding: 40px 0px;
}
.optional-video-box .cont-wrap {
  color:#fff;
  text-align:center;
}

.hero-mobile {
  background-color: #efefef;
}

.hero-mobile .grid-container {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.hero-mobile h1 {
  font-weight: normal;
  margin-bottom: 0;
}

.hero-mobile h2,
.hero-mobile .h1 {
  font-weight: 900;
}

.hero-mobile ul {
  margin-left: 0;
  list-style-type: none;
  text-align: left;
  list-style-position: outside;
}

.hero-mobile ul li {
  margin-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.hero-mobile ul li:before {
  position: absolute;
  top: 4px;
  left: -20px;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  content: "\f111";
  color: #0C9158;
  font-size: 7px;
}

.hero-mobile .hero-img {
  position: relative;
  min-height: 350px;
}

.photo-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
}

.photo-credit .pcbg {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.photo-credit .pcbg a {
  border: none !important;
}

.photo-credit .pcbg p {
  color: transparent;
  margin: 0;
}

.photo-credit .pcbg img {
  max-width: 30px;
  height: auto;
  margin-left: 10px;
}

.photo-credit .pcbg.active {
  background-color: rgba(0, 0, 0, 0.65);
}

.photo-credit .pcbg.active p {
  color: #fff;
}

#facts-carousel {
  background-color: #45b9d7;
  padding: 50px 0;
  color: #fff;
  font-size: 1.4em;
}

#facts-carousel h2, #facts-carousel h3, #facts-carousel h4, #facts-carousel h5, #facts-carousel p {
  color: #fff;
}

#facts-carousel .owl-carousel .owl-item div {
  margin-left: 0;
  margin-right: 0;
}

#facts-carousel .owl-carousel .owl-item div p:last-of-type {
  margin-bottom: 15px;
}

#facts-carousel .owl-carousel .owl-item img {
  width: auto;
  margin-bottom: 0;
  max-width: 100%;
}

#facts-carousel .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#facts-carousel .grid-container {
  padding-left: 25px;
  padding-right: 25px;
}

#ncs {
  padding: 50px 0;
}

#ncs .h1 {
  font-weight: 900;
  margin-bottom: 35px;
}

#ncs .cont-wrap {
  margin-bottom: 35px;
}

#ncs .large-6:first-of-type {
  padding: 15px 35px;
  text-align: center;
  position: relative;
}

#ncs .large-6:first-of-type img.lazy {
  max-width: 75px;
  height: auto;
}

#ncs .large-6:last-of-type {
  background-color: #efefef;
  border-right: 20px solid #fff;
  padding: 25px 35px;
}

#ncs .large-6:last-of-type p:last-of-type {
  margin-bottom: 0;
}

#ncs .large-6:last-of-type .cont-wrap {
  margin-bottom: 0;
}

#ncs .grid-fluid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.ww {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.ww h2 {
  text-align: center;
  margin-bottom: 15px;
}

.ww .large-6:first-of-type {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.ww .large-6:last-of-type {
  padding: 35px;
}

.ww .btn-mrg {
  margin-top: 65px;
}

.signup {
  background-color: #efefef;
  padding: 50px 0;
}

.signup h2, .signup .h1 {
  margin-bottom: 15px;
}

.signup p {
  margin-bottom: 0;
}

.signup .medium-4 {
  text-align: center;
}

#wwa {
  padding: 50px 0;
}

#wwa .btn-mrg {
  margin-top: 65px;
}

#wwa .grid-x {
  align-items: center;
}

.stories-section .grid-x {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.stories-section .large-6:first-of-type {
  position: relative;
  margin-bottom: 20px;
  min-height: 165px;
}

.site-footer {
  background-color: #45b9d7;
  padding: 50px 0 35px;
}

.site-footer .small-12:first-of-type {
  text-align: center;
}

.site-footer .small-12:last-of-type {
  margin-top: 35px;
  text-align: center;
}

.site-footer .small-12:last-of-type h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.site-footer .small-12:last-of-type p {
  margin-bottom: 0;
}

.site-footer .foot-logo {
  max-width: 246px;
  height: auto;
}

.site-footer .social {
  font-size: 2em;
  text-align: center;
}

.site-footer .social a {
  color: #fff;
  border: none;
  margin-right: 10px;
}

.site-footer .social a:visited {
  color: #fff;
}

.site-footer .social a:hover {
  color: #267bac;
}

.site-footer .social a:last-of-type {
  margin-right: 0;
}

.foot-nav {
  margin-top: 50px;
}

.foot-nav .menu {
  text-align: center;
  list-style-type: none;
}

.foot-nav .menu li {
  float: none;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.foot-nav .menu li a {
  padding: 3px 0;
}

.foot-nav .menu li a:visited {
  color: #fff;
}

.foot-nav .menu li a:hover {
  color: #267bac;
}

.foot-nav .menu a {
  color: #fff;
  border: none;
}

.foot-nav ul.sub-menu {
  list-style-type: none;
  margin-left: 0;
  font-size: .9em;
}

.foot-nav ul.sub-menu li {
  text-transform: none;
  margin-bottom: 0;
}

.page-hero {
  min-height: 300px;
  position: relative;
  padding-bottom: 50px;
}

.page-template-page-decision-makers-guide .page-hero,
.page-template-page-science-for-decision-makers .page-hero,
.post-type-archive-discussion-debate .page-hero,
.post-type-archive-terms .page-hero,
.post-type-archive-toolbox .page-hero {
  background-position: bottom center !important;
  min-height: 150px !important;
}

.page-template-page-decision-makers-guide .dmglinks.section {
  padding-top: 0;
}

.section {
  padding: 50px 0;
}

.wysiwyg.light {
  color: #fff;
}

.wysiwyg.light h1, .wysiwyg.light h2, .wysiwyg.light h3, .wysiwyg.light h4, .wysiwyg.light h5, .wysiwyg.light p, .wysiwyg.light ul, .wysiwyg.light ol, .wysiwyg.light blockquote {
  color: #fff;
}

.wysiwyg h2 {
  margin-top: 50px;
}

.wysiwyg h2:first-of-type {
  margin-top: 0;
}

.wysiwyg .btn-mrg {
  margin-top: 50px;
}

.wysiwyg .btn-mrg a {
  display: block;
  max-width: 300px;
  margin: 0 auto 15px;
}

.wysiwyg .btn-mrg a:last-of-type {
  margin-bottom: 0;
}

.wysiwyg.mb10 p {
  margin-bottom: 10px;
}

.section ul,
.il_cr ul {
  margin-left: 0;
  list-style-type: none;
  text-align: left;
  list-style-position: outside;
}

.section ul li,
.il_cr ul li {
  margin-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.section ul li:before,
.il_cr ul li:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  content: "\f111";
  color: #0C9158;
  font-size: 7px;
}

.section ul.accordion,
.il_cr ul.accordion {
  margin-bottom: 0;
  font-size: 16px;
}

.section ul.accordion li:before,
.il_cr ul.accordion li:before {
  content: '';
}

.section ul.accordion .accordion-title,
.il_cr ul.accordion .accordion-title {
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.3em;
  color: #354147;
  font-weight: bold;
}

.section ul.accordion .accordion-title:before,
.il_cr ul.accordion .accordion-title:before {
  right: auto;
  left: -25px;
  color: #0C9158;
  font-weight: bold;
  top: 10px;
  font-size: 20px;
}

.section ul.accordion .accordion-title:hover, .section ul.accordion .accordion-title:focus, .section ul.accordion .accordion-title:active,
.il_cr ul.accordion .accordion-title:hover,
.il_cr ul.accordion .accordion-title:focus,
.il_cr ul.accordion .accordion-title:active {
  outline: none;
  background-color: transparent;
}

.section ul.accordion .accordion-content,
.il_cr ul.accordion .accordion-content {
  padding: 15px 15px 0;
  border: none;
}

.il_cr {
  margin-bottom: 50px;
}

.il_cr .large-6:first-of-type {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}

.il_cr .large-6:last-of-type {
  padding: 35px;
}

.callout {
  padding: 50px 35px;
}

.callout.light {
  color: #fff;
}

.callout.light h2, .callout.light h3, .callout.light h4, .callout.light h5, .callout.light p, .callout.light blockquote, .callout.light ul, .callout.light ol {
  color: #fff;
}

.callout p {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.pathway-links {
  background-color: #efefef;
  padding: 35px 0;
  text-align: center;
}

.pathway-links img {
  display: block;
  margin: 0 auto 15px;
}

.pathway-links h3 {
  font-size: 18px;
}

.pathway-links a.img-link {
  border-bottom: none;
}

#primary {
  padding: 50px 0;
}

#pathway-tabs {
  border: none;
  background: transparent;
}

#pathway-tabs .tabs-title {
  float: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

#pathway-tabs .tabs-title.is-active > a {
  background-color: #efefef;
  color: #354147;
}

#pathway-tabs .tabs-title > a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background-color: #267bac;
  color: #fff;
  margin-right: 15px;
  border-bottom: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#pathway-tabs .tabs-title > a:hover {
  background-color: #efefef;
  color: #354147;
}

.page-template-page-pathways .page-hero:is-active,
.page-template-page-science-for-decision-makers .page-hero:is-active {
  display: block;
}

.page-template-page-pathways .path-head,
.page-template-page-science-for-decision-makers .path-head {
  max-width: 1100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 800;
}

.page-template-page-pathways .tabs-content,
.page-template-page-science-for-decision-makers .tabs-content {
  border: none;
  background: transparent;
  color: #354147;
}

.page-template-page-pathways .tabs-panel,
.page-template-page-science-for-decision-makers .tabs-panel {
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-pathways .path-faqs,
.page-template-page-science-for-decision-makers .path-faqs {
  margin-top: 35px;
}

.page-template-page-pathways .accordion,
.page-template-page-science-for-decision-makers .accordion {
  background: transparent;
  border-bottom: 3px solid #45b9d7;
}

.page-template-page-pathways .accordion-title,
.page-template-page-science-for-decision-makers .accordion-title {
  border: none;
  border-top: 3px solid #45b9d7;
  font-size: 20px;
  color: #354147;
  font-weight: bold;
}

.page-template-page-pathways .accordion-title::before,
.page-template-page-science-for-decision-makers .accordion-title::before {
  color: #0C9158;
}

.page-template-page-pathways .accordion-title:active, .page-template-page-pathways .accordion-title:focus,
.page-template-page-science-for-decision-makers .accordion-title:active,
.page-template-page-science-for-decision-makers .accordion-title:focus {
  outline: none;
  background: transparent;
}

.page-template-page-pathways .accordion-title:hover,
.page-template-page-science-for-decision-makers .accordion-title:hover {
  background: transparent;
}

.page-template-page-pathways .accordion-content,
.page-template-page-science-for-decision-makers .accordion-content {
  border: none;
  background: transparent;
}

.page-template-page-pathways #primary .blue-btn,
.page-template-page-science-for-decision-makers #primary .blue-btn {
  display: block;
}

.page-template-page-pathways .reveal,
.page-template-page-science-for-decision-makers .reveal {
  background-color: transparent;
  border: none;
}

.page-template-page-pathways .reveal .close-button,
.page-template-page-science-for-decision-makers .reveal .close-button {
  display: block;
  width: 100%;
  text-align: right;
  background-color: transparent;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.page-template-page-pathways .reveal:focus, .page-template-page-pathways .reveal:active,
.page-template-page-science-for-decision-makers .reveal:focus,
.page-template-page-science-for-decision-makers .reveal:active {
  outline: none;
  border: none;
}

.page-template-page-pathways .reveal-cont,
.page-template-page-science-for-decision-makers .reveal-cont {
  background-color: #fff;
  padding: 25px;
}

.page-template-page-pathways .reveal-cont p:last-of-type,
.page-template-page-science-for-decision-makers .reveal-cont p:last-of-type {
  margin-bottom: 0;
}

.page-template-page-pathways .stories-section,
.page-template-page-science-for-decision-makers .stories-section {
  padding: 50px 0;
  margin-bottom: -66px;
  background-color: #efefef;
}

.page-template-page-science-for-decision-makers .path-faqs {
  color: #45b9d7;
}

.page-template-page-science-for-decision-makers .path-faqs h2 {
  font-size: 24px;
  font-weight: 600;
}

.tax-list {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

.tax-list li {
  padding: 3px 8px;
  background-color: #efefef;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin: 0 5px 5px 0;
}

.tax-list li:last-child {
  margin-right: 0;
}

.single .entry-title {
  margin: 0 0 25px;
}

.single .hentry blockquote {
  margin: 35px 0;
  border-left: 3px solid #0C9158;
  color: #354147;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  padding: 10px 20px;
}

.single .hentry blockquote p {
  color: #354147;
  margin: 0 0 15px;
  line-height: 1.2em;
}

.single .hentry blockquote p:last-of-type {
  margin-bottom: 0;
}

.single-post .entry-title {
  margin-bottom: 0px;
}

.single-post .byline {
  border-bottom: 1px solid #45b9d7;
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.single-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
  margin: 35px 0;
  position: relative;
}

.page-template-page-content-library h1.page-title {
  font-weight: 900;
  margin: 0 0 25px;
}

.page-template-page-content-library .h4 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
}

.page-template-page-content-library .download {
  font-weight: bold !important;
}

.page-template-page-content-library .asset-wrap {
  max-width: 304px;
  margin: 0 auto;
}

.post-type-archive-stories h1.page-title,
.tax-story_tags h1.page-title,
.post-type-archive h1.page-title {
  margin: 0 0 15px;
}

.post-type-archive-stories .page-header,
.tax-story_tags .page-header,
.post-type-archive .page-header {
  margin-bottom: 35px;
}

.post-type-archive-stories .size-story-thumb,
.tax-story_tags .size-story-thumb,
.post-type-archive .size-story-thumb {
  margin-bottom: 10px;
  width: 100%;
  max-width: 325px;
}

.post-type-archive-stories h3.entry-title,
.tax-story_tags h3.entry-title,
.post-type-archive h3.entry-title {
  margin: 0 0 5px;
}

.post-type-archive-stories h3.entry-title a,
.tax-story_tags h3.entry-title a,
.post-type-archive h3.entry-title a {
  color: #354147;
  border: none;
}

.post-type-archive-stories h3.entry-title a:visited,
.tax-story_tags h3.entry-title a:visited,
.post-type-archive h3.entry-title a:visited {
  color: #354147;
}

.post-type-archive-stories h3.entry-title a:hover,
.tax-story_tags h3.entry-title a:hover,
.post-type-archive h3.entry-title a:hover {
  color: #267bac;
}

.post-type-archive-stories .read-more,
.tax-story_tags .read-more,
.post-type-archive .read-more {
  margin: 15px 0;
}

.post-type-archive-stories .read-more .rm,
.tax-story_tags .read-more .rm,
.post-type-archive .read-more .rm {
  font-size: 18px;
}

.post-type-archive-stories .entry-content,
.tax-story_tags .entry-content,
.post-type-archive .entry-content {
  margin: 0;
}

.post-type-archive-stories .tax-list,
.tax-story_tags .tax-list,
.post-type-archive .tax-list {
  margin-bottom: 10px;
}

.searchandfilter [type=checkbox], .searchandfilter [type=file], .searchandfilter [type=radio] {
  margin: 0;
  display: none;
}

.searchandfilter ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
}

.searchandfilter ul li {
  display: inline-block;
}

.searchandfilter ul li li {
  margin-right: 10px;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.searchandfilter > ul > li > ul > li.sf-option-active label {
  background-color: #efefef;
  color: #354147;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
  background-color: #267bac;
  margin: 0;
  padding: 5px 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label:hover, .searchandfilter li[data-sf-field-input-type=radio] label:hover, .searchandfilter li[data-sf-field-input-type=range-radio] label:hover, .searchandfilter li[data-sf-field-input-type=range-checkbox] label:hover {
  background-color: #efefef;
  color: #354147;
}

#story-posts {
  margin-bottom: 35px;
}

h1.page-title {
  margin-top: 0;
}

.post-wrap {
  max-width: 304px;
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}

.wp-pagenavi span.current {
  border: none;
  background-color: #267bac;
  color: #fff;
}

.wp-pagenavi a {
  border: none;
  color: #267bac;
}

.wp-pagenavi a:visited {
  color: #267bac;
}

.wp-pagenavi a:hover {
  background-color: #267bac;
  color: #fff;
}

.partner-group {
  display: block;
  text-transform: uppercase;
  font-style: italic;
}

.single-program-policy h1.entry-title {
  margin-bottom: 10px;
}

.post-type-archive-program-policy .partner-group {
  margin-bottom: 15px;
}

.thumb-wrap {
  position: relative;
}

.thumb-wrap .photo-credit {
  bottom: 10px;
}

#sticky-video {
  height: 0 !important;
}

#sticky-video .video-box {
  max-width: 325px;
  height: auto;
  background-color: #267bac;
  color: #fff;
}

#sticky-video .sticky {
  right: 0;
  left: auto;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 0 !important;
}

#sticky-video .sticky.is-stuck {
  width: 325px;
  opacity: 1;
}

#sticky-video .sticky.is-anchored {
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -100;
}

#sticky-video .cont-wrap {
  padding: 10px 10px 15px;
}

#sticky-video .responsive-embed {
  margin-bottom: 0;
}

#sticky-video h4 {
  font-size: 16px;
  margin: 0 0 10px;
}

#sticky-video p {
  font-size: 14px;
}

#sticky-video p:last-of-type {
  margin-bottom: 0;
}

#sticky-video .close-button {
  background-color: transparent;
  color: #000;
  border-bottom: 0;
  padding: 2px 8px;
  background-color: #fff;
  font-size: 1.5em;
  display: block;
  margin-left: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#sticky-video .close-button:active, #sticky-video .close-button:focus {
  outline: none;
}

.faq-text-link {
  font-size: .9em;
  border-bottom: none;
}

.funded-by {
  margin-top: 50px;
  text-align: center;
}

.funded-by img {
  max-width: 150px;
}

.foot-email a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

.foot-email a:visited {
  color: #fff;
}

.foot-email a:hover {
  color: #267bac;
}

.log-soc .n4c-link {
  display: block;
  border-bottom: none;
  margin-bottom: 25px;
}

.log-soc .n4c-link img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 125px;
}

#featured-post {
  padding: 25px 0;
  background-color: #267bac;
  color: #fff;
}

#featured-post a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

#featured-post a:visited {
  color: #fff;
}

#featured-post a:hover {
  color: #45b9d7;
}

#featured-post .large-4 {
  margin-bottom: 25px;
}

#featured-post .entry-title {
  margin-bottom: 0;
}

#featured-post .byline {
  margin-top: 5px;
  margin-bottom: 25px;
}

#featured-post .byline .sep {
  display: inline-block;
  margin: 0 8px;
}

.blog #primary {
  padding-top: 0;
}

.blog #primary .grid-container {
  margin-top: 50px;
}

.blog #primary .byline {
  margin-top: 5px;
  margin-bottom: 25px;
}

.blog #primary .byline .sep {
  display: inline-block;
  margin: 0 8px;
}

.blog #primary .entry-title {
  margin-bottom: 0;
}

.blog .page-hero {
  min-height: 0;
  padding-bottom: 0;
}

.blog .page-hero .grid-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.blog h1.page-title {
  color: #fff;
  font-size: 50px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.blog .hentry {
  margin-bottom: 50px;
  background-color: #f5f5f5;
}

.blog .hentry .large-8 {
  padding: 25px;
}

.blog .hentry .large-8 h2 a {
  border-bottom: none;
}

.blog .hentry .large-8 .btn-mrg a {
  border: none;
}

#popup {
  background-color: transparent;
  border: none;
  position: relative;
  padding: 25px;
}

#popup:focus, #popup:active {
  outline: none;
}

#popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  border-bottom: none;
  font-size: 40px;
}

#popup .close-popup:hover {
  color: rgba(255, 255, 255, 0.5);
}

.page-id-817 .page-hero,
.page-id-439 .page-hero {
  min-height: 110px;
  background-size: 100% auto !important;
}

.page-id-817 #primary,
.page-id-439 #primary {
  padding-top: 35px;
}

.page-id-817 h1.entry-title,
.page-id-439 h1.entry-title {
  margin-top: 0;
}

.hahero {
  background-color: #267bac;
  padding: 25px 0;
}

.hahero h1 {
  margin: 0;
  color: #fff;
}

.video-hero .grid-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 800px;
}

.video-hero .responsive-embed {
  margin-bottom: 0;
}

.video-hero .video-wrap {
  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
  width: 100%;
  height: auto;
}

.video-hero .video-wrap.is-stuck {
  position: fixed;
  bottom: 25px !important;
  right: 15px !important;
  top: auto !important;
  height: 169px;
  width: 300px;
}

.cclp-wys h3 {
  margin-bottom: 15px;
}

.cclp-wys blockquote {
  border-left: 3px solid #0C9158;
  padding-top: 0;
  font-weight: bold;
  color: #354147;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cclp-wys blockquote p {
  color: #354147;
  line-height: 1.3em;
}

.cclp-featured {
  padding: 50px 0;
  background-color: #267bac;
  color: #fff;
}

.cclp-featured h2 {
  color: #fff;
}

.cclp-featured a.rm {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.cclp-featured a.rm:visited {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.cclp-featured a.rm:hover {
  color: #fff;
  border-color: #fff;
}

.cclp-featured .fimg {
  min-height: 200px;
  z-index: 1;
  position: relative;
}

.cclp-featured h3 {
  margin-top: 15px;
}

.cclp-featured .rm {
  color: #45b9d7;
  border-color: #45b9d7;
}

.cclp-featured .post-wrap {
  display: block;
  margin: 0 auto;
}

.sticky-wrap {
  background-color: #45b9d7;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  font-size: .9em;
  position: relative;
}

.sticky-wrap .btn-mrg {
  margin: 5px 0 15px;
}

.sticky-wrap .cont-wrap a {
  color: #fff;
  border-bottom: none;
  text-decoration: underline;
}

.sticky-wrap .cont-wrap a:visited {
  color: #fff;
}

.sticky-wrap .cont-wrap a:hover {
  color: #267bac;
}

.sticky-wrap .blue-btn {
  font-size: 16px;
}

.sticky-wrap .close-button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.page-template-obp #masthead {
  background-color: #062223;
}

.page-template-obp #masthead .custom-logo {
  max-width: 100%;
  width: 400px;
}

.page-template-obp #masthead .menu li.current_page_item a {
  color: #FF6F12;
}

.page-template-obp #masthead .menu li.current_page_item a:visited {
  color: #FF6F12;
}

.page-template-obp #masthead .menu a {
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.page-template-obp #masthead .menu a:visited {
  color: #fff;
}

.page-template-obp #masthead .menu a:hover {
  opacity: .7;
}

.page-template-obp #masthead .menu-btn {
  color: #fff;
}

.page-template-obp .off-canvas {
  background-color: #062223;
}

.page-template-obp .off-canvas .close-button {
  color: #fff;
}

.page-template-obp #mob-menu li a {
  color: #fff;
}

.page-template-obp #mob-menu li a:visited {
  color: #fff;
}

.page-template-obp #mob-menu li a:hover {
  opacity: .7;
}

.page-template-obp .obp-container {
  background: #F7F0EB;
}

.page-template-obp .obp-bg {
  background-repeat: no-repeat;
  background-position: top right -10px;
  background-size: 175%;
  position: relative;
  display: block;
  top: -75px;
  z-index: 1;
  height: 400px;
  margin-bottom: -350px;
}

.page-template-obp .site-footer {
  background-color: transparent;
  z-index: 11;
  position: relative;
}

.page-template-obp .site-footer .small-12 {
  text-align: left !important;
}

.page-template-obp .site-footer .small-12 h3 {
  color: #062223;
  text-align: left;
  font-size: 16px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.page-template-obp .site-footer input[type="submit"] {
  background-color: #0C9158;
  color: #fff;
  border-color: #0C9158;
}

.page-template-obp .site-footer input[type="submit"]:hover {
  background-color: #fff;
  color: #0C9158;
}

.page-template-obp .foot-nav .menu {
  text-align: left;
}

.page-template-obp .foot-nav .menu li {
  margin: 0 0 5px;
}

.page-template-obp .foot-nav .menu li a {
  color: #062223;
}

.page-template-obp .foot-nav .menu li a:visited {
  color: #062223;
}

.page-template-obp .foot-nav .menu li a:hover {
  color: #FF6F12;
}

.obp-carousel:before {
  content: '';
  width: 100%;
  position: relative;
  display: block;
  top: 125px;
  height: 2px;
  background-image: linear-gradient(to right, #062223 60%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 5px;
  background-repeat: repeat-x;
}

#obp.owl-carousel {
  padding: 100px 0 50px;
  z-index: 10;
  color: #062223;
  position: relative;
}

#obp.owl-carousel .item .img-wrap {
  max-width: 350px;
  margin: 0 auto;
  margin: 0 auto;
}

#obp.owl-carousel .item .grid-x .large-6:first-of-type {
  position: relative;
  margin-bottom: 75px;
}

#obp.owl-carousel .item .grid-x .img1 {
  height: 400px;
  width: 300px;
  left: 25px;
  z-index: 2;
  margin: 0 auto;
}

#obp.owl-carousel .item .grid-x .img2 {
  height: 400px;
  width: 300px;
  position: absolute;
  top: 50px;
  margin: 0 auto;
}

#obp.owl-carousel .item .img1 {
  position: relative;
}

#obp.owl-carousel .item .img1 a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border: none;
}

#obp.owl-carousel .item .img-single {
  background-repeat: no-repeat;
  height: 250px;
  width: 350px;
  max-width: 100%;
  position: relative;
  margin: 0 auto 25px;
}

#obp.owl-carousel .item .img-single a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border: none;
}

#obp.owl-carousel h2 {
  color: #062223;
  text-transform: uppercase;
}

#obp.owl-carousel .cont-wrap {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#obp.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px 0 5px;
  max-width: 200px;
  top: 25px;
  border-top: 1px solid #062223;
  border-bottom: 1px solid #062223;
}

#obp.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FF6F12;
  border-color: #FF6F12;
}

#obp.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #c7c6c3;
  border: 2px solid #c7c6c3;
}

#fancybox-close {
  border-bottom: none;
}

@media only screen and (min-width: 450px) {
  .page-template-obp .obp-bg {
    height: 600px;
    margin-bottom: -400px;
  }
}

#fancybox-overlay {
  background-color: rgba(10, 10, 10, 0.45) !important;
}

#fancybox-close {
  background: none !important;
  top: -30px !important;
  right: -30px !important;
}

#fancybox-close:after {
  content: '\00d7';
  font-size: 40px;
  color: #fff;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

#fancybox-close:hover:after {
  color: rgba(255, 255, 255, 0.5);
}

.dmg-intro .links,
.dmglinks .links {
  display: flex;
  flex-direction: column;
}

.dmg-intro .links a,
.dmglinks .links a {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}

.dmglinks {
  margin: 0;
}

.dmg-cont {
  background-color: #f3f3f3;
  padding: 25px 0;
}

.dmg-cont h2 {
  text-align: center;
  margin-bottom: 35px;
}

.dmg-cont form {
  max-width: 800px;
  margin: 0 auto;
}

.dmg-cont input[type="submit"] {
  text-align: right;
  display: block;
  margin: 0 auto;
}

.tooltip {
  background-color: #fff;
  color: #354147;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  max-width: 300px;
  padding: 15px;
}

.tooltip.top::before {
  border-color: #fff transparent transparent;
}

.tooltip.bottom::before {
  border-color: transparent transparent #fff;
}

.has-tip {
  border-bottom: 2px solid #B6CBDD;
  color: #267bac;
}

.post-type-archive-discussion-debate .fs-intro {
  margin-bottom: 50px;
}

.post-type-archive-discussion-debate .hentry {
  padding: 25px 0;
  border-top: 2px solid #46B9D8;
}

.post-type-archive-discussion-debate .hentry:last-of-type {
  border-bottom: 2px solid #46B9D8;
  margin-bottom: 50px;
}

.post-type-archive-discussion-debate .hentry .fimg {
  width: 100%;
  min-height: 200px;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  display: block;
  margin: 0 auto 25px;
}

.post-type-archive-discussion-debate .hentry h3 {
  font-weight: 900;
  max-width: 85%;
  margin-bottom: 20px;
}

.post-type-archive-discussion-debate .hentry h3 a {
  border: none;
  color: #267bac;
}

.post-type-archive-discussion-debate .hentry h3 a:visited {
  color: #267bac;
}

.post-type-archive-discussion-debate .hentry h3 a:hover {
  color: #45b9d7;
}

.post-type-archive-discussion-debate .hentry .links {
  margin-top: 35px;
}

.post-type-archive-discussion-debate .hentry .links a {
  color: #354147;
  border: none;
}

.post-type-archive-discussion-debate .hentry .links a:visited {
  color: #354147;
}

.post-type-archive-discussion-debate .hentry .links a:hover {
  color: #0C9158;
}

.post-type-archive-discussion-debate .hentry .links .fas {
  color: #0C9158;
  margin-right: 7px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.post-type-archive-toolbox .fs-intro {
  margin-bottom: 50px;
}

.post-type-archive-toolbox .hentry {
  border-top: 2px solid #45b9d7;
  padding: 25px 0;
}

.post-type-archive-toolbox .hentry li {
  margin-bottom: 15px;
}

.post-type-archive-toolbox .hentry .intro {
  margin: 25px 0;
}

.post-type-archive-toolbox .hentry .small-2 a {
  display: block;
  color: #0C9158;
  position: relative;
  border-bottom: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.post-type-archive-toolbox .hentry .small-2 a[aria-expanded='true']:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f068";
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-type-archive-toolbox .hentry .small-2 a[aria-expanded='false']:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f067";
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-toolbox #primary li {
  margin-bottom: 15px;
}

.post-type-archive-terms .hentry {
  margin-bottom: 35px;
}

.post-type-archive-terms .hentry h3 {
  font-weight: 900;
}

.term-filters {
  margin: 25px 0;
}

.ba-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
}

.ba-hero .grid-container {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 25px 150px;
  z-index: 2;
  position: relative;
}

.ba-hero .heading-box {
  background-color: rgba(68, 183, 214, 0.5);
  padding: 25px;
  text-align: center;
  color: #fff;
}

.ba-hero h1 {
  margin: 0;
  font-size: 32px;
  font-family: "chronicle_displaybold", "Georgia", Cambria, Times New Roman, Times, serif !important;
}

.ba-hero .ba-hero-logo {
  position: absolute;
  bottom: 15px;
  border-bottom: 10px solid #fff;
  width: 100%;
  padding: 0 25px 25px;
  z-index: 2;
}

.ba-hero .ba-hero-logo img {
  max-width: 75px;
  display: block;
  margin: 0 0 0 auto;
}

.ba-hero video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}

.ba-intro {
  background-color: #45b9d7;
  padding: 50px 0;
  color: #fff;
}

.ba-intro p {
  font-size: 1.15em;
}

.ba-intro p:last-of-type {
  margin-bottom: 0;
}

.ba-stories .head {
  padding: 35px 0;
}

.ba-stories h2 {
  margin: 0;
  color: #45b9d7;
  font-family: "chronicle_displaybold", "Georgia", Cambria, Times New Roman, Times, serif !important;
  font-size: 32px;
}

.ba-stories .stories {
  background: url("images/stories-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0 125px;
  color: #fff;
  font-weight: bold;
}

.ba-stories h3 {
  background-color: #45b9d7;
  padding: 10px 25px;
  color: #fff;
  max-width: 400px;
}

.ba-stories a {
  color: #fff;
  border-color: #fff;
}

.ba-stories a:visited {
  color: #fff;
}

.ba-stories .loc {
  margin-bottom: 15px;
  align-items: center;
}

.ba-stories .loc .fas {
  font-size: 2em;
}

.ba-stories .video-link {
  display: block;
  position: relative;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.ba-stories .video-link .play {
  position: absolute;
}

.ba-stories .video-link .play .fas {
  font-size: 55px;
  color: #45b9d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ba-stories .video-link .play .fas:after {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  z-index: 0;
  display: block;
}

.ba-stories .video-link .play .fas:before {
  z-index: 1;
  position: relative;
}

.ba-stories .video-link:hover .play .fas {
  color: #fff;
}

.ba-stories .video-link:hover .play .fas:after {
  background-color: #45b9d7;
}

.ba-stories .owl-prev,
.ba-stories .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -100px;
}

.ba-stories .owl-prev .fas,
.ba-stories .owl-next .fas {
  font-size: 50px;
  color: #45b9d7;
  position: relative;
}

.ba-stories .owl-prev .fas:after,
.ba-stories .owl-next .fas:after {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  z-index: 0;
  display: block;
}

.ba-stories .owl-prev .fas:before,
.ba-stories .owl-next .fas:before {
  z-index: 1;
  position: relative;
}

.ba-stories .owl-prev {
  left: 0;
}

.ba-stories .owl-next {
  right: 0;
}

.ba-stories .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
}

.ba-stories .owl-theme .owl-nav [class*='owl-']:hover .fas {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ba-stories .owl-theme .owl-nav [class*='owl-']:hover .fas:after {
  background-color: #45b9d7;
}

.ba-stories .large-4 .grid-x {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.ba-map-embed {
  padding: 50px 0;
}

.ba-map-embed h2 {
  color: #45b9d7;
  font-family: "chronicle_displaybold", "Georgia", Cambria, Times New Roman, Times, serif !important;
  font-size: 32px;
}

.ba-stories-list #ba-path-tabs {
  border: none;
}

.ba-stories-list .tabs {
  border: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.ba-stories-list .tabs-title > a:focus, .ba-stories-list .tabs-title > a[aria-selected=true] {
  background-color: #efefef;
  color: #354147 !important;
}

.ba-stories-list .tabs-title {
  background-color: #45b9d7;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 2px);
  text-align: center;
  border-bottom: 1px solid #fff;
}

.ba-stories-list .tabs-title a {
  border: none;
  color: #fff;
  font-size: 14px;
}

.ba-stories-list .tabs-title a:visited {
  color: #fff;
}

.ba-stories-list .tabs-title a:hover {
  background-color: #efefef;
  color: #354147;
}

.ba-stories-list .tabs-content {
  border: none;
}

.ba-stories-list h3 {
  background-color: #fff;
  font-size: 22px;
  padding: 15px 25px;
  font-family: "chronicle_displaybold", "Georgia", Cambria, Times New Roman, Times, serif !important;
}

.ba-stories-list .story-wrap {
  padding: 35px 0;
}

.ba-stories-list .agriculture {
  background-color: #eeb11c;
}

.ba-stories-list .agriculture h3 {
  color: #eeb11c;
}

.ba-stories-list .forestry {
  background-color: #21a35e;
}

.ba-stories-list .forestry h3 {
  color: #21a35e;
}

.ba-stories-list .wetlands {
  background-color: #45b9d7;
}

.ba-stories-list .wetlands h3 {
  color: #45b9d7;
}

.ba-stories-list .tabs-panel {
  border: none;
  padding: 0;
}

.ba-stories-list .tabs-panel > .grid-x {
  color: #fff;
}

.ba-stories-list .small-2 {
  position: relative;
}

.ba-stories-list .state {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "interstate-compressed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform-origin: top left;
  left: 0;
  top: 0;
  position: absolute;
  transform: rotate(-90deg) translateX(-100%);
  min-width: 215px;
  text-align: right;
}

.ba-stories-list .cont-wrap {
  color: #fff;
}

.ba-stories-list .blog-file-link {
  margin-bottom: 5px;
}

.ba-stories-list .blog-file-link a {
  color: #fff;
  border-color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ba-stories-list .blog-file-link a:visited {
  color: #fff;
}

.ba-stories-list .blog-file-link a:hover {
  opacity: 0.75;
}

.ba-stories-list .large-5 img {
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
  object-position: center center;
}

.ba-stories-list .large-5 a.thumb {
  position: relative;
  display: block;
  border: none;
}

.ba-stories-list .large-5 a.thumb:hover .play .fas:after {
  background-color: #45b9d7;
}

.ba-stories-list .large-5 a.thumb:hover .play .fas:before {
  color: #fff;
}

.ba-stories-list .large-5 .play {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
  color: #45b9d7;
}

.ba-stories-list .large-5 .play .fas:after {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  z-index: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ba-stories-list .large-5 .play .fas:before {
  z-index: 1;
  position: relative;
}

.ba-subscribe {
  padding: 50px 0;
}

.ba-subscribe .large-5 img {
  border-radius: 100%;
  display: block;
  margin: 0 auto 25px;
  width: 300px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}

.ba-subscribe .subscribe-logo {
  display: block;
  margin: 0 auto 25px;
}

.ba-subscribe .blue-bg {
  background-color: #45b9d7;
  padding: 25px;
}

.ba-subscribe .blue-bg h3 {
  color: #fff;
}

.ba-subscribe .blue-bg input[type="email"] {
  border: none;
  margin-bottom: 0;
}

.ba-subscribe input[type="submit"] {
  background-color: #354147;
  border: none;
  border-radius: 25px;
  display: block;
  margin: 25px auto 0 !important;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}

.ba-subscribe input[type="submit"]:hover {
  background-color: #267bac;
  color: #fff;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media only screen and (min-width: 640px) {
  #masthead .custom-logo-link {
    max-width: 200px;
  }
  .hero-mobile .hero-img {
    min-height: 550px;
  }
  .signup {
    padding-bottom: 35px;
  }
  .signup h2, .signup .h1 {
    margin-bottom: 25px;
  }
  .signup input[type="email"] {
    margin-bottom: 0;
  }
  .stories-section .grid-x {
    max-width: 570px;
  }
  .stories-section .large-6:first-of-type {
    min-height: 298px;
  }
  .il_cr .large-6:first-of-type {
    min-height: 400px;
  }
  #pathway-tabs .tabs-title > a {
    padding: 10px 15px;
  }
  .searchandfilter ul {
    justify-content: center;
    display: flex;
  }
  .searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    font-size: 22px;
  }
  .post-type-archive-stories h1.page-title,
  .tax-story_tags h1.page-title {
    margin: 0 0 15px;
  }
  .site-footer .small-12:last-of-type h3 {
    margin-bottom: 25px;
  }
  #mc_embed_signup input[type="submit"] {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .log-soc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .log-soc .n4c-link {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .page-id-817 .page-hero {
    min-height: 200px;
  }
  .hahero h1 {
    font-size: 26px;
  }
  .cclp-featured .grid-x {
    justify-content: center;
  }
  .sticky-wrap {
    text-align: left;
  }
  .sticky-wrap .grid-x {
    align-items: center;
  }
  .sticky-wrap .medium-4 {
    text-align: center;
  }
  .sticky-wrap p:last-of-type {
    margin-bottom: 0;
  }
  .sticky-wrap .btn-mrg {
    margin: 0;
  }
  .page-template-obp .site-footer #mc_embed_signup_scroll {
    max-width: 475px;
  }
  .page-template-obp .site-footer #mc_embed_signup_scroll .medium-8 {
    width: 100%;
  }
  .page-template-obp .site-footer #mc_embed_signup_scroll .medium-4 {
    width: 200px;
  }
  .page-template-obp .site-footer #mc_embed_signup input[type="submit"] {
    margin-left: 0;
  }
  .page-template-obp .site-footer .small-12:last-of-type h3 {
    font-size: 22px;
  }
  .page-template-obp .obp-bg {
    background-position: top center;
    margin-bottom: -450px;
  }
  .page-template-page-decision-makers-guide .page-hero,
  .page-template-page-science-for-decision-makers .page-hero,
  .post-type-archive-discussion-debate .page-hero,
  .post-type-archive-terms .page-hero,
  .post-type-archive-toolbox .page-hero {
    min-height: 200px !important;
  }
  .ba-subscribe .form-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .ba-subscribe input[type="submit"] {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  #masthead .custom-logo-link {
    max-width: 220px;
  }
  .optional-video-box {
    padding: 50px;
  }
  .hero-mobile .hero-img {
    min-height: 700px;
  }
  #ncs .large-6:first-of-type img.lazy {
    max-width: 100px;
  }
  .wysiwyg .btn-mrg a {
    display: inline;
  }
  .wysiwyg .double.btn-mrg a {
    display: inline;
    margin-right: 15px;
  }
  .wysiwyg .double.btn-mrg a:last-of-type {
    margin-right: 0;
  }
  .callout {
    padding: 50px 75px;
  }
  .page-template-page-pathways .accordion-title,
  .page-template-page-science-for-decision-makers .accordion-title {
    font-size: 22px;
  }
  #pathway-tabs {
    display: flex;
  }
  #pathway-tabs .tabs-title {
    display: initial;
    margin-bottom: 0;
  }
  .single .hentry blockquote {
    margin: 50px 15% 50px 15%;
    border-left: 5px solid #0C9158;
    font-size: 24px;
  }
  .searchandfilter ul {
    max-width: 550px;
  }
  .searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding: 5px 25px;
  }
  .site-footer .small-12:last-of-type {
    margin: 50px 0 25px;
  }
  #popup {
    margin-top: initial !important;
  }
  .blog .page-hero .grid-container {
    min-height: 250px;
  }
  .page-id-817 #primary {
    padding-top: 50px;
  }
  .hahero h1 {
    font-size: 32px;
  }
  .sticky-wrap .close-button {
    top: calc(50% - 20px);
  }
  #obp.owl-carousel .item .img-wrap {
    max-width: 500px;
  }
  #obp.owl-carousel .item .grid-x .large-6:first-of-type {
    margin-bottom: 75px;
  }
  #obp.owl-carousel .item .grid-x .img1 {
    height: 500px;
    width: 400px;
    left: 75px;
  }
  #obp.owl-carousel .item .grid-x .img2 {
    top: 85px;
    width: 285px;
    height: 450px;
  }
  #obp.owl-carousel .item .img-single {
    width: 500px;
    height: 300px;
  }
  #obp.owl-carousel .cont-wrap {
    max-width: 500px;
  }
  .page-template-obp .obp-bg {
    height: 700px;
    top: -120px;
    margin-bottom: -500px;
  }
  .dmg-cont {
    padding: 50px 0 25px;
  }
  .ba-hero .heading-box {
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
  }
  .ba-hero .heading-box h1 {
    font-size: 44px;
  }
  .ba-hero .grid-container {
    padding: 100px 25px 200px;
  }
  .ba-stories h2 {
    font-size: 44px;
  }
  .ba-stories .stories {
    padding-bottom: 50px;
  }
  .ba-stories .owl-prev,
  .ba-stories .owl-next {
    bottom: 0;
  }
  .ba-map-embed h2 {
    font-size: 44px;
    max-width: 800px;
  }
  .ba-stories-list .tabs {
    flex-direction: row;
  }
  .ba-stories-list .tabs-title {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .ba-stories-list .tabs-title a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .admin-bar #masthead {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  .admin-bar #masthead.is-stuck {
    top: 32px !important;
  }
  #masthead {
    background-color: #fff;
    height: 85px;
    z-index: 100;
  }
  #masthead .large-4 {
    width: calc(27% - 1.875rem);
  }
  #masthead .large-8 {
    width: calc(73% - 1.875rem);
  }
  #masthead .custom-logo-link {
    max-width: 100%;
  }
  .hero-scroll .animated {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .hero-desk {
    background-color: #efefef;
    height: calc(200vh - 85px);
  }
  .hero-desk .large-6:first-of-type {
    height: calc(200vh - 85px);
  }
  .hero-desk .large-6:last-of-type {
    height: calc(100vh - 85px);
    right: 0;
    z-index: 1;
  }
  .hero-desk .large-6.is-stuck {
    margin-top: 85px !important;
  }
  .hero-desk h1 {
    font-weight: normal;
  }
  .hero-desk h1 strong {
    font-weight: 900;
  }
  .hero-desk h2, .hero-desk .h1 {
    margin: 0 0 25px;
    font-weight: 900;
    line-height: 1.2em;
  }
  .hero-desk ul {
    margin-left: 0;
    list-style-type: none;
    text-align: left;
    list-style-position: outside;
  }
  .hero-desk ul li {
    margin-left: 20px;
    position: relative;
    margin-bottom: 15px;
  }
  .hero-desk ul li:before {
    position: absolute;
    top: 4px;
    left: -20px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    content: "\f111";
    color: #0C9158;
    font-size: 7px;
  }
  .hero-desk .owl-wrapper {
    display: table !important;
  }
  .hero-desk .owl-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-desk .owl-item div {
    min-height: 484px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .hero-desk .hero-scroll {
    height: calc(200vh - 85px);
  }
  .hero-desk .hero-scroll .scroll-cont div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    height: calc(100vh - 85px);
  }
  #ncs .grid-x {
    align-items: center;
  }
  #ncs .large-6 {
    margin-bottom: 10px;
  }
  #ncs .large-6:first-of-type {
    position: relative;
    min-height: 154px;
  }
  #ncs .large-6:first-of-type img.lazy {
    max-width: 100%;
    position: absolute;
    right: -67px;
    top: calc(50% - 67px);
  }
  #ncs .large-6:first-of-type .photo-credit {
    left: 0;
    right: auto;
  }
  #ncs .large-6:first-of-type .photo-credit .pcbg {
    display: flex;
    flex-direction: row-reverse;
  }
  #ncs .large-6:first-of-type .photo-credit .pcbg img {
    margin-left: 0;
    margin-right: 10px;
  }
  #ncs .large-6:last-of-type {
    background-color: transparent;
    border-right: none;
    padding-left: 100px;
    margin-bottom: 0;
  }
  #ncs .large-6:last-of-type .cont-wrap {
    max-width: 400px;
  }
  .ww {
    margin: 50px auto;
  }
  .ww h2, .ww .h1 {
    text-align: left;
  }
  .ww .large-6:last-of-type {
    max-width: 600px;
  }
  .ww:nth-of-type(odd) .grid-x {
    flex-direction: row-reverse;
  }
  .ww:nth-of-type(odd) .large-6:last-of-type {
    padding-right: 50px;
  }
  .ww:nth-of-type(even) .large-6:last-of-type {
    padding-left: 50px;
  }
  .ww .btn-mrg {
    margin-bottom: 15px;
  }
  .signup h2, .signup .h1 {
    margin-bottom: 35px;
  }
  .signup input[type="submit"] {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
  .stories-section .grid-x {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .stories-section .large-6:first-of-type {
    margin-bottom: 0;
    min-height: 234px;
  }
  .site-footer .small-12:last-of-type {
    margin-top: 25px;
  }
  .foot-nav {
    text-align: left;
    margin-top: 35px;
  }
  .foot-nav .menu {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .foot-nav .menu li {
    width: auto;
  }
  .foot-nav ul.sub-menu {
    margin-top: 8px;
  }
  .il_cr .grid-x {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .il_cr .large-6:first-of-type {
    height: 575px;
  }
  .il_cr .large-6:last-of-type {
    padding: 0 50px 50px;
  }
  .il_cr ul.accordion {
    font-size: 17px;
  }
  .il_cr ul.accordion .accordion-title {
    font-size: 17px;
  }
  .il_cr ul .accordion-content {
    padding: 25px 25px 0;
    border: none;
  }
  .callout {
    padding: 50px 100px;
  }
  .page-template-page-pathways #primary .btn-mrg {
    margin: 50px 0;
  }
  .page-template-page-pathways #primary .blue-btn {
    display: initial;
  }
  .page-template-page-pathways .stories-section {
    padding: 65px 0;
  }
  .pathway-links .grid-container > .grid-x {
    align-items: center;
  }
  .pathway-links h2 {
    margin: 0;
    text-align: right;
  }
  #pathway-tabs .tabs-title > a {
    font-size: 22px;
    padding: 10px 25px;
  }
  .page-template-page-pathways .path-faqs,
  .page-template-page-science-for-decision-makers .path-faqs {
    margin-top: 65px;
  }
  .page-template-page-pathways .accordion,
  .page-template-page-science-for-decision-makers .accordion {
    margin-top: 20px;
  }
  .page-template-page-pathways .accordion-title,
  .page-template-page-science-for-decision-makers .accordion-title {
    font-size: 22px;
  }
  .page-template-page-content-library #primary {
    padding-bottom: 65px;
  }
  .searchandfilter ul {
    max-width: 100%;
  }
  .searchandfilter ul li li {
    margin-right: 20px;
  }
  .searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding: 5px 35px;
  }
  .post-type-archive .post-wrap h3.entry-title {
    font-size: 22px;
  }
  .post-wrap {
    max-width: 100%;
  }
  #mc_embed_signup input[type="submit"] {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
  .blog #primary .grid-container {
    margin-top: 75px;
  }
  .blog .hentry .grid-x {
    align-items: center;
    position: relative;
  }
  .blog .hentry .grid-x .btn-mrg {
    margin: 0;
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
  #featured-post .large-4 {
    margin-bottom: 0;
  }
  #featured-post .grid-x {
    align-items: center;
    position: relative;
  }
  #featured-post .btn-mrg {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #featured-post .large-8 {
    padding: 25px;
  }
  .page-id-817 .page-hero {
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .hahero h1 {
    font-size: 34px;
  }
  .cclp-featured {
    padding: 65px 0;
  }
  #featured-video.is-sticky {
    transform: translateX(-80%);
  }
  .sticky-wrap {
    padding: 25px 0;
  }
  .sticky-wrap .close-button {
    font-size: 50px;
    line-height: 50px;
    top: calc(50% - 30px);
    right: 15px;
  }
  .sticky-wrap .blue-btn {
    font-size: 20px;
  }
  .page-template-obp #masthead {
    padding: 25px 0;
    height: auto;
  }
  .page-template-obp .foot-nav .menu {
    justify-content: flex-start;
    flex-direction: column;
  }
  .page-template-obp .obp-bg {
    height: 600px;
    background-position: top left;
    margin-bottom: -400px;
  }
  .page-template-obp .obp-container {
    padding-bottom: 50px;
  }
  .obp-carousel:before {
    top: 75px;
  }
  #obp.owl-carousel {
    padding: 50px 0 0;
    z-index: 10;
  }
  #obp.owl-carousel:before {
    top: 75px;
  }
  #obp.owl-carousel.owl-theme .owl-dots {
    bottom: -100px;
    top: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #obp.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #374e4f;
    border-color: #374e4f;
  }
  #obp.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF6F12;
    border-color: #FF6F12;
  }
  #obp.owl-carousel .item .img-wrap {
    max-width: 400px;
  }
  #obp.owl-carousel .item .grid-x .img1 {
    width: 300px;
    height: 400px;
  }
  #obp.owl-carousel .item .grid-x .img2 {
    width: 300px;
    height: 400px;
    top: 50px;
  }
  #obp.owl-carousel .item .grid-x .large-6:last-of-type {
    padding-top: 125px;
  }
  .dmg-intro .links,
  .dmglinks .links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .dmg-intro .links a,
  .dmglinks .links a {
    width: auto;
    display: inline;
    margin: 0 10px 0 0;
    padding: 8px 20px;
  }
  .dmg-cont {
    padding-bottom: 15px;
  }
  .dmg-cont h2 {
    margin-bottom: 50px;
  }
  .dmg-cont h2 span {
    display: block;
  }
  .dmg-cont input[type="submit"] {
    margin: 0 0 0 auto;
  }
  .tooltip {
    max-width: 400px;
  }
  .post-type-archive-discussion-debate #primary {
    padding-bottom: 75px;
  }
  .post-type-archive-discussion-debate .hentry {
    margin-bottom: 65px;
    padding: 0;
    border: none;
  }
  .post-type-archive-discussion-debate .hentry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .post-type-archive-discussion-debate .hentry .large-8 {
    border-top: 2px solid #46B9D8;
    border-bottom: 2px solid #46B9D8;
    padding: 25px 0;
  }
  .post-type-archive-discussion-debate .hentry .fimg {
    margin-bottom: 0;
  }
  .post-type-archive-discussion-debate .hentry .links {
    padding: 0 25px;
  }
  .post-type-archive-terms .searchandfilter,
  .tax-term_categories .searchandfilter {
    margin-bottom: 35px;
  }
  .post-type-archive-terms .searchandfilter ul,
  .tax-term_categories .searchandfilter ul {
    display: block;
  }
  .post-type-archive-terms .searchandfilter li[data-sf-field-input-type=radio] label,
  .tax-term_categories .searchandfilter li[data-sf-field-input-type=radio] label {
    padding: 5px 15px;
  }
  .page-template-page-decision-makers-guide .page-hero,
  .page-template-page-science-for-decision-makers .page-hero,
  .post-type-archive-discussion-debate .page-hero,
  .post-type-archive-terms .page-hero,
  .post-type-archive-toolbox .page-hero {
    min-height: 300px !important;
  }
  .ba-stories .head {
    padding: 50px 0;
  }
  .ba-stories h3 {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50px;
  }
  .ba-stories .owl-item > div > .grid-x {
    align-items: flex-end;
  }
  .ba-stories .video-link {
    margin-bottom: 0;
  }
  .ba-stories-carousel {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ba-stories .owl-prev,
  .ba-stories .owl-next {
    top: calc(50% - 25px);
  }
  .ba-stories .stories {
    padding: 100px 0;
  }
  .ba-map-embed {
    padding: 75px 0;
  }
  .ba-stories-list .cont-wrap {
    padding-left: 25px;
  }
  .ba-stories-list .state {
    font-size: 60px;
    left: 25px;
  }
  .ba-stories-list .story-wrap {
    padding: 50px 0;
  }
  .ba-subscribe {
    overflow: hidden;
  }
  .ba-subscribe .grid-x {
    align-items: center;
  }
  .ba-subscribe .large-5 img {
    width: 500px;
    z-index: 1;
    position: relative;
  }
  .ba-subscribe .subscribe-logo {
    margin: 0 0 25px auto;
    max-width: 500px;
  }
  .ba-subscribe .blue-bg {
    width: calc(100% + 400px);
    position: relative;
    left: -200px;
    padding-left: 200px;
  }
  .ba-subscribe .blue-bg input[type="email"] {
    max-width: 300px;
  }
  .ba-subscribe input[type="submit"] {
    margin-left: 0 !important;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  #masthead .grid-container {
    max-width: 1200px;
  }
  .hero-desk .hero-scroll .scroll-cont div {
    padding: 100px 150px;
  }
  .stories-section .large-6:first-of-type {
    margin-bottom: 0;
    min-height: 254px;
  }
  .page-hero {
    min-height: 400px;
  }
  .il_cr .cont-wrap {
    max-width: 500px;
  }
  .il_cr .large-6:first-of-type {
    height: 510px;
  }
  .callout {
    padding: 50px 165px;
  }
  .single-banner {
    min-height: 400px;
  }
  .searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding: 5px 35px;
  }
  .blog .page-hero .grid-container {
    min-height: 400px;
  }
  .page-id-817 #primary {
    padding-top: 50px;
  }
  .page-template-obp #page {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f0eb+0,f7f0eb+50,ffffff+50,ffffff+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f0eb 0%, #f7f0eb 60%, #ffffff 60%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f0eb 0%, #f7f0eb 60%, #ffffff 60%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f0eb 0%, #f7f0eb 60%, #ffffff 60%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f0eb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }
  .page-template-obp .obp-bg {
    background-size: 100% auto;
    background-position: top left;
    height: 700px;
    margin-bottom: -625px;
  }
  .page-template-obp .obp-container {
    background: transparent;
  }
  .page-template-page-decision-makers-guide .page-hero,
  .page-template-page-science-for-decision-makers .page-hero,
  .post-type-archive-discussion-debate .page-hero,
  .post-type-archive-terms .page-hero,
  .post-type-archive-toolbox .page-hero {
    min-height: 400px !important;
  }
  .ba-hero .grid-container {
    padding: 150px 25px 250px;
  }
  .ba-hero .ba-hero-logo img {
    max-width: 100px;
  }
  .ba-stories-carousel {
    padding-left: 50px;
    padding-right: 50px;
  }
  .ba-stories h3 {
    padding: 15px 50px;
    max-width: 450px;
  }
  .ba-stories .owl-prev,
  .ba-stories .owl-next {
    top: calc(50% - 25px);
  }
  .ba-stories .owl-prev {
    left: -50px;
  }
  .ba-stories .owl-next {
    right: -50px;
  }
  .ba-stories .large-4 {
    padding-bottom: 50px;
  }
  .ba-subscribe .blue-bg {
    width: calc(100% + 2000px);
  }
}

@media only screen and (min-width: 1366px) {
  .ww:nth-of-type(odd) .large-6:last-of-type {
    padding-right: 100px;
  }
  .ww:nth-of-type(even) .large-6:last-of-type {
    padding-left: 100px;
  }
  .il_cr .large-6:first-of-type {
    height: 522px;
  }
  .hahero h1 {
    font-size: 38px;
  }
  #featured-video.is-sticky {
    transform: translateX(-115%);
  }
  .sticky-wrap .large-9 {
    width: calc(80% - 1.875rem);
  }
  .sticky-wrap .large-3 {
    width: calc(20% - 1.875rem);
  }
  .sticky-wrap .close-button {
    right: 25px;
  }
  .page-template-obp #page {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f0eb+0,f7f0eb+50,ffffff+50,ffffff+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f0eb 0%, #f7f0eb 55%, #ffffff 55%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f0eb 0%, #f7f0eb 55%, #ffffff 55%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f0eb 0%, #f7f0eb 55%, #ffffff 55%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f0eb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }
  .page-template-obp .obp-bg {
    height: 800px;
  }
  .ba-stories-carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .ba-stories h3 {
    right: 100px;
  }
  .ba-stories .owl-next {
    right: -100px;
  }
  .ba-stories .owl-prev {
    left: -100px;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-desk .hero-scroll .scroll-cont div {
    padding: 100px 200px;
  }
  .il_cr .large-6:first-of-type {
    height: 520px;
  }
  .page-template-obp #page {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f0eb+0,f7f0eb+50,ffffff+50,ffffff+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f0eb 0%, #f7f0eb 60%, #ffffff 60%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f0eb 0%, #f7f0eb 60%, #ffffff 60%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f0eb 0%, #f7f0eb 60%, #ffffff 60%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f0eb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }
  .page-template-obp .grid-container.fluid {
    max-width: 1500px;
  }
  .page-template-obp .obp-bg {
    height: 800px;
  }
}

@media only screen and (min-width: 1920px) {
  .hero-desk .hero-scroll .scroll-cont div {
    padding: 150px 250px;
  }
  .blog .page-hero .grid-container {
    min-height: 500px;
  }
  .page-id-817 .page-hero {
    min-height: 450px;
  }
  .page-template-obp .grid-container.fluid {
    max-width: 1800px;
  }
  .page-template-obp .obp-bg {
    height: 850px;
    top: -200px;
    margin-bottom: -725px;
  }
  .page-template-obp .obp-container {
    padding-bottom: 150px;
  }
  #obp.owl-carousel.owl-theme .owl-dots {
    bottom: -150px;
  }
  .ba-hero .grid-container {
    padding: 200px 25px 300px;
  }
}

@media only screen and (min-width: 2100px) {
  .page-template-obp .obp-bg {
    background-image: url("images/obp-bg-lg.png") !important;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

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