@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
body {
  max-width: 100vw;
  min-height: 100vh;
  margin: 0;
  background-color: #fefefe;
  color: #58595b;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  line-height: 1.75;
  color: #818181;
  text-align: center;
  overflow-x: hidden;
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 11px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 1099px) {
  body {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
}

hr {
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.13);
}

.links-text, .header-wrapper .user-credential, .header-wrapper .menu-links .menu-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.banner-header-text, .page-banner .banner-text .banner-heading, .banner-image .banner-text .banner-heading {
  font-family: 'Playfair Display', serif !important;
  font-weight: 400 !important;
}

.banner-subheader-text, .button, .home-about .home-about-card-button, .products .product-div, .page-banner .banner-text .banner-subtext, .banner-image .banner-text .banner-subtext, .page-banner .banner-text .banner-bottom .button, .page-banner .banner-text .banner-bottom .home-about .home-about-card-button, .home-about .page-banner .banner-text .banner-bottom .home-about-card-button, .page-banner .banner-text .banner-bottom .products .product-div, .products .page-banner .banner-text .banner-bottom .product-div, .banner-image .banner-text .banner-bottom .button, .banner-image .banner-text .banner-bottom .home-about .home-about-card-button, .home-about .banner-image .banner-text .banner-bottom .home-about-card-button, .banner-image .banner-text .banner-bottom .products .product-div, .products .banner-image .banner-text .banner-bottom .product-div, .more-trends, .page-buttons .page-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.paragraph-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #818181;
}

a, a:active, a:visited, a:focus {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active:hover, a:visited:hover, a:focus:hover {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  line-height: 1.24;
  font-weight: 500;
  color: #626262;
}

p {
  margin-bottom: 0.625em;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, input[type="search"]:focus, select:focus,
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="checkbox"]:hover, input[type="search"]:hover, select:hover,
input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input[type="checkbox"]:active, input[type="search"]:active, select:active,
textarea:focus, textarea:hover, textarea:active {
  background-color: #f4f4f4;
  outline: none;
  border: 1px solid #0785ab;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
  width: 96%;
  padding: 0.3125em 0.625em;
  color: #58595b;
  border: 1px solid #a6a8ab;
  /*
	@include placeholder {
		color: #999999;
		font-style: italic;
	}
	*/
}

input[type="text"] ::placeholder, input[type="email"] ::placeholder, input[type="password"] ::placeholder, input[type="search"] ::placeholder, textarea ::placeholder {
  color: #999999;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

input[type="text"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, input[type="search"] :-ms-input-placeholder, textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-style: italic;
}

input[type="text"] ::-ms-input-placeholder, input[type="email"] ::-ms-input-placeholder, input[type="password"] ::-ms-input-placeholder, input[type="search"] ::-ms-input-placeholder, textarea ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-style: italic;
}

input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  padding: 0.3125em 0.625em;
  color: #58595b;
  border: 1px solid #a6a8ab;
}

select {
  padding: 0.25em;
  font-size: 120%;
  line-height: 2;
  color: #58595b;
  border: 1px solid #a6a8ab;
}

.primary-text-color {
  color: #fd4239;
}

.secondary-text-color {
  color: #0785ab;
}

.info_message, .error_message {
  display: inline-block;
  width: 100%;
  margin: 1.25em auto 1em auto;
  padding: 0.5em;
  text-align: center;
  color: #ffffff;
}

.info_message {
  background-color: #0785ab;
  border: 1px solid #0785ab;
}

.error_message {
  background-color: #fd4239;
  border: 1px solid #fd4239;
}

.button, .home-about .home-about-card-button, .products .product-div {
  padding: 1em 2.27em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid white;
}

