@charset "UTF-8";
/*!
Theme Name: emfluence 2017
Author: Andy Perdue
Version: 1.0
Author URI: http://www.emfluence.com
*/
/*colors*/
/*
* eMP layout based on Skeleton V2.0.4
* www.getskeleton.com
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 1360px) {
  .row-pad-60 {
    padding: 60px 0px;
  }
  .row-pad-40 {
    padding: 40px 0px;
  }
  .row-pad-20 {
    padding: 20px 0px;
  }
}
@media (max-width: 1359px) {
  .row-pad-60 {
    padding: 60px 0px;
  }
  .row-pad-40 {
    padding: 40px 30px;
  }
  .row-pad-20 {
    padding: 20px 20px;
  }
}
@media (max-width: 1300px) {
  .row-pad-40, .row-pad-20 {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .row-pad-40, .row-pad-20 {
    padding: 15px;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 1%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 24%;
  }
  .four.columns {
    width: 32.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.8em;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button], .nav-links a {
  display: inline-block;
  padding: 12px 15px 11px 15px;
  background-color: #F2C200;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  border: 0px none;
  font-family: "Montserrat";
}

.button:hover,
.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary, .nav-links a:hover {
  color: #FFF;
  background-color: #F2C200;
  opacity: 0.7;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=submit]:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus, .nav-links a:hover {
  color: #FFF;
  background-color: #F2C200;
  opacity: 0.7;
}

.nav-links a {
  display: inline-block;
  padding: 12px 15px 11px 15px;
  background: none;
  color: #2c4952;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  border: 3px solid #2c4952;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.nav-links a:hover {
  color: #FFCF6E;
  background-color: #2c4952;
  opacity: 1;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
select, textarea {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Montserrat";
  background-color: #e7e9e8;
  color: #a5a5a5;
  font-size: 15px;
  padding: 10px;
  border: 0px none;
  float: none;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

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

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

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-bottom: 40px;
  border-width: 0;
  border-bottom: 2px solid #E1E1E1;
  clear: both;
  height: 30px;
}

@media (max-width: 768px) {
  hr {
    margin-bottom: 15px;
    height: 10px;
  }
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.row-pad-20:after,
.row-pad-40:after,
.u-cf {
  content: "";
  display: table;
  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: 0.75s;
  animation-duration: 0.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;
}

header.site-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
}
.home header.site-header {
  background: rgb(255, 255, 255);
  border-bottom: 0px none;
}
@media (max-width: 768px) {
  header.site-header {
    min-height: 120px;
  }
}
header.site-header #logo {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 204px;
}
header.site-header #logo img {
  display: block;
}
@media (max-width: 1024px) {
  header.site-header #logo {
    padding: 15px 0 13px 12px;
  }
  header.site-header #logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 50px !important;
  }
}
@media (max-width: 768px) {
  header.site-header {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  header.site-header .main-navigation {
    order: -1;
    width: 100%;
  }
}

.main-navigation {
  text-align: left;
  position: relative;
  /* Small menu. */
}
.main-navigation .menu-toggle {
  background-color: #323230;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation .menu-toggle button {
  background: none;
  color: white;
  font-size: 24px;
}
.main-navigation .menu-primary-menu-container {
  height: 100%;
}
@media (max-width: 768px) {
  .main-navigation .menu-primary-menu-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: auto;
    background-color: #222;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .main-navigation.toggled .menu-primary-menu-container {
    display: block;
  }
}
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation li {
  margin: 0;
  position: relative;
}
.main-navigation a {
  font-family: "Montserrat", Helvetica, Arial;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  display: block;
  color: #717171;
}
.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
  color: #3e999a;
}
.main-navigation .menu {
  height: 100%;
}
@media (min-width: 769px) {
  .main-navigation .menu {
    display: flex;
    align-items: stretch;
    gap: 28px;
  }
}
.main-navigation .menu li button {
  display: none;
  position: absolute;
  top: 10px;
  right: 16px;
  padding: 0;
  line-height: 1;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background: none;
  color: #717171;
  font-size: 24px;
}
.main-navigation .menu li button::before {
  content: "+";
}
@media (max-width: 768px) {
  .main-navigation .menu li.menu-item-has-children {
    position: relative;
  }
  .main-navigation .menu li.menu-item-has-children > a {
    max-width: calc(100% - 50px);
  }
  .main-navigation .menu li.menu-item-has-children > button {
    display: flex;
  }
  .main-navigation .menu li.menu-item-has-children.expanded > button::before {
    content: "-";
  }
  .main-navigation .menu li.menu-item-has-children.expanded > ul {
    display: block;
  }
}
.main-navigation .menu > li {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .main-navigation .menu > li {
    display: block;
    margin-top: 8px;
  }
  .main-navigation .menu > li > a {
    margin-bottom: 8px;
    color: #fff;
  }
}
.main-navigation .menu > li:last-child ul {
  left: auto;
  right: 0;
}
.main-navigation .menu > li > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  body:not(.home) .main-navigation .menu > li > a {
    color: #fff;
  }
}
.main-navigation .menu > li > button {
  color: #fff;
  top: 0;
}
@media (min-width: 769px) {
  .main-navigation .menu li:hover > ul,
  .main-navigation .menu li:focus-within > ul {
    opacity: 1;
    transform: translateY(0);
    overflow: visible;
    height: auto;
    width: auto;
    visibility: visible;
  }
}
.main-navigation .menu ul {
  background-color: #fff;
  display: none;
}
@media (min-width: 769px) {
  .main-navigation .menu ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    overflow: hidden;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.2s ease-out;
  }
}
.main-navigation .menu ul li {
  padding: 8px 18px;
}
.main-navigation .menu ul li:first-child {
  padding-top: 16px;
}
.main-navigation .menu ul li:last-child {
  padding-bottom: 16px;
}
.main-navigation .menu ul ul {
  top: 0;
  left: 100%;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------
Main components
-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

/**#cd-timeline::before {
 this is the vertical line
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  width: 5px;
  background: $light-green;
}
**/
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .cd-timeline-block:first-child {
    margin-top: 5em;
  }
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 8px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: rgba(0, 0, 0, 0);
}

.cd-timeline-img.cd-location {
  background: #F2C200;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  top: -8px;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #429899;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 30px;
    font-size: 2.55rem;
    margin: 0;
    padding: 0;
  }
  .cd-timeline-content p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 14px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 14px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/**
woocommerce styles
mostly overrides to woocommerce plugin built-in styles
**/
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #429899;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #429899;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #347c7d;
}

li.product.excerpt {
  clear: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #429899;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce span.onsale {
  box-sizing: initial;
  background-color: #429899;
}

.woocommerce ul.products li.product .price {
  color: #429899;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #429899;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 120px;
    padding: 10px 6px 10px;
  }
}

@media (max-width: 768px) {
  .woocommerce form.checkout_coupon .form-row {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .woocommerce form.checkout_coupon .form-row button {
    display: block;
    width: 100%;
  }
}

.woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    width: auto;
  }
}

.woocommerce-info a {
  text-decoration: underline;
}

.woocommerce .quantity .qty {
  font-size: 16px;
  padding: 0.618em 1em;
  height: 35.75px;
}
@media (min-width: 768px) {
  .woocommerce .quantity .qty {
    font-size: 18px;
    padding: 0.618em 1em;
    height: 41px;
  }
}

@media (max-width: 530px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media (max-width: 530px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 0.25em;
    margin: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    content: "";
    display: none;
  }
}

.cfwc-custom-field-wrapper {
  margin-bottom: 1em;
}
.cfwc-custom-field-wrapper input {
  width: 100%;
}

/**conference styles**/
.conference {
  font-family: "Nunito", Arial, Helvetica;
}

.conference {
  /**content sections**/
}
.conference h2 {
  font-family: "Nunito";
  font-size: 40px;
  text-transform: uppercase;
}
.conference .button {
  font-family: "Nunito", Arial, Helvetica;
}
.conference .tall-subheader {
  opacity: 1;
}
.conference .section-dark-blue {
  background: #17373f;
  color: #FFF;
}
.conference .section-light-blue {
  background: #74c5cd;
  color: #17373f;
}
.conference .section-white {
  background: #FFF;
}
.conference .section-green {
  background: #429899;
  color: #FFF;
}
.conference .section-light-green {
  background: #72a280;
  color: #FFF;
}
.conference .section-yellow {
  background: #F2C200;
  color: #FFF;
}
.conference .button.blue {
  color: #17373F;
  background: #74c5cd;
}
.conference .button.orange {
  background: #f89c68;
  color: #FFF;
}

