@charset "UTF-8";
/*
    Theme Name: Namic theme
    Theme URI:
    Description:
    Version: 1.5
    Author: Vernacular
    Author URI:
    Tags:

    License: 
    License URI: 
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.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;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

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

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

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

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

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

.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: none;
  touch-action: none;
  -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; }

.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

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

.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 .1s 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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

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

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

/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

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

.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: .5;
  cursor: default; }

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

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

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

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

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("assets/img/fonts/lightcase.eot?55356177");
  src: url("assets/img/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("assets/img/fonts/lightcase.woff?55356177") format("woff"), url("assets/img/fonts/lightcase.ttf?55356177") format("truetype"), url("assets/img/fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden; }

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

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

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

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

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

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

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

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

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

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

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

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

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/*!
 * FlexMasonry
 * Version: 0.2.3
 * Author: Gilbert Pellegrom <gilbert@pellegrom.me>
 * License: MIT
 */
.flexmasonry {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between; }

.flexmasonry-item {
  width: 100%; }

.flexmasonry-cols-2 .flexmasonry-item {
  width: 50%; }

.flexmasonry-cols-3 .flexmasonry-item {
  width: 33.333%; }

.flexmasonry-cols-4 .flexmasonry-item {
  width: 25%; }

.flexmasonry-cols-5 .flexmasonry-item {
  width: 20%; }

.flexmasonry-cols-6 .flexmasonry-item {
  width: 16.666%; }

.flexmasonry-cols-7 .flexmasonry-item {
  width: 14.285%; }

.flexmasonry-cols-8 .flexmasonry-item {
  width: 12.5%; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) {
  order: 1; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
  order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
  order: 1; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
  order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
  order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
  order: 1; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
  order: 2; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
  order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
  order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
  order: 1; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
  order: 2; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
  order: 3; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
  order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
  order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
  order: 1; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
  order: 2; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
  order: 3; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
  order: 4; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
  order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
  order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
  order: 1; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
  order: 2; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
  order: 3; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
  order: 4; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
  order: 5; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
  order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
  order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
  order: 1; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
  order: 2; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
  order: 3; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
  order: 4; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
  order: 5; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
  order: 6; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
  order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
  order: 8; }

.flexmasonry-break {
  content: "";
  flex-basis: 100%;
  width: 0 !important;
  margin: 0; }

.flexmasonry-break-1 {
  order: 1; }

.flexmasonry-break-2 {
  order: 2; }

.flexmasonry-break-3 {
  order: 3; }

.flexmasonry-break-4 {
  order: 4; }

.flexmasonry-break-5 {
  order: 5; }

.flexmasonry-break-6 {
  order: 6; }

.flexmasonry-break-7 {
  order: 7; }

.technology-cta a, .button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #1a1a1a;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
  text-align: center;
  border: none; }

.section h2:before {
  content: "";
  width: 0;
  height: 0;
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #f50207 transparent transparent transparent; }

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

body.namic-esg-open-grant-call main ul > li, .privacy-policy ul > li, .terms-and-conditions ul > li, .tuv-sud-industrial-am-quality-program ul > li, .single-project-highlights ul > li, .newsletters ul > li, .industry-reports ul > li, .videos ul > li, .technology-offerings ul > li, .search ul > li, .post-type-archive-career ul > li, .single-career ul > li, .technology ul > li, body.post-type-archive-project-highlights ul > li, .page-template-contact-us ul > li, .post-type-archive-events ul > li, body.single-events ul > li, .standards-and-reports ul > li, .partners ul > li, .namic-hubs ul > li, .grants ul > li {
  padding-left: 20px; }
  body.namic-esg-open-grant-call main ul > li:before, .privacy-policy ul > li:before, .terms-and-conditions ul > li:before, .tuv-sud-industrial-am-quality-program ul > li:before, .single-project-highlights ul > li:before, .newsletters ul > li:before, .industry-reports ul > li:before, .videos ul > li:before, .technology-offerings ul > li:before, .search ul > li:before, .post-type-archive-career ul > li:before, .single-career ul > li:before, .technology ul > li:before, body.post-type-archive-project-highlights ul > li:before, .page-template-contact-us ul > li:before, .post-type-archive-events ul > li:before, body.single-events ul > li:before, .standards-and-reports ul > li:before, .partners ul > li:before, .namic-hubs ul > li:before, .grants ul > li:before {
    top: 7px;
    content: "";
    width: 10px;
    height: 10px;
    background: url("./assets/img/li-red-bullet.png") no-repeat center center;
    background-size: contain; }

.b-hero__links {
  text-align: justify;
  font-size: 0;
  text-align-last: justify;
  text-justify: newspaper;
  zoom: 1; }
  .b-hero__links:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block; }

* {
  box-sizing: border-box; }

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

figure {
  margin: 0; }

.button--full {
  width: 100%; }