.button:hover, .home-about .home-about-card-button:hover, .products .product-div:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .split-banner .overlay-1 .slide-details .slide-title, .split-banner .overlay-2 .slide-details .slide-title, .split-banner .overlay-1 .slide-details .slide-desc, .split-banner .overlay-2 .slide-details .slide-desc {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, .split-banner .overlay-1 .slide-details .infinite.slide-title, .split-banner .overlay-2 .slide-details .infinite.slide-title, .split-banner .overlay-1 .slide-details .infinite.slide-desc, .split-banner .overlay-2 .slide-details .infinite.slide-desc {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge, .split-banner .overlay-1 .slide-details .hinge.slide-title, .split-banner .overlay-2 .slide-details .hinge.slide-title, .split-banner .overlay-1 .slide-details .hinge.slide-desc, .split-banner .overlay-2 .slide-details .hinge.slide-desc {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX, .split-banner .overlay-1 .slide-details .flipOutX.slide-title, .split-banner .overlay-2 .slide-details .flipOutX.slide-title, .split-banner .overlay-1 .slide-details .flipOutX.slide-desc, .split-banner .overlay-2 .slide-details .flipOutX.slide-desc,
.animated.flipOutY,
.split-banner .overlay-1 .slide-details .flipOutY.slide-title,
.split-banner .overlay-2 .slide-details .flipOutY.slide-title,
.split-banner .overlay-1 .slide-details .flipOutY.slide-desc,
.split-banner .overlay-2 .slide-details .flipOutY.slide-desc,
.animated.bounceIn,
.split-banner .overlay-1 .slide-details .bounceIn.slide-title,
.split-banner .overlay-2 .slide-details .bounceIn.slide-title,
.split-banner .overlay-1 .slide-details .bounceIn.slide-desc,
.split-banner .overlay-2 .slide-details .bounceIn.slide-desc,
.animated.bounceOut,
.split-banner .overlay-1 .slide-details .bounceOut.slide-title,
.split-banner .overlay-2 .slide-details .bounceOut.slide-title,
.split-banner .overlay-1 .slide-details .bounceOut.slide-desc,
.split-banner .overlay-2 .slide-details .bounceOut.slide-desc {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes 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: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceInUp, .split-banner .overlay-1 .slide-details .slide-title, .split-banner .overlay-2 .slide-details .slide-title {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.flip, .split-banner .overlay-1 .slide-details .flip.slide-title, .split-banner .overlay-2 .slide-details .flip.slide-title, .split-banner .overlay-1 .slide-details .flip.slide-desc, .split-banner .overlay-2 .slide-details .flip.slide-desc {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomIn, .split-banner .overlay-1 .slide-details .slide-desc, .split-banner .overlay-2 .slide-details .slide-desc {
  -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;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, .icon-slide-left, .icon-slide-right, .icon-right, .icon-dropdown, .icon-search, .home-featured-trends .carousel-wrapper .left-arrow, .home-featured-trends .carousel-wrapper .right-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.icon-slide-left, .fa-pull-left.icon-slide-right, .fa-pull-left.icon-right, .fa-pull-left.icon-dropdown, .fa-pull-left.icon-search, .home-featured-trends .carousel-wrapper .fa-pull-left.left-arrow, .home-featured-trends .carousel-wrapper .fa-pull-left.right-arrow {
  margin-right: .3em;
}

.fa.fa-pull-right, .fa-pull-right.icon-slide-left, .fa-pull-right.icon-slide-right, .fa-pull-right.icon-right, .fa-pull-right.icon-dropdown, .fa-pull-right.icon-search, .home-featured-trends .carousel-wrapper .fa-pull-right.left-arrow, .home-featured-trends .carousel-wrapper .fa-pull-right.right-arrow {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.icon-slide-left, .pull-left.icon-slide-right, .pull-left.icon-right, .pull-left.icon-dropdown, .pull-left.icon-search, .home-featured-trends .carousel-wrapper .pull-left.left-arrow, .home-featured-trends .carousel-wrapper .pull-left.right-arrow {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.icon-slide-left, .pull-right.icon-slide-right, .pull-right.icon-right, .pull-right.icon-dropdown, .pull-right.icon-search, .home-featured-trends .carousel-wrapper .pull-right.left-arrow, .home-featured-trends .carousel-wrapper .pull-right.right-arrow {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before, .icon-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

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

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

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before, .icon-dropdown:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before, .icon-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before, .icon-slide-left:before, .home-featured-trends .carousel-wrapper .left-arrow:before {
  content: "";
}

.fa-angle-right:before, .icon-slide-right:before, .home-featured-trends .carousel-wrapper .right-arrow:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

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

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.header-wrapper {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 0.25em 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  z-index: 99999;
}

.header-wrapper * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (min-width: 981px) {
  .header-wrapper {
    margin: 0;
    padding: 0;
  }
}

.header-wrapper .logo {
  display: inline-block;
  width: 22vw;
  height: auto;
  padding: 0.25em 0.5em;
  text-align: left;
}

@media only screen and (min-width: 981px) {
  .header-wrapper .logo {
    width: 11vw;
    text-align: center;
  }
}

.header-wrapper .logo img {
  position: relative;
  width: 100%;
}

.header-wrapper .user-credential {
  display: inline-block;
  width: 60vw;
  text-align: right;
  text-overflow: ellipsis;
  padding: 0.5em;
  border: 1px solid transparent;
  font-size: 85%;
  text-transform: uppercase;
}

@media only screen and (min-width: 1100px) {
  .header-wrapper .user-credential {
    display: none;
  }
}

.header-wrapper .user-credential:hover {
  color: white;
  text-decoration: none;
}

.header-wrapper .user-credential:hover a {
  text-decoration: none;
}

.header-wrapper .menu-button {
  display: inline-block;
  width: 13vw;
  text-align: center;
  cursor: pointer;
}

@media only screen and (min-width: 1101px) {
  .header-wrapper .menu-button {
    display: none;
  }
}

.header-wrapper .menu-button span {
  padding: 0.3125em;
  font-size: 125%;
  border-width: 0.1em;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0.25em;
}

.header-wrapper .menu-links {
  position: absolute;
  display: none;
  top: 100%;
  left: 0%;
  width: 100%;
  background-color: white;
  font-size: 85%;
  text-transform: uppercase;
}

@media only screen and (min-width: 1101px) {
  .header-wrapper .menu-links {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 49vw;
    background-color: transparent;
  }
  .header-wrapper .menu-links * {
    margin: auto;
    -webkit-align-self: center;
    align-self: center;
  }
}

.header-wrapper .menu-links .menu-link {
  position: relative;
  display: block;
  padding: 0.5em;
  text-align: center;
  border: 1px solid transparent;
}

@media screen and (max-width: 1100px) {
  .header-wrapper .menu-links .menu-link {
    color: black;
    text-align: left;
  }
}

.header-wrapper .menu-links .menu-link .icon-dropdown {
  margin: auto 0.5em;
}

.header-wrapper .menu-links .menu-link:hover {
  border: 1px solid white;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .header-wrapper .menu-links .menu-link:hover {
    background-color: #fefefe;
    color: black;
    border: 1px solid transparent;
  }
}

.header-wrapper .menu-links .menu-link:hover a {
  color: inherit;
  text-decoration: none;
}

.header-wrapper .menu-links .active_menu {
  border: 1px solid white;
}

.header-wrapper .menu-links .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 22vw;
  background-color: white;
  color: black;
  z-index: 9999;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .header-wrapper .menu-links .sub-menu {
    position: relative;
    width: 100%;
  }
}

.header-wrapper .menu-links .sub-menu .submenu-link {
  display: block;
  padding: 0.5em;
  text-align: left;
}

.header-wrapper .menu-links .sub-menu .submenu-link:hover {
  background-color: #f0f0f0;
}

.header-wrapper .login-form {
  display: none;
  font-size: 85%;
}

@media only screen and (min-width: 1101px) {
  .header-wrapper .login-form {
    display: inline-block;
    width: 37vw;
    margin-right: 1.5vw;
    padding-top: 0.25em;
  }
  .header-wrapper .login-form form {
    width: 100%;
    margin-bottom: 0.15625em;
  }
}

@media only screen and (min-width: 1101px) and (min-width: 768px) {
  .header-wrapper .login-form form {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1101px) {
  .header-wrapper .login-form form .form-field {
    display: inline-block;
    width: 39.1%;
    margin-right: 1%;
  }
  .header-wrapper .login-form form button {
    display: inline-block;
    width: 18%;
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
    background-color: #0785ab;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0;
  }
  .header-wrapper .login-form .forgot-password {
    display: block;
    margin-right: 0.5vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 85%;
    text-align: right;
  }
}

@media only screen and (min-width: 1101px) and (min-width: 768px) {
  .header-wrapper .login-form .forgot-password {
    margin: -0.125em auto;
  }
}

@media only screen and (min-width: 1101px) {
  .header-wrapper .login-form .forgot-password a:hover {
    color: #0785ab;
    text-decoration: none;
  }
}

.logged_in_user .user-name {
  margin: auto 0.25em;
  font-size: 100%;
}

.logged_in_user span {
  margin-right: 0.125em;
}

.logged_in_user button {
  display: inline-block;
  padding: 0.3125em 1.25em;
  background-color: #0785ab;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  box-shadow: 0;
}

.scrolled {
  background-color: white;
}

.scrolled .menu-button {
  color: black;
}

.scrolled .menu-button span {
  border: 1px solid black;
}

.scrolled .menu-link {
  color: black;
}

.scrolled .menu-link:hover {
  color: black !important;
  border: 1px solid black !important;
}

@media screen and (max-width: 980px) {
  .scrolled .menu-link:hover {
    border: 0;
    background-color: #fefefe;
  }
}

.scrolled .menu-links > .active_menu {
  border: 1px solid black;
}

.scrolled .forgot-password, .scrolled .forgot-password:hover {
  color: black;
}

.page-banner, .banner-image {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100vw;
  height: 49vh;
  background-color: #0785ab;
  overflow: hidden;
}

.page-banner *, .banner-image * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media screen and (max-width: 980px) and (orientation: portrait) {
  .page-banner, .banner-image {
    width: 100vw;
    height: 60vh;
  }
}

@media screen and (max-width: 980px) and (orientation: landscape) {
  .page-banner, .banner-image {
    width: 100vw;
    height: 85vh;
  }
}

.page-banner img, .banner-image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-banner .banner, .banner-image .banner {
  position: relative;
  display: block;
}

.page-banner .banner-text, .banner-image .banner-text {
  position: absolute;
  display: inline-block;
  top: 13vh;
  left: 15vw;
  width: 70vw;
  height: 29vh;
  z-index: 9;
}

@media screen and (max-width: 980px) and (orientation: portrait) {
  .page-banner .banner-text, .banner-image .banner-text {
    width: 90%;
    height: 40vh;
    top: 11vh;
    left: 5%;
  }
}

@media screen and (max-width: 980px) and (orientation: landscape) {
  .page-banner .banner-text, .banner-image .banner-text {
    width: 80vw;
    height: 60vh;
    top: 15vh;
    left: 10vw;
  }
}

.page-banner .banner-text .banner-subtext, .banner-image .banner-text .banner-subtext {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

.page-banner .banner-text .banner-heading, .banner-image .banner-text .banner-heading {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  font-size: 440%;
  line-height: 1.12;
  color: white;
}

.page-banner .banner-text .banner-bottom, .banner-image .banner-text .banner-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0;
  text-align: center;
}

.page-banner .banner-text .banner-bottom *, .banner-image .banner-text .banner-bottom * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

.page-banner .banner-text .banner-bottom .banner-buttons, .banner-image .banner-text .banner-bottom .banner-buttons {
  font-size: 85%;
}

.page-banner .banner-text .banner-bottom .button, .page-banner .banner-text .banner-bottom .home-about .home-about-card-button, .home-about .page-banner .banner-text .banner-bottom .home-about-card-button, .page-banner .banner-text .banner-bottom .products .product-div, .products .page-banner .banner-text .banner-bottom .product-div, .banner-image .banner-text .banner-bottom .button, .banner-image .banner-text .banner-bottom .home-about .home-about-card-button, .home-about .banner-image .banner-text .banner-bottom .home-about-card-button, .banner-image .banner-text .banner-bottom .products .product-div, .products .banner-image .banner-text .banner-bottom .product-div {
  margin: auto 1.66em;
  padding: 1em 2.27em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid white;
}

.page-banner .banner-text .banner-bottom .button:hover, .page-banner .banner-text .banner-bottom .home-about .home-about-card-button:hover, .home-about .page-banner .banner-text .banner-bottom .home-about-card-button:hover, .page-banner .banner-text .banner-bottom .products .product-div:hover, .products .page-banner .banner-text .banner-bottom .product-div:hover, .banner-image .banner-text .banner-bottom .button:hover, .banner-image .banner-text .banner-bottom .home-about .home-about-card-button:hover, .home-about .banner-image .banner-text .banner-bottom .home-about-card-button:hover, .banner-image .banner-text .banner-bottom .products .product-div:hover, .products .banner-image .banner-text .banner-bottom .product-div:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.page-banner .banner-text .banner-bottom .filled, .banner-image .banner-text .banner-bottom .filled {
  background-color: white;
  color: black;
}

.page-banner .banner-text .banner-bottom .filled:hover, .banner-image .banner-text .banner-bottom .filled:hover {
  background-color: transparent;
  color: white;
}

.page-banner .icon-slide-left, .page-banner .icon-slide-right, .banner-image .icon-slide-left, .banner-image .icon-slide-right {
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 6vw;
  height: 6vw;
  margin-top: -3vw;
  font-size: 220%;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  z-index: 9999;
}

.page-banner .icon-slide-left, .banner-image .icon-slide-left {
  left: 0;
}

.page-banner .icon-slide-right, .banner-image .icon-slide-right {
  right: 0;
}

.page-container, footer {
  width: 100vw;
}

@media screen and (max-width: 480px) {
  .page-container, footer {
    padding: 2.9vh 1.5vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 840px) {
  .page-container, footer {
    padding: 2.9vh 3.1vw;
  }
}

@media screen and (min-width: 841px) and (max-width: 1280px) {
  .page-container, footer {
    padding: 3.3vw 4vw;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .page-container, footer {
    padding: 3.3vh 7vw;
  }
}

@media screen and (min-width: 1601px) {
  .page-container, footer {
    padding: 3.3vh 11vw;
  }
}

.home-about .separator, .home-featured-trends .separator, .about .section-description .seperator, .services .section-description .seperator, .services .seperator, .seperator-1, .seperator-2 {
  position: relative;
  display: block;
  height: 1px;
  margin: 1.25em auto;
  background-color: rgba(0, 0, 0, 0.13);
}

.home-feature {
  background-color: #f1f2f2;
}

.bg-blue {
  background-color: #0785ab;
}

.home-about {
  position: relative;
  display: inline-block;
  padding: 2.27em 0;
  background-color: #0785ab;
}

.home-about .home-about-card {
  display: inline-block;
  width: 31%;
  padding: 1em;
  text-align: left;
  color: white;
  vertical-align: top;
}

@media only screen and (max-width: 800px) {
  .home-about .home-about-card {
    width: 100%;
    margin: 1em auto;
  }
}

.home-about .home-about-card-title {
  margin-bottom: 1em;
  font-size: 150%;
  color: white;
}

.home-about .separator {
  background-color: rgba(255, 255, 255, 0.65);
  width: 31% !important;
  margin: 1.25em 0;
}

@media only screen and (max-width: 800px) {
  .home-about .separator {
    width: 100%;
  }
}

.home-about .home-about-card-content {
  width: 100%;
  height: 11em;
  margin-bottom: 2em;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 800px) {
  .home-about .home-about-card-content {
    height: auto;
  }
}

.home-about .home-about-card-button {
  margin: 1.25em 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid white;
}

.home-about .home-about-card-button:hover {
  background-color: white;
  text-decoration: none;
}

.home-featured-trends {
  margin: 3.32em 0;
}

.home-featured-trends .section-title {
  font-size: 150%;
  text-transform: uppercase;
}

.home-featured-trends .separator {
  width: 22% !important;
  margin: 1.25em auto;
}

@media only screen and (max-width: 800px) {
  .home-featured-trends .separator {
    width: 100%;
  }
}

.home-featured-trends .carousel-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 801px) {
  .home-featured-trends .carousel-wrapper {
    height: 26.5em;
  }
}

.home-featured-trends .carousel-wrapper .left-arrow, .home-featured-trends .carousel-wrapper .right-arrow {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 2em;
  height: 3em;
  top: 50%;
  margin-top: -1.5em;
  background-repeat: no-repeat;
  font-size: 220%;
  z-index: 9999;
  cursor: pointer;
}

.home-featured-trends .carousel-wrapper .left-arrow *, .home-featured-trends .carousel-wrapper .right-arrow * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media screen and (max-width: 800px) {
  .home-featured-trends .carousel-wrapper .left-arrow, .home-featured-trends .carousel-wrapper .right-arrow {
    display: none;
  }
}

.home-featured-trends .carousel-wrapper .left-arrow {
  left: 0em;
}

.home-featured-trends .carousel-wrapper .right-arrow {
  right: -0.5em;
}

.home-featured-trends .carousel-wrapper .image-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: 26.5em;
  min-width: 101%;
}

@media screen and (max-width: 800px) {
  .home-featured-trends .carousel-wrapper .image-container {
    position: relative;
    display: inline-block;
    min-width: auto;
    height: auto;
  }
}

.home-featured-trends .featured-trend-card {
  display: inline-block;
  width: 31%;
  height: 22em;
  margin: 2em auto;
  padding: 1em 0;
  text-align: left;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
  .home-featured-trends .featured-trend-card {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  .home-featured-trends .featured-trend-card {
    display: inline-block;
    width: 44%;
  }
}

.home-featured-trends .featured-trend-card:hover {
  text-decoration: none;
}

.home-featured-trends .featured-trend-card .featured-trend-card-title {
  margin-bottom: 1em;
  font-size: 150%;
  text-align: left;
}

.home-featured-trends .featured-trend-card .trend-category {
  margin-bottom: 0.5em;
  color: #000000;
  text-transform: uppercase;
}

.home-featured-trends .featured-trend-card .trend-image {
  display: inline-block;
  width: 85%;
  height: auto;
  max-height: 31vh;
  margin: auto;
  margin-bottom: 0.625em;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  .home-featured-trends .featured-trend-card .trend-image {
    display: block;
    width: auto;
    max-width: 85%;
    height: 40vh;
    max-height: 40vh;
  }
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
  .home-featured-trends .featured-trend-card .trend-image {
    display: block;
    width: 85%;
    height: 31vh;
    max-height: 31vh;
    margin-bottom: 0;
  }
}

.home-featured-trends .featured-trend-card .trend-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100% !important;
}

.home-featured-trends .featured-trend-card .featured-trend-title {
  margin-bottom: 1em;
  text-align: center;
}

.more-trends {
  margin: 1.66em;
  padding: 1em 2.27em;
  background-color: #0785ab;
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid white;
}

.more-trends:hover {
  background-color: white;
  color: #0785ab !important;
  text-decoration: none;
  border: 1px solid #0785ab;
}

.about, .services {
  position: relative;
}

.about .section-image, .services .section-image {
  position: relative;
  display: inline-block;
  width: 29%;
  margin-right: 4%;
  padding-top: 1.25em;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .about .section-image, .services .section-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3vh;
    text-align: center;
    display: none;
  }
}

.about .section-image img, .services .section-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .about .section-image img, .services .section-image img {
    width: auto;
    max-width: 96%;
    height: auto;
  }
}

.about .section-description, .services .section-description {
  position: relative;
  display: inline-block;
  width: 66%;
  padding: 0 1em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about .section-description, .services .section-description {
    width: 100%;
    margin-bottom: 1.25em;
  }
}

.about .section-description .section-title, .services .section-description .section-title {
  margin-bottom: 1.66em;
}

.about .section-description .seperator, .services .section-description .seperator {
  width: 100%;
}

.about .section-description .description, .services .section-description .description {
  padding: 1em 0;
}

.about .section-description .description p, .services .section-description .description p {
  margin-bottom: 1.66em;
}

.services {
  padding: 0 7vw;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .services {
    padding: 0 2vw;
  }
}

.services .section-title {
  margin-bottom: 1.66em;
  text-align: left;
}

.services .seperator {
  width: 100%;
  margin: 2.27em 0;
}

.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 8vh 0;
}

.products * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

.products .product-div {
  position: relative;
  display: inline-block;
  margin: 1.25em auto;
  padding: 2.27em;
  background-color: white;
  color: #939593;
  border: 1px solid #939593;
}

@media screen and (max-width: 800px) {
  .products .product-div {
    width: 85%;
  }
}

.products .product-div:hover {
  background-color: #939593;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .products .product-div::before, .products .product-div::after {
    position: absolute;
    display: block;
    content: "";
    top: 80%;
    width: 40%;
    height: 1.66em;
    background-color: rgba(0, 0, 0, 0.13);
    border-radius: 0.5em;
    z-index: -1;
    transform: rotate(-2.2deg);
  }
  .products .product-div::before {
    left: 4%;
    transform: rotate(-2.2deg);
    -webkit-transform: rotate(-2.2deg);
    -ms-transform: rotate(-2.2deg);
    -moz-transform: rotate(-2.2deg);
  }
  .products .product-div::after {
    right: 4%;
    transform: rotate(2.2deg);
    -webkit-transform: rotate(2.2deg);
    -ms-transform: rotate(2.2deg);
    -moz-transform: rotate(2.2deg);
  }
}

.product-details {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.66em 1vw;
}

@media only screen and (max-width: 790px) {
  .product-details {
    padding: 1.66em 0;
  }
}

.product-details .image-section {
  display: inline-block;
  width: 31%;
  margin-right: 4%;
  vertical-align: top;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .product-details .image-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1.25em;
    display: none;
  }
  .product-details .image-section * {
    margin: auto;
    -webkit-align-self: center;
    align-self: center;
  }
}

.product-details .image-section .slides-container {
  width: 100%;
  height: 33vh;
  overflow: hidden;
}

.product-details .image-section .image-container {
  width: auto;
  height: 32.9vh;
  overflow: hidden;
}

.product-details .image-section .product-image {
  position: relative;
  display: inline-block;
  width: 96%;
  height: 33vh;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .product-details .image-section .product-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
  }
  .product-details .image-section .product-image * {
    margin: auto;
    -webkit-align-self: center;
    align-self: center;
  }
}

.product-details .image-section .product-image img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.product-details .desc-section {
  display: inline-block;
  width: 62%;
  padding: 1vh 1vw;
  text-align: left;
  vertical-align: top;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 790px) {
  .product-details .desc-section {
    width: 100%;
    height: auto;
    margin-bottom: 1.25em;
    padding: 1.66em 1em;
  }
}

.product-details .desc-section .intro {
  margin-bottom: 1.25em;
  font-size: 121%;
  font-weight: 500;
}

.product-details .desc-section .ingredient {
  position: relative;
  margin: 0.5em auto;
}

.product-details .desc-section .ingredient .ingredient-title {
  position: relative;
  font-size: 130%;
  color: #0785ab;
}

.product-details .desc-section .ingredient .ingredient-title .icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  cursor: pointer;
}

.product-details .desc-section .ingredient .ingredient-title a, .product-details .desc-section .ingredient .ingredient-title a:hover {
  text-decoration: none;
}

.product-details .desc-section .ingredient .ingredient-detail {
  display: none;
  padding-left: 2em;
}

.product-details .desc-section .ingredient .ingredient-detail .column {
  display: inline-block;
  width: 49%;
  padding-right: 1%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .product-details .desc-section .ingredient .ingredient-detail .column {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
}

.product-details .desc-section .ingredient .ingredient-detail ul {
  padding-left: 2em;
  list-style-type: disc;
}

.banner-contact {
  min-height: 85vh;
  padding: 2.27em 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .banner-contact {
    padding: 2.27em 1em;
  }
}

.banner-contact .banner-right {
  display: inline-block;
  width: 65%;
  padding: 0 4%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .banner-contact .banner-right {
    width: 100%;
    margin-bottom: 1.25em;
    padding: 0;
  }
}

.banner-contact .banner-left {
  display: inline-block;
  width: 31%;
  padding: 0 2%;
  border-left: 1px solid #a6a8ab;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .banner-contact .banner-left {
    width: 100%;
    padding: 1em 0;
    border-left: 0;
    border-top: 1px solid #a6a8ab;
    margin-bottom: 1.25em;
  }
}

.banner-contact .banner-left .address-div {
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

.banner-contact .banner-left .address-div .address-img {
  position: relative;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.banner-contact .banner-left .address-div .address-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.banner-contact .banner-left .address-div h5 {
  font-size: 150%;
}

.page-buttons {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin: 1em auto;
  font-size: 100%;
}

.page-buttons * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

.page-buttons form {
  position: relative;
  width: 100%;
}

.page-buttons .page-button {
  margin-right: 1em;
  padding: 0.5em 1.25em;
  font-size: 85%;
  color: black;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid black;
}

.page-buttons .page-button:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

.pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #626262;
}

.pagination a {
  display: inline-block;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  background-color: transparent;
  font-size: 100%;
  line-height: 2em;
  color: #939593;
  border: 1px solid #939593;
  border-radius: 1em;
}

.pagination a:hover {
  background-color: #939593;
  color: white;
  text-decoration: none;
}

.pagination .pages {
  display: inline-block;
}

.blog-post, .blog-page, .comment-div {
  position: relative;
  display: block;
  margin-bottom: 1em;
}

.blog-post .section-image, .blog-page .section-image, .comment-div .section-image {
  width: 31%;
  margin-right: 2%;
  padding-top: 0.25em;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .blog-post .section-image, .blog-page .section-image, .comment-div .section-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3vh;
  }
}

.blog-post .section-title, .blog-page .section-title, .comment-div .section-title {
  margin: 0.125em 0 !important;
}

.blog-post .author-details, .blog-page .author-details, .comment-div .author-details {
  font-weight: 700;
  color: #0785ab;
}

.blog-post .section-subtitle, .blog-page .section-subtitle, .comment-div .section-subtitle {
  font-weight: 500;
}

.blog-post .section-category, .blog-page .section-category, .comment-div .section-category {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #0785ab;
}

.banner-left > .about, .banner-left > .services {
  margin: 2.27em 0;
}

.about > .blog-post, .services > .blog-post, .about > .blog-page, .services > .blog-page {
  margin: 1.25em 0;
}

.blog-page .section-image {
  position: relative;
  display: block;
  width: 100%;
  height: 35vh;
  margin: 1.25em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-page .section-videos {
  position: relative;
  display: block;
  width: 100%;
  height: 35vh;
  margin: 1.25em 0;
}

@media screen and (max-width: 800px) and (orientation: portrait) {
  .blog-page .section-videos {
    height: auto;
  }
}

.blog-page .section-videos .video-player-wrapper {
  display: inline-block;
  width: 65%;
  height: 100%;
  margin-right: 2%;
  vertical-align: top;
  overflow: hidden;
}

@media screen and (max-width: 800px) and (orientation: portrait) {
  .blog-page .section-videos .video-player-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.blog-page .section-videos .video-player-wrapper iframe {
  width: 100%;
  height: 35vh !important;
  max-height: 35vh !important;
}

.blog-page .section-videos .video-list {
  display: inline-block;
  width: 31%;
  height: 35vh;
  vertical-align: top;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .blog-page .section-videos .video-list {
    width: 100%;
  }
}

.blog-page .section-videos .video-list .video-thumbnail {
  width: 100%;
  height: 10vh;
  margin-bottom: 1vh;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .blog-page .section-videos .video-list .video-thumbnail {
    display: inline-block;
    width: 33vw;
    height: 10vh;
    margin-right: 1vw;
  }
}

.blog-page .section-description {
  position: relative;
  display: block;
  width: 100%;
  margin: 1.25em 0;
}

.blog-page .author-details {
  display: inline-block;
  width: 100%;
  padding: 1em;
  background-color: #0785ab;
  color: #ffffff;
}

.blog-page .author-details .author-name {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.blog-page .author-details .date {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.blog-page .blog-footer {
  position: relative;
  display: block;
  margin: 0.5em 0;
}

.blog-page .blog-footer .blog-footer-section {
  display: inline-block;
  width: 31%;
  padding: 1%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .blog-page .blog-footer .blog-footer-section {
    width: 100%;
  }
}

.blog-page .blog-footer .blog-footer-section img {
  max-width: 96%;
  height: auto;
}

.blog-page .blog-footer .blog-footer-section .blog-footer-section-title {
  font-weight: 500;
  color: #0785ab;
}

.archives-listings {
  position: relative;
  display: block;
}

.archives-listings a.all, .archives-listings a.archive-month {
  color: #fd4239;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.archives-listings .monthly {
  margin-bottom: 1.66em;
  list-style: none;
}

.archives-listings .monthly li.month {
  padding-left: 1.25em;
}

.archives-listings .monthly li:before {
  content: "-";
  padding-right: 0.625em;
  color: #0785ab;
}

.keywords {
  position: relative;
  display: block;
  margin: 2.5em 0;
}

.keywords .section-title {
  color: #0785ab;
}

.keywords .keywords-listing {
  font-size: 100%;
}

.keywords .keywords-listing .keyword {
  display: inline-block;
  width: 100%;
  margin: 0.25em 0.5em;
  color: #0785ab;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.keywords .keywords-listing .keyword-inline {
  width: auto !important;
  display: inline-block;
  width: 100%;
  margin: 0.25em;
  color: #0785ab;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#request_for_sample_div {
  text-align: center;
  padding: 1.66em 0;
}

.modal {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999999999 !important;
}

.modal-dialog {
  padding: 0.625em;
  background-color: transparent;
  color: #58595b;
  z-index: 999999999;
}

@media only screen and (min-width: 981px) {
  .modal-dialog {
    background-color: transparent;
  }
}

.modal-dialog .modal-content {
  width: auto !important;
  padding: 1em;
}

@media only screen and (max-width: 980px) and (orientation: portrait) {
  .modal-dialog .modal-content {
    width: 100% !important;
  }
}

.modal-dialog .modal-content .close {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  padding: 0.0625em;
  font-size: 130% !important;
  color: #58595b;
  opacity: 1;
}

.modal-dialog .modal-content .title {
  margin-bottom: 0.625em;
  color: #0785ab;
}

@media only screen and (min-width: 981px) {
  .modal-dialog .modal-content {
    width: auto;
    padding: 1.66em;
  }
}

.modal-dialog .modal-content .modal-form-title {
  color: #0785ab;
}

.modal-dialog .modal-content .back-link {
  color: #fd4239;
}

.modal-dialog .modal-content .form-field {
  margin: 1em auto;
}

.modal-dialog .modal-content button {
  margin: 0.3125em;
  padding: 0.3125em 1.25em;
  border: 1px solid transparent;
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.modal-dialog .modal-content .clear-button {
  background-color: #fd4239;
}

.modal-dialog .modal-content .login-button {
  background-color: #0785ab;
}

.modal-dialog .modal-content .submit-button, .modal-dialog .modal-content .submit {
  background-color: #0785ab;
  text-transform: uppercase;
}

.modal-dialog .modal-content .submit-button:hover, .modal-dialog .modal-content .submit:hover {
  background-color: white;
  color: #0785ab;
  border: 1px solid #0785ab;
}

#search-modal .form-wrapper {
  padding: 1.25em 0;
}

#search-modal .form-wrapper .form-field {
  position: relative;
}

#search-modal .form-wrapper #search {
  position: relative;
  width: 100%;
  height: 2em;
  padding: 0 2.5em 0 0.5em;
  line-height: 2em;
  overflow: hidden;
}

@media only screen and (max-width: 980px) and (orientation: portrait) {
  #search-modal .form-wrapper #search {
    width: 100%;
  }
}

#search-modal .form-wrapper button#search-submit {
  position: absolute;
  display: block;
  top: 0px;
  right: 0em;
  bottom: 0px;
  width: 2em;
  height: 2em;
  margin: 0;
  padding: 0;
  background-color: #0785ab;
  border: 1px solid #0785ab;
  text-align: center;
}

#search-modal .search-results {
  position: relative;
  display: block;
  width: 100%;
  max-height: 60vh;
  color: #58595b;
  text-align: left;
  overflow-y: auto;
}

#search-modal .search-results .search-result {
  width: 100%;
  margin: 1em auto;
  padding: 1em 0;
  border-bottom: 1px solid #a6a8ab;
}

#search-modal .search-results .search-result .search-link {
  display: block;
  font-size: 125%;
  color: #0785ab;
}

#search-modal .search-results .search-result .search-link-text {
  display: block;
  height: 4em;
  text-overflow: ellipsis;
  overflow: hidden;
}

#forgot_password-modal .modal-dialog {
  width: 44%;
}

@media screen and (max-width: 980px) {
  #forgot_password-modal .modal-dialog {
    width: auto;
  }
}

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

.seperator-1 {
  background-color: #fd4239;
}

.seperator-2 {
  background-color: #0785ab;
}

.split-banner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100vw;
  height: 44vh;
  overflow: hidden;
}

.split-banner * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (max-width: 768px) {
  .split-banner {
    height: 88vh;
    height: auto;
  }
}

.split-banner .slides-left, .split-banner .slides-right, .split-banner .banner-1, .split-banner .banner-2 {
  position: relative;
  display: inline-block;
  width: 50vw;
  height: 44vh;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .split-banner .slides-left, .split-banner .slides-right, .split-banner .banner-1, .split-banner .banner-2 {
    width: 100vw;
    height: 44vh;
  }
}

.split-banner .slides-left .banner-image, .split-banner .slides-right .banner-image, .split-banner .banner-1 .banner-image, .split-banner .banner-2 .banner-image {
  position: relative;
  width: 49.99vw;
  max-width: 49.99vw;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .split-banner .slides-left .banner-image, .split-banner .slides-right .banner-image, .split-banner .banner-1 .banner-image, .split-banner .banner-2 .banner-image {
    width: 100vw;
    max-width: 100vw;
    height: 44vh;
  }
}