/** OTHER **/
a img:hover {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.logo {
  max-width: 310px;
}
@media (max-width: 769px) {
  .logo {
    width: 70%;
  }
}

/** NOTIFICATIONS **/
.notification {
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 769px) {
  .notification {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media (max-width: 769px) {
  .notification-text {
    display: block;
    margin-bottom: 8px;
  }
}

.pad-20 {
  padding: 20px;
}

.pad-40 {
  padding: 40px;
}
@media (max-width: 769px) {
  .pad-40 {
    padding: 25px;
  }
}

.pad-80 {
  padding: 80px;
}
@media (max-width: 769px) {
  .pad-80 {
    padding: 25px;
  }
}

.full-width {
  display: table;
  background: #FFFFFF;
  max-width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 1.15em;
}
@media (min-width: 769px) {
  .full-width {
    min-height: 500px;
  }
}
.full-width .full-width-text {
  height: 100%;
  color: #fff;
}
@media (min-width: 769px) {
  .full-width .full-width-text {
    width: 50%;
    vertical-align: top;
    display: table-cell;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .full-width .full-width-text.video {
    width: 50%;
  }
}
@media (max-width: 769px) {
  .full-width .full-width-text {
    text-align: center;
    width: 100%;
  }
}
.full-width .media-block {
  height: 100%;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 769px) {
  .full-width .media-block {
    width: 50%;
    vertical-align: top;
    display: table-cell;
    overflow: hidden;
  }
}
.full-width .media-block img {
  width: auto !important;
  height: 100% !important;
}
@media (max-width: 769px) {
  .full-width .media-block.image {
    min-height: 250px;
  }
}
.full-width .media-block.video {
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .full-width .media-block.video {
    width: 100%;
    text-align: center;
  }
}
.full-width .media-block.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.full-width .media-block.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width .media-block video {
  object-fit: cover;
}
@media (min-width: 769px) {
  .full-width .media-block.angled.right {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 18% 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 18% 100%);
  }
  .full-width .media-block.angled.left {
    -webkit-clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
  }
}
.full-width img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}

.section-label {
  color: #FFFFFF;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 900;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.text-block {
  margin-bottom: 30px;
  max-width: 700px;
}

/** BUTTONS **/
.section-button {
  background: transparent;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none;
}
.section-button:hover {
  background: #FFFFFF;
  color: #429899;
}

/**custom based on bg color**/
.white-bg h2.white {
  color: #429899;
}
.white-bg .text-block {
  color: #444444;
}
.white-bg .section-button {
  background: transparent;
  color: #429899;
  border: 2px solid #429899;
}
.white-bg .section-button:hover {
  background: #429899;
  color: #FFFFFF;
}
.white-bg.pattern {
  background-image: url("/wp-content/themes/eMP/images/domino-pattern.webp");
  background-repeat: repeat;
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

/**Generic background pattern**/
.pattern {
  background-image: url("/wp-content/themes/eMP/images/domino-pattern.webp");
  background-repeat: repeat;
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

.text-only {
  text-align: center;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .text-only {
    min-height: 320px;
  }
}
.text-only .content {
  float: none;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  flex-basis: auto;
}
.text-only .content h2 {
  margin-bottom: 2px;
}
.text-only .content p {
  margin-bottom: 0;
}
.text-only .section-button {
  margin-top: 35px;
}

/**Custom two-column**/
@media (min-width: 769px) {
  .half-section {
    display: table-cell;
    width: 50%;
  }
}
.full-width-image {
  display: block;
}

.wysiwyg {
  color: #444444;
}

.home-slider {
  overflow: hidden;
}
@media (min-width: 769px) {
  .home-slider {
    max-height: 550px;
  }
}

.owl-carousel .single {
  transform: translate3d(0px, 0px, 0px) !important;
}

/**masonry grid for image galleries**/
.gallery-container {
  position: relative;
  margin-bottom: -30px;
}

.gallery.gallery-full-width {
  background: #444444;
  padding: 0;
}

.gallery-pad {
  padding: 40px;
}
@media (max-width: 769px) {
  .gallery-pad {
    padding: 0;
    overflow: hidden;
  }
}

@media (max-width: 769px) {
  .gallery-fixed-width {
    margin-bottom: -20px;
  }
}

.grid-sizer-4col {
  width: 25%;
}
@media (max-width: 1024px) {
  .grid-sizer-4col {
    width: 50%;
  }
}

.gallery-item-4col {
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .gallery-item-4col {
    width: 50%;
  }
}

.grid-sizer-3col {
  width: 33%;
}
@media (max-width: 1024px) {
  .grid-sizer-3col {
    width: 50%;
  }
}

.gallery-item-3col {
  width: 33%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .gallery-item-3col {
    width: 50%;
  }
}

.flex-hr {
  border: 0px;
  height: 8px;
}

/**KEY DATES**/
.key-dates {
  position: relative;
}
@media (min-width: 1024px) {
  .key-dates {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .key-dates {
    padding: 40px 0 !important;
    text-align: center;
  }
}
.key-dates hr {
  position: relative;
  background-color: #429899;
  height: 3px;
  top: 100px;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 769px) {
  .key-dates hr::before,
  .key-dates hr::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #429899;
    bottom: -4px;
  }
  .key-dates hr::before {
    left: 0;
  }
  .key-dates hr::after {
    right: 0;
  }
}

.key-date {
  margin: 20px 0;
}
.key-date a {
  text-decoration: none;
}

@media (min-width: 769px) {
  .key-date-carousel:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
    width: 50px;
    height: 100%;
  }
  .key-date-carousel:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
    width: 50px;
    height: 100%;
  }
}

.key-date-title {
  color: #429899;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
  display: block;
  margin-top: 15px;
  text-align: center;
}
.key-date-title.date-past {
  color: #D9D9DA;
}

/**hide on mobile**/
@media (max-width: 769px) {
  .hide {
    display: none !important;
  }
}
/** COLOR CLASSES **/
.green {
  color: #429899;
}

.white {
  color: #FFFFFF;
}

/**BACKGROUND OPTIONS**/
.green-bg {
  background-color: #429899;
}
.green-bg.pattern {
  background-image: url("/wp-content/themes/eMP/images/domino-pattern.webp");
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

.green-bg {
  background-color: #429899;
}
.green-bg.pattern {
  background-image: url("/wp-content/themes/eMP/images/domino-pattern.webp");
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

.black-bg {
  background-color: #000000;
}

.white-bg {
  background-color: #FFFFFF !important;
  color: #444444 !important;
}

.grey-bg {
  background-color: #444444;
}

.light-grey-bg {
  background-color: #D9D9DA;
  color: #444444;
}

.green-bg a, .green-bg a, .yellow-bg a, .yellow-bg a, .green-bg a, .red-bg a, .grey-bg a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
.green-bg a.section-button, .green-bg a.section-button, .yellow-bg a.section-button, .yellow-bg a.section-button, .green-bg a.section-button, .red-bg a.section-button, .grey-bg a.section-button {
  text-decoration: none;
}
.green-bg a:hover, .green-bg a:hover, .yellow-bg a:hover, .yellow-bg a:hover, .green-bg a:hover, .red-bg a:hover, .grey-bg a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.green-bg a:hover.section-button, .green-bg a:hover.section-button, .yellow-bg a:hover.section-button, .yellow-bg a:hover.section-button, .green-bg a:hover.section-button, .red-bg a:hover.section-button, .grey-bg a:hover.section-button {
  opacity: 1;
  color: #429899;
}

.bmcd-logo {
  display: none;
}
@media (max-width: 769px) {
  .bmcd-logo {
    display: block;
    padding-top: 30px;
  }
}

div.wpcf7-response-output {
  border-radius: 5px !important;
}

span.wpcf7-not-valid-tip {
  color: #F2C200 !important;
}

.autocomplete {
  position: relative;
  display: inline-block;
  width: 600px;
}
@media (max-width: 768px) {
  .autocomplete {
    display: inline;
    width: 90%;
  }
}

.autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  width: 100%;
  z-index: 99;
  top: 60%;
  left: 0;
  right: 0;
  max-height: 400px;
  overflow: scroll;
  border-radius: 10px;
  margin-left: 35px;
  font-weight: bold;
  color: #333333;
  font-size: 17px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: left;
  padding: 30px 0 0 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .autocomplete-items {
    top: 35%;
    margin-left: 6px;
    width: 103%;
  }
}

.autocomplete-items div {
  padding: 6px 15px 6px 30px;
  cursor: pointer;
  background-color: #fff;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .autocomplete-items div {
    line-height: 1.2;
  }
}
.autocomplete-items div:last-of-type {
  padding-bottom: 27px;
}

.autocomplete-items div:hover {
  color: #429899;
}

.autocomplete-active {
  color: #429899 !important;
}

#blogSearch {
  font-size: 26px;
  padding: 8px 66px 8px 30px;
  font-weight: 800;
  color: #429899;
  border: 0px none;
  background: #FFFFFF;
  border-radius: 50px;
  margin: 30px 0 0 35px;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  #blogSearch {
    font-size: 18px;
    padding: 8px 48px 8px 30px;
    margin: 0 -24px 0 6px;
    width: 80%;
  }
}

#blogSearch:focus::-webkit-input-placeholder, #blogSearch::placeholder {
  font-size: 26px;
  font-weight: 800;
  color: #69bdbe;
}
@media (max-width: 768px) {
  #blogSearch:focus::-webkit-input-placeholder, #blogSearch::placeholder {
    font-size: 18px;
  }
}

#blogSearch:focus::-webkit-input-placeholder, #blogSearch:focus::placeholder {
  color: transparent;
}

.blog-filter-search button {
  z-index: 999;
  background: none;
  position: relative;
  right: 35px;
  bottom: 1px;
  border-radius: 30px;
  color: #429899;
}
@media (max-width: 768px) {
  .blog-filter-search button {
    bottom: -2px;
  }
}

.breadcrumbs {
  background: #fcbd5c;
  color: #6c4116;
  text-transform: capitalize;
}
.breadcrumbs a {
  color: #6c4116;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #a35c00;
}
.breadcrumbs .content {
  padding: 13px 63px;
}
@media (max-width: 769px) {
  .breadcrumbs .content {
    padding: 10px;
  }
}