.hide {
  display: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

body {
  font-family: "Open Sans" !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 991px) {
    body {
      font-size: 14px; } }
a {
  text-decoration: underline;
  color: #f50207; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.67em 0;
  font-weight: bold; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h6 {
  font-size: 1rem; }

p, li {
  line-height: 1.5; }

p {
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  margin: 0;
  margin-bottom: 1em;
  list-style-position: outside;
  padding-left: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ul {
  list-style: none; }
  ul li {
    padding-left: 0.5em; }
    ul li:before {
      position: absolute;
      left: 0;
      content: "·"; }

li > ul > li {
  margin-top: 0.5em; }

ol {
  list-style-position: inside; }

li {
  position: relative; }

li + li {
  margin-top: 0.5em; }

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

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .popup__left, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .popup__right, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .popup__left, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .popup__right, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8, .popup__right {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4, .popup__left {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .select-proc .owl-carousel:before, .about-quote:before, .what-we-do__item:before,
.clearfix:after,
.select-proc .owl-carousel:after,
.about-quote:after,
.what-we-do__item:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after, .select-proc .owl-carousel:after, .about-quote:after, .what-we-do__item:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto; }
  .container--full {
    max-width: 1280px; }
  @media (max-width: 991px) {
    .container {
      padding: 0 15px; } }
.row--center {
  text-align: center; }
  .row--center [class^=col] {
    display: inline-block;
    float: none; }

.content {
  padding-bottom: 50px; }

.page-template-default main {
  padding: 0 50px 50px 50px; }

.topbar {
  padding: 0;
  background: #1a1a1a; }

.logo {
  max-width: none;
  height: 45px; }
  @media (max-width: 1025px) {
    .logo {
      height: 30px; } }
.logo--event {
  height: 50px; }

.navbar {
  background: #1a1a1a; }
  .page-template-home .navbar {
    padding: 30px 10px;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99; }
  .navbar.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1; }
  .navbar--event {
    padding: 0;
    background: #f50207;
    position: static; }
  .navbar__links {
    padding: 19px 0;
    text-align: center;
    font-size: 0;
    zoom: 1; }
    .navbar__links > ul {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 1200px) {
        .navbar__links > ul {
          display: block;
          margin: 0; } }
    .navbar__links > a {
      display: inline-block;
      vertical-align: middle; }
    .navbar__links li {
      display: inline-block;
      vertical-align: middle;
      padding-left: 45px !important; }
      @media (max-width: 1200px) {
        .navbar__links li {
          padding: 0 !important; } }
      .navbar__links li:before {
        display: none; }
      .navbar__links li:hover > ul {
        display: block; }
    .navbar__links li.menu-item-has-children::before, .navbar__links li.menu-item-has-children > a::before {
      width: 0;
      height: 0;
      position: absolute;
      display: block;
      left: 104%;
      top: 8px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 8px solid white; }
    .navbar__links li.menu-item-has-children {
      margin-right: 7px; }
      @media (max-width: 1200px) {
        .navbar__links li.menu-item-has-children {
          margin-right: auto; }
          .navbar__links li.menu-item-has-children > a {
            opacity: 0.7; }
            .navbar__links li.menu-item-has-children > a::after {
              content: "";
              margin: 0 0.5em 0.1em;
              display: inline-block;
              border: 7px solid transparent;
              border-top: 8px solid white;
              border-bottom: 0 none; } }
    .navbar__links li ul {
      display: none;
      position: absolute;
      left: 16px;
      padding-top: 10px;
      text-align: left;
      z-index: 999; }
      @media (max-width: 1200px) {
        .navbar__links li ul {
          display: block;
          position: inherit;
          margin: 0;
          background-color: transparent;
          top: auto;
          left: auto;
          padding: inherit;
          text-align: center; }
          .navbar__links li ul li a {
            font-weight: 400; }
            .navbar__links li ul li a::before {
              content: "- "; } }
      @media (min-width: 1200px) {
        .navbar__links li ul li {
          padding: 0 !important;
          background-color: rgba(0, 0, 0, 0.7); }
          .navbar__links li ul li a {
            padding: 10px;
            display: block;
            min-width: 180px;
            text-align-last: left;
            transition-duration: 0.5s; }
            .navbar__links li ul li a:hover {
              background-color: red;
              text-decoration: none;
              transition-duration: 0.5s; } }
    .navbar__links a {
      color: #fff;
      font-weight: 400;
      text-decoration: none;
      text-align-last: center;
      font-size: 0.9rem; }
      .navbar__links a.active, .navbar__links a:hover {
        text-decoration: underline; }
    @media (max-width: 1025px) {
      .navbar__links a {
        font-size: 0.8rem; } }
    @media (max-width: 1200px), (max-height: 500px) {
      .navbar__links {
        display: block;
        position: fixed;
        background: #f50207;
        left: 0;
        top: 0;
        right: 0;
        padding: 40px 15px;
        height: 100%;
        font-size: 20px;
        transform: translate(-100%, 0);
        z-index: 5;
        opacity: 0.92;
        overflow-y: auto;
        transition: 0.33s;
        text-align: center; }
        .navbar__links.open {
          transform: translate(0%, 0); }
        .navbar__links a {
          font-weight: 600;
          display: block;
          font-size: 16px; }
          .navbar__links a + a {
            margin-left: 0; }
        .navbar__links ul {
          margin-top: 25px; }
        .navbar__links li {
          display: block;
          list-style: none;
          padding: 0; }
          .navbar__links li:before {
            content: ""; } }
    @media (max-height: 500px) {
      .navbar__links:after {
        display: none; }
      .navbar__links a {
        display: block;
        margin: 0;
        float: left;
        width: 33.3333%; }
        .navbar__links a:nth-child(2) {
          float: none;
          clear: both; } }
    .navbar__links--event {
      display: block;
      float: left; }
      .navbar__links--event a {
        font-weight: 600; }
        .navbar__links--event a + a {
          margin-left: 25px; }
      @media (max-width: 1025px) {
        .navbar__links--event a {
          font-size: inherit; } }
      @media (max-width: 1200px), (max-height: 500px) {
        .navbar__links--event a + a {
          margin-left: 0; } }
      @media (max-height: 500px) {
        .navbar__links--event a:nth-child(2) {
          clear: none;
          float: left; } }
  .navbar__button {
    padding: 5px 30px;
    margin-top: 12px;
    float: right;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    background: #fff;
    font-size: 18px; }
  .navbar__hamburger {
    position: absolute;
    top: 0;
    right: 20px;
    display: none;
    padding: 10px 0;
    float: left;
    color: #fff;
    background: none;
    border: none;
    font-size: 35px;
    z-index: 1; }
    @media (max-width: 1200px), (max-height: 500px) {
      .navbar__hamburger {
        display: block; } }
  .navbar__hamburger--event {
    padding: 0;
    position: static;
    display: none;
    float: left;
    color: #fff;
    background: none;
    border: none;
    font-size: 35px;
    margin-top: 7px; }
    @media (max-width: 1200px), (max-height: 500px) {
      .navbar__hamburger--event {
        display: block; } }
  .navbar__close {
    display: none;
    position: absolute;
    font-size: 30px;
    z-index: 1;
    color: #fff;
    background: none;
    border: none;
    right: 30px;
    top: 20px; }
    @media (max-width: 1200px), (max-height: 500px) {
      .navbar__close {
        display: block; } }
.banner {
  border-bottom: 4px solid #f50207; }
  .banner h1 {
    margin: 0; }
  .banner img {
    display: block; }

button.searchBtn {
  background-color: transparent;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 24px; }
  @media (max-width: 1200px) {
    button.searchBtn {
      display: block;
      margin: 30px auto 0 auto; } }
  button.searchBtn img {
    width: 20px;
    height: auto; }

#search {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999; }
  #search button.search-close {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  #search .search-form {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
    #search .search-form input {
      border: none;
      width: 80vw;
      font-size: 120%;
      border-radius: 30px;
      padding: 10px 20px; }
    #search .search-form button {
      display: block;
      text-align: center;
      margin: 20px auto;
      background-color: transparent;
      border: none;
      color: white;
      font-weight: 700;
      font-size: 120%;
      cursor: pointer; }

.section {
  margin: 60px 0; }
  @media (max-width: 991px) {
    .section {
      margin-top: 40px; } }
  .section h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px; }
    @media (max-width: 991px) {
      .section h2 {
        font-size: 25px; } }
  .section h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #f50207; }
    @media (max-width: 991px) {
      .section h3 {
        font-size: 18px; } }
  .section--introduction .button {
    width: 100%;
    margin-top: 40px;
    font-size: 24px;
    padding: 12px 0 15px 0;
    border-radius: 40px; }
    .section--introduction .button--register {
      background: #f50207; }
  .section ul.isOffset {
    margin-top: 1rem; }
  .section--highlight {
    padding: 60px 0;
    background: #f2f2f2; }
    @media (max-width: 991px) {
      .section--highlight {
        padding: 40px 0; } }
  .section--banner {
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #303439; }
    .section--banner .container {
      height: 270px;
      position: relative; }
    .section--banner h1 {
      position: absolute;
      bottom: 0;
      font-size: 48px;
      font-weight: 900;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 2px 2px 4px #969696; }
    @media (max-width: 667px), (max-height: 500px) {
      .section--banner .container {
        height: 200px; }
      .section--banner h1 {
        font-size: 3em;
        line-height: 100%; } }
.speakers {
  overflow: hidden; }
  .speakers-container {
    margin: 0 -40px;
    font-size: 0;
    text-align: justify;
    overflow: hidden; }
    .speakers-container:after {
      display: inline-block; }
    @media (max-width: 991px) {
      .speakers-container {
        margin: 0 -20px; } }
    @media (max-width: 767px) {
      .speakers-container {
        margin: 0 -10px; } }
.speaker {
  width: 25%;
  margin-top: 20px;
  padding: 0 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 1.5; }
  .speaker img {
    margin: 0 auto;
    display: block; }
  .speaker h6 {
    margin: 10px 0 0 0; }
  .speaker figcaption {
    display: block;
    max-width: 90%;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .speaker {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .speaker {
      padding: 0 10px;
      width: 50%; } }
.b-partners {
  margin-top: 50px; }
  .b-partners .break {
    margin-top: 50px; }
  @media (max-width: 767px) {
    .b-partners {
      text-align: center; } }
  .b-partners__item {
    margin-right: 40px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
    height: 120px;
    position: relative; }
    .b-partners__item img {
      position: absolute;
      top: 68%;
      width: 70%;
      max-width: 100%;
      transform: translateY(-50%); }
    @media (max-width: 767px) {
      .b-partners__item {
        display: block;
        margin-right: 0;
        width: auto;
        height: auto; }
        .b-partners__item img {
          width: auto;
          max-width: 200px;
          margin-bottom: 1em;
          transform: none;
          position: static; } }
    .b-partners__item p {
      margin-bottom: 30px; }
    .b-partners__item--simple {
      height: auto;
      max-width: 19.2857142857%;
      margin: 2% 5% 2% 0;
      width: auto;
      vertical-align: middle;
      font-size: 16px; }
      .b-partners__item--simple img {
        display: block;
        height: auto;
        width: auto;
        max-height: 60px;
        max-width: 100%;
        position: static;
        transform: none; }
      .b-partners__item--simple p {
        margin-bottom: 20px; }
      @media (max-width: 767px) {
        .b-partners__item--simple {
          margin: 0;
          max-width: none; }
          .b-partners__item--simple img {
            display: inline-block;
            max-width: 200px; } }
    .b-partners__item--big {
      margin-right: 5%;
      max-width: 11.6666666667%; }
      .b-partners__item--big img {
        max-height: 150px; }
      @media (max-width: 767px) {
        .b-partners__item--big {
          max-width: none;
          margin: 0; }
          .b-partners__item--big img {
            display: inline-block;
            max-width: 200px; } }
    .b-partners__item--bottom {
      margin-right: 40px;
      vertical-align: bottom; }
      @media (max-width: 767px) {
        .b-partners__item--bottom {
          margin-right: 0; } }
  .b-partners .justify {
    font-size: 0;
    width: 100%;
    text-align: justify;
    text-align-last: justify; }
    @media (max-width: 767px) {
      .b-partners .justify {
        text-align: center;
        text-align-last: center; } }
.agenda-table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse; }
  .agenda-table th {
    background: #1a1a1a;
    color: #fff; }
  .agenda-table tbody tr {
    border-bottom: 1px solid #1a1a1a; }
  .agenda-table th, .agenda-table td {
    padding: 30px 20px;
    text-align: left; }
    .agenda-table th:nth-child(1), .agenda-table td:nth-child(1) {
      max-width: 230px;
      min-width: 190px; }
  .agenda-table th {
    padding: 12px 25px; }
  .agenda-table td {
    vertical-align: top; }
    .agenda-table td:first-child {
      text-transform: uppercase;
      font-weight: bold; }
  .agenda-table th:nth-child(2) {
    border-left: 5px solid #fff;
    padding-left: 20px; }
  .agenda-table h6 {
    margin-bottom: 0; }
  .agenda-table p, .agenda-table ul {
    margin-bottom: 1em; }
  .agenda-table p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .agenda-table {
      display: block;
      margin-top: 40px; }
      .agenda-table tr, .agenda-table td, .agenda-table th, .agenda-table tbody, .agenda-table thead {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px; }
      .agenda-table thead {
        display: none; }
      .agenda-table tr {
        margin-bottom: 40px; } }
.form-default--payment {
  max-width: 500px;
  margin-top: 50px; }

.form-default label, .form-default input {
  margin-top: 20px;
  display: block; }

.form-default label {
  cursor: pointer; }

.form-default label sup {
  color: #f50207; }

.form-default input {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #ccc;
  background: none; }

.form-default__submit {
  display: block;
  width: 170px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 24px;
  padding: 15px;
  border-radius: 40px; }

.nf-form-fields-required {
  display: none; }

#nf-form-2-cont {
  margin-top: 30px; }

.nf-error .ninja-forms-field {
  border: none !important;
  border-bottom: 1px solid #f50207 !important; }

.nf-field-element input {
  border: none;
  border-bottom: 1px solid #ccc; }

.nf-field-element textarea {
  border: 1px solid #ccc; }

.nf-field-element input[value="Submit"] {
  background-color: #4d4d4d;
  padding: 5px 12px;
  color: white; }

.registration-table {
  margin-bottom: 5px;
  margin-top: 50px;
  width: 900px;
  border-collapse: collapse; }
  @media (max-width: 991px) {
    .registration-table {
      width: 100% !important; }
      .registration-table td {
        width: auto !important; } }
  .registration-table th, .registration-table td {
    padding: 20px;
    border: 1px solid #1a1a1a;
    text-align: center; }
    .registration-table th:nth-child(1), .registration-table td:nth-child(1) {
      width: 50%;
      text-align: left;
      vertical-align: middle; }
    .registration-table th:nth-child(2), .registration-table th:nth-child(3), .registration-table td:nth-child(2), .registration-table td:nth-child(3) {
      width: 25%;
      vertical-align: top; }
  .registration-table tr:first-child td {
    font-weight: normal;
    background: #e6e6e6;
    border-bottom: 0; }
    .registration-table tr:first-child td b {
      font-weight: 700; }
  .registration-table td {
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 40px; }
  .registration-table p {
    margin-bottom: 0; }
  .registration-table + p {
    font-size: 0.9em;
    font-style: italic; }
  .registration-table .button {
    width: 130px;
    margin: 0 auto;
    padding: 8px 0 10px 00;
    margin-top: 5px;
    font-size: 24px;
    border-radius: 25px; }
  @media (max-width: 767px) {
    .registration-table--desktop {
      display: none; }
      .registration-table--desktop + p {
        display: none; } }
  .registration-table--mobile {
    display: none;
    text-align: center; }
    .registration-table--mobile + p {
      display: none; }
    @media (max-width: 767px) {
      .registration-table--mobile {
        display: block; }
        .registration-table--mobile + p {
          display: block; } }
    .registration-table--mobile .thead {
      background: #e6e6e6; }
    .registration-table--mobile .tr, .registration-table--mobile .th {
      padding: 20px; }
    .registration-table--mobile .tr {
      padding-top: 0;
      border-bottom: 1px solid #1a1a1a; }

.footer {
  padding: 11px 0;
  background: #1a1a1a;
  overflow: hidden;
  font-size: 13px; }
  .footer .container {
    text-align: center; }
  .footer__top {
    color: #fff;
    padding-top: 20px; }
    .home .footer__top {
      display: none; }
    .footer__top .footer__title {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 17px;
      color: #f50207; }
      @media (max-width: 767px) {
        .footer__top .footer__title {
          font-size: 22px;
          line-height: 27px; } }
    @media (min-width: 767px) {
      .footer__top .footer-links {
        display: inline-block;
        width: max-content;
        margin-right: 45px;
        vertical-align: top;
        border-right: 1px solid #4f4f4f;
        padding-right: 25px;
        text-align: left; }
        .footer__top .footer-links .col-md-6 {
          width: max-content;
          margin-right: 15px; } }
    .footer__top .footer-links a {
      line-height: 18px; }
    .footer__top .footer-contacts {
      margin-top: 30px; }
      @media (min-width: 767px) {
        .footer__top .footer-contacts {
          display: inline-block;
          width: max-content;
          margin: 0 45px 0 0;
          vertical-align: top;
          border-right: 1px solid #4f4f4f;
          padding-right: 15px;
          text-align: left; } }
      .footer__top .footer-contacts .footer-contact {
        margin-top: 10px;
        line-height: 19px; }
        .footer__top .footer-contacts .footer-contact img {
          display: block;
          margin: 0 auto 10px auto;
          width: 20px; }
          @media (min-width: 767px) {
            .footer__top .footer-contacts .footer-contact img {
              display: inline-block;
              vertical-align: top;
              width: 16px; } }
        .footer__top .footer-contacts .footer-contact p {
          max-width: 200px;
          word-wrap: nowrap;
          margin-left: 10px;
          display: inline-block; }
        .footer__top .footer-contacts .footer-contact a {
          text-decoration: none; }
        .footer__top .footer-contacts .footer-contact .v-indent {
          vertical-align: -11px; }
    .footer__top .footer-social {
      margin-top: 30px; }
      @media (min-width: 767px) {
        .footer__top .footer-social {
          display: inline-block;
          width: 25%;
          vertical-align: top;
          text-align: left;
          margin-top: 0; } }
      .footer__top .footer-social h2 {
        margin-bottom: 20px; }
      .footer__top .footer-social .newsletter-join {
        margin-top: 4px; }
        @media (max-width: 767px) {
          .footer__top .footer-social .newsletter-join {
            margin: 30px 0; } }
        .footer__top .footer-social .newsletter-join h2 {
          margin-bottom: 20px; }
        .footer__top .footer-social .newsletter-join form input {
          padding: 10px;
          border: none; }
        .footer__top .footer-social .newsletter-join form input[type=submit] {
          background-color: red;
          border-radius: 0;
          width: 100px;
          cursor: pointer; }
        .footer__top .footer-social .newsletter-join form #mce-responses {
          margin-top: 4px; }
  .footer__nav {
    font-weight: 400; }
    .footer__nav a {
      margin-top: 0.5em;
      display: block;
      position: relative;
      color: #fff;
      text-decoration: none; }
      .footer__nav a.child {
        padding-left: 15px; }
      .footer__nav a.child:before {
        position: absolute;
        content: "\221F";
        top: 3px;
        left: 2px;
        font-size: 0.5em; }
      .footer__nav a:hover {
        color: #f50207; }
  .home .footer {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .footer__copyright {
    margin-top: 12px;
    color: #fff;
    font-size: 9.65px; }
    .footer__copyright p {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .footer {
      padding: 20px 0;
      height: auto;
      position: static; }
      .footer .pull-left, .footer .pull-right {
        float: none !important;
        text-align: center; }
      .footer__copyright {
        margin-top: 10px;
        font-size: 0.75rem;
        text-align: center; } }
  .footer .footer__social {
    margin-top: 8px; }
    .footer .footer__social__item {
      margin: 0 10px 10px 0;
      color: #fff;
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }
      .footer .footer__social__item img {
        height: 24px; }
      @media (max-width: 767px) {
        .footer .footer__social__item {
          display: inline-block;
          margin-bottom: 13px;
          margin-left: 0;
          margin-right: 10px; }
          .footer .footer__social__item img {
            height: 25px;
            width: 25px; } }
  @media (max-width: 1200px) {
    .footer__top a {
      line-height: 1.5; }
      .footer__top a.child:before {
        top: 8px; } }
  .footer .generic-footer-copyright {
    text-align: center;
    color: white;
    font-size: 80%;
    margin-bottom: 10px;
    padding: 0 15px; }

.footer--event {
  margin-top: 60px;
  position: static; }
  .footer--event .footer__social__item {
    font-size: 12px; }

.home_only {
  display: none; }

.home .home_only {
  display: inherit; }

.home_footer__social__item {
  margin-right: 5px;
  display: inline-block; }
  .home_footer__social__item img {
    height: 20px;
    width: 20px; }

.home-footer {
  background-color: transparent; }

.panel {
  padding: 30px;
  border-radius: 20px;
  background: #f2f2f2; }
  .panel h3 {
    margin-top: 0em; }
  .panel__header {
    margin-bottom: 1rem;
    border-bottom: 1px solid #1a1a1a; }
    .panel__header h4 {
      margin-bottom: 1rem;
      font-size: 18px;
      font-weight: 900; }

.popup {
  width: 70%;
  max-width: 900px;
  padding: 60px 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 3; }
  @media (max-width: 767px) {
    .popup {
      padding: 30px;
      transform: none;
      top: 30px;
      left: 30px;
      right: 30px;
      bottom: 30px;
      width: auto;
      overflow-y: auto; } }
  .popup.opened {
    display: block; }
  .popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    text-indent: -9999px;
    border: none;
    cursor: pointer; }
    .popup__close:before, .popup__close:after {
      position: absolute;
      display: block;
      content: "";
      width: 24px;
      left: 50%;
      margin-left: -12px;
      height: 1px;
      background: #1a1a1a; }
    .popup__close:before {
      transform: rotate(-45deg); }
    .popup__close:after {
      transform: rotate(45deg); }
  .popup__content {
    display: none;
    padding-right: 40px; }
    .opened .popup__content {
      display: block; }
    @media (max-width: 991px) {
      .popup__content {
        padding-right: 0; } }
  .popup .popup__content {
    display: block; }
  .popup .speaker {
    padding: 0;
    margin-top: 0;
    width: 100%; }
    .popup .speaker img {
      max-height: 350px; }
    @media (max-width: 767px) {
      .popup .speaker img {
        max-height: 150px; } }
  @media (max-width: 991px) {
    .popup__right {
      margin-top: 1rem; } }
  .popup__center {
    margin-top: 1em;
    position: relative;
    z-index: 1; }

.popup-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .popup-bg.opened {
    display: block; }

body.home {
  background: white;
  color: #fff;
  min-height: 100vh;
  height: 100%;
  position: relative; }
  body.home header {
    width: 100%;
    z-index: 9; }
  body.home .navbar {
    background-color: transparent; }
    body.home .navbar .navbar__links {
      text-align: center; }
  body.home main {
    padding: unset; }

@media (max-width: 767px) {
  .homepage {
    padding: 0 0 126px 0; } }

@media (max-width: 767px) {
  .home .footer {
    position: relative; } }

.mainFeature {
  height: 100vh; }

.b-hero__container {
  padding: 40px 0; }

.b-hero__title {
  line-height: 0.9;
  font-size: 3.8em;
  font-weight: 800;
  text-align: center;
  padding: 0 20px; }

.b-hero__links {
  margin: 6vh auto 60px auto;
  max-width: 1000px;
  padding: 0 30px; }
  .b-hero__links a {
    color: white;
    transition: 1s; }
  .b-hero__links a:hover {
    color: #f50207;
    transition: 1s; }

.b-hero__item {
  width: auto;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  margin-bottom: 20px; }
  .b-hero__item img {
    display: block;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 35px; }

.b-hero__text {
  display: block; }

@media (max-width: 767px) {
  .b-hero__container {
    padding: 7vh 0 0 0;
    position: static;
    transform: none; }
  .b-hero__title {
    font-size: 2.3em;
    margin: 0 0 1em 0;
    text-align: center; }
  .b-hero__item {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    text-align: center; }
    .b-hero__item img {
      height: 60px;
      margin-bottom: 10px; }
  .b-hero__links {
    margin: 0 auto 40px auto; } }

.bg-video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .bg-video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.b-ntu__container {
  width: 100%;
  position: absolute;
  top: 100vh;
  transform: translateY(-16vh); }

.b-ntu__item {
  width: 260px;
  font-weight: 600;
  font-size: 10px;
  margin: 0 auto; }
  .b-ntu__item img {
    max-width: 60px;
    margin-right: 10px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    align-self: flex-start; }
  .b-ntu__item p {
    display: inline-block;
    vertical-align: middle; }
  .b-ntu__item a {
    color: white;
    text-decoration: none; }

@media (max-width: 767px) {
  .b-ntu {
    position: absolute;
    z-index: 2;
    top: 88vh;
    left: auto;
    right: auto;
    width: 100%; }
    .b-ntu__container {
      position: absolute;
      top: 0; }
    .b-ntu__item {
      margin-top: auto;
      margin-bottom: 40px;
      float: none;
      text-align: center;
      position: static; }
      .b-ntu__item p {
        text-align: left; } }

.homeLinks_container {
  background-image: url(src/images/home-bg2.jpg);
  background-size: cover; }

.homeLinks {
  display: none;
  max-width: 1300px;
  padding: 0 50px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-height: 780px; }
  @media (min-width: 1200px) {
    .homeLinks {
      display: inherit; } }
  .homeLinks a {
    color: white;
    text-decoration: none; }
  .homeLinks h1 {
    margin-bottom: 0;
    font-size: 3em;
    font-size: 2.5em; }
  .homeLinks a > div {
    background-position: center;
    background-size: 120%;
    width: 100%;
    min-height: 200px;
    height: 36vw;
    -webkit-transition: all 0.5s ease; }
    .homeLinks a > div .inner {
      padding: 20px;
      position: relative;
      bottom: -47%;
      position: absolute;
      bottom: 0;
      -webkit-transition: all 0.5s ease; }
      .homeLinks a > div .inner p {
        font-size: 1.3em;
        line-height: 1em; }
    .homeLinks a > div:hover {
      background-size: 130%;
      -webkit-transition: all 0.5s ease; }
      .homeLinks a > div:hover .inner {
        transform: translate3d(0, -10px, 0);
        filter: drop-shadow(3px 3px 3px black); }
  .homeLinks .events {
    width: 450px;
    height: 400px;
    position: absolute;
    left: 50px;
    margin-top: 180px; }
  .homeLinks .grants {
    width: 480px;
    height: 320px;
    position: absolute;
    left: 520px;
    margin-top: 100px; }
  .homeLinks .news {
    width: 280px;
    height: 240px;
    position: absolute;
    left: 520px;
    margin-top: 440px; }
  .homeLinks .technology {
    width: 330px;
    height: 240px;
    position: absolute;
    left: 820px;
    margin-top: 440px; }

@media (min-width: 1200px) {
  .homeLinks_mobile {
    display: none; } }

.homeLinks_mobile a {
  color: white;
  text-decoration: none; }

.homeLinks_mobile h1 {
  margin-bottom: 0;
  font-size: 3em; }

.homeLinks_mobile a > div {
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 200px;
  height: 36vw; }
  .homeLinks_mobile a > div .inner {
    padding: 20px;
    position: relative;
    bottom: -47%; }
    @media (min-width: 800px) {
      .homeLinks_mobile a > div .inner {
        bottom: -60%; } }
    .homeLinks_mobile a > div .inner p {
      font-size: 1.2em;
      line-height: 1em; }
      @media (min-width: 800px) {
        .homeLinks_mobile a > div .inner p {
          font-size: 1.3em; } }
.homeLinks .events, .homeLinks_mobile .events {
  background-image: url(src/images/events-btn-bg.jpg); }

.homeLinks .grants, .homeLinks_mobile .grants {
  background-image: url(src/images/grants-btn-bg.jpg); }

.homeLinks .news, .homeLinks_mobile .news {
  background-image: url(src/images/news-btn-bg.jpg); }

.homeLinks .technology, .homeLinks_mobile .technology {
  background-image: url(src/images/technology-btn-bg.jpg); }

@media (min-width: 768px) {
  .clear {
    display: block;
    clear: both;
    height: 50px; } }

body.home .c19 {
  margin: 0 auto 80px auto;
  text-align: center; }
  body.home .c19 a {
    text-align: center;
    background-color: #f50207;
    width: max-content;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 120%;
    font-weight: 800;
    color: white;
    text-decoration: none; }
    @media (max-width: 767px) {
      body.home .c19 a {
        font-size: 100%;
        padding: 8px 14px; } }
footer .youtube {
  height: 10px; }

.about-namic .section--banner {
  background-image: url("./assets/img/about-us-bg.jpg"); }

.about-namic .section h2 {
  margin-bottom: 1em;
  font-size: 30px; }

.intro-text {
  margin-top: 50px; }

.what-we-do__item {
  margin-top: 20px; }
  .what-we-do__item img {
    margin-top: 5px;
    display: block;
    width: 58px;
    float: left; }

.what-we-do__text {
  margin-left: 83px; }
  .what-we-do__text p {
    margin-bottom: 0; }

.portfolio__item {
  text-align: center; }
  .portfolio__item p {
    line-height: 1.15; }
  .portfolio__item h4 {
    margin-bottom: 5px;
    font-weight: 900; }

.portfolio__top .portfolio__img-wrap {
  margin-bottom: 0;
  height: 75px; }

.portfolio__top img {
  max-height: 60px; }

.portfolio__top h4 {
  font-size: 30px; }

.portfolio__bottom {
  text-align: center;
  padding-top: 35px; }
  .portfolio__bottom img {
    max-height: none; }
  .portfolio__bottom h4 {
    font-size: 20px; }

@media (max-width: 991px) {
  .portfolio {
    margin-top: 40px; }
    .portfolio .portfolio__subtitle {
      margin-top: 0%;
      text-align: center; }
    .portfolio .portfolio__item {
      margin-bottom: 40px; } }

.about-structure {
  margin: 50px auto;
  position: relative;
  text-align: center; }
  .about-structure img {
    width: 100%; }
  .about-structure__item {
    width: 21%;
    height: 24%;
    position: absolute;
    font-size: 18px; }
    @media (max-width: 1024px) {
      .about-structure__item {
        font-size: 15px; } }
    @media (max-width: 768px) {
      .about-structure__item {
        font-size: 11px; } }
    @media (max-width: 650px) {
      .about-structure__item {
        font-size: 9px; } }
    @media (max-width: 540px) {
      .about-structure__item {
        font-size: 6px; } }
    .about-structure__item h4 {
      padding: 10px;
      margin: 0;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 50%;
      transform: translate(0, 50%);
      color: #fff;
      font-size: 0.95em;
      line-height: 1.25; }
    .about-structure__item--1-1 {
      top: 0%;
      left: 40%; }
    .about-structure__item--2-1 {
      top: 45%;
      left: 0%; }
    .about-structure__item--2-2 {
      top: 45%;
      right: 0%; }
    .about-structure__item--3-1 {
      top: 75%;
      left: 16%; }
    .about-structure__item--3-2 {
      top: 75%;
      right: 16.5%; }
  .about-structure__addon {
    width: 100%;
    position: absolute;
    bottom: -35%;
    font-weight: bold;
    font-size: 1em; }

.about-quote-slider.owl-carousel .owl-nav {
  opacity: 0;
  transition: 0.25s; }
  .about-quote-slider.owl-carousel .owl-nav button.owl-next {
    background-image: url("./assets/img/owl-next-black.svg"); }
  .about-quote-slider.owl-carousel .owl-nav button.owl-prev {
    background-image: url("./assets/img/owl-prev-black.svg"); }

.about-quote-slider.owl-carousel:hover .owl-nav {
  opacity: 1; }

.about-quote {
  margin-top: 40px;
  text-align: left; }
  .about-quote__image {
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
    border-radius: 50%; }
  .about-quote__text {
    padding-top: 20px;
    margin-left: 180px; }
  .about-quote q {
    font-size: 1.12em; }
  .about-quote h4 {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .about-quote {
      text-align: center; }
      .about-quote__image {
        margin: 0 auto;
        float: none; }
      .about-quote__text {
        margin-left: 0; } }
.about-partners {
  text-align: left; }
  .about-partners__title {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px; }
  .about-partners__companies {
    font-size: 0;
    text-align: center; }
  .about-partners__company {
    font-size: 1rem;
    display: inline-block;
    width: 25%;
    padding: 3% 5%;
    vertical-align: middle;
    text-align: center; }
    .about-partners__company img {
      max-height: 120px; }
  @media (max-width: 991px) {
    .about-partners__company {
      width: 50%; } }
.about-hubs {
  margin-top: 0;
  background: #4d4d4d; }
  .about-hubs h2 {
    color: #fff; }
  .about-hubs .owl-item img {
    width: auto;
    margin: 0 auto; }

.owl-carousel {
  margin: 0 auto;
  max-width: 1050px; }
  .owl-carousel .owl-nav button.owl-next {
    right: -75px;
    background: url("./assets/img/owl-next.svg") center center no-repeat; }
  .owl-carousel .owl-nav button.owl-prev {
    left: -75px;
    background: url("./assets/img/owl-prev.svg") center center no-repeat; }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-size: contain; }

.video-container {
  padding-bottom: 56.25%; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.governance .section--banner {
  background-image: url("./assets/img/governance-bg.jpg"); }

.governance .section h2 {
  margin-bottom: 1em;
  font-size: 30px; }

.grants .section--banner {
  background-image: url("./assets/img/grants-bg.jpg"); }

.grants .section h2 {
  margin-bottom: 1em;
  font-size: 20px; }

.select-proc .owl-carousel .owl-dots {
  margin-top: 50px;
  float: right; }

.select-proc .owl-carousel button.owl-dot {
  display: inline-block;
  margin-left: 7px;
  width: 10px;
  height: 10px;
  background: #bfbfbf; }
  .select-proc .owl-carousel button.owl-dot.active {
    background: #f50207; }

@media (max-width: 991px) {
  .select-proc {
    margin-bottom: 40px; } }

.faq {
  margin-bottom: 60px; }
  .faq__item {
    margin-top: 35px; }

.namic-hubs .section--banner {
  background-image: url("./assets/img/technology-bg.jpg"); }

.namic-hubs .section h2 {
  margin-bottom: 1em;
  font-size: 20px; }

.namic-hubs .panel {
  margin-bottom: 40px; }

.namic-hubs .footer {
  margin-top: 40px; }

.technology-hubs {
  margin: 40px 0; }
  .technology-hubs__item {
    padding: 0 10%;
    font-size: 0; }
  .technology-hubs__image {
    width: 20%;
    display: inline-block;
    vertical-align: middle; }
    .technology-hubs__image img {
      height: 70px; }
  .technology-hubs__text {
    max-height: 70px;
    width: 75%;
    margin-left: 5%;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5; }
  @media (max-width: 1024px) {
    .technology-hubs__item {
      padding: 0; } }
  @media (max-width: 991px) {
    .technology-hubs {
      margin-bottom: 0; }
      .technology-hubs__item {
        padding: 0 10%;
        margin-bottom: 40px; }
      .technology-hubs__text {
        width: 70%;
        margin-left: 10%;
        max-height: none; } }
.technology-cta {
  text-align: center;
  margin: 70px 0; }
  .technology-cta a {
    padding: 20px 30px;
    width: 100%;
    max-width: 500px;
    border-radius: 50px;
    text-align: center;
    line-height: 1.25;
    font-size: 0; }
    .technology-cta a img {
      height: 50px;
      width: 20%;
      display: inline-block;
      vertical-align: middle; }
    .technology-cta a span {
      margin-left: 2%;
      width: 78%;
      display: inline-block;
      vertical-align: middle;
      font-size: 24px;
      text-align: left; }
  @media (max-width: 991px) {
    .technology-cta {
      margin-top: 40px;
      margin-bottom: 0; }
      .technology-cta a {
        margin-bottom: 40px;
        max-width: 300px; }
        .technology-cta a span {
          margin-left: 5%;
          width: 75%;
          font-size: 16px; } }
.namic-hub-logos {
  margin: 20px 0; }
  .namic-hub-logos .hub-logo {
    width: auto;
    height: 80px;
    margin: 20px; }
    .namic-hub-logos .hub-logo img {
      width: auto;
      height: 80px; }

.partners .section--banner {
  background-image: url("./assets/img/partners-bg.jpg"); }

.partners .section {
  margin-top: 0; }
  .partners .section h2 {
    margin-bottom: 1em;
    font-size: 20px; }

.partners .footer {
  margin-top: 60px; }

.b-partnership__item {
  padding: 40px 0;
  border-bottom: 1px solid #ccc; }

.our-partners h2 {
  margin: 2em 0; }

.partners-header {
  font-size: 20px; }

.mou-partnership {
  margin-top: 30px; }
  .mou-partnership .mou-intro {
    margin: 0 0 20px 0; }
  .mou-partnership .mou-partner {
    height: 520px; }
    .mou-partnership .mou-partner .mou-image {
      margin-bottom: -3px; }
    .mou-partnership .mou-partner .mou-content {
      padding: 15px;
      height: 290px;
      background-color: #ebebeb;
      font-size: 15px; }
      .mou-partnership .mou-partner .mou-content .mou-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px; }
      .mou-partnership .mou-partner .mou-content .mou-date {
        font-style: italic;
        margin-bottom: 8px; }

.standards-and-reports .section--banner {
  background-image: url("./assets/img/standards-bg.jpg"); }

.standards-and-reports .section h2 {
  margin-bottom: 1em;
  font-size: 20px; }

.standards {
  margin-bottom: 60px; }

.single-event p, .single-event li {
  line-height: 1.5; }

.single-event .section + .section {
  margin-top: 120px; }
  @media (max-width: 991px) {
    .single-event .section + .section {
      margin-top: 80px; } }
.post-type-archive-events .section--banner, body.single-events .section--banner {
  background-image: url("./assets/img/events-bg.jpg"); }

.post-type-archive-events .section h2, body.single-events .section h2 {
  margin-bottom: 1em;
  font-size: 28px;
  border-bottom: 1px solid black;
  padding-bottom: 8px;
  color: #f50207; }
  .post-type-archive-events .section h2::before, body.single-events .section h2::before {
    display: none; }

body.single-events header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999; }

body.single-events section.banner {
  margin-top: 47px; }
  @media (min-width: 1201px) {
    body.single-events section.banner {
      margin-top: 143px; } }
@media (max-width: 1200) {
  body.single-events .navbar__links--event {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important; } }

body.single-events .event-content-nav {
  padding: 19px 0; }
  @media (max-width: 1200px) {
    body.single-events .event-content-nav {
      display: none; } }
  body.single-events .event-content-nav a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    margin-right: 15px; }

body.single-events .scrolltotop {
  background-image: url("./assets/img/icon-scrolltotop.svg");
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 18px;
  right: 16px;
  cursor: pointer;
  background-repeat: no-repeat; }

body.single-events .cta-buttons {
  position: fixed;
  bottom: 42px;
  left: 30px;
  z-index: 999; }
  body.single-events .cta-buttons a.register {
    background-color: #f50207;
    border-radius: 50px;
    padding: 10px 15px 10px 48px;
    color: white;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    background-image: url("./assets/img/icon-register.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px;
    font-size: 19px;
    margin-right: 20px;
    transition-duration: 1s;
    -webkit-box-shadow: 1px 6px 11px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 6px 11px 0px rgba(0, 0, 0, 0.32);
    width: fit-content; }
    @media (max-width: 680px) {
      body.single-events .cta-buttons a.register {
        display: block;
        margin: 15px 0; } }
    body.single-events .cta-buttons a.register:hover {
      transition-duration: 1s;
      background-color: #da5454; }
  body.single-events .cta-buttons a.calendar {
    background-color: black;
    border-radius: 50px;
    padding: 10px 18px 10px 48px;
    color: white;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    background-image: url("./assets/img/icon-savethedate.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px;
    font-size: 19px;
    transition-duration: 1s;
    -webkit-box-shadow: 1px 6px 11px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 6px 11px 0px rgba(0, 0, 0, 0.32);
    width: fit-content; }
    @media (max-width: 680px) {
      body.single-events .cta-buttons a.calendar {
        display: block; } }
    body.single-events .cta-buttons a.calendar:hover {
      transition-duration: 1s;
      background-color: #4d4d4d; }

.event-nav {
  margin-bottom: 40px; }
  .event-nav div {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-right: 10px;
    padding: 8px 0; }
    @media (min-width: 767px) {
      .event-nav div {
        display: inline-block;
        padding: 0 10px 0 0; } }
  .event-nav .nav-upcoming, .event-nav .nav-past {
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; }
    .event-nav .nav-upcoming:hover, .event-nav .nav-past:hover {
      color: #f50207; }
  .event-nav .active {
    color: #f50207; }

.event-list-item {
  margin-bottom: 30px;
  background-color: #ebebeb;
  height: 500px; }
  .event-list-item .event-list-content {
    padding: 15px; }
  .event-list-item .event-list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
  .event-list-item .event-list-date {
    margin: 8px 0;
    font-style: italic; }

@media (max-width: 991px) {
  .short-event-text {
    margin-top: 30px; } }

ul.event-gallery li {
  display: inline-block; }
  ul.event-gallery li:before {
    display: none; }

.sched-meta-value {
  display: none; }

.countdown {
  background-color: #3d3d3d;
  color: white;
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%; }
  @media (max-width: 600px) {
    .countdown {
      font-size: 15px; } }
  .countdown .date-counter > div {
    display: inline-block;
    margin: 0 6px; }
  .countdown .date-counter .bold {
    font-weight: 800;
    font-size: 150%; }
  @media (max-width: 767px) {
    .countdown .date-counter .header {
      display: block; } }
.partners .section--banner {
  background-image: url("./assets/img/partners-bg.jpg"); }

.partners .section {
  margin-top: 0; }
  .partners .section h2 {
    margin-bottom: 1em;
    font-size: 20px; }

.partners .footer {
  margin-top: 60px; }

.b-partnership__item {
  padding: 40px 0;
  border-bottom: 1px solid #ccc; }

.our-partners h2 {
  margin: 2em 0; }

.partners-header {
  font-size: 20px; }

.mou-partnership {
  margin-top: 30px; }
  .mou-partnership .mou-intro {
    margin: 0 0 20px 0; }
  .mou-partnership .mou-partner {
    height: 520px; }
    .mou-partnership .mou-partner .mou-image {
      margin-bottom: -3px; }
    .mou-partnership .mou-partner .mou-content {
      padding: 15px;
      height: 290px;
      background-color: #ebebeb;
      font-size: 15px; }
      .mou-partnership .mou-partner .mou-content .mou-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px; }
      .mou-partnership .mou-partner .mou-content .mou-date {
        font-style: italic;
        margin-bottom: 8px; }

.page-template-contact-us .section--banner {
  background-image: url("./assets/img/contact-bg.jpg"); }

.page-template-contact-us .section h2 {
  margin-bottom: 1em;
  font-size: 20px; }

.address {
  line-height: 200%; }

.gmap1 {
  margin-top: 20px; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

body.post-type-archive-project-highlights .section--banner, body.single-project-highlights .section--banner {
  background-image: url("./assets/img/success-bg.jpg"); }

body.post-type-archive-project-highlights .section h2, body.single-project-highlights .section h2 {
  margin-bottom: 1em;
  font-size: 20px; }

.success-article-listing {
  background-color: #ebebeb;
  margin-bottom: 30px; }
  .success-article-listing .article-header {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px; }
  .success-article-listing .article-content {
    padding: 15px; }
  .success-article-listing a .article-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.success-article .article-header {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px; }

.article-content {
  margin-bottom: 20px;
  height: 220px; }
  .article-content .collaborator {
    display: inline-block;
    width: 200px;
    margin: 20px 20px 0 0;
    vertical-align: middle; }
    .article-content .collaborator img {
      max-height: 60px; }
    @media (max-width: 600px) {
      .article-content .collaborator {
        text-align: center;
        width: 100%;
        margin: 40px auto; }
        .article-content .collaborator img {
          max-height: 60px;
          max-width: 180px; } }
  .article-content .gallery .gallery_image {
    display: inline-block;
    margin: 0 20px 20px 0; }

.news-banner {
  background-image: url("./assets/img/news-bg.jpg"); }

.news {
  padding: 0 30px; }
  .news h2 {
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 30px; }
  .news .news-filters {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-right: 30px; }
    @media (max-width: 900px) {
      .news .news-filters {
        display: block;
        width: 100%; }
        .news .news-filters .searchandfilter ul {
          margin-bottom: 20px; }
          .news .news-filters .searchandfilter ul li li {
            display: inline-block;
            padding-right: 30px; } }
    .news .news-filters .filters h4 {
      font-size: 24px; }
  .news .news-container {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-right: 50px; }
    @media (max-width: 900px) {
      .news .news-container {
        display: block;
        width: 100%;
        padding-right: 0; } }
    .news .news-container .grid-layout {
      display: grid;
      grid-template-columns: 33% 33% 33%;
      grid-gap: 20px; }
      @media (max-width: 1000px) {
        .news .news-container .grid-layout {
          grid-template-columns: 50% 50%; } }
      @media (max-width: 900px) {
        .news .news-container .grid-layout {
          grid-template-columns: 100%; } }
      .news .news-container .grid-layout .news-article-listing a img {
        width: 100%; }
      .news .news-container .grid-layout .news-article-listing .article-image {
        margin-bottom: -3px; }
      .news .news-container .grid-layout .news-article-listing .article-content {
        padding: 15px;
        background-color: #ebebeb;
        height: 260px; }
        .news .news-container .grid-layout .news-article-listing .article-content .article-title {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 5px; }
        .news .news-container .grid-layout .news-article-listing .article-content .article-date {
          margin: 8px 0;
          font-style: italic; }
  .news .news-article .article-image {
    display: block;
    clear: both;
    padding: 20px 0; }
  .news .news-article .article-header {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 3px; }
  .news .news-article .article-date {
    font-style: italic;
    padding-bottom: 10px; }
  .news .news-article .article-content {
    height: auto; }
  .news .filters h4 {
    color: red;
    font-size: 16px; }
  .news .filters ul::before {
    display: none; }
  .news .filters ul li::before {
    display: none; }

.technology .section--banner {
  background-image: url("./assets/img/resources-bg.jpg"); }

.technology .section h2 {
  margin: 20px 0 20px 0;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.resource {
  text-align: center;
  margin: 20px 0;
  height: 180px; }
  .resource a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700; }
  .resource .icon {
    max-width: 80px;
    margin: 0 auto 10px auto; }
  .resource .icon-lg {
    max-width: 130px;
    width: auto;
    margin: 0 auto 10px auto;
    height: 100px; }
    .resource .icon-lg img {
      height: 100px;
      width: auto; }
  .resource .source {
    font-weight: 300;
    font-style: italic; }
  .resource .text {
    min-height: 60px;
    margin-top: 10px; }

.resource:hover a {
  color: #f50207; }

.resource-nav {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px; }

.post-type-archive-career .section--banner, .single-career .section--banner {
  background-image: url("./assets/img/career-bg.jpg"); }

.post-type-archive-career .section h2, .single-career .section h2 {
  margin-bottom: 1em;
  font-size: 20px; }

.post-type-archive-career .popup, .single-career .popup {
  position: absolute;
  top: 54%; }

.job {
  margin: 0 0 30px 0;
  cursor: pointer; }
  .job .job-icon {
    max-width: 80px;
    margin: 0 auto; }
  .job .job-title {
    font-weight: 700;
    text-align: center; }
  .job a {
    text-decoration: none;
    color: black; }
    .job a:hover {
      color: #f50207; }
  .job .company {
    text-align: center;
    margin-top: 8px; }

@media (max-width: 640px) {
  .career #lightcase-content p, .career #lightcase-content li, .career #lightcase-content h3, .career #lightcase-content h2, .career #lightcase-content b {
    color: white; } }

.search .section h2 {
  margin: 20px 0 20px 0;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.search-results li {
  margin: 0 0 20px 0; }
  .search-results li a {
    text-decoration: none;
    color: black; }
  .search-results li a:hover {
    color: #f50207; }

.pagination {
  margin: 30px 0 0 0; }

.technology-offerings .section--banner {
  background-image: url("./assets/img/tech-offers-bg.jpg"); }

.technology-offerings .section {
  margin: 0 0 45px 0; }
  .technology-offerings .section h2 {
    margin: 20px 0 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

#technology-offerings {
  padding: 0 0 20px 0; }

.tech-offer {
  text-align: left;
  margin: 0 0 10px 0;
  min-height: 50px; }
  .tech-offer a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700; }
    .tech-offer a:hover {
      color: red; }
  .tech-offer .icon {
    max-width: 40px;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .tech-offer .text {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }

.videos .section--banner {
  background-image: url("./assets/img/videos-bg.jpg"); }

.videos .section {
  margin: 0 0 45px 0; }
  .videos .section h2 {
    margin: 20px 0 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

.video-wrapper .video {
  width: 33.3%;
  display: inline-grid;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0 15px; }
  @media (max-width: 1120px) {
    .video-wrapper .video {
      width: 50%;
      margin: 0 auto 30px auto; } }
  @media (max-width: 760px) {
    .video-wrapper .video {
      width: 90%;
      display: block;
      margin: 0 auto 30px auto; } }
  .video-wrapper .video iframe {
    width: auto !important;
    height: auto !important; }
  .video-wrapper .video .title {
    margin-top: 8px;
    line-height: 23px; }

.industry-reports .section--banner {
  background-image: url("./assets/img/industry-reports-bg.jpg"); }

.industry-reports .section {
  margin: 0 0 45px 0; }
  .industry-reports .section h2 {
    margin: 20px 0 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

#industry-reports {
  padding: 0 0 20px 0; }

.industry-report {
  text-align: left;
  margin: 0 0 10px 0;
  min-height: 50px; }
  .industry-report a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700; }
    .industry-report a:hover {
      color: red; }
  .industry-report .icon {
    max-width: 40px;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .industry-report .text {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }

body.namic-am-directory .section--banner {
  background-image: url("./assets/img/am-directory-bg.jpg");
  height: 300px; }
  body.namic-am-directory .section--banner .container {
    height: 300px; }

.login-box {
  background-color: #f50207;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 30px;
  position: absolute;
  top: 86px;
  right: 15px;
  color: white;
  font-weight: 600;
  padding: 2px;
  z-index: 99; }
  @media (max-width: 1200px) {
    .login-box {
      border-radius: 8px;
      position: absolute;
      width: max-content;
      margin: 0 auto;
      left: auto;
      right: auto;
      top: 18px;
      left: 18px;
      padding: 5px; } }
  .login-box .login {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 0 0 25px;
    background-image: url("./src/images/icon-login.png.");
    background-repeat: no-repeat;
    background-position: 4px 2px;
    background-size: 16px 14px; }
    .login-box .login:hover {
      color: black; }
  .login-box .seperator {
    display: inline-block;
    vertical-align: middle; }
  .login-box .register {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 10px 0 25px;
    background-image: url("./src/images/icon-register.png.");
    background-repeat: no-repeat;
    background-position: 4px 2px;
    background-size: 16px 14px; }
    .login-box .register:hover {
      color: black; }

.signout-box {
  position: absolute;
  background-color: #444;
  right: 15px;
  padding: 7px 12px;
  z-index: 999;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 800; }
  .signout-box a {
    text-decoration: none;
    color: white; }
    .signout-box a:hover {
      color: #f50207; }

#search-results-masthead.section--banner {
  background-image: url("./assets/img/am-directory-bg.jpg");
  height: 300px; }
  #search-results-masthead.section--banner .container {
    height: 300px; }

main.am-directory h3 {
  text-align: center;
  font-size: 180%;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid black; }

main.am-directory #highlights-slider {
  margin-top: 15px;
  float: none;
  max-width: 1000px;
  width: 90%; }
  main.am-directory #highlights-slider .slide .logo {
    height: auto; }
    @media (max-width: 992px) {
      main.am-directory #highlights-slider .slide .logo {
        max-width: 300px;
        text-align: center;
        margin: 0 auto 20px auto; } }
  main.am-directory #highlights-slider .slide a {
    color: black;
    text-decoration: none; }
  main.am-directory #highlights-slider .owl-nav button span {
    font-size: 400%;
    color: grey; }
  main.am-directory #highlights-slider .owl-dots {
    text-align: center;
    margin: 15px 0; }
  main.am-directory #highlights-slider button.owl-dot {
    width: 12px !important;
    height: 4px !important;
    background-color: lightgray;
    border-radius: 30px;
    margin: 0 3px; }
  main.am-directory #highlights-slider button.owl-dot.active {
    background-color: red; }

main.am-directory #logo-slider {
  margin-top: 30px;
  float: none;
  max-width: 1000px;
  width: 90%; }
  main.am-directory #logo-slider .owl-stage {
    display: flex;
    align-items: center; }
  main.am-directory #logo-slider .logo {
    max-height: 100px;
    display: inline-flex;
    width: auto;
    margin: 0 20px;
    height: auto;
    max-width: max-content; }
    main.am-directory #logo-slider .logo img {
      width: auto;
      height: auto;
      max-height: 100px; }
  main.am-directory #logo-slider .owl-nav button span {
    font-size: 400%;
    color: grey; }
  main.am-directory #logo-slider .owl-item {
    text-align: center; }

main.am-directory .search {
  margin-top: 20px; }
  main.am-directory .search form ul {
    text-align: center; }
    main.am-directory .search form ul li {
      padding: 0; }
      main.am-directory .search form ul li label {
        width: 100%; }
      main.am-directory .search form ul li input.sf-input-text {
        border-radius: 30px;
        padding: 15px;
        border: 1px solid grey;
        width: 100%; }
      main.am-directory .search form ul li::before {
        display: none; }
    main.am-directory .search form ul li.sf-field-submit {
      display: inline-block;
      margin: 10px 4px 0 0; }
      main.am-directory .search form ul li.sf-field-submit input[type="submit"] {
        padding: 8px 20px;
        text-transform: uppercase;
        font-weight: 800;
        border-radius: 20px;
        cursor: pointer; }
      main.am-directory .search form ul li.sf-field-submit input[value="Search"] {
        background-color: #f50207;
        color: white; }
      main.am-directory .search form ul li.sf-field-submit input[value="Full Listing"] {
        background-color: black;
        color: white; }

main.am-directory .ad-enquiry {
  text-align: center;
  font-weight: 800;
  font-size: 130%;
  text-transform: uppercase;
  margin-top: 30px; }

main.am-directory .sponsors {
  border-bottom: 1px solid black;
  padding-bottom: 15px; }

main.am-directory-results .section h1 {
  margin-bottom: 1em;
  font-size: 30px; }

main.am-directory-results .section .screen-reader-text {
  display: none; }

main.am-directory-results .section #left-bar .search-widget ul li:before {
  content: none; }

main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] {
  font-size: 90%; }
  main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] input.sf-input-checkbox {
    display: inline-block;
    vertical-align: top;
    width: 5%;
    margin-top: 5px; }
  main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] label.sf-label-checkbox {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 93%; }
  main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] li[data-sf-field-name="search"] label {
    width: 100%; }
  main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] li[data-sf-field-name="search"] input[name="_sf_search[]"] {
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%; }
  main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] input[name="_sf_submit"] {
    max-width: 200px;
    padding: 6px 20px;
    background-color: #1a1a1a;
    border-radius: 30px;
    color: white;
    font-size: 150%;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.4s; }
    main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] input[name="_sf_submit"]:hover {
      background-color: #f50207;
      transition-duration: 0.4s; }
  @media (min-width: 992px) {
    main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] li.sf-field-taxonomy-business_nature ul {
      max-height: 150px;
      overflow-y: scroll; } }
  @media (min-width: 992px) {
    main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] li.sf-field-taxonomy-industry_sector ul {
      max-height: 150px;
      overflow-y: scroll; } }
  main.am-directory-results .section #left-bar .search-widget .searchandfilter[data-sf-form-id="4204"] li.sf-field-submit {
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0; }

main.am-directory-results .section #left-bar .adspace {
  text-align: center;
  max-width: 250px;
  max-height: 380px;
  width: auto;
  height: 100%;
  margin: 35px 0; }
  @media (max-width: 767px) {
    main.am-directory-results .section #left-bar .adspace {
      text-align: center;
      margin: 35px auto; } }
@media (max-width: 992px) {
  main.am-directory-results .section #left-bar .download-brochure {
    text-align: center;
    margin: 0 0 40px 0; } }

main.am-directory-results .section #left-bar .download-brochure .icon {
  display: inline-block;
  width: 60px;
  vertical-align: middle; }
  main.am-directory-results .section #left-bar .download-brochure .icon img {
    max-width: 60px;
    height: auto;
    width: auto; }