.split-banner .banner-2 {
  margin-left: -0.125em;
}

@media only screen and (max-width: 768px) {
  .split-banner .banner-2 {
    margin-top: -0.25em;
    margin-left: 0;
  }
}

.split-banner .banner-slide {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.split-banner .overlay-1, .split-banner .overlay-2 {
  position: absolute;
  content: "";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 1.25em 2.27em;
  z-index: 9;
}

.split-banner .overlay-1 *, .split-banner .overlay-2 * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

.split-banner .overlay-1 .slide-details, .split-banner .overlay-2 .slide-details {
  position: absolute;
  display: inline-block;
  width: 70%;
  padding: 1em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  text-align: right;
}

@media only screen and (max-width: 980px) {
  .split-banner .overlay-1 .slide-details, .split-banner .overlay-2 .slide-details {
    width: 80%;
  }
}

.split-banner .overlay-1 .slide-details .slide-desc, .split-banner .overlay-2 .slide-details .slide-desc {
  width: 100%;
  height: 13vh;
  overflow: hidden;
  text-overflow: ellipsis;
}

.split-banner .overlay-1 .slide-details .know-more, .split-banner .overlay-2 .slide-details .know-more {
  display: inline-block;
  margin: 1em auto;
  padding: 0.5em 2.27em;
  background-color: rgba(255, 255, 255, 0.25);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 160%;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

@media only screen and (max-width: 980px) {
  .split-banner .overlay-1 .slide-details .know-more, .split-banner .overlay-2 .slide-details .know-more {
    padding: 0.25em 2.27em;
    font-size: 100%;
  }
}

.split-banner .overlay-1 .slide-details .know-more:hover, .split-banner .overlay-2 .slide-details .know-more:hover {
  text-decoration: none;
}

.split-banner .overlay-1 {
  background-color: rgba(0, 0, 0, 0.34);
}

.split-banner .overlay-2 {
  background-color: rgba(0, 0, 0, 0.34);
}

.split-banner .slides-left .slide-details {
  bottom: 1.25em;
  right: 1.25em;
}

.split-banner .slides-right .slide-details {
  top: 1.25em;
  right: 1.25em;
}

.announcement-bar {
  width: 100%;
  margin-bottom: 3.32em;
}

.announcement-bar h1 {
  margin: 0.5em 0;
}

@media only screen and (max-width: 980px) {
  .announcement-bar h1 {
    margin: 1em 0;
  }
}

.banner-home {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: -0.5em;
  padding: 3.32em 9.08em;
  background-color: white;
}

.banner-home * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (max-width: 980px) {
  .banner-home {
    min-height: auto;
    padding: 1em;
  }
}

.banner-home h1 {
  text-transform: capitalize;
}

.banner-home .banner-home-buttons {
  margin: 3.32em auto;
}

@media only screen and (max-width: 980px) {
  .banner-home .banner-home-buttons {
    margin: 1.66em auto;
  }
}

.banner-home .banner-home-buttons .banner-home-button {
  display: inline-block;
  margin: auto 1em;
  padding: 1em 2.27em;
  background-color: rgba(255, 255, 255, 0.25);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 200%;
  font-weight: 500;
  color: #0785ab;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4);
  border: 1px solid #0785ab;
}

@media only screen and (max-width: 980px) {
  .banner-home .banner-home-buttons .banner-home-button {
    margin: auto 0.25em;
    padding: 0.5em 0.76923em;
    font-size: 121%;
  }
}

.banner-home .banner-home-buttons .banner-home-button:hover {
  text-decoration: none;
}

.section-intro, .banner-about {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 3.32em;
  padding: 1.25em 9.08em;
  background-color: #e8e8e9;
  font-size: 124%;
}

.section-intro *, .banner-about * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .section-intro, .banner-about {
    padding: 2.27em;
  }
}

@media only screen and (max-width: 980px) and (orientation: portrait) {
  .section-intro, .banner-about {
    padding: 2.27em 1em;
  }
}

.section-intro .intro-image, .banner-about .intro-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 40%;
}