.page-template-template-no-header-footer {
  background: #FDFCF4;
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer .wp-block-spacer[style*="height:60px"], .page-template-template-no-header-footer .wp-block-spacer[style*="height:75px"] {
    height: 30px !important;
  }
  .page-template-template-no-header-footer .wp-block-spacer[style*="height:30px"] {
    height: 12px !important;
  }
  .page-template-template-no-header-footer :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
  .page-template-template-no-header-footer .logo {
    width: 200px !important;
  }
}
.page-template-template-no-header-footer a {
  color: #3B7A6E;
}
.page-template-template-no-header-footer a:hover {
  color: #224640;
  transition: 0.3s;
}
.page-template-template-no-header-footer .alignwide {
  max-width: 1300px;
  margin: 0 auto;
}
.page-template-template-no-header-footer .rounded {
  border-radius: 20px;
}
.page-template-template-no-header-footer h1, .page-template-template-no-header-footer .em-phrases.landing-page {
  font-family: Fraunces, Serif;
  color: #33413E;
  font-weight: 700;
  font-size: 86px;
  line-height: 80px;
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer h1, .page-template-template-no-header-footer .em-phrases.landing-page {
    font-size: 45px;
    line-height: 47px;
  }
}
.page-template-template-no-header-footer .em-phrase-word {
  font-family: "Montserrat";
  font-size: 72px;
  line-height: 75px;
  color: #e4ebe5;
  padding: 0 0.1em;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer .em-phrase-word {
    font-size: 37px;
    line-height: 39px;
  }
}
.page-template-template-no-header-footer .em-phrase-word span {
  background: #33413E;
  padding: 0 0.1em;
}
.page-template-template-no-header-footer h2 {
  font-family: Fraunces, Serif;
  color: #33413E;
  font-weight: 600;
  font-size: 65px;
  line-height: 55px;
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.page-template-template-no-header-footer h3 {
  font-family: Fraunces, Serif;
  color: #33413E;
  font-weight: 600;
  font-size: 50px;
  line-height: 48px;
}
.page-template-template-no-header-footer h3:after {
  content: " ";
  display: block;
  border-bottom: 4px solid #FBCA6F;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer h3 {
    font-size: 27px;
    line-height: 30px;
  }
}
.page-template-template-no-header-footer h4 {
  font-family: Fraunces, Serif;
  color: #33413E;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  background: none;
  margin: 0;
  padding: 0;
}
.page-template-template-no-header-footer .overlap-section {
  margin-top: -120px !important;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer .overlap-section {
    margin-top: -50px !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer .agile-box {
    margin: 15px;
    padding: 1em !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer .reverse-stack {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-template-template-no-header-footer figure {
  margin: 0;
}
.page-template-template-no-header-footer input[type=text], .page-template-template-no-header-footer input[type=email], .page-template-template-no-header-footer .kb-form .kadence-blocks-form-field .kb-text-style-field {
  background: #D1DED3;
  color: #33413E;
  border-radius: 10px;
  border: 0px none;
  padding: 1.3em 0.75em;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  box-shadow: none;
}
.page-template-template-no-header-footer .gform-theme--foundation .gform_fields {
  grid-row-gap: 24px !important;
}
.page-template-template-no-header-footer input[type=submit], .page-template-template-no-header-footer .kb-form .kadence-blocks-form-field .kb-forms-submit {
  background: #FBCA6F !important;
  border-radius: 999px !important;
  color: #33413E !important;
  padding: 1em 2.5em !important;
  font-weight: 800 !important;
  font-size: 1.1em !important;
}
.page-template-template-no-header-footer input[type=submit]:hover, .page-template-template-no-header-footer .kb-form .kadence-blocks-form-field .kb-forms-submit:hover {
  background: #fab83d !important;
  transition: 0.3s;
}
.page-template-template-no-header-footer .negative-left-margin {
  position: relative;
  margin-left: -44px;
}
@media (max-width: 768px) {
  .page-template-template-no-header-footer .negative-left-margin {
    margin-left: -10px;
  }
}
.page-template-template-no-header-footer .blog-section-rounded {
  margin: -400px auto 0;
  width: 100%;
  overflow: hidden;
  border-radius: 90% 90% 0 0;
  background-color: #F9F5DD;
  height: 100px;
}
.page-template-template-no-header-footer .custom-shape-divider-bottom-1727727114 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.page-template-template-no-header-footer .custom-shape-divider-bottom-1727727114 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 79px;
}
.page-template-template-no-header-footer .custom-shape-divider-bottom-1727727114 .shape-fill {
  fill: #F9F5DD;
}
.page-template-template-no-header-footer .section-blog {
  margin-top: -115px;
  margin-bottom: -27px;
}
.page-template-template-no-header-footer .section-blog span {
  background: none !important;
}
.page-template-template-no-header-footer .curved-top {
  transform: rotate(180deg);
  fill: #F9F5DD;
}

.gf-cta-form_wrapper .gform_heading {
  display: none !important;
}
.gf-cta-form_wrapper .gf-cta-form {
  font-family: "Montserrat", Helvetica, Arial;
}
.gf-cta-form_wrapper .gf-cta-form label {
  color: #FFFFFF !important;
  font-weight: bold;
}
.gf-cta-form_wrapper .gf-cta-form input[type=text], .gf-cta-form_wrapper .gf-cta-form input[type=email] {
  padding: 30px 18px !important;
  font-size: 18px;
  border: 0px none;
  font-weight: 600;
  text-align: left !important;
}
.gf-cta-form_wrapper .gf-cta-form input[type=submit] {
  border: 0px !important;
  background: #F2C200 !important;
  color: #222222 !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  margin-top: 15px !important;
  padding: 17px 22px !important;
}

#gform_confirmation_message_2 {
  font-family: "Montserrat" !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-align: left !important;
}

html {
  font-family: "Work Sans", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #444444;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

/*UNIVERSAL TRANSITION*/
*:link, *:visited, *:hover, *:active, *:focus, div {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

#contact-form, #full-screen-form {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.7;
}

.uppercase {
  text-transform: uppercase;
}

p {
  margin: 0.6em 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #EEE;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 5px;
  margin: 30px 0;
  border-radius: 20px;
}

hr.green {
  background-color: #D1DED3;
}

@media (max-width: 768px) {
  hr {
    margin: 18px 0;
  }
}
ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #444444;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

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

.hentry {
  margin: 0;
}

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

.single .byline,
.group-blog .byline {
  display: block;
}

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

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

.single-post .entry-content a {
  text-decoration: underline;
}
.single-post .entry-content .entry-footer a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/****generic****/
.mobile-only {
  display: none;
}

.tablet-only {
  display: none;
}

.desktop-only {
  display: block;
}

/**override hiding specific elements on mobile**/
.display-mobile {
  display: block;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
}
.clearfix {
  overflow: auto;
}

.clear {
  clear: both;
}

.padded {
  padding: 0 20px 20px 20px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.left {
  text-align: left;
}

.block {
  display: block;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

/******Links*****/
a {
  color: #444444;
}

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

a:focus {
  outline: thin dotted;
}

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

/***HEADERS***/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-family: "Montserrat", Helvetica, Arial;
  line-height: normal;
  font-weight: 700;
  color: #444444;
  font-size: 56px;
}

h1.light {
  font-weight: 200;
  color: #429899;
  font-size: 50px;
}

h1.bold {
  font-weight: 800;
}

/**header in metaslider*/
h2, .h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  font-size: 32px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.2;
}

h3 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 22px;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.2;
}

h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  line-height: 1.2;
}

@media (max-width: 768px) {
  h1, h1.light {
    line-height: 1.1;
    font-size: 34px;
    padding: 10px 0;
  }
  h2, .h2 {
    font-size: 21px;
    line-height: 1.3;
  }
}
h1.white {
  font-family: Montserrat;
  font-weight: 900;
  color: #FFF;
  font-size: 55px;
  letter-spacing: 1px;
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

h1.white.blog-title {
  letter-spacing: 1px;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  h1.white {
    font-size: 30px;
  }
  h1.white.blog-title {
    font-size: 27px;
  }
}
.green-gradient h1.page-title {
  display: inline-block;
  letter-spacing: 3px;
  font-weight: 900;
}

.emfluencer-link {
  text-transform: lowercase;
}

@media (max-width: 1024px) {
  .green-gradient .domino {
    padding: 40px 20px;
  }
  .green-gradient .domino {
    padding: 0;
  }
  .green-gradient h1.page-title {
    padding: 0;
  }
}
.underline {
  background-color: rgba(125, 205, 202, 0.7);
  border-radius: 15px;
  height: 7px;
  text-align: center;
  margin: 0 auto;
  width: 300px;
  margin-bottom: 30px;
  max-width: 100%;
}

/**BRAND COLORS**/
.light-green {
  color: #D1DED3;
}

.green {
  color: #429899;
}

.black {
  color: #444444;
}

.light-yellow {
  color: #ffd29e;
}

.yellow {
  color: #FBCA6F;
}

.dark-yellow {
  color: #d38a43;
}

/***********************LAYOUT***************************/
@media (max-width: 768px) {
  header .constrain {
    padding: 0px;
  }
}
.constrain {
  width: 1300px;
  margin: 0 auto;
}

.constrain-narrow {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

/**intros for feature, case study pages, etc**/
.page-head {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.5;
}

@media (max-width: 1300px) {
  .constrain, .constrain-narrow, .page-head {
    width: auto;
  }
}
#content {
  background-color: #FFFFFF;
  min-height: 700px;
}

@media (max-width: 800px) {
  #content {
    max-width: none;
  }
}
/**Contact form window from nav**/
#full-screen-form {
  padding: 50px;
  height: 100vh;
  display: none;
  background: #6f7471;
  position: absolute;
  width: 100%;
  z-index: 999;
  text-align: left;
}

@media (min-width: 1024px) {
  #form-container {
    width: 75%;
    padding-top: 30px;
    margin: 0 auto;
  }
}
#form-container input[type=text],
#form-container input[type=email] {
  font-size: 30px;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}

#close-form {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
}

.hero {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: right;
}

@media (max-width: 1024px) {
  .hero {
    overflow: visible;
  }
}
.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-text {
  z-index: 2;
  color: #FFFFFF;
  line-height: 1.4;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}

@media (min-width: 769px) {
  .hero-text {
    margin-top: 100px;
  }
}
.hero-text h1 {
  font-size: 80px;
  letter-spacing: 8px;
  font-weight: 800;
  line-height: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  float: right;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
  color: #FFF;
  font-size: 16px;
  line-height: normal;
}

.reg-trademark {
  font-size: 12px;
  line-height: 40px;
  vertical-align: text-top;
}

@media (min-width: 769px) {
  .hero-text {
    width: 85%;
  }
  .hero-text h1 {
    font-size: 75px;
  }
}
@media (min-width: 1300px) {
  .hero-text {
    width: 63%;
  }
  .hero-text h1 {
    font-size: 90px;
  }
  .reg-trademark {
    font-size: 25px;
    line-height: 90px;
    vertical-align: text-top;
  }
}
@media (min-width: 1600px) {
  .hero-text {
    width: 80%;
  }
  .hero-text h1 {
    font-size: 118px;
  }
}
.hero-overlay h1 {
  font-size: 30px;
  letter-spacing: 1px;
}

.hero-overlay h2 {
  padding: 0;
  margin: 0 0 5px 0;
}

.hero-overlay p {
  margin: 0;
}

/*****HERO OVERLAY******/
.hero-overlay {
  background: rgba(118, 117, 112, 0.5);
}

a.button.hero-button {
  color: #3d6261;
  padding: 20px 24px;
  margin-top: 15px;
  text-transform: initial;
  letter-spacing: initial;
}

.button-left {
  background-color: #F2C200;
  color: #08242b !important;
}
.button-left:hover {
  background-color: #ffd426 !important;
  opacity: 1 !important;
}
@media (min-width: 769px) {
  .button-left {
    margin-right: 25px;
  }
}

.button-right {
  background-color: #97e7ef;
  color: #08242b !important;
}
.button-right:hover {
  background-color: #9ad5da;
  opacity: 1;
}

.hero-subheader {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.2;
}

.hero .fa-chevron-down {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  padding: 20px 22px;
  font-size: 15px;
}

.hero .fa-chevron-down:hover {
  background: #FBCA6F;
  color: #FFFFFF;
  border: 3px solid #FBCA6F;
}

@media (max-width: 768px) {
  .hero {
    min-height: 400px;
    background-attachment: inherit;
    background-size: cover;
    background-position: right;
  }
  .hero-text {
    top: 70px;
    left: 30px;
    width: auto;
    position: static;
    padding: 20px;
    font-size: 22px;
    margin-top: 30px;
  }
  .hero-text h1 {
    font-size: 44px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-overlay {
    /* width: auto;
    width: 100%;
    padding:8px;
    float:none;
    position:static;
    height: 58px; */
    display: none;
  }
}
/**Emergency contact box in two locations**/
.emergency-contact {
  padding: 8px 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 769px) {
  .emergency-contact {
    display: none;
  }
}
@media (min-width: 1080px) {
  .emergency-contact-footer {
    display: none;
  }
}
@media (max-width: 1322px) {
  .emergency-contact {
    display: none;
  }
  .emergency-contact-footer {
    position: static;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    font-size: 16px;
  }
}
/*********
HOME PAGE
********/
/*Header area*/
.green-gradient {
  background: #6f7471; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #D1DED3, #429899); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #D1DED3, #429899); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #D1DED3, #429899); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #D1DED3, #429899); /* Standard syntax */
  font-size: 24px;
  color: #FFF;
  text-align: center;
}

.blue-gradient {
  background: #2c4952; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #245c63, #2c4952); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #245c63, #2c4952); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #245c63, #2c4952); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #245c63, #2c4952); /* Standard syntax */
  font-size: 24px;
  color: #FFF;
  text-align: center;
}

.page-header {
  padding: 3em 0.5em;
}

.tall-subheader {
  font-size: 21px;
  color: #FFFFFF;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .tall-subheader {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 25px 0 25px;
  }
}
.home .green-gradient .domino {
  padding: 50px;
}