main.am-directory-results .section #left-bar .download-brochure .text {
  display: inline-block;
  font-size: 138%;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 800;
  width: 185px;
  padding-left: 10px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    main.am-directory-results .section #left-bar .download-brochure .text {
      text-align: left; } }
main.am-directory-results .section #left-bar .download-brochure a {
  color: black;
  text-decoration: none; }

@media (max-width: 767px) {
  main.am-directory-results .section #search-results .pagination {
    text-align: center; } }

main.am-directory-results .section #search-results .result-count {
  margin: 10px 0 30px 0;
  font-size: 120%;
  font-weight: 800; }

main.am-directory-results .section #search-results .cta {
  background-color: #f50207;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px; }
  main.am-directory-results .section #search-results .cta div {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline; }

main.am-directory-results .section #search-results .listing {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid grey;
  line-height: 150%; }
  main.am-directory-results .section #search-results .listing a {
    text-decoration: none;
    color: black; }
    main.am-directory-results .section #search-results .listing a:hover {
      color: red; }
  main.am-directory-results .section #search-results .listing .left {
    display: inline-block;
    vertical-align: middle;
    width: 25%; }
    @media (max-width: 767px) {
      main.am-directory-results .section #search-results .listing .left {
        width: 100%;
        padding: 0 10%;
        margin: 20px 0;
        text-align: center; } }
    main.am-directory-results .section #search-results .listing .left img {
      width: 100%;
      height: auto;
      padding: 0 20px 0 0; }
      @media (max-width: 767px) {
        main.am-directory-results .section #search-results .listing .left img {
          max-height: 120px;
          width: auto;
          max-width: 100%; } }
  main.am-directory-results .section #search-results .listing .right {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
    padding-left: 30px; }
    @media (max-width: 767px) {
      main.am-directory-results .section #search-results .listing .right {
        width: 100%;
        padding: 0;
        text-align: center; } }
    main.am-directory-results .section #search-results .listing .right .listing-hdr {
      font-size: 120%;
      font-weight: bold; }