.section-intro .intro-image *, .banner-about .intro-image * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (min-width: 980px) {
  .section-intro .intro-image, .banner-about .intro-image {
    max-height: 40vh;
  }
}

@media only screen and (max-width: 980px) and (orientation: portrait) {
  .section-intro .intro-image, .banner-about .intro-image {
    width: 100%;
    height: auto;
    max-height: auto;
    margin-bottom: 1.25em;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .section-intro .intro-image, .banner-about .intro-image {
    width: 100%;
    height: auto;
    max-height: auto;
    margin-bottom: 1.25em;
  }
}

.section-intro .intro-image img, .banner-about .intro-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.section-intro .intro-text, .banner-about .intro-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 58%;
  padding-left: 1em;
  font-size: 112%;
  text-align: left;
  overflow-y: auto;
}

.section-intro .intro-text *, .banner-about .intro-text * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (min-width: 980px) {
  .section-intro .intro-text, .banner-about .intro-text {
    max-height: 40vh;
    font-size: 160%;
    font-weight: 300;
  }
}

@media only screen and (max-width: 980px) and (orientation: portrait) {
  .section-intro .intro-text, .banner-about .intro-text {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .section-intro .intro-text, .banner-about .intro-text {
    width: 100%;
    margin-bottom: 1.25em;
  }
}

@media only screen and (min-width: 981px) {
  .home-section .section-heading {
    margin-bottom: 1em;
  }
}

.in-view {
  opacity: 1;
}

.card-listing {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 3.32em;
  padding: 0 1em;
}

.card-listing * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .card-listing {
    padding: 2.27em;
  }
}