.domino {
  background: url("images/domino-pattern.webp") repeat;
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

/*more subtle domino background*/
.domino-light {
  background: url("images/domino-pattern-light.webp") repeat;
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

/*header*/
.domino-header {
  background: url("images/domino-pattern-header.png") repeat;
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

/*header*/
.domino-header-blue {
  background: url("images/domino-pattern-header-blue.png") repeat;
  background-size: 60px 70px;
  width: 100%;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .domino, .domino-light, .single .domino {
    min-height: inherit;
  }
}
.what-we-do h2 {
  font-size: 38px;
  letter-spacing: 4px;
}

.home-pod-section {
  background: url("images/yellow-pattern-bg.webp") repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pods .post {
  clear: both;
  margin: 27px 0 5px 0;
  line-height: 1.3;
  font-size: 16px;
  text-align: left;
}

/**pod header and article link**/
.pods h2, .pods .title {
  color: #429899;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  text-align: left;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .pods h2, .pods .title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.pods h2:hover, .pods .title:hover {
  color: #337575;
}

.pods .subheader {
  font-size: 18px;
  font-weight: bold;
  color: #FBCA6F;
  font-family: "Montserrat";
}

/*remove duplicate read more**/
.pods .pod .moretag {
  display: none;
}

.pods .pod .byline {
  padding: 5px 0 10px 0;
}

.pods .pod .entry-date {
  color: #6f7471;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.pods .pod .single .entry-date {
  color: #6f7471;
  font-size: 16px;
  font-weight: normal;
}

.pods .pod .single .entry-meta {
  text-align: left;
  color: #429899;
}

.pods .pod .single .entry-meta a {
  color: #429899;
}

.pods {
  color: #444444;
  font-weight: 400;
  padding: 40px 0;
  font-size: 15px;
  text-align: center;
}

.home-pod-section .pods {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.home-pod-section .pods .pod {
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.pods .button, .pods .button a {
  padding: 8px 10px;
  margin: 20px 0;
  font-size: 14px;
  text-transform: uppercase;
}

.pods .button-container {
  text-align: left;
  font-weight: bold;
}

.pods.blog-page .button-container .fa {
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 5px;
}

.pods.blog-page .button-container a {
  color: #429899;
  cursor: pointer;
}

.pods.blog-page .button-container a:hover {
  color: #337575;
}

.pods .pod-content { /**fill area**/
  flex: 1 0 auto;
}

.blog-container {
  background: #FFCF6E;
}

/**blog navigation**/
.posts-navigation {
  width: 100%;
  padding: 15px;
}

/**blog single**/
@media (max-width: 481px) {
  .blog-header {
    background-size: auto 100% !important;
    background-attachment: initial !important;
    background-position: center !important;
  }
}
.posts-navigation .nav-links .nav-previous {
  text-align: left;
}

.posts-navigation .nav-links .nav-next {
  text-align: right;
}

/**ajax loading div**/
.malinky-ajax-pagination-loading {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.malinky-ajax-pagination-loading img {
  width: 30px !important;
  height: 30px !important;
}

.sidebar .pod {
  margin: 21px 0;
  padding-bottom: 21px;
  line-height: 1.5;
  border-bottom: 4px solid #EEE;
}

.sidebar .pod:last-child {
  border-bottom: 0px none;
}

.sidebar .pod a {
  color: #429899;
}

.sidebar .pod hr {
  display: none;
}

.sidebar .pod h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.sidebar .pod .pod-content {
  font-size: 13px;
}

/**home page social feed**/
.social-feed {
  background: #FDFCF4;
}

/**Blog page**/
.blog-hero {
  background: #FFFFFF;
}

.blog-hero-image {
  overflow: hidden;
  height: 500px;
  background-size: cover;
  background-position: center;
}

.blog-hero h2, .blog-hero h2 a {
  font-size: 40px;
  font-weight: 900;
  color: #429899;
}

.blog-hero hr {
  margin: 0 0 10px 0;
}

.blog-hero .copy {
  margin-left: 3%;
  line-height: 1.7;
  font-size: 16px;
}

@media (max-width: 768px) {
  .blog-hero .copy {
    margin-left: 0;
  }
}
.blog-hero .button-container {
  margin-top: 20px;
}

.pods.blog-page {
  padding: 0;
  min-height: 400px;
}

.pods.blog-page .pod {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  overflow: hidden;
  width: 30%;
  margin: 15px;
}

.pods.blog-page .pod h2 {
  flex: 1 0 auto;
  padding: 10px 25px 0 25px;
}

.pods.blog-page .post-thumbnail {
  border-radius: 0px;
}

.pods.blog-page .pod {
  padding: 0;
}

.pods .pod .post-content {
  padding: 10px 25px 30px 25px;
  flex: 1 0 auto;
}

.agency-intro {
  font-size: 20px;
  font-weight: 700;
  background: url("/wp-content/uploads/2017/04/domino-multiple.png") no-repeat;
  background-attachment: fixed;
  background-position: right;
}

.emfl-history {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  background: url("/wp-content/themes/emfluence/images/photos/domino-conference.jpg") no-repeat;
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
}

@media (max-width: 768px) {
  .home-pod-section, .header-background-image {
    background-attachment: inherit !important;
  }
  .agency-intro {
    background: none;
  }
  .emfl-history {
    background: #444444;
    font-size: 18px;
  }
  .pods div .four.columns {
    margin: 0;
    min-height: inherit;
  }
  .pods .button-container {
    position: relative;
    padding: 10px 0 20px 0;
  }
  .pods {
    padding: 0;
  }
  .pods .pod {
    padding: 0;
  }
  .pods.blog-page .pod {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .home-pod-section .pods .pod {
    margin: 0 0 20px 0;
    width: auto;
  }
}
.author-thumbnail img {
  max-height: 90px;
  margin: 0 auto;
}

.pods hr {
  margin: 10px 0;
}

.pods .author-thumbnail {
  float: left;
  width: 60px;
  height: 60px;
  margin: 5px 13px 0 0;
}

/** LATEST BLOG POST ON FRONT **/
.pods .author-thumbnail img {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-right: 12px;
  overflow: hidden;
  float: left;
  background: #DDDDDD;
}

.post-thumbnail {
  width: 100%;
  border-radius: 3px;
  max-height: 180px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 15px;
}

.post-thumbnail img {
  min-width: 100%;
}

.blog-container .post-thumbnail, .home-pod-section .post-thumbnail {
  max-height: 280px;
}

@media (max-width: 768px) {
  .blog-container .post-thumbnail, .home-pod-section .post-thumbnail {
    max-height: 180px;
    height: 180px;
  }
}
@media (max-width: 1375px) {
  .home-pod-section .pods .pod {
    margin: 14px;
  }
  .home-pod-section .post-thumbnail {
    height: 180px;
  }
}
.sidebar .post-thumbnail {
  min-height: inherit;
  height: auto;
  margin-bottom: 10px;
}

.screens {
  padding-top: 40px;
}

.domino-line {
  min-width: 100%;
  position: relative;
  top: 33px;
}

.feature-text {
  font-size: 28px;
  text-align: center;
}

.feature-pod {
  margin: 30px 0;
  cursor: pointer;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0);
  padding: 20px;
}
.feature-pod:hover {
  border: 3px solid #DDDDDD;
  border-radius: 10px;
}
.feature-pod:hover .feature-pod-content .text {
  height: 0;
  overflow: hidden;
}
.feature-pod a {
  color: #429899;
  font-weight: bold;
  font-size: 20px;
}
.feature-pod a:hover {
  color: #FBCA6F;
}
.feature-pod h2 {
  color: #6f7471;
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.feature-pod .feature-pod-content {
  height: 50px;
  overflow: hidden;
}
.feature-pod .feature-pod-content .text,
.feature-pod .feature-pod-content .learn-more {
  height: 50px;
  margin-top: 5px;
  line-height: 1.2;
}
.feature-pod .feature-pod-content .text {
  font-size: 16px;
}

@media (max-width: 1000px) {
  .what-we-do .three.columns {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .what-we-do h2 {
    font-size: 38px;
  }
  .what-we-do .three.columns {
    width: 100%;
  }
  .feature-text {
    font-size: 18px;
    font-weight: bold;
  }
  .feature-pod {
    margin: 5px 0;
    padding: 15px;
  }
  .feature-pod h2 {
    font-size: 20px;
    letter-spacing: normal;
  }
}
.icon-container-black {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 0;
  font-size: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
  color: #7dccd3;
  position: relative;
  width: 90px;
  height: 90px;
}

/**.feature-pod a:hover > .icon-container-black {
	color: #FFF;
	background-color: rgba(255,255,255,1);
}**/
.case-study-snippet {
  background: #6f7471;
  height: 600px;
  font-weight: 300;
  max-width: 100%;
  overflow: hidden;
}

.case-study .case-study-snippet h2 {
  font-size: 34px;
  text-transform: none;
}

.case-study-snippet-text {
  width: 45%;
  height: 100%;
  font-size: 23px;
  float: left;
  color: #FFFFFF;
  background: #767570;
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 2;
}
.case-study-snippet-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 100%;
  height: 100%;
  background: #767570;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-5deg);
  -ms-transform: skew(-5deg);
  transform: skew(-5deg);
  z-index: -1;
}

/**related case studies, other shorter snippets**/
.snippet-short {
  height: 300px;
}

.snippet-short .case-study-snippet-text {
  font-size: 18px;
}

@media (max-width: 768px) {
  .case-study-header {
    background-attachment: inherit !important;
    background-position: center !important;
  }
}
.case-study-pic {
  width: 55%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 0;
}

.case-study-pic img {
  height: 100%;
  width: auto;
  overflow: hidden;
  max-width: none;
}

.case-study-snippet:after {
  clear: both;
  display: table;
  content: "";
}

@media (max-width: 1264px) {
  .case-study-snippet {
    height: auto;
    display: table;
  }
  .case-study-snippet-text:after, .case-study-snippet:after {
    display: none;
  }
  .case-study-pic {
    display: table-header-group;
    width: 100%;
    float: none;
  }
  .case-study-snippet-text {
    display: table-footer-group;
    width: 100%;
    font-size: 15px;
    float: none;
  }
  .case-study-pic img {
    max-width: 100%;
    height: auto;
  }
}
.testimonials {
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  position: relative;
}
.testimonials.domino {
  background-color: #767570;
  background-image: url("images/domino-pattern.webp");
  background-repeat: repeat;
  background-size: 80px 95px;
  background-attachment: scroll;
  width: 100%;
}
.testimonials .pic {
  border: 10px solid rgba(118, 117, 112, 0.2);
  background: rgba(118, 117, 112, 0.2);
  position: relative;
  width: 150px !important;
  height: 150px;
  border-radius: 150px;
  display: inline !important;
  -webkit-backface-visibility: hidden;
}
.testimonials .quote {
  font-family: "Montserrat", "Arial Black";
  font-size: 72px;
  font-weight: 900;
  color: #FFCF6E;
  line-height: 25px;
  vertical-align: bottom;
}
.testimonials .name {
  font-weight: 900;
  color: #FDFCF4;
}
@media (max-width: 1225px) {
  .testimonials {
    width: auto;
  }
}
@media (max-width: 768px) {
  .testimonials {
    width: auto;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
  }
  .testimonials div {
    width: auto;
    margin: 0;
  }
  .testimonials .quote {
    font-size: 35px;
  }
}

/**owl carousel**/
.owl-carousel .owl-item .cloned div {
  visibility: hidden;
}

.testimonial-section .owl-controls {
  display: none;
}

*:focus {
  outline: 0;
} /**chrome blue fuzzy**/
/**Clients**/
#clients {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 768px) {
  #clients {
    padding: 20px 0;
  }
}
#clients .client-logo {
  max-height: 90px;
  width: auto;
  /*	float: left; */
  margin: 30px auto;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 3px solid #FFF;
  margin: 0 auto;
}

#clients .client-logo:hover {
  top: -3px;
  border-bottom: 3px solid #FBCA6F;
}

@media (max-width: 768px) {
  #clients h1 {
    padding: 10px 20px 10px 10px;
    margin: 20px 15px 10px 0;
  }
  #clients .client-logo {
    width: 60%;
    height: auto;
    max-height: none;
    margin: 0 auto;
  }
}
/************
PRODUCT PAGES
************/
#archives-title .label {
  display: none;
}

.content {
  padding: 55px 45px;
}

.main {
  min-height: 400px;
}

@media (max-width: 768px) {
  .content {
    padding: 24px;
  }
  .blog-container .content {
    padding: 18px;
  } /**more reading space on blog pods**/
}
/**********
**BUTTONS**
**********/
.button {
  font-family: "Montserrat";
  font-weight: 700;
}

.button a, .button a:hover {
  color: #FFF;
}

/**allow for a 'none' option in button dropdowns**/
.button.hide, button.Hide {
  display: none;
}

.button.round {
  font-size: 22px;
  line-height: 16px;
  border-radius: 36px;
  height: auto;
  padding: 3px 11px 9px 11px;
}

.button.show-more {
  font-size: 14px;
}

.button.big {
  font-size: 20px;
  padding: 13px 15px 12px 15px;
  letter-spacing: 1px;
}

/****************************PLUGINS**************************/
/**ADDTHIS**/
.addthis_toolbox {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

/*****************
META-SLIDER PLUGIN
*****************/
.metaslider {
  max-height: 570px;
  overflow: hidden;
}

@media (min-width: 800px) {
  /**MOVE OVER FOR CONTRACTOR LOCATOR**/
  .metaslider-583 .flexslider:hover .flex-direction-nav .flex-prev {
    left: 335px !important;
  }
}
.metaslider-583 .flexslider .flex-control-paging {
  margin: 20px 0 !important;
}

@media (max-width: 768px) {
  .metaslider .flexslider {
    margin: 0 0 10px 0 !important;
  }
}
/**tweaks to home page slider**/
.metaslider-575 .flexslider .flex-control-paging li a {
  height: 12px !important;
  line-height: 12px !important;
}

.metaslider-575 .flexslider .flex-control-paging li {
  position: relative;
  top: 90px;
}

/**Layers in the meta slider plugin**/
.metaslider-575 .flexslider .layer {
  width: 400px !important;
}

.metaslider-575 .flexslider .layer p {
  font-size: 27px;
  color: #444444;
}

/************
SLICK PLUGIN
************/
.slick-slider {
  margin-bottom: 15px !important;
}

.slick-prev:before, .slick-next:before {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, arial !important;
}

@media (max-width: 1225px) { /**NO ARROWS ON MOBILE**/
  .slick-prev, .slick-next {
    display: none !important;
  }
}
/******
FOOTER
******/
footer.site-footer {
  font-family: "Montserrat";
  padding: 0;
  background: #767570;
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;
  font-weight: 600;
}
footer.site-footer .constrain {
  max-width: 1000px;
}

footer.site-footer a {
  color: #FFFFFF;
}

footer.site-footer a:hover {
  color: #FBCA6F;
}

footer.site-footer .footer-logo {
  opacity: 0.3;
  margin-right: 20px;
}

footer .content {
  padding: 45px 0px;
}

/**social icons in footer**/
.social-icons .fa {
  padding: 8px;
  border: 2px solid #FFFFFF;
  font-size: 18px;
  border-radius: 100%;
  line-height: 20px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  text-align: center;
}

.social-icons .fa:hover {
  background: #FBCA6F;
  border: 2px solid #FBCA6F;
  color: #767570;
}

.left-footer {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/**FOOTER NAV**/
.footer-nav {
  text-align: center;
}

.footer-navigation {
  font-family: "Montserrat", Helvetica, Arial;
  margin-left: 30px;
  margin: 0 auto;
}

.footer-navigation ul {
  list-style: none;
  margin: 0 0 0 30px;
  padding-left: 0;
  display: block;
}

.footer-navigation li {
  float: left;
  position: relative;
  text-align: left;
  margin: 0;
}

.footer-navigation li a {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 35px 5px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.footer-navigation li a:hover {
  color: #FBCA6F;
  border-bottom: 2px solid #FBCA6F;
}

.footer-navigation ul li {
  float: left;
}

.footer-navigation ul ul {
  position: absolute;
  left: auto;
  margin: 0;
  padding: 0;
}

.footer-navigation .sub-menu .current-menu-item > a {
  padding-bottom: inherit;
}

@media (max-width: 1000px) {
  .footer-navigation ul ul {
    display: none;
  }
}
/** No 3rd level nav in footer **/
.footer-navigation ul ul ul {
  display: none;
}

.footer-navigation ul ul li a {
  padding: 3px 3px 3px 0;
  border-bottom: 0px;
  color: #EEE;
  opacity: 0.5;
  text-transform: inherit;
  font-size: 11px;
  margin: 0;
}

.footer-navigation ul ul li a:hover {
  color: #6f7471;
  opacity: 1;
  border-bottom: 0;
}

/**Mobile footer**/
@media (max-width: 1024px) {
  footer.site-footer .domino-light {
    padding: 30px;
  }
  footer {
    padding: 5px 15px;
  }
  footer.entry-footer {
    padding: 5px 0;
  }
  footer.site-footer .footer-logo {
    width: 75px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .social-icons {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer-navigation {
    display: none;
  }
  .footer-navigation li a {
    margin: 0 8px;
  }
  footer.site-footer .domino-light {
    padding: 20px;
  }
  footer .content {
    padding: 0;
  }
  .left-footer {
    border: 0px none;
    text-align: center;
  }
}
/***jQ Dialog***/
.ui-dialog-content {
  padding: 0;
}

/*****BUTTONS*****/
/**types plugin sometimes capitalizes class names...keep both options***/
.button.green, button.Green {
  color: #FFFFFF;
  background-color: #429899;
}

.button.green a, button.Green a {
  color: #429899;
}

.button.green:hover, button.Green:hover {
  background-color: #FBCA6F;
}

.button.dark-green, button.Dark-Green {
  color: #FFFFFF;
  background-color: #429899;
}

.button.dark-green a, button.Dark-Green a {
  color: #FFFFFF;
}

.button.dark-green:hover, button.Dark-Green:hover {
  background-color: #FBCA6F;
}

.button.light-green, button.Light-Green {
  color: #FFFFFF;
  background-color: #D1DED3;
}

.button.light-green a, button.Light-Green a {
  color: #FFFFFF;
}

.button.light-green:hover, button.Light-Green:hover {
  background-color: #FBCA6F;
}

.button.yellow, button.Yellow {
  color: #FFF;
  background-color: #FBCA6F;
}

.button.yellow a, button.Yellow a {
  color: #FFFFFF;
}

.button.yellow:hover, button.Yellow:hover {
  background-color: #FBCA6F;
  color: #FFFFFF;
  opacity: 0.7;
}

.button.gradient, .features .moretag, .metaslider .msHtmlOverlay .layer .button.gradient {
  color: #444444;
  font-size: 14px;
  margin: 20px 0 10px 3px;
  padding: 18px 22px;
  border-radius: 5px;
  background: none;
  border-left: 3px solid #444444;
  border-right: 3px solid #7ccdd4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 3px;
  -moz-background-size: 100% 3px;
  background-size: 100% 3px;
  background-image: -webkit-linear-gradient(left, #444444 0%, #7ccdd4 100%), -webkit-linear-gradient(left, #444444 0%, #7ccdd4 100%);
  background-image: -moz-linear-gradient(left, #444444 0%, #7ccdd4 100%), -moz-linear-gradient(left, #444444 0%, #7ccdd4 100%);
  background-image: -o-linear-gradient(left, #444444 0%, #7ccdd4 100%), -o-linear-gradient(left, #444444 0%, #7ccdd4 100%);
  background-image: linear-gradient(to right, #444444 0%, #7ccdd4 100%), linear-gradient(to right, #444444 0%, #7ccdd4 100%);
  transition: none;
}

.button.gradient:hover, .features .moretag:hover, .metaslider .msHtmlOverlay .layer .button.gradient:hover {
  border: 3px solid #FBCA6F;
  color: #fff;
  background-image: none;
  background-color: #FBCA6F;
  padding: 15px 22px;
}

.button.outline.white {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  background: none;
}

.button.outline.white:hover {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  color: #767570;
  opacity: 1;
}

.button.outline.charcoal {
  border: 3px solid #444444;
  color: #444444;
  background: none;
}

.button.outline.charcoal:hover {
  background-color: #444444;
  border: 3px solid #444444;
  color: #FFFFFF;
  opacity: 1;
}

.button.outline.yellow {
  border: 3px solid #FBCA6F;
  color: #FBCA6F;
  background: none;
}

.button.outline.yellow:hover {
  background-color: #FBCA6F;
  border: 3px solid #FBCA6F;
  color: #FFFFFF;
  opacity: 1;
}

.button.outline.green {
  border: 3px solid #429899;
  color: #429899;
  background: none;
}

.button.outline.green:hover {
  background-color: #429899;
  border: 3px solid #429899;
  color: #FFFFFF;
  opacity: 1;
}

.button.outline.greige {
  border: 3px solid #767570;
  color: #767570;
  background: none;
}

.button.outline.greige:hover {
  background-color: #767570;
  border: 3px solid #767570;
  color: #FFFFFF;
  opacity: 1;
}

input[type=submit], input[type=reset], input[type=button] {
  color: #FFFFFF;
  background-color: #429899;
}

input[type=submit].wpcf7-form-control {
  width: 100%;
}

/**************************
INTERIOR PAGES
**************************/
.green-content {
  min-height: 500px;
  background-color: #429899;
  text-align: center;
  color: #3e595f;
  font-size: 25px;
}

.error-404 h1 {
  font-size: 45px;
  text-align: center;
  color: #FFF;
  padding: 10px 0 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 50px;
}

.green-content h2, .green-content h3, .green-content h4 {
  color: #FFF;
}

@media (max-width: 768px) {
  .green-content {
    font-size: 16px;
  }
  .green-content h1 {
    font-size: 35px;
  }
}
/**SIDEBAR**/
#secondary h2.widget-title {
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0;
}

#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  font-weight: bold;
}

#secondary ul li {
  margin: 5px 0;
}

#secondary ul li a {
  font-weight: bold;
}

#secondary ul li a:hover {
  color: #FBCA6F;
  border-bottom: 3px solid #FBCA6F;
}

#secondary .search-field, textarea {
  font-family: "Montserrat";
  letter-spacing: 1px;
  background-color: #e7e9e8;
  color: #a5a5a5;
  font-size: 15px;
  padding: 7px 10px;
  border: 0px none;
  width: 85%;
  float: left;
  margin-bottom: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#secondary section {
  margin: 15px 0;
}

.blog-container #secondary .search-field {
  background: rgba(0, 0, 0, 0.08);
  padding: 15px 18px;
  font-size: 18px;
  color: #FFFFFF;
}

.blog-container #secondary .search-submit {
  line-height: 40px;
  background: #2c4952;
  color: #FFFFFF;
}

.blog-container #secondary .search-submit:hover {
  background: #2c4952;
}

textarea {
  text-transform: inherit;
}

#secondary .search-submit {
  background: #e7e9e8;
  font-weight: bold;
  font-size: 30px;
  padding: 7px 13px 13px 10px;
  font-family: "Montserrat";
  font-weight: 200;
  color: #444444;
  display: inline-block;
  width: 15%;
  float: right;
  line-height: 19px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#secondary .search-submit:hover {
  background: #FBCA6F;
  color: #FFF;
}

