@charset "UTF-8";
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.flex-video {
  position: relative;
  padding-top: emCalc(25px);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: emCalc(16px);
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flex-video iframe:not(.twitter-tweet) {
  height: 100%;
}

[data-twttr-id=twttr-sandbox-0].flex-video {
  height: auto;
  padding: 0;
}
[data-twttr-id=twttr-sandbox-0].flex-video iframe {
  width: auto !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-right: -10px;
  margin-left: -10px;
  max-width: none;
  width: auto;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}

[class*=columns-] {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
[class*=columns-].column-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.columns-1 {
  width: 8.3333333333%;
}

.columns-2 {
  width: 16.6666666667%;
}

.columns-3 {
  width: 25%;
}

.columns-4 {
  width: 33.3333333333%;
}

.columns-5 {
  width: 41.6666666667%;
}

.columns-6 {
  width: 50%;
}

.columns-7 {
  width: 58.3333333333%;
}

.columns-8 {
  width: 66.6666666667%;
}

.columns-9 {
  width: 75%;
}

.columns-10 {
  width: 83.3333333333%;
}

.columns-11 {
  width: 91.6666666667%;
}

.columns-12 {
  width: 100%;
}

[class*=right-],
[class*=left-] {
  position: relative;
}

.left-1 {
  position: relative;
  right: 8.3333333333%;
}

.left-2 {
  position: relative;
  right: 16.6666666667%;
}

.left-3 {
  position: relative;
  right: 25%;
}

.left-4 {
  position: relative;
  right: 33.3333333333%;
}

.left-5 {
  position: relative;
  right: 41.6666666667%;
}

.left-6 {
  position: relative;
  right: 50%;
}

.left-7 {
  position: relative;
  right: 58.3333333333%;
}

.left-8 {
  position: relative;
  right: 66.6666666667%;
}

.left-9 {
  position: relative;
  right: 75%;
}

.left-10 {
  position: relative;
  right: 83.3333333333%;
}

.left-11 {
  position: relative;
  right: 91.6666666667%;
}

.left-12 {
  position: relative;
  right: 100%;
}

.right-1 {
  position: relative;
  left: 8.3333333333%;
}

.right-2 {
  position: relative;
  left: 16.6666666667%;
}

.right-3 {
  position: relative;
  left: 25%;
}

.right-4 {
  position: relative;
  left: 33.3333333333%;
}

.right-5 {
  position: relative;
  left: 41.6666666667%;
}

.right-6 {
  position: relative;
  left: 50%;
}

.right-7 {
  position: relative;
  left: 58.3333333333%;
}

.right-8 {
  position: relative;
  left: 66.6666666667%;
}

.right-9 {
  position: relative;
  left: 75%;
}

.right-10 {
  position: relative;
  left: 83.3333333333%;
}

.right-11 {
  position: relative;
  left: 91.6666666667%;
}

.right-12 {
  position: relative;
  left: 100%;
}

[class*=block-grid-] {
  display: block;
  margin: 0 -10px 15px -10px;
  overflow: auto;
  padding: 0;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.block-grid-2 > li {
  width: 50%;
}
.block-grid-2 > li:nth-of-type(2n1) {
  clear: both;
}

.block-grid-3 > li {
  width: 33.3333333333%;
}
.block-grid-3 > li:nth-of-type(3n1) {
  clear: both;
}

.block-grid-4 > li {
  width: 25%;
}
.block-grid-4 > li:nth-of-type(4n1) {
  clear: both;
}

.block-grid-5 > li {
  width: 20%;
}
.block-grid-5 > li:nth-of-type(5n1) {
  clear: both;
}

.block-grid-6 > li {
  width: 16.6666666667%;
}
.block-grid-6 > li:nth-of-type(6n1) {
  clear: both;
}

.inline-block-grid {
  display: block;
  margin: 0 -10px 15px -10px;
  overflow: auto;
}
.inline-block-grid > li {
  display: block;
  float: left;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.inline-block-grid > li:first-child:nth-last-child(1) {
  width: 100%;
}
.inline-block-grid > li:first-child:nth-last-child(2), .inline-block-grid > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.inline-block-grid > li:first-child:nth-last-child(3), .inline-block-grid > li:first-child:nth-last-child(3) ~ li {
  width: 33.3333333333%;
}
.inline-block-grid > li:first-child:nth-last-child(4), .inline-block-grid > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.job-application-form .send-cv-webform input[type=submit], .job-landing-search .job-search-form .BH-search-form-submit, #utility-nav li:last-child a, form input[type=submit],
form input[type=button], .button-line-blue, .button-line-black, .button-blue, .button {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  display: inline-block;
  line-height: 1;
  overflow: visible;
  padding: 15px 60px 14px;
  text-decoration: none;
}

/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.wow {
  visibility: hidden;
}

.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;
}

html {
  font-size: 100%;
}

body {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  overflow-x: hidden;
}

::-moz-selection {
  background: #2ba6cb;
  color: white;
}

::selection {
  background: #2ba6cb;
  color: white;
}

::-moz-selection {
  background: #2ba6cb;
  color: white;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}
blockquote {
  border: none;
  padding: 0;
}
blockquote p {
  font-style: italic;
}
blockquote p:last-of-type:not(:first-of-type) {
  font-style: normal;
  font-weight: bold;
}

pre {
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  line-height: 1.6em;
  margin: 0;
  padding-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2e383f;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #82bf40;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  padding-top: 15px;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: white;
}

h1 {
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 25px;
}
h1.content-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #82bf40;
  padding: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
h2.green {
  color: #82bf40;
}

h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
h4.blue {
  color: #2ba6cb;
}
h4.green {
  color: #82bf40;
}

h5 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #2ba6cb;
  text-transform: uppercase;
}
h5 a {
  color: #2ba6cb;
}
h5 a:hover {
  color: #82bf40;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

hr {
  border: none;
  border-top: 1px solid #dfe0df;
  margin: 10px 0 25px;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

img.alignright,
.wp-caption.alignright {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
  position: relative;
  width: auto !important;
}
.wp-caption img {
  display: block;
}

.wp-caption-text {
  background: rgba(43, 166, 203, 0.9);
  color: white;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

a, a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a {
  color: #2ba6cb;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

.button {
  background: #82bf40;
  border: 2px solid #82bf40;
  color: white;
}
.button:hover {
  background: rgba(130, 191, 64, 0);
  color: #2e383f;
}

.button-blue {
  background: #2ba6cb;
  border: 2px solid #2ba6cb;
  color: white;
}
.button-blue:hover {
  background: rgba(43, 166, 203, 0);
  color: #2e383f;
}

.button-line-black {
  background: transparent;
  border: 2px solid #37424a;
  color: #37424a;
}
.button-line-black:hover {
  background: #37424a;
  color: white;
}

.button-line-blue {
  background: transparent;
  border: 2px solid #2ba6cb;
  color: #2ba6cb;
}
.button-line-blue:hover {
  background: #2ba6cb;
  color: white;
}

.read-more {
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #2ba6cb;
  color: #616362;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.read-more:hover {
  border-bottom: none;
}

ul {
  font-size: 18px;
  font-size: 1.125rem;
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 15px;
}
ul a {
  text-decoration: none;
}
.entry-content ul:not(.gform_fields) {
  list-style: none;
  margin: 0;
  padding-bottom: 30px;
}
.entry-content ul:not(.gform_fields) li {
  line-height: 32px;
  padding-left: 23px;
  position: relative;
}
.entry-content ul:not(.gform_fields) li + li {
  margin-top: 10px;
}
.entry-content ul:not(.gform_fields) li:before {
  background: url(../../images/bullet.png) no-repeat center center;
  content: "";
  height: 14px;
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
}
.entry-content ul.gfield_radio,
.entry-content ul.gfield_checkbox {
  padding: 0;
}
.entry-content ul.gfield_radio li + li,
.entry-content ul.gfield_checkbox li + li {
  margin-top: 0;
}
.entry-content ul.gfield_radio li:before,
.entry-content ul.gfield_checkbox li:before {
  display: none;
}

ol {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0 4px;
  padding: 0 0 15px;
}

.entry-content ol {
  counter-reset: ordered-list;
  list-style: none;
}
.entry-content ol li {
  counter-increment: ordered-list;
  padding-left: 20px;
  position: relative;
}
.entry-content ol li:before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #82bf40;
  content: counter(ordered-list);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.entry-content ol li + li {
  margin-top: 10px;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.8em;
  padding-bottom: 15px;
}
p:empty {
  display: none;
}

.intro-para {
  font-size: 22px;
  font-size: 1.375rem;
}

.green-text {
  color: #82bf40;
}

.blue-text {
  color: #2ba6cb;
}

.css-select-wrapper {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 200px;
}
.css-select-wrapper:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../../images/custom-select-arrow.png) no-repeat;
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.css-select {
  background: #2ba6cb;
  border: none;
  color: white;
  padding-left: 10px;
  position: relative;
  width: 230px;
}
.css-select option {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  padding: 13px 16px;
}
.css-select option + option {
  border-top: 1px solid white;
}

:-moz-placeholder {
  /* Firefox 18- */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

form label {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-weight: 600;
}
form input[type=text],
form input[type=url],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password],
form textarea {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fbfbfb;
  border: none;
  padding: 10px;
}
form input[type=text]:hover, form input[type=text]:focus,
form input[type=url]:hover,
form input[type=url]:focus,
form input[type=email]:hover,
form input[type=email]:focus,
form input[type=tel]:hover,
form input[type=tel]:focus,
form input[type=number]:hover,
form input[type=number]:focus,
form input[type=password]:hover,
form input[type=password]:focus,
form textarea:hover,
form textarea:focus {
  background: white;
}
form input[type=submit],
form input[type=button] {
  background: #2ba6cb;
  border: 2px solid #2ba6cb;
  color: white;
}
form input[type=submit]:hover,
form input[type=button]:hover {
  background: rgba(43, 166, 203, 0);
  color: #2e383f;
}

#gform_1 #field_1_6 > label {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #82bf40;
  display: block;
  margin-bottom: 5px;
  padding-top: 15px;
  text-align: center;
}
#gform_1 #field_1_6 .gfield_radio {
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}
#gform_1 #field_1_6 .gfield_radio li {
  display: inline-block;
  margin: 0 25px;
  padding-left: 0;
}
#gform_1 #field_1_6 .gfield_radio label {
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  text-transform: uppercase;
}
#gform_1 #field_1_6 .gfield_radio input {
  display: none;
}
#gform_1 #field_1_6 .gfield_radio input:checked + label {
  border-bottom: 5px solid #82bf40;
  padding: 0 4px;
}
#gform_1 .gform_title {
  padding-bottom: 0;
}
#gform_1 .gform_footer {
  text-align: center;
}