main.am-directory-results .section .ad-enquiry {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    main.am-directory-results .section .ad-enquiry {
      text-align: center;
      margin-top: 30px; } }
main.listing-profile .meta-info {
  line-height: 150%;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    main.listing-profile .meta-info {
      padding-right: 3%; } }
  main.listing-profile .meta-info .logo {
    height: auto;
    width: auto;
    text-align: center;
    margin-bottom: 20px; }
    main.listing-profile .meta-info .logo img {
      width: 100%;
      height: auto;
      max-width: 280px; }
  main.listing-profile .meta-info .taxonomies ul li {
    margin-top: 0; }
  main.listing-profile .meta-info .unique {
    margin-top: 18px; }
  main.listing-profile .meta-info .contact-info {
    margin-top: 20px;
    word-break: break-all; }
  main.listing-profile .meta-info h4 {
    text-decoration: underline;
    font-size: 120%; }

main.listing-profile .profile-info h3 {
  color: black;
  font-size: 120%;
  margin-top: 0; }

main.listing-profile .profile-info .gallery {
  padding-bottom: 50px; }
  main.listing-profile .profile-info .gallery li {
    padding: 10px 10px 0 0; }
    main.listing-profile .profile-info .gallery li::before {
      content: none; }

.newsletters .section--banner {
  background-image: url("./assets/img/newsletters-bg.jpg"); }

.newsletters .section {
  margin: 0 0 45px 0; }
  .newsletters .section h2 {
    margin: 20px 0 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

#newsletters {
  padding: 0 0 20px 0; }

.newsletter {
  text-align: left;
  margin: 0 0 10px 0;
  min-height: 50px; }
  .newsletter a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700; }
    .newsletter a:hover {
      color: red; }
  .newsletter .icon {
    max-width: 40px;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .newsletter .text {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }

.post-type-archive-whitepaper .section--banner {
  background-image: url("./assets/img/whitepapers-bg.jpg"); }

.post-type-archive-whitepaper .section {
  margin: 0 0 45px 0; }
  .post-type-archive-whitepaper .section h2 {
    margin: 20px 0 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

.search-widget .user-box {
  background-color: darkgray;
  border-radius: 20px;
  padding: 16px;
  color: white;
  margin-bottom: 12px; }
  .search-widget .user-box h3 {
    margin: 0 0 20px 0;
    color: white; }
  .search-widget .user-box .logout {
    text-align: center;
    padding: 10px 0; }
    .search-widget .user-box .logout mark.pc_logout_btn {
      border-radius: 30px !important; }

.search-widget form label {
  width: 100%; }

.search-widget form input[name="_sf_search[]"] {
  border-radius: 30px;
  padding: 8px 15px;
  border: 1px solid grey;
  width: 100%; }

.search-widget form input[type="submit"] {
  -webkit-appearance: button;
  border-radius: 30px;
  padding: 7px 12px;
  background-color: grey;
  color: white;
  border: none;
  cursor: pointer; }
  .search-widget form input[type="submit"]:hover {
    background-color: red; }

.search-widget form ul li:before {
  display: none; }

.search-widget form li.sf-field-search {
  background-color: #eee;
  padding: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  .search-widget form li.sf-field-search h4 {
    text-transform: uppercase;
    color: grey; }

.search-widget form li.sf-field-submit {
  text-align: right;
  background-color: #eee;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 16px 20px 0;
  margin-top: -8px; }

#whitepapers .pagination {
  margin: 0; }

#whitepapers .whitepaper {
  text-align: left;
  margin: 0 0 10px 0;
  min-height: 50px; }
  #whitepapers .whitepaper a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700; }
    #whitepapers .whitepaper a:hover {
      color: red; }
  #whitepapers .whitepaper .icon {
    max-width: 40px;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  #whitepapers .whitepaper .text {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    width: 80%; }