/**BLOG**/
article {
  text-align: justify;
}
article h2,
article .h2 {
  margin: 20px 0 0 0;
  padding: 0;
  color: #429899;
  font-weight: 200;
  font-size: 38px;
  text-align: left;
  font-weight: 700;
}
article li {
  margin-left: 20px;
}
@media (max-width: 768px) {
  article {
    font-size: 16px;
    text-align: left;
  }
  article h2,
  article .h2 {
    font-size: 28px;
  }
}

.author-thumbnail {
  border-radius: 999px;
  overflow: hidden;
  height: 60px;
  width: 60px;
  margin: 15px 10px 10px 0;
}

.single .author-thumbnail {
  float: left;
  width: 70px;
  height: 70px;
  margin: 5px 15px 0 0;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.entry-meta {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
}

.byline {
  padding: 5px 0 10px 0;
}

.entry-date {
  color: #444444;
  font-size: 16px;
  font-weight: normal;
}

.single .entry-date,
.single .reading-estimate {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
}

.single .reading-estimate::before {
  content: "·";
}

.single .entry-meta {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}

.single .entry-meta a {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .byline {
    padding: 0;
  }
}
article.blog-post .entry-content h2 {
  font-size: 20px;
}

.read-more {
  text-align: left;
  margin-top: 10px;
}

.read-more a {
  font-weight: bold;
  text-transform: uppercase;
  color: #429899;
  position: relative;
  left: 0;
  font-size: 14px;
}

.read-more a:hover {
  color: #FBCA6F;
}

/**Blog mobile**/
@media (max-width: 768px) {
  article.blog-post {
    font-size: 14px;
    margin-bottom: 20px;
  }
  article.blog-post .entry-header {
    padding: 5px 15px 0 15px;
  }
  article.blog-post .entry-content {
    padding: 15px;
  }
  article.blog-post .entry-title {
    width: 100%;
  }
  article.blog-post .entry-title h1 {
    font-size: 26px;
  }
  article.blog-post .author-thumbnail {
    float: left;
  }
  article.blog-post .entry-content h2 {
    font-size: 18px;
  }
  article.blog-post .entry-meta {
    font-size: 11px;
  }
  article.blog-post .read-more {
    float: left;
  }
}
/**Blog label in title for categories, authors**/
.title-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
  vertical-align: text-bottom;
  font-size: 18px;
  float: left;
}