.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 20px;
}

ul.gform_fields {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}

.gform_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #82bf40;
  text-align: center;
}

li.gfield {
  clear: both;
  overflow: inherit;
  padding: 0 10px 20px;
}

.ginput_container span {
  margin-bottom: 10px;
}
.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%;
}
.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%;
}
.ginput_container input.small,
.ginput_container select.small,
.ginput_container textarea.small {
  width: 33%;
}
.ginput_container input,
.ginput_container textarea {
  margin: 2px;
}

label.gfield_label {
  display: inline-block;
  padding-bottom: 10px;
}
.left_label label.gfield_label {
  float: left;
  width: 25%;
}
.right_label label.gfield_label {
  float: right;
  width: 25%;
}

.gfield_required {
  padding-left: 5px;
}

ul.gfield_checkbox,
ul.gfield_radio {
  list-style: none;
  padding: 0;
}
ul.gfield_checkbox input,
ul.gfield_radio input {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

ul.gfield_radio input {
  margin-left: 2px;
}

.gsection h2 {
  border-bottom: 3px solid black;
  padding-bottom: 15px;
}

.gf_progressbar_wrapper {
  padding-bottom: 15px;
}

.gf_progressbar {
  background: gray;
}

.gf_progressbar_percentage {
  background: red;
  padding: 5px 10px;
  text-align: right;
}

.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm {
  display: inline;
  display: inline-block;
}

.gfield_time_hour label, .gfield_time_minute label {
  display: block;
}

.gfield_time_ampm {
  vertical-align: top;
}

.gform_hidden {
  display: none;
}

.validation_error {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px;
}

li.gfield.gfield_error {
  background: #FFDFE0;
  margin-bottom: 15px;
  padding-top: 15px;
}
li.gfield.gfield_error label.gfield_label {
  font-weight: bold;
}
li.gfield .validation_message {
  font-weight: bold;
  margin-top: 10px;
}

.gform_validation_container {
  display: none;
}

.ginput_full {
  display: block;
}
.ginput_full input, .ginput_full select, .ginput_full textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_full label {
  display: block;
}

.ginput_left {
  float: left;
  padding-right: 10px;
  width: 50%;
}
.ginput_left input, .ginput_left select, .ginput_left textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_left label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}
.ginput_right input, .ginput_right select, .ginput_right textarea {
  margin-bottom: 5px;
  width: 100%;
}
.ginput_right label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

