.wrapper, .page-wrap, .off-canvas .navbar-nav, .off-canvas .dropdown {
  *zoom: 1; }
  .wrapper:before, .page-wrap:before, .off-canvas .navbar-nav:before, .off-canvas .dropdown:before, .wrapper:after, .page-wrap:after, .off-canvas .navbar-nav:after, .off-canvas .dropdown:after {
    content: " ";
    display: table; }
  .wrapper:after, .page-wrap:after, .off-canvas .navbar-nav:after, .off-canvas .dropdown:after {
    clear: both; }

/*!
 * 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 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0); }

[data-aos=fade-up] {
  transform: translateY(100px); }

[data-aos=fade-down] {
  transform: translateY(-100px); }

[data-aos=fade-right] {
  transform: translate(-100px); }

[data-aos=fade-left] {
  transform: translate(100px); }

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px); }

[data-aos=fade-up-left] {
  transform: translate(100px, 100px); }

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px); }

[data-aos=fade-down-left] {
  transform: translate(100px, -100px); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0); }

[data-aos=slide-up] {
  transform: translateY(100%); }

[data-aos=slide-down] {
  transform: translateY(-100%); }

[data-aos=slide-right] {
  transform: translateX(-100%); }

[data-aos=slide-left] {
  transform: translateX(100%); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/*# sourceMappingURL=aos.css.map*/
/**
 *
 * Used to generate responsive styles according to the breakpoint we set into the variables file
 *
 */
/**
 *
 * Simpler shortcut to create easily break points
 *
 */
/**
 * Easy functions to create easily pure css arrows anywhere
 */
/**
 *
 * The wall could be used to show an image gallery or any other content in a "google images" user interaction way
 * Here there is all the html needed
 *
 *
 *  <div class="GITheWall">
 *    <ul>
 *      <li data-contenttype="image" data-href="path/to/the/image">
 *        <img src="small/thumb" />
 *      <li>
 *      <li data-contenttype="ajax" data-href="path/to/the/html/to/load">
 *        <img src="small/thumb" />
 *      <li>
 *    </ul>
 *  </div>
 *
 */
.GITheWall ul {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
  width: 100%; }

.GITheWall ul li {
  display: inline-block;
  margin: 10px 5px 28px 5px;
  vertical-align: top;
  width: 200px; }

.GITheWall ul li.GI_TW_Selected_Row {
  -webkit-transition: margin-bottom 0.3s ease-in;
  -moz-transition: margin-bottom 0.3s ease-in;
  -o-transition: margin-bottom 0.3s ease-in;
  transition: margin-bottom 0.3s ease-in; }

.GI_TW_expander {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto 20px;
  z-index: 1;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in; }

.GI_TW_expander.animating {
  overflow: hidden !important; }

.GI_TW_expander.opened {
  overflow: visible; }

.GI_TW_expander .GI_TW_pointer {
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFFFFF;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in; }

.GI_TW_expander .GI_TW_expander-inner {
  width: 80%;
  height: 560px;
  margin: 0 auto;
  overflow: hidden; }

.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden; }

.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
  position: relative; }

.GI_TW_expander .GI_TW_Controls {
  z-index: 1; }

/*
.GI_TW_expander .GI_TW_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
*/
.GI_TW_expander .GI_TW_arrow {
  position: absolute;
  top: 50%;
  cursor: pointer; }

.GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
  display: none; }

.GI_TW_expander .GI_TW_arrow.GI_TW_next {
  right: 30px; }

.GI_TW_expander .GI_TW_arrow.GI_TW_prev {
  left: 30px; }

.GI_TW_expander .GI_TW_loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  -ms-animation: loader 0.5s infinite ease-in-out both;
  -o-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both; }

@-moz-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc; } }

@-webkit-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc; } }

@-o-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc; } }

@-ms-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc; } }

@keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