.cursor {
  cursor: pointer; }

#project-highlights-wrapper .section--banner {
  background-image: url("./assets/img/success-bg.jpg"); }

#project-highlights-wrapper .section h2 {
  margin-bottom: 1em;
  font-size: 26px;
  line-height: 26px;
  background-color: #f50207;
  color: white;
  padding: 15px;
  font-weight: 600; }
  #project-highlights-wrapper .section h2:before {
    display: none; }

#project-highlights-wrapper .highlight-article {
  background-color: #ebebeb;
  margin-bottom: 30px; }
  #project-highlights-wrapper .highlight-article .article-header {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px; }
  #project-highlights-wrapper .highlight-article .article-content {
    padding: 15px; }
  #project-highlights-wrapper .highlight-article a .article-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

#project-highlights-wrapper ul li:before {
  display: none; }

.single-project-highlights .row {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .single-project-highlights .feature_img {
    text-align: center;
    padding-bottom: 20px; } }

.single-project-highlights .feature_img .caption {
  text-align: justify;
  margin-top: 5px; }
  @media (max-width: 991px) {
    .single-project-highlights .feature_img .caption {
      text-align: center; } }
.single-project-highlights .problem_statement, .single-project-highlights .objective {
  text-align: justify; }
  @media (min-width: 992px) {
    .single-project-highlights .problem_statement, .single-project-highlights .objective {
      padding-right: 45px; } }
@media (max-width: 502px) {
  .single-project-highlights .gallery {
    text-align: center; } }

.single-project-highlights .gallery .gallery_image {
  display: inline-block;
  margin: 0 20px 20px 0; }

@media (max-width: 502px) {
  .single-project-highlights .collaborator {
    text-align: center; } }

.single-project-highlights .collaborator .company {
  display: inline-block;
  vertical-align: middle;
  margin: 17px 35px 35px 16px;
  max-width: 220px;
  max-height: 80px; }
  .single-project-highlights .collaborator .company h3 {
    margin-top: 0; }
  .single-project-highlights .collaborator .company img {
    max-height: 80px;
    max-width: 220px; }

.single-project-highlights .contacts {
  background-color: #f50207;
  color: white;
  text-align: left;
  padding: 15px;
  margin-top: 1em; }
  .single-project-highlights .contacts h3 {
    color: white;
    margin-top: 0; }
  .single-project-highlights .contacts a {
    color: white; }
  .single-project-highlights .contacts p {
    margin-bottom: 5px; }

body.covid19-resource .section--banner {
  background-image: url("./assets/img/c19-bg.jpg"); }
  body.covid19-resource .section--banner .container {
    height: 300px; }
    body.covid19-resource .section--banner .container .herotext {
      position: absolute;
      bottom: 30px;
      text-transform: uppercase; }
      body.covid19-resource .section--banner .container .herotext .herotext1 {
        color: black;
        font-weight: 800;
        font-size: 220%;
        line-height: 100%;
        margin-bottom: 8px; }
      body.covid19-resource .section--banner .container .herotext .herotext2 {
        color: #f50207;
        font-weight: 800;
        font-size: 180%;
        line-height: 100%;
        margin-top: 10px; }