li.gf_left_half {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 50%;
}

li.gf_right_half {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 50%;
}

li.gf_left_third {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 33%;
}

li.gf_middle_third {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 34%;
}

li.gf_right_third {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 33%;
}

li.gf_first_quarter {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_second_quarter {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_third_quarter {
  clear: none;
  float: left;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_fourth_quarter {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 25%;
}

@media screen and (max-width: 480px) {
  li.gf_left_half, li.gf_right_half, li.gf_left_third, li.gf_middle_third, li.gf_right_third, li.gf_first_quarter, li.gf_second_quarter, li.gf_third_quarter, li.gf_fourth_quarter {
    width: 100%;
  }
}
.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 50%;
}

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 33%;
}

.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 25%;
}

.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 20%;
}

.gf_list_inline ul.gfield_checkbox li,
.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li,
.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li,
.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li,
.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
    width: 100%;
  }
}
.custom_checkboxes .gfield_checkbox {
  margin-left: 0;
}
.custom_checkboxes input[type=checkbox] {
  display: none;
}
.custom_checkboxes input[type=checkbox] + label {
  position: relative;
  padding-left: 20px;
}
.custom_checkboxes input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #2d2d2d;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 2px;
  line-height: 16px;
  line-height: 1rem;
  overflow: hidden;
}
.custom_checkboxes input[type=checkbox] + label span {
  display: block;
  margin-left: 20px;
}
.custom_checkboxes input[type=checkbox] + label:hover {
  cursor: pointer;
}
.custom_checkboxes input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #2ba6cb;
}

.file_input_overlay {
  position: relative;
  height: 45px;
}

.file_input_faker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 48px;
}
.file_input_faker input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.file_input_faker .upload-button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  background: #616362;
  border: none;
  color: white;
  position: absolute;
  top: 2px;
  right: -2px;
  height: 100%;
  width: 120px;
  min-width: 0;
  padding: 10px;
}

.ui-datepicker {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font: 9pt Arial, sans-serif;
  height: auto;
  margin: 5px auto 0;
  width: 216px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  width: 100%;
}

.ui-datepicker-header {
  background-color: #666;
  border-color: #666;
  border-style: solid;
  border-width: 1px 0 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
          box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
  text-shadow: 1px -1px 0 #000;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 600%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 30px;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  border-color: transparent #e0e0e0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:before {
  border-width: 5px 10px 5px 0;
  left: 40%;
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next:before {
  border-width: 5px 0 5px 10px;
  right: 40%;
}

.ui-datepicker thead {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  color: #666666;
  font-size: 6pt;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase;
}

.ui-datepicker tbody td {
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 0;
}

.ui-datepicker tbody td:last-child {
  border-right: 0 none;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0 none;
}

.ui-datepicker td span, .ui-datepicker td a {
  color: #666666;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 30px;
}

.ui-datepicker-calendar .ui-state-default {
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
          box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
}

.ui-datepicker-calendar .ui-state-hover {
  background: none repeat scroll 0 0 #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: none repeat scroll 0 0 #fff2aa;
  border: 1px solid #c19163;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  color: #666;
  margin: -1px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}

.ui-datepicker-unselectable .ui-state-default {
  background: none repeat scroll 0 0 #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.site-header {
  background: #37424a;
  min-height: 128px;
  padding: 20px 0 25px;
  position: relative;
}

#utility-nav {
  margin: 0;
  padding: 0 0 10px;
}
#utility-nav li {
  display: inline-block;
}
#utility-nav li + li {
  margin-left: 25px;
}
#utility-nav li:last-child a {
  background: #82bf40;
  border: 2px solid #82bf40;
  color: white;
  padding: 15px;
}
#utility-nav li:last-child a:hover {
  background: rgba(130, 191, 64, 0);
  color: #2e383f;
}
#utility-nav li:last-child a:hover {
  background: #689933;
  color: white;
}
#utility-nav a {
  font-size: 17px;
  font-size: 1.0625rem;
  color: white;
}
#utility-nav a:hover {
  color: #82bf40;
}

.site-branding img {
  display: block;
}

#site-navigation {
  text-align: right;
}

#main-nav {
  font-size: 0;
  margin: 20px 0 0;
  padding: 0;
  text-align: right;
}
#main-nav > li {
  display: inline-block;
}
#main-nav > li.current-menu-item, #main-nav > li.current_page_item, #main-nav > li.current_page_parent {
  position: relative;
}
#main-nav > li.current-menu-item:after, #main-nav > li.current_page_item:after, #main-nav > li.current_page_parent:after {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-color: #37424a transparent;
  border-style: solid;
  border-width: 7px 8px 0;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
}
.error404 #main-nav > li.current-menu-item:after, .error404 #main-nav > li.current_page_item:after, .error404 #main-nav > li.current_page_parent:after {
  display: none;
}
#main-nav > li + li {
  margin-left: 25px;
}
#main-nav a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-transform: uppercase;
}
#main-nav a:hover {
  color: #82bf40;
}
#main-nav .sub-menu {
  display: none;
}

.burger-trigger {
  display: none;
  height: 65px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
.burger-trigger:before {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: white;
  content: "Menu";
  padding-right: 25px;
  position: absolute;
  top: 26px;
  left: -70px;
  text-transform: uppercase;
}
.burger-trigger:focus {
  outline: none;
}
.burger-trigger span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: white;
  display: block;
  height: 4px;
  margin: 15px auto 0;
  position: relative;
  top: 0;
  width: 100%;
  transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.burger-trigger.open span:nth-child(1) {
  top: 15px;
  width: 60%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger-trigger.open span:nth-child(2) {
  width: 0;
}
.burger-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60%;
  top: -23px;
}

.menu-slide {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 32px;
  font-size: 2rem;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../../images/menu-slide.png) no-repeat center 58% #575958;
  color: white;
  cursor: pointer;
  height: 35px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 2%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 35px;
}
.menu-slide.open {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-nav-container {
  display: none;
  padding: 0;
  position: absolute;
  top: 100%;
}

.mobile-nav {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #616362;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 5;
}
.mobile-nav li {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.mobile-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: white;
  display: block;
  padding: 20px 0 17px;
}
.mobile-nav a:hover {
  background: #575958;
}
.mobile-nav .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .sub-menu li {
  background: #4e4f4e;
}
.mobile-nav .sub-menu .sub-menu li {
  background: #444545;
}

.mobile-utility {
  background: #616362;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 5;
}
.mobile-utility li {
  display: block;
  float: left;
  width: 50%;
}
.mobile-utility li:nth-of-type(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-utility a {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-weight: 400;
  padding: 20px 0 17px;
}
.mobile-utility a:hover {
  background: #575958;
}

.site-footer {
  background: #37424a;
  padding-top: 60px;
  padding-bottom: 30px;
}
.site-footer p {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
}
.site-footer p span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  min-width: 95px;
  text-transform: uppercase;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer a:hover {
  color: #82bf40;
}
.site-footer hr {
  background: url(../../images/bg-dash.png) repeat-x;
  border: none;
  height: 1px;
}

.footer-contact a {
  border-bottom: 1px solid transparent;
}
.footer-contact a:hover {
  border-bottom: 1px solid #82bf40;
}

.upper-footer {
  padding-bottom: 10px;
}

.social-footer {
  margin: 0;
  padding: 35px 0 0;
}
.social-footer li {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.social-footer li + li {
  margin-left: 25px;
}
.social-footer a {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}

.lower-footer {
  padding-top: 10px;
}

#footer-nav {
  zoom: 1;
  margin: 0;
  text-align: left;
}
#footer-nav:before {
  content: "";
  display: block;
}
#footer-nav:after {
  content: "";
  display: table;
  clear: both;
}
#footer-nav li {
  display: inline-block;
  float: left;
  padding-bottom: 15px;
  width: 50%;
}
#footer-nav a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
#footer-nav a:hover {
  color: #82bf40;
}