.title-label:hover, .title-label:focus {
  color: #FFF;
}

@media (max-width: 768px) {
  .title-label {
    display: none;
  }
}
/**COMMENTS**/
.entry-footer {
  padding-top: 10px;
}

.entry-footer .categories {
  font-weight: bold;
  color: #6f7471;
  font-family: Montserrat;
  margin-bottom: 20px;
}

.entry-footer .categories a {
  display: inline-block;
  border: 2px solid #6f7471;
  color: #6f7471;
  padding: 1px 5px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 4px;
  margin-bottom: 3px;
  vertical-align: text-bottom;
  font-size: 11px;
}

.entry-footer .categories a:hover {
  background: #6f7471;
  color: #FFFFFF;
}

#comments ol {
  list-style: none;
}

.comment-body {
  border-bottom: 2px solid #DDD;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.comment-body .reply a {
  font-weight: bold;
  font-size: 12px;
}

h2.comments-title {
  font-size: 15px;
}

.comment-author img {
  border-radius: 999px;
  border: 3px solid rgba(45, 132, 152, 0.3);
  vertical-align: middle;
  margin: 0 10px 10px 0px;
  width: 50px;
  height: 50px;
  float: left;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  font-size: 12px;
  color: #6f7471;
}

.comment-metadata a {
  color: #6f7471;
}

.comment-content {
  font-size: 14px;
}

.comment-content p {
  clear: both;
  margin: 0;
  font-size: 13px;
}

#comments label {
  font-size: 14px;
}

/**FEATURES PAGES**/
.feature-page {
  font-size: 20px;
  text-align: left;
}

.feature-page-intro {
  background: #d1e9ea;
  font-size: 21px;
  line-height: 1.5;
}

.feature-page-intro .content {
  padding: 55px 25px 0 25px;
  text-align: center;
}

/** Widen constraint for features section**/
.feature-page .constrain {
  width: 1500px;
}

@media (max-width: 1500px) {
  .feature-page .constrain {
    width: auto;
  }
}
@media (max-width: 481px) {
  .feature-page .constrain {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 768px) {
  .feature-page .constrain .five.columns {
    order: 2;
  }
  .feature-page .constrain .seven.columns {
    order: 1;
  }
  .feature-page {
    font-size: 14px;
  }
}
.feature-page .feature {
  background: rgba(170, 222, 226, 0.2);
  padding: 0px 0 30px 0;
  border-top: 1px solid #AADEE2;
}

.feature-page .feature .five.columns {
  padding-top: 55px;
}

/**alternate features**/
.feature-page .feature.alt_post {
  background: #d1e9ea;
  border-top: 1px solid #d1e9ea;
}

/*alternate image layout on all features page*/
.feature-page .feature.alt_post .five.columns {
  float: right;
  padding-left: 10px;
}

.feature-page .feature .five.columns {
  padding-right: 45px;
}

.feature-page .feature .seven.columns {
  margin-left: 0;
}

/**each feature has feature-detail blocks for displaying alternating content blocks with images**/
.feature-detail {
  padding: 30px 0;
}

.feature-detail h2 {
  color: #444444;
}

/**individual features alternate**/
.feature-detail.alt_post .five.columns {
  float: right;
  padding-left: 30px;
}

.feature-detail.alt_post .seven.columns { /*remove margin when swapping */
  margin-left: 0;
}

.feature-detail .five.columns {
  padding-top: 50px; /*move text down */
  padding-right: 30px;
}

.feature-page .feature.alt_post .one.column {
  display: none;
}

.feature img, .feature-detail img, .feature .featured-video-plus {
  border: 3px solid rgba(45, 132, 152, 0.5);
  border-radius: 9px;
  padding: 10px;
}

.feature .feature-image img {
  padding: 25px 10px 10px 10px; /*space for dots*/
}

.feature-image::before {
  content: ". . .";
  font-size: 90px;
  line-height: 0;
  font-family: "Work Sans";
  display: inline-block;
  position: relative;
  left: 10px;
  top: 31px;
  margin-top: -20px;
  letter-spacing: -12px;
  color: rgba(45, 132, 152, 0.5);
}

@media (max-width: 768px) {
  .feature-detail.alt_post .five.columns, .feature-detail.alt_pos .five.columns, .feature-page .feature .five.columns {
    padding: 0;
  }
  .page-head-center {
    font-size: 15px;
  }
  .feature-detail {
    padding: 15px 0;
  }
  .feature-detail .five.columns, .feature-detail.alt_post .five.columns {
    padding: 0;
  }
}
/**Page CTA above footer**/
.page-cta {
  /**background: url('/wp-content/themes/emfluence/images/texture-bg.jpg') repeat;**/
  background: #222;
  padding: 70px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 40px;
  color: #FFFFFF;
}
.page-cta .constrain {
  max-width: 1000px;
}
.page-cta input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 600;
}
.page-cta input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.page-cta input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.page-cta input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .page-cta {
    background-attachment: inherit;
  }
}
.page-cta .button {
  background: none;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
}

.page-cta .button:hover {
  border: 3px solid #FBCA6F;
  background: #FBCA6F;
  color: #FFF;
  opacity: 1;
}

/**emfluence marketing platform plugin**/
.mail-form {
  width: 100%;
}

.mail-form input[type=text], .mail-form input[type=email] {
  background: none;
  color: #FFF;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 24px 12px;
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial;
  width: 100%;
  margin-top: 10px;
}

.mail-form input[type=text]:hover, .mail-form input[type=email]:hover, .mail-form input[type=text]:focus, .mail-form input[type=email]:focus {
  border: 2px solid rgba(242, 194, 0, 0.6);
}

.mail-form label {
  display: none;
}

.mail-form input[type=submit] {
  border: 2px solid #FDFCF4;
  background: none;
  color: #FDFCF4;
  font-size: 24px;
  margin-top: 15px;
  padding: 8px 14px;
}

/*plugin recaptcha*/
.g-recaptcha {
  float: left;
  margin-top: 10px;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.wpcf7-form label {
  font-size: 14px;
  font-family: "Montserrat";
}

#contact-page input[type=text], #contact-page input[type=email], #contact-page input[type=tel], #contact-page textarea, .comment-form input[type=text], .comment-form input[type=url], .comment-form input[type=email], .comment-form textarea, #contact-page select, input[type=text].wpcf7-form-control, input[type=email].wpcf7-form-control, textarea.wpcf7-form-control {
  background: none;
  color: #6f7471;
  font-size: 14px;
  border: 2px solid #DDDDDD;
  width: 100%;
}

#contact-page input[type=text]:hover, #contact-page input[type=email]:hover, #contact-page input[type=tel]:hover, #contact-page textarea:hover, #contact-page input[type=text]:focus, #contact-page input[type=email]:focus, #contact-page input[type=tel]:focus, #contact-page textarea:focus {
  border: 2px solid #429899;
}

/**footer form**/
.page-cta .mail-form .field.row {
  width: 25%;
  margin-right: 10px;
  float: left;
}

.page-cta .mail-form .row.actions {
  clear: both;
  padding-top: 1px;
  text-align: left;
}

.page-cta .mail-form input[type=text] {
  width: 100%;
}

@media (max-width: 768px) {
  .page-cta .mail-form .field.row {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .page-cta .mail-form .row.actions {
    float: none;
  }
  .label, .field {
    float: none;
  }
  .field input, .field textarea {
    width: auto;
    float: none;
    margin-top: 0;
    max-width: 100%;
  }
}
/**masonry**/
.grid-item {
  width: 33.33333333%;
  margin-right: 0;
  float: left;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .grid-item {
    width: 42%;
  }
}
@media (max-width: 768px) {
  .grid-item {
    width: 100%;
    margin: 0;
  }
}
/**RESULTS PAGE**/
.results .grid-item {
  background: #429899;
  width: 30%;
  margin: 10px;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.6;
}

.results .grid-item:hover {
  background: #FBCA6F;
}

.results .grid-item h3 {
  font-size: 32px;
  margin: 0;
  color: #FFFFFF;
}

.grid-item .results-image {
  max-height: 150px;
  overflow: hidden;
  height: 150px;
}

.grid-item .results-image img {
  width: 100%;
}

.grid-item .results-summary {
  padding: 25px;
}

@media (min-width: 769px) {
  /**featured results**/
  .results .grid-item.sticky {
    width: 93%;
    height: 380px;
    border: 0px none;
  }
  .results .grid-item.sticky .results-image {
    max-height: none;
    height: 380px;
    float: left;
    max-width: 45%;
  }
  .results .grid-item.sticky .results-image img {
    height: 380px;
    max-width: none;
    width: auto;
  }
  .results .grid-item.sticky .results-summary {
    float: left;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .results .grid-item {
    width: auto;
  }
}
.results-item {
  min-height: 200px;
}

.results-item.testimonial {
  background: #FBCA6F !important;
}

.results-item.award {
  background: #429899 !important;
}

.result-type {
  font-family: "Montserrat";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 8px;
  border-bottom-right-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 5;
}

.results-item.testimonial .result-link {
  display: none; /**only link case studies**/
}

.results-item.case-study .results-image {
  display: none;
}

.intro-copy {
  font-size: 23px;
  text-align: center;
  line-height: 1.6;
}

.intro-copy.content {
  padding: 48px 25px 25px 25px;
}

.intro-copy.content p {
  margin: 0;
}

.intro-copy.content h2 {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .intro-copy.content {
    padding: 30px 25px 25px 25px;
    font-size: 18px;
  }
}
.case-study-excerpt {
  background: #D1DED3;
  padding: 0;
  text-align: center;
  height: 500px;
}

.case-study-excerpt h2 {
  text-transform: none;
  font-size: 31px;
}

.case-study-excerpt .grid-overlay {
  padding: 50px;
  height: 500px;
}

@media (min-width: 1000px) {
  .case-study-excerpt .grid-overlay:hover {
    background: rgba(242, 194, 0, 0.8);
  }
}
.case-study-excerpt:hover {
  background: #429899;
}

.case-study-excerpt h2 {
  color: #FFFFFF;
  text-align: left;
  font-size: 40px;
  margin: 0;
  padding: 10px 0;
}

.case-study-excerpt h1 {
  font-size: 40px;
}

@media (max-width: 768px) {
  .case-study-excerpt {
    height: auto;
  }
  .case-study-excerpt .grid-overlay {
    padding: 20px;
    height: auto;
  }
  .case-study-excerpt h2 {
    font-size: 30px;
  }
}
.case-study-thumbnail {
  height: 50px;
}

.case-study-thumbnail img {
  border: 4px solid #FFF;
  max-height: 50px;
  width: auto;
  border-radius: 4px;
}

.case-study-thumbnail {
  margin: 0 auto;
  text-align: center;
}

.case-study-excerpt .read-more {
  height: 0px;
  overflow: hidden;
}

.case-study-excerpt .read-more a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 25px;
  border: 5px solid rgba(0, 0, 0, 0.6);
  padding: 8px 16px 12px 16px;
  border-radius: 100%;
}

.case-study-excerpt .read-more a:hover {
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
}

.case-study-excerpt:hover .case-study-thumbnail {
  height: 0px;
  border: 0px none;
  overflow: hidden;
}

.case-study-excerpt:hover h2 {
  color: #FFF;
}

.case-study-excerpt:hover .read-more {
  height: 80px;
  padding-top: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-width: 768px) {
  .case-study-excerpt .read-more {
    padding-top: 0;
    height: auto;
    overflow: visible;
    padding-top: 15px;
  }
  .case-study-excerpt .read-more a {
    color: #FFFFFF;
    border: 5px solid #FFFFFF;
  }
}
.cs-images {
  background: #FFFFFF;
  padding: 40px;
}
@media (max-width: 768px) {
  .cs-images {
    padding: 20px;
  }
}

.case-study-images img {
  max-height: 500px;
  width: auto !important;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 3px;
}
.case-study-images .owl-nav {
  display: none;
}
.case-study-images.has-client-quote .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(100% + 190px);
  width: 100%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .case-study-images.has-client-quote .owl-nav {
    display: none;
  }
}
.case-study-images.has-client-quote .owl-nav .owl-prev,
.case-study-images.has-client-quote .owl-nav .owl-next {
  background-color: transparent !important;
}
.case-study-images.has-client-quote .owl-nav .owl-prev .fa,
.case-study-images.has-client-quote .owl-nav .owl-next .fa {
  font-size: 80px;
  color: rgba(0, 0, 0, 0.1);
}
.case-study-images.has-client-quote .owl-nav .owl-prev .fa:hover,
.case-study-images.has-client-quote .owl-nav .owl-next .fa:hover {
  color: #429899;
}
.case-study-images .owl-dots {
  margin-top: 20px;
}