ul {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

/* body {
  background-image: repeating-linear-gradient(to bottom, transparent 0px, transparent 23px, red 23px, red 24px);
} */
/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

#canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }

.page-wrap {
  width: 100%;
  margin-top: 75px; }
  @media (max-width: 785px) {
    .page-wrap {
      margin-top: 64px; } }

.page {
  width: 100%; }

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

a {
  /*
  @include on-event {
    text-decoration: none;
  }
*/ }
  a:hover {
    color: #189BC8; }

/*
.button {
  width: 100%;
  margin: 42px auto;
  z-index: 2;
  @include respond-to(b-785) {
    margin: 54px auto 34px;
  }

  a {
    display: block;
    width: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 16px 45px;
    color: $white;
    background-color: $light-blue;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: $lato;
    font-size: 0.875rem;
    font-weight: $weight-black;
    letter-spacing: 5px;
    &:hover {
      background-color: $medium-blue;
    }
  }

}
*/
.main-content-area .intro-block {
  width: 100%;
  max-width: 550px;
  margin: 64px 0 40px; }
  .main-content-area .intro-block div {
    max-width: 550px; }
  .main-content-area .intro-block a[href^="mailto"] {
    display: block;
    width: 230px;
    margin: 0;
    box-sizing: border-box;
    padding: 10px 45px;
    color: #FFFFFF;
    background-color: #189BC8;
    transition: background-color 0.5s ease;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.5px; }
    .main-content-area .intro-block a[href^="mailto"]:hover {
      background-color: #005f85; }

.main-content-area p {
  width: 100%;
  margin-bottom: 15px;
  color: #26292C;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6875rem; }

.main-content-area a {
  color: #26292C;
  font-weight: 700; }
  @media (max-width: 420px) {
    .main-content-area a {
      font-weight: 900; } }
  .main-content-area a:hover {
    color: #189BC8;
    transition: color 0.5s ease-in-out; }

.main-content-area img {
  max-width: 100%; }

.main-content-area ul {
  padding-left: 1em;
  text-indent: -1em;
  color: #454647;
  list-style-position: inside;
  list-style-type: disc; }
  .main-content-area ul li {
    color: #454647;
    padding: 3px 0px 3px 16px;
    margin: 0 0 10px;
    line-height: 27px; }

.main-content-area ol {
  padding-left: 1em;
  text-indent: -1em;
  color: #454647;
  list-style-position: inside;
  list-style-type: decimal; }
  .main-content-area ol li {
    color: #454647;
    padding: 3px 0px 3px 16px;
    margin: 0; }

.main-content-area .video .copy p {
  font-family: "Lato", sans-serif; }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .main-content-area {
    width: 100%; } }

.section-title {
  display: none;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 37px;
  color: #005f85;
  border-bottom: #919495 dashed 1px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 900; }
  @media (max-width: 590px) {
    .section-title {
      display: block; } }

.copy-link-wrap {
  display: block;
  color: #444545;
  text-decoration: none;
  cursor: pointer; }
  .copy-link-wrap .copy-link-icon {
    margin-right: 0;
    margin-left: 5px; }
  .copy-link-wrap .copy-link-path {
    fill: #444545;
    transition: fill 0.5s ease-in-out; }
  .copy-link-wrap .copy-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 100px;
    height: 18px;
    margin: 25px 0 10px;
    transition: color 0.5s ease-in-out;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.75rem;
    letter-spacing: 0.5px;
    /*
    .copy-link-title {
      @include respond-to(b-725) {
        display: none;
      }
    }
    */ }
    .copy-link-wrap .copy-link:hover {
      color: #189BC8; }
      .copy-link-wrap .copy-link:hover .copy-link-path {
        fill: #189BC8; }
    @media (max-width: 420px) {
      .copy-link-wrap .copy-link {
        font-weight: 900; } }
  .copy-link-wrap .copy-path {
    min-width: 100px;
    height: 18px;
    margin: 25px 0 10px;
    cursor: text;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.75rem;
    letter-spacing: 0.5px; }
    .copy-link-wrap .copy-path:hover {
      color: #189BC8; }
      .copy-link-wrap .copy-path:hover .copy-link-path {
        fill: #189BC8; }
    @media (max-width: 420px) {
      .copy-link-wrap .copy-path {
        font-weight: 900; } }

@media (max-width: 785px) {
  .social-buttons-wrap {
    width: 100%;
    margin-bottom: 27px;
    border-bottom: 1px dashed #B2B6B7; } }

@media (max-width: 590px) {
  .social-buttons-wrap {
    border-bottom: 0; } }

.social-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 27px 0 27px 0; }
  .social-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #B2B6B7;
    background-color: #FFFFFF;
    transition: background-color 0.5s ease-in-out;
    text-decoration: none; }
    .social-buttons a:nth-of-type(2) {
      border-right: 1px solid #B2B6B7;
      border-left: 0; }
    .social-buttons a:nth-of-type(3) {
      border-right: 0;
      border-left: 0; }
    @media (max-width: 785px) {
      .social-buttons a {
        width: 44px;
        height: 44px; } }
    .social-buttons a .fb-path, .social-buttons a .twitter-path, .social-buttons a .google-path, .social-buttons a .email-path {
      fill: #B2B6B7; }
    .social-buttons a:hover .fb-path, .social-buttons a:hover .twitter-path, .social-buttons a:hover .google-path, .social-buttons a:hover .email-path {
      fill: #FFFFFF; }
  .social-buttons .facebook:hover {
    border: 1px solid #3B5998;
    background-color: #3B5998; }
  .social-buttons .twitter:hover {
    border: 1px solid #4099FF;
    background-color: #4099FF; }
  .social-buttons .google-plus:hover {
    border: 1px solid #DD4B39;
    background-color: #DD4B39; }
  .social-buttons .email:hover {
    border: 1px solid #189BC8;
    background-color: #189BC8; }

.social-buttons-grey-bg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 21px 0 27px 0; }
  .social-buttons-grey-bg a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 2px;
    border: 1px solid #B2B6B7;
    background-color: #B2B6B7;
    transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    text-decoration: none; }
    .social-buttons-grey-bg a:nth-of-type(2) {
      border-left: 0; }
    .social-buttons-grey-bg a:nth-of-type(3) {
      border-right: 0;
      border-left: 0; }
    .social-buttons-grey-bg a:last-of-type {
      margin-right: 0; }
    @media (max-width: 785px) {
      .social-buttons-grey-bg a {
        width: 44px;
        height: 44px; } }
    .social-buttons-grey-bg a .fb-path, .social-buttons-grey-bg a .twitter-path, .social-buttons-grey-bg a .google-path, .social-buttons-grey-bg a .email-path {
      fill: #FFFFFF; }
    .social-buttons-grey-bg a:hover .fb-path, .social-buttons-grey-bg a:hover .twitter-path, .social-buttons-grey-bg a:hover .google-path, .social-buttons-grey-bg a:hover .email-path {
      fill: #FFFFFF; }
  .social-buttons-grey-bg .facebook:hover {
    border: 1px solid #3B5998;
    background-color: #3B5998; }
  .social-buttons-grey-bg .twitter:hover {
    border: 1px solid #4099FF;
    background-color: #4099FF;
    border-left: 0; }
  .social-buttons-grey-bg .google-plus:hover {
    border: 1px solid #DD4B39;
    background-color: #DD4B39;
    border-right: 0;
    border-left: 0; }
  .social-buttons-grey-bg .email:hover {
    border: 1px solid #189BC8;
    background-color: #189BC8; }

.gallery-hero-content .social-buttons-grey-bg {
  justify-content: center; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff slick-image-url("../images/ui/ajax-loader.gif") center center no-repeat; }

.video-content {
  width: 100%;
  max-width: 555px;
  padding: 0 20px 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px dashed #B2B6B7; }
  .video-content .social-buttons {
    margin: 35px 0 12px 0; }

.videos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 42px; }
  @media (max-width: 725px) {
    .videos {
      flex-wrap: wrap; } }
  .videos .video {
    width: 100%; }
    .videos .video .title-section-wrap {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 26px 0 10px; }
      .videos .video .title-section-wrap .title {
        margin-right: auto;
        color: #5E4B3C;
        font-family: "Lato", sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.125rem;
        letter-spacing: 0.5px; }
        @media (max-width: 420px) {
          .videos .video .title-section-wrap .title {
            font-size: 1rem;
            font-weight: 900; } }
    .videos .video .copy {
      color: #26292C;
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      line-height: 27px; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0; }

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.video-containter {
  padding: 0;
  margin: 0 0 -2px 0; }
  .video-containter iframe {
    width: 100%; }

.image-content {
  width: 100%;
  max-width: 555px;
  padding: 0 20px 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px dashed #B2B6B7; }
  .image-content .social-buttons {
    margin: 35px 0 12px 0; }

.images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 42px; }
  @media (max-width: 725px) {
    .images {
      flex-wrap: wrap; } }
  .images .image {
    width: 100%; }

.forest_basics .title {
  color: #005f85; }

.forest_management .title {
  color: #789D4A; }

.educational_programs .title {
  color: #5E4B3C; }

.about_ofri .title {
  color: #85431E; }

a[data-scrollto] {
  cursor: pointer;
  text-decoration: underline;
  transition: color .5s ease-in-out; }
  a[data-scrollto]:hover, a[data-scrollto]:focus {
    color: #189BC8; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400; }

h1 {
  font-family: "Lato", sans-serif;
  font-size: 4.625rem;
  font-weight: 900; }

h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 900; }

h3 {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 900; }

p {
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  font-weight: 400; }

i, em {
  font-style: italic; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 */
.container {
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20; }
  header .top-header-row {
    width: 100%;
    background-color: #FFFFFF;
    z-index: 20; }
    @media (max-width: 785px) {
      header .top-header-row {
        border-bottom: 1px solid #B2B6B7; } }
    header .top-header-row .header-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1000px;
      position: relative;
      margin-right: auto;
      margin-left: auto; }
  header .logo-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    height: 75px; }
    @media (max-width: 785px) {
      header .logo-wrap {
        max-width: 70px;
        height: 64px; } }
    header .logo-wrap a {
      display: block; }
  header .logo {
    width: 189px;
    height: 54px;
    background: url("../images/ui/oregon-forest-research-institute-logo.png");
    background-size: 189px 54px; }
    @media (max-width: 1020px) {
      header .logo {
        margin-left: 20px; } }
    @media (max-width: 785px) {
      header .logo {
        width: 50px;
        height: 54px;
        background: url("../images/ui/oregon-forest-research-institute-logo-small.png");
        background-size: 50px 54px; } }
    header .logo a {
      display: block; }
    header .logo img {
      max-width: 100%;
      min-width: 189px; }
  header .search-wrap {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-right: 0;
    margin-left: auto; }
  header .header-search-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 340px;
    margin: 10px 0 10px;
    border: 1px solid #B2B6B7; }
    @media (max-width: 785px) {
      header .header-search-form {
        margin: 0;
        border: 0; } }
  header .form-type-search {
    width: 100%; }
  header .form-search {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #005f85;
    border: 0;
    text-align: right;
    font-family: "Lato", sans-serif;
    font-weight: 400; }
    header .form-search::placeholder {
      color: #454647; }
    @media (max-width: 785px) {
      header .form-search {
        height: 64px; } }
  header .form-submit {
    width: 55px;
    height: 55px;
    background: url("../images/ui/search-icon.png") no-repeat;
    background-position: center center;
    background-size: 34px 34px;
    background-color: #189BC8;
    transition: background-color 0.5s ease;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-indent: -99999999px; }
    header .form-submit:hover {
      background-color: #005f85; }
    @media (max-width: 785px) {
      header .form-submit {
        width: 64px;
        height: 64px; } }
  header .sub-header-row {
    width: 100%;
    background-color: RGBA(178, 182, 183, 0.85); }
    @media (max-width: 785px) {
      header .sub-header-row {
        display: none; } }
    header .sub-header-row .sub-header-content-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1000px;
      position: relative;
      margin: 0 auto; }
    header .sub-header-row .header-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-grow: 1;
      margin: 0 auto 0; }
    header .sub-header-row .cart-icon {
      width: 0;
      overflow: hidden;
      /*
      .cart-total {
        color: $white;
        text-decoration: none;
      }
*/ }
      header .sub-header-row .cart-icon img {
        max-height: 38px; }
    header .sub-header-row nav {
      width: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    header .sub-header-row ul {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
    header .sub-header-row .nav li span, header .sub-header-row .nav li a, header .sub-header-row .dropdown-toggle {
      display: block;
      box-sizing: border-box;
      padding: 14px 22px 12px;
      color: #FFFFFF;
      transition: background-image 0.5s ease-in-out;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.6875rem;
      line-height: 0.75rem;
      letter-spacing: 2px;
      font-weight: 700;
      cursor: pointer; }
    header .sub-header-row .active:first-child {
      background: url("../images/ui/OFRI_Texture_Blue.jpg"); }
    header .sub-header-row .active:nth-child(2n) {
      background: url("../images/ui/OFRI_Texture_Green.jpg"); }
    header .sub-header-row .active:nth-child(3n) {
      background: url("../images/ui/OFRI_Texture_Brown.jpg"); }
    header .sub-header-row .active:nth-child(4n) {
      background: url("../images/ui/OFRI_Texture_Rust.jpg"); }
    header .sub-header-row .nav li:hover:first-child {
      background: url("../images/ui/OFRI_Texture_Blue.jpg"); }
    header .sub-header-row .nav li:hover:nth-child(2n) {
      background: url("../images/ui/OFRI_Texture_Green.jpg"); }
    header .sub-header-row .nav li:hover:nth-child(3n) {
      background: url("../images/ui/OFRI_Texture_Brown.jpg"); }
    header .sub-header-row .nav li:hover:nth-child(4n) {
      background: url("../images/ui/OFRI_Texture_Rust.jpg"); }
    header .sub-header-row .dropdown {
      position: relative; }
    header .sub-header-row .dropdown-menu {
      display: none;
      width: 300px;
      position: absolute;
      top: 38px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      box-sizing: border-box;
      padding: 14px 47px 21px;
      background-color: RGBA(255, 255, 255, 0.9); }
      header .sub-header-row .dropdown-menu li {
        width: 100%;
        border-bottom: 1px solid #26292C; }
        header .sub-header-row .dropdown-menu li:last-child {
          border-bottom: none; }
      header .sub-header-row .dropdown-menu li:hover {
        background: none;
        background-color: transparent; }
        header .sub-header-row .dropdown-menu li:hover:first-child {
          background: none; }
        header .sub-header-row .dropdown-menu li:hover:nth-child(2n) {
          background: none; }
        header .sub-header-row .dropdown-menu li:hover:nth-child(3n) {
          background: none; }
        header .sub-header-row .dropdown-menu li:hover:nth-child(4n) {
          background: none; }
      header .sub-header-row .dropdown-menu li a {
        display: block;
        box-sizing: border-box;
        padding: 14px 0 10px;
        color: #454647;
        transition: color 0.5s ease-in-out;
        text-transform: none;
        text-decoration: none;
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        line-height: 0.75rem;
        letter-spacing: 0.5px;
        font-weight: 700; }
        header .sub-header-row .dropdown-menu li a:hover {
          color: #189BC8; }
      header .sub-header-row .dropdown-menu .dropdown-submenu {
        width: 100%;
        background-color: transparent;
        background: none; }
        header .sub-header-row .dropdown-menu .dropdown-submenu:hover {
          background-color: transparent;
          background: none; }
        header .sub-header-row .dropdown-menu .dropdown-submenu a {
          display: block;
          width: 100%;
          box-sizing: border-box;
          padding: 14px 0 10px;
          color: #26292C;
          text-align: left;
          text-transform: none;
          text-decoration: none;
          font-family: "Lato", sans-serif;
          font-size: 0.75rem;
          line-height: 0.75rem;
          font-weight: 700; }
      header .sub-header-row .dropdown-menu .submenu-toggle-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      header .sub-header-row .dropdown-menu .indicator {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 20px;
        height: 20px;
        cursor: pointer; }
      header .sub-header-row .dropdown-menu .down-arrow {
        width: 12px;
        height: 7px;
        box-sizing: border-box;
        margin-left: auto;
        background: url("../images/ui/subnav-arrow-down.png") no-repeat;
        background-size: 12px 7px; }
        header .sub-header-row .dropdown-menu .down-arrow:hover {
          background: url("../images/ui/blue-arrow-down.png") no-repeat;
          background-size: 12px 7px; }
      header .sub-header-row .dropdown-menu .up-arrow {
        width: 12px;
        height: 7px;
        box-sizing: border-box;
        margin-left: auto;
        background: url("../images/ui/subnav-arrow-up.png") no-repeat;
        background-size: 12px 7px; }
        header .sub-header-row .dropdown-menu .up-arrow:hover {
          background: url("../images/ui/blue-arrow-up.png") no-repeat;
          background-size: 12px 7px; }
      header .sub-header-row .dropdown-menu .sub-menu {
        display: none;
        width: 100%;
        margin-bottom: 7px; }
        header .sub-header-row .dropdown-menu .sub-menu li {
          width: 100%;
          border-bottom: none !important; }
        header .sub-header-row .dropdown-menu .sub-menu a {
          display: block;
          width: 100%;
          padding: 9px 0;
          color: #26292C;
          text-align: left;
          font-family: "Lato", sans-serif;
          font-size: 0.75rem;
          font-weight: 400; }
          header .sub-header-row .dropdown-menu .sub-menu a:after {
            content: '';
            background: none; }
          header .sub-header-row .dropdown-menu .sub-menu a:hover:after {
            background: none; }
    header .sub-header-row .dropdown:hover .dropdown-menu {
      display: block !important; }
    header .sub-header-row .dropdown-submenu .closed {
      display: none; }
    header .sub-header-row .dropdown-submenu .open {
      display: block !important; }
  header .cart-present .cart-icon {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
    margin: 0 0 0 auto;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.6875rem;
    line-height: 0.75rem;
    letter-spacing: 2px;
    font-weight: 700; }
    @media (max-width: 1020px) {
      header .cart-present .cart-icon {
        margin-right: 20px; } }
  header .off-canvas-button {
    display: none;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 75px;
    background-color: #B2B6B7; }
    @media (max-width: 785px) {
      header .off-canvas-button {
        display: flex;
        width: 64px;
        height: 64px; } }

.menu-wrap {
  position: relative; }

body.menu-open {
  overflow: hidden;
  position: fixed; }

.off-canvas {
  width: 100%;
  position: fixed;
  top: 75px;
  bottom: 0;
  z-index: 10;
  overflow-y: scroll; }
  @media (max-width: 785px) {
    .off-canvas {
      top: 64px; } }
  .off-canvas h2 {
    display: none; }
  .off-canvas nav {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 3000px;
    background-color: RGBA(255, 255, 255, 0.9);
    pointer-events: auto;
    overflow-y: scroll;
    /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */ }
  .off-canvas .menu-toggle-wrap {
    cursor: pointer; }
    .off-canvas .menu-toggle-wrap .down-arrow {
      width: 12px;
      height: 7px;
      box-sizing: border-box;
      margin-left: 10px;
      background: url("../images/ui/subnav-arrow-wight-down.png") no-repeat;
      background-position: center center;
      background-size: 12px 7px;
      /*
      &:hover {
        background: url('../images/ui/blue-arrow-down.png') no-repeat;
        background-size: 12px 7px;
      }
      */ }
    .off-canvas .menu-toggle-wrap .up-arrow {
      width: 12px;
      height: 7px;
      box-sizing: border-box;
      margin-left: 10px;
      background: url("../images/ui/subnav-arrow-wight-up.png") no-repeat;
      background-position: center center;
      background-size: 12px 7px;
      /*
      &:hover {
        background: url('../images/ui/blue-arrow-up.png') no-repeat;
        background-size: 12px 7px;
      }
      */ }
  .off-canvas .dropdown-submenu .down-arrow {
    width: 12px;
    height: 7px;
    box-sizing: border-box;
    margin-left: auto;
    background: url("../images/ui/subnav-arrow-down.png") no-repeat;
    background-position: center center;
    background-size: 12px 7px;
    /*
      &:hover {
        background: url('../images/ui/blue-arrow-down.png') no-repeat;
        background-size: 12px 7px;
      }
      */ }
  .off-canvas .dropdown-submenu .up-arrow {
    width: 12px;
    height: 7px;
    box-sizing: border-box;
    margin-left: auto;
    background: url("../images/ui/subnav-arrow-up.png") no-repeat;
    background-position: center center;
    background-size: 12px 7px;
    /*
      &:hover {
        background: url('../images/ui/blue-arrow-up.png') no-repeat;
        background-size: 12px 7px;
      }
      */ }
  .off-canvas .dropdown:first-child .menu-toggle-wrap {
    background: url("../images/ui/OFRI_Texture_Blue.jpg"); }
  .off-canvas .dropdown:nth-child(2n) .menu-toggle-wrap {
    background: url("../images/ui/OFRI_Texture_Green.jpg"); }
  .off-canvas .dropdown:nth-child(3n) .menu-toggle-wrap {
    background: url("../images/ui/OFRI_Texture_Brown.jpg"); }
  .off-canvas .dropdown:nth-child(4n) .menu-toggle-wrap {
    background: url("../images/ui/OFRI_Texture_Rust.jpg"); }
  .off-canvas .dropdown {
    margin-bottom: 9px; }
    .off-canvas .dropdown .menu-toggle-wrap {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
      padding: 18px 18px 15px;
      color: #FFFFFF;
      text-transform: uppercase; }
    .off-canvas .dropdown .dropdown-toggle {
      color: #FFFFFF;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.8rem;
      font-weight: 900;
      letter-spacing: 2px; }
  .off-canvas .dropdown-menu {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    background: none; }
    .off-canvas .dropdown-menu li {
      width: 100%;
      border-bottom: 1px solid #26292C; }
      .off-canvas .dropdown-menu li:last-child {
        border-bottom: none; }
    .off-canvas .dropdown-menu li:hover {
      background: none;
      background-color: transparent; }
      .off-canvas .dropdown-menu li:hover:first-child {
        background: none; }
      .off-canvas .dropdown-menu li:hover:nth-child(2n) {
        background: none; }
      .off-canvas .dropdown-menu li:hover:nth-child(3n) {
        background: none; }
      .off-canvas .dropdown-menu li:hover:nth-child(4n) {
        background: none; }
    .off-canvas .dropdown-menu li a {
      display: block;
      box-sizing: border-box;
      padding: 14px 0 10px 18px;
      color: #26292C;
      text-transform: none;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      line-height: 0.75rem;
      font-weight: 900; }
    .off-canvas .dropdown-menu .dropdown-submenu {
      width: 100%;
      background-color: transparent;
      background: none; }
      .off-canvas .dropdown-menu .dropdown-submenu:hover {
        background-color: transparent;
        background: none; }
      .off-canvas .dropdown-menu .dropdown-submenu a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 0 10px 18px;
        color: #26292C;
        text-align: left;
        text-transform: none;
        text-decoration: none;
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        line-height: 0.75rem;
        font-weight: 900; }
    .off-canvas .dropdown-menu .submenu-toggle-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .off-canvas .dropdown-menu .submenu-toggle-wrap .indicator {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 20px;
        height: 20px;
        cursor: pointer; }
    .off-canvas .dropdown-menu .sub-menu {
      display: none;
      width: 100%;
      margin-bottom: 7px; }
      .off-canvas .dropdown-menu .sub-menu li {
        width: 100%;
        border-bottom: none !important; }
      .off-canvas .dropdown-menu .sub-menu a {
        display: block;
        width: 100%;
        padding: 9px 0 9px 18px;
        color: #26292C;
        text-align: left;
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        font-weight: 400; }
        .off-canvas .dropdown-menu .sub-menu a:after {
          content: '';
          background: none; }
        .off-canvas .dropdown-menu .sub-menu a:hover:after {
          background: none; }
  .off-canvas .dropdown-submenu .closed, .off-canvas .dropdown .closed {
    display: none; }
  .off-canvas .dropdown-submenu .open, .off-canvas .dropdown .open {
    display: block !important; }

.off-canvas-closed {
  display: none; }

.off-canvas-open {
  display: block; }

#wrapper.show-nav #canvas {
  -webkit-transform: translateX(-235px);
  transform: translateX(-235px); }

.show-nav header {
  -webkit-transform: translateX(-235px);
  transform: translateX(-235px); }

.menu-link {
  display: none; }

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear; }
  .hamburger:hover {
    opacity: 1; }
    .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner:after {
      background-color: #FFFFFF; }

.hamburger-box {
  width: 34px;
  height: 20px;
  position: relative; }

.hamburger-inner {
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

footer {
  width: 100%;
  background: url("../images/ui/paper-texture-grey.jpg"); }
  footer .dashed-line {
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    padding: 7px 0;
    border-bottom: 1px dashed #919495; }
  footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }
    @media (max-width: 850px) {
      footer .footer-wrap {
        flex-wrap: wrap; } }
  footer .col {
    flex: 1 32%;
    height: 320px;
    box-sizing: border-box;
    padding-right: 75px;
    margin: 65px 30px 65px 29px;
    color: #919495;
    border-right: 1px solid #919495;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    line-height: 17px;
    letter-spacing: 0.5px;
    font-weight: 400; }
    footer .col:last-of-type {
      padding-right: 0;
      margin-right: 0;
      border-right: none; }
    footer .col:first-of-type {
      flex: 1 40%;
      margin-left: 0; }
    @media (max-width: 850px) {
      footer .col {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex: 1 100%;
        height: auto;
        padding-right: 0;
        margin: 45px auto 0;
        border-right: none;
        border-bottom: 1px solid #919495;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2rem; }
        footer .col:first-of-type {
          flex: 1 100%;
          margin: 65px auto 0; } }
    footer .col .title {
      color: #919495; }
    footer .col a {
      color: #919495;
      transition: color 0.5s ease-in-out;
      text-decoration: none; }
    footer .col .copyright {
      font-size: 0.75rem; }
    footer .col .group {
      width: 100%;
      margin-bottom: 14px; }
      footer .col .group div {
        width: 100%;
        margin-bottom: 7px; }
  footer .mobile-copyright {
    display: none;
    width: 100%;
    padding-bottom: 150px;
    border-bottom: none;
    font-size: 0.875rem; }
    @media (max-width: 850px) {
      footer .mobile-copyright {
        display: block; } }
  footer .contact .logo-desktop {
    display: block;
    width: 189px;
    height: 55px;
    margin-bottom: 22px;
    background: url("../images/ui/logo-OFRI-grey.png") no-repeat;
    background-size: 189px 55px; }
    @media (max-width: 850px) {
      footer .contact .logo-desktop {
        display: none; } }
  footer .contact .logo-mobile {
    display: none;
    width: 143px;
    height: 102px;
    margin: 0 auto 30px;
    background: url("../images/ui/logo-OFRI-mobile-grey.png") no-repeat;
    background-size: 143px 102px; }
    @media (max-width: 850px) {
      footer .contact .logo-mobile {
        display: block; } }
  footer .contact .group {
    width: 100%;
    margin-bottom: 14px; }
    @media (max-width: 850px) {
      footer .contact .group {
        margin-bottom: 0; } }
    footer .contact .group div {
      width: 100%;
      margin-bottom: 7px; }
      @media (max-width: 850px) {
        footer .contact .group div {
          margin-bottom: 7px; } }
  footer .contact .ofri-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 35px 0; }
    @media (max-width: 850px) {
      footer .contact .ofri-share {
        margin: 54px auto; } }
    footer .contact .ofri-share a {
      margin-right: 25px; }
      footer .contact .ofri-share a:last-of-type {
        margin-right: 0; }
      @media (max-width: 850px) {
        footer .contact .ofri-share a {
          margin-right: 35px; } }
  @media (max-width: 850px) {
    footer .contact .copyright {
      display: none; } }
  @media (max-width: 850px) {
    footer .related, footer .contacts {
      padding-bottom: 53px; } }
  footer .related .title, footer .contacts .title {
    width: 100%;
    margin: 36px 0 20px;
    font-weight: 700;
    letter-spacing: 2px; }
    @media (max-width: 850px) {
      footer .related .title, footer .contacts .title {
        margin-bottom: 20px; } }
  footer .related a, footer .contacts a {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    color: #919495;
    transition: color 0.5s ease-in-out;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 400; }
    footer .related a:hover, footer .contacts a:hover {
      transition: color 0.5s ease;
      color: #E5E7E9; }
    @media (max-width: 850px) {
      footer .related a, footer .contacts a {
        margin-bottom: 18px; } }
  footer .facebook-footer, footer .youtube-footer, footer .twitter-footer {
    fill: #919495;
    transition: fill 0.5s ease-in-out;
    /*
    &:hover {
      fill: $light-grey;
    }
*/ }
  footer .footer-social:hover .facebook-footer, footer .footer-social:hover .youtube-footer, footer .footer-social:hover .twitter-footer {
    fill: #E5E7E9; }

.page-content {
  width: 100%;
  background: linear-gradient(90deg, #FFFFFF 60%, #E5E7E9 40%); }
  @media (max-width: 920px) {
    .page-content {
      background: #FFFFFF; } }
  @media (max-width: 920px) {
    .page-content .row {
      padding-right: 0;
      padding-left: 0; } }
  .page-content .content-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 920px) {
      .page-content .content-wrap {
        flex-wrap: wrap; } }
  .page-content .main-content-area {
    width: 65.6%;
    background-color: #FFFFFF; }
    @media (max-width: 950px) {
      .page-content .main-content-area {
        width: 64.6%; } }
    @media (max-width: 920px) {
      .page-content .main-content-area {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px; } }
  .page-content .sidebar {
    width: 34.4%;
    background-color: #E5E7E9; }
    @media (max-width: 950px) {
      .page-content .sidebar {
        width: 34.4%; } }
    @media (max-width: 920px) {
      .page-content .sidebar {
        width: 100%; } }

.hero {
  width: 100%;
  min-height: 465px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #919495;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 785px) {
    .hero {
      height: calc(100vh - 64px);
      padding-bottom: 74px; } }
  @media (max-width: 785px) {
    .hero .row {
      padding-left: 0;
      padding-right: 0; } }
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 465px;
    box-sizing: border-box;
    padding-top: 35px; }
    @media (max-width: 785px) {
      .hero .hero-content {
        justify-content: space-between;
        padding-top: 0; } }
    @media (max-width: 785px) {
      .hero .hero-content.no-breadcrumbs {
        justify-content: center; } }
    .hero .hero-content.no-breadcrumbs:first-child {
      padding-top: 6rem; }
      @media (max-width: 785px) {
        .hero .hero-content.no-breadcrumbs:first-child {
          padding-top: 5rem; } }
    .hero .hero-content .breadcrumbs {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: 24px;
      color: #FFFFFF; }
      @media (max-width: 785px) {
        .hero .hero-content .breadcrumbs {
          height: 50px;
          padding: 0 20px;
          margin-top: 0;
          margin-bottom: auto; } }
      @media (max-width: 565px) {
        .hero .hero-content .breadcrumbs {
          font-size: 0.5rem; } }
      .hero .hero-content .breadcrumbs a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: "Lato", sans-serif;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        /*
        @include respond-to(b-785) {
          font-size: 0.6875rem;
          line-height: 0.875rem;
        }
        @include respond-to(b-565) {
          font-size: 0.6875rem;
          line-height: 0.875rem;
        }
        @include respond-to(b-370) {
          font-size: 0.6875rem;
          line-height: 0.875rem;
        }
*/ }
        @media (max-width: 565px) {
          .hero .hero-content .breadcrumbs a {
            font-size: 0.6rem; } }
        .hero .hero-content .breadcrumbs a:hover {
          font-weight: 900; }
      .hero .hero-content .breadcrumbs .parent {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.6875rem;
        line-height: 0.75rem;
        letter-spacing: 2px; }
        @media (max-width: 565px) {
          .hero .hero-content .breadcrumbs .parent {
            font-size: 0.6rem; } }
        @media (max-width: 420px) {
          .hero .hero-content .breadcrumbs .parent {
            font-weight: 900; } }
      .hero .hero-content .breadcrumbs .divider {
        margin: 0 10px;
        color: #FFFFFF; }
      .hero .hero-content .breadcrumbs .child {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        @media (max-width: 565px) {
          .hero .hero-content .breadcrumbs .child {
            font-size: 0.6rem; } }
        @media (max-width: 420px) {
          .hero .hero-content .breadcrumbs .child {
            font-weight: 900; } }
    .hero .hero-content .title-wrap, .hero .hero-content .copy-wrap, .hero .hero-content .social-buttons-wrap {
      width: 100%;
      margin: 0;
      padding: 0;
      border-bottom: 0; }
    .hero .hero-content .title {
      width: 100%;
      max-width: 630px;
      margin: 5px 0 10px;
      color: #FFFFFF !important;
      text-align: left;
      font-family: "Lato", sans-serif;
      font-size: 4.625rem;
      font-weight: 900;
      line-height: 4.625rem; }
      @media (max-width: 785px) {
        .hero .hero-content .title {
          padding: 0 20px;
          font-size: 3rem;
          line-height: 3rem; } }
    .hero .hero-content .copy {
      width: 100%;
      max-width: 630px;
      color: #FFFFFF;
      text-align: left;
      font-family: "Playfair Display", serif;
      font-size: 1.1875rem;
      font-weight: 400;
      line-height: 1.875rem; }
      @media (max-width: 785px) {
        .hero .hero-content .copy {
          padding: 0 20px; } }
  @media (max-width: 785px) {
    .hero .social-buttons-grey-bg {
      padding: 0 20px; } }
  .hero .gallery-hero-content .breadcrumbs {
    justify-content: center; }
  .hero .gallery-hero-content .title, .hero .gallery-hero-content .copy {
    max-width: 1100px;
    text-align: center;
    margin: 5px auto 10px; }
  @media (max-width: 785px) {
    .hero .forest_basics .breadcrumbs {
      background: url("../images/ui/OFRI_Texture_Blue.jpg"); } }
  @media (max-width: 785px) {
    .hero .forest_management .breadcrumbs {
      background: url("../images/ui/OFRI_Texture_Green.jpg"); } }
  @media (max-width: 785px) {
    .hero .educational_programs .breadcrumbs {
      background: url("../images/ui/OFRI_Texture_Brown.jpg"); } }
  @media (max-width: 785px) {
    .hero .about_ofri .breadcrumbs {
      background: url("../images/ui/OFRI_Texture_Rust.jpg"); } }

.library-controls {
  width: 100%;
  background-color: #E5E7E9; }
  .library-controls .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 38px 0 15px;
    border-bottom: 1px solid #444545; }
    @media (max-width: 475px) {
      .library-controls .wrap {
        flex-wrap: wrap;
        border-bottom: 0; } }
  .library-controls .title {
    margin-right: auto;
    color: #454647;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (max-width: 475px) {
      .library-controls .title {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 25px;
        margin: 0 auto 0;
        border-bottom: 1px solid #444545;
        text-align: center;
        font-size: 1.25rem;
        font-weight: 900; } }
  .library-controls .controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto; }
    @media (max-width: 475px) {
      .library-controls .controls {
        justify-content: space-between;
        width: 100%; } }
    .library-controls .controls .label {
      margin-right: 15px;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 900; }
      @media (max-width: 475px) {
        .library-controls .controls .label {
          display: none; } }
    .library-controls .controls .custom-content-filter {
      min-width: 155px;
      box-sizing: border-box;
      padding: 14px 38px;
      color: #26292C;
      border: 1px solid #26292C;
      cursor: pointer;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: 700; }
      @media (max-width: 565px) {
        .library-controls .controls .custom-content-filter {
          min-width: auto;
          padding: 14px 28px; } }
      @media (max-width: 475px) {
        .library-controls .controls .custom-content-filter {
          width: 48%;
          min-width: 48%;
          padding: 14px 18px; } }
      .library-controls .controls .custom-content-filter:hover {
        color: #FFFFFF;
        background-color: #189BC8;
        border: 1px solid #189BC8; }
    .library-controls .controls .alpha {
      margin-right: 15px; }
      @media (max-width: 475px) {
        .library-controls .controls .alpha {
          margin-right: 10px; } }
    .library-controls .controls .active {
      color: #E5E7E9 !important;
      border: 1px solid #B2B6B7 !important;
      background-color: #B2B6B7 !important; }

.product-cards {
  width: 100%;
  box-sizing: border-box;
  padding: 52px 0;
  background-color: #E5E7E9; }
  @media (max-width: 1070px) {
    .product-cards {
      padding: 52px 0; } }
  @media (max-width: 350px) {
    .product-cards .row {
      padding-right: 5px;
      padding-left: 5px; } }
  @media (max-width: 320px) {
    .product-cards .row {
      padding-right: 0;
      padding-left: 0; } }
  .product-cards .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto; }
    @media (max-width: 1140px) {
      .product-cards .cards {
        padding: 0 0; } }
    @media (max-width: 1070px) {
      .product-cards .cards {
        width: auto;
        justify-content: center; } }
  .product-cards .card {
    display: flex;
    flex-wrap: wrap;
    width: 290px !important;
    height: 428px;
    box-sizing: border-box;
    padding-top: 18px !important;
    padding: 18px 18px 18px !important;
    margin: 0 14px 28px !important;
    background-color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; }
    .product-cards .card a {
      text-decoration: none; }
    .product-cards .card .image-wrap {
      width: 100%;
      height: 139px;
      position: relative;
      overflow: hidden; }
    .product-cards .card .image {
      align-self: flex-start;
      display: flex;
      width: 100%;
      height: 139px;
      position: relative;
      margin-bottom: 0;
      background-size: contain; }
      .product-cards .card .image img {
        width: 100%;
        height: 139px; }
    .product-cards .card:hover .image {
      /*
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
      */ }
    .product-cards .card .new {
      width: 129px;
      height: 75px;
      box-sizing: border-box;
      padding: 13px 0 0 14px;
      position: absolute;
      top: 0;
      left: 0;
      color: #FFFFFF;
      background: url("../images/ui/new-tab-bg.png") no-repeat;
      background-size: 129px 75px;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
      @media (max-width: 725px) {
        .product-cards .card .new {
          font-weight: 900; } }
    .product-cards .card .title-section-wrap {
      align-self: flex-start;
      width: 100%;
      height: 64px;
      box-sizing: border-box;
      padding-top: 10px;
      margin-top: -4px; }
    .product-cards .card .dashed-line {
      width: 100%;
      height: 2px;
      border-top: 1px dashed RGBA(255, 255, 255, 0.5); }
    .product-cards .card .title-wrap {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 17px; }
    .product-cards .card .title {
      box-sizing: border-box;
      padding-bottom: 6px;
      color: #FFFFFF !important;
      font-family: "Lato", sans-serif;
      font-size: 0.9rem !important;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: 0.5px; }
      @media (max-width: 725px) {
        .product-cards .card .title {
          font-weight: 900; } }
    .product-cards .card .copy {
      width: 100%;
      height: 138px;
      text-overflow: ellipsis;
      overflow: hidden;
      box-sizing: border-box;
      padding: 17px 17px;
      color: #26292C;
      border-bottom: 1px solid #B2B6B7;
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      line-height: 24px !important; }
    .product-cards .card .link {
      align-self: flex-end;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
      padding: 18px 17px 0;
      margin-top: auto;
      bottom: 16px;
      text-decoration: none;
      cursor: pointer; }
      .product-cards .card .link .link-icon {
        width: 35px;
        height: 30px;
        background: url("../images/ui/OFRI_Icon_Learn_More.png");
        background-size: 35px 30px;
        background-position: center center;
        background-repeat: no-repeat; }
      .product-cards .card .link .link-title {
        color: #189BC8;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: 0.5px; }
        @media (max-width: 725px) {
          .product-cards .card .link .link-title {
            font-weight: 900; } }
        .product-cards .card .link .link-title:before {
          content: 'Learn More'; }
      .product-cards .card .link:hover .link-title {
        color: #005f85;
        transition: color 0.25s ease; }
    .product-cards .card:hover .image {
      background-size: 125% 125%; }
  .product-cards .forest_basics .title-section-wrap {
    background: url("../images/ui/OFRI_Texture_Blue.jpg"); }
    .product-cards .forest_basics .title-section-wrap .dashed-line {
      border-top: 1px dashed #4498B5; }
  .product-cards .forest_management .title-section-wrap {
    background: url("../images/ui/OFRI_Texture_Green.jpg"); }
    .product-cards .forest_management .title-section-wrap .dashed-line {
      border-top: 1px dashed #A1C377; }
  .product-cards .educational_programs .title-section-wrap {
    background: url("../images/ui/OFRI_Texture_Brown.jpg"); }
    .product-cards .educational_programs .title-section-wrap .dashed-line {
      border-top: 1px dashed #8B7564; }
  .product-cards .about_ofri .title-section-wrap {
    background: url("../images/ui/OFRI_Texture_Rust.jpg"); }
    .product-cards .about_ofri .title-section-wrap .dashed-line {
      border-top: 1px dashed #AD7251; }
  .product-cards .link-icon {
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    margin-right: 12px; }
  .product-cards .page .link-icon {
    width: 35px !important;
    height: 30px !important;
    background: url("../images/ui/OFRI_Icon_Learn_More.png") !important;
    background-size: 35px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .page .link-title:before {
    content: 'Learn More' !important; }
  .product-cards .page .link:hover .link-icon {
    background: url("../images/ui/OFRI_Icon_Learn_More_ro.png") !important;
    background-size: 35px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .publication .link-icon {
    width: 25px !important;
    height: 30px !important;
    background: url("../images/ui/OFRI_Icon_Publication.png") !important;
    background-size: 25px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .publication .link-title:before {
    content: 'View Publication' !important; }
  .product-cards .publication .link:hover .link-icon {
    background: url("../images/ui/OFRI_Icon_Publication_ro.png") !important;
    background-size: 25px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .guide .link-icon, .product-cards .map .link-icon, .product-cards .accordion .link-icon {
    width: 35px !important;
    height: 30px !important;
    background: url("../images/ui/OFRI_Icon_Explore.png") !important;
    background-size: 35px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .guide .link-title:before, .product-cards .map .link-title:before, .product-cards .accordion .link-title:before {
    content: 'Explore' !important; }
  .product-cards .guide .link:hover .link-icon, .product-cards .map .link:hover .link-icon, .product-cards .accordion .link:hover .link-icon {
    background: url("../images/ui/OFRI_Icon_Explore_ro.png") !important;
    background-size: 35px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .video .link-icon {
    width: 39px !important;
    height: 30px !important;
    background: url("../images/ui/OFRI_Icon_Video.png") !important;
    background-size: 39px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .video .link-title:before {
    content: 'See Video' !important; }
  .product-cards .video .link:hover .link-icon {
    background: url("../images/ui/OFRI_Icon_Video_ro.png") !important;
    background-size: 39px 30px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .download .link-icon {
    width: 20px !important;
    height: 20px !important;
    background: url("../images/ui/OFRI_Icon_Download.png") !important;
    background-size: 20px 20px !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-cards .download .link-title:before {
    content: 'Download' !important; }
  .product-cards .download .link:hover .link-icon {
    background: url("../images/ui/OFRI_Icon_Download_ro.png") !important;
    background-size: 20px 20px !important;
    background-position: center center;
    background-repeat: no-repeat; }

.sidebar .product-cards {
  padding-bottom: 0; }
  @media (max-width: 675px) {
    .sidebar .product-cards {
      padding-top: 0;
      margin-bottom: 50px; } }

.sidebar .cards {
  justify-content: flex-end;
  padding: 0 0; }
  @media (max-width: 920px) {
    .sidebar .cards {
      justify-content: center; } }

.sidebar .product-cards .card {
  margin: 0 0 28px 0 !important; }
  @media (max-width: 1070px) {
    .sidebar .product-cards .card {
      margin-bottom: 28px; } }
  @media (max-width: 930px) {
    .sidebar .product-cards .card {
      margin: 0 0 28px; } }
  @media (max-width: 920px) {
    .sidebar .product-cards .card {
      margin: 0 14px 28px; } }
  @media (max-width: 675px) {
    .sidebar .product-cards .card {
      order: 3; } }

.story-sidebar .product-cards .card .copy {
  padding: 8px 17px; }

@media (max-width: 675px) {
  .sidebar {
    display: flex;
    flex-wrap: wrap; } }

.sidebar .headline-wrap {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0 20px 30px 20px;
  border-bottom: 1px solid #B2B6B7; }
  @media (max-width: 920px) {
    .sidebar .headline-wrap {
      display: block; } }
  @media (max-width: 675px) {
    .sidebar .headline-wrap {
      order: 2; } }
  .sidebar .headline-wrap .headline {
    width: 100%;
    color: #454647;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (max-width: 725px) {
      .sidebar .headline-wrap .headline {
        font-weight: 900; } }

.sidebar .forest-fact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 0 0 25px;
  margin-bottom: 28px;
  background-color: #E5E7E9;
  cursor: default;
  text-decoration: none; }
  @media (max-width: 920px) {
    .sidebar .forest-fact {
      justify-content: center;
      margin-bottom: 0; } }
  @media (max-width: 815px) {
    .sidebar .forest-fact {
      display: flex;
      align-items: center;
      width: 100%; } }
  @media (max-width: 675px) {
    .sidebar .forest-fact {
      order: 1; } }
  .sidebar .forest-fact .forest-fact-link {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-decoration: none;
    cursor: pointer !important; }
  .sidebar .forest-fact .fact {
    display: flex;
    flex-wrap: wrap;
    width: 290px;
    box-sizing: border-box;
    padding: 25px 0;
    background-color: #FFFFFF;
    text-decoration: none;
    /*
      @include respond-to(b-1070) {
        margin-bottom: 28px;
      }
      @include respond-to(b-930) {
        margin: 0 0 28px;
      }
*/ }
    @media (max-width: 675px) {
      .sidebar .forest-fact .fact {
        width: 100%; } }
  .sidebar .forest-fact .heading {
    width: 100%;
    margin: 0 auto 16px;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em; }
    .sidebar .forest-fact .heading h4 {
      display: inline;
      color: #E5E7E9;
      border-bottom: 0;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .sidebar .forest-fact .heading h4 {
          font-size: 1rem;
          font-weight: 900; } }
  .sidebar .forest-fact .image {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 19px;
    margin: 0 16px 13px; }
    .sidebar .forest-fact .image img {
      width: 100%; }
  .sidebar .forest-fact .body {
    width: 100%;
    margin: 0 35px;
    color: #E5E7E9;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400; }
    .sidebar .forest-fact .body p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 1.625rem;
      font-weight: 400; }
    .sidebar .forest-fact .body strong {
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1.625rem;
      line-height: 1.8125rem;
      font-weight: 900; }
    .sidebar .forest-fact .body a {
      color: #E5E7E9; }
    .sidebar .forest-fact .body ul {
      color: #E5E7E9;
      list-style-position: inside;
      list-style-type: disc; }
      .sidebar .forest-fact .body ul li {
        color: #E5E7E9;
        padding: 3px 0px;
        margin: 0;
        font-size: 1.125rem; }
  .sidebar .forest-fact .social-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 290px;
    box-sizing: border-box;
    padding: 0 0 0 0;
    text-decoration: none;
    cursor: default; }
    @media (max-width: 675px) {
      .sidebar .forest-fact .social-icons-wrap {
        width: 100%; } }
  .sidebar .forest-fact .social-icons {
    width: 100%;
    margin: 13px auto 28px;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em; }
    .sidebar .forest-fact .social-icons .social-buttons-wrap {
      border-bottom: 0; }
      .sidebar .forest-fact .social-icons .social-buttons-wrap span {
        display: inline-block;
        vertical-align: middle; }
    .sidebar .forest-fact .social-icons .social-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0 auto; }
      .sidebar .forest-fact .social-icons .social-buttons a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        margin-right: 2px;
        border: 1px solid #E5E7E9;
        background-color: #E5E7E9;
        text-decoration: none; }
        .sidebar .forest-fact .social-icons .social-buttons a:nth-of-type(2) {
          border-left: 0; }
        .sidebar .forest-fact .social-icons .social-buttons a:nth-of-type(3) {
          border-right: 0;
          border-left: 0; }
        .sidebar .forest-fact .social-icons .social-buttons a:last-of-type {
          margin-right: 0; }
        @media (max-width: 725px) {
          .sidebar .forest-fact .social-icons .social-buttons a {
            width: 44px;
            height: 44px; } }
        .sidebar .forest-fact .social-icons .social-buttons a .fb-path, .sidebar .forest-fact .social-icons .social-buttons a .twitter-path, .sidebar .forest-fact .social-icons .social-buttons a .google-path, .sidebar .forest-fact .social-icons .social-buttons a .email-path {
          fill: #E5E7E9; }
        .sidebar .forest-fact .social-icons .social-buttons a:hover .fb-path, .sidebar .forest-fact .social-icons .social-buttons a:hover .twitter-path, .sidebar .forest-fact .social-icons .social-buttons a:hover .google-path, .sidebar .forest-fact .social-icons .social-buttons a:hover .email-path {
          fill: #E5E7E9; }
      .sidebar .forest-fact .social-icons .social-buttons .facebook:hover {
        border: 1px solid #3B5998 !important;
        background-color: #3B5998 !important; }
      .sidebar .forest-fact .social-icons .social-buttons .twitter:hover {
        border: 1px solid #4099FF !important;
        background-color: #4099FF !important; }
      .sidebar .forest-fact .social-icons .social-buttons .google-plus:hover {
        border: 1px solid #DD4B39 !important;
        background-color: #DD4B39 !important; }
      .sidebar .forest-fact .social-icons .social-buttons .email:hover {
        border: 1px solid #189BC8 !important;
        background-color: #189BC8 !important; }

.sidebar .forest_basics .fact, .sidebar .forest_basics .social-icons-wrap {
  background: url("../images/ui/OFRI_Texture_Blue.jpg"); }

.sidebar .forest_basics .heading :before, .sidebar .forest_basics .heading :after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #4498B5;
  margin: -2% 4% 0 -55%; }

.sidebar .forest_basics .heading :after {
  margin: -2% -55% 0 4%; }

.sidebar .forest_basics .fact .image {
  border-bottom: 1px dashed #4498B5; }

.sidebar .forest_basics .social-buttons-wrap:before, .sidebar .forest_basics .social-buttons-wrap:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #4498B5;
  margin: 0 4% 0 -55%; }

.sidebar .forest_basics .social-buttons-wrap:after {
  margin: 0 -55% 0 4%; }

.sidebar .forest_basics .social-buttons a {
  border: 1px solid #4498B5 !important;
  background-color: #4498B5 !important; }

.sidebar .forest_management .fact, .sidebar .forest_management .social-icons-wrap {
  background: url("../images/ui/OFRI_Texture_Green.jpg"); }

.sidebar .forest_management .heading:before, .sidebar .forest_management .heading:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #A1C377;
  margin: -2% 4% 0 -55%; }

.sidebar .forest_management .heading:after {
  margin: -2% -55% 0 4%; }

.sidebar .forest_management .fact .image {
  border-bottom: 1px dashed #A1C377; }

.sidebar .forest_management .social-buttons-wrap:before, .sidebar .forest_management .social-buttons-wrap:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #A1C377;
  margin: 0 4% 0 -55%; }

.sidebar .forest_management .social-buttons-wrap:after {
  margin: 0 -55% 0 4%; }

.sidebar .forest_management .social-buttons a {
  border: 1px solid #A1C377 !important;
  background-color: #A1C377 !important; }
  .sidebar .forest_management .social-buttons a:nth-of-type(2) {
    border-right: 1px solid #A1C377; }

.sidebar .educational_programs .fact, .sidebar .educational_programs .social-icons-wrap {
  background: url("../images/ui/OFRI_Texture_Brown.jpg"); }

.sidebar .educational_programs .heading:before, .sidebar .educational_programs .heading:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #8B7564;
  margin: -2% 4% 0 -55%; }

.sidebar .educational_programs .heading:after {
  margin: -2% -55% 0 4%; }

.sidebar .educational_programs .fact .image {
  border-bottom: 1px dashed #8B7564; }

.sidebar .educational_programs .social-buttons-wrap:before, .sidebar .educational_programs .social-buttons-wrap:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #8B7564;
  margin: 0 4% 0 -55%; }

.sidebar .educational_programs .social-buttons-wrap:after {
  margin: 0 -55% 0 4%; }

.sidebar .educational_programs .social-buttons a {
  border: 1px solid #8B7564 !important;
  background-color: #8B7564 !important; }
  .sidebar .educational_programs .social-buttons a:nth-of-type(2) {
    border-right: 1px solid #8B7564; }

.sidebar .about_ofri .fact, .sidebar .about_ofri .social-icons-wrap {
  background: url("../images/ui/OFRI_Texture_Rust.jpg"); }

.sidebar .about_ofri .heading:before, .sidebar .about_ofri .heading:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #AD7251;
  margin: -2% 4% 0 -55%; }

.sidebar .about_ofri .heading:after {
  margin: -2% -55% 0 4%; }

.sidebar .about_ofri .fact .image {
  border-bottom: 1px dashed #AD7251; }

.sidebar .about_ofri .social-buttons-wrap:before, .sidebar .about_ofri .social-buttons-wrap:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 1px dashed #AD7251;
  margin: 0 4% 0 -55%; }

.sidebar .about_ofri .social-buttons-wrap:after {
  margin: 0 -55% 0 4%; }

.sidebar .about_ofri .social-buttons a {
  border: 1px solid #AD7251 !important;
  background-color: #AD7251 !important; }
  .sidebar .about_ofri .social-buttons a:nth-of-type(2) {
    border-right: 1px solid #AD7251; }

.story-sidebar .fact {
  background: url("../images/ui/OFRI_Texture_Rust.jpg"); }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .sidebar {
    width: 100%; } }

.accordion-page {
  /*
 .up-arrow {
    width: 13px;
    height: 8px;
    background: url('../images/ui/white-arrow-up.png') no-repeat center center;
    background-size: 13px 8px;
    @include respond-to(b-475) {
      width: 17px;
      height: 12px;
      background: url('../images/ui/blue-arrow-up.png') no-repeat center center;
      background-size: 17px 12px;
    }
  }

  .down-arrow {
    width: 13px;
    height: 8px;
    background: url('../images/ui/white-arrow-down.png') no-repeat center center;
    background-size: 13px 8px;
    @include respond-to(b-475) {
      width: 17px;
      height: 12px;
      background: url('../images/ui/blue-arrow-down.png') no-repeat center center;
      background-size: 17px 12px;
    }
  }
*/ }
  .accordion-page .accordion {
    width: 100%;
    max-width: 550px; }
  .accordion-page .accordion-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 4px 10px;
    margin-bottom: 12px;
    color: #FFFFFF;
    background: url("../images/ui/OFRI_Texture_Green.jpg");
    cursor: pointer; }
    .accordion-page .accordion-title .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      margin-right: 25px; }
    .accordion-page .accordion-title h3 {
      margin: 0 auto 0 0;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .accordion-page .accordion-title h3 {
          font-weight: 900; } }
  .accordion-page .arrow {
    margin: 0 0 0 auto; }
  .accordion-page .right-arrow {
    height: 12px;
    width: 17px;
    background: url("../images/ui/white-arrow-down.png") no-repeat center center;
    background-size: 13px 8px;
    padding: 10px 0px 2px 17px; }
    @media (max-width: 475px) {
      .accordion-page .right-arrow {
        width: 17px;
        height: 12px;
        background: url("../images/ui/blue-arrow-down.png") no-repeat center center;
        background-size: 17px 12px; } }
  .accordion-page .down-arrow {
    height: 17px;
    width: 12px;
    background: url("../images/ui/white-arrow-up.png") no-repeat center center;
    background-size: 13px 8px;
    padding: 6px 0px 6px 17px; }
    @media (max-width: 475px) {
      .accordion-page .down-arrow {
        width: 17px;
        height: 12px;
        background: url("../images/ui/blue-arrow-up.png") no-repeat center center;
        background-size: 17px 12px; } }
  .accordion-page .accordion-content {
    width: 100%;
    margin: 45px 0; }

.blog-section .blog-list {
  width: 100%;
  max-width: 550px;
  margin-top: 90px; }

.back-to-articles {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 23px; }
  .back-to-articles a {
    color: #189BC8;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .back-to-articles a {
        font-weight: 900; } }
    .back-to-articles a:hover {
      color: #005f85; }

.blog-item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 15px 0;
  margin-bottom: 35px;
  border-bottom: 1px dashed #B2B6B7; }
  .blog-item:last-of-type {
    margin-bottom: 25px; }
  .blog-item .item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 23px; }
    .blog-item .item-header .title {
      color: #5E4B3C;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.5rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .blog-item .item-header .title {
          font-size: 1rem;
          font-weight: 900; } }
    .blog-item .item-header .date {
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.25rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .blog-item .item-header .date {
          font-weight: 900; } }
  .blog-item .item-image {
    width: 100%;
    margin-bottom: 23px; }
    .blog-item .item-image img {
      width: 100%; }
  .blog-item .item-body p {
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }
  .blog-item .item-body .link a {
    color: #189BC8;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .blog-item .item-body .link a {
        font-weight: 900; } }
    .blog-item .item-body .link a:hover {
      color: #005f85; }
  .blog-item .social-buttons-wrap {
    border-bottom: 0; }

.blog-individual .blog-entry {
  width: 100%;
  max-width: 550px;
  margin-top: 90px; }

.blog-individual .section-group {
  border-bottom: 1px dashed #B2B6B7;
  box-sizing: border-box;
  margin-bottom: 35px;
  max-width: 550px;
  padding: 0 20px 20px 0;
  width: 100%; }
  .blog-individual .section-group .title {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: .5px; }
    @media (max-width: 420px) {
      .blog-individual .section-group .title {
        font-size: 1rem;
        font-weight: 900; } }
  .blog-individual .section-group .copy {
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }
    .blog-individual .section-group .copy p {
      margin-top: 14px; }

.pagination-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 0 25px 0;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px dashed #B2B6B7; }
  .pagination-wrap a {
    box-sizing: border-box;
    padding: 10px;
    color: #454647;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700; }
    .pagination-wrap a:hover {
      color: #189BC8; }
  .pagination-wrap .active {
    border: 1px solid #454647;
    cursor: default; }
  .pagination-wrap .next-btn, .pagination-wrap .last-btn {
    color: #189BC8;
    text-transform: uppercase;
    border: 0; }
    .pagination-wrap .next-btn:hover, .pagination-wrap .last-btn:hover {
      color: #005f85; }
    @media (max-width: 565px) {
      .pagination-wrap .next-btn, .pagination-wrap .last-btn {
        display: none; } }
  .pagination-wrap .next-btn {
    margin-right: 0;
    margin-left: auto; }
  .pagination-wrap .last-btn {
    margin-right: 0;
    margin-left: 15px; }

.subscribe-wrap {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 20px 55px 0;
  margin-top: 55px;
  margin-bottom: 35px;
  border-bottom: 1px dashed #B2B6B7; }
  .subscribe-wrap .title {
    width: 100%;
    margin-bottom: 25px;
    color: #85431E;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .subscribe-wrap .title {
        font-size: 1rem;
        font-weight: 900; } }
  .subscribe-wrap .field {
    position: relative;
    width: 100%;
    margin-bottom: 23px; }
  .subscribe-wrap .field__label {
    color: #B2B6B7;
    box-sizing: border-box;
    display: block;
    font-size: 0.8125rem;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: 0.5em 1em;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    text-align: left;
    transform: translateY(3px);
    transition: all .2s ease-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: 10; }
  .subscribe-wrap .field--not-empty .field__label {
    opacity: 1;
    transform: none; }
  .subscribe-wrap .field__input {
    width: 100%;
    height: 58px;
    padding: .4761904762em 14px;
    color: #454647;
    background-color: #FFFFFF;
    border: 1px solid #B2B6B7;
    transition: all .2s ease-out;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700; }
    .subscribe-wrap .field__input:hover, .subscribe-wrap .field__input:focus {
      /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
      box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
      outline: 0; }
  .subscribe-wrap .field--not-empty .field__input {
    padding: 18px 14px 2px 14px; }
  .subscribe-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454647; }
  .subscribe-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #454647; }
  .subscribe-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: #454647; }
  .subscribe-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #454647; }
  .subscribe-wrap .subscribe-button-wrap {
    width: 100%;
    margin-top: 32px; }
    .subscribe-wrap .subscribe-button-wrap input {
      display: block;
      width: 230px;
      box-sizing: border-box;
      padding: 16px 45px;
      color: #FFFFFF;
      background-color: #189BC8;
      border: 0;
      transition: background-color 0.25s ease;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 4px; }
      .subscribe-wrap .subscribe-button-wrap input:hover {
        background-color: #005f85; }

.comment {
  width: 100%;
  max-width: 550px;
  margin: 45px 0; }
  .comment h4 {
    width: 100%;
    margin-bottom: 19px;
    color: #5E4B3C;
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .comment h4 {
        font-size: 1rem;
        font-weight: 900; } }
  .comment .form-item {
    position: relative;
    width: 100%;
    margin-bottom: 23px; }
  .comment label {
    width: 100%;
    z-index: 10;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: block;
    color: #454647;
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
    text-overflow: ellipsis;
    text-align: left; }
  .comment .field--not-empty label {
    opacity: 1;
    transform: none; }
  .comment input, .comment textarea {
    width: 100%;
    height: 58px;
    padding: .4761904762em 14px;
    color: #454647;
    background-color: #FFFFFF;
    border: 1px solid #B2B6B7;
    transition: all .2s ease-out;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700; }
    .comment input:hover, .comment input:focus, .comment textarea:hover, .comment textarea:focus {
      /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
      box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
      outline: 0; }
  .comment .form-textarea {
    min-height: 164px; }
  .comment .field--not-empty input {
    padding: 18px 14px 2px 14px; }
  .comment .field--not-empty textarea {
    padding: 25px 14px 2px 14px; }
  .comment ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454647; }
  .comment ::-moz-placeholder {
    /* Firefox 19+ */
    color: #454647; }
  .comment :-ms-input-placeholder {
    /* IE 10+ */
    color: #454647; }
  .comment :-moz-placeholder {
    /* Firefox 18- */
    color: #454647; }
  .comment .captcha {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem; }
    .comment .captcha img {
      display: block;
      margin-top: 20px; }
    .comment .captcha .field {
      margin-top: 17px; }
    .comment .captcha #edit-captcha-response--description {
      width: 100%;
      margin-top: 17px;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      line-height: 1.375rem; }
  .comment .button {
    display: block;
    width: 100%;
    max-width: 225px;
    height: auto;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 14px 45px;
    color: #FFFFFF;
    background-color: #189BC8;
    border: 0;
    transition: background-color 0.25s ease;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 4px; }
    .comment .button:hover {
      background-color: #005f85; }
  .comment .filter-wrapper, .comment details summary, .comment #edit-preview, .comment .comment-reply {
    display: none; }
  .comment .js-comment {
    width: 100%;
    max-width: 550px;
    margin-bottom: 40px; }
    .comment .js-comment .name {
      color: #5E4B3C;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .comment .js-comment .name {
          font-size: 1rem;
          font-weight: 900; } }
    .comment .js-comment .subject a {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
    .comment .js-comment .comment-wrap {
      color: #26292C;
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      line-height: 27px; }

.simplenews-subscriber-form h2, .simplenews-subscriber-form .js-form-item-message, .simplenews-subscriber-form .description {
  display: none; }

.simplenews-subscriber-form label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #454647;
  text-transform: uppercase;
  font-weight: 700; }

.simplenews-subscriber-form .form-email {
  width: 100%;
  height: 58px;
  padding: .4761904762em 14px;
  color: #454647;
  background-color: #FFFFFF;
  border: 1px solid #B2B6B7;
  transition: all .2s ease-out;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }
  .simplenews-subscriber-form .form-email:hover, .simplenews-subscriber-form .form-email:focus {
    /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
    outline: 0; }

.simplenews-subscriber-form .form-submit {
  display: block;
  width: 230px;
  box-sizing: border-box;
  padding: 16px 45px;
  margin-top: 25px;
  color: #FFFFFF;
  background-color: #189BC8;
  border: 0;
  transition: background-color 0.25s ease;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 4px; }
  .simplenews-subscriber-form .form-submit:hover {
    background-color: #005f85; }

.container-newsletter-subscription {
  padding: 3rem 0 3rem 0; }
  @media screen and (min-width: 786px) {
    .container-newsletter-subscription {
      padding: 7rem 0 4.5rem 0; } }
  .container-newsletter-subscription [aria-label="Status message"],
  .container-newsletter-subscription [aria-label="Error message"] {
    margin-bottom: 2rem; }
  .container-newsletter-subscription form {
    font-family: "Lato", sans-serif;
    line-height: 1.5; }
    .container-newsletter-subscription form p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 1.5; }
    .container-newsletter-subscription form input[type="submit"] {
      margin-right: 1rem; }
  .container-newsletter-subscription legend {
    margin-bottom: 1rem; }
  .container-newsletter-subscription .js-form-type-checkbox {
    display: flex;
    flex-direction: row; }
    .container-newsletter-subscription .js-form-type-checkbox input[type="checkbox"],
    .container-newsletter-subscription .js-form-type-checkbox input[type="radio"] {
      margin-top: .3rem;
      margin-right: .5rem; }
  .container-newsletter-subscription input[type="submit"],
  .container-newsletter-subscription a.button {
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    box-sizing: border-box;
    padding: 16px 45px;
    margin-top: 25px;
    color: #FFFFFF;
    background-color: #189BC8;
    border: 0;
    transition: background-color 0.25s ease;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 4px; }
    @media screen and (max-width: 525px) {
      .container-newsletter-subscription input[type="submit"],
      .container-newsletter-subscription a.button {
        letter-spacing: 2px;
        padding: 13px 24px;
        white-space: normal; } }
    .container-newsletter-subscription input[type="submit"]:hover,
    .container-newsletter-subscription a.button:hover {
      background-color: #005f85; }

.checkout-form .warning-text {
  width: 100%;
  margin: 0 auto 40px;
  color: #85431E;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.5px; }

.checkout-form .checkout-header {
  width: 100%;
  margin-top: 110px;
  margin-bottom: 30px;
  background-color: #FFFFFF; }
  .checkout-form .checkout-header .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B2B6B7; }
    .checkout-form .checkout-header .top .title {
      margin-left: 0;
      margin-right: auto;
      color: #454647;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .checkout-form .checkout-header .top .title {
          font-size: 1rem;
          font-weight: 900; } }
    .checkout-form .checkout-header .top .back-to-pubs {
      margin-left: auto;
      margin-right: 0; }
      .checkout-form .checkout-header .top .back-to-pubs a {
        color: #189BC8;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Lato", sans-serif;
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.9px;
        -webkit-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out; }
        .checkout-form .checkout-header .top .back-to-pubs a .back-arrow {
          display: inline-block;
          margin-right: .2rem; }
        .checkout-form .checkout-header .top .back-to-pubs a:hover {
          color: #005f85; }
  .checkout-form .checkout-header .cart-items {
    width: 100%; }
  .checkout-form .checkout-header .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #B2B6B7; }
    .checkout-form .checkout-header .cart-item .title {
      margin-left: 0;
      margin-right: auto;
      color: #454647;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .checkout-form .checkout-header .cart-item .title {
          font-size: 1rem;
          font-weight: 900; } }
    .checkout-form .checkout-header .cart-item .qty-wrap {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-left: auto;
      margin-right: 0; }
    .checkout-form .checkout-header .cart-item .bucket-remove {
      margin-right: 5px;
      color: #454647;
      cursor: pointer;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
      .checkout-form .checkout-header .cart-item .bucket-remove:hover {
        color: #189BC8; }
    .checkout-form .checkout-header .cart-item .quantity {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 65px;
      height: 35px;
      margin-left: 8px;
      border: 1px solid #454647;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
  .checkout-form .checkout-header .bottom {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400; }

.checkout-form .form {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #E5E7E9; }
  .checkout-form .form .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B2B6B7; }
    .checkout-form .form .top .title {
      margin-left: 0;
      margin-right: auto;
      color: #454647;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .checkout-form .form .top .title {
          font-size: 1rem;
          font-weight: 900; } }
  .checkout-form .form .fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .checkout-form .form .fields-wrap .field {
      position: relative;
      width: 32%;
      margin-bottom: 23px; }
      @media (max-width: 725px) {
        .checkout-form .form .fields-wrap .field {
          width: 100%; } }
    .checkout-form .form .fields-wrap .field__label {
      color: #B2B6B7;
      box-sizing: border-box;
      display: block;
      font-size: 0.8125rem;
      line-height: 1;
      opacity: 0;
      overflow: hidden;
      padding: 0.5em 1em;
      pointer-events: none;
      position: absolute;
      text-overflow: ellipsis;
      top: 0;
      text-align: left;
      transform: translateY(3px);
      transition: all .2s ease-out;
      user-select: none;
      white-space: nowrap;
      width: 100%;
      z-index: 10; }
    .checkout-form .form .fields-wrap .field--not-empty .field__label {
      opacity: 1;
      transform: none; }
    .checkout-form .form .fields-wrap .field__input {
      width: 100%;
      height: 58px;
      padding: .4761904762em 14px;
      color: #454647;
      background-color: #FFFFFF;
      border: 1px solid #B2B6B7;
      transition: all .2s ease-out;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: 700; }
      .checkout-form .form .fields-wrap .field__input:hover, .checkout-form .form .fields-wrap .field__input:focus {
        /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
        box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
        outline: 0; }
    .checkout-form .form .fields-wrap .field--not-empty .field__input {
      padding: 18px 14px 2px 14px; }
    .checkout-form .form .fields-wrap ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #454647; }
    .checkout-form .form .fields-wrap ::-moz-placeholder {
      /* Firefox 19+ */
      color: #454647; }
    .checkout-form .form .fields-wrap :-ms-input-placeholder {
      /* IE 10+ */
      color: #454647; }
    .checkout-form .form .fields-wrap :-moz-placeholder {
      /* Firefox 18- */
      color: #454647; }

.checkout-form .checkboxes-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 22px; }
  @media (max-width: 725px) {
    .checkout-form .checkboxes-wrap {
      flex-wrap: wrap; } }
  .checkout-form .checkboxes-wrap .left {
    margin-right: 25px; }
    @media (max-width: 725px) {
      .checkout-form .checkboxes-wrap .left {
        width: 100%;
        margin-bottom: 20px; } }
  @media (max-width: 725px) {
    .checkout-form .checkboxes-wrap .right {
      width: 100%; } }
  .checkout-form .checkboxes-wrap .title {
    width: 100%;
    margin-bottom: 16px;
    color: #454647;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .checkout-form .checkboxes-wrap .title {
        font-size: 1rem;
        font-weight: 900; } }
  .checkout-form .checkboxes-wrap .checkbox-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 13px; }
  .checkout-form .checkboxes-wrap .checkbox {
    width: 18px;
    margin: 0 5px 0 0;
    position: relative;
    z-index: 2; }
    .checkout-form .checkboxes-wrap .checkbox input[type=checkbox] {
      width: 18px;
      height: 18px; }
    .checkout-form .checkboxes-wrap .checkbox label {
      display: block;
      cursor: pointer;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 0;
      left: 0;
      background-color: #FFFFFF;
      border: 1px solid #B2B6B7; }
    .checkout-form .checkboxes-wrap .checkbox input[type=checkbox]:checked + label {
      background-color: #B2B6B7; }
  .checkout-form .checkboxes-wrap .label {
    padding-top: 2px; }

.checkout-form .order-button-wrap {
  width: 100%;
  margin-top: 32px; }
  .checkout-form .order-button-wrap input {
    display: block;
    width: 230px;
    box-sizing: border-box;
    padding: 16px 45px;
    color: #FFFFFF;
    background-color: #189BC8;
    border: 0;
    transition: background-color 0.25s ease;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 4px; }
    .checkout-form .order-button-wrap input:hover {
      background-color: #005f85; }

.checkout-form .checkout-footer {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 230px;
  background-color: #E5E7E9;
  font-size: 0.875rem;
  line-height: 24px; }
  .checkout-form .checkout-footer .heading {
    width: 100%;
    margin-bottom: 10px; }
  .checkout-form .checkout-footer .section {
    width: 100%;
    margin-bottom: 23px; }
  .checkout-form .checkout-footer strong {
    display: block;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px; }

.checkout-confirmation .thank-you {
  width: 100%;
  box-sizing: border-box; }
  .checkout-confirmation .thank-you .content-wrap {
    width: 100%;
    max-width: 550px;
    margin: 50px 0; }
  .checkout-confirmation .thank-you h2 {
    width: 100%;
    color: #5E4B3C;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .checkout-confirmation .thank-you h2 {
        font-size: 1rem;
        font-weight: 900; } }
  .checkout-confirmation .thank-you p {
    display: block;
    width: 100%;
    margin-top: 14px;
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }

.content-list .list-items {
  width: 100%;
  max-width: 550px;
  margin-bottom: 75px; }

.content-list .list-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 20px 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px dashed #B2B6B7; }
  @media (max-width: 590px) {
    .content-list .list-item {
      flex-wrap: wrap; } }
  .content-list .list-item .left {
    width: 46.72727273%; }
    @media (max-width: 590px) {
      .content-list .list-item .left {
        width: 100%;
        margin-bottom: 20px; } }
    .content-list .list-item .left img {
      width: 100%; }
  .content-list .list-item .right {
    display: flex;
    flex-wrap: wrap;
    width: 43.63636364%; }
    @media (max-width: 590px) {
      .content-list .list-item .right {
        width: 100%; } }
  .content-list .list-item .title {
    width: 100%;
    margin-bottom: 6px;
    color: #005f85;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .content-list .list-item .title {
        font-weight: 900; } }
  .content-list .list-item .copy {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px; }

.content-list .link {
  align-self: flex-end;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: 18px;
  margin-top: auto;
  bottom: 16px;
  text-decoration: none;
  cursor: pointer;
  /*
    .link-icon {
      width: 27px;
      height: 30px;
      box-sizing: border-box;
      margin: 0 10px 0 17px;
      background: url('../images/ui/PDF-icon.png') no-repeat;
      background-size: 27px 30px;
    }
*/ }
  .content-list .link .link-title {
    color: #189BC8;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (max-width: 725px) {
      .content-list .link .link-title {
        font-weight: 900; } }
  .content-list .link:hover .link-title {
    color: #005f85;
    transition: color 0.25s ease; }

.content-list .link-icon {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  margin-right: 12px; }

.content-list .page .link-icon {
  width: 35px;
  height: 30px;
  background: url("../images/ui/OFRI_Icon_Learn_More.png");
  background-size: 35px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .page .link-title:before {
  content: 'Learn More'; }

.content-list .page .link:hover .link-icon {
  background: url("../images/ui/OFRI_Icon_Learn_More-hover.png");
  background-size: 35px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .publication .link-icon {
  width: 25px;
  height: 30px;
  background: url("../images/ui/OFRI_Icon_Publication.png");
  background-size: 25px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .publication .link-title:before {
  content: 'View Publication'; }

.content-list .publication .link:hover .link-icon {
  background: url("../images/ui/OFRI_Icon_Publication-hover.png");
  background-size: 25px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .guide .link-icon, .content-list .map .link-icon, .content-list .accordion .link-icon {
  width: 35px;
  height: 30px;
  background: url("../images/ui/OFRI_Icon_Explore.png");
  background-size: 35px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .guide .link-title:before, .content-list .map .link-title:before, .content-list .accordion .link-title:before {
  content: 'Explore'; }

.content-list .guide .link:hover .link-icon, .content-list .map .link:hover .link-icon, .content-list .accordion .link:hover .link-icon {
  background: url("../images/ui/OFRI_Icon_Explore-hover.png");
  background-size: 35px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .video .link-icon {
  width: 39px;
  height: 30px;
  background: url("../images/ui/OFRI_Icon_Video.png");
  background-size: 39px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .video .link-title:before {
  content: 'See Video'; }

.content-list .video .link:hover .link-icon {
  background: url("../images/ui/OFRI_Icon_Video-hover.png");
  background-size: 39px 30px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .download .link-icon {
  width: 20px;
  height: 20px;
  background: url("../images/ui/OFRI_Icon_Download.png");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat; }

.content-list .download .link-title:before {
  content: 'Download'; }

.content-list .download .link:hover .link-icon {
  background: url("../images/ui/OFRI_Icon_Download-hover.png");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat; }

.default-page .section-group {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  margin-bottom: 35px;
  border-bottom: 1px dashed #B2B6B7; }
  .default-page .section-group .title {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .default-page .section-group .title {
        font-size: 1rem;
        font-weight: 900; } }
  .default-page .section-group .copy {
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }
    .default-page .section-group .copy p {
      margin-top: 14px; }

.error-page .error-info {
  width: 100%;
  margin: 75px auto;
  text-align: center; }
  .error-page .error-info .row div {
    width: 100%; }
  .error-page .error-info p {
    width: 100%;
    text-align: center;
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }

.faq-page .faq {
  width: 100%;
  max-width: 550px; }

.faq-page .section-title {
  display: block;
  margin-bottom: 11px; }

.faq-page .item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 12px 0;
  margin-bottom: 11px;
  border-bottom: 1px dashed #B2B6B7;
  /*
    &:last-of-type {
      @include respond-to(b-475) {
        border-bottom: 0;
      }
    }
    */ }

.faq-page .question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  color: #454647;
  cursor: pointer; }
  .faq-page .question:hover .arrow-wrap {
    background-color: #005f85; }
  @media (max-width: 475px) {
    .faq-page .question:hover .arrow-wrap {
      background-color: #FFFFFF; } }
  .faq-page .question h3 {
    margin: 0 auto 0 0;
    color: #454647;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.325rem;
    letter-spacing: 0.5px; }
    @media (max-width: 475px) {
      .faq-page .question h3 {
        order: 1; } }
    @media (max-width: 420px) {
      .faq-page .question h3 {
        font-weight: 900; } }

.faq-page .arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 12px;
  margin: 0 15px 0 0;
  background-color: #189BC8; }
  .faq-page .arrow-wrap:hover {
    background-color: #005f85; }
    @media (max-width: 475px) {
      .faq-page .arrow-wrap:hover {
        background-color: #FFFFFF; } }
  @media (max-width: 475px) {
    .faq-page .arrow-wrap {
      order: 2;
      min-height: 20px;
      padding: 0 0 0 10px;
      margin: 0 0 0 auto;
      background-color: #FFFFFF; } }

.faq-page .up-arrow {
  width: 13px;
  height: 8px;
  background: url("../images/ui/white-arrow-up.png") no-repeat center center;
  background-size: 13px 8px; }
  @media (max-width: 475px) {
    .faq-page .up-arrow {
      width: 17px;
      height: 12px;
      background: url("../images/ui/blue-arrow-up.png") no-repeat center center;
      background-size: 17px 12px; } }

.faq-page .down-arrow {
  width: 13px;
  height: 8px;
  background: url("../images/ui/white-arrow-down.png") no-repeat center center;
  background-size: 13px 8px; }
  @media (max-width: 475px) {
    .faq-page .down-arrow {
      width: 17px;
      height: 12px;
      background: url("../images/ui/blue-arrow-down.png") no-repeat center center;
      background-size: 17px 12px; } }

.faq-page .answer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 0 16px 48px; }
  @media (max-width: 475px) {
    .faq-page .answer {
      padding-left: 0; } }
  .faq-page .answer p {
    width: 100%;
    max-width: 100%; }

.faq-page .close-button-icon {
  width: 19px;
  height: 18px;
  margin-left: 5px; }

.faq-page .close-button-path {
  fill: #454647; }

.faq-page .close-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  height: 18px;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.5px;
  cursor: pointer; }
  .faq-page .close-button:hover {
    color: #189BC8; }
    .faq-page .close-button:hover .close-button-path {
      fill: #189BC8; }
  @media (max-width: 420px) {
    .faq-page .close-button {
      font-weight: 900; } }

.faq-page .more-questions {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  margin-bottom: 11px;
  border-bottom: 1px dashed #B2B6B7;
  color: #26292C;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6875rem; }
  .faq-page .more-questions .button {
    width: 100%;
    margin: 22px 0;
    z-index: 2; }
    .faq-page .more-questions .button a {
      display: block;
      width: 230px;
      margin: 0;
      box-sizing: border-box;
      padding: 10px 45px;
      color: #FFFFFF;
      background-color: #189BC8;
      transition: background-color 0.5s ease;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
      .faq-page .more-questions .button a:hover {
        background-color: #005f85; }

.single-facts-page.educational_programs .fact-container {
  background-image: url("../images/ui/OFRI_Texture_Brown.jpg"); }
  .single-facts-page.educational_programs .fact-container a {
    color: #8B7564; }

.single-facts-page.educational_programs .fact .fact-container::after {
  border-bottom: 1px dashed #8B7564; }

.single-facts-page.educational_programs .fact .fact-container .heading h4 {
  color: #8B7564; }
  .single-facts-page.educational_programs .fact .fact-container .heading h4::before, .single-facts-page.educational_programs .fact .fact-container .heading h4::after {
    border-bottom: 1px dashed #8B7564; }

.single-facts-page.forest_basics .fact-container {
  background-image: url("../images/ui/OFRI_Texture_Blue.jpg"); }
  .single-facts-page.forest_basics .fact-container a {
    color: #4498B5; }

.single-facts-page.forest_basics .fact .fact-container::after {
  border-bottom: 1px dashed #4498B5; }

.single-facts-page.forest_basics .fact .fact-container .heading h4 {
  color: #4498B5; }
  .single-facts-page.forest_basics .fact .fact-container .heading h4::before, .single-facts-page.forest_basics .fact .fact-container .heading h4::after {
    border-bottom: 1px dashed #4498B5; }

.single-facts-page.forest_management .fact-container {
  background-image: url("../images/ui/OFRI_Texture_Green.jpg"); }
  .single-facts-page.forest_management .fact-container a {
    color: #A1C377; }

.single-facts-page.forest_management .fact .fact-container::after {
  border-bottom: 1px dashed #A1C377; }

.single-facts-page.forest_management .fact .fact-container .heading h4 {
  color: #A1C377; }
  .single-facts-page.forest_management .fact .fact-container .heading h4::before, .single-facts-page.forest_management .fact .fact-container .heading h4::after {
    border-bottom: 1px dashed #A1C377; }

.single-facts-page.about_ofri .fact-container {
  background-image: url("../images/ui/OFRI_Texture_Rust.jpg"); }
  .single-facts-page.about_ofri .fact-container a {
    color: #AD7251; }

.single-facts-page.about_ofri .fact .fact-container::after {
  border-bottom: 1px dashed #AD7251; }

.single-facts-page.about_ofri .fact .fact-container .heading h4 {
  color: #AD7251; }
  .single-facts-page.about_ofri .fact .fact-container .heading h4::before, .single-facts-page.about_ofri .fact .fact-container .heading h4::after {
    border-bottom: 1px dashed #AD7251; }

.single-facts-page .fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding-top: 4rem;
  margin: 0 auto;
  background-color: #FFFFFF; }
  @media only screen and (min-width: 786px) {
    .single-facts-page .fact {
      padding-top: 7rem; } }
  .single-facts-page .fact .row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .single-facts-page .fact .fact-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 1.2rem 0 3.45rem 0;
    position: relative; }
    .single-facts-page .fact .fact-container::after {
      bottom: 1.85rem;
      content: '';
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      right: 0;
      width: 400%; }
    .single-facts-page .fact .fact-container .heading {
      overflow: hidden;
      text-align: center; }
      .single-facts-page .fact .fact-container .heading h4 {
        display: inline-block;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.125;
        letter-spacing: .1rem;
        position: relative;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased; }
        .single-facts-page .fact .fact-container .heading h4::before, .single-facts-page .fact .fact-container .heading h4::after {
          content: '';
          display: block;
          height: 1px;
          position: absolute;
          top: 50%;
          width: 400%; }
        .single-facts-page .fact .fact-container .heading h4::before {
          right: 108%; }
        .single-facts-page .fact .fact-container .heading h4::after {
          left: 108%; }
  .single-facts-page .fact .fact-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
    padding: .9rem 1.75rem 0 1.75rem;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .single-facts-page .fact .fact-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .single-facts-page .fact .fact-content .left {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .single-facts-page .fact .fact-content .left {
          width: 42%; } }
    .single-facts-page .fact .fact-content .right {
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .single-facts-page .fact .fact-content .right {
          width: 53%; } }
    .single-facts-page .fact .fact-content img {
      display: block;
      height: auto;
      margin-bottom: 1.4rem;
      max-width: 100%; }
      @media only screen and (min-width: 640px) {
        .single-facts-page .fact .fact-content img {
          margin-bottom: 0; } }
    .single-facts-page .fact .fact-content .copy {
      margin-bottom: .2rem; }
    .single-facts-page .fact .fact-content p {
      color: #FFFFFF;
      font-family: "Lato", sans-serif;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased; }
  .single-facts-page .fact .fact-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 640px;
    margin: 23px auto 64px;
    width: 100%; }
    .single-facts-page .fact .fact-footer .social-buttons-wrap {
      border: 0; }
    .single-facts-page .fact .fact-footer .social-buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; }
  .single-facts-page .fact .copy {
    line-height: 27px; }

.guide-page .active {
  display: block !important; }

.guide-page .closed {
  display: none !important; }

.guide-page .filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 550px; }
  @media (max-width: 590px) {
    .guide-page .filters {
      flex-wrap: wrap; } }

.guide-page .guide-region-sort, .guide-page .guide-type-sort {
  width: 49%; }
  @media (max-width: 590px) {
    .guide-page .guide-region-sort, .guide-page .guide-type-sort {
      width: 100%; } }

.guide-page .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.guide-page .select-title {
  color: #005f85;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700; }
  @media (max-width: 420px) {
    .guide-page .select-title {
      font-weight: 900; } }

.guide-page .select {
  width: 100%;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 33px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF; }
  @media (max-width: 590px) {
    .guide-page .select {
      margin-top: 0;
      margin-bottom: 15px; } }

.guide-page .select-styled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 48px;
  background-color: #B2B6B7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px; }
  @media (max-width: 725px) {
    .guide-page .select-styled {
      font-weight: 900; } }
  .guide-page .select-styled:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ui/white-arrow-down.png") no-repeat;
    background-size: 13px 8px;
    background-position: center center;
    background-color: #189BC8; }
  .guide-page .select-styled:hover {
    background-color: #919495; }
  .guide-page .select-styled:active, .guide-page .select-styled.active {
    background-color: #B2B6B7; }
    .guide-page .select-styled:active:after, .guide-page .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #E5E7E9 transparent; }

.guide-page .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 48px;
  margin: 0;
  list-style: none;
  color: #454647;
  background-color: #E5E7E9; }
  .guide-page .select-options li {
    box-sizing: border-box;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #B2B6B7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .guide-page .select-options li:first-of-type {
      border-top: 0; }
    .guide-page .select-options li:hover {
      color: #189BC8;
      background: #E5E7E9; }
    .guide-page .select-options li[rel="hide"] {
      display: none; }

.guide-page .select-two-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.guide-page .select-two {
  width: 100%;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 33px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF; }
  @media (max-width: 590px) {
    .guide-page .select-two {
      margin-top: 0; } }

.guide-page .select-two-styled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 48px;
  background-color: #B2B6B7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px; }
  .guide-page .select-two-styled:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ui/white-arrow-down.png") no-repeat;
    background-size: 13px 8px;
    background-position: center center;
    background-color: #189BC8; }
  .guide-page .select-two-styled:hover {
    background-color: #919495; }
  .guide-page .select-two-styled:active, .guide-page .select-two-styled.active {
    background-color: #B2B6B7; }
    .guide-page .select-two-styled:active:after, .guide-page .select-two-styled.active:after {
      top: 9px;
      border-color: transparent transparent #E5E7E9 transparent; }

.guide-page .select-two-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 48px;
  margin: 0;
  list-style: none;
  color: #454647;
  background-color: #E5E7E9; }
  .guide-page .select-two-options li {
    box-sizing: border-box;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #B2B6B7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .guide-page .select-two-options li:first-of-type {
      border-top: 0; }
    .guide-page .select-two-options li:hover {
      color: #189BC8;
      background: #E5E7E9; }
    .guide-page .select-two-options li[rel="hide"] {
      display: none; }

.guide-page .guide-slider {
  width: 100%;
  max-width: 550px; }

.guide-page .slick-track .item {
  width: 127px;
  height: 200px;
  margin-right: 10px;
  background: url("../images/ui/paper-texture-light-grey.jpg");
  cursor: pointer; }
  .guide-page .slick-track .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px; }
    .guide-page .slick-track .item .icon img {
      display: block;
      filter: grayscale(100%); }
  .guide-page .slick-track .item .dashed-line {
    border-top: 1px dashed #B2B6B7; }
  .guide-page .slick-track .item .title {
    width: 100%;
    padding: 14px 0;
    color: #919495;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (max-width: 725px) {
      .guide-page .slick-track .item .title {
        font-weight: 900; } }
  .guide-page .slick-track .item:hover {
    background: url("../images/ui/OFRI_Texture_Blue.jpg"); }
    .guide-page .slick-track .item:hover .icon img {
      filter: brightness(0) invert(1); }
    .guide-page .slick-track .item:hover .dashed-line {
      border-top: 1px dashed #4498B5; }
    .guide-page .slick-track .item:hover .title {
      color: #FFFFFF; }

.guide-page .slick-track .active {
  background: url("../images/ui/OFRI_Texture_Blue.jpg"); }
  .guide-page .slick-track .active .icon img {
    filter: brightness(0) invert(1); }
  .guide-page .slick-track .active .dashed-line {
    border-top: 1px dashed #4498B5; }
  .guide-page .slick-track .active .title {
    color: #FFFFFF; }

.guide-page .slick-prev,
.guide-page .slick-next {
  position: absolute;
  display: block;
  width: 11px;
  height: 19px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  text-indent: -99999999px; }

.guide-page .slick-prev {
  left: -25px;
  width: 11px;
  height: 19px;
  background-image: url("../images/ui/slider-arrow-back.png");
  background-repeat: no-repeat;
  background-size: 11px 19px;
  background-color: #FFFFFF; }
  @media (max-width: 1060px) {
    .guide-page .slick-prev {
      left: -15px; } }

.guide-page .slick-next {
  right: -17px;
  width: 11px;
  height: 19px;
  background-image: url("../images/ui/slider-arrow-forward.png");
  background-repeat: no-repeat;
  background-size: 11px 19px;
  background-color: #FFFFFF; }
  @media (max-width: 1060px) {
    .guide-page .slick-next {
      right: -7px; } }

.guide-page .guide-content-wrap {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px dashed #B2B6B7; }
  .guide-page .guide-content-wrap .guide-header {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 590px) {
      .guide-page .guide-content-wrap .guide-header {
        flex-wrap: wrap; } }
    .guide-page .guide-content-wrap .guide-header .title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 49%; }
      @media (max-width: 590px) {
        .guide-page .guide-content-wrap .guide-header .title {
          flex-wrap: wrap;
          width: 100%;
          margin-bottom: 35px; } }
    .guide-page .guide-content-wrap .guide-header .main-title {
      width: 100%;
      margin-bottom: 10px;
      color: #005f85;
      font-family: "Lato", sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 590px) {
        .guide-page .guide-content-wrap .guide-header .main-title {
          order: 1;
          width: 100%;
          text-align: center;
          font-weight: 900; } }
    .guide-page .guide-content-wrap .guide-header .sci-title {
      width: 100%;
      color: #454647;
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      font-weight: 700; }
      @media (max-width: 590px) {
        .guide-page .guide-content-wrap .guide-header .sci-title {
          order: 2;
          width: 100%;
          text-align: center; } }
    .guide-page .guide-content-wrap .guide-header .image {
      width: 49%; }
      @media (max-width: 590px) {
        .guide-page .guide-content-wrap .guide-header .image {
          order: 3;
          width: 100%;
          margin: 0 20px 40px; } }
      .guide-page .guide-content-wrap .guide-header .image img {
        width: 100%;
        max-width: 100%; }
  .guide-page .guide-content-wrap .guide-content {
    width: 100%;
    margin-top: 25px;
    font-family: "Playfair Display", serif; }
    .guide-page .guide-content-wrap .guide-content strong {
      color: #005f85;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700; }
      @media (max-width: 420px) {
        .guide-page .guide-content-wrap .guide-content strong {
          font-weight: 900; } }
    .guide-page .guide-content-wrap .guide-content p {
      width: 100%;
      margin-bottom: 25px;
      color: #454647;
      font-size: 0.9375rem;
      line-height: 27px; }
  .guide-page .guide-content-wrap .guide-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 8px;
    margin: 30px auto;
    border-top: 1px dashed #B2B6B7; }

.history-page .history {
  width: 100%;
  max-width: 550px;
  background: url("../images/ui/paper-texture-grey.jpg"); }
  @media (max-width: 590px) {
    .history-page .history {
      display: none; } }
  .history-page .history .dashed-line {
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    padding: 7px 0;
    border-bottom: 1px dashed #919495; }

.history-page .history-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 100%;
  overflow: auto;
  position: relative;
  padding: 0;
  margin: 0 auto; }
  .history-page .history-content .top-wrap {
    width: 100%;
    max-width: 550px;
    height: 100%; }
  .history-page .history-content .image {
    width: 465px;
    height: 260px;
    margin: 20px 40px;
    border: 10px solid #FFFFFF; }
  .history-page .history-content .year {
    max-width: 115px;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 217px auto 0;
    color: #FFFFFF;
    border: 10px solid #FFFFFF;
    background: url("../images/ui/OFRI_Texture_Blue.jpg");
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 900; }
  .history-page .history-content .description {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    color: #FFFFFF;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400; }

.history-page .slider-foot {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0; }
  .history-page .slider-foot img {
    display: block;
    width: 80%;
    margin: 0 auto; }

.history-page .history-mobile {
  display: none; }
  @media (max-width: 590px) {
    .history-page .history-mobile {
      display: flex;
      flex-wrap: wrap; } }

.history-page .history-content-mobile {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  .history-page .history-content-mobile .history-item {
    width: 100%;
    max-width: 550px;
    margin: 40px auto 0; }
  .history-page .history-content-mobile img {
    width: 100%;
    max-width: 465px;
    margin: 0 auto; }
  .history-page .history-content-mobile .year {
    width: 100%;
    max-width: 465px;
    box-sizing: border-box;
    padding: 15px 0;
    margin: -3px auto 0;
    color: #FFFFFF;
    background: url("../images/ui/OFRI_Texture_Blue.jpg");
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 900; }
  .history-page .history-content-mobile .description {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    margin: 0 auto;
    color: #454647;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400; }

.history-page .history-section-copy {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 20px 29px 0;
  margin-top: 48px;
  margin-bottom: 35px;
  border-bottom: 1px dashed #B2B6B7;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6875rem; }

@media (max-width: 725px) {
  .history-page .social-buttons-wrap {
    margin-bottom: 27px; } }

.history-page .social-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 27px 0 27px 0; }
  .history-page .social-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #26292C;
    text-decoration: none; }
    .history-page .social-buttons a:nth-of-type(2) {
      border-right: 1px solid #26292C;
      border-left: 0; }
    .history-page .social-buttons a:nth-of-type(3) {
      border-right: 0;
      border-left: 0; }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .hisotory {
    max-width: 100%; } }

.mCSB_container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  overflow-x: hidden;
  overflow-y: hidden; }
  .mCSB_container .top-wrap {
    width: 550px; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 89px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 89px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 89px;
  height: 35px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 89px;
  height: 35px;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 89px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 89px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 35px;
  position: absolute;
  top: 407px;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 20px;
  background: url("../images/ui/slider-track-background.jpg") repeat-x; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 15px 0 10px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 35px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 89px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 35px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 35px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 35px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: none; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 35px; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 89px;
  height: 35px;
  margin: 0 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/ui/slider-handle.jpg") no-repeat;
  background-size: 89px 35px;
  border-radius: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 35px;
  margin: 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  display: none; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  display: none; }

.home .home-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 75px);
  min-height: 690px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 85px; }
  @media (max-width: 725px) {
    .home .home-hero {
      align-items: flex-start;
      height: calc(100vh - 64px);
      padding-top: 65px;
      padding-bottom: 74px; } }
  @media (max-width: 725px) {
    .home .home-hero .row {
      padding-left: 10px;
      padding-right: 10px; } }
  .home .home-hero .title {
    width: 100%;
    margin: 20px auto 23px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-size: 4.85rem;
    font-weight: 900;
    z-index: 2; }
    @media (max-width: 725px) {
      .home .home-hero .title {
        margin: 0 auto 11px;
        font-size: 3rem; } }
  .home .home-hero .copy {
    width: 65%;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 42px;
    z-index: 2; }
    @media (max-width: 725px) {
      .home .home-hero .copy {
        width: 80%;
        font-size: 1.125rem;
        line-height: 26px; } }
  .home .home-hero .button {
    width: 100%;
    margin: 42px auto;
    z-index: 2; }
    @media (max-width: 725px) {
      .home .home-hero .button {
        margin: 20px auto 20px; } }
    .home .home-hero .button a {
      display: block;
      width: 230px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 16px 45px;
      color: #FFFFFF;
      background-color: #189BC8;
      transition: background-color 0.5s ease;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 4px; }
      .home .home-hero .button a:hover {
        background-color: #005f85; }
  .home .home-hero .down-arrow {
    width: 40px;
    height: 17px;
    margin: 20px auto 0;
    z-index: 2;
    background: url("../images/ui/hero-down-arrow.png") no-repeat;
    background-size: 40px 17px;
    background-position: center center;
    cursor: pointer; }
    .home .home-hero .down-arrow:hover {
      background: url("../images/ui/hero-down-arrow-hover.png") no-repeat;
      background-size: 40px 17px; }
    @media (max-width: 725px) {
      .home .home-hero .down-arrow {
        width: 36px;
        height: 13px;
        margin: 15px auto 0;
        background-size: 36px 13px; }
        .home .home-hero .down-arrow:hover {
          background-size: 36px 13px; } }
  .home .home-hero .video-bg {
    height: calc(100vh - 75px);
    width: 100%;
    min-width: 100%;
    min-height: 690px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1; }
    @media (max-width: 725px) {
      .home .home-hero .video-bg {
        height: calc(100vh - 64px); } }
    .home .home-hero .video-bg video {
      display: block;
      width: auto;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -100;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: url("../images/hero/home-mobile-hero.jpg") no-repeat;
      background-size: cover; }

@media (max-width: 420px) {
  .home .desktop {
    display: none; } }

.home .mobile {
  display: none; }
  @media (max-width: 420px) {
    .home .mobile {
      display: flex; } }

.home .featured-videos {
  width: 100%;
  box-sizing: border-box;
  padding: 52px 0 30px;
  background-color: #FFFFFF;
  /*
    .title-section-wrap {
      width: 100%;
      height: 64px;
      box-sizing: border-box;
      padding-top: 10px;
      margin-top: 0;
      background: url('../images/ui/OFRI_Texture_Brown.jpg');
    }

    .dashed-line {
      width: 100%;
      height: 2px;
      border-top: 1px dashed #8B7564;
    }

    .title-wrap {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 17px;
    }

    .title {
      box-sizing: border-box;
      padding-bottom: 6px;
      color: $white;
      font-family: $lato;
      font-size: 0.9rem;
      line-height: 18px;
      font-weight: $weight-bold;
      letter-spacing: 0.5px;
      @include respond-to(b-725) {
        font-weight: $weight-black;
      }
    }
*/ }
  .home .featured-videos .headline-wrap {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin: 30px 0 30px;
    border-bottom: 1px solid #B2B6B7; }
    .home .featured-videos .headline-wrap .headline {
      color: #454647;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
      @media (max-width: 725px) {
        .home .featured-videos .headline-wrap .headline {
          font-weight: 900; } }
  .home .featured-videos .videos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }
    @media (max-width: 725px) {
      .home .featured-videos .videos {
        flex-wrap: wrap; } }
  .home .featured-videos .video {
    flex: 0 1 48%; }
    @media (max-width: 725px) {
      .home .featured-videos .video {
        flex: 0 1 100%; } }
  .home .featured-videos .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0; }
  .home .featured-videos .fluid-width-video-wrapper iframe, .home .featured-videos .fluid-width-video-wrapper object, .home .featured-videos .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .home .featured-videos .video-containter {
    padding: 0;
    margin: 0 0 -2px 0; }
    .home .featured-videos .video-containter iframe {
      width: 100%; }
  .home .featured-videos .copy p {
    font-family: "Lato", sans-serif; }
  .home .featured-videos .title-section-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 26px 0 10px; }
    .home .featured-videos .title-section-wrap .title {
      margin-right: auto;
      color: #5E4B3C;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .home .featured-videos .title-section-wrap .title {
          font-size: 1rem;
          font-weight: 900; } }
    .home .featured-videos .title-section-wrap a {
      display: block;
      color: #444545;
      text-decoration: none; }
      @media (max-width: 420px) {
        .home .featured-videos .title-section-wrap a {
          display: none; } }
    .home .featured-videos .title-section-wrap .copy-link-icon {
      margin-right: 0;
      margin-left: 5px; }
    .home .featured-videos .title-section-wrap .copy-link-path {
      fill: #444545; }
    .home .featured-videos .title-section-wrap .copy-link {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-width: 100px;
      height: 18px;
      margin-left: auto;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 0.75rem;
      letter-spacing: 0.5px; }
      .home .featured-videos .title-section-wrap .copy-link:hover {
        color: #189BC8; }
        .home .featured-videos .title-section-wrap .copy-link:hover .copy-link-path {
          fill: #189BC8; }
      @media (max-width: 420px) {
        .home .featured-videos .title-section-wrap .copy-link {
          font-weight: 900; } }
      @media (max-width: 725px) {
        .home .featured-videos .title-section-wrap .copy-link .copy-link-title {
          display: none; } }
  .home .featured-videos .copy-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    border-bottom: 1px dashed #B2B6B7; }
    @media (max-width: 725px) {
      .home .featured-videos .copy-wrap {
        border-bottom: 0; } }
  .home .featured-videos .copy {
    color: #26292C;
    font-family: "Lato", sans-serif;
    font-size: 0.9375rem;
    line-height: 27px; }

.home .product-cards .cards {
  width: 100%;
  padding: 0;
  margin: 0; }

.home .card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 35px;
  margin: 0 auto; }

.home .show-more {
  width: 100%;
  margin: 29px auto 0;
  cursor: pointer; }
  .home .show-more .title {
    color: #454647;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: color 0.5s ease; }
    @media (max-width: 420px) {
      .home .show-more .title {
        font-weight: 900; } }
  .home .show-more .icon {
    width: 12px;
    height: 17px;
    margin: 20px auto 0;
    z-index: 2; }
  .home .show-more .arrow-down-path {
    fill: #454647;
    transition: fill 0.5s ease; }
  .home .show-more:hover .title {
    color: #189BC8; }
  .home .show-more:hover .arrow-down-path {
    fill: #189BC8; }

.home .active {
  display: flex !important; }

.home .closed {
  display: none !important; }

.image-gallery .gallery-intro-block {
  width: 100%;
  max-width: 550px;
  margin: 64px 0 40px; }
  .image-gallery .gallery-intro-block div {
    max-width: 550px; }
  .image-gallery .gallery-intro-block a {
    color: #26292C;
    font-weight: 700; }
    @media (max-width: 420px) {
      .image-gallery .gallery-intro-block a {
        font-weight: 900; } }
    .image-gallery .gallery-intro-block a:hover {
      color: #189BC8;
      transition: color 0.5s ease-in-out; }

.image-gallery .section-group .title {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.5px; }

.image-gallery .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.image-gallery .select {
  width: 100%;
  height: 35px;
  margin-bottom: 33px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF; }

.image-gallery .select-styled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 48px;
  background-color: #B2B6B7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px; }
  .image-gallery .select-styled:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ui/white-arrow-down.png") no-repeat;
    background-size: 13px 8px;
    background-position: center center;
    background-color: #189BC8; }
  .image-gallery .select-styled:hover {
    background-color: #919495; }
  .image-gallery .select-styled:active, .image-gallery .select-styled.active {
    background-color: #B2B6B7; }
    .image-gallery .select-styled:active:after, .image-gallery .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #E5E7E9 transparent; }

.image-gallery .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 48px;
  margin: 0;
  list-style: none;
  color: #454647;
  background-color: #E5E7E9; }
  .image-gallery .select-options li {
    box-sizing: border-box;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #B2B6B7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .image-gallery .select-options li:first-of-type {
      border-top: 0; }
    .image-gallery .select-options li:hover {
      color: #189BC8;
      background: #E5E7E9; }
    .image-gallery .select-options li[rel="hide"] {
      display: none; }

.image-gallery .image-cards {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 105px;
  background-color: #FFFFFF; }
  .image-gallery .image-cards .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 52px;
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px; }
  .image-gallery .image-cards .image {
    width: 230px;
    height: 140px;
    margin: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer; }
  .image-gallery .image-cards .GI_TW_expander {
    background-color: #E5E7E9; }
  .image-gallery .image-cards .GI_TW_expander .GI_TW_pointer {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E5E7E9;
    -webkit-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in; }

.image-gallery .image-content {
  max-width: 100%;
  padding: 0 0;
  margin: 0 0;
  border-bottom: 0; }

.image-gallery .image-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 465px;
  box-sizing: border-box;
  padding: 35px 0;
  background-color: #E5E7E9; }
  @media (max-width: 725px) {
    .image-gallery .image-content-wrap {
      padding-top: 0; } }
  .image-gallery .image-content-wrap .image-content {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 800px) {
      .image-gallery .image-content-wrap .image-content {
        flex-wrap: wrap; } }
  .image-gallery .image-content-wrap .left-col {
    width: 49%; }
    @media (max-width: 800px) {
      .image-gallery .image-content-wrap .left-col {
        width: 100%;
        margin-top: 20px; } }
    .image-gallery .image-content-wrap .left-col .image-container {
      display: flex;
      justify-content: flex-end; }
    .image-gallery .image-content-wrap .left-col img {
      max-width: 97%;
      max-height: 375px; }
  .image-gallery .image-content-wrap .right-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 49%; }
    @media (max-width: 800px) {
      .image-gallery .image-content-wrap .right-col {
        width: 100%;
        margin: 20px auto; } }
    .image-gallery .image-content-wrap .right-col .image-header {
      display: flex;
      justify-content: flex-end;
      align-self: flex-start;
      width: 100%;
      margin-top: 0;
      margin-bottom: auto; }
      .image-gallery .image-content-wrap .right-col .image-header .close-button-title {
        display: block;
        color: #444545;
        text-decoration: none; }
      .image-gallery .image-content-wrap .right-col .image-header .close-button-icon {
        width: 19px;
        height: 18px;
        margin-right: 0;
        margin-left: 5px; }
      .image-gallery .image-content-wrap .right-col .image-header .close-button-path {
        fill: #444545; }
      .image-gallery .image-content-wrap .right-col .image-header .close-button {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-width: 100px;
        height: 18px;
        margin-left: auto;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 0.75rem;
        letter-spacing: 0.5px;
        cursor: pointer; }
        .image-gallery .image-content-wrap .right-col .image-header .close-button:hover .close-button-title {
          color: #189BC8; }
        .image-gallery .image-content-wrap .right-col .image-header .close-button:hover .close-button-path {
          fill: #189BC8; }
        @media (max-width: 420px) {
          .image-gallery .image-content-wrap .right-col .image-header .close-button {
            font-weight: 900; } }
        @media (max-width: 725px) {
          .image-gallery .image-content-wrap .right-col .image-header .close-button .close-button-title {
            display: none; } }
    .image-gallery .image-content-wrap .right-col .image-body {
      align-self: center;
      margin: auto 0; }
    .image-gallery .image-content-wrap .right-col .title {
      width: 100%;
      color: #5E4B3C;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.5rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .image-gallery .image-content-wrap .right-col .title {
          font-size: 1rem;
          font-weight: 900; } }
    .image-gallery .image-content-wrap .right-col .copy-wrap {
      width: 100%;
      box-sizing: border-box;
      padding-bottom: 20px;
      margin: 10px 0 25px;
      border-bottom: 1px dashed #B2B6B7; }
      @media (max-width: 725px) {
        .image-gallery .image-content-wrap .right-col .copy-wrap {
          border-bottom: 0; } }
    .image-gallery .image-content-wrap .right-col .copy {
      color: #26292C;
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      line-height: 27px; }
    .image-gallery .image-content-wrap .right-col .download-buttons {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%; }
      @media (max-width: 500px) {
        .image-gallery .image-content-wrap .right-col .download-buttons {
          flex-wrap: wrap; } }
      .image-gallery .image-content-wrap .right-col .download-buttons .icon {
        margin-right: 10px; }
        @media (max-width: 500px) {
          .image-gallery .image-content-wrap .right-col .download-buttons .icon {
            display: none; } }
      .image-gallery .image-content-wrap .right-col .download-buttons .download-icon-path {
        fill: grey; }
      @media (max-width: 500px) {
        .image-gallery .image-content-wrap .right-col .download-buttons .hide-on-mobile {
          display: none; } }
      .image-gallery .image-content-wrap .right-col .download-buttons a {
        display: block;
        margin-right: 10px;
        color: #454647;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.125rem;
        letter-spacing: 0.5px; }
        @media (max-width: 500px) {
          .image-gallery .image-content-wrap .right-col .download-buttons a {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }
        .image-gallery .image-content-wrap .right-col .download-buttons a:hover {
          color: #189BC8; }
          .image-gallery .image-content-wrap .right-col .download-buttons a:hover .download-icon-path {
            fill: #189BC8 !important; }
        .image-gallery .image-content-wrap .right-col .download-buttons a:last-of-type {
          margin-right: 0;
          margin-left: 10px; }
          @media (max-width: 500px) {
            .image-gallery .image-content-wrap .right-col .download-buttons a:last-of-type {
              margin-left: 0; } }
    .image-gallery .image-content-wrap .right-col .social-buttons-wrap {
      align-self: flex-end;
      margin-top: auto;
      margin-bottom: 0; }
    .image-gallery .image-content-wrap .right-col .social-buttons-grey-bg {
      margin: 0 0 0 0; }
      @media (max-width: 800px) {
        .image-gallery .image-content-wrap .right-col .social-buttons-grey-bg {
          width: 100%;
          margin: 20px 0; } }

.user-login-form {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 75px;
  margin-bottom: 45px; }
  @media (max-width: 725px) {
    .user-login-form {
      margin-top: 64px;
      margin-bottom: 34px; } }
  .user-login-form .form-item {
    width: 100%;
    margin-bottom: 20px; }
    .user-login-form .form-item label {
      display: block;
      width: 100%;
      margin-bottom: 5px;
      color: #454647;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.5px; }
    .user-login-form .form-item input {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 10px 10px;
      margin-bottom: 5px;
      color: #005f85;
      border: 1px solid #B2B6B7; }
    .user-login-form .form-item .description {
      font-size: 0.75rem; }
  .user-login-form .button {
    display: block;
    width: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 16px 45px;
    margin: 20px auto 0;
    z-index: 2;
    color: #FFFFFF;
    background-color: #189BC8;
    border: 0;
    transition: background-color 0.25s ease;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 4px; }
    @media (max-width: 725px) {
      .user-login-form .button {
        margin: 20px auto 20px; } }
    .user-login-form .button:hover {
      background-color: #005f85; }

.map-page .map-wrap {
  max-width: 555px;
  border-bottom: 1px dashed #B2B6B7; }

.map-page .map-section-title {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 37px;
  border-bottom: #919495 dashed 1px;
  color: #005F83;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px; }

.map-page .closed {
  display: none; }

.map-page .open {
  display: block; }

.map-page .map-images {
  width: 100%; }

.map-page .map-image {
  max-width: 100%;
  margin-bottom: 45px; }

.map-page .map-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.map-page .map-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 49%;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #E5E7E9;
  transition: background-color 0.5s ease-in-out;
  cursor: pointer; }
  .map-page .map-button:hover {
    color: #FFFFFF; }
  .map-page .map-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-right: 3px solid #FFFFFF; }
    .map-page .map-button .icon img {
      width: 57%; }
  .map-page .map-button .title {
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    @media (max-width: 736px) {
      .map-page .map-button .title {
        font-size: 0.8rem;
        font-weight: 900; } }

.map-page .active {
  color: #FFFFFF; }

.map-page .map-section-copy {
  margin: 25px 0;
  color: #26292C;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  line-height: 27px; }

.map-page .social-buttons {
  margin: 27px 0 40px 0; }

.map-page .video-content {
  width: 100%;
  max-width: 555px; }
  .map-page .video-content .social-buttons {
    margin: 9px 0 40px 0; }

.map-page .videos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 42px; }
  @media (max-width: 725px) {
    .map-page .videos {
      flex-wrap: wrap; } }
  .map-page .videos .video {
    width: 100%; }
    .map-page .videos .video .title-section-wrap {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 26px 0 10px; }
      .map-page .videos .video .title-section-wrap .title {
        margin-right: auto;
        color: #5E4B3C;
        font-family: "Lato", sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.125rem;
        letter-spacing: 0.5px; }
        @media (max-width: 420px) {
          .map-page .videos .video .title-section-wrap .title {
            font-size: 1rem;
            font-weight: 900; } }

.map-page .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0; }

.map-page .fluid-width-video-wrapper iframe, .map-page .fluid-width-video-wrapper object, .map-page .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.map-page .video-containter {
  padding: 0;
  margin: 0 0 -2px 0; }
  .map-page .video-containter iframe {
    width: 100%; }

.map-page .copy-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 20px 0; }
  @media (max-width: 725px) {
    .map-page .copy-wrap {
      border-bottom: 0; } }

.map-page .copy {
  color: #26292C;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  line-height: 27px; }

.news-social-page .intro-block {
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  margin-bottom: 35px;
  border-bottom: 1px dashed #B2B6B7; }

.news-social-page .title {
  color: #85431E !important; }

.news-social-page .newsletter {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 45px 0;
  margin-bottom: 45px;
  border-bottom: 1px dashed #B2B6B7; }
  .news-social-page .newsletter:nth-child(3n) {
    margin-bottom: 0;
    border-bottom: 0; }
  .news-social-page .newsletter .newsletter-head {
    width: 100%; }
    .news-social-page .newsletter .newsletter-head p {
      margin: 20px 0 30px; }
  .news-social-page .newsletter .newsletter-body {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 565px) {
      .news-social-page .newsletter .newsletter-body {
        flex-wrap: wrap; } }
    .news-social-page .newsletter .newsletter-body .left {
      width: 33%; }
      @media (max-width: 565px) {
        .news-social-page .newsletter .newsletter-body .left {
          width: 100%;
          margin-bottom: 35px; } }
    .news-social-page .newsletter .newsletter-body .right {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 60%; }
      @media (max-width: 565px) {
        .news-social-page .newsletter .newsletter-body .right {
          width: 100%; } }
    .news-social-page .newsletter .newsletter-body .title {
      width: 100%;
      margin: auto 0 20px 0; }
    .news-social-page .newsletter .newsletter-body .copy {
      width: 100%;
      margin: 0; }
      .news-social-page .newsletter .newsletter-body .copy p {
        width: 100%;
        margin: 0 0 30px 0;
        color: #454647;
        font-family: "Playfair Display", serif;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.6875rem; }
    .news-social-page .newsletter .newsletter-body .download-wrap {
      width: 100%;
      margin: 0; }
    .news-social-page .newsletter .newsletter-body .icon {
      max-width: 35px;
      margin-right: 10px; }
    .news-social-page .newsletter .newsletter-body .download-icon-path {
      fill: #189BC8; }
    .news-social-page .newsletter .newsletter-body .download {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      text-decoration: none;
      text-transform: uppercase;
      color: #189BC8; }
      .news-social-page .newsletter .newsletter-body .download:hover {
        color: #005f85; }
        .news-social-page .newsletter .newsletter-body .download:hover .download-icon-path {
          fill: #005f85; }
    .news-social-page .newsletter .newsletter-body .month-list {
      width: 100%;
      margin: 50px 0 0; }
      .news-social-page .newsletter .newsletter-body .month-list .past-title {
        width: 100%;
        font-weight: 700; }
      .news-social-page .newsletter .newsletter-body .month-list .list-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 10px auto 0; }
      .news-social-page .newsletter .newsletter-body .month-list .news-month {
        margin-right: 15px;
        cursor: pointer;
        text-decoration: underline; }
        .news-social-page .newsletter .newsletter-body .month-list .news-month:hover {
          color: #189BC8; }
        .news-social-page .newsletter .newsletter-body .month-list .news-month:last-of-type {
          margin-right: 0; }
  .news-social-page .newsletter .newsletter-signup {
    width: 100%;
    margin: 50px 0 0;
    font-family: "Playfair Display", serif; }

.news-social-page .signup-form .title {
  color: #005f85;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.5px; }
  @media (max-width: 420px) {
    .news-social-page .signup-form .title {
      font-size: 1rem;
      font-weight: 900; } }

.news-social-page .signup-form .form-wrap {
  width: 100%;
  max-width: 550px;
  margin: 45px 0; }

.news-social-page .signup-form .text-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.news-social-page .signup-form .js-form-item {
  position: relative;
  width: 48%;
  margin-bottom: 23px; }
  @media (max-width: 725px) {
    .news-social-page .signup-form .js-form-item {
      width: 100%; } }

.news-social-page .signup-form .text-fields-wrap label {
  color: #B2B6B7;
  box-sizing: border-box;
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 0.5em 1em;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  text-align: left;
  transform: translateY(3px);
  transition: all .2s ease-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 10; }

.news-social-page .signup-form .text-fields-wrap .field--not-empty label {
  opacity: 1;
  transform: none; }

.news-social-page .signup-form .text-fields-wrap input {
  width: 100%;
  height: 58px;
  padding: .4761904762em 14px;
  color: #454647;
  background-color: #FFFFFF;
  border: 1px solid #B2B6B7;
  transition: all .2s ease-out;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }
  .news-social-page .signup-form .text-fields-wrap input:hover, .news-social-page .signup-form .text-fields-wrap input:focus {
    /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
    outline: 0; }

.news-social-page .signup-form .text-fields-wrap .field--not-empty input {
  padding: 18px 14px 2px 14px; }

.news-social-page .signup-form .text-fields-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454647; }

.news-social-page .signup-form .text-fields-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454647; }

.news-social-page .signup-form .text-fields-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454647; }

.news-social-page .signup-form .text-fields-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454647; }

.news-social-page .checkboxes-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 22px; }
  @media (max-width: 725px) {
    .news-social-page .checkboxes-wrap {
      flex-wrap: wrap; } }
  .news-social-page .checkboxes-wrap .left {
    margin-right: 15px; }
    @media (max-width: 725px) {
      .news-social-page .checkboxes-wrap .left {
        width: 100%;
        margin-bottom: 20px; } }
  @media (max-width: 725px) {
    .news-social-page .checkboxes-wrap .right {
      width: 100%; } }
  .news-social-page .checkboxes-wrap .title {
    width: 100%;
    margin-bottom: 16px;
    color: #454647 !important;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .news-social-page .checkboxes-wrap .title {
        font-size: 1rem;
        font-weight: 900; } }
  .news-social-page .checkboxes-wrap .checkbox-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 13px;
    /*
      input:checked + label {
        background-color: $medium-grey-two;
      }
      */ }
    .news-social-page .checkboxes-wrap .checkbox-wrap input {
      width: 18px;
      margin: 0 5px 0 0;
      position: relative;
      z-index: 2; }
    .news-social-page .checkboxes-wrap .checkbox-wrap .label {
      padding-top: 2px; }

.news-social-page .send-button-wrap {
  width: 100%;
  margin-top: 32px; }
  .news-social-page .send-button-wrap input {
    display: block;
    width: 230px;
    box-sizing: border-box;
    padding: 16px 45px;
    color: #FFFFFF;
    background-color: #189BC8;
    border: 0;
    transition: background-color 0.25s ease;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 4px; }
    .news-social-page .send-button-wrap input:hover {
      background-color: #005f85; }

.webform-confirmation {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  margin: 100px auto; }
  .webform-confirmation .webform-confirmation__message {
    width: 100%;
    padding: 0 75px;
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }
    @media (max-width: 565px) {
      .webform-confirmation .webform-confirmation__message {
        padding: 0 0; } }
    .webform-confirmation .webform-confirmation__message strong {
      color: #85431E;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.5rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .webform-confirmation .webform-confirmation__message strong {
          font-size: 1rem;
          font-weight: 900; } }
    .webform-confirmation .webform-confirmation__message p {
      margin-top: 14px; }
    .webform-confirmation .webform-confirmation__message a {
      color: #26292C; }
      .webform-confirmation .webform-confirmation__message a:hover {
        color: #189BC8; }
  .webform-confirmation .webform-confirmation__back {
    width: 100%;
    padding: 0 75px;
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }
    @media (max-width: 565px) {
      .webform-confirmation .webform-confirmation__back {
        padding: 0 0; } }
    .webform-confirmation .webform-confirmation__back a {
      width: 100%;
      margin-top: 10px;
      color: #189BC8;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 0.75rem;
      letter-spacing: 0.5px;
      cursor: pointer; }
      @media (max-width: 420px) {
        .webform-confirmation .webform-confirmation__back a {
          font-weight: 900; } }
      .webform-confirmation .webform-confirmation__back a:hover {
        color: #005f85; }
      .webform-confirmation .webform-confirmation__back a:before {
        content: '\2329';
        padding-right: 5px; }

.people-page .intro-block strong {
  width: 100%;
  margin-bottom: 25px;
  color: #85431E;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.5px; }
  @media (max-width: 420px) {
    .people-page .intro-block strong {
      font-size: 1rem;
      font-weight: 900; } }

.people-page .contact-info {
  width: 100%;
  max-width: 550px;
  margin-bottom: 50px; }
  .people-page .contact-info .headline {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #85431E;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .people-page .contact-info .headline {
        font-size: 1rem;
        font-weight: 900; } }
  .people-page .contact-info .title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #444545;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .people-page .contact-info .title {
        font-size: 1rem;
        font-weight: 900; } }
  .people-page .contact-info span {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .people-page .contact-info strong {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .people-page .contact-info strong {
        font-size: 1rem;
        font-weight: 900; } }

.people-page h2 {
  width: 100%;
  max-width: 550px;
  padding-bottom: 20px;
  margin-bottom: 37px;
  color: #454647;
  border-bottom: #919495 dashed 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.5px; }
  @media (max-width: 420px) {
    .people-page h2 {
      font-weight: 900; } }

.people-page .effective-date {
  font-size: 1rem;
  font-weight: 400; }

.people-page .people-group {
  width: 100%;
  max-width: 550px;
  padding-bottom: 20px;
  margin-bottom: 37px; }

.people-page .people-section-title {
  width: 100%;
  margin-bottom: 25px;
  color: #85431E;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.5px; }
  @media (max-width: 420px) {
    .people-page .people-section-title {
      font-size: 1rem;
      font-weight: 900; } }

.people-page .people-section-copy {
  color: #26292C;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  line-height: 27px; }
  .people-page .people-section-copy p {
    margin-top: 14px; }

.people-page .people {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 550px; }

.people-page .person {
  margin-bottom: 35px; }

.people-page .col-one .image {
  width: 100%;
  margin-bottom: 17px; }
  .people-page .col-one .image img {
    max-width: 100%; }

.people-page .col-one .name {
  width: 100%;
  margin-bottom: 5px;
  color: #85431E;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px; }
  @media (max-width: 420px) {
    .people-page .col-one .name {
      font-weight: 900; } }

.people-page .col-one .position {
  width: 100%;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400; }

.people-page .col-one .phone {
  width: 100%;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }

.people-page .col-one .email {
  width: 100%;
  margin-bottom: 5px; }
  .people-page .col-one .email a {
    color: #454647;
    text-decoration: underline;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700; }

.people-page .col-one .more-button {
  width: 100%;
  margin-top: 10px;
  color: #189BC8;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.5px;
  cursor: pointer; }
  @media (max-width: 420px) {
    .people-page .col-one .more-button {
      font-weight: 900; } }
  .people-page .col-one .more-button:hover {
    color: #005f85; }

.people-page .col-two .bio {
  width: 100%;
  color: #454647;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  line-height: 28px; }
  @media (max-width: 585px) {
    .people-page .col-two .bio {
      margin-top: 20px; } }

.people-page .col-two .close-button-icon {
  width: 19px;
  height: 18px;
  margin-left: 5px; }

.people-page .col-two .close-button-path {
  fill: #454647; }

.people-page .col-two .close-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  height: 18px;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.5px;
  cursor: pointer; }
  .people-page .col-two .close-button:hover {
    color: #189BC8; }
    .people-page .col-two .close-button:hover .close-button-path {
      fill: #189BC8; }
  @media (max-width: 420px) {
    .people-page .col-two .close-button {
      font-weight: 900; } }

.people-page .closed {
  width: 47%; }
  @media (max-width: 585px) {
    .people-page .closed {
      width: 100%; } }
  .people-page .closed .col-one {
    width: 100%; }
    .people-page .closed .col-one .image img {
      /* Leaving this here incase they ever want greyscale images again...
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
        */ }
  .people-page .closed .col-two {
    display: none; }

.people-page .open {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 37px;
  margin-bottom: 43px;
  border-bottom: #919495 dashed 1px; }
  @media (max-width: 585px) {
    .people-page .open {
      flex-wrap: wrap; } }
  .people-page .open .col-one, .people-page .open .col-two {
    display: block;
    width: 47%; }
    @media (max-width: 585px) {
      .people-page .open .col-one, .people-page .open .col-two {
        width: 100%; } }
  .people-page .open .more-button {
    display: none; }

.people-page .even .col-one {
  order: 1; }

.people-page .even .col-two {
  order: 2; }

.people-page .odd .col-one {
  order: 2; }

.people-page .odd .col-two {
  order: 1; }

@media (max-width: 585px) {
  .people-page .odd .col-one {
    order: 1; }
  .people-page .odd .col-two {
    order: 2; } }

.single-facts-page .publication {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding-top: 35px;
  margin: 80px auto 0;
  background-color: #FFFFFF; }
  @media (max-width: 725px) {
    .single-facts-page .publication {
      padding-top: 0; } }
  .single-facts-page .publication .publication-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 640px;
    margin: 0 auto; }
    @media (max-width: 680px) {
      .single-facts-page .publication .publication-content {
        flex-wrap: wrap; } }
    .single-facts-page .publication .publication-content .left {
      width: 58.59375%; }
      @media (max-width: 680px) {
        .single-facts-page .publication .publication-content .left {
          order: 2;
          width: 100%; } }
    .single-facts-page .publication .publication-content .right {
      width: 35.9375%; }
      @media (max-width: 680px) {
        .single-facts-page .publication .publication-content .right {
          order: 1;
          width: 100%;
          margin-bottom: 40px; } }
      .single-facts-page .publication .publication-content .right img {
        max-width: 100%; }
  .single-facts-page .publication .title-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .single-facts-page .publication .title-wrap .title {
      color: #5E4B3C;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .single-facts-page .publication .title-wrap .title {
          font-size: 1rem;
          font-weight: 900; } }
  .single-facts-page .publication .copy-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 0; }
    @media (max-width: 725px) {
      .single-facts-page .publication .copy-wrap {
        border-bottom: 0; } }
  .single-facts-page .publication .copy {
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }
    .single-facts-page .publication .copy p {
      margin-top: 14px; }
    .single-facts-page .publication .copy .more-button {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      margin: 12px 0;
      color: #189BC8;
      cursor: pointer;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      .single-facts-page .publication .copy .more-button:hover {
        color: #005f85; }
      @media (max-width: 420px) {
        .single-facts-page .publication .copy .more-button {
          font-weight: 900; } }
  .single-facts-page .publication .download-wrap .pdf-icon {
    fill: #189BC8; }
  .single-facts-page .publication .download-wrap a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #189BC8;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    .single-facts-page .publication .download-wrap a:hover {
      color: #005f85; }
      .single-facts-page .publication .download-wrap a:hover .pdf-icon {
        fill: #005f85; }
    @media (max-width: 420px) {
      .single-facts-page .publication .download-wrap a {
        font-weight: 900; } }
  .single-facts-page .publication .download-wrap .icon {
    margin-right: 8px; }
  .single-facts-page .publication .quantity-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 30px 0;
    color: #454647;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .single-facts-page .publication .quantity-wrap {
        font-weight: 900; } }
    .single-facts-page .publication .quantity-wrap input {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 65px;
      height: 35px;
      margin-left: 8px;
      border: 1px solid #454647;
      text-align: center; }
  .single-facts-page .publication .add-to-cart .button {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 45px;
    color: #FFFFFF;
    background-color: #189BC8;
    transition: background-color 0.25s ease;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 4px; }
    .single-facts-page .publication .add-to-cart .button:hover {
      background-color: #005f85; }
  .single-facts-page .publication .publication-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 640px;
    box-sizing: border-box;
    padding-top: 35px;
    margin: 30px auto 75px;
    border-top: 1px dashed #B2B6B7; }
    @media (max-width: 725px) {
      .single-facts-page .publication .publication-footer .social-buttons-wrap {
        width: auto;
        margin-bottom: 0;
        border-bottom: 0; } }
    .single-facts-page .publication .publication-footer .social-buttons {
      margin: 0 0 0 0; }
    .single-facts-page .publication .publication-footer .see-all-publications a {
      color: #454647;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      .single-facts-page .publication .publication-footer .see-all-publications a:hover {
        color: #005f85; }
      @media (max-width: 420px) {
        .single-facts-page .publication .publication-footer .see-all-publications a {
          font-weight: 900; } }

.single-facts-page .related-content {
  width: 100%;
  background-color: #E5E7E9; }
  .single-facts-page .related-content .section-title-wrap {
    width: 100%;
    padding: 80px 0 20px;
    border-bottom: 1px solid #26292C;
    text-align: center; }
    .single-facts-page .related-content .section-title-wrap .title {
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .single-facts-page .related-content .section-title-wrap .title {
          font-size: 1rem;
          font-weight: 900; } }

.publications-library .library-controls .wrap {
  padding: 0 0 15px; }

.publications-library .active {
  display: block !important; }

.publications-library .closed {
  display: none !important; }

.publications-library .filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 550px; }
  @media (max-width: 590px) {
    .publications-library .filters {
      flex-wrap: wrap; } }

.publications-library .filters-wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #E5E7E9; }
  @media (max-width: 600px) {
    .publications-library .filters-wrap {
      flex-wrap: wrap; } }

.publications-library .select-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 600px) {
    .publications-library .select-wrap {
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start; } }

.publications-library .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.publications-library .select {
  width: 49%;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .publications-library .select {
      width: 100%;
      margin-top: 25px;
      margin-bottom: 15px; } }
  @media (max-width: 475px) {
    .publications-library .select {
      margin-top: 15px; } }

.publications-library .select-styled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 48px;
  background-color: #B2B6B7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px; }
  @media (max-width: 725px) {
    .publications-library .select-styled {
      font-weight: 900; } }
  .publications-library .select-styled:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ui/white-arrow-down.png") no-repeat;
    background-size: 13px 8px;
    background-position: center center;
    background-color: #189BC8; }
  .publications-library .select-styled:hover {
    background-color: #919495; }
  .publications-library .select-styled:active, .publications-library .select-styled.active {
    background-color: #B2B6B7; }
    .publications-library .select-styled:active:after, .publications-library .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #E5E7E9 transparent; }

.publications-library .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 48px;
  margin: 0;
  list-style: none;
  color: #454647;
  background-color: #E5E7E9; }
  .publications-library .select-options li {
    box-sizing: border-box;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #B2B6B7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .publications-library .select-options li:first-of-type {
      border-top: 0; }
    .publications-library .select-options li:hover {
      color: #189BC8;
      background: #E5E7E9; }
    .publications-library .select-options li[rel="hide"] {
      display: none; }

.publications-library .select-two-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.publications-library .select-two {
  width: 49%;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .publications-library .select-two {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; } }

.publications-library .select-two-styled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 48px;
  background-color: #B2B6B7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px; }
  .publications-library .select-two-styled:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ui/white-arrow-down.png") no-repeat;
    background-size: 13px 8px;
    background-position: center center;
    background-color: #189BC8; }
  .publications-library .select-two-styled:hover {
    background-color: #919495; }
  .publications-library .select-two-styled:active, .publications-library .select-two-styled.active {
    background-color: #B2B6B7; }
    .publications-library .select-two-styled:active:after, .publications-library .select-two-styled.active:after {
      top: 9px;
      border-color: transparent transparent #E5E7E9 transparent; }

.publications-library .select-two-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 48px;
  margin: 0;
  list-style: none;
  color: #454647;
  background-color: #E5E7E9; }
  .publications-library .select-two-options li {
    box-sizing: border-box;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #B2B6B7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .publications-library .select-two-options li:first-of-type {
      border-top: 0; }
    .publications-library .select-two-options li:hover {
      color: #189BC8;
      background: #E5E7E9; }
    .publications-library .select-two-options li[rel="hide"] {
      display: none; }

.publications-library .publications-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 465px;
  box-sizing: border-box;
  padding-top: 35px;
  background-color: #FFFFFF; }
  @media (max-width: 725px) {
    .publications-library .publications-content {
      padding-top: 0; } }
  .publications-library .publications-content .publications {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    margin: 60px auto 35px;
    background-color: #FFFFFF; }
    @media (max-width: 725px) {
      .publications-library .publications-content .publications {
        padding-top: 0; } }
    .publications-library .publications-content .publications .publication-header {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      max-width: 640px;
      margin: 0 auto 15px; }
      .publications-library .publications-content .publications .publication-header .close-button-title {
        display: block;
        padding-bottom: 2px;
        color: #444545;
        text-decoration: none; }
      .publications-library .publications-content .publications .publication-header .close-button-icon {
        width: 19px;
        height: 18px;
        margin-right: 0;
        margin-left: 5px; }
      .publications-library .publications-content .publications .publication-header .close-button-path {
        fill: #444545; }
      .publications-library .publications-content .publications .publication-header .close-button {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-width: 100px;
        height: 18px;
        margin-left: auto;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 0.75rem;
        letter-spacing: 0.5px;
        cursor: pointer; }
        .publications-library .publications-content .publications .publication-header .close-button:hover .close-button-title {
          color: #189BC8; }
        .publications-library .publications-content .publications .publication-header .close-button:hover .close-button-path {
          fill: #189BC8; }
        @media (max-width: 420px) {
          .publications-library .publications-content .publications .publication-header .close-button {
            font-weight: 900; } }
        @media (max-width: 725px) {
          .publications-library .publications-content .publications .publication-header .close-button .close-button-title {
            display: none; } }
    .publications-library .publications-content .publications .publication-content {
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 640px;
      margin: 0 auto; }
      @media (max-width: 850px) {
        .publications-library .publications-content .publications .publication-content {
          flex-wrap: wrap; } }
      .publications-library .publications-content .publications .publication-content .left {
        width: 58.59375%; }
        @media (max-width: 850px) {
          .publications-library .publications-content .publications .publication-content .left {
            order: 2;
            width: 100%; } }
      .publications-library .publications-content .publications .publication-content .right {
        width: 35.9375%; }
        @media (max-width: 850px) {
          .publications-library .publications-content .publications .publication-content .right {
            order: 1;
            width: 100%;
            margin-bottom: 40px; } }
        .publications-library .publications-content .publications .publication-content .right .publication-image {
          min-height: 305px; }
        .publications-library .publications-content .publications .publication-content .right img {
          max-width: 100%; }
    .publications-library .publications-content .publications .title-wrap {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .publications-library .publications-content .publications .title-wrap .title {
        color: #5E4B3C;
        font-family: "Lato", sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.125rem;
        letter-spacing: 0.5px; }
        @media (max-width: 420px) {
          .publications-library .publications-content .publications .title-wrap .title {
            font-size: 1rem;
            font-weight: 900; } }
    .publications-library .publications-content .publications .copy-wrap {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px 20px 0; }
      @media (max-width: 725px) {
        .publications-library .publications-content .publications .copy-wrap {
          border-bottom: 0; } }
    .publications-library .publications-content .publications .copy {
      color: #26292C;
      font-family: "Playfair Display", serif;
      font-size: 0.9375rem;
      line-height: 27px; }
      .publications-library .publications-content .publications .copy p {
        margin-top: 14px; }
      .publications-library .publications-content .publications .copy .more-button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 12px 0;
        color: #189BC8;
        cursor: pointer;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.125rem;
        letter-spacing: 0.5px; }
        .publications-library .publications-content .publications .copy .more-button:hover {
          color: #005f85; }
        @media (max-width: 420px) {
          .publications-library .publications-content .publications .copy .more-button {
            font-weight: 900; } }
    .publications-library .publications-content .publications .download-wrap .pdf-icon {
      fill: #189BC8; }
    .publications-library .publications-content .publications .download-wrap a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: #189BC8;
      cursor: pointer;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      .publications-library .publications-content .publications .download-wrap a:hover {
        color: #005f85; }
        .publications-library .publications-content .publications .download-wrap a:hover .pdf-icon {
          fill: #005f85; }
      @media (max-width: 420px) {
        .publications-library .publications-content .publications .download-wrap a {
          font-weight: 900; } }
    .publications-library .publications-content .publications .download-wrap .icon {
      margin-right: 8px; }
    .publications-library .publications-content .publications .quantity-wrap {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      margin: 30px 0;
      color: #454647;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .publications-library .publications-content .publications .quantity-wrap {
          font-weight: 900; } }
      .publications-library .publications-content .publications .quantity-wrap input {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 65px;
        height: 35px;
        margin-left: 8px;
        border: 1px solid #454647;
        text-align: center; }
    .publications-library .publications-content .publications .add-to-cart .button {
      width: 100%;
      box-sizing: border-box;
      padding: 16px 45px;
      color: #FFFFFF;
      background-color: #189BC8;
      border: 0;
      transition: background-color 0.25s ease;
      cursor: pointer;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 4px; }
      .publications-library .publications-content .publications .add-to-cart .button:hover {
        background-color: #005f85; }
    .publications-library .publications-content .publications .publication-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 640px;
      box-sizing: border-box;
      padding-top: 35px;
      margin: 30px auto;
      border-top: 1px dashed #B2B6B7; }
      .publications-library .publications-content .publications .publication-footer .social-buttons {
        margin: 0 0 0 0; }

.publications-library .product-cards {
  padding: 38px 52px; }

.publications-library .cards {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px; }

.publications-library #filter-target-two {
  display: flex;
  flex-wrap: wrap; }

.publications-library .card {
  margin: 14px 14px 14px 14px;
  /*
    @include respond-to(b-1070) {
      margin-bottom: 10px;
    }
    @include respond-to(b-930) {
      margin: 14px 10px 20px;
    }
    &:nth-child(3n+2) {
      margin: 14px 28px 14px;
      @include respond-to(b-1070) {
        margin: 14px 10px 10px;
      }
      @include respond-to(b-930) {
        margin: 14px 10px 20px;
      }
    }
    &:last-child {
      //margin: 0 0 28px 28px;
      @include respond-to(b-1070) {
        margin: 14px 10px 10px;
      }
      @include respond-to(b-930) {
        margin: 14px 10px 20px;
      }
    }
*/ }

.search-results .search-field {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 100px;
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: auto; }
  .search-results .search-field form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #454647; }
  .search-results .search-field .form-type-search {
    width: 90%; }
    .search-results .search-field .form-type-search input {
      width: 100%;
      box-sizing: border-box;
      padding: 0;
      margin-right: auto;
      margin-left: 0;
      border: 0;
      color: #454647;
      font-family: "Lato", sans-serif;
      font-size: 2.375rem;
      font-weight: 700;
      line-height: 2.75rem;
      letter-spacing: 0.5px; }
      .search-results .search-field .form-type-search input::placeholder {
        color: #454647; }
  .search-results .search-field .form-actions {
    width: 25px;
    height: 25px;
    margin-right: 0;
    margin-left: auto;
    background: url("../images/ui/search-icon-blue.png") no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-indent: -99999999px; }

.search-results .filters-section {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto; }
  .search-results .filters-section .title {
    width: 100%;
    margin-bottom: 20px;
    color: #454647;
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.5px; }
    @media (max-width: 420px) {
      .search-results .filters-section .title {
        font-size: 1rem;
        font-weight: 900; } }
    .search-results .filters-section .title .label {
      text-transform: uppercase;
      font-size: 1.125rem; }
  .search-results .filters-section .slick-track {
    width: 100%; }
  .search-results .filters-section .tag-filter {
    display: flex;
    align-items: center;
    width: 18%;
    min-height: 54px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-right: 10px;
    color: #454647;
    border: 1px solid #454647;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.5px; }
    @media (max-width: 600px) {
      .search-results .filters-section .tag-filter {
        font-size: 0.6rem; } }
    .search-results .filters-section .tag-filter:last-of-type {
      margin-right: 0; }
  .search-results .filters-section .active {
    color: #FFFFFF;
    background-color: #B2B6B7;
    border: 1px solid #B2B6B7; }
  .search-results .filters-section .slick-prev,
  .search-results .filters-section .slick-next {
    position: absolute;
    display: block;
    width: 11px;
    height: 19px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    text-indent: -99999999px; }
  .search-results .filters-section .slick-prev {
    left: -25px;
    width: 11px;
    height: 19px;
    background-image: url("../images/ui/slider-arrow-back.png");
    background-repeat: no-repeat;
    background-size: 11px 19px;
    background-color: #FFFFFF; }
    @media (max-width: 1060px) {
      .search-results .filters-section .slick-prev {
        left: -15px; } }
    @media (max-width: 508px) {
      .search-results .filters-section .slick-prev {
        top: 20px; } }
  .search-results .filters-section .slick-next {
    right: -25px;
    width: 11px;
    height: 19px;
    background-image: url("../images/ui/slider-arrow-forward.png");
    background-repeat: no-repeat;
    background-size: 11px 19px;
    background-color: #FFFFFF; }
    @media (max-width: 1060px) {
      .search-results .filters-section .slick-next {
        right: -15px; } }
    @media (max-width: 508px) {
      .search-results .filters-section .slick-next {
        top: 20px; } }

.no-results {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 107px 0;
  color: #454647;
  background-color: #E5E7E9;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 2px; }

.video-page .video-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 465px;
  box-sizing: border-box;
  padding: 35px 0 0 0;
  background-color: #FFFFFF;
  border-bottom: 0; }
  @media (max-width: 725px) {
    .video-page .video-content {
      padding-top: 0; } }
  .video-page .video-content .videos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 642px;
    margin: 50px auto; }
    @media (max-width: 725px) {
      .video-page .video-content .videos {
        padding-top: 0; } }
  .video-page .video-content .video {
    width: 100%;
    max-width: 555px; }
    .video-page .video-content .video .social-buttons-grey-bg {
      justify-content: flex-start; }
  .video-page .video-content .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0; }
  .video-page .video-content .fluid-width-video-wrapper iframe, .video-page .video-content .fluid-width-video-wrapper object, .video-page .video-content .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .video-page .video-content .video-containter {
    padding: 0;
    margin: 0 0 -2px 0; }
    .video-page .video-content .video-containter iframe {
      width: 100%; }
  .video-page .video-content .title-section-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 26px 0 10px; }
    .video-page .video-content .title-section-wrap .title {
      margin-right: auto;
      color: #5E4B3C;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .video-page .video-content .title-section-wrap .title {
          font-size: 1rem;
          font-weight: 900; } }
  .video-page .video-content .copy-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    border-bottom: 1px dashed #B2B6B7; }
    @media (max-width: 725px) {
      .video-page .video-content .copy-wrap {
        border-bottom: 0; } }
  .video-page .video-content .copy {
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }

.video-page .related-content {
  width: 100%;
  background-color: #E5E7E9; }
  .video-page .related-content .section-title-wrap {
    width: 100%;
    padding: 80px 0 20px;
    border-bottom: 1px solid #26292C;
    text-align: center; }
    .video-page .related-content .section-title-wrap .title {
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .video-page .related-content .section-title-wrap .title {
          font-size: 1rem;
          font-weight: 900; } }

.video-library .active {
  display: block !important; }

.video-library .closed {
  display: none !important; }

.video-library .filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 550px; }
  @media (max-width: 590px) {
    .video-library .filters {
      flex-wrap: wrap; } }

.video-library .filters-wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #E5E7E9; }

.video-library .select-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 600px) {
    .video-library .select-wrap {
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start; } }

.video-library .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.video-library .select {
  width: 49%;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .video-library .select {
      width: 100%;
      margin-top: 25px;
      margin-bottom: 15px; } }
  @media (max-width: 475px) {
    .video-library .select {
      margin-top: 15px; } }

.video-library .select-styled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 48px;
  background-color: #B2B6B7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px; }
  @media (max-width: 725px) {
    .video-library .select-styled {
      font-weight: 900; } }
  .video-library .select-styled:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ui/white-arrow-down.png") no-repeat;
    background-size: 13px 8px;
    background-position: center center;
    background-color: #189BC8; }
  .video-library .select-styled:hover {
    background-color: #919495; }
  .video-library .select-styled:active, .video-library .select-styled.active {
    background-color: #B2B6B7; }
    .video-library .select-styled:active:after, .video-library .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #E5E7E9 transparent; }

.video-library .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 48px;
  margin: 0;
  list-style: none;
  color: #454647;
  background-color: #E5E7E9; }
  .video-library .select-options li {
    box-sizing: border-box;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #B2B6B7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .video-library .select-options li:first-of-type {
      border-top: 0; }
    .video-library .select-options li:hover {
      color: #189BC8;
      background: #E5E7E9; }
    .video-library .select-options li[rel="hide"] {
      display: none; }

.video-library .select-two-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.video-library .select-two {
  width: 49%;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .video-library .select-two {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; } }

.video-library .select-two-styled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 48px;
  background-color: #B2B6B7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px; }
  .video-library .select-two-styled:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ui/white-arrow-down.png") no-repeat;
    background-size: 13px 8px;
    background-position: center center;
    background-color: #189BC8; }
  .video-library .select-two-styled:hover {
    background-color: #919495; }
  .video-library .select-two-styled:active, .video-library .select-two-styled.active {
    background-color: #B2B6B7; }
    .video-library .select-two-styled:active:after, .video-library .select-two-styled.active:after {
      top: 9px;
      border-color: transparent transparent #E5E7E9 transparent; }

.video-library .select-two-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 48px;
  margin: 0;
  list-style: none;
  color: #454647;
  background-color: #E5E7E9; }
  .video-library .select-two-options li {
    box-sizing: border-box;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #B2B6B7;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px; }
    .video-library .select-two-options li:first-of-type {
      border-top: 0; }
    .video-library .select-two-options li:hover {
      color: #189BC8;
      background: #E5E7E9; }
    .video-library .select-two-options li[rel="hide"] {
      display: none; }

.video-library .video-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 465px;
  box-sizing: border-box;
  padding: 35px 0 0 0;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-bottom: 0; }
  @media (max-width: 725px) {
    .video-library .video-content {
      padding-top: 0; } }
  .video-library .video-content .videos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 642px;
    margin: 50px auto; }
    @media (max-width: 725px) {
      .video-library .video-content .videos {
        padding-top: 0; } }
  .video-library .video-content .video {
    width: 100%; }
  .video-library .video-content .video-header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 15px; }
    .video-library .video-content .video-header .close-button-title {
      display: block;
      padding-bottom: 2px;
      color: #444545;
      text-decoration: none; }
    .video-library .video-content .video-header .close-button-icon {
      width: 19px;
      height: 18px;
      margin-right: 0;
      margin-left: 5px; }
    .video-library .video-content .video-header .close-button-path {
      fill: #444545; }
    .video-library .video-content .video-header .close-button {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-width: 100px;
      height: 18px;
      margin-left: auto;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 0.75rem;
      letter-spacing: 0.5px;
      cursor: pointer; }
      .video-library .video-content .video-header .close-button:hover .close-button-title {
        color: #189BC8; }
      .video-library .video-content .video-header .close-button:hover .close-button-path {
        fill: #189BC8; }
      @media (max-width: 420px) {
        .video-library .video-content .video-header .close-button {
          font-weight: 900; } }
      @media (max-width: 725px) {
        .video-library .video-content .video-header .close-button .close-button-title {
          display: none; } }
  .video-library .video-content .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0; }
  .video-library .video-content .fluid-width-video-wrapper iframe, .video-library .video-content .fluid-width-video-wrapper object, .video-library .video-content .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .video-library .video-content .video-containter {
    padding: 0;
    margin: 0 0 -2px 0; }
    .video-library .video-content .video-containter iframe {
      width: 100%; }
  .video-library .video-content .title-section-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 26px 0 10px; }
    .video-library .video-content .title-section-wrap .title {
      margin-right: auto;
      color: #5E4B3C;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.125rem;
      letter-spacing: 0.5px; }
      @media (max-width: 420px) {
        .video-library .video-content .title-section-wrap .title {
          font-size: 1rem;
          font-weight: 900; } }
    .video-library .video-content .title-section-wrap a {
      display: block;
      color: #444545;
      text-decoration: none; }
    .video-library .video-content .title-section-wrap .copy-link-icon {
      margin-right: 0;
      margin-left: 5px; }
    .video-library .video-content .title-section-wrap .copy-link-path {
      fill: #444545; }
    .video-library .video-content .title-section-wrap .copy-link {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-width: 100px;
      height: 18px;
      margin-left: auto;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 0.75rem;
      letter-spacing: 0.5px; }
      .video-library .video-content .title-section-wrap .copy-link:hover {
        color: #189BC8; }
        .video-library .video-content .title-section-wrap .copy-link:hover .copy-link-path {
          fill: #189BC8; }
      @media (max-width: 420px) {
        .video-library .video-content .title-section-wrap .copy-link {
          font-weight: 900; } }
      @media (max-width: 725px) {
        .video-library .video-content .title-section-wrap .copy-link .copy-link-title {
          display: none; } }
  .video-library .video-content .copy-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    border-bottom: 1px dashed #B2B6B7; }
    @media (max-width: 725px) {
      .video-library .video-content .copy-wrap {
        border-bottom: 0; } }
  .video-library .video-content .copy {
    color: #26292C;
    font-family: "Playfair Display", serif;
    font-size: 0.9375rem;
    line-height: 27px; }

.video-library .product-cards {
  padding: 38px 52px; }

.video-library .cards {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px; }

.video-library #filter-target-two {
  display: flex;
  flex-wrap: wrap; }

.video-library .card {
  margin: 14px 14px 14px 14px;
  /*
    @include respond-to(b-1070) {
      margin-bottom: 10px;
    }
    @include respond-to(b-930) {
      margin: 14px 10px 20px;
    }
    &:nth-child(3n+2) {
      margin: 14px 28px 14px;
      @include respond-to(b-1070) {
        margin: 14px 10px 10px;
      }
      @include respond-to(b-930) {
        margin: 14px 10px 20px;
      }
    }
    &:last-child {
      //margin: 0 0 28px 28px;
      @include respond-to(b-1070) {
        margin: 14px 10px 10px;
      }
      @include respond-to(b-930) {
        margin: 14px 10px 20px;
      }
    }
*/ }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }
