@charset "UTF-8";
/*!
Theme Name: Galveston Limousine
Theme URI: https://www.web.com/
Author: Web.com | Advanced Custom Website Department
Author URI: https://www.web.com/
Description: This theme was designed for your Advanced Custom Website, made by Web.com.
Version: 4.0
Tags: editor-style, full-width-template, theme-options
Text Domain: web-com-acw
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .phosphorus-banner .caption .title, .boron-feature .caption .title {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

html {
  word-break: break-word;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@supports (-ms-ime-align: auto) {
  html {
    word-wrap: break-word;
  }
}

@-moz-document url-prefix( ) {
  html {
    word-wrap: anywhere;
  }
}

*, *::before, *::after {
  word-break: inherit;
  word-wrap: inherit;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::-moz-selection {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000000;
  background-color: #143299;
}

::selection {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000000;
  background-color: #143299;
}

::-moz-selection {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000000;
  background-color: #143299;
}

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

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

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

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.cf, .siteorigin-widget-tinymce, #page-content .site-content,
#page-content .widget-area, .entry-content, nav.blog-navigation,
nav.nav-single, div.gallery[id^="gallery"] {
  *zoom: 1;
}

.cf::before, .siteorigin-widget-tinymce::before, #page-content .site-content::before,
#page-content .widget-area::before, .entry-content::before, nav.blog-navigation::before,
nav.nav-single::before, div.gallery[id^="gallery"]::before, .cf::after, .siteorigin-widget-tinymce::after, #page-content .site-content::after,
#page-content .widget-area::after, .entry-content::after, nav.blog-navigation::after,
nav.nav-single::after, div.gallery[id^="gallery"]::after {
  content: '';
  display: table;
  line-height: 0;
}

.cf::after, .siteorigin-widget-tinymce::after, #page-content .site-content::after,
#page-content .widget-area::after, .entry-content::after, nav.blog-navigation::after,
nav.nav-single::after, div.gallery[id^="gallery"]::after {
  clear: both;
}

.hide {
  display: none;
}

.inherit-color {
  color: inherit !important;
}

body {
  color: #3F3E3D;
  font-family: "Open Sans", sans-serif, "FontAwesome";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5 !important;
  background-color: #FFFFFF;
  overflow: hidden;
}

body.wp-editor {
  padding: 1em 1.5em !important;
  background: #FFFFFF;
}

body p {
  margin: 1em 0 0;
}

body p:first-child {
  margin-top: 0;
}

body strong {
  font-weight: bold;
}

body h1, body .phosphorus-banner .caption .title, .phosphorus-banner .caption body .title, body .boron-feature .caption .title, .boron-feature .caption body .title,
body h2,
body .hydrogen-action-blocks-full .widget-title h3,
.hydrogen-action-blocks-full .widget-title body h3,
body .hydrogen-action-blocks-full .widget-title .widget-subtitle h4,
.hydrogen-action-blocks-full .widget-title .widget-subtitle body h4,
body .hydrogen-action-blocks-full .widget-subtitle .widget-title h4,
.hydrogen-action-blocks-full .widget-subtitle .widget-title body h4,
body h3,
body .hydrogen-action-blocks-full .widget-subtitle h4,
.hydrogen-action-blocks-full .widget-subtitle body h4,
body h4,
body h5,
body h6,
body .h1 {
  margin: 2rem 0 0;
  color: inherit;
  font-weight: 700;
  line-height: 1;
}

body h1:first-child, body .phosphorus-banner .caption .title:first-child, .phosphorus-banner .caption body .title:first-child, body .boron-feature .caption .title:first-child, .boron-feature .caption body .title:first-child,
body h2:first-child,
body .hydrogen-action-blocks-full .widget-title h3:first-child,
.hydrogen-action-blocks-full .widget-title body h3:first-child,
body .hydrogen-action-blocks-full .widget-title .widget-subtitle h4:first-child,
.hydrogen-action-blocks-full .widget-title .widget-subtitle body h4:first-child,
body .hydrogen-action-blocks-full .widget-subtitle .widget-title h4:first-child,
.hydrogen-action-blocks-full .widget-subtitle .widget-title body h4:first-child,
body h3:first-child,
body .hydrogen-action-blocks-full .widget-subtitle h4:first-child,
.hydrogen-action-blocks-full .widget-subtitle body h4:first-child,
body h4:first-child,
body h5:first-child,
body h6:first-child,
body .h1:first-child {
  margin-top: 0;
}

body h1 + h2, body .phosphorus-banner .caption .title + h2, .phosphorus-banner .caption body .title + h2, body .boron-feature .caption .title + h2, .boron-feature .caption body .title + h2, body .hydrogen-action-blocks-full .widget-title h1 + h3, .hydrogen-action-blocks-full .widget-title body h1 + h3, body .phosphorus-banner .caption .hydrogen-action-blocks-full .widget-title .title + h3, .hydrogen-action-blocks-full .widget-title body .phosphorus-banner .caption .title + h3, .phosphorus-banner .caption body .hydrogen-action-blocks-full .widget-title .title + h3, .hydrogen-action-blocks-full .widget-title .phosphorus-banner .caption body .title + h3, body .boron-feature .caption .hydrogen-action-blocks-full .widget-title .title + h3, .hydrogen-action-blocks-full .widget-title body .boron-feature .caption .title + h3, .boron-feature .caption body .hydrogen-action-blocks-full .widget-title .title + h3, .hydrogen-action-blocks-full .widget-title .boron-feature .caption body .title + h3, body .hydrogen-action-blocks-full .widget-title .widget-subtitle h1 + h4, .hydrogen-action-blocks-full .widget-title .widget-subtitle body h1 + h4, body .phosphorus-banner .caption .hydrogen-action-blocks-full .widget-title .widget-subtitle .title + h4, .hydrogen-action-blocks-full .widget-title .widget-subtitle body .phosphorus-banner .caption .title + h4, .phosphorus-banner .caption body .hydrogen-action-blocks-full .widget-title .widget-subtitle .title + h4, .hydrogen-action-blocks-full .widget-title .widget-subtitle .phosphorus-banner .caption body .title + h4, body .boron-feature .caption .hydrogen-action-blocks-full .widget-title .widget-subtitle .title + h4, .hydrogen-action-blocks-full .widget-title .widget-subtitle body .boron-feature .caption .title + h4, .boron-feature .caption body .hydrogen-action-blocks-full .widget-title .widget-subtitle .title + h4, .hydrogen-action-blocks-full .widget-title .widget-subtitle .boron-feature .caption body .title + h4, body .hydrogen-action-blocks-full .widget-subtitle .widget-title h1 + h4, .hydrogen-action-blocks-full .widget-subtitle .widget-title body h1 + h4, body .phosphorus-banner .caption .hydrogen-action-blocks-full .widget-subtitle .widget-title .title + h4, .hydrogen-action-blocks-full .widget-subtitle .widget-title body .phosphorus-banner .caption .title + h4, .phosphorus-banner .caption body .hydrogen-action-blocks-full .widget-subtitle .widget-title .title + h4, .hydrogen-action-blocks-full .widget-subtitle .widget-title .phosphorus-banner .caption body .title + h4, body .boron-feature .caption .hydrogen-action-blocks-full .widget-subtitle .widget-title .title + h4, .hydrogen-action-blocks-full .widget-subtitle .widget-title body .boron-feature .caption .title + h4, .boron-feature .caption body .hydrogen-action-blocks-full .widget-subtitle .widget-title .title + h4, .hydrogen-action-blocks-full .widget-subtitle .widget-title .boron-feature .caption body .title + h4,
body h2 + h3,
body .hydrogen-action-blocks-full .widget-title h3 + h3,
.hydrogen-action-blocks-full .widget-title body h3 + h3,
body .hydrogen-action-blocks-full .widget-title .widget-subtitle h4 + h3,
.hydrogen-action-blocks-full .widget-title .widget-subtitle body h4 + h3,
body .hydrogen-action-blocks-full .widget-subtitle .widget-title h4 + h3,
.hydrogen-action-blocks-full .widget-subtitle .widget-title body h4 + h3,
body .hydrogen-action-blocks-full .widget-subtitle h2 + h4,
.hydrogen-action-blocks-full .widget-subtitle body h2 + h4,
body .hydrogen-action-blocks-full .widget-title .widget-subtitle h3 + h4,
body .hydrogen-action-blocks-full .widget-subtitle .widget-title h3 + h4,
.hydrogen-action-blocks-full .widget-title body .widget-subtitle h3 + h4,
.hydrogen-action-blocks-full .widget-subtitle .widget-title body h3 + h4,
body .hydrogen-action-blocks-full .widget-title .widget-subtitle h4 + h4,
.hydrogen-action-blocks-full .widget-title .widget-subtitle body h4 + h4,
body .hydrogen-action-blocks-full .widget-subtitle .widget-title h4 + h4,
.hydrogen-action-blocks-full .widget-subtitle .widget-title body h4 + h4,
body h3 + h4,
body .hydrogen-action-blocks-full .widget-subtitle h4 + h4,
.hydrogen-action-blocks-full .widget-subtitle body h4 + h4,
body h4 + h5,
body h5 + h6,
body hr + h1,
body .phosphorus-banner .caption hr + .title,
.phosphorus-banner .caption body hr + .title,
body .boron-feature .caption hr + .title,
.boron-feature .caption body hr + .title,
body hr + h2,
body .hydrogen-action-blocks-full .widget-title hr + h3,
.hydrogen-action-blocks-full .widget-title body hr + h3,
body .hydrogen-action-blocks-full .widget-title .widget-subtitle hr + h4,
.hydrogen-action-blocks-full .widget-title .widget-subtitle body hr + h4,
body .hydrogen-action-blocks-full .widget-subtitle .widget-title hr + h4,
.hydrogen-action-blocks-full .widget-subtitle .widget-title body hr + h4,
body hr + h3,
body .hydrogen-action-blocks-full .widget-subtitle hr + h4,
.hydrogen-action-blocks-full .widget-subtitle body hr + h4,
body hr + h4,
body hr + h5,
body hr + h6 {
  margin-top: 0.5em;
}

body a {
  color: #143299;
  text-decoration: underline;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

body a:hover, body a:focus {
  text-decoration: none;
}

h1 body a, .phosphorus-banner .caption .title body a, .boron-feature .caption .title body a,
h2 body a,
.hydrogen-action-blocks-full .widget-title h3 body a,
.hydrogen-action-blocks-full .widget-title .widget-subtitle h4 body a,
.hydrogen-action-blocks-full .widget-subtitle .widget-title h4 body a,
h3 body a,
.hydrogen-action-blocks-full .widget-subtitle h4 body a,
h4 body a,
h5 body a,
h6 body a,
.h1 body a {
  color: inherit;
  text-decoration: inherit;
}

h1 body a:hover, .phosphorus-banner .caption .title body a:hover, .boron-feature .caption .title body a:hover, h1 body a:focus, .phosphorus-banner .caption .title body a:focus, .boron-feature .caption .title body a:focus,
h2 body a:hover,
.hydrogen-action-blocks-full .widget-title h3 body a:hover,
.hydrogen-action-blocks-full .widget-title .widget-subtitle h4 body a:hover,
.hydrogen-action-blocks-full .widget-subtitle .widget-title h4 body a:hover,
h2 body a:focus,
.hydrogen-action-blocks-full .widget-title h3 body a:focus,
.hydrogen-action-blocks-full .widget-title .widget-subtitle h4 body a:focus,
.hydrogen-action-blocks-full .widget-subtitle .widget-title h4 body a:focus,
h3 body a:hover,
.hydrogen-action-blocks-full .widget-subtitle h4 body a:hover,
h3 body a:focus,
.hydrogen-action-blocks-full .widget-subtitle h4 body a:focus,
h4 body a:hover,
h4 body a:focus,
h5 body a:hover,
h5 body a:focus,
h6 body a:hover,
h6 body a:focus,
.h1 body a:hover,
.h1 body a:focus {
  text-decoration: underline;
}

.site-content body a[href^="mailto:"], .site-content body a[href^="tel:"], .site-content body a[href$=".doc"], .site-content body a[href$=".docx"], .site-content body a[href$=".mp3"], .site-content body a[href$=".pdf"], .site-content body a[href$=".ppt"], .site-content body a[href$=".pptx"], .site-content body a[href$=".xls"], .site-content body a[href$=".xlsx"], .site-content body a[href$=".zip"] {
  display: inline-block;
  text-align: center;
}

.site-content body a[href^="mailto:"]::before, .site-content body a[href^="tel:"]::before, .site-content body a[href$=".doc"]::before, .site-content body a[href$=".docx"]::before, .site-content body a[href$=".mp3"]::before, .site-content body a[href$=".pdf"]::before, .site-content body a[href$=".ppt"]::before, .site-content body a[href$=".pptx"]::before, .site-content body a[href$=".xls"]::before, .site-content body a[href$=".xlsx"]::before, .site-content body a[href$=".zip"]::before {
  display: inline-block;
  width: 1.28571429em;
  margin-right: 0.2em;
  font-family: 'FontAwesome';
}

.site-content body a[href^="mailto:"]::before {
  content: '\f003';
}

.site-content body a[href^="tel:"]::before {
  content: '\f095';
}

.site-content body a[href$=".doc"]::before, .site-content body a[href$=".docx"]::before {
  content: '\f1c2';
}

.site-content body a[href$=".mp3"]::before {
  content: '\f001';
}

.site-content body a[href$=".pdf"]::before {
  content: '\f1c1';
}

.site-content body a[href$=".ppt"]::before, .site-content body a[href$=".pptx"]::before {
  content: '\f1c4';
}

.site-content body a[href$=".xls"]::before, .site-content body a[href$=".xlsx"]::before {
  content: '\f1c3';
}

.site-content body a[href$=".zip"]::before {
  content: '\f1c6';
}

@media (min-width: 780px) {
  body a[href^="tel:"] {
    color: inherit !important;
    text-decoration: inherit;
    pointer-events: none;
  }
}

.webcom-module ol,
.site-content ol,
.wp-editor ol,
.widget ol {
  margin: 1em 0 0;
}

.webcom-module ol:first-child,
.site-content ol:first-child,
.wp-editor ol:first-child,
.widget ol:first-child {
  margin-top: 0;
}

.webcom-module ol ol,
.site-content ol ol,
.wp-editor ol ol,
.widget ol ol {
  margin-top: 0;
}

.webcom-module ol ul,
.site-content ol ul,
.wp-editor ol ul,
.widget ol ul {
  margin-top: 0;
}

.webcom-module ol ul li,
.site-content ol ul li,
.wp-editor ol ul li,
.widget ol ul li {
  margin-top: 0;
}

.webcom-module ul,
.site-content ul,
.wp-editor ul,
.widget ul {
  margin: 1em 0 0;
  list-style: unset;
}

.webcom-module ul:first-child,
.site-content ul:first-child,
.wp-editor ul:first-child,
.widget ul:first-child {
  margin-top: 0;
}

.webcom-module ul.pretty-bullets,
.site-content ul.pretty-bullets,
.wp-editor ul.pretty-bullets,
.widget ul.pretty-bullets {
  list-style: none;
}

.webcom-module ul.pretty-bullets ul,
.site-content ul.pretty-bullets ul,
.wp-editor ul.pretty-bullets ul,
.widget ul.pretty-bullets ul {
  list-style: none;
}

.webcom-module ul.pretty-bullets li::before,
.site-content ul.pretty-bullets li::before,
.wp-editor ul.pretty-bullets li::before,
.widget ul.pretty-bullets li::before {
  content: '\f101';
  float: left;
  margin-left: -1.5em;
  color: #143299;
  font-family: 'FontAwesome';
}

.webcom-module ul.pretty-bullets ol li::before,
.site-content ul.pretty-bullets ol li::before,
.wp-editor ul.pretty-bullets ol li::before,
.widget ul.pretty-bullets ol li::before {
  content: none;
  margin: 0;
}

.webcom-module ul.checkmark-bullets,
.site-content ul.checkmark-bullets,
.wp-editor ul.checkmark-bullets,
.widget ul.checkmark-bullets {
  list-style: none;
}

.webcom-module ul.checkmark-bullets ul,
.site-content ul.checkmark-bullets ul,
.wp-editor ul.checkmark-bullets ul,
.widget ul.checkmark-bullets ul {
  list-style: none;
}

.webcom-module ul.checkmark-bullets li::before,
.site-content ul.checkmark-bullets li::before,
.wp-editor ul.checkmark-bullets li::before,
.widget ul.checkmark-bullets li::before {
  content: '\f00c';
  float: left;
  margin-left: -1.5em;
  font-family: 'FontAwesome';
}

.webcom-module ul.checkmark-bullets ol li::before,
.site-content ul.checkmark-bullets ol li::before,
.wp-editor ul.checkmark-bullets ol li::before,
.widget ul.checkmark-bullets ol li::before {
  content: none;
  margin: 0;
}

.webcom-module ul ul,
.site-content ul ul,
.wp-editor ul ul,
.widget ul ul {
  margin: 0;
}

.webcom-module ul ol,
.site-content ul ol,
.wp-editor ul ol,
.widget ul ol {
  margin-top: 0;
}

.webcom-module ul ol li,
.site-content ul ol li,
.wp-editor ul ol li,
.widget ul ol li {
  margin-top: 0;
}

.webcom-module ul[style*="list-style"] > li::before,
.site-content ul[style*="list-style"] > li::before,
.wp-editor ul[style*="list-style"] > li::before,
.widget ul[style*="list-style"] > li::before {
  content: none;
  margin: 0;
}

.widget ol,
.widget ul {
  padding: 0 0 0 1.5em;
}

hr {
  max-width: 100%;
  height: 1px;
  margin: 2em 0;
  background-color: rgba(128, 128, 128, 0.5);
  background-position: 50%;
  border: none;
}

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0;
}

hr[class^='hr-'] {
  background-color: transparent;
}

hr[class^='hr-']::before, hr[class^='hr-']::after {
  content: '';
}

hr.hr-fade-out {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(128, 128, 128, 0)), color-stop(rgba(128, 128, 128, 0.75)), to(rgba(128, 128, 128, 0)));
  background-image: linear-gradient(to right, rgba(128, 128, 128, 0), rgba(128, 128, 128, 0.75), rgba(128, 128, 128, 0));
  border: none;
}

hr.hr-shadow {
  position: relative;
  height: 20px;
  background-image: radial-gradient(farthest-side at 50% -50%, rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0));
}

hr.hr-shadow::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(128, 128, 128, 0)), color-stop(50%, rgba(128, 128, 128, 0.5)), to(rgba(128, 128, 128, 0)));
  background-image: linear-gradient(90deg, rgba(128, 128, 128, 0), rgba(128, 128, 128, 0.5) 50%, rgba(128, 128, 128, 0));
}

table {
  max-width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
}

@media (max-width: 780px) {
  table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
  }
}

table.data:not([border]) {
  border: 1px solid #0b1c55;
}

table.data:not([border]) tr {
  border-bottom: 1px solid #0b1c55;
}

table.data tr th {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #143299;
  border: none;
}

table.data tr:nth-child(odd) {
  color: #FFFFFF;
  background-color: #1739b0;
}

table.data tr:nth-child(even) {
  color: #FFFFFF;
  background-color: #1a41c6;
}

table.data tr:hover {
  color: #FFFFFF;
  background-color: #1d48dd;
}

table[cellspacing] {
  border-collapse: separate;
}

table:not([border]) th {
  border-top: none;
  border-right: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
  border-left: none;
}

table:not([border]) tr {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: none;
}

table caption {
  margin-top: 1em;
  font-size: 0.75em;
}

table th {
  text-align: left;
}

table:not([cellpadding]) th,
table:not([cellpadding]) td {
  padding: 0.5em;
}

table td.no-wrap,
table th.no-wrap {
  white-space: nowrap;
}

@media (max-width: 780px) {
  table td,
  table th {
    white-space: nowrap;
    width: 100% !important;
  }
}

.comment-content table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-content table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body input,
body select,
body textarea,
body button[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0.15em;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.25s ease-in-out,
 -webkit-box-shadow 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out,
 -webkit-box-shadow 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out,
 box-shadow 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out,
 box-shadow 0.25s ease-in-out,
 -webkit-box-shadow 0.25s ease-in-out;
}

body input::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder,
body button[type="submit"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

body input::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder,
body button[type="submit"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

body input:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder,
body button[type="submit"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

body input::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder,
body button[type="submit"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

body input:hover, body input:focus,
body select:hover,
body select:focus,
body textarea:hover,
body textarea:focus,
body button[type="submit"]:hover,
body button[type="submit"]:focus {
  border-color: rgba(0, 0, 0, 0.5);
  outline: none;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(20, 50, 153, 0.5);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(20, 50, 153, 0.5);
}

body button,
body button[type="submit"],
body input[type="button"],
body input[type="submit"] {
  border: none;
  border-radius: 0;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  vertical-align: baseline !important;
  width: auto !important;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="radio"]:hover, input[type="radio"]:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
  border-color: none;
}

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

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  color: #FFFFFF;
  font-style: italic;
  background-color: #3F3E3D;
  border-left: 0.5em solid #143299;
}

blockquote a[href] {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

blockquote a[href]:hover, blockquote a[href]:focus {
  text-decoration: none;
}

img,
embed,
iframe,
object,
video {
  max-width: 100%;
  margin-top: 1em;
  border: none;
}

img:first-child,
embed:first-child,
iframe:first-child,
object:first-child,
video:first-child {
  margin-top: 0;
}

img {
  height: auto;
}

code {
  padding: 0.15em;
  font-family: monospace;
  font-size: 0.85em;
  line-height: 1.35;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

pre {
  margin: 1em 0 0;
  padding: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: auto;
}

pre code {
  display: block;
}

address {
  margin-top: 1em;
}

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

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

.scorecard,
#wpstats {
  display: none;
}

@media (max-width: 780px) {
  .panel-grid > .list-row .panel-grid-cell {
    margin-bottom: 0 !important;
  }
  .panel-grid > .list-row .panel-grid-cell ul {
    margin: 0;
  }
  .panel-grid > .list-row .panel-grid-cell:first-child ul {
    margin-top: 1em;
  }
  .panel-grid > .list-row .panel-grid-cell:last-child ul {
    margin-bottom: 1em;
  }
}

@media (max-width: 780px) {
  table.tribe-mini-calendar {
    display: table;
  }
}

table.tribe-mini-calendar td {
  padding: 0;
}

table.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a {
  padding: 5px 0 25px;
}

table.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a::before {
  bottom: 8px;
}

table.tribe-mini-calendar .tribe-mini-calendar-no-event {
  padding: 5px 0 25px;
}

div.tribe-mini-calendar-list-wrapper .list-date {
  width: 60px;
  margin: 10px 10px 10px 0;
}

div.tribe-mini-calendar-list-wrapper .list-info {
  width: calc( 100% - 70px);
}

@media (max-width: 780px) {
  .appointments-confirmation-wrapper input[type="text"] {
    width: 100%;
  }
}

.appointments-confirmation-wrapper input[type="button"] {
  margin: 0.25em 0;
  white-space: pre-wrap;
}

@media (max-width: 780px) {
  .app_services .app_services_dropdown select {
    margin: 0.25em 0;
  }
}

.app_timetable .app_timetable_cell {
  position: relative;
}

.app_timetable .app_timetable_cell .wait_img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  margin: 0;
}

table.tribe-events-calendar {
  display: table;
}

.widget-web-login {
  margin-top: 1em;
}

.widget-web-login label {
  display: block;
}

.widget-web-login input[type="submit"] {
  margin: 0;
  cursor: pointer;
}

.gm-control-active > img {
  margin: 0;
}

button.scroll-to-top {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 999;
  display: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  font-family: FontAwesome;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-decoration: none;
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
}

button.scroll-to-top:hover, button.scroll-to-top:focus {
  color: #FFFFFF;
  background: rgba(63, 62, 61, 0.75);
  border-color: #3F3E3D;
}

button.scroll-to-top::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f077';
  position: absolute;
  height: 50%;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignnone {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

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

.alignright {
  float: right;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}

@media (max-width: 780px) {
  .alignright {
    float: none;
    display: block;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
  }
}

.alignleft {
  float: left;
  margin-top: 0.25em;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 780px) {
  .alignleft {
    float: none;
    display: block;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
  }
}

.wp-caption {
  max-width: 95%;
  padding: 0.25em 0.25em 0.5em;
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
}

.wp-caption.alignnone {
  margin-top: 1em;
}

.wp-caption .aligncenter {
  clear: both;
}

.wp-caption.alignright {
  margin-top: 1em;
}

.wp-caption.alignleft {
  margin-top: 1em;
}

.wp-caption img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 0.25em;
}

.author-info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.author-info .author-avatar {
  vertical-align: top;
}

.author-info .author-avatar img {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.author-info .author-description {
  vertical-align: top;
  padding-left: 2em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

.author.archive .author-info {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.error404 .search-form {
  margin-top: 1.5em;
}

@media (max-width: 480px) {
  body.error404 .search-form input {
    width: 100%;
    margin-top: 1.5em;
  }
}

.search-form {
  margin-top: 1em;
}

.search-form fieldset {
  padding: 0;
  border: none;
}

#page-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

@media (max-width: 780px) {
  #page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body.has-primary-module > #page-content {
  display: none;
}

#page-content .site-content {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  position: relative;
  max-width: 75%;
}

@media (max-width: 780px) {
  #page-content .site-content {
    width: 100%;
  }
}

#page-content .site-content:only-child {
  max-width: 100%;
}

#page-content .widget-area {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  position: relative;
  max-width: 25%;
  margin: 0 1em;
  padding: 0 1em;
}

@media (max-width: 780px) {
  #page-content .widget-area {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none !important;
    border-left: none !important;
  }
}

#page-content .widget-area:first-child {
  margin-left: 0;
  padding-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#page-content .widget-area:last-child {
  margin-right: 0;
  padding-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#page-content .site-content,
#page-content .widget-area {
  position: relative;
}

@media (max-width: 780px) {
  #page-content .site-content,
  #page-content .widget-area {
    -webkit-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: none;
    border-right: none;
  }
}

.entry-content .page-links {
  margin-top: 1em;
  padding: 0.25em;
  background-color: rgba(0, 0, 0, 0.035);
}

.entry-header {
  margin-bottom: 1.5em;
}

@media (max-width: 780px) {
  .entry-header {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.entry-header .wp-post-image {
  float: right;
  max-width: 50%;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}

@media (max-width: 780px) {
  .entry-header .wp-post-image {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0.5em auto;
  }
}

.entry-header h1, .entry-header .phosphorus-banner .caption .title, .phosphorus-banner .caption .entry-header .title, .entry-header .boron-feature .caption .title, .boron-feature .caption .entry-header .title,
.entry-header h2,
.entry-header .hydrogen-action-blocks-full .widget-title h3,
.hydrogen-action-blocks-full .widget-title .entry-header h3,
.entry-header .hydrogen-action-blocks-full .widget-title .widget-subtitle h4,
.hydrogen-action-blocks-full .widget-title .widget-subtitle .entry-header h4,
.entry-header .hydrogen-action-blocks-full .widget-subtitle .widget-title h4,
.hydrogen-action-blocks-full .widget-subtitle .widget-title .entry-header h4 {
  margin-top: 0.25em;
  font-size: 2em;
}

@media (max-width: 780px) {
  .entry-header h1, .entry-header .phosphorus-banner .caption .title, .phosphorus-banner .caption .entry-header .title, .entry-header .boron-feature .caption .title, .boron-feature .caption .entry-header .title,
  .entry-header h2,
  .entry-header .hydrogen-action-blocks-full .widget-title h3,
  .hydrogen-action-blocks-full .widget-title .entry-header h3,
  .entry-header .hydrogen-action-blocks-full .widget-title .widget-subtitle h4,
  .hydrogen-action-blocks-full .widget-title .widget-subtitle .entry-header h4,
  .entry-header .hydrogen-action-blocks-full .widget-subtitle .widget-title h4,
  .hydrogen-action-blocks-full .widget-subtitle .widget-title .entry-header h4 {
    -webkit-box-ordinal-group: 0;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.entry-header .comments-link {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75em;
}

.archive-header,
.page-header {
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.infinite-wrap {
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  border-bottom: 4px double rgba(0, 0, 0, 0.1);
}

.post:not(body),
.page:not(body) {
  margin-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 0.25em double rgba(0, 0, 0, 0.1);
}

.post:not(body):first-child,
.page:not(body):first-child {
  margin-top: 0;
}

.post:not(body):last-child,
.page:not(body):last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.post:not(body).sticky,
.page:not(body).sticky {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post:not(body).sticky .featured-post,
.page:not(body).sticky .featured-post {
  margin-bottom: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.035);
  border-top: 0.25em double rgba(0, 0, 0, 0.1);
  border-bottom: 0.25em double rgba(0, 0, 0, 0.1);
}

.post:not(body).sticky .entry-header,
.post:not(body).sticky .entry-content,
.post:not(body).sticky .entry-meta,
.post:not(body).sticky .edit-link,
.page:not(body).sticky .entry-header,
.page:not(body).sticky .entry-content,
.page:not(body).sticky .entry-meta,
.page:not(body).sticky .edit-link {
  padding: 0 1em;
}

.edit-link a::before {
  content: '\f040';
  display: inline-block;
  margin-right: 0.3em;
  font-family: 'FontAwesome';
}

.more-link::after {
  content: '\f061';
  display: inline-block;
  margin-left: 0.3em;
  font-family: 'FontAwesome';
}

.entry-meta {
  clear: both;
  margin-top: 2em;
  font-size: 0.75em;
}

nav.blog-navigation,
nav.nav-single {
  padding: 1em 0;
}

body.neverending nav.blog-navigation, body.neverending
nav.nav-single {
  display: none;
}

nav.blog-navigation .nav-previous,
nav.nav-single .nav-previous {
  float: left;
}

nav.blog-navigation .nav-previous > a::before,
nav.nav-single .nav-previous > a::before {
  content: '\f060';
  display: inline-block;
  margin-right: 0.25em;
  font-family: 'FontAwesome';
}

nav.blog-navigation .nav-next,
nav.nav-single .nav-next {
  float: right;
}

nav.blog-navigation .nav-next > a::after,
nav.nav-single .nav-next > a::after {
  content: '\f061';
  display: inline-block;
  margin-left: 0.25em;
  font-family: 'FontAwesome';
}

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

.image-attachment .attachment .entry-caption {
  margin-top: 0.25em;
}

.mejs-audio {
  max-width: 95%;
  margin: auto;
}

.comment-style-old comments-title {
  font-size: 1.5em;
}

.comment-style-old .commentlist {
  margin: 1em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-style-old .commentlist .comment .comment {
  margin-top: 1.5em;
  padding-top: 0;
  padding-left: 2.5em;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}

.comment-style-old .commentlist .comment + .comment {
  margin-top: 0;
  padding-top: 1.5em;
}

.comment-style-old .commentlist .comment .comment-author img {
  float: left;
  margin-top: 0.4em;
  margin-right: 0.5em;
}

.comment-style-old .commentlist .comment .comment-author cite {
  font-style: normal;
  font-weight: 600;
}

.comment-style-old .commentlist .comment .comment-author .says {
  display: none;
}

.comment-style-old .commentlist .comment .comment-meta {
  font-size: 0.75em;
}

.comment-style-old .commentlist .comment .comment-meta + * {
  clear: both;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-style-old #comment-nav {
  margin: 0 1em;
}

.comment-style-old .comment-respond {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-style-old .comment-respond label {
  display: block;
}

.comment-style-old .comment-respond input[type="text"],
.comment-style-old .comment-respond textarea {
  width: 100%;
  padding: 0.75em;
  font-size: 1em 0.75em;
}

.comment-style-old .comment-respond .required {
  display: inline-block;
  vertical-align: top;
  color: #143299;
}

.comments-title {
  font-size: 1.5em;
}

.commentlist {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid shading(#FFFFFF, 10%);
}

.commentlist .comment .comment {
  margin-top: 1.5em;
  padding-top: 0;
  padding-left: 2.5em;
  border-left: 1px dashed shading(#FFFFFF, 10%);
}

.commentlist .comment .comment.depth-2 {
  margin-left: 1em;
}

.commentlist .comment .comment.depth-3 {
  margin-left: 1.5em;
}

.commentlist .comment .comment.depth-4 {
  margin-left: 2em;
}

.commentlist .comment .comment.depth-5 {
  margin-left: 2.5em;
}

.commentlist .comment .comment.depth-6 {
  margin-left: 3em;
}

.commentlist .comment + .comment {
  margin-top: 0;
  padding-top: 1.5em;
}

.commentlist .comment.bypostauthor {
  margin-top: 1.5em;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.035);
  border-left: 3px solid #143299;
}

.commentlist .comment .comment-author img {
  float: left;
  margin-top: 0.4em;
  margin-right: 0.5em;
}

.commentlist .comment .comment-author cite {
  font-style: normal;
  font-weight: 600;
}

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

.commentlist .comment .comment-meta {
  font-size: 0.75em;
}

.commentlist .comment .comment-meta + * {
  clear: both;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid shading(#FFFFFF, 10%);
}

.comment-navigation {
  margin: 0 1em;
}

.comment-respond {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid shading(#FFFFFF, 10%);
}

.comment-respond label {
  display: block;
}

.comment-respond input[type="text"],
.comment-respond textarea {
  width: 100%;
  padding: 0.75em;
  font-size: 0.75em;
}

.comment-respond .required {
  display: inline-block;
  vertical-align: top;
  color: #CC0000;
}

.widget-area .widget {
  margin-top: 1.5em;
  padding: 0.75em;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 0.25em;
  font-size: 1.25em;
  font-weight: normal;
  border-bottom: 0.1em solid #143299;
}

.widget-area .widget input,
.widget-area .widget select {
  max-width: 100%;
}

.widget-area .widget.widget_search {
  margin-top: 0;
}

.widget-area .widget.widget_search form {
  margin: 0;
}

.widget-area .widget.widget_search input {
  width: 100%;
  padding: 0.5em;
  font-family: inherit;
}

.widget-area .widget.widget_search input[type=submit] {
  margin-top: 0.5em;
}

.widget-area .widget.widget_rss li {
  margin-top: 1em;
}

.widget-area .widget.widget_calendar table {
  margin: 0;
  text-align: center;
  border-collapse: collapse;
}

.widget-area .widget.widget_calendar caption {
  margin: 0;
  color: #143299;
  font-size: 1.25em;
  font-weight: normal;
}

.widget-area .widget.widget_calendar th {
  font-weight: 600;
}

.widget-area .widget.widget_calendar thead tr {
  text-align: center;
}

.widget-area .widget.widget_calendar thead tr a {
  font-weight: bold;
  text-decoration: underline;
}

.widget-area .widget.widget_calendar thead tr a:hover, .widget-area .widget.widget_calendar thead tr a:focus {
  text-decoration: none;
}

.widget-area .widget .post-date,
.widget-area .widget .rss-date {
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75em;
}

.says,
.screen-reader-text {
  position: absolute;
  left: -1000em;
  width: 1px;
  height: 1px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
}

.says:focus,
.screen-reader-text:focus {
  top: 7px;
  left: 6px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: black;
  font-size: 0.85em;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

div[id^="gallery"].gallery {
  clear: both;
  margin: 1.8em 0;
}

div[id^="gallery"].gallery dl.gallery-item {
  margin: 0;
  padding: 0 10px;
}

div[id^="gallery"].gallery dl.gallery-item .gallery-caption {
  font-size: 0.9em;
}

@media (max-width: 768px) {
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
    width: 25% !important;
  }
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (max-width: 500px) {
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
    width: 33% !important;
  }
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(4n+1) {
    clear: none;
  }
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (max-width: 320px) {
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
    float: none;
    clear: none;
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  div[id^="gallery"].gallery[class*="gallery-columns"].gallery-columns-2 dl.gallery-item,
  div[id^="gallery"].gallery[class*="gallery-columns"].gallery-columns-3 dl.gallery-item {
    float: none;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  div[id^="gallery"].gallery br {
    display: none;
  }
}

.panel-grid-cell:only-child .tiled-gallery {
  margin-bottom: 0;
}

@media print {
  body {
    color: #000000;
    font-size: 10pt;
    background: none !important;
  }
  a {
    text-decoration: inherit;
  }
  footer a[rel=bookmark]::after {
    content: " [" attr(href) "] ";
  }
  .author-info .author-avatar,
  .comment-respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link {
    display: none;
  }
  .author-info .author-description {
    padding-left: 0;
  }
  .comment-author img {
    max-width: 30px;
    height: auto;
  }
}

.webcom-navigation {
  text-align: left;
}

.webcom-navigation .navigation-toggle {
  position: relative;
  z-index: 989;
  display: none;
  color: inherit;
  font-size: 1em;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media (max-width: 780px) {
  .webcom-navigation .navigation-toggle {
    display: block;
  }
}

.webcom-navigation .navigation-toggle::before {
  content: '\f0c9';
}

.webcom-navigation .navigation-toggle > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.webcom-navigation .navigation-toggle.open {
  display: block;
}

.webcom-navigation .navigation-toggle.close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  padding: 0.25em;
  width: 3.5em;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  border-left: 1px solid #1a1a1a;
}

.webcom-navigation .navigation-toggle.close::before {
  content: "";
  font-size: 2.125em;
}

.webcom-navigation .slideout-before-nav,
.webcom-navigation .slideout-after-nav,
.webcom-navigation .slideout-header {
  display: none;
}

.webcom-navigation.show-toggle .slideout-before-nav,
.webcom-navigation.show-toggle .slideout-after-nav {
  display: block;
  padding: 1em;
  color: #FFFFFF;
}

.webcom-navigation.show-toggle .navigation-wrapper {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 992;
  width: 100%;
  max-width: 320px;
  font-size: 0.875em;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.webcom-navigation.show-toggle .navigation-wrapper::-webkit-scrollbar-track {
  background-color: #4d4d4d;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.webcom-navigation.show-toggle .navigation-wrapper::-webkit-scrollbar {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.9);
}

.webcom-navigation.show-toggle .navigation-wrapper::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body.admin-bar .webcom-navigation.show-toggle .navigation-wrapper {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .webcom-navigation.show-toggle .navigation-wrapper {
    top: 0;
    padding-top: 46px;
  }
}

.webcom-navigation.show-toggle .navigation-wrapper .slideout-header {
  position: relative;
  display: block;
  padding: 1em;
  border-bottom: 1px solid #1a1a1a;
}

.webcom-navigation.show-toggle .navigation-wrapper .slideout-header h3, .webcom-navigation.show-toggle .navigation-wrapper .slideout-header .hydrogen-action-blocks-full .widget-subtitle h4, .hydrogen-action-blocks-full .widget-subtitle .webcom-navigation.show-toggle .navigation-wrapper .slideout-header h4 {
  color: #FFFFFF;
}

.webcom-navigation.show-toggle .navigation-wrapper .navigation-content {
  position: relative;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] {
  position: static;
  display: block;
  text-align: left;
  border-bottom: 1px solid #1a1a1a;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] > li:first-child {
  border-top: none;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] li {
  margin: 0;
  border-top: 1px solid #1a1a1a;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] li[aria-expanded='true'] a.expand::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] a {
  position: relative;
  z-index: 8;
  width: 100%;
  padding: 1em;
  color: #FFFFFF;
  white-space: normal;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] a::after {
  display: none;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] a.expand {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 3.5em;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  border-left: 1px solid #1a1a1a;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] a.expand::after {
  content: "";
  display: block;
  margin: 0;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] ul li a {
  width: 100%;
  padding-left: 2em;
  font-size: 0.938em;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] ul li ul {
  position: static;
  display: block;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] ul li li a {
  padding-left: 3em;
  font-size: 0.875em;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] ul li li li a {
  padding-left: 4em;
  font-size: 0.813em;
}

.webcom-navigation.show-toggle .navigation-wrapper ul[role="menubar"] ul li li li li a {
  padding-left: 5em;
  font-size: 0.750em;
}

.webcom-navigation.nav-opened .navigation-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.webcom-navigation::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.webcom-navigation ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 781px) {
  .webcom-navigation ul.menu {
    display: -webkit-box!important;
    display: -moz-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

.webcom-navigation ul.menu > li.menu-item-has-children > a::after {
  content: "";
  margin-left: 0.25em;
}

.webcom-navigation ul.menu > li:last-child > ul {
  right: 0;
  left: auto;
}

.webcom-navigation ul.menu li {
  position: relative;
  max-width: 100%;
}

.webcom-navigation ul.menu li a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  text-decoration: inherit;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.webcom-navigation ul.menu li a.expand {
  display: none;
}

.webcom-navigation ul.menu li i.fa {
  margin-right: 0.25em;
}

.webcom-navigation ul.menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  width: 320px;
  min-width: 100%;
  text-align: right;
}

@media (max-width: 780px) {
  .webcom-navigation ul.menu li ul {
    position: static;
  }
}

.webcom-navigation ul.menu li ul ul {
  top: 0;
  left: calc( 100% - 1px);
}

.webcom-navigation ul.menu li ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: auto;
}

.webcom-navigation ul.menu li ul li a {
  padding: 0.5em 1em;
  white-space: nowrap;
}

.webcom-navigation ul.menu li ul li.current-menu-item > a,
.webcom-navigation ul.menu li ul li.current-menu-ancesor > a,
.webcom-navigation ul.menu li ul li:hover > a,
.webcom-navigation ul.menu li ul li a:focus {
  outline: none;
}

.webcom-navigation:not(.js) ul li:hover > ul {
  display: block !important;
}

.webcom-navigation:not(.js) ul li:focus-within > ul {
  display: block !important;
}

.webcom-navigation .overylay-stop-scroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 991;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

html.no-scroll {
  overflow: hidden;
}

.nf-form-wrap .nf-field-container .nf-field .file_upload-wrap button, .nf-form-wrap .nf-field-container .nf-field .submit-wrap .nf-field-element input, .nf-mp-header .nf-next-previous li input,
.nf-mp-footer .nf-next-previous li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0.5em 2.5em;
  color: #FFFFFF;
  background-color: #143299;
  border: none;
  cursor: pointer;
  -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out;
  transition: color 250ms ease-in-out, background 250ms ease-in-out;
}

.nf-form-wrap .nf-field-container .nf-field .file_upload-wrap button:hover, .nf-form-wrap .nf-field-container .nf-field .submit-wrap .nf-field-element input:hover, .nf-mp-header .nf-next-previous li input:hover,
.nf-mp-footer .nf-next-previous li input:hover {
  color: #FFFFFF;
  background-color: #3F3E3D;
}

.nf-form-wrap {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.nf-form-wrap .nf-before-form-content .nf-form-fields-required {
  font-size: 0.75em;
  text-align: right;
}

.nf-form-wrap .nf-field-container {
  margin-bottom: 0;
}

.nf-form-wrap .nf-field-container .nf-field .nf-field-label {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.nf-form-wrap .nf-field-container .nf-field .nf-field-element input,
.nf-form-wrap .nf-field-container .nf-field .nf-field-element textarea {
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.nf-form-wrap .nf-field-container .nf-field .nf-field-element textarea {
  resize: vertical;
}

.nf-form-wrap .nf-field-container .nf-field .list-select-wrap select,
.nf-form-wrap .nf-field-container .nf-field .list-multiselect-wrap option {
  padding: 0.5em;
}

.nf-form-wrap .nf-field-container .nf-field .file_upload-wrap button {
  margin-top: 0.5em;
}

.nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .htCore {
  display: table;
  table-layout: auto;
}

.nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .handsontable,
.nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .htCore,
.nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .wtHider,
.nf-form-wrap .nf-field-container .nf-field .table_editor-wrap .wtSpreader {
  width: 100% !important;
}

.nf-form-wrap .nf-field-container .nf-field .nf-error .nf-field-element input {
  border-color: #FF0000;
}

.nf-form-wrap .nf-field-container:not(.submit-container) .nf-after-field {
  min-height: 1.5em;
}

.nf-form-wrap .nf-field-container:not(.submit-container) .nf-after-field .nf-error-msg {
  color: #FF0000;
  font-size: 0.75em;
  text-align: right;
}

.nf-form-title h3, .nf-form-title .hydrogen-action-blocks-full .widget-subtitle h4, .hydrogen-action-blocks-full .widget-subtitle .nf-form-title h4 {
  padding-bottom: 0.5em;
}

.nf-mp-header,
.nf-mp-footer {
  padding: 0.25em;
}

.nf-mp-header .nf-breadcrumbs li a,
.nf-mp-footer .nf-breadcrumbs li a {
  padding: 0.5em;
  color: #FFFFFF;
  font-size: 0.85em;
  background-color: #143299;
  -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out;
  transition: color 250ms ease-in-out, background 250ms ease-in-out;
}

.nf-mp-header .nf-breadcrumbs li.active > a,
.nf-mp-header .nf-breadcrumbs li a:hover,
.nf-mp-footer .nf-breadcrumbs li.active > a,
.nf-mp-footer .nf-breadcrumbs li a:hover {
  color: #FFFFFF;
  font-weight: inherit;
  background-color: #3F3E3D;
}

.nf-mp-header .nf-next-previous li,
.nf-mp-footer .nf-next-previous li {
  min-width: 15%;
}

.nf-mp-header .nf-next-previous li input,
.nf-mp-footer .nf-next-previous li input {
  width: 100%;
  padding: 0.5em 1em;
}

.nf-mp-header h3, .nf-mp-header .hydrogen-action-blocks-full .widget-subtitle h4, .hydrogen-action-blocks-full .widget-subtitle .nf-mp-header h4,
.nf-mp-footer h3,
.nf-mp-footer .hydrogen-action-blocks-full .widget-subtitle h4,
.hydrogen-action-blocks-full .widget-subtitle .nf-mp-footer h4 {
  margin: 0 0 1em;
  padding: 0 0 0.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

body h1, body .phosphorus-banner .caption .title, .phosphorus-banner .caption body .title, body .boron-feature .caption .title, .boron-feature .caption body .title,
body .h1 {
  font-size: 3.75em;
  font-family: "Copperplate", "Copperplate Gothic", "Copperplate Gothic Light", "Alegreya SC", serif, "FontAwesome";
  color: #143299;
  font-weight: bold;
}

@media (max-width: 780px) {
  body h1, body .phosphorus-banner .caption .title, .phosphorus-banner .caption body .title, body .boron-feature .caption .title, .boron-feature .caption body .title,
  body .h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  body h1, body .phosphorus-banner .caption .title, .phosphorus-banner .caption body .title, body .boron-feature .caption .title, .boron-feature .caption body .title,
  body .h1 {
    font-size: 1.75em;
  }
}


body h2,
body .hydrogen-action-blocks-full .widget-title h3,
.hydrogen-action-blocks-full .widget-title body h3,
body .hydrogen-action-blocks-full .widget-title .widget-subtitle h4,
.hydrogen-action-blocks-full .widget-title .widget-subtitle body h4,
body .hydrogen-action-blocks-full .widget-subtitle .widget-title h4,
.hydrogen-action-blocks-full .widget-subtitle .widget-title body h4,
body .h2 {
  font-size: 1.875em;
  font-family: "Copperplate", "Copperplate Gothic", "Copperplate Gothic Light", "Alegreya SC", serif, "FontAwesome";
  font-weight: bold;
}

@media (max-width: 780px) {
  
  body h2,
  body .hydrogen-action-blocks-full .widget-title h3,
  .hydrogen-action-blocks-full .widget-title body h3,
  body .hydrogen-action-blocks-full .widget-title .widget-subtitle h4,
  .hydrogen-action-blocks-full .widget-title .widget-subtitle body h4,
  body .hydrogen-action-blocks-full .widget-subtitle .widget-title h4,
  .hydrogen-action-blocks-full .widget-subtitle .widget-title body h4,
  body .h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  
  body h2,
  body .hydrogen-action-blocks-full .widget-title h3,
  .hydrogen-action-blocks-full .widget-title body h3,
  body .hydrogen-action-blocks-full .widget-title .widget-subtitle h4,
  .hydrogen-action-blocks-full .widget-title .widget-subtitle body h4,
  body .hydrogen-action-blocks-full .widget-subtitle .widget-title h4,
  .hydrogen-action-blocks-full .widget-subtitle .widget-title body h4,
  body .h2 {
    font-size: 1.375em;
  }
}


body h3,
body .hydrogen-action-blocks-full .widget-subtitle h4,
.hydrogen-action-blocks-full .widget-subtitle body h4,
body .h3 {
  font-size: 2em;
  font-family: "Copperplate", "Copperplate Gothic", "Copperplate Gothic Light", "Alegreya SC", serif, "FontAwesome";
  font-weight: bold;
}

@media (max-width: 780px) {
  
  body h3,
  body .hydrogen-action-blocks-full .widget-subtitle h4,
  .hydrogen-action-blocks-full .widget-subtitle body h4,
  body .h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  
  body h3,
  body .hydrogen-action-blocks-full .widget-subtitle h4,
  .hydrogen-action-blocks-full .widget-subtitle body h4,
  body .h3 {
    font-size: 1em;
  }
}

body h4,
body .h4 {
  font-size: 1.5em;
}

body h5,
body .h5 {
  font-size: 1.25em;
}

body h6,
body .h6 {
  font-size: 1em;
  font-variant: small-caps;
}

body a.button, body button,
body button[type="submit"],
body input[type="button"],
body input[type="submit"], .phosphorus-header .buttons a, .phosphorus-banner .meta p.button a, .boron-footer .buttons a {
  display: inline-block;
  padding: 0.5em 1.5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #143299;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: color 250ms ease-in-out,
 background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out,
 background-color 250ms ease-in-out;
}

body a.button:hover, body button:hover,
body input:hover[type="button"],
body input:hover[type="submit"], .phosphorus-header .buttons a:hover, .phosphorus-banner .meta p.button a:hover, .boron-footer .buttons a:hover, body a.button:focus, body button:focus,
body input:focus[type="button"],
body input:focus[type="submit"], .phosphorus-header .buttons a:focus, .phosphorus-banner .meta p.button a:focus, .boron-footer .buttons a:focus {
  color: #FFFFFF;
  background-color: #3F3E3D;
  outline: none;
}

.webcom-module {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Open Sans", sans-serif, "FontAwesome";
}

.webcom-module.viewport {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  min-height: 100vh;
}

body.admin-bar .webcom-module.viewport {
  min-height: calc( 100vh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .webcom-module.viewport {
    min-height: calc( 100vh - 46px);
  }
}

@media (max-width: 600px) {
  body.admin-bar .webcom-module.viewport {
    min-height: 100vh;
  }
}

.webcom-container {
  padding: 0 1em;
}

.webcom-content {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-blocks {
  padding: 2em 0 4em;
}

.content-blocks .webcom-widgets {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 100% + 2em);
  margin-left: -1em;
}

@media (max-width: 1024px) {
  .content-blocks .webcom-widgets {
    width: calc( 100% + 2em / 2);
    margin-left: -0.5em;
  }
}

@media (max-width: 780px) {
  .content-blocks .webcom-widgets {
    width: 100%;
    margin-left: 0;
  }
}

.content-blocks .widget-container {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .content-blocks .widget-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 780px) {
  .content-blocks .widget-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.content-blocks .widget-container:nth-child(1) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .content-blocks .widget-container:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.content-blocks .widget-container:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .content-blocks .widget-container:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.content-blocks .widget-container:nth-child(3) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .content-blocks .widget-container:nth-child(3) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.content-blocks .widget-container:nth-child(4) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .content-blocks .widget-container:nth-child(4) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (max-width: 1024px) {
  .content-blocks .widget-container:nth-child(1) {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 780px) {
  .content-blocks .widget-container:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (max-width: 1024px) {
  .content-blocks .widget-container:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 780px) {
  .content-blocks .widget-container:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.content-blocks .widget-container > div {
  height: 100%;
  padding: 1em;
}

@media (max-width: 1024px) {
  .content-blocks .widget-container > div {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

@media (max-width: 780px) {
  .content-blocks .widget-container > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.content-blocks .widget {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.content-blocks .widget-content {
  width: 100%;
}

.content-blocks .widget-summary {
  max-width: 100%;
}

.content-blocks .widget-summary:not(:first-child) {
  margin-top: 1em;
}

.content-blocks .webcom-container.title {
  text-align: center;
  padding: 2em 0;
}

.content-blocks .webcom-content {
  font-size: 1rem;
}

.widget-blocks {
  padding: 2em 0 4em;
}

.widget-blocks .webcom-widgets {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 100% + 2em);
  margin-left: -1em;
}

@media (max-width: 1024px) {
  .widget-blocks .webcom-widgets {
    width: calc( 100% + 2em / 2);
    margin-left: -0.5em;
  }
}

@media (max-width: 780px) {
  .widget-blocks .webcom-widgets {
    width: 100%;
    margin-left: 0;
  }
}

.widget-blocks .widget-container {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 780px) {
  .widget-blocks .widget-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.widget-blocks .widget-container:nth-child(1) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.widget-blocks .widget-container:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.widget-blocks .widget-container:nth-child(3) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container:nth-child(3) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.widget-blocks .widget-container:nth-child(4) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container:nth-child(4) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container:nth-child(1) {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 780px) {
  .widget-blocks .widget-container:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 780px) {
  .widget-blocks .widget-container:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.widget-blocks .widget-container > div {
  height: 100%;
  padding: 1em;
}

@media (max-width: 1024px) {
  .widget-blocks .widget-container > div {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

@media (max-width: 780px) {
  .widget-blocks .widget-container > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.widget-blocks .widget {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.widget-blocks .widget-content {
  width: 100%;
}

.widget-blocks .widget-summary {
  max-width: 100%;
}

.widget-blocks .widget-summary:not(:first-child) {
  margin-top: 1em;
}

.widget-blocks .webcom-container.title {
  padding: 2em 0;
  text-align: center;
}

.widget-blocks .webcom-content {
  font-size: 1rem;
}

.phosphorus-header {
  z-index: 999;
}

.phosphorus-header .webcom-container.desktop {
  display: block;
}

@media (max-width: 780px) {
  .phosphorus-header .webcom-container.desktop {
    display: none;
  }
}

.phosphorus-header .webcom-container.desktop .webcom-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.phosphorus-header .webcom-container.mobile {
  display: none;
}

@media (max-width: 780px) {
  .phosphorus-header .webcom-container.mobile {
    display: block;
  }
}

.phosphorus-header .webcom-container.mobile .webcom-content {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 780px) {
  .phosphorus-header .webcom-container.navigation {
    display: none;
  }
}

.phosphorus-header .webcom-container.navigation .webcom-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media (max-width: 780px) {
  .phosphorus-header .webcom-container.drawer {
    display: none;
  }
}

.phosphorus-header .webcom-container.drawer .webcom-content {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.phosphorus-header .webcom-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.phosphorus-header .navigation-mobile {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1em;
  text-align: right;
  outline: none;
}

.phosphorus-header .navigation-mobile > .navigation-toggle {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  color: inherit;
  border: 1px solid;
}

.phosphorus-header .navigation-mobile > .navigation-toggle::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.phosphorus-header .navigation-mobile .navigation-wrapper {
  text-align: left;
}

.phosphorus-header .navigation-header-secondary {
  margin-left: auto;
  overflow: hidden;
}

.phosphorus-header .navigation-header-secondary .menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.phosphorus-header .navigation-header-secondary a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.phosphorus-header .search {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.phosphorus-header .search input {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.phosphorus-header .company {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 50%;
}

.phosphorus-header .company + div {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.phosphorus-header .logo {
  display: inline-block;
  max-width: 100%;
}

.phosphorus-header .logo img {
  display: block;
  width: auto;
  max-height: 84px;
}

.phosphorus-header .tagline {
  margin-top: 0;
}

.phosphorus-header .navigation-header-primary {
  width: 100%;
}

.phosphorus-header .navigation-header-primary .menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.phosphorus-header .social-media {
  line-height: 1;
  text-align: right;
}

.phosphorus-header .social-media a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.phosphorus-header .social-media a:hover, .phosphorus-header .social-media a:focus {
  outline: none;
}

.phosphorus-header .meta {
  text-align: right;
}

.phosphorus-header .meta p {
  display: inline-block;
  margin-top: 0;
}

@media (max-width: 780px) {
  .phosphorus-header .meta p {
    margin-right: 1em;
    margin-left: 0;
  }
}

.phosphorus-header .meta p.phone {
  cursor: text;
}

.phosphorus-header .buttons {
  text-align: right;
}

.phosphorus-header.position-fixed.js {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

body.admin-bar .phosphorus-header.position-fixed.js {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .phosphorus-header.position-fixed.js {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .phosphorus-header.position-fixed.js {
    top: 0;
  }
}

.phosphorus-header .webcom-container.drawer {
  color: #FFFFFF;
  background-color: #143299;
}

.phosphorus-header .webcom-container.desktop {
  background-color: #e6e6e6;
}

.phosphorus-header .webcom-container.desktop .webcom-content {
  padding: 0.4em 0 0.5em;
}

.phosphorus-header .webcom-container.navigation {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.phosphorus-header .webcom-container.mobile {
  padding: 1em;
  background-color: #e6e6e6;
}

.phosphorus-header .webcom-container.mobile .meta {
  text-align: center;
  margin-left: 0;
  padding: 1em 0;
}

.phosphorus-header .webcom-container.mobile .meta .phone {
  font-size: 1rem;
}

.phosphorus-header .webcom-content {
  font-size: 1rem;
}

.phosphorus-header .navigation-mobile li a {
  color: #FFFFFF;
  background-color: #143299;
}

.phosphorus-header .navigation-mobile li.current-menu-item > a,
.phosphorus-header .navigation-mobile li.current-menu-ancestor > a {
  color: #FFFFFF;
  background-color: #3F3E3D;
}

.phosphorus-header .navigation-header-primary li a {
  font-weight: 600;
  padding: 0.25em 0.5em;
  color: inherit;
  text-transform: uppercase;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  -webkit-transition: border 250ms ease-in-out;
  transition: border 250ms ease-in-out;
  padding-left: 106px;
}

@media (max-width: 1390px) {
  .phosphorus-header .navigation-header-primary li a {
    padding: 0.25em 0.3em;
    padding-left: 106px;
  }
}

@media (max-width: 1374px) {
  .phosphorus-header .navigation-header-primary li a {
    padding: 0.25em 0.2em;
    padding-left: 103px;
  }
}

@media (max-width: 1350px) {
  .phosphorus-header .navigation-header-primary li a {
    padding: 0.25em 0em;
    padding-left: 99px;
  }
}

.phosphorus-header .navigation-header-primary li a .fa {
  color: #143299;
  font-size: 30px;
}

.phosphorus-header .navigation-header-primary li.shuttle a:before {
  display: inline-block;
  content: '';
  background-image: url(images/airport-shuttle-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  margin-right: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.phosphorus-header .navigation-header-primary li.car a:before {
  display: inline-block;
  content: '';
  background-image: url(images/private-car-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 106px;
  margin-right: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.phosphorus-header .navigation-header-primary li.bus a:before {
  display: inline-block;
  content: '';
  background-image: url(images/charterbus-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  margin-right: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.phosphorus-header .navigation-header-primary li.menu-item-1297 a:before {
  display: inline-block;
  content: '\f0c0';
  font-family: 'FontAwesome';
  font-weight: 900;
  width: 100px;
  margin-right: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  font-size: 1.75rem !important;
  color: #143299 !important;
}

.phosphorus-header .navigation-header-primary li.menu-item-124 a:before {
  display: inline-block;
  content: '';
  background-image: url(images/Icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  margin-right: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.phosphorus-header .navigation-header-primary li.menu-item-127 a:before {
  display: inline-block;
  content: '';
  background-image: url(images/Icon3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  margin-right: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.phosphorus-header .navigation-header-primary li.current-menu-item > a,
.phosphorus-header .navigation-header-primary li.current-menu-ancestor > a {
  border-bottom-color: #3F3E3D;
}

.phosphorus-header .navigation-header-primary li:hover > a,
.phosphorus-header .navigation-header-primary li a:focus {
  color: #000000;
  border-bottom-color: #143299;
}

.phosphorus-header .navigation-header-primary li li a {
  color: #FFFFFF;
  font-size: 0.85em;
  background-color: #143299;
  border: none;
}

.phosphorus-header .navigation-header-primary li li.current-menu-item > a,
.phosphorus-header .navigation-header-primary li li.current-menu-ancestor > a,
.phosphorus-header .navigation-header-primary li li:hover > a,
.phosphorus-header .navigation-header-primary li li a:focus {
  color: #FFFFFF;
  background-color: #3F3E3D;
}

.phosphorus-header .navigation-header-secondary .webcom-content {
  font-size: 1rem;
}

.phosphorus-header .navigation-header-secondary li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.875em;
  bottom: 0.875em;
  width: 1px;
  background-color: #FFFFFF;
}

.phosphorus-header .navigation-header-secondary li a {
  padding: 0.75em 1em;
  color: inherit;
  font-weight: 600;
  font-size: 0.813em;
}

.phosphorus-header .navigation-header-secondary li a i {
  margin-right: 0.75em;
  font-weight: 400;
}

.phosphorus-header .navigation-header-secondary li.current-menu-item > a,
.phosphorus-header .navigation-header-secondary li.current-menu-ancestor > a,
.phosphorus-header .navigation-header-secondary li:hover > a,
.phosphorus-header .navigation-header-secondary li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}

.phosphorus-header .navigation-header-secondary li li a {
  color: #FFFFFF;
  background-color: #143299;
}

.phosphorus-header .navigation-header-secondary li li.current-menu-item > a,
.phosphorus-header .navigation-header-secondary li li.current-menu-ancestor > a,
.phosphorus-header .navigation-header-secondary li li:hover > a,
.phosphorus-header .navigation-header-secondary li li a:focus {
  color: #FFFFFF;
  background-color: #3F3E3D;
}

.phosphorus-header .search {
  width: 380px;
  max-width: 100%;
  background-color: #FFFFFF;
  display: none;
}

.phosphorus-header .search input {
  padding: 0.25em 1em;
  border: none;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: border 250ms ease-in-out;
  transition: border 250ms ease-in-out;
}

.phosphorus-header .search input::-webkit-input-placeholder {
  color: #3F3E3D;
}

.phosphorus-header .search input::-moz-placeholder {
  color: #3F3E3D;
}

.phosphorus-header .search input:-ms-input-placeholder {
  color: #3F3E3D;
}

.phosphorus-header .search input::-moz-placeholder {
  color: #3F3E3D;
}

.phosphorus-header .search input:focus {
  border-right-color: #143299;
}

.phosphorus-header .search button {
  height: 100%;
  padding: 0 0.85em;
  color: #3F3E3D;
  font-size: 1.125em;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

.phosphorus-header .search button::after {
  content: none;
  display: none;
}

.phosphorus-header .search button:hover, .phosphorus-header .search button:focus {
  color: #3F3E3D;
  background-color: transparent;
}

.phosphorus-header .search button i {
  font-weight: inherit;
}

.phosphorus-header .social-media:not(:first-child) {
  margin-left: 1.5em;
}

.phosphorus-header .social-media a:hover, .phosphorus-header .social-media a:focus {
  color: #143299;
}

.phosphorus-header .social-media + .meta {
  border-left: 1px solid;
}

.phosphorus-header .meta {
  font-weight: 600;
  line-height: 1;
  padding: 0 2em;
}

.phosphorus-header .meta:not(:first-child) {
  margin-left: 1.5em;
}

.phosphorus-header .meta p {
  margin: 0;
  padding: 0 0.25em;
  line-height: 1.15;
  border-left: 1px solid;
  vertical-align: middle;
}

.phosphorus-header .meta p:first-child {
  border-left: none;
}

.phosphorus-header .meta p.phone {
  font-family: "Copperplate", "Copperplate Gothic", "Copperplate Gothic Light", "Alegreya SC", serif, "FontAwesome";
  color: #143299;
  font-weight: bold;
  font-size: 1.875em;
}

.phosphorus-header .meta a {
  color: inherit;
  text-decoration: none;
}

.phosphorus-header .meta a:hover {
  color: #143299;
}

.phosphorus-header .buttons a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #3F3E3D;
  border-radius: 3em;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 4px solid white;
  line-height: 4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.phosphorus-header .buttons a:after {
  content: '\f067';
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  width: calc( 2.95rem + 8px);
  height: calc( 2.95rem + 8px);
  margin-left: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.95rem;
  text-align: center;
  background-color: #143299;
  border-radius: 3em;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 4px solid white;
  position: relative;
  left: 4px;
}

.phosphorus-header.position-fixed.js img {
  -webkit-transition: max-height 250ms ease-in-out;
  transition: max-height 250ms ease-in-out;
}

body.scrolled .phosphorus-header.position-fixed.js .logo img {
  max-height: 60px;
}

body.scrolled .phosphorus-header.position-fixed.js .mobile {
  background-color: #FFFFFF;
}

body.scrolled .phosphorus-header.position-fixed.js .navigation {
  background-color: #FFFFFF;
}

.phosphorus-banner.large .caption-content {
  min-height: 815px;
}

@media (max-width: 2000px) {
  .phosphorus-banner.large .caption-content {
    min-height: calc( 100vw * 0.4075);
  }
}

.phosphorus-banner.large.force-banner-height .caption-content {
  min-height: 815px;
}

.phosphorus-banner.small .caption-content {
  min-height: 410px;
}

@media (max-width: 2000px) {
  .phosphorus-banner.small .caption-content {
    min-height: calc( 100vw * 0.205);
  }
}

.phosphorus-banner.small.force-banner-height .caption-content {
  min-height: 410px;
}

.phosphorus-banner.viewport .caption-content {
  min-height: 100vh;
}

body.admin-bar .phosphorus-banner.viewport .caption-content {
  min-height: calc( 100vh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .phosphorus-banner.viewport .caption-content {
    min-height: calc( 100vh - 46px);
  }
}

@media (max-width: 600px) {
  body.admin-bar .phosphorus-banner.viewport .caption-content {
    min-height: 100vh;
  }
}

.phosphorus-banner.full-width .webcom-container {
  padding: 0;
}

.phosphorus-banner.full-width .webcom-content {
  max-width: none;
}

.phosphorus-banner.full-width .caption-container {
  padding: 0 1em;
}

.phosphorus-banner .slick-track {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.phosphorus-banner .widget {
  position: relative;
  height: auto;
  overflow: hidden;
}

.phosphorus-banner .media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.phosphorus-banner .graphic {
  width: 100%;
  height: 100%;
}

.phosphorus-banner .graphic.image {
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 780px) {
  .phosphorus-banner .graphic.image {
    background-size: cover;
  }
}

.phosphorus-banner .graphic.image.fill {
  background-size: cover;
}

.phosphorus-banner .graphic.video video {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.phosphorus-banner .graphic.youtube .fluid-width-video-wrapper {
  position: static;
  padding-top: 0 !important;
}

.phosphorus-banner .graphic.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.phosphorus-banner .caption-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.phosphorus-banner .caption-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1360px;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.phosphorus-banner .caption-content.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.phosphorus-banner .caption-content.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.phosphorus-banner .caption-content.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.phosphorus-banner .caption-content.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.phosphorus-banner .caption-content.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.phosphorus-banner .caption-content.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.phosphorus-banner .meta p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.phosphorus-banner .webcom-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.phosphorus-banner .webcom-controls button {
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  pointer-events: all;
}

.phosphorus-banner .controls-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1em;
}

.phosphorus-banner .arrows .controls-content {
  width: 1360px;
}

.phosphorus-banner .dots .controls-content {
  width: 1360px;
}

.phosphorus-banner .controls-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.phosphorus-banner .controls-content .buttons {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 0;
}

.phosphorus-banner .slick-dots {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.phosphorus-banner .slick-dots li {
  display: inline-block;
}

.phosphorus-banner .caption {
  position: relative;
  padding: 4em 6em;
  color: #FFFFFF;
  font-size: 1rem;
  background-color: rgba(63, 62, 61, 0.9);
}

@media (max-width: 1360px) {
  .phosphorus-banner .caption {
    padding: 4em 4.5em;
  }
}

@media (max-width: 1024px) {
  .phosphorus-banner .caption {
    width: auto;
  }
}

@media (max-width: 780px) {
  .phosphorus-banner .caption {
    padding: 3em;
  }
}

.phosphorus-banner .caption .title {
  display: inline-block;
  margin-left: -0.22em;
  padding: 0 0.18em;
  font-size: 5.55em;
  font-weight: 800;
  text-transform: uppercase;
  border-left-width: 0.04em;
}

@media (max-width: 1360px) {
  .phosphorus-banner .caption .title {
    font-size: 4.5em;
  }
}

@media (max-width: 1024px) {
  .phosphorus-banner .caption .title {
    font-size: 3.25em;
  }
}

@media (max-width: 780px) {
  .phosphorus-banner .caption .title {
    font-size: 2em;
  }
}

.phosphorus-banner .caption .title + .subtitle {
  margin-top: 1em;
}

@media (max-width: 780px) {
  .phosphorus-banner .caption .subtitle {
    font-size: 1.5em;
  }
}

.phosphorus-banner .caption .summary {
  padding: 1em 0;
}

.phosphorus-banner .caption .summary:not(:last-child) {
  padding-bottom: 4em;
}

.phosphorus-banner .caption .meta {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 100%;
}

.phosphorus-banner .caption .meta p.button a::after {
  color: #3F3E3D;
  background-color: rgba(0, 0, 0, 0.1);
}

.phosphorus-banner .webcom-controls .slick-arrow {
  color: #FFFFFF;
  font-size: 6em;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}

@media (max-width: 780px) {
  .phosphorus-banner .webcom-controls .slick-arrow {
    font-size: 2.5em;
  }
}

.phosphorus-banner .webcom-controls .slick-arrow::after {
  content: none;
  display: none;
}

.phosphorus-banner .webcom-controls .slick-arrow:hover, .phosphorus-banner .webcom-controls .slick-arrow:focus {
  color: #000000;
}

.phosphorus-banner .webcom-controls .slick-dots li {
  margin: 0 0.3125em;
}

.phosphorus-banner .webcom-controls .slick-dots li button {
  width: 0.625em;
  height: 0.625em;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: background-color 250ms ease-in-out,
 opacity 250ms ease-in-out;
  transition: background-color 250ms ease-in-out,
 opacity 250ms ease-in-out;
}

.phosphorus-banner .webcom-controls .slick-dots li button::after {
  content: none;
  display: none;
}

.phosphorus-banner .webcom-controls .slick-dots li.slick-active button {
  background-color: #000000;
}

.phosphorus-banner .webcom-controls .slick-dots li button:hover,
.phosphorus-banner .webcom-controls .slick-dots li button:focus {
  opacity: 0.5;
}

.phosphorus-banner .caption-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 4em;
}

.phosphorus-banner .caption-content.left {
  text-align: left;
}

.phosphorus-banner .caption-content.center {
  text-align: center;
}

.phosphorus-banner .caption-content.right {
  text-align: right;
}

.phosphorus-banner .arrows .controls-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.phosphorus-banner .arrows .buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5em;
}

.phosphorus-banner .dots .controls-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 0;
}

.phosphorus-banner .dots .slick-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.boron-primary {
  background-color: #FFFFFF;
}

.boron-primary .webcom-content {
  padding: 8em 0;
  font-size: 1rem;
}

@media (max-width: 780px) {
  .boron-primary .webcom-content {
    padding: 3em 0;
  }
}

.boron-feature.viewport .webcom-content {
  min-height: 100vh;
}

body.admin-bar .boron-feature.viewport .webcom-content {
  min-height: calc( 100vh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .boron-feature.viewport .webcom-content {
    min-height: calc( 100vh - 46px);
  }
}

@media (max-width: 600px) {
  body.admin-bar .boron-feature.viewport .webcom-content {
    min-height: 100vh;
  }
}

.boron-feature .webcom-container {
  padding: 0;
}

.boron-feature .webcom-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}

@media (max-width: 780px) {
  .boron-feature .webcom-content {
    display: block;
  }
}

.boron-feature.caption-left .caption-container {
  -webkit-box-ordinal-group: 0;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding-left: calc( ( 100% - 1360px ) / 2 - 1em);
}

@media (max-width: 1360px) {
  .boron-feature.caption-left .caption-container {
    padding-left: 0;
  }
}

.boron-feature.caption-left .caption-container:only-child {
  margin-right: 50%;
}

@media (max-width: 780px) {
  .boron-feature.caption-left .caption-container:only-child {
    margin-right: 0;
  }
}

.boron-feature.caption-right .caption-container {
  padding-right: calc( ( 100% - 1360px ) / 2 - 1em);
}

@media (max-width: 1360px) {
  .boron-feature.caption-right .caption-container {
    padding-right: 0;
  }
}

.boron-feature.caption-right .caption-container:only-child {
  margin-left: 50%;
}

@media (max-width: 780px) {
  .boron-feature.caption-right .caption-container:only-child {
    margin-left: 0;
  }
}

.boron-feature .image {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 780px) {
  .boron-feature .image {
    max-width: 100%;
    background-image: none !important;
  }
}

.boron-feature .image.fill {
  background-size: cover;
}

.boron-feature .image img {
  display: none;
}

@media (max-width: 780px) {
  .boron-feature .image img {
    display: block;
  }
}

.boron-feature .caption-container {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.boron-feature .caption-container:only-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.boron-feature .caption-container .caption {
  padding-right: 3em;
  padding-left: 3em;
}

@media (max-width: 780px) {
  .boron-feature .caption-container .caption {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.boron-feature.background-accent .caption-container {
  min-width: 150px;
  background-image: url("images/background-accent.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

.boron-feature .webcom-content {
  font-size: 1.25rem;
}

.boron-feature .image {
  position: relative;
}

.boron-feature .image:only-child {
  min-height: 500px;
}

.boron-feature .image,
.boron-feature .caption-container {
  min-width: 150px;
}

.boron-feature .caption {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8em;
  padding-bottom: 8em;
}

@media (max-width: 780px) {
  .boron-feature .caption {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.boron-feature .caption .title {
  color: #143299;
  font-size: 2.375em;
}

.boron-feature .caption .subtitle {
  -webkit-box-ordinal-group: 0;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: rgba(20, 50, 153, 0.6);
  font-size: 0.65em;
  text-transform: lowercase;
}

.boron-feature .caption .subtitle:nth-child(2) {
  margin-bottom: 2em;
}

.boron-feature .caption .summary {
  letter-spacing: 0.06em;
}

.boron-feature .caption .summary:not(:first-child) {
  margin-top: 1em;
}

.boron-feature .caption .summary .button {
  padding-right: 4em;
  padding-left: 4em;
  font-size: 0.8em;
}

.boron-feature .caption .summary .push {
  margin-top: 12em;
}

@media (max-width: 780px) {
  .boron-feature .caption .summary .push {
    margin-top: 4em;
  }
}

.boron-feature.inherit-title-color .caption .title,
.boron-feature.inherit-title-color .caption .subtitle {
  color: inherit;
}

.boron-feature.align-right .caption .title,
.boron-feature.align-right .caption .subtitle {
  text-align: right;
}

.boron-footer {
  background-color: #3F3E3D;
}

.boron-footer .webcom-container.copyright .webcom-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 780px) {
  .boron-footer .webcom-container.copyright .webcom-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boron-footer .webcom-container.copyright .webcom-navigation {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
}

.boron-footer .webcom-container.copyright .webcom-navigation:not(:last-child) {
  margin-right: 1em;
}

@media (max-width: 780px) {
  .boron-footer .webcom-container.copyright .webcom-navigation:not(:last-child) {
    margin-right: 0;
  }
}

.boron-footer .webcom-container.copyright .webcom-navigation .menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.boron-footer .webcom-container.copyright .webcom-navigation li {
  padding: 0 1em;
  border-right: 1px solid;
}

@media (max-width: 780px) {
  .boron-footer .webcom-container.copyright .webcom-navigation li {
    border-right: none;
  }
}

.boron-footer .webcom-container.copyright p {
  max-width: 100%;
  margin: 0;
}

@media (max-width: 780px) {
  .boron-footer .webcom-container.copyright p:not(:first-child) {
    margin-top: 1em;
  }
}

.boron-footer .webcom-container.copyright p span {
  display: inline-block;
}

.boron-footer .webcom-container.copyright p + p {
  margin-top: 0;
  margin-left: 0.25em;
}

@media (max-width: 780px) {
  .boron-footer .webcom-container.copyright p + p {
    margin-left: 0;
  }
}

.boron-footer .webcom-container.copyright .webcom-logo {
  color: inherit;
  text-decoration: inherit;
}

.boron-footer .webcom-container.copyright .webcom-logo:hover, .boron-footer .webcom-container.copyright .webcom-logo:focus {
  outline: none;
}

.boron-footer .social-media {
  line-height: 1;
}

.boron-footer .social-media a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.boron-footer .social-media a:hover, .boron-footer .social-media a:focus {
  outline: none;
}

.boron-footer .company:not(:first-child),
.boron-footer .navigation-footer-primary:not(:first-child),
.boron-footer .meta:not(:first-child) {
  margin-top: 2em;
}

.boron-footer .logo {
  display: inline-block;
  max-width: 100%;
}

.boron-footer .logo img {
  display: block;
  max-height: 200px;
}

.boron-footer .tagline {
  margin-top: 0.25em;
}

.boron-footer .navigation-footer-primary .menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media (max-width: 780px) {
  .boron-footer .navigation-footer-primary .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.boron-footer .navigation-footer-primary li {
  padding: 0.25em;
}

.boron-footer .navigation-footer-primary li a {
  display: inline-block;
}

.boron-footer .meta p {
  display: inline-block;
  margin: 0.25em 0;
}

.boron-footer .meta p.phone {
  cursor: text;
}

.boron-footer .buttons:not(:first-child),
.boron-footer .additional-information:not(:first-child) {
  margin-top: 2em;
}

.boron-footer .additional-information {
  width: 100%;
}

.boron-footer .webcom-container.copyright .webcom-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 0;
  color: rgba(255, 255, 255, 0.5);
}

.boron-footer .webcom-container.copyright .webcom-navigation li a {
  color: inherit;
}

.boron-footer .webcom-container.copyright .webcom-navigation li a:hover, .boron-footer .webcom-container.copyright .webcom-navigation li a:focus {
  color: #E6E6E6;
}

.boron-footer .webcom-container.copyright .webcom-logo:hover, .boron-footer .webcom-container.copyright .webcom-logo:focus {
  color: rgba(230, 230, 230, 0.1);
}

.boron-footer .webcom-content {
  padding: 6em 0 3em;
  font-size: 0.8125em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.boron-footer .social-media a {
  font-size: 1.75em;
}

.boron-footer .social-media a:hover, .boron-footer .social-media a:focus {
  color: #E6E6E6;
}

.boron-footer .company:not(:first-child) {
  margin-top: 1.25em;
}

.boron-footer .navigation-footer-primary li {
  padding-right: 1em;
  padding-left: 1em;
}

.boron-footer .navigation-footer-primary li a {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}

.boron-footer .navigation-footer-primary li:hover > a,
.boron-footer .navigation-footer-primary li a:focus {
  color: #E6E6E6;
}

.boron-footer .meta {
  color: #E6E6E6;
  font-weight: 600;
  line-height: 1;
}

.boron-footer .meta p {
  padding: 0 1em;
  border-right: 1px solid #E6E6E6;
}

.boron-footer .meta p:last-child, .boron-footer .meta p.last-row-item {
  border-right: none;
}

.boron-footer .meta a {
  color: inherit;
  text-decoration: inherit;
}

.boron-footer .meta a:hover, .boron-footer .meta a:focus {
  color: #FFFFFF;
}

.hydrogen-action-blocks-full .webcom-widgets {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 100% + 5.25em);
  margin-left: -2.625em;
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .webcom-widgets {
    width: calc( 100% + 5.25em / 2);
    margin-left: -1.3125em;
  }
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .webcom-widgets {
    width: 100%;
    margin-left: 0;
  }
}

.hydrogen-action-blocks-full.staircase .webcom-widgets {
  padding: 45px 0;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > * {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  position: relative;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(1) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(4n + 1) {
  top: -45px;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(4n + 2) {
  top: -15px;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(3) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(4n + 3) {
  top: 15px;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(4) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(4n + 4) {
  top: 45px;
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full.staircase .webcom-widgets {
    padding: 0;
  }
  .hydrogen-action-blocks-full.staircase .webcom-widgets > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 15px;
  }
  .hydrogen-action-blocks-full.staircase .webcom-widgets > *:nth-child(n) {
    top: 0;
  }
}

.hydrogen-action-blocks-full .widget-container {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .widget-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.hydrogen-action-blocks-full .widget-container:nth-child(1) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.hydrogen-action-blocks-full .widget-container:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.hydrogen-action-blocks-full .widget-container:nth-child(3) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(3) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.hydrogen-action-blocks-full .widget-container:nth-child(4) {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(4) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(1) {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(1) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .widget-container:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.hydrogen-action-blocks-full .widget-container > div {
  height: 100%;
  padding: 2.625em;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hydrogen-action-blocks-full .widget-container > div {
    padding-right: 1.3125em;
    padding-left: 1.3125em;
  }
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .widget-container > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.hydrogen-action-blocks-full .widget {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.hydrogen-action-blocks-full .widget-graphic {
  width: 100%;
  max-width: 140px;
  max-height: 140px;
  overflow: hidden;
}

.hydrogen-action-blocks-full .widget-graphic:only-child {
  margin: auto;
}

.hydrogen-action-blocks-full .widget-graphic .graphic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.hydrogen-action-blocks-full .widget-graphic a {
  display: block;
  width: 100%;
  height: 100%;
}

.hydrogen-action-blocks-full .widget-graphic img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}

.hydrogen-action-blocks-full .widget-graphic .symbol {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hydrogen-action-blocks-full .widget-graphic .symbol p {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 70px;
  line-height: 0;
}

.hydrogen-action-blocks-full .widget-graphic .symbol span {
  position: relative;
}

.hydrogen-action-blocks-full .widget-graphic .image.fill img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.hydrogen-action-blocks-full .widget-graphic .icon {
  font-family: 'FontAwesome';
}

.hydrogen-action-blocks-full .widget-graphic .character {
  font-family: "Open Sans", sans-serif, "FontAwesome";
}

.hydrogen-action-blocks-full .widget-content {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.hydrogen-action-blocks-full .widget-title,
.hydrogen-action-blocks-full .widget-subtitle,
.hydrogen-action-blocks-full .widget-summary,
.hydrogen-action-blocks-full .widget-button {
  max-width: 100%;
}

.hydrogen-action-blocks-full .widget-title a,
.hydrogen-action-blocks-full .widget-subtitle a,
.hydrogen-action-blocks-full .widget-button a {
  display: inline-block;
  color: inherit;
  text-decoration: inherit;
}

.hydrogen-action-blocks-full .widget-summary:not(:first-child) {
  margin-top: 1em;
}

.hydrogen-action-blocks-full .widget-button {
  width: 100%;
}

.hydrogen-action-blocks-full .widget-button span {
  display: inline-block;
}

.hydrogen-action-blocks-full .webcom-container.title .webcom-content {
  background-color: #FFFFFF;
  background-image: none;
}

.hydrogen-action-blocks-full .webcom-container.title h2, .hydrogen-action-blocks-full .webcom-container.title .widget-title h3, .hydrogen-action-blocks-full .widget-title .webcom-container.title h3, .hydrogen-action-blocks-full .webcom-container.title .widget-title .widget-subtitle h4, .hydrogen-action-blocks-full .widget-title .widget-subtitle .webcom-container.title h4, .hydrogen-action-blocks-full .webcom-container.title .widget-subtitle .widget-title h4, .hydrogen-action-blocks-full .widget-subtitle .widget-title .webcom-container.title h4 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 1.5em;
  text-align: center;
}

.hydrogen-action-blocks-full .webcom-container.title h2::before, .hydrogen-action-blocks-full .webcom-container.title .widget-title h3::before, .hydrogen-action-blocks-full .widget-title .webcom-container.title h3::before, .hydrogen-action-blocks-full .webcom-container.title .widget-title .widget-subtitle h4::before, .hydrogen-action-blocks-full .widget-title .widget-subtitle .webcom-container.title h4::before, .hydrogen-action-blocks-full .webcom-container.title .widget-subtitle .widget-title h4::before, .hydrogen-action-blocks-full .widget-subtitle .widget-title .webcom-container.title h4::before, .hydrogen-action-blocks-full .webcom-container.title h2::after, .hydrogen-action-blocks-full .webcom-container.title .widget-title h3::after, .hydrogen-action-blocks-full .widget-title .webcom-container.title h3::after, .hydrogen-action-blocks-full .webcom-container.title .widget-title .widget-subtitle h4::after, .hydrogen-action-blocks-full .widget-title .widget-subtitle .webcom-container.title h4::after, .hydrogen-action-blocks-full .webcom-container.title .widget-subtitle .widget-title h4::after, .hydrogen-action-blocks-full .widget-subtitle .widget-title .webcom-container.title h4::after {
  -webkit-box-flex: 3;
  -moz-flex: 3 0 2em;
  -ms-flex: 3 0 2em;
  flex: 3 0 2em;
  content: ' ';
  height: 2px;
  background-color: #e6e6e6;
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .webcom-container.title h2::before, .hydrogen-action-blocks-full .webcom-container.title .widget-title h3::before, .hydrogen-action-blocks-full .widget-title .webcom-container.title h3::before, .hydrogen-action-blocks-full .webcom-container.title .widget-title .widget-subtitle h4::before, .hydrogen-action-blocks-full .widget-title .widget-subtitle .webcom-container.title h4::before, .hydrogen-action-blocks-full .webcom-container.title .widget-subtitle .widget-title h4::before, .hydrogen-action-blocks-full .widget-subtitle .widget-title .webcom-container.title h4::before, .hydrogen-action-blocks-full .webcom-container.title h2::after, .hydrogen-action-blocks-full .webcom-container.title .widget-title h3::after, .hydrogen-action-blocks-full .widget-title .webcom-container.title h3::after, .hydrogen-action-blocks-full .webcom-container.title .widget-title .widget-subtitle h4::after, .hydrogen-action-blocks-full .widget-title .widget-subtitle .webcom-container.title h4::after, .hydrogen-action-blocks-full .webcom-container.title .widget-subtitle .widget-title h4::after, .hydrogen-action-blocks-full .widget-subtitle .widget-title .webcom-container.title h4::after {
    -ms-flex-preferred-size: 1em;
    flex-basis: 1em;
  }
}

.hydrogen-action-blocks-full .webcom-container.title h2 span, .hydrogen-action-blocks-full .webcom-container.title .widget-title h3 span, .hydrogen-action-blocks-full .widget-title .webcom-container.title h3 span, .hydrogen-action-blocks-full .webcom-container.title .widget-title .widget-subtitle h4 span, .hydrogen-action-blocks-full .widget-title .widget-subtitle .webcom-container.title h4 span, .hydrogen-action-blocks-full .webcom-container.title .widget-subtitle .widget-title h4 span, .hydrogen-action-blocks-full .widget-subtitle .widget-title .webcom-container.title h4 span {
  padding: 0.5em 2em;
  color: #3F3E3D;
  background-color: #e6e6e6;
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .webcom-container.title h2 span, .hydrogen-action-blocks-full .webcom-container.title .widget-title h3 span, .hydrogen-action-blocks-full .widget-title .webcom-container.title h3 span, .hydrogen-action-blocks-full .webcom-container.title .widget-title .widget-subtitle h4 span, .hydrogen-action-blocks-full .widget-title .widget-subtitle .webcom-container.title h4 span, .hydrogen-action-blocks-full .webcom-container.title .widget-subtitle .widget-title h4 span, .hydrogen-action-blocks-full .widget-subtitle .widget-title .webcom-container.title h4 span {
    padding: 0.25em 0.5em;
  }
}

.hydrogen-action-blocks-full .webcom-content {
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(15em, #FFFFFF));
  background-image: linear-gradient(to top, #f2f2f2, #FFFFFF 15em);
  padding: 0 4em;
}

@media (max-width: 780px) {
  .hydrogen-action-blocks-full .webcom-content {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.hydrogen-action-blocks-full > :nth-child(2) .webcom-content {
  padding-top: 4em;
}

.hydrogen-action-blocks-full .widget {
  text-align: center;
}

.hydrogen-action-blocks-full .widget-graphic {
  position: relative;
  top: 0;
  border: 2px solid #E6E6E6;
  border-radius: 50%;
  margin: 1em;
}

.hydrogen-action-blocks-full .widget-graphic::before {
  background-color: #E6E6E6;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#E6E6E6), to(#FFFFFF));
  background-image: linear-gradient(to bottom right, #E6E6E6, #FFFFFF);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.hydrogen-action-blocks-full .widget-graphic > div {
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}

.hydrogen-action-blocks-full .widget-graphic .symbol {
  color: #143299;
}

.hydrogen-action-blocks-full a:hover .widget-graphic > div,
.hydrogen-action-blocks-full a:focus .widget-graphic > div,
.hydrogen-action-blocks-full .widget-graphic a:hover > div,
.hydrogen-action-blocks-full .widget-graphic a:focus > div {
  background-color: transparent;
}

.hydrogen-action-blocks-full .widget-content {
  padding: 1em;
  -webkit-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
}

.hydrogen-action-blocks-full .widget-content:not(:last-child) {
  padding-bottom: 2.5em;
}

.hydrogen-action-blocks-full a:hover .widget-content,
.hydrogen-action-blocks-full a:focus .widget-content {
  border-color: #3F3E3D;
}

.hydrogen-action-blocks-full .widget-title h3, .hydrogen-action-blocks-full .widget-title .widget-subtitle h4, .hydrogen-action-blocks-full .widget-subtitle .widget-title h4 {
  font-size: 1.25rem !important;
  text-align: center !important;
}

.hydrogen-action-blocks-full .widget-button {
  margin-top: auto;
  padding: 0 1em;
}

.hydrogen-action-blocks-full .widget-button a,
.hydrogen-action-blocks-full .widget-button span {
  width: 100%;
}

.hydrogen-action-blocks-full .widget-button span {
  padding: 0.5em;
  text-transform: uppercase;
  background-color: #FFFFFF;
  border: 2px solid #d9d9d9;
  -webkit-transition: color 250ms ease-in-out,
 background-color 250ms ease-in-out,
 border-color 250ms ease-in-out;
  transition: color 250ms ease-in-out,
 background-color 250ms ease-in-out,
 border-color 250ms ease-in-out;
  border-radius: 25px;
}

.hydrogen-action-blocks-full a:hover .widget-button span,
.hydrogen-action-blocks-full a:focus .widget-button span,
.hydrogen-action-blocks-full .widget-button a:hover span,
.hydrogen-action-blocks-full .widget-button a:focus span {
  color: #FFFFFF;
  background-color: #143299;
  border-color: #3F3E3D;
}

.home-action a.button, #widget-blocks-3 a.button {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #3F3E3D;
  border-radius: 3em;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 4px solid white;
  line-height: 4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-action a.button:after , #widget-blocks-3 a.button:after {
  content: '\f067';
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  width: calc( 2.95rem + 8px);
  height: calc( 2.95rem + 8px);
  margin-left: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.95rem;
  text-align: center;
  background-color: #B80202;
  border-radius: 3em;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 4px solid white;
  position: relative;
  left: 4px;
}
/*# sourceMappingURL=style.css.map */