body.covid19-resource main.c19r {
  padding: 0 0 50px 0; }
  body.covid19-resource main.c19r h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 150%; }
  body.covid19-resource main.c19r .intro {
    margin: 15px 0; }
  body.covid19-resource main.c19r .links {
    text-align: center;
    padding-bottom: 40px; }
    body.covid19-resource main.c19r .links .cta {
      display: inline-block;
      margin: 20px;
      vertical-align: middle;
      background-color: #1379cc;
      padding: 20px;
      border-radius: 50px;
      text-align: left;
      transition-duration: 0.5s; }
      @media (max-width: 480px) {
        body.covid19-resource main.c19r .links .cta {
          text-align: center; } }
      body.covid19-resource main.c19r .links .cta .icon {
        display: inline-block;
        vertical-align: middle;
        width: 40px; }
        @media (max-width: 480px) {
          body.covid19-resource main.c19r .links .cta .icon {
            display: none; } }
        body.covid19-resource main.c19r .links .cta .icon i {
          font-size: 200%; }
      body.covid19-resource main.c19r .links .cta .text {
        font-size: 110%;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle; }
      body.covid19-resource main.c19r .links .cta:hover {
        transform: scale(1.03);
        transition-duration: 0.5s; }
    body.covid19-resource main.c19r .links a {
      color: white;
      text-decoration: none; }
    body.covid19-resource main.c19r .links .cta .text {
      width: 265px; }
    body.covid19-resource main.c19r .links .red {
      background-color: #f50207; }
  body.covid19-resource main.c19r .parts {
    text-align: center;
    margin: 0 0 50px 0; }
    body.covid19-resource main.c19r .parts .part {
      text-align: center;
      margin: 20px 20px 0 20px;
      display: inline-block;
      width: 156px;
      vertical-align: top; }
      body.covid19-resource main.c19r .parts .part .part-info {
        text-align: center; }
        body.covid19-resource main.c19r .parts .part .part-info .image img {
          object-fit: cover;
          border-radius: 50%;
          background-color: #cacaca; }
        body.covid19-resource main.c19r .parts .part .part-info .name {
          margin-top: 10px;
          font-weight: 600;
          font-size: 110%; }
        body.covid19-resource main.c19r .parts .part .part-info .description {
          display: none; }
        body.covid19-resource main.c19r .parts .part .part-info a {
          color: black;
          text-decoration: none; }
          body.covid19-resource main.c19r .parts .part .part-info a:hover {
            color: #f50207; }
  body.covid19-resource main.c19r .partners {
    text-align: center; }
    body.covid19-resource main.c19r .partners h4 {
      text-align: left; }
    body.covid19-resource main.c19r .partners .category-header {
      font-size: 130%;
      margin: 40px 0 30px 0; }
    body.covid19-resource main.c19r .partners .partner {
      display: inline-block;
      width: 180px;
      max-height: 100px;
      vertical-align: middle;
      margin: 20px; }
    body.covid19-resource main.c19r .partners img {
      max-height: 100px;
      width: auto; }

body.covid19-resource-map .section {
  margin: 0; }

body.covid19-resource-map .section--banner {
  background-image: url("./assets/img/c19-bg.jpg"); }
  body.covid19-resource-map .section--banner .container {
    height: 300px; }
    body.covid19-resource-map .section--banner .container .herotext {
      position: absolute;
      bottom: 30px;
      text-transform: uppercase; }
      body.covid19-resource-map .section--banner .container .herotext .herotext1 {
        color: black;
        font-weight: 800;
        font-size: 220%; }
      body.covid19-resource-map .section--banner .container .herotext .herotext2 {
        color: #f50207;
        font-weight: 800;
        font-size: 160%;
        line-height: 100%;
        margin-top: 10px; }

body.covid19-resource-map .resource-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  body.covid19-resource-map .resource-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

body.covid19-resource-form .section {
  margin: 0; }

body.covid19-resource-form .section--banner {
  background-image: url("./assets/img/c19-bg.jpg"); }
  body.covid19-resource-form .section--banner .container {
    height: 300px;
    margin-bottom: 40px; }
    body.covid19-resource-form .section--banner .container .herotext {
      position: absolute;
      bottom: 30px;
      text-transform: uppercase; }
      body.covid19-resource-form .section--banner .container .herotext .herotext1 {
        color: black;
        font-weight: 800;
        font-size: 220%; }
      body.covid19-resource-form .section--banner .container .herotext .herotext2 {
        color: #f50207;
        font-weight: 800;
        font-size: 160%;
        line-height: 100%;
        margin-top: 10px; }

body.covid19-resource-form h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 150%;
  margin-bottom: 15px; }

body.covid19-resource-form .form {
  margin-top: 30px; }

body.covid19-resource-guidelines-from-hsa .section {
  margin: 0; }

body.covid19-resource-guidelines-from-hsa .section--banner {
  background-image: url("./assets/img/c19-bg.jpg"); }
  body.covid19-resource-guidelines-from-hsa .section--banner .container {
    height: 300px;
    margin-bottom: 40px; }
    body.covid19-resource-guidelines-from-hsa .section--banner .container .herotext {
      position: absolute;
      bottom: 30px;
      text-transform: uppercase; }
      body.covid19-resource-guidelines-from-hsa .section--banner .container .herotext .herotext1 {
        color: black;
        font-weight: 800;
        font-size: 220%; }
      body.covid19-resource-guidelines-from-hsa .section--banner .container .herotext .herotext2 {
        color: #f50207;
        font-weight: 800;
        font-size: 160%;
        line-height: 100%;
        margin-top: 10px; }

body.covid19-resource-guidelines-from-hsa .container {
  padding-bottom: 40px; }

body.covid19-tuv-sud-checklist .section {
  margin: 0; }

body.covid19-tuv-sud-checklist .section--banner {
  background-image: url("./assets/img/c19-bg.jpg"); }
  body.covid19-tuv-sud-checklist .section--banner .container {
    height: 300px;
    margin-bottom: 40px; }
    body.covid19-tuv-sud-checklist .section--banner .container .herotext {
      position: absolute;
      bottom: 30px;
      text-transform: uppercase; }
      body.covid19-tuv-sud-checklist .section--banner .container .herotext .herotext1 {
        color: black;
        font-weight: 800;
        font-size: 220%; }
      body.covid19-tuv-sud-checklist .section--banner .container .herotext .herotext2 {
        color: #f50207;
        font-weight: 800;
        font-size: 160%;
        line-height: 100%;
        margin-top: 10px; }

body.covid19-tuv-sud-checklist .container {
  padding-bottom: 40px; }

.tuv-sud-industrial-am-quality-program .section--banner {
  background-image: url("./assets/img/tuv-sud-industrial-am-quality-program-bg.jpg"); }

.tuv-sud-industrial-am-quality-program .section h2 {
  margin: 20px 0 20px 0;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.insights-banner {
  background-image: url("./assets/img/blog-bg.jpg"); }

.namic-insights-listing .insight-article {
  background-color: #ebebeb;
  margin-bottom: 30px; }
  .namic-insights-listing .insight-article .article-header {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px; }
  .namic-insights-listing .insight-article .article-content {
    padding: 15px; }
  .namic-insights-listing .insight-article a .article-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.namic-insights-listing ul li:before {
  display: none; }

.namic-insight .article h2 {
  margin-bottom: 15px; }

.namic-insight .article .article-date {
  margin-bottom: 20px; }

.namic-insight .article .article-image {
  margin-bottom: 20px; }

.namic-insight .article .article-content {
  height: auto; }

.privacy-policy .section, .terms-and-conditions .section {
  margin: 0 0 45px 0; }
  .privacy-policy .section h2, .terms-and-conditions .section h2 {
    margin: 20px 0 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

.privacy-policy .section--banner {
  background-image: url("./assets/img/privacy-bg.jpg"); }

.terms-and-conditions .section--banner {
  background-image: url("./assets/img/tnc-bg.jpg"); }

body.namic-esg-open-grant-call section {
  margin-bottom: 20px; }
  body.namic-esg-open-grant-call section.section--banner {
    background-image: url("./assets/img/namic-esg-bg.jpg"); }
  body.namic-esg-open-grant-call section.section h2 {
    line-height: 80%; }
  body.namic-esg-open-grant-call section.section h3 {
    font-size: 120%;
    line-height: 115%;
    margin-top: 30px; }

body.namic-esg-open-grant-call main {
  padding: 0 25px 50px 25px; }