.case-study .solution {
  background: #FFFFFF;
}

#stats {
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  background: #f9f7ec;
}

.stat-block {
  padding: 30px 0 40px 0;
  float: left;
  position: relative;
  line-height: 1.4;
  overflow: hidden;
  text-align: center;
  background: none;
  font-weight: bold;
  font-size: 13px;
  width: 33%;
  flex: 1 1 33%;
  flex-direction: column;
  justify-content: space-between;
}

.stat-block:nth-child(1) {
  background: none;
}

.stat-block:nth-child(2) {
  background: none; /** darken($med-gray, 5%); **/
}

.stat-block:nth-child(3) {
  background: none; /** darken($med-gray, 10%);**/
}

.stat-block .stat {
  font-family: "Montserrat";
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 130px;
}

.stat-block .stat sup {
  top: -0.3em;
}

@media (max-width: 1300px) {
  .stat-block .stat {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 1000px) {
  .stat-block .stat {
    font-size: 80px;
    line-height: 90px;
    color: #FFFFFF;
  }
}
.stat-block .stat-label {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.4;
  font-family: "Montserrat";
}

@media (max-width: 1024px) {
  .home #stats .domino {
    padding: 40px 20px 80px 20px;
  }
}
@media (max-width: 840px) {
  .home #stats .domino {
    padding: 20px 20px 80px 20px;
  }
  .stat-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .stat-block .stat {
    font-size: 55px;
    line-height: 60px;
    margin-top: 0px;
    letter-spacing: -3px;
  }
  .stat-block .stat-label {
    font-size: 13px;
  }
}
.case-study-challenge {
  background: #FFFFFF;
}

.case-study h2 {
  font-size: 59px;
  color: #494946;
  margin-bottom: 15px;
}

.case-study-outline .four.columns {
  width: 30%;
  margin-left: 5%;
}

.case-study-outline .four.columns:nth-child(1) {
  margin-left: 0;
}

.case-study-outline ul {
  padding: 0;
  margin: 0;
}

.case-study-quote {
  background: #FBCA6F;
  margin: 0 auto;
  text-align: center;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-family: "Montserrat", "Arial Black";
}

.case-study-quote .domino {
  padding: 100px;
}

.case-study-quote .pic {
  border: 10px solid rgba(171, 107, 44, 0.4);
  position: relative;
  top: -70px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  margin: 0 auto;
}

.case-study-quote .pic img {
  max-width: none;
  width: auto;
  height: 150px;
}

.case-study-quote .quote {
  font-family: "Montserrat", "Arial Black";
  font-size: 72px;
  font-weight: 900;
  color: #ab6b2c;
  line-height: 25px;
  vertical-align: bottom;
}

.case-study-quote .quote-attribute {
  font-weight: normal;
}

@media (max-width: 768px) {
  .case-study-quote {
    font-size: 16px;
  }
  .case-study-quote .domino {
    padding: 30px;
  }
  .case-study-quote .quote {
    font-size: 40px;
  }
}
.related-case-studies {
  background: #444444;
  text-align: left;
  font-weight: 200;
  padding: 0;
  line-height: 1;
  color: #DDD;
}

.related-case-studies .headline {
  display: block;
  padding: 22px 15px 15px 15px;
  font-size: 34px;
  margin: 0 auto;
  text-align: center;
}

.related-case-studies .grid-item.case-study-excerpt {
  width: 100%;
  border-radius: 0px;
}

.related-case-studies .owl-controls {
  position: relative;
  top: -60px;
}

.related-case-studies {
  margin-bottom: -43px;
}

@media (max-width: 768px) {
  .related-case-studies .headline {
    text-align: left;
  }
}
h1.line {
  font-size: 58px;
  font-weight: 900;
  text-transform: none;
  background: #FDFCF4;
  padding: 0 20px;
  display: inline-block;
}

h1.line.charcoal {
  background: #444444;
}

h1.line.cream {
  background: #FDFCF4;
  color: #767570;
}

h2.line {
  font-size: 36px;
  font-weight: 900;
  text-transform: none;
  background: #EEE;
  padding: 0 20px;
  display: inline-block;
}

h2.line.charcoal {
  background: #444444;
}

h2.line.cream {
  background: #FDFCF4;
  color: #767570;
}

h2.line.green-gray {
  background: #cfd6d1;
  color: #767570;
}

hr.line {
  margin-top: -33px;
  margin-bottom: 65px;
}

hr.line-h1 {
  margin-top: -50px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  h1.line {
    font-size: 30px;
    padding: 0 10px;
  }
  hr.line {
    margin-top: -22px;
    margin-bottom: 30px;
  }
  hr.line-h1 {
    margin-top: -38px;
    margin-bottom: 38px;
  }
  h2.line {
    font-size: 21px;
  }
}
.case-study .grid-item, .grid-item.case-study-excerpt {
  width: 47%;
  margin: 10px;
}

.related-case-studies .grid-item {
  margin: 10px;
}

.case-study .constrain-narrow {
  text-align: left;
}

@media (min-width: 1200px) {
  .case-study .grid-item, .grid-item.case-study-excerpt {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .content.case-study {
    padding: 0px;
  }
  .case-study .grid-item, .grid-item.case-study-excerpt {
    width: 100%;
    margin: 0;
    height: 100vh;
    border-radius: 0px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  }
  .case-study .grid-item, .grid-item.case-study-excerpt:hover {
    background: rgba(242, 194, 0, 0.8);
    height: 100vh;
  }
  .case-study-excerpt .grid-overlay {
    height: 100vh;
  }
  .case-study h2 {
    margin-top: 30px;
  }
}
.case-study .case-study-excerpt h2 {
  color: #FFFFFF;
  font-size: 38px;
}

/**Employee pages**/
.emfluencers {
  margin-bottom: 50px;
  margin-left: 0px;
}

.profile-pic {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  border: 12px solid rgba(111, 116, 113, 0.2);
  background: rgba(111, 116, 113, 0.2);
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 548px) and (max-width: 1040px) {
  .profile-pic {
    width: 200px;
    height: 200px;
  }
}
.profile-pic img { /**enable touch to animate on mobile**/
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.profile-pic:hover {
  border: 12px solid rgba(111, 116, 113, 0.2);
  background: rgba(111, 116, 113, 0.4);
}

.grid-item {
  border-radius: 10px;
  overflow: hidden;
}

.employee-name {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
  line-height: 22px;
}

.employee-name a {
  color: #444444;
}

.employee-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  font-family: montserrat;
  letter-spacing: 1px;
  text-align: center;
  color: #888888;
}

/**Single employee pages**/
.single-employee .employee-title {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: left;
}

.employee-posts, .employee-posts h2.line {
  background: #FFCF6E;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 200;
}

@media (max-width: 768px) {
  .single-employee .employee-title {
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 16px;
  }
}
/**Services**/
.service-page-section {
  min-height: 100vh;
  color: #FFFFFF;
}

/**positioning**/
.service-page-section .content {
  height: 50%;
  padding-top: 15%;
}

@media (max-width: 768px) {
  .service-page-section {
    background-attachment: initial !important;
  }
}
.four.columns.service-pod {
  text-align: center;
  width: 30%;
  margin-right: 2%;
  font-size: 20px;
  line-height: 1.5;
}

.service-pod h3 {
  font-size: 25px;
}

@media (max-width: 768px) {
  .four.columns.service-pod {
    width: auto;
    margin-top: 20px;
  }
}
#digital-strategy {
  background: url("/wp-content/themes/emfluence/images/digital-strategy-bg.png");
  background-size: cover;
  background-attachment: fixed;
}

#web-design-dev {
  background: url("/wp-content/themes/emfluence/images/web-dev-bg.png");
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  #digital-strategy, #web-design-dev {
    background-attachment: inherit;
  }
}
.process {
  height: 100%;
}

.process-nav {
  padding: 60px 30px;
}

.process-nav .columns {
  margin: 0;
  width: 25%;
}

.process-nav-item {
  z-index: 5;
  position: relative;
  width: 100%;
  padding: 5px;
  color: #6f7471;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Montserrat";
  font-size: 30px;
  background: #FFFFFF;
  text-align: right;
}

.process-nav-item:hover, .process-nav-item:focus {
  color: #429899;
}

.process-nav-item i {
  color: #DDDDDD;
}

.process-block h1 {
  font-size: 70px;
  margin-top: 32px;
  text-align: center;
}

.timeline {
  position: relative;
  top: -60px;
  z-index: 0;
}

.process-block {
  position: relative;
}

#cd-timeline div:nth-of-type(2) {
  margin-top: 5em;
}

.cd-timeline-content h2 {
  margin: 0;
  padding: 0;
}

.cd-timeline-content {
  margin-top: 0 !important;
}