@media only screen and (max-width: 980px) and (orientation: portrait) {
  .card-listing {
    padding: 2.27em 1em;
  }
}

.card-listing .card {
  position: relative;
  width: 16vw;
  height: 16vw;
  box-shadow: 0 0 0.5em rgba(166, 168, 171, 0.25);
  overflow: hidden;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .card-listing .card {
    width: 85vw;
    height: 85vw;
    margin-bottom: 2.27em;
  }
}

.card-listing .card a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.card-listing .card a * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

.card-listing .card:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.34);
}

.card-listing .card-image {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .card-listing .card-image {
    width: 100%;
    height: 100%;
  }
}

.card-listing .card-title {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-transform: capitalize;
  z-index: 9;
}

.card-listing .card-title * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

.card-listing .card-title span {
  padding: 1em;
  font-size: 250%;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  .card-listing .card-title span {
    font-size: 130%;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) and (orientation: portrait) {
  .card-listing .card-title span {
    font-size: 220%;
  }
}

#services-cards li:hover {
  background-color: rgba(0, 0, 0, 0.52);
  transform: scale(1.12, 1.12);
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -moz-transform: scale(1.12, 1.12);
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #services-cards li:hover {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
  }
}

#services-cards .card-title {
  color: #ffffff;
}

#products-cards li:hover {
  background-color: rgba(0, 0, 0, 0.52);
  transform: scale(1.12, 1.12);
  -webkit-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -moz-transform: scale(1.12, 1.12);
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #products-cards li:hover {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
  }
}

#products-cards .card-title {
  color: #ffffff;
}

.title-links {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  padding: 1em 0;
  line-height: 1;
  background-color: #f1f2f2;
}

.title-links * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  .title-links {
    padding: 0.5em 0;
  }
}

.title-links a, .title-links a:hover {
  text-decoration: none;
}

.title-links .left-links, .title-links .right-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 38vw;
  font-size: 160%;
}

.title-links .left-links *, .title-links .right-links * {
  margin: auto;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .title-links .left-links, .title-links .right-links {
    font-size: 130%;
  }
}

@media only screen and (max-width: 767px) {
  .title-links .left-links, .title-links .right-links {
    font-size: 100%;
  }
  .title-links .left-links a, .title-links .right-links a {
    max-width: 16vw;
    margin: auto 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.title-links .central-link {
  position: relative;
  width: 22vw;
}

.title-links .central-link .page-title {
  font-size: 220%;
  color: #fd4239;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .title-links .central-link .page-title {
    font-size: 130%;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .title-links .central-link .page-title {
    font-size: 112%;
  }
}

.bold {
  font-weight: 700;
}

.rotated {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}

.banner-about .form-wrapper {
  width: 100%;
}

.banner-register {
  min-height: 85vh;
  padding: 2.27em 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .banner-register {
    padding: 2.27em 1em;
  }
}

.banner-register .banner-right {
  display: inline-block;
  width: 65vw;
  padding: 0 4vw;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .banner-register .banner-right {
    width: 100%;
    margin-bottom: 1.25em;
    padding: 0;
  }
}

.banner-register .banner-left {
  display: inline-block;
  width: 31vw;
  padding: 0 2vw;
  border-right: 1px solid #a6a8ab;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .banner-register .banner-left {
    width: 100%;
    padding: 1em 0;
    border-right: 0;
    border-bottom: 1px solid #a6a8ab;
    margin-bottom: 1.25em;
  }
}

form#register-form {
  text-align: left;
}

@media only screen and (min-width: 981px) {
  form#register-form {
    padding-left: 1em;
  }
}

form#register-form .fieldset {
  margin-bottom: 1.66em;
}

form#register-form .form-field {
  width: 100%;
  margin: 0.3125em;
  vertical-align: top;
}

form#register-form select {
  display: inline-block;
  width: 10%;
  margin-right: 0.4em;
}

@media only screen and (max-width: 981px) {
  form#register-form select {
    width: 20%;
    display: block;
    margin-bottom: 0.4em;
  }
}

form#register-form input {
  display: inline-block;
  width: 40%;
  margin-right: 0.4em;
}

@media only screen and (max-width: 981px) {
  form#register-form input {
    display: block;
    width: 98%;
    margin-bottom: 0.4em;
    margin-right: 0;
  }
}

form#register-form input[type="checkbox"] {
  width: 2em !important;
  height: 2em !important;
  vertical-align: middle;
  margin-right: 0;
}

@media only screen and (max-width: 981px) {
  form#register-form input[type="checkbox"] {
    display: inline-block;
  }
}

form#register-form .form-field-element {
  position: relative;
  width: 100%;
  margin: 0.3125em;
  padding-left: 0.625em;
}

form#register-form .form-field-element .form-field-category {
  position: relative;
  display: none;
  width: 100%;
  margin: 0.5em;
  padding-left: 1em;
}

form#register-form .form-field-element .form-field-category .form-field-products {
  position: relative;
  display: none;
  width: 100%;
  margin: 0.5em;
  padding-left: 1em;
}

form#register-form .form-field-element .form-field-category .form-field-products .form-field-product {
  display: inline-block;
  margin-right: 1em;
}

form#register-form .fieldset-title {
  font-size: 200%;
  color: #0785ab;
}

form#register-form button {
  margin-right: 1.25em;
  padding: 0.3125em 2.27em;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

form#register-form .clear-button {
  background-color: #a6a8ab;
}

form#register-form .login-button {
  background-color: #0785ab;
}

form#register-form .interest, form#register-form .category {
  display: inline-block;
  cursor: pointer;
}

form#register-form .icon {
  position: absolute;
  display: inline-block;
  top: 0.625em;
  left: -0.625em;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  cursor: pointer;
}

form#contact-form .button, form#contact-form .home-about .home-about-card-button, .home-about form#contact-form .home-about-card-button, form#contact-form .products .product-div, .products form#contact-form .product-div {
  margin: 0.3125em;
  padding: 0.5em 2.27em;
  background: transparent;
  color: black;
  border: 1px solid black;
}

form#contact-form .button:hover, form#contact-form .home-about .home-about-card-button:hover, .home-about form#contact-form .home-about-card-button:hover, form#contact-form .products .product-div:hover, .products form#contact-form .product-div:hover {
  background-color: black;
  color: white;
  border: 1px solid white;
}

form#contact-form label {
  display: inline-block;
  vertical-align: top;
}

form#forgot_password_form {
  width: 100%;
  padding: 1.25em 1em;
}

@media only screen and (min-width: 981px) {
  form#forgot_password_form {
    width: 50vw;
    margin: auto;
    padding: 1.25em 4.54em;
  }
}

form#forgot_password_form button {
  margin: 0.3125em auto;
  padding: 0.3125em 2.27em;
  border: 0;
  border-radius: 0;
  background-color: #fd4239;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.banner-register-confirm {
  padding: 1.66em 1em;
}

.banner-register-confirm .wrapper {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .banner-register-confirm .wrapper {
    width: 50vw;
    margin: 2.27em 25vw;
  }
}

.banner-register-confirm .wrapper .section-heading {
  margin-bottom: 1.25em;
  color: #0785ab;
}

.banner-register-confirm .wrapper .captcha {
  padding: 1.25em 0.625em;
}

.banner-register-confirm .wrapper .confirm-button {
  margin: 0.3125em 0;
  padding: 0.3125em 1.25em;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background-color: #0785ab;
}

.banner-register-confirm .wrapper .return-link {
  display: inline-block;
  margin: 1em 0;
  color: #fd4239;
}

.banner-register-confirm .wrapper .return-link:hover {
  text-decoration: underline;
}

.banner-gray-full {
  position: relative;
  background-color: #e8e8e9;
}

#account-dashboard {
  padding: 1em;
}

#account-dashboard .announcement-subtext {
  font-size: 130%;
  text-align: right;
}

.banner-account {
  position: relative;
  padding: 1vw;
  color: #58595b;
  z-index: 99;
}

@media only screen and (max-width: 981px) {
  .banner-account {
    margin-top: 2.27em;
  }
}

.banner-account #main-tabs {
  position: absolute;
  width: 100%;
  top: -2.951em;
  left: 4.54em;
  background-color: #ffffff;
  z-index: 9999;
}

@media only screen and (max-width: 981px) {
  .banner-account #main-tabs {
    left: 1.25em;
  }
}

.banner-account #main-tabs a {
  height: 3em;
  margin-left: -0.4em;
  padding-left: 2.27em;
  padding-right: 2.27em;
  background-color: #a6a8ab;
  font-size: 100%;
  color: #ffffff;
  border-bottom: 0px;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  vertical-align: bottom;
}

@media only screen and (max-width: 981px) {
  .banner-account #main-tabs a {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.banner-account #main-tabs .active a, .banner-account #main-tabs a:hover, .banner-account #main-tabs .active:hover a {
  height: 3.5em;
  background-color: #0785ab;
  margin-top: -0.5em;
  color: #ffffff;
  border-bottom: 0px;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  z-index: 99;
}

.banner-account #orders .banner-left {
  display: inline-block;
  width: 16vw;
  padding-right: 1vw;
  text-align: left;
  border-right: 1px solid #a6a8ab;
  vertical-align: top;
}

@media only screen and (max-width: 981px) {
  .banner-account #orders .banner-left {
    width: 100%;
    padding-left: 1em;
    border-bottom: 1px solid #a6a8ab;
    border-right: 0;
    overflow-x: auto;
  }
}

.banner-account #orders .banner-right {
  display: inline-block;
  width: 80vw;
  padding-left: 1vw;
  padding-right: 0;
  vertical-align: top;
}

@media only screen and (max-width: 981px) {
  .banner-account #orders .banner-right {
    width: 100%;
    padding: 2.5% 0;
    overflow-x: auto;
  }
}

.banner-account #orders .banner-right table {
  width: auto;
}

.banner-account #orders .banner-right table th {
  font-size: 90%;
}

.banner-account #orders .banner-right table th, .banner-account #orders .banner-right table td {
  padding: 0.4em;
  vertical-align: top;
}

.banner-account #orders .banner-right .instruction {
  margin: 1.25em auto;
  color: #a6a8ab;
}

.banner-account #interests .banner-left {
  display: inline-block;
  width: 31vw;
  padding: 0;
  padding-right: 1vw;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 981px) {
  .banner-account #interests .banner-left {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #a6a8ab;
    border-left: 0;
  }
}

.banner-account #interests .banner-left #sub-tabs {
  border-bottom: 0;
}

.banner-account #interests .banner-left #sub-tabs li {
  width: 100%;
}

.banner-account #interests .banner-left .interest-card {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.625em 0;
  padding: 0.625em;
  background-color: #ffffff;
  border-radius: 0;
  z-index: 99999;
}

@media only screen and (min-width: 981px) {
  .banner-account #interests .banner-left .interest-card {
    width: 100%;
  }
}

.banner-account #interests .banner-left .interest-card .interest-card-title {
  color: #0785ab;
  line-height: 1.5;
}

.banner-account #interests .banner-left .interest-card .badge-number {
  position: absolute;
  top: 0.625em;
  right: 1.25em;
  width: 1.75em;
  height: 1.75em;
  background-color: #0785ab;
  font-size: 90%;
  color: #ffffff;
  line-height: 1.75em;
  text-align: center;
  border-radius: 50%;
}

@media only screen and (min-width: 981px) {
  .banner-account #interests .banner-left .interest-card .badge-number {
    top: 1.25em;
    right: 1.25em;
  }
}

.banner-account #interests .banner-left .interest-card .badge-number::after {
  display: block;
  content: "new!";
  color: #0785ab;
}

.banner-account #interests .banner-left .interest-card:hover {
  background-color: #0785ab;
}

.banner-account #interests .banner-left .interest-card:hover a {
  text-decoration: none;
}

.banner-account #interests .banner-left .interest-card:hover .interest-card-title {
  color: #ffffff;
}

.banner-account #interests .banner-left .interest-card:hover .badge-number {
  background-color: #ffffff;
  color: #0785ab;
}

.banner-account #interests .banner-left .interest-card:hover .badge-number::after {
  color: #ffffff;
}

.banner-account #interests .banner-left .interest-table {
  position: relative;
  display: block;
}

.banner-account #interests .banner-left .interest-table table {
  display: inline-block;
  width: 100%;
}

.banner-account #interests .banner-left .interest-table table .interest-title {
  padding-right: 0.5em;
  color: #0785ab;
}

.banner-account #interests .banner-left .interest-table table th {
  font-size: 90%;
}

.banner-account #interests .banner-left .interest-table table th, .banner-account #interests .banner-left .interest-table table td {
  padding: 0.4em;
  padding-right: 0;
  vertical-align: top;
}

.banner-account #interests .banner-left .interest-table table tbody > tr:hover, .banner-account #interests .banner-left .interest-table table .active, .banner-account #interests .banner-left .interest-table table a:hover {
  background-color: #0785ab;
  color: #ffffff;
}

.banner-account #interests .banner-left .interest-table table tbody > tr:hover .interest-title, .banner-account #interests .banner-left .interest-table table .active .interest-title, .banner-account #interests .banner-left .interest-table table a:hover .interest-title {
  color: #ffffff;
}

.banner-account #interests .banner-right {
  display: inline-block;
  width: 65vw;
  padding-right: 1vw;
  padding-left: 0;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 981px) {
  .banner-account #interests .banner-right {
    width: 100%;
    padding: 2.5% 0;
    overflow-x: auto;
  }
}

.banner-account #interests .banner-right table {
  width: auto;
}

.banner-account #interests .banner-right table th {
  font-size: 90%;
}

.banner-account #interests .banner-right table th, .banner-account #interests .banner-right table td {
  padding: 0.4em;
  vertical-align: top;
}

.banner-account #interests .banner-right .instruction {
  margin: 1.25em auto;
  color: #a6a8ab;
}

.banner-account #interests .banner-right .information, .banner-account #interests .banner-right .information-detail {
  width: 100%;
  height: 34vh;
  margin: 1em auto;
  overflow-y: auto;
}

@media only screen and (max-width: 981px) {
  .banner-account #interests .banner-right .information, .banner-account #interests .banner-right .information-detail {
    height: auto;
  }
}

.banner-account #interests .banner-right .information iframe, .banner-account #interests .banner-right .information-detail iframe {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white !important;
  vertical-align: top;
}

.banner-account #interests .banner-right .information-detail {
  height: 85vh;
}

.banner-account #interests .banner-right form .form-field {
  margin: 0.4em 0;
}

.banner-account #interests .banner-right form .form-field span.fixed-width {
  display: inline-block;
  width: 4em;
}

.banner-account #interests .banner-right form .form-field input[type="checkbox"] {
  margin-right: 1em;
}

.banner-account #interests .banner-right form .form-field input[type="text"], .banner-account #interests .banner-right form .form-field input[type="email"] {
  display: inline-block;
  width: 16em;
  margin: 0.2em 1em;
}

@media only screen and (min-width: 981px) {
  .banner-account #interests .banner-right form .form-field input[type="text"], .banner-account #interests .banner-right form .form-field input[type="email"] {
    width: 30em;
    margin: 0 1em;
  }
}

.banner-account #interests .banner-right form .form-field button {
  margin-top: 0.4em;
  padding: 0.4em 1.25em;
  background-color: #0785ab;
  color: #ffffff;
  border: 0;
  box-shadow: 0;
}

.banner-account #interests .banner-right .back-button {
  display: inline-block;
  margin: 0.5em 0;
  font-weight: bold;
  color: #fd4239;
  cursor: pointer;
  z-index: 99999;
}

.banner-account #interests .banner-right .back-button:hover {
  text-decoration: none;
}

.banner-account #interests .banner-right .back-button span {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url("../images/back-button.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .banner-account #interests .banner-right .back-button span {
    width: 4em;
    height: 4em;
  }
}

footer {
  width: 100vw;
  height: 100%;
  margin: 0;
  background-color: #f1f2f2;
}

footer .address-div {
  position: relative;
  display: inline-block;
  width: 74%;
  margin-top: 1.25em;
  margin-bottom: 1em;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  footer .address-div {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
}

footer .address-div h3 {
  text-align: left;
}

footer .address-div .usa-address, footer .address-div .korea-address {
  display: inline-block;
  padding: 1%;
  width: 47%;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  footer .address-div .usa-address, footer .address-div .korea-address {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

footer .address-div .usa-address .address-img, footer .address-div .korea-address .address-img {
  display: inline-block;
  width: 47%;
  margin: 0.25em;
  vertical-align: top;
}

footer .address-div .usa-address .address-img img, footer .address-div .korea-address .address-img img {
  width: 100%;
  height: auto;
}

footer .address-div .usa-address .address-text, footer .address-div .korea-address .address-text {
  display: inline-block;
  width: 47%;
  padding: 0 1%;
  vertical-align: top;
}

footer .footer-bottom {
  display: inline-block;
  width: 22%;
  margin-top: 1.25em;
  padding: 0 1em;
  text-align: left;
}

@media screen and (max-width: 800px) {
  footer .footer-bottom {
    width: 100%;
  }
}

footer .footer-bottom .footer-links {
  position: relative;
  width: 98%;
  padding-right: 0%;
  font-size: 66%;
  color: #0785ab;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  footer .footer-bottom .footer-links {
    font-size: 85%;
    text-align: right;
  }
}

footer .footer-bottom .footer-links a, footer .footer-bottom .footer-links a:hover {
  width: 100%;
  text-decoration: none;
}

footer .footer-bottom .footer-links a:hover {
  color: #fd4239;
}

footer .footer-bottom .footer-link {
  display: block;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  footer .footer-bottom .footer-link {
    display: inline-block;
    margin-right: 1em;
  }
}

form .form-field {
  margin: 0.65em auto;
  color: #58595b;
}

.confirmation-popup {
  padding: 1.66em 1.25em;
  text-align: left;
}

.confirmation-popup .confirmation-wrapper {
  padding: 1.25em;
}

.confirmation-popup .return-link {
  display: inline-block;
  margin: 1em 0;
  color: #fd4239;
}

.confirmation-popup .return-link:hover {
  text-decoration: underline;
}

.icon-loading {
  background-image: url("../images/loading-small.gif");
  background-attachment: fixed;
  background-position: 0 100%;
  background-size: 100% 100%;
}

/***********************	Extra for development purpose   **********************/
#interest_list_2 .td-interest-industry {
  display: none;
}

#interest_list_2 .banner-left .most-recent {
  display: none;
}

.interest-table .promotion_new {
  color: #0785ab;
}

.interest-table .promotion_old {
  color: #58595b;
}

#interest_list_1 .banner-right .interest-table .promotion_more {
  display: none;
}

#interest_list_2 .banner-left .interest-table .promotion_more {
  display: table-row;
}

#interest_list_2 .banner-left .interest-table .td-load_more {
  display: none;
}

#interest_list_1 .banner-right .interest-table .promotion_note {
  display: none;
}

#interest_list_2 .banner-left .interest-table .promotion_note {
  display: block;
}

#interest_list_2 .back-button-link .back-button {
  display: inline-block;
  margin: 0.5em 0;
  font-weight: bold;
  color: #fd4239;
  cursor: pointer;
  z-index: 99999;
}

#interest_list_2 .back-button-link .back-button:hover {
  text-decoration: none;
}

#interest_list_2 .back-button-link .back-button span {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url("../images/back-button.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  #interest_list_2 .back-button-link .back-button span {
    width: 4em;
    height: 4em;
  }
}

.original_page {
  color: #fd4239;
}

#orders .banner-right .order_Delivered {
  color: #fd4239;
}

#orders .banner-right .order_Shipped {
  color: #0785ab;
}

#orders .banner-right .order_Production,
#orders .banner-right .order_Ordered {
  color: #58595b;
}

.display_color_text_categories {
  margin: 10px;
  color: #fd4239;
}

form#contact-form .clear-button {
  background-color: #a6a8ab;
}

.primary-text-color, .banner-product .product-detail-wrapper .product-detail .product-ingredients .ingredient .controls .green {
  color: #0785ab;
}