.site-info {
  background: #2e383f;
  padding: 15px 0 0;
}
.site-info p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
}
.site-info .columns-8 p, .site-info .columns-8 .menu-legal-container {
  display: inline-block;
}
.site-info .columns-4 p {
  color: white;
  opacity: 0.3;
}
.site-info .columns-4 a {
  color: white;
  text-decoration: none;
}

#legal-nav {
  margin: 0 0 0 5px;
  padding: 0;
}
#legal-nav li {
  display: inline-block;
}
#legal-nav a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.3);
}
#legal-nav a:hover {
  color: white;
}
#legal-nav a:after {
  content: ".";
}

#secondary .widget_nav_menu li {
  display: none;
}
#secondary .widget_nav_menu li.current_page_item,
#secondary .widget_nav_menu .current-page-ancestor,
#secondary .widget_nav_menu .current_page_parent {
  display: block;
}
#secondary .widget_nav_menu li.current_page_item ul, #secondary .widget_nav_menu li.current_page_item li, #secondary .widget_nav_menu li.current_page_item a,
#secondary .widget_nav_menu .current-page-ancestor ul,
#secondary .widget_nav_menu .current-page-ancestor li,
#secondary .widget_nav_menu .current-page-ancestor a,
#secondary .widget_nav_menu .current_page_parent ul,
#secondary .widget_nav_menu .current_page_parent li,
#secondary .widget_nav_menu .current_page_parent a {
  display: block;
}
#secondary .widget + .widget {
  margin-top: 25px;
}

.home .widget-content > form > div:nth-child(4) {
  display: none;
}

.home-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 485px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.home-banner h1, .home-banner p {
  color: white;
  position: relative;
  z-index: 1;
}
.home-banner h1 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.home-banner h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  text-transform: none;
  color: white;
  position: relative;
  z-index: 2;
}
.home-banner p {
  font-size: 20px;
  font-size: 1.25rem;
}
.home-banner .home-banner-nav-container {
  padding-top: 40px;
}
.home-banner .home-banner-nav-container .columns-6 {
  padding: 0 100px;
}
.home-banner .home-banner-nav {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
  text-decoration: none;
  text-transform: uppercase;
}
.home-banner .home-banner-nav span {
  position: relative;
  z-index: 1;
}
.home-banner .home-banner-nav span:after {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-color: transparent #82bf40;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  content: "";
  opacity: 0;
  position: absolute;
  top: 1px;
  right: -25px;
  z-index: 1;
}
.home-banner .home-banner-nav:hover span:after {
  opacity: 1;
}
.home-banner .home-banner-nav-left:after,
.home-banner .home-banner-nav-right:after {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: rgba(55, 66, 74, 0.4);
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.home-banner .home-banner-nav-left:hover:after,
.home-banner .home-banner-nav-right:hover:after {
  opacity: 1;
}
.home-banner .home-banner-nav-left:after {
  left: 0;
}
.home-banner .home-banner-nav-right:after {
  right: 0;
}

.home-jobs {
  padding: 50px 0 130px;
}
.home-jobs .columns-7 h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  border-bottom: 1px dashed #dfe0df;
  margin-bottom: 30px;
}
.home-jobs .columns-7 .button {
  margin-top: 40px;
}

.home-job-list + .home-job-list {
  margin-top: 30px;
}
.home-job-list:last-of-type {
  border-bottom: 1px dashed #dfe0df;
  padding-bottom: 40px;
}

.widget_bullhorn {
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  background: #f1f1f1;
  overflow: hidden;
  padding: 35px 35px 95px;
  text-align: center;
}
.widget_bullhorn .widget-title {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}
.widget_bullhorn .widget-title:after {
  background: #e2e2e2;
  content: "";
  height: 1px;
  position: absolute;
  right: -200px;
  bottom: 0;
  left: -200px;
}
.widget_bullhorn span {
  display: block;
}
.widget_bullhorn input[type=text],
.widget_bullhorn select {
  height: 45px;
  padding: 0 10px;
  width: 100%;
}
.widget_bullhorn input[type=text] {
  background: url(../../images/ellipsis.png) no-repeat 96% 70% #fbfbfb;
  margin: 5px 0 20px;
}
.widget_bullhorn input[type=text]:hover, .widget_bullhorn input[type=text]:focus {
  background: url(../../images/ellipsis.png) no-repeat 96% 70% white;
}
.widget_bullhorn select {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/green-select-arrow.png) no-repeat 96% center #fbfbfb;
  border: none;
  margin: 5px 0 20px;
}
.widget_bullhorn .last-div {
  width: auto;
}
.widget_bullhorn input[type=submit] {
  background: none !important;
  border: 2px solid #37424a;
  color: #37424a;
  margin-top: 15px;
}
.widget_bullhorn input[type=submit]:hover {
  background: #37424a !important;
  color: white;
}