@media (max-width: 1169px) {
  .process-block::before {
    /* this is the vertical line */
    content: "";
    position: absolute;
    top: 0;
    left: 27px;
    height: 100%;
    width: 10px;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1170px) {
  .process-block::before {
    /* this is the vertical line */
    content: "";
    position: absolute;
    top: 0;
    left: 49.7%;
    height: 100%;
    width: 10px;
    background: rgba(0, 0, 0, 0.1);
  }
}
.process-section-img {
  width: 55px;
  height: 55px;
  top: 10px;
  left: 49.2%;
  text-align: center;
}

@media (max-width: 768px) {
  .cd-timeline-img {
    left: -4px;
  }
  .cd-timeline-img.process-section-img {
    left: -8px;
    width: 35px;
    height: 35px;
  }
  .cd-timeline-img.process-section-img i {
    font-size: 25px;
    line-height: 16px;
  }
  .cd-timeline-img.process-section-img i.fa-cogs {
    left: -2px;
    font-size: 22px;
  }
  .process-block h1 {
    font-size: 45px;
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 60px;
    top: -20px;
  }
}
.process-section-img img, .process-section-img i {
  font-size: 35px;
  margin-top: 9px;
  color: rgba(0, 0, 0, 0.4);
}

.process-step {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.process-step:nth-child(1n), .process-step:nth-child(1n) h1, .process-step:nth-child(1n) .cd-timeline-img {
  background: url("/wp-content/themes/emfluence/images/light-gray-grid.png") repeat;
}

.process-step:nth-child(1n) .cd-timeline-img {
  box-shadow: 0 0 0 10px rgb(215, 215, 215);
}

.process-step:nth-child(2n), .process-step:nth-child(2n) h1, .process-step:nth-child(2n) .cd-timeline-img {
  background: url("/wp-content/themes/emfluence/images/green-grid.png") repeat;
}

.process-step:nth-child(2n) .cd-timeline-img {
  box-shadow: 0 0 0 10px rgb(60, 137, 138);
}

.process-step:nth-child(3n), .process-step:nth-child(3n) h1, .process-step:nth-child(3n) .cd-timeline-img {
  background: url("/wp-content/themes/emfluence/images/gray-grid.png") repeat;
}

.process-step:nth-child(3n) .cd-timeline-img {
  box-shadow: 0 0 0 10px rgb(146, 152, 148);
}

.process-step:nth-child(4n), .process-step:nth-child(4n) h1, .process-step:nth-child(4n) .cd-timeline-img {
  background: url("/wp-content/themes/emfluence/images/yellow-grid.png") repeat;
}

@media (max-width: 1169px) {
  .process-1 h1, .process-step:nth-child(2n) h1, .process-step:nth-child(3n) h1, .process-step:nth-child(4n) h1 {
    background: none;
  }
}
.process-step:nth-child(4n) .cd-timeline-img {
  box-shadow: 0 0 0 10px rgb(218, 175, 0);
}

.process-step:nth-child(2n) h1, .process-step:nth-child(3n) h1, .process-step:nth-child(4n) h1 {
  color: #FFFFFF;
}

/**Activities**/
.activities .grid-item {
  margin: 10px;
  width: 30%;
}

@media (max-width: 800px) {
  .activities .grid-item {
    width: 46%;
  }
}
@media (max-width: 512px) {
  .activities .grid-item {
    width: auto;
  }
}
.activity-item {
  border-radius: 4px;
  overflow: hidden;
}

.activities-summary {
  padding: 20px;
  color: #FFFFFF;
}

.activities-summary h3 {
  color: #FFFFFF;
}

/**BACKGROUNDS**/
.charcoal-bg {
  background: #444444;
  color: #FFFFFF;
}

.green-bg {
  background: #429899;
  color: #FFFFFF;
}

.green-gray-bg {
  background: #cfd6d1;
  color: #444444;
}

.med-gray-bg {
  background: #6f7471;
  color: #FFFFFF;
}

.lightest-gray-bg {
  background: #EEE;
  color: #444444;
}

/**Careers**/
.job-listings {
  background: #FFCF6E;
}

.job-listings h2.line {
  background: #FFCF6E;
  color: rgba(0, 0, 0, 0.6);
}

.grid-item.job-listing {
  background: #2c4952;
  color: #FFFFFF;
  border-radius: 4px;
  margin: 8px;
  width: 32%;
  font-size: 15px;
}

@media (max-width: 768px) {
  .grid-item.job-listing {
    width: auto;
    height: auto;
  }
}
.grid-item.job-listing h3 {
  color: #FFFFFF;
  font-size: 28px;
}

/**404**/
canvas.dots {
  text-align: center;
  border: 30px solid #FBCA6F;
  border-radius: 75px;
  width: 350px;
  height: 600px; /**position: absolute; top: 0; left: 0; width: 100%; height: 100%; **/
}

#page404 {
  background: #FFFFFF;
}

/**associations**/
.associations h3 {
  color: #429899;
}

.association-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.associations {
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  margin-bottom: 30px;
  border: 2px solid #EEE;
  padding: 40px 30px;
}

.associations img {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .associations {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.big-content {
  font-size: 18px;
  width: 1100px;
}

.big-content h2 {
  font-size: 38px;
  margin-top: 20px;
}

/**content shortcode formatting**/
.emfl-title-block {
  float: left;
  width: 25%;
  font-size: 28px;
  line-height: 1.4;
  font-family: "Montserrat", Helvetica;
  border-right: 6px solid rgba(0, 0, 0, 0.08);
  padding-right: 20px;
  margin-top: 6px;
  color: #429899;
}

.emfl-content-block {
  float: right;
  width: 72%;
}

.emfl-content-block:after {
  display: table;
  content: "";
  clear: both;
}

.content-cta {
  font-weight: bold;
  background: #FBCA6F;
  display: inline-block;
  color: #FFFFFF;
  padding: 12px 18px;
  border-radius: 5px;
  margin-top: 10px;
  line-height: 1.4;
}
.content-cta:hover {
  background-color: #ebab00;
  transition: 0.3s;
}
.content-cta a {
  color: #FFFFFF;
}
.content-cta a:after {
  content: " ›";
}

@media (max-width: 1024px) {
  .emfl-content-block, .emfl-title-block {
    width: auto;
    border-right: none;
    float: none;
  }
}
/**/
@media (max-width: 1160px) {
  .big-content {
    font-size: 18px;
    width: auto;
  }
}
/**emfluence modal**/
#emfl-modal-container {
  padding: 0 !important;
}

/**juicer plugin**/
.juicer-feed .j-paginate {
  color: #429899 !important;
  border: 2px solid #429899 !important;
  font-family: "Work Sans" !important;
  border-radius: 3px !important;
}

.juicer-feed .j-paginate:hover {
  background: #429899 !important;
  color: #FDFCF4 !important;
}

.juicer-feed.hip li.feed-item.j-twitter.image-post .j-text {
  background: rgba(61, 152, 154, 0.93) !important;
}

.single-speaker-topic .speaker-section {
  background: #f5fdfd;
}
.single-speaker-topic .speaker-bio {
  padding: 15px 0;
}
.single-speaker-topic .profile-pic {
  border: 0px none;
}
.single-speaker-topic .employee-title, .single-speaker-topic .employee-name {
  text-align: left;
  margin-top: 0;
}

.header-top-bar {
  background: #3e999a;
  height: 25px;
}
.header-top-bar .menu-top-nav-menu-container {
  float: right;
  text-align: right;
  line-height: 20px;
}
.header-top-bar li {
  display: inline;
  margin-right: 20px;
}
.header-top-bar a {
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial;
  text-decoration: none;
}
.header-top-bar a:hover {
  color: #cbfaff;
  transition: 0.3s;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .list-columns {
    list-style: none;
    padding: 0;
  }
  .list-columns a {
    text-decoration: underline;
  }
  .list-columns-two {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .list-columns-three {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  .list-columns-four {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
}
/**diversity grid**/
.diversity-section {
  padding-top: 80px;
  background: linear-gradient(217deg, rgb(6, 153, 149), rgba(66, 153, 140, 0) 80.71%), linear-gradient(117deg, rgb(66, 153, 140), rgba(66, 153, 140, 0) 80.71%), linear-gradient(336deg, rgb(17, 122, 131), rgba(17, 122, 131, 0) 80.71%);
  color: #FFFFFF;
}
.diversity-section a {
  color: #ffdc4d;
  font-weight: bold;
}
.diversity-section h2 {
  font-size: 40px;
}

.diversity-event-item {
  display: flex;
  flex-flow: row;
  margin-top: 3em;
}
.diversity-event-item h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .diversity-event-item {
    flex-flow: column;
  }
}

.diversity-event-image {
  width: calc(33% - 2.5em);
  padding-right: 2.5em;
}
.diversity-event-image img {
  border-radius: 15px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .diversity-event-image {
    width: 100%;
    padding-right: 0;
  }
}

.diversity-event-description {
  width: calc(66% - 1.5em);
}
@media (max-width: 768px) {
  .diversity-event-description {
    width: 100%;
  }
}

.page-template-template-diversity figure {
  margin: 1em 0 !important;
}

.wp-block-separator {
  border: 0px none !important;
}

.wp-block-image.is-style-rounded img {
  border-radius: 15px !important;
}

.modal-active {
  overflow: hidden;
}
.modal-active .emfl-abandoned-cart-start.modal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: scroll;
}

.emfl-abandoned-cart-start .inner {
  display: block;
  width: 480px;
  max-width: 95%;
  margin: 15px 0;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.emfl-abandoned-cart-start form {
  display: block;
  padding: 25px;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 500px) {
  .emfl-abandoned-cart-start label {
    position: absolute;
    padding: 2px 0 0 10px;
  }
}
.emfl-abandoned-cart-start input:not([type=submit]) {
  width: 100%;
}
@media (min-width: 500px) {
  .emfl-abandoned-cart-start input:not([type=submit]) {
    padding-left: 130px;
    background: white;
  }
}
.emfl-abandoned-cart-start a {
  text-decoration: underline;
}
.emfl-abandoned-cart-start input:not(:last-of-type) {
  margin-bottom: 10px;
}
.emfl-abandoned-cart-start .error.message {
  font-weight: bold;
}
.emfl-abandoned-cart-start .closer.icon {
  position: absolute;
  top: 0;
  right: 7px;
}
@media (max-width: 480px) {
  .emfl-abandoned-cart-start .closer.icon {
    padding: 10px;
  }
}
.emfl-abandoned-cart-start .after-complete,
.emfl-abandoned-cart-start .waiting-indicator {
  display: none;
  padding: 25px;
}
.emfl-abandoned-cart-start.in-progress form {
  display: none;
}
.emfl-abandoned-cart-start.in-progress .waiting-indicator {
  display: block;
  text-align: center;
}
.emfl-abandoned-cart-start.completed form {
  display: none;
}
.emfl-abandoned-cart-start.completed .after-complete {
  display: block;
}

.abandon-last-chance p:first-of-type {
  margin-top: 0;
}

.woocommerce-checkout-payment .abandon-last-chance {
  padding: 1em 1em 0;
}
.woocommerce-checkout-payment .abandon-last-chance .woocommerce-info {
  margin-bottom: 0;
}

.roi-calculator input[type=number],
.roi-calculator input[type=text],
.roi-calculator input[type=email] {
  background-color: white;
  padding: 5px 10px;
  border: solid 1px #ccc;
  font-weight: normal;
}
.roi-calculator table tr > * {
  padding: 5px;
}
.roi-calculator .no-break {
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .roi-calculator table tr > * {
    display: block;
  }
  .roi-calculator table tr {
    display: table-cell;
  }
}
.roi-calculator .calculator input[type=submit] {
  display: none;
}
.roi-calculator .calculator label {
  font-weight: bold;
}
.roi-calculator .email-results .fields {
  display: none;
}
.roi-calculator .email-results fieldset {
  display: inline-block;
  margin-bottom: 10px;
}
.roi-calculator .email-results label span {
  display: inline-block;
  width: 120px;
  max-width: 100%;
}
.roi-calculator .email-results label input {
  max-width: 100%;
}
@media (min-width: 500px) {
  .roi-calculator .email-results label input {
    width: 300px;
  }
}
.roi-calculator .email-results .response {
  display: none;
  margin-bottom: 10px;
}
.roi-calculator .email-results .fail {
  color: red;
}
.roi-calculator input[type=submit]:disabled {
  background-color: #ccc;
}

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