.home-quote {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0;
  text-align: center;
}
.home-quote .columns-8 {
  background: rgba(0, 0, 0, 0.7);
  padding: 75px 60px 35px;
  position: relative;
}
.home-quote .columns-8:before {
  font-size: 58px;
  font-size: 3.625rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #2ba6cb;
  content: "“";
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  text-align: center;
}
.home-quote p {
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
}
.home-quote .home-quote-author {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 7px;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
}
.home-quote .home-quote-author:before {
  background: #2ba6cb;
  content: "";
  height: 1px;
  margin: 0 auto;
  max-width: 180px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.home-quote .home-author-position {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.home-quote .button-blue:hover {
  color: white;
}

.home-blog {
  padding: 70px 0 80px;
  text-align: center;
}
.home-blog .block-grid-3 {
  padding-top: 15px;
  padding-bottom: 50px;
  text-align: left;
}
.home-blog .block-grid-3 h4 {
  padding-bottom: 15px;
}

.image-link {
  background: black;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.image-link:before {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "Read Article";
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  z-index: 1;
}
.image-link img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
}
.image-link:hover:before {
  opacity: 1;
}
.image-link:hover img {
  opacity: 0.5;
}

.home-post-meta {
  border-top: 1px dashed #dfe0df;
  padding-bottom: 5px;
}
.home-post-meta a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #37424a;
  text-transform: uppercase;
}
.home-post-meta a:hover {
  color: #2ba6cb;
}

.home-callout {
  background: url(../../images/bg-dots.png);
  padding: 65px 0 60px;
  text-align: center;
}
.home-callout h4 {
  margin-bottom: 5px;
}
.home-callout .columns-6 {
  text-align: left;
}
.home-callout .button {
  margin-top: 20px;
}

.home-split-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 50px;
  position: relative;
}
.home-split-background h3 {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.home-split-background a {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.home-split-background a span {
  position: relative;
  z-index: 1;
}
.home-split-background a span:after {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-color: transparent #82bf40;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  content: "";
  opacity: 0;
  position: absolute;
  top: 1px;
  right: -25px;
}
.home-split-background a:hover span:after {
  opacity: 1;
}

.split-bg-left a:after,
.split-bg-right a:after {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: rgba(55, 66, 74, 0.4);
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.split-bg-left a:hover:after,
.split-bg-right a:hover:after {
  opacity: 1;
}

.split-bg-left {
  padding-right: 60px;
  text-align: right;
}
.split-bg-left a:after {
  left: 0;
}

.split-bg-right {
  padding-left: 60px;
}
.split-bg-right a:after {
  right: 0;
}

.home-call-to-action {
  background: url(../../images/bg-dots-white.png);
  padding: 75px 0 70px;
  text-align: center;
}
.home-call-to-action h5 {
  margin-bottom: 15px;
}

.page-title {
  padding: 25px 0 21px;
  text-align: center;
}

.page-banner {
  background: #82bf40;
  background: -webkit-gradient(linear, left top, left bottom, from(#82bf40), to(#1f9da3));
  background: linear-gradient(to bottom, #82bf40 0%, #1f9da3 100%);
  padding: 200px 0 85px;
  position: relative;
  text-align: center;
}
.blog .page-banner, .archive .page-banner {
  padding: 70px 0 60px;
}
.page-banner:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.25;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-banner .row {
  position: relative;
}
.page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5, .page-banner h6, .page-banner p {
  color: white;
}
.page-banner h1 {
  margin-bottom: 15px;
}
.page-banner p {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
}
.page-banner .button {
  background: white;
  border: 2px solid white;
  color: #2d2d2d;
}
.page-banner .button:hover {
  background: none;
  color: white;
}

.find-process-title {
  text-align: center;
}
.find-process-title .columns-10 {
  border-bottom: 1px dashed rgba(192, 193, 192, 0.5);
  padding: 80px 0 65px;
}
.find-process-title h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 25px;
}
.find-process-title img {
  margin-bottom: 25px;
}
.find-process-title p, .find-process-title a {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.find-process-title p {
  padding-bottom: 0;
}
.find-process-title a {
  border-bottom: 2px solid #616362;
  color: #82bf40;
  text-decoration: none;
}
.find-process-title a:hover {
  color: #2ba6cb;
}

.process-step {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  *zoom: 1;
}
.process-step:before, .process-step:after {
  content: "";
  display: table;
}
.process-step:after {
  clear: both;
}
.process-step + .process-step {
  margin-top: 15px;
}

.step-icon,
.step-content {
  float: left;
}

.step-icon {
  width: 130px;
}

.step-content {
  padding-top: 5px;
  width: calc(100% - 130px);
}
.step-content h2 {
  padding-bottom: 15px;
}

.step-content-inner {
  padding-left: 35px;
}

.find-process-steps {
  padding: 70px 0 110px;
}

.find-panel {
  background: #0996b9;
  padding: 60px 0 0;
  text-align: center;
}
.find-panel .panel-intro {
  text-align: left;
}
.find-panel .panel-intro p {
  font-size: 22px;
  font-size: 1.375rem;
}
.find-panel p {
  color: white;
  font-weight: 400;
}
.find-panel h4 {
  padding-bottom: 15px;
}

.panel-image {
  background: url(../../images/shadow.png) no-repeat center bottom;
  margin-bottom: 35px;
  min-height: 225px;
  position: relative;
}
.panel-image img {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 22px;
  left: 50%;
}

.find-panel-callout {
  background: #0d8bab;
  padding: 25px 0 12px;
}
.find-panel-callout p {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.find-panel-callout a {
  border-bottom: 2px solid #37424a;
  color: white;
  text-decoration: none;
}
.find-panel-callout a:hover {
  color: #82bf40;
}

.find-callout {
  background: url(../../images/bg-dots-white.png);
  padding: 60px 0 35px;
  text-align: center;
}
.find-callout p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.find-callout .button-line-black {
  margin: 0 10px 20px;
}

.find-callout-buttons {
  margin-top: 20px;
}

.blog-categories {
  background: #f1f1f1;
  padding: 16px 0 18px;
}
.blog-categories p {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 25px 0 0;
  text-transform: uppercase;
}
.blog-categories p, .blog-categories ul {
  display: inline-block;
  vertical-align: middle;
}
.blog-categories ul {
  margin: 0;
  padding: 0;
}
.blog-categories ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.blog-categories ul li + li {
  margin-left: 8px;
  padding-left: 20px;
}
.blog-categories ul li + li:before {
  font-size: 28px;
  font-size: 1.75rem;
  color: #82bf40;
  content: "•";
  position: absolute;
  top: -11px;
  left: 0;
}
.blog-categories ul a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #616362;
}
.blog-categories ul a:hover {
  color: #82bf40;
}

.show-all-cats {
  text-align: right;
}
.show-all-cats a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #2ba6cb;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.show-all-cats a:hover {
  color: #82bf40;
}

.blog-landing {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 60px;
}
.blog-landing li {
  padding-top: 60px;
}
.blog-landing img {
  margin-bottom: 20px;
}
.blog-landing h4 {
  padding-bottom: 15px;
}

.blog-landing-single {
  border-top: 1px dashed #dfe0df;
}

.post-categories {
  padding: 2px 0 4px;
}
.post-categories a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #616362;
  font-weight: 400;
  text-transform: uppercase;
}
.post-categories a:hover {
  color: #82bf40;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0 0 47px;
  position: relative;
}
.pagination:before {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #2ba6cb;
  content: "Page";
}
.pagination li {
  display: inline-block;
  margin-left: 15px;
}
.pagination li.current a {
  border-bottom: 2px solid #37424a;
  padding: 0 2px;
}
.pagination a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #37424a;
  display: inline-block;
}
.pagination a:hover {
  color: #82bf40;
}

.single-next-post {
  text-align: right;
}

.pagination-container {
  padding: 5px 0;
}

.previous-page,
.next-page {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #616362;
  position: relative;
  text-decoration: none;
}
.previous-page:before,
.next-page:before {
  border-color: transparent #2ba6cb;
  border-style: solid;
  content: "";
  position: absolute;
  top: 4px;
}
.previous-page:hover,
.next-page:hover {
  color: #82bf40;
}

.previous-page {
  padding-left: 17px;
}
.previous-page:before {
  border-width: 6px 6px 6px 0;
  left: 0;
}
.previous-page + .next-page {
  margin-left: 35px;
}

.next-page {
  padding-right: 15px;
}
.next-page:before {
  border-width: 6px 0 6px 6px;
  right: 0;
}

.blog-call-to-action {
  background: url(../../images/bg-dots-white.png);
  border-top: 1px solid #e4e4e4;
  padding: 80px 0 70px;
  text-align: center;
}
.blog-call-to-action p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
.blog-call-to-action p + .button-line-black {
  margin-top: 20px;
}

.single-post-meta .columns-6 + .columns-6 {
  text-align: right;
}
.single-post-meta p {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0;
  text-transform: uppercase;
}
.single-post-meta a {
  color: #2d2d2d;
  text-decoration: none;
}
.single-post-meta a:hover {
  color: #82bf40;
}
.single-post-meta hr {
  border: none;
  border-top: 1px dashed #dfe0df;
}

.single-quote {
  padding: 25px 0 30px;
}
.single-quote .columns-8 {
  background: url(../../images/bg-dots.png);
  padding: 75px 60px 35px;
  position: relative;
  text-align: center;
}
.single-quote .columns-8:before {
  font-size: 58px;
  font-size: 3.625rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #2ba6cb;
  content: "“";
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  text-align: center;
}
.single-quote p {
  color: #2d2d2d;
}
.single-quote .home-quote-author {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 7px;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
}
.single-quote .home-quote-author:before {
  background: #2ba6cb;
  content: "";
  height: 1px;
  margin: 0 auto;
  max-width: 180px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.single-quote .home-author-position {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-share-tags {
  color: #0996b9;
  padding: 0 0 30px;
}
.single-share-tags hr {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
.single-share-tags p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2d2d2d;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.single-share-tags a {
  color: #0996b9;
}
.single-share-tags a:hover {
  color: #82bf40;
}
.single-share-tags a[rel=tag] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
}

.social-share {
  margin: 0;
  padding: 0;
}
.social-share li {
  display: inline-block;
}
.social-share li + li {
  margin-left: 20px;
}
.social-share a {
  font-size: 22px;
  font-size: 1.375rem;
}

.single-cta {
  background: url(../../images/bg-dots-green.png);
  margin: 30px 0 0;
  padding: 35px 0 40px;
  text-align: center;
}
.single-cta h3 {
  padding-bottom: 15px;
}
.single-cta a {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: white;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.single-cta a:after {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-color: transparent white;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
}
.single-cta a:hover {
  color: #2e383f;
}
.single-cta a:hover:after {
  border-color: transparent #2e383f;
}

.single-related {
  padding: 50px 0 0;
}
.single-related .columns-12 h4 {
  text-align: center;
}

.single-post .blog-landing {
  border-bottom: 0;
}
.single-post .blog-landing li {
  padding-top: 0;
}

.page-template-_about .banner-container {
  margin-bottom: 60px;
}

.about-leadership {
  padding: 45px 0;
  text-align: center;
}
.about-leadership h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.about-leadership p {
  font-size: 22px;
  font-size: 1.375rem;
}

.about-team > .row {
  padding-left: 50px;
}
.about-team hr {
  border: none;
  border-top: 1px dashed #dfe0df;
  margin-bottom: 45px;
}
.about-team h4 {
  padding-bottom: 0;
}

.team-wrapper {
  padding-bottom: 40px;
}

.team-role {
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #c0c1c0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.team-contact {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.team-contact span {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
}
.team-contact .key {
  min-width: 75px;
}
.team-contact .ext {
  margin: 0 5px;
}
.team-contact a {
  border-bottom: 1px solid transparent;
  color: #2d2d2d;
  text-decoration: none;
}
.team-contact a:hover {
  border-bottom: 1px solid #82bf40;
  color: #82bf40;
}

.team-testimonial {
  padding-left: 40px;
  position: relative;
}
.team-testimonial:before {
  font-size: 58px;
  font-size: 3.625rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #2ba6cb;
  content: "“";
  position: absolute;
  top: -11px;
  left: 0;
}

.team-social {
  border-top: 1px solid #c0c1c0;
  margin: 10px 0 0;
  padding: 15px 0 0 5px;
}
.team-social li {
  display: inline-block;
  margin-right: 30px;
}
.team-social li:last-of-type {
  margin-right: 0;
}
.team-social a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2d2d2d;
  text-transform: uppercase;
}
.team-social a:hover {
  color: #82bf40;
}
.team-social span {
  font-size: 22px;
  font-size: 1.375rem;
  color: #2ba6cb;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.team-social span.linkedin {
  top: 2px;
}
.team-social span.twitter {
  top: 5px;
}

.page-template-_contact .content-area {
  padding: 70px 0 50px;
}
.page-template-_contact .content-area p {
  font-size: 22px;
  font-size: 1.375rem;
}

.contact-form {
  background: #f1f1f1;
  padding: 15px 0 40px;
}
.contact-form ul.gform_fields {
  margin: 0;
}

.job-landing-search {
  background: #f1f1f1;
  margin-bottom: 60px;
  padding: 45px 0;
}
.job-landing-search .job-search-form {
  text-align: center;
}
.job-landing-search .job-search-form > [class*=BH-search-form-] {
  display: inline-block;
  float: none;
  margin: 0;
  padding-right: 20px;
  position: static;
  vertical-align: middle;
  width: 27%;
}
.job-landing-search .job-search-form > .BH-search-form-actions {
  padding-right: 0;
  width: 19%;
}
.job-landing-search .job-search-form .BH-search-form-submit {
  background: transparent;
  border: 2px solid #37424a;
  border-radius: 25px !important;
  color: #37424a;
  height: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
}
.job-landing-search .job-search-form .BH-search-form-submit:hover {
  background: #37424a;
  border: 2px solid #37424a;
  color: white;
}
.job-landing-search .job-search-form input[type=text],
.job-landing-search .job-search-form select {
  height: 45px;
  padding: 0 10px;
  width: 100%;
}
.job-landing-search .job-search-form input[type=text] {
  background: url(../../images/ellipsis.png) no-repeat 96% 70% #fbfbfb;
}
.job-landing-search .job-search-form input[type=text]:hover, .job-landing-search .job-search-form input[type=text]:focus {
  background: url(../../images/ellipsis.png) no-repeat 96% 70% white;
}
.job-landing-search .job-search-form select {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/green-select-arrow.png) no-repeat 96% center #fbfbfb;
  border: none;
}

.search-results-title {
  border-bottom: 1px dashed #dfe0df;
}

.job-landing-post + .job-landing-post {
  border-top: 1px dashed #dfe0df;
  margin-top: 45px;
  padding-top: 15px;
}
.job-landing-post .job-location {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  background: #f1f1f1;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 6px 10px 5px;
  position: relative;
  top: -6px;
  text-transform: uppercase;
}
.job-landing-post h3 {
  padding-bottom: 5px;
}

.job-pagination .BHJob-list-pagination li a {
  background: #37424a;
  color: white;
}
.job-pagination .BHJob-list-pagination li a:hover {
  background: #2ba6cb;
}
.job-pagination .BHJob-list-pagination li.tiny span {
  position: relative;
  top: -2px;
}

.page-id-229 .page-banner {
  display: none;
}

.job-detail {
  clear: none;
  display: block;
  float: none;
  padding-right: 0;
  position: static;
  top: auto;
  width: auto;
}

.job-apply-div.content-box {
  background: #f1f1f1;
  display: block;
  margin-top: 40px !important;
  padding: 0;
  position: static;
  width: auto;
}

.job-banner {
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 40px 0 10px;
}
.job-banner h2 {
  font-size: 32px;
  font-size: 2rem;
}
.job-banner p {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px dashed #dfe0df;
  color: #616362;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.job-apply-div.content-box {
  padding: 55px 0 25px;
}
.job-apply-div.content-box h3 {
  font-weight: 600;
  text-align: center;
}

.job-application-form .send-cv-webform input[type=submit] {
  background: #82bf40;
  border: 2px solid #82bf40;
  color: white;
  min-width: 0 !important;
  width: auto !important;
}
.job-application-form .send-cv-webform input[type=submit]:hover {
  background: rgba(130, 191, 64, 0);
  color: #2e383f;
}

.send-cv-webform {
  margin: 0 -10px;
}

.job-application-form .form-group {
  padding: 0 10px;
}
.job-application-form .form-group.form-group-half {
  float: left;
  width: 50% !important;
}
.job-application-form .form-group .form-label {
  padding-bottom: 5px;
  padding-left: 5px;
}

.job-mandatory-msg {
  clear: both;
  padding-right: 10px;
  padding-left: 10px;
}

.job-submit-button {
  margin-top: 10px;
  text-align: center;
}

.thank-you {
  background: #f1f1f1;
  padding: 20px 0;
  text-align: center;
}

.error404 .page-banner {
  padding: 200px 0px;
}
.error404 .page-banner p a {
  color: white;
}
.error404 .page-banner p a:hover {
  text-decoration: none;
}
.error404 .site-content {
  text-align: center;
}
.error404 .site-content p {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 1150px) {
  .columns-4.column-center {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .columns-4.column-center,
.columns-6.column-center {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 975px) {
  .upper-footer .columns-8 {
    position: static;
    width: 58.3333333333%;
  }
  .upper-footer .columns-4 {
    position: static;
    width: 41.6666666667%;
  }

  .lower-footer .columns-3 {
    position: static;
    width: 33.3333333333%;
  }
  .lower-footer .columns-5 {
    position: static;
    width: 25%;
  }
  .lower-footer .columns-4 {
    position: static;
    width: 41.6666666667%;
  }

  #footer-nav li {
    width: 100%;
  }

  .about-team > .row {
    padding-left: 0;
  }
}
@media screen and (max-width: 875px) {
  .home-jobs [class*=columns-] {
    position: static;
    width: 100%;
  }
  .home-jobs [class*=columns-] + [class*=columns-] {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .columns-4.column-center,
.columns-6.column-center,
.columns-8.column-center {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .columns-4.column-center,
.columns-6.column-center,
.columns-8.column-center,
.columns-10.column-center {
    width: 100%;
  }

  .page-banner {
    padding-top: 100px;
  }

  #utility-nav,
.top-banner,
.menu-main-menu-container {
    display: none;
  }

  .fs-mobile-trigger, .full-width-trigger {
    display: block;
  }

  .site-branding {
    width: calc(100% - 150px);
  }

  .site-footer {
    padding-top: 50px;
  }

  .upper-footer,
.lower-footer {
    text-align: center;
  }
  .upper-footer [class*=columns-],
.lower-footer [class*=columns-] {
    width: 100%;
  }

  .social-footer {
    padding-bottom: 20px;
  }
  .social-footer li:first-child {
    display: block;
    padding-bottom: 10px;
  }

  #footer-nav {
    background: url(../../images/bg-dash.png) left bottom repeat-x;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
  }

  .site-info {
    text-align: center;
  }
  .site-info [class*=columns-] {
    width: 100%;
  }

  .home-banner {
    padding-top: 100px;
  }

  .home-banner-nav-container {
    padding-bottom: 30px;
  }
  .home-banner-nav-container .columns-6 {
    width: 100%;
  }
  .home-banner-nav-container .columns-6 + .columns-6 a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-banner .home-banner-nav-left::after,
.home-banner .home-banner-nav-right::after {
    display: none;
  }

  .home-blog .block-grid-3 {
    display: block;
    margin: 0 -10px 15px -10px;
    overflow: auto;
  }
  .home-blog .block-grid-3 li:nth-of-type(3n1) {
    clear: none;
  }
  .home-blog .block-grid-3 > li {
    display: block;
    float: left;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
  }
  .home-blog .block-grid-3 > li:nth-of-type(2n1) {
    clear: both;
  }
  .home-blog .block-grid-3 > li:nth-of-type(3) {
    padding-top: 40px;
  }

  .home-callout .columns-6 {
    width: 100%;
  }
  .home-callout .columns-6 + .columns-6 {
    margin-top: 20px;
  }

  .find-panel .columns-3 {
    padding: 10px;
    width: 50%;
  }

  .blog-categories {
    text-align: center;
  }
  .blog-categories [class*=columns-] {
    width: 100%;
  }
  .blog-categories p {
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .blog-categories ul {
    padding-bottom: 10px;
  }

  .show-all-cats {
    text-align: center;
  }

  .blog-landing {
    display: block;
    margin: 0 -10px 15px -10px;
    overflow: auto;
  }
  .blog-landing li:nth-of-type(3n1) {
    clear: none;
  }
  .blog-landing > li {
    display: block;
    float: left;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
  }
  .blog-landing > li:nth-of-type(2n1) {
    clear: both;
  }

  .single-post-meta .columns-6 {
    width: 100%;
  }
  .single-post-meta .columns-6 + .columns-6 {
    margin-top: 10px;
  }

  .single-quote .columns-8 {
    padding: 65px 30px 35px;
  }

  .single-share-tags {
    padding: 0;
    text-align: center;
  }
  .single-share-tags .columns-6 {
    width: 100%;
  }
  .single-share-tags .columns-6 + .columns-6 {
    margin-top: 30px;
  }

  .team-wrapper [class*=columns-] {
    width: 100%;
  }

  .job-landing-search {
    padding-bottom: 25px;
  }
  .job-landing-search .job-search-form > [class*=BH-search-form-],
.job-landing-search .job-search-form > .BH-search-form-actions {
    padding: 0 10px 20px;
    width: 50%;
  }

  .job-application-form .form-group.form-group-half {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .pagination-container [class*=columns-] {
    text-align: center;
    width: 100%;
  }

  .pagination {
    padding-bottom: 25px;
  }

  .single-next-post {
    padding-bottom: 15px;
  }

  .job-landing-search .job-search-form > [class*=BH-search-form-],
.job-landing-search .job-search-form > .BH-search-form-actions {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }

  .wp-caption-text {
    position: static;
  }

  .site-header {
    min-height: 0;
  }

  .home-banner {
    padding-top: 50px;
  }
  .home-banner .home-banner-nav-container .columns-6 {
    padding: 0 30px;
  }

  .home-quote {
    padding: 0;
  }
  .home-quote .columns-8 {
    padding: 75px 20px 35px;
  }

  .home-blog .block-grid-3 > li {
    width: 100%;
  }
  .home-blog .block-grid-3 > li + li {
    padding-top: 40px;
  }

  .split-bg-left,
.split-bg-right {
    padding: 0 10px;
    text-align: center;
    width: 100%;
  }

  .split-bg-right {
    margin-top: 30px;
  }

  .find-panel .columns-3 {
    width: 100%;
  }

  .step-icon, .step-content {
    width: 100%;
  }

  .step-content h2 {
    padding-bottom: 0;
  }

  .step-content-inner {
    padding-left: 0;
  }

  .blog-landing > li {
    width: 100%;
  }

  .single-post .blog-landing li + li {
    padding-top: 40px;
  }

  #gform_1 #field_1_6 .gfield_radio li {
    margin: 0;
    width: 100%;
  }
  #gform_1 #field_1_6 .gfield_radio li + li {
    margin-top: 10px;
  }
  #gform_1 #field_1_6 .gfield_radio li label {
    display: block;
  }
}
@media print {
  @page {
    size: 11in 17in;
    margin-top: 1in;
    margin-bottom: 1in;
  }
  /* Set default width and BG colour for main sections */
  body, .top-banner, #masthead, #content, #container, .site-footer {
    width: 100%;
    margin: 0;
    float: none;
    background: #fff url(none);
  }

  /* Remove unneeded elements */
  #site-navigation, #secondary, #footer-nav, .post-nav, #respond {
    display: none;
  }

  /* Body font, colour */
  body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
  }

  /* Heading font, colour */
  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
  }

  /* Heading sizes */
  h1 {
    font-size: 250%;
  }

  h2 {
    font-size: 175%;
  }

  h3 {
    font-size: 135%;
  }

  h4 {
    font-size: 100%;
    font-variant: small-caps;
  }

  h5 {
    font-size: 100%;
  }

  h6 {
    font-size: 90%;
    font-style: italic;
  }

  /* Underline links, content links have actual URL appended to be more user friendly */
  a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline;
  }

  #content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
  }
}
.careers-intro {
  margin-bottom: 100px;
  margin-top: 100px;
}

.highlights-row,
.careers-images-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .highlights-row,
.careers-images-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.highlights-row > div {
  float: unset;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .highlights-row > div {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .highlights-row .columns-6 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .careers-images-section {
    width: 90%;
  }
}
.careers-images-section__img {
  float: unset;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.careers-images-section__img:first-of-type {
  height: 715px;
}
@media screen and (max-width: 1000px) {
  .careers-images-section__img:first-of-type {
    max-height: 500px;
  }
}
.careers-images-section__img:last-of-type {
  height: 635px;
}
@media screen and (max-width: 1000px) {
  .careers-images-section__img:last-of-type {
    margin-top: 30px;
    max-height: 500px;
  }
}

.career-highlights {
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, rgba(0, 0, 0, 0)), color-stop(50%, white));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, white 50%);
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .career-highlights {
    background-image: unset;
  }
}
.career-highlights .column-center {
  text-align: center;
  margin-bottom: 45px;
}
.career-highlights .column-6 {
  padding-right: 100px;
}
.career-highlights .column-6 > h3 {
  padding-bottom: 10px;
}
.career-highlights .step-icon {
  width: 100px;
}
.career-highlights .step-icon img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
}

.career-positions-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .career-positions-section {
    padding: 0 20px;
  }
}
.career-positions-section h2 {
  text-align: center;
}
.career-positions-section .careers-positions {
  margin: 0;
  list-style: none;
}
.career-positions-section .careers-positions li {
  padding: 25px 0;
  border-top: 1px dashed rgba(151, 151, 151, 0.4);
}
.career-positions-section .careers-positions__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.career-positions-section .careers-positions__heading h4 {
  padding-bottom: 0;
  margin-right: 50px;
}
.career-positions-section .position-location {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
}
.career-positions-section .read-more {
  border-bottom: 1px solid #82bf40;
}

.single-career-positions .page-banner {
  display: none;
}
/*# sourceMappingURL=main-style.css.map */