/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */












































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 {
  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 {
  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 */
  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 {
  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"] {
  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;
}
@charset 'UTF-8';
/* Slider */


/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '→';
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

main.body-container-wrapper {
  min-height: 500px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

.banner-area .dnd-section[class*="force-full-width-section"] > div {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width:767px){
  .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.body-container-wrapper {
    min-height: 200px;
  }
}


/* ========== Careers Page ============= */

.career-page-section .dnd-section {
  padding: 0;
}
.custom-career-row1 {
  padding: 67px 0 70px;
}
.custom-career-row2 h1 {
  font: normal normal normal 17px/1.4em lulo-clean-w01-one-bold,sans-serif;
  margin-bottom: 24px;
}
.custom-career-row2 p {
  line-height: 20px;
}
.custom-career-row2 .dnd-section>.row-fluid {
  max-width: 960px;
  padding-bottom: 66px;
  padding-left: 28px;
}


.custom-career-row3 .hs_cos_wrapper_type_header h1 {
  text-align: center;
  max-width: 831px;
  margin: 0 auto 100px;
  font-size: 35px;
}

.custom-career-row3 {
  padding: 70px 0 70px;
}
.custom-career-row3 .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  margin-bottom: 15px;
  font: normal normal normal 17px/1.4em lulo-clean-w01-one-bold,sans-serif;
  text-align: center;
}
.custom-career-row3 .hs_cos_wrapper_type_rich_text p {
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  padding-left: 15px;
}
.custom-career-row3 .dnd-section>.row-fluid {
  max-width: 960px;
}
.custom-career-row4 .dnd-section>.row-fluid {
  max-width: 940px;
}
.custom-career-row4 h3 {
  font-size: 28px;
  padding-left: 10px;
  margin-right: -10px;
  margin-bottom: 26px;
}
.custom-career-row4 h3 + p {
  padding-bottom: 50px;
  padding-left: 55px;
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 1.3em;
}

.custom-career-row5 img {
  width: 234px !important;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.custom-career-row5 {
  padding: 50px 0 70px;
}
/* ========= Education ======= */

.hs-education-banner .banner {
  min-height: auto;
  padding: 91px 0 81px;
  background-position: center;
  background-size: cover;
}
.hs-education-banner .banner .banner-content h1 {
  color: #fff;
  font-size: 35px;
}
.hs-education-wrapper .dnd-section {
  padding: 0;
}
.custom-education-row1,
.custom-education-row2 {
  background-color: #eaeae8;
}
.custom-education-row1 .dnd-section>.row-fluid {
  background-color: #fff;
  max-width: 980px;
}
.custom-education-row2 .row-fluid .span6 {
  width: 50%;
  margin-left: 0;
}
.custom-education-row3 .custom-animated-content-wrap .custom-title-col {
  padding-bottom: 25px;
}
.custom-education-row3 .page-content-with-icon-card-in {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  max-width: 100%;
  padding: 31px 17px 44px;
  text-align: left;
}
.custom-education-row3 .custom-animated-content-wrap {
  padding: 75px 0 4px;
}
.custom-education-row3 {
  background-color: #fafafa;
}
.custom-education-row3 .custom-animated-content-wrap h2 {
  letter-spacing: -0.1em;
}
.custom-education-row3 .page-content-with-icon-section-title {
  margin: 0;
}
.custom-education-row3 .page-content-with-icon-in {
  margin: 0 -8px;
}
.custom-education-row3 .page-content-with-icon-card {
  padding: 0 8px;
}
.custom-education-row3 .page-content-with-icon-card-in .icon img {
  width: 87px;
  display: block;
  height: 59px;
  margin: 0 auto 42px;
}
.custom-education-row3 .page-content-with-icon-card-in .content .content-in {
  max-width: 100%;
  font-weight: normal;
  color: rgb(84, 84, 84);
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-size: 16px;
}
.custom-education-row3 .page-content-with-icon {
  padding-bottom: 94px;
}
.custom-education-row4 {
  padding: 70px 0 138px;
}
@media (min-width:768px){
  .career-page-section .dnd-section.careers-image-content-0 .span6:first-child {
    width: 47%;
  }

  .career-page-section .dnd-section.careers-image-content-0 .span6:last-child {
    width: 50.1%;
  }

  .career-page-section .dnd-section.careers-image-content-1 .span6:first-child {
    width: 43.5%;
  }

  .career-page-section .dnd-section.careers-image-content-1 .span6:last-child {
    width: 54%;
    padding-left: 28px;
  }

  .career-page-section .dnd-section.careers-image-content-2 .span6:first-child {
    width: 45%;
  }

  .career-page-section .dnd-section.careers-image-content-2 .span6:last-child {
    padding-left: 20px;
    width: 49.5%;
  }

  .career-page-section .dnd-section.careers-image-content-1 {
    padding-bottom: 6px;
  }

  .career-page-section .dnd-section.careers-image-content-2 {
    margin-bottom: -16px;
  }
}

@media (max-width: 767px) {
  .custom-career-row1 {
    padding: 10px 0 11px;
  }
  .custom-career-row1 h2 {
    text-align: left !important;
    font-size: 22px;
    margin: 0;
  }
  .custom-career-row2 .dnd-section>.row-fluid {
    padding-bottom: 6px;
    padding-left: 20px;
  }
  .custom-career-row2 h1 {
    margin-bottom: 11px;
    font-size: 16px;
  }
  .custom-career-row2 p {
    line-height: 19px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  .custom-career-row3 {
    padding: 0px;
  }
  .custom-career-row3 .hs_cos_wrapper_type_header h1 {
    margin: 0 auto 10px;
    font-size: 22px;
  }
  .custom-career-row3 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .custom-career-row3 .hs_cos_wrapper_type_rich_text p {
    padding-left: 0;
    margin-bottom: 12px;
  }
  .custom-career-row4 h3 {
    font-size: 20px;
    padding-left: 0;
    margin-right: 0;
  }
  .custom-career-row4 .hs_cos_wrapper_type_rich_text H3 + p {
    font-size: 16px;
    margin-top: -5px;
    line-height: 19px;
    margin-bottom: 11px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .custom-career-row5 {
    padding: 0px 0 70px;
  }
  .custom-career-row5 h2 {
    font-size: 22px;
  }
  .custom-career-row5 h2 + span {
    font-size: 16px;
  }
  .custom-career-row5 img {
    width: 160px !important;
    margin-top: 33px;
    margin-left: 0;
    display: block;
    float: left;
  }
  .hs-education-banner .banner {
    padding: 20px 0 5px;
  }
  .hs-education-banner .banner .banner-content h1 {
    font-size: 21px;
  }
  .custom-education-row1 {
    padding-top: 10px;
  }
  .custom-education-row2 {
    padding-top: 10px;
  }
  .custom-education-row2 .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }
  .custom-education-row3 .custom-animated-content-wrap {
    padding: 25px 0 4px;
  }
  .custom-education-row3 .custom-animated-content-wrap h2 {
    font-size: 22px !important;
  }
  .custom-education-row3 .custom-animated-content-wrap .custom-title-col {
    padding-bottom: 0;
  }
  .custom-education-row3 .custom-animated-content-wrap .custom-animated-content-col {
    font-size: 15px;
  }
  .custom-education-row3 .page-content-with-icon-card-in .icon {
    max-width: 100%;
    margin: 0;
    margin-bottom: 17px;
    text-align: left;
  }
  .custom-education-row3 .page-content-with-icon-card-in .icon img {
    width: 60px;
    display: block;
    height: 42px;
    margin: 0;
  }
  .custom-education-row3 .page-content-with-icon-card-in {
    padding: 20px 15px 20px;
  }
  .custom-education-row3 .page-content-with-icon-card {
    padding: 0px;
    margin: 0 0px 20px;
  }
  .custom-education-row3 .page-content-with-icon-in {
    margin: 0 -20px;
  }
  .custom-education-row3 .page-content-with-icon {
    padding-bottom: 14px;
  }
  .custom-education-row4 {
    padding: 10px 0px;
    background-color: rgba(234,234,232,1);
  }
  .custom-education-row1 .custom-animated-content-wrap .custom-title-col h2 span {
    color: rgba(213,83,66,1.0) !important;
  }
}
@font-face {
  font-family: "Lulo-Clean-W01-One-Bold";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2") format("woff2"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/be340f0b-a2d4-41df-acb1-4dc124330a88.svg#be340f0b-a2d4-41df-acb1-4dc124330a88") format("svg");
}
@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
@font-face {
  font-family: "Avenir-LT-W01_85-Heavy1475544";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}

@font-face {
  font-family: "Bree-W01-Thin-Oblique";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/4e33bf74-813a-4818-8313-6ea9039db056.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/ceb3b4a3-0083-44ae-95cb-e362f95cc91b.woff2") format("woff2"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/4d716cea-5ba0-437a-b5a8-89ad159ea2be.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/c458fc09-c8dd-4423-9767-e3e27082f155.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/85ffb31e-78ee-4e21-83d8-4313269135a9.svg#85ffb31e-78ee-4e21-83d8-4313269135a9") format("svg");
}
@font-face {
  font-family: "Didot-W01-Italic";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/abe3d3a9-c990-459f-9407-54ac96cd2f00.woff2") format("woff2"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/09a4b57b-7400-4d30-b4ba-d6e303c57868.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/a0cb08d5-975f-4c8d-bcdc-d771a014d92a.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/86d60a09-e8f8-4003-b688-0f8a2aba6532.svg#86d60a09-e8f8-4003-b688-0f8a2aba6532") format("svg");
}
@font-face {
  font-family: "Helvetica-W01-Light";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/717f8140-20c9-4892-9815-38b48f14ce2b.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/d5f9f72d-afb7-4c57-8348-b4bdac42edbb.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/05ad458f-263b-413f-b054-6001a987ff3e.svg#05ad458f-263b-413f-b054-6001a987ff3e") format("svg");
}
@font-face {
  font-family: "Futura-LT-W01-Light";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/26091050-06ef-4fd5-b199-21b27c0ed85e.woff2") format("woff2"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/cca525a8-ad89-43ae-aced-bcb49fb271dc.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/88cc7a39-1834-4468-936a-f3c25b5d81a1.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/14d6bf5d-15f1-4794-b18e-c03fb9a5187e.svg#14d6bf5d-15f1-4794-b18e-c03fb9a5187e") format("svg");
}
@font-face {
  font-family: "Helvetica-W01-Roman";
  src: url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot#iefix") format("eot"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/669f79ed-002c-4ff6-965c-9da453968504.ttf") format("truetype"), 
       url("https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/KokomoSolutions_August2020/Fonts/d17bc040-9e8b-4397-8356-8153f4a64edf.svg#d17bc040-9e8b-4397-8356-8153f4a64edf") format("svg");
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */



p {
  margin-top: 0;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  line-height: normal;
}

h2 {
  font-size: 1.6rem;
  line-height: normal;
}

h3 {
  font-size: 1.25rem;
  line-height: normal;
}

h4 {
  font-size: 1.175rem;
  line-height: normal;
}

h5 {
  font-size: 1rem;
  line-height: normal;
}

h6 {
  font-size: .9rem;
  line-height: normal;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left: 1.8em;
}


blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}


/* Horizontal Rules */


/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  transition: color 0.4s ease 0s,border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-decoration:none;
}

.hs-button:hover, .hs-button:focus {
  outline: 0;
  text-decoration:none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #f00;
  font-size: 14px;
  font-family: inherit;
}
.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
input[type="password"]{
  border-radius: 0;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 0 0 1px 0;
  background-color: transparent;
  box-sizing: border-box !important;
  color: #2F2F2E;
  border-style: solid;
  border-color: rgba(140, 140, 139, 1);
  padding: 3px;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  width:100%;
  padding-left: 12px;
}
.hs-input:hover,
.hs-search-field__input:hover,
input[type="password"]:hover{
  border-radius: 0;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width:1px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #000;
}

.hs-input::-webkit-input-placeholder {
  color: #000;
}


.hs-input:focus,
.hs-search-field__input:focus,
input[type="password"]:focus{
  outline: none;
  border-width: 1px;
  background-color: rgba(234, 234, 232, 1);
  border-style: solid;
  border-color: transparent;
}

textarea.hs-input {
  height: auto;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 0.75em;
  overflow-y: auto;
  min-height:122px;
}

select[multiple].hs-input {
  height: inherit;
}
input[type="password"] {
  margin-top: 0 !important;
  height: auto !important;
  margin-bottom: 18px;
  max-width: 767px;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-width: 1px;
  background-color: rgba(255, 64, 64, 0.1);
  border-style: solid;
  border-color: #ff4040;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-width: 1px;
  background-color: rgba(255, 64, 64, 0.1);
  border-style: solid;
  border-color: #ff4040;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 12px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-field-desc {
  margin-bottom: 12px;
}

.hs-form label {
  margin-bottom: 12px;
}



.systems-page .form-container {
  max-width: 767px;
}
.systems-page .form-container .hs-form-field > label {
  display: block;
  margin-bottom: 10px;
}

.systems-page .form-container .hs-form-field > label + a {
  display: inline-block;
  margin-bottom: 10px;
}

.systems-page .form-container .hs-form-field {
  margin-bottom: 10px;
}

.systems-page .form-container .hs-submit {
  margin-bottom: 20px;
}
.hs-input[type=checkbox], 
.hs-input[type=radio] {
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
}

.hs-input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

.hs-input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

.hs-input[type=checkbox]+label, 
.hs-input[type=radio]+label {
  display: inline-block !important;
  width: auto;
  vertical-align: middle;
}
a#hs_login_reset {
  display: inline-block;
  margin-bottom: 15px;
}
textarea.hs-input {
  -webkit-appearance: none;
  resize: none;
  overflow-y: auto;
}


@media (max-width:767px){
  .hs-input, .hs-search-field__input, input[type="password"] {
    font-size: 15px;
    padding-left: 12px;
  }

  .input > .hs-input {
    width: 100% !important;
  }
  .custom-contact-section .field {
    margin-bottom: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-wrapper ul a,
.hs-menu-wrapper ul a:hover,
a.cta_button:hover{
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.hs-contact-layout .team-page-section {
  background-color: rgb(234, 234, 232);
  min-height: auto;
}

.custom-contact-section > .row-fluid-wrapper {
  width: calc(100% - 160px);
  background-color: #fff;
  margin: 0 auto;
}

.custom-contact-section .dnd-section>.row-fluid {
  max-width: 1010px;
}

.custom-contact-section >.row-fluid-wrapper > .row-fluid {
  margin: 86px 0 60px;
}

.hs-contact-layout .team-page-section .ani-headeding-wrap{
  padding-top: 99px;
  margin: 0;
  padding-bottom: 52px;
}

.hs-contact-layout .team-page-section .ani-headeding-wrap h2{
  margin:0;
  color: #D55342;
}

.hs-contact-layout .team-page-section .ani-headeding-wrap:after{
  display:none;
}

.custom-contact-section .row-fluid .span6 {
  width: 50%;
  margin: 0;
  padding: 0 18px;
}

.custom-contact-section .hs-form .hs-form-required {
  display: none;
}

.custom-contact-section .hs-form {
  padding: 8px 10px;
  padding-bottom: 27px;
}

.custom-contact-section .hs-form label {
  margin: 0;
}

.custom-contact-section .hs-form .hs-input {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  padding-bottom: 5px;
}

.custom-contact-section .field {
  margin-bottom: 14px;
}

.custom-contact-section .hs-submit {
  width: 100%;
  text-align: center;
  margin-top: -8px;
}
.custom-contact-section .widget-type-header h1 {
  font-size: 27px;
}

.custom-contact-section .widget-type-header {
  padding-top: 33px;
  padding-bottom: 43px;
}

.footer-middle h4{
  font-weight: 700;
}

@media (max-width:767px){
  .custom-contact-section>.row-fluid-wrapper>.row-fluid {
    margin: 0;
  }

  .custom-contact-section>.row-fluid-wrapper {
    width: 100%;
  }

  .hs-contact-layout .team-page-section .ani-headeding-wrap {
    padding-top: 52px;
    padding-bottom: 8px;
  }

  .hs-contact-layout .team-page-section .ani-headeding-wrap h2 {
    font-size: 24px;
  }
  .custom-contact-section .row-fluid .span6 {
    width: 100%;
    text-align: center;
  }
  .custom-contact-section .row-fluid .span6 {
    padding: 0;
  }

  .custom-contact-section .hs-form {
    padding-left: 0;
    padding-right: 0;
  }


  .custom-contact-detail-row {
    padding-bottom: 30px;
  }
  .custom-contact-section .hs-submit {
    margin-top: -1px;
  }
  textarea.hs-input {
    margin-top: -2px;
  }

  .custom-contact-section .widget-type-header h1 {
    font-size: 20px;
  }

  .custom-contact-section .widget-type-header {
    padding-bottom: 0;
  }
}

@media(max-width:400px){
  .input {
    margin: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



.website-page-section .dnd-section {
  padding-top: 88px;
}
.website-page-section .dnd-section > div > div.span12 .widget-type-rich_text p {
  line-height: normal;
}


@media (max-width:767px){
  .website-page-section .dnd-section {
    padding-top: 10px;
  }
}

.team-page-section {
  background-color: #fafafa;
}
.team-page-section .dnd-section {
  padding: 0;
}

.team-page-section .ani-headeding-wrap h2 {
  color: #2A2A2A;
  margin-bottom: 64px;
}

.team-page-section .ani-headeding-wrap {
  padding-top: 86px;
  margin: 0;
  padding-bottom: 88px;
}

.team-page-section .ani-headeding-wrap:after {
  content: "";
  display: block;
  width: 32px;
  border-top: 3px solid rgba(15, 15, 15, 1);
  margin: 0 auto;
}
.team-member-card.rct_img .image-wrap-team .image:after, 
.team-member-card.rct_img .image-wrap-team .image:before,
.team-member-card.rct_img .image-wrap-team:after,
.team-member-card.rct_img .image-wrap-team:before {
  background-image: url(https://7933832.fs1.hubspotusercontent-na1.net/hubfs/7933832/raw_assets/public/KokomoSolutions_August2020/images/liftedshadow_medium.png);
}

@media (max-width:767px){
 
  .team-page-row-3 {
    background: #fff;
    padding-top: 25px;
  }
}


/* Product Page */
.product-page-section .dnd-section {
  padding: 0;
}

.product-page-row-1 h2 {
  margin: 0;
  line-height: normal;
}
.product-page-row-1 {
  padding-top: 102px;
  padding-bottom: 94px;
}
.product-page-row-1 a.hs-btn {
  width: 100%;
  max-width: 589px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.product-page-row-1 h3 a:hover,
.product-page-row-1 h3 a:focus{
  color:inherit;
}
.product-page-row-1 h2:last-child {
  margin-bottom: 74px;
}
.product-page-row-2 .dnd-section {
  padding-top: 57px;
  padding-bottom: 157px;
}
.product-page-row-2 h5 {
  color: #20303c;
  font: normal normal normal 17px/1.4em lulo-clean-w01-one-bold,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.product-page-row-2 .dnd-section > .row-fluid {
  max-width: 1150px;
}
.hs-btn,
.hs-btn:hover,
.hs-btn:focus{
  text-decoration:none;
}

.product-page-row-1 .widget-type-text {
  font: normal normal normal 17px/1.4em lulo-clean-w01-one-bold,sans-serif;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  padding: 43px 0 32px;
}

.product-page-row-1 .widget-type-header h1 {
  margin: 0;
  font-size: 32px;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}

.product-page-row-1 .widget-type-header {
  padding-top: 106px;
}
.product-page-row-1 a {
  text-decoration: none;
  color: inherit;
}

.product-page-row-1 h3 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 35px;
  margin-bottom: 46px;
}
.introducing .product-page-row-2 .widget-type-rich_text img {
  width: 100%;
  object-fit: cover;
  max-height: 1059px;
  display: block;
}

.introducing .product-page-row-2 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.introducing .product-page-row-3 .row-fluid [class*="span"] {
  min-height: 0;
}
.product-page-section .dnd-section[class*="force-full-width-section"] > div,
.hs-contact-layout .dnd-section[class*="force-full-width-section"] > div{
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
.introducing .product-page-row-2 .dnd-section {
  padding: 0;
}
@media (max-width:767px){
  .product-page-row-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-page-row-1 h2 {
    font-size: 22px;
  }

  .product-page-row-1 h2:last-child {
    margin-bottom: 20px;
  }

  .product-page-row-2 .dnd-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-page-row-2 h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .product-page-row-1 h3 {
    font-size: 22px;
  }

  .product-page-row-1 h3 span {
    display: inline-block;
  }

  .product-page-row-1 .widget-type-header h1 {
    font-size: 21px;
  }

  .product-page-row-1 .widget-type-header {
    padding-top: 40px;
  }

  .product-page-row-1 .widget-type-text {
    padding: 15px 0;
  }
}

@media (min-width:768px){
  .emergencyoperationcenter .product-page-row-1 {
    padding-top: 83px;
    padding-bottom: 103px;
  }
  .emergencyoperationcenter .product-page-row-2 h2:last-child {
    margin-bottom: 72px;
  }
  .emergencyoperationcenter .product-page-row-1 {
    padding-top: 83px;
    padding-bottom: 103px;
  }

  .emergencyoperationcenter .product-page-section h2:last-child {
    margin-bottom: 72px;
  }

  .emergencyoperationcenter .product-page-row-2 .dnd-section {
    padding-top: 40px;
    padding-bottom: 88px;
  }

  .emergencyoperationcenter .product-page-row-2 h5 {
    margin-bottom: 18px;
  }
  .incidentmanagementsystem .product-page-row-2 h5 {
    max-width: 932px;
    margin-bottom: 77px;
  }

  .incidentmanagementsystem .product-page-row-2 .dnd-section {
    padding-top: 34px;
    padding-bottom: 0;
  }
  .incidentmanagementsystem .product-page-row-2 .dnd-section p:last-child {
    margin: 0;
    margin-bottom: -4px;
  }

  .introducing .product-page-row-1 {
    padding-top: 42px;
    padding-bottom: 99px;
  }

  .introducing .product-page-row-1 a.hs-btn {
    max-width: 788px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.wibsiter-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wibsiter-header-col.col-left {
  width: 184px;
  margin-left: 27px;
}
.wibsiter-header-col.col-left .content {
  top: -2px;
  position: relative;
}
.header-logo svg {
  width: 184px;
  height: 35px;
}
.wibsiter-header {
  z-index: 500;
}
.fixed-image-social-link {
  position: absolute;
  right: 1px;
  top: 105px;
}

.fixed-image-social-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f4ce50;
  width: 67px;
  height: 140px;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-left: 13px;
}

.fixed-image-social-link ul li {
  width: 25px;
  height: 25px;
  margin-bottom: 12px;
}

.fixed-image-social-link ul li:last-child {
  margin-bottom: 0;
}

@media (min-width:768px){
  .wibsiter-header-menu .hs-menu-wrapper>ul > li > a {
    padding: 0 15px;
    display: block;
    line-height: 31px;
    transition: color 0.4s ease 0s;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul{
    display: flex;
    margin-right: -12%;
    justify-content: flex-end;
    position: relative;
    top: -1px;
  }
  .wibsiter-header-menu .hs-menu-wrapper > ul ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul > li > ul {
    left: 0;
    top: 100%;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul ul ul {
    left: 100%;
    top: 0;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul ul ul ul {
    left: auto;
    right: 100%;
    top: 0;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul li.hs-item-has-children {
    position: relative;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .wibsiter-header-out {
    min-height: 76px;
  }

  .wibsiter-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .wibsiter-header-menu .hs-menu-wrapper > ul > li > ul,
  .wibsiter-header-menu .hs-menu-wrapper > ul > li > ul {
    margin-left: -32%;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul ul li a {
    display: block;
    white-space:normal;
    transition: color 0.4s ease 0s;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    width: auto;
    display: block;
    min-width: 270px;
    margin-left: -86px;
    padding-top: 7px;
  }
  .wibsiter-header-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a{
    white-space: nowrap;
  }
  .wibsiter-header-menu .hs-menu-wrapper > ul > li > ul > li > a {
    text-align: center;
  }
  .wibsiter-header-menu .hs-menu-wrapper > ul ul a {
    line-height: 30px;
    padding: 0 calc(5px + .5em);
  }

  .wibsiter-header-menu .hs-menu-wrapper>ul>li>ul {
    padding-top: 7px;
  }
  .mobile-menu-trig,
  .child-trigger{
    display:none !important;
  }
  .wibsiter-header-menu .hs-menu-wrapper>ul ul {
    display: block !important;
    overflow: visible !important;
  }
}

@media (max-width:1150px) and (min-width:768px){
  .wibsiter-header-menu .hs-menu-wrapper>ul {
    margin-right: -19px;
  }

  .wibsiter-header-col.col-right .cta_button {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width:999px) and (min-width:768px){
  .wibsiter-header-col.col-left {
    margin-left: 15px;
    width: 150px;
  }

  .header-logo svg {
    width: 150px;
    height: 30px;
  }

  .wibsiter-header-col.col-right .cta_button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
@media (max-width:999px) and (min-width:768px){
  .wibsiter-header-menu .hs-menu-wrapper>ul>li>a {
    padding: 0 10px;
  }
}
.lp-wibsiter-header-out .wibsiter-header-main {
  min-height: 76px;
  height: 76px;
}
@media (max-width:767px){
  .lp-wibsiter-header-out .wibsiter-header-main {
    min-height: 72px;
    height: 72px;
  }
  .wibsiter-header-main {
    flex-wrap: wrap;
  }
  .wibsiter-header-menu > div {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .wibsiter-header-menu {
    position: fixed;
    height: 100vh;
    left: -192px;
    top: 0;
    z-index: 200;
    background-color: #2e7769;
    width: 192px;
    transition: left 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .wibsiter-header-col.col-left {
    margin: 21px 0px 12px 0;
    left: 19px;
    position: relative;
    width: 173px;
  }

  .header-logo svg {
    width: 173px;
  }

  .wibsiter-header-col.col-left .content {
    position: static;
  }

  span.mobile-menu-trig {
    width: 40px;
    height: 40px;
    margin: 17px 0px 11px 0;
    margin: 12px 0px 11px 0;
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 40px;
    min-height: 40px;
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 1);
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  span.mobile-menu-trig.menu-open {
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    z-index: 1005;
    background-color: transparent;
    border-width: 1px;
  }

  .wibsiter-header {
    padding-right: 20px;
  }
  span.mobile-menu-trig svg {
    height: 17px;
    width: 20px;
    stroke-width: 3px;
    stroke: #eaeae8;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }
  span.mobile-menu-trig.menu-open svg{
    stroke: rgba(47, 47, 46, 1);
  }
  span.mobile-menu-trig  .style-jq2c9ms1_animating-line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  span.mobile-menu-trig.menu-close .style-jq2c9ms1_line1 {
    -webkit-animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-1-reverse;
  }
  span.mobile-menu-trig.menu-close .style-jq2c9ms1_line2 {
    -webkit-animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-2-reverse;
  }
  span.mobile-menu-trig.menu-close .style-jq2c9ms1_line3 {
    -webkit-animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-3-reverse;
  }

  span.mobile-menu-trig.menu-open .style-jq2c9ms1_line1 {
    -webkit-animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-1;
    animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-1;
  }
  span.mobile-menu-trig.menu-open .style-jq2c9ms1_line2 {
    -webkit-animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-2;
    animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-2;
  }
  span.mobile-menu-trig.menu-open .style-jq2c9ms1_line3 {
    -webkit-animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-3;
    animation-name: style-jq2c9ms1_tiny-menu-open-squeeze-3;
  }
  @-webkit-keyframes style-jq2c9ms1_tiny-menu-open-squeeze-1 {0%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @keyframes style-jq2c9ms1_tiny-menu-open-squeeze-1 {0%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @-webkit-keyframes style-jq2c9ms1_tiny-menu-open-squeeze-1-reverse {100%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @keyframes style-jq2c9ms1_tiny-menu-open-squeeze-1-reverse {100%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @-webkit-keyframes style-jq2c9ms1_tiny-menu-open-squeeze-2 {0%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @keyframes style-jq2c9ms1_tiny-menu-open-squeeze-2 {0%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @-webkit-keyframes style-jq2c9ms1_tiny-menu-open-squeeze-2-reverse {100%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @keyframes style-jq2c9ms1_tiny-menu-open-squeeze-2-reverse {100%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @-webkit-keyframes style-jq2c9ms1_tiny-menu-open-squeeze-3 {0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotateX(90deg);transform:translateY(8.5px) rotateX(90deg);}}
  @keyframes style-jq2c9ms1_tiny-menu-open-squeeze-3 {0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotateX(90deg);transform:translateY(8.5px) rotateX(90deg);}}
  @-webkit-keyframes style-jq2c9ms1_tiny-menu-open-squeeze-3-reverse {100%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}}
  @keyframes style-jq2c9ms1_tiny-menu-open-squeeze-3-reverse {100%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}}
  .open-mobile-menu .wibsiter-header-menu {
    left: 0;
  }


  .open-mobile-menu .wibsiter-header-menu {
    left: 0;
  }

  .wibsiter-header-menu .hs-menu-wrapper>ul ul {
    background: transparent;
    display: none;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: 2px;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul > li:after {
    content: "";
    border-top: solid 1px rgba(255, 255, 255, 0.08);
    display: block;
    margin: 0 20px 0 20px;
    width: 140px;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul li.hs-item-has-children {
    padding-left: 53px;
    width: 100%;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul li.hs-item-has-children > a {
    padding-left: 0;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    margin-left: -32px;
  }
  .child-trigger{
    width: 53px;
    height: 41px;
    cursor:pointer;
    position: absolute;
    left: 0;
    top:0;
  }
  .child-trigger:before {
    content: '\ff0b';
    color: #FFFFFF;
    padding: 10px 16px 10px 20px;
    position: relative;
    display: inline-block;
  }
  .wibsiter-header-menu .hs-menu-wrapper > ul li.hs-item-has-children {
    position: relative;
    z-index: 3;
  }
  .wibsiter-header-col a.cta_button {
    font-size: 12.53641866349534px;
    margin: 0 auto;
    padding: 9px 70px 4px 70px;
    margin-bottom: 4px;
    margin-left: 1px;
  }

  .wibsiter-header-col.col-right {
    text-align: center;
    width: 100%;
    position: relative;
    top: -4px;
  }

  .wibsiter-header {
    padding-left: 19px;
  }

  .wibsiter-header-col.col-left {
    left: 0;
  }

  span.mobile-menu-trig svg {
    overflow: visible;
    position: relative;
    top: 1px;
  }
  .wibsiter-header-menu .hs-menu-wrapper > ul > li:last-child:after {
    display: none;
  }
  span.mobile-menu-trig {
    cursor: pointer;
  }
  .wibsiter-header-menu .hs-menu-wrapper>ul li.hs-item-has-children > ul {
    margin-left: -53px;
  }

  .wibsiter-header-menu .hs-menu-wrapper>ul ul {
    background: transparent !important;
    font-size: 90%;
  }

  .wibsiter-header-menu .hs-menu-wrapper>ul ul li a {
    padding: 10px 20px;
    text-align: left;
    display: block;
  }

  .wibsiter-header-menu .hs-menu-wrapper>ul li.active-branch > a+.child-trigger,
  .wibsiter-header-menu .hs-menu-wrapper>ul li.hs-item-has-children > a[href="javascript:;"]+.child-trigger {
    width: 100%;
  }
  .wibsiter-header {
    padding-bottom: 20px;
  }
  .fixed-image-social-link{
    display:none;
  }



  .open-mobile-menu .wibsiter-header-menu .hs-menu-wrapper>ul {
    display: block;
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul {
    display: none;
  }

  .wibsiter-header-menu {
    background-color: #2e7769;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    pointer-events: none;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .wibsiter-header-menu .hs-menu-wrapper > ul {
    position: relative;
    z-index: 3;
  }

  .open-mobile-menu .wibsiter-header-menu {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.3s opacity step-start, 0.3s -webkit-transform ease-in;
    transition: 0.3s opacity step-start, 0.3s -webkit-transform ease-in;
    transition: 0.3s transform ease-in, 0.3s opacity step-start;
    transition: 0.3s transform ease-in, 0.3s opacity step-start, 0.3s -webkit-transform ease-in;
  }
  .child-trigger.open-child-menu:before {
    content: "\ff0d";
  }
  body.open-mobile-menu {     overflow: hidden; }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-bottom {
  text-align: center;
}

.footer-bottom .footer-content-website {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  letter-spacing: normal;
  font-size:13px;
  line-height:1.4em;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  left: -1.65%;
}

.footer-bottom a {
  color: inherit;
  padding-left: 3.5px;
  text-decoration: underline !important;
}
.footer-middle {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 27px;
}

.footer-middle a {
  text-decoration: none;
}

.footer-middle h4 {
  line-height: 1.7em;
  font-size:18px;
  line-height:1.4em;
  color: #254151;
  margin: 0;
  letter-spacing: -0.15em;
  padding-right: 11px;
}
.footer-top {}

.footer-top .footer-content-website {
  display: flex;
}

.footer-content-col.col-one {
  width: 169px;
}

.footer-content-col.col-two {
  width: 214px;
}

.footer-content-col.col-three {
  width: 276px;
}

.footer-content-col.col-four {
  width: 162px;
}

.footer-content-col h6,
.footer-content-col h3,
.footer-content-col h3.form-title{
  line-height: 0.9em;
  letter-spacing: normal;
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.15em;
  background-color:transparent !important;
}

.page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.image-social-link-in ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -2px;
}

.image-social-link-in ul li {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 7px;
  display: inline-block;
}

.image-social-link-in {
  margin-bottom: 10px;
  padding-top: 72px;
}

.footer-top {
  padding-bottom: 105px;
}

.page-center {}

.footer-top .footer-content-website {
  max-width: 900px;
  margin: 0 auto;
}

.footer-content-col.col-one {
  margin-right: 51px;
}

.footer-content-col p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.footer-content-col.col-two p {
  letter-spacing: normal;
}

.image-social-link-in ul li:last-child {
  margin: 0;
}

.footer-content-col h6, .footer-content-col h3, .footer-content-col h3.form-title {
  margin-bottom: 9px;
}
.footer-content-col.col-two {
  width: 220px;
  margin-right: 41px;
}
.footer-content-col.col-three .footer-content-col h3.form-title {
  letter-spacing: normal;
}

.footer-content-col.col-three {
  font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
  -webkit-font-smoothing: antialiased;
}

.footer-content-col.col-three  h3, 
.footer-content-col.col-three h3.form-title {
  letter-spacing: normal !important;
}

.footer-content-col.col-three  .content {
  position: relative;
  right: -5px;
}

.footer-content-col.col-two .content {
  position: relative;
  right: -5px;
}
.footer-top {
  padding-bottom: 105px;
  padding-top: 78px;
}
.footer-content-col.col-four .content {
  position: relative;
  right: -2px;
  top: -17px;
}
.website-footer {
  z-index: 3;
}

.footer-content-col .hs-form-field > label {
  display: none;
}

.footer-content-col .hs-form-field .hs-input {
  border: none;
  padding: 10px 8px;
  color: #2f2f2e;
  font: normal normal normal 13px/16px avenir-lt-w01_35-light1475496,sans-serif;
}
.footer-content-col .hs-form-field input.hs-input.error {
  background: transparent;
  border: none;
}
.footer-content-col .hs-form-field .hs-input:-moz-placeholder {
  color:#2f2f2e;
}

.footer-content-col .hs-form-field .hs-input::-webkit-input-placeholder {
  color:#2f2f2e;
}
.footer-content-col .hs-form-field {
  padding-left: 31px;
  border-bottom: 1px solid #2f2f2e;
  max-width: 144px;
}

.footer-content-col  form {
  position: relative;
  z-index: 3;
  padding-top: 34px;
}

.footer-content-col .hs-form-field {
  margin: 0;
}

.footer-content-col form .hs-button {
  top: 32px;
  position: absolute;
  left: 152px;
  padding: 0;
  background-color: transparent;
  border-color: #2f2f2e;
  border-width: 0px;
  color: #2f2f2e;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  border-radius: 0;
  padding: 9px 24px;
}
.footer-content-col .hs-form-field .hs-input:focus {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9), 0 0 1px 2px #3899ec;
}
.footer-content-col form .hs-button{
  color: #2f2f2e;
}

.footer-content-col form {
  padding-top: 32px;
}
.footer-content-col .hs-form-field > ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: 6px;
  left: 0;
}
.footer-content-col  .hs_error_rollup {
  padding-top: 15px;
}

.footer-content-col .hs-form-field .hs-input {
  padding: 12px 8px 10px;
}
.footer-content-col .hs-form-field {
  position: relative;
  z-index: 3;
}
.footer-content-col .hs-form-field>ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
  bottom: -41px;
  width: 214px;
}

img {
  max-width: 100%;
}
@media (min-width:768px){
  .footer-content-col.col-four img {
    width: 162px !important;
  }
}
@media (min-width:901px){
  .footer-content-col.col-four img {
    max-width: none;
  }
}
@media (max-width:900px){
  .footer-content-col.col-one,.footer-content-col.col-two {
    margin-right: 0;
  }

  .footer-content-col.col-one {
    width: 22%;
  }

  .footer-content-col h6, 
  .footer-content-col h3, 
  .footer-content-col.col-three h3.form-title {
    font-size: 15px;
  }

  .footer-content-col.col-two {
    width: 28%;
  }

  .footer-content-col.col-three {
    width: 30%;
  }

  .footer-content-col.col-four {
    width: 20%;
  }

}

@media (min-width:768px){
  .mobile-pop-up,
  .mobile-pop-up-in {
    display: none;
  }
}
@media (max-width:767px){
  .footer-top .footer-content-website {
    flex-wrap: wrap;
  }

  .footer-content-col {
    width: 100% !important;
  }

  .footer-bottom .footer-content-website {
    display: block;
    position: static;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 61px;
    font-size: 14px;
    line-height: normal;
    padding-top: 14px;
  }

  .footer-bottom .footer-content-col,.footer-bottom .footer-content-col * {
    display: inline;
  }

  .footer-bottom a {
    padding-left: 0;
  }

  .footer-middle {
    padding-bottom: 25px;
    padding-top: 27px;
  }

  .footer-middle h4 {
    padding-right: 0;
  }

  .footer-top {
    padding-bottom: 10px;
  }

  .footer-top .footer-content-website {
    display: block;
  }

  .footer-content-col.col-four * {
    display: block;
  }

  .footer-content-col.col-four img {
    margin: 0 auto;
    width: 110px !important;
  }

  .footer-content-col.col-three .content {
    right: 0;
  }

  .footer-content-col.col-four .content {
    position: static;
  }

  .footer-content-col .hs-form-field {
    margin: 0 auto;
  }

  .footer-content-col form .hs-button {
    position: static;
    margin: 0 auto;
    display: block;
  }

  .footer-content-col .hs-form-field {
    max-width: 159px;
    margin-bottom: 25px;
  }

  .footer-content-col form {
    padding-bottom: 14px;
  }

  .footer-content-col .hs-form-field .hs-input {
    padding: 8px 8px 7px;
  }

  .footer-content-col .hs-form-field>ul.no-list.hs-error-msgs.inputs-list {
    width: 100%;
    text-align: center !important;
    bottom: -57px;
  }

  .footer-content-col .hs-form-field>ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
    text-align: center;
  }

  .website-footer {
    text-align: center;
  }

  .footer-content-col .hs_error_rollup label.hs-main-font-element {
    text-align: center;
  }
  .footer-content-col h6, .footer-content-col h3, .footer-content-col.col-three h3.form-title {
    font-size: 18px !important;
  }

  .footer-content-col.col-three h3.form-title {
    margin-bottom: 0;
  }

  .footer-content-col form {
    padding-top: 29px;
  }

  .image-social-link-in ul li {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }

  .image-social-link-in {
    margin-bottom: 28px;
    padding-top: 9px;
  }

  .image-social-link-in ul li img {
    width: 35px;
    height: 35px;
  }

  .footer-content-col.col-two p {
    font-size: 14px;
  }

  .footer-content-col h6 {
    font-size: 16px !important;
    margin-bottom: 23px;
  }

  .footer-content-col.col-one {
    padding-bottom: 34px;
  }

  .footer-content-col p {
    font-size: 14px;
  }

  .footer-content-col.col-one h6 {
    font-size: 17px !important;
    margin-bottom: 21px;
  }

  .footer-top {
    padding-top: 46px;
  }
  .footer-middle h4 {
    font-size: 15px;
  }





  /* Footer Social Popup */
  .mobile-pop-up-in {
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    width: 50px;
    height: 50px;
    left: calc(50% + 94px);
    bottom: 16px;
    position: fixed;
    z-index: 1001;
    visibility: visible;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
  }

  .mobile-pop-overlay {
    background-color: #fff;
    opacity: 0.9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    will-change: opacity;
    cursor: pointer;
    width: 100%;
  }

  button.mobile-pop-button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 138, 252, 1);
    fill: #FFFFFF;
    border: 0px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: block;
  }

  ul.style-k6xu3fma_dots {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: calc(50px - (2 * 0px));
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  ul.style-k6xu3fma_dots li {
    font-size: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
  }

  .mobile-pop-up-lnk ul.style-k6xu3fma_dots li:before {
    background: #FFFFFF;
    content: '';
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .mobile-pop-up-lnk ul.style-k6xu3fma_dots li:first-child:before, 
  .mobile-pop-up-lnk ul.style-k6xu3fma_dots li:nth-child(2):before {
    margin-right: 3px;
  }

  .mobile-pop-up-container {
    bottom: 0;
    pointer-events: none;
    min-height: 50px;
    min-width: 50px;
    position: absolute;
  }

  .mobile-pop-up-container a {
    border-radius: 50%;
    will-change: opacity;
    position: relative;
    display: block;
    margin: 0 auto 14px;
    padding: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    -webkit-transition-property: opacity, height, width, margin-bottom;
    transition-property: opacity, height, width, margin-bottom;
    -webkit-transition-duration: .3s, 0s, 0s, 0s;
    transition-duration: .3s, 0s, 0s, 0s;
    -webkit-transition-delay: 0s, .3s, .3s, .3s;
    transition-delay: 0s, .3s, .3s, .3s;
    cursor: pointer;
    text-decoration: none;
  }

  .mobile-pop-up-container a .icon {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    border: 0px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
  }

  .mobile-pop-up-container a .icon svg {
    height: 17px;
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .mobile-pop-up-container a .Text-pop {
    font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.2px;
    position: absolute;
    max-width: 160px;
    top: 50%;
    left: -16px;
    -webkit-transform: translate(-100%, -15px);
    transform: translate(-100%, -15px);
    padding: 6px 8px;
    color: #1d2d3c;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #ccc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }


  a.footer-pop-phone {
    background-color: rgb(99, 201, 86);
    color: rgb(255, 255, 255);
    -webkit-transition: opacity .3s .32s;
    transition: opacity .3s .32s;
  }

  .mobile-pop-up-lnk .mobile-pop-up-container a {
    opacity: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    -webkit-transition-property: opacity, height, width, margin-bottom;
    transition-property: opacity, height, width, margin-bottom;
    -webkit-transition-duration: .3s, 0s, 0s, 0s;
    transition-duration: .3s, 0s, 0s, 0s;
    -webkit-transition-delay: 0s, .3s, .3s, .3s;
    transition-delay: 0s, .3s, .3s, .3s;
    border-radius: 50%;
    will-change: opacity;
    position: relative;
    display: block;
    margin: 0 auto 14px;
    padding: 0;
  }

  a.footer-pop-email {
    -webkit-transition: opacity .3s .24s;
    transition: opacity .3s .24s;
    background-color: rgb(190, 24, 103);
    color: rgb(255, 255, 255);
  }

  a.footer-pop-facebook {
    -webkit-transition: opacity .3s .16s;
    transition: opacity .3s .16s;
    background-color: rgb(60, 90, 153);
    color: rgb(255, 255, 255);
  }

  a.footer-pop-chate {
    -webkit-transition: opacity .3s .08s;
    transition: opacity .3s .08s;
    background-color: rgb(69, 178, 157);
    color: rgb(255, 255, 255);
  }

  .mobile-pop-up-container {
    display: none;
  }

  .mobile-pop-overlay {
    opacity: 0;
    visibility: hidden;
  }

  button.mobile-pop-button:focus {
    outline: 0;
  }

  button.mobile-pop-button {
    cursor: pointer;
  }

  .open-footer-social .mobile-pop-overlay {
    visibility: visible;
    opacity: 1;
  }

  .open-footer-social  .mobile-pop-up-container {
    display: block;
  }
  .mobile-pop-up-container a {
    padding: 0;
    pointer-events: auto;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    will-change: opacity;
    position: relative;
    display: block;
    margin: 0 auto 14px;
  }

  .mobile-pop-up-container a:last-child {
    margin-bottom: 66px;
  }

  .mobile-pop-up-container a svg {
    height: 17px;
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .open-footer-social .mobile-pop-overlay {
    opacity: 0.9;
  }

  .open-footer-social ul.style-k6xu3fma_dots li:before {
    content: '';
    height: 6px;
    width: 6px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .open-footer-social ul.style-k6xu3fma_dots li.mobile-pop-up-dot-1:before {
    width: 17px;
    height: 3px;
    -webkit-transform: translate(8.5px, -2px) rotate(-45deg);
    transform: translate(8.5px, -2px) rotate(-45deg);
  }

  .open-footer-social ul.style-k6xu3fma_dots li.mobile-pop-up-dot-2:before {
    height: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .open-footer-social ul.style-k6xu3fma_dots li.mobile-pop-up-dot-3:before {
    width: 17px;
    height: 3px;
    margin-right: 0;
    -webkit-transform: translate(-8.5px, -2px) rotate(45deg);
    transform: translate(-8.5px, -2px) rotate(45deg);
  }
  ul.style-k6xu3fma_dots {
    position: relative;
    top: -1px;
  }
  .mobile-pop-up-container a .icon svg {
    fill: #fff;
  }
  .mobile-pop-up-in {
    left: auto;
    right: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.content-wrapper {
  max-width: 1240px!important;
  padding: 50px 20px!important;
  margin: 0 auto!important;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
  color: #ffff;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
  font: normal normal normal 18px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #ffff;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-index h2,
.blog-index h2 a {
  color: #045184!important;
  font: normal normal normal 22px/1.4em lulo-clean-w01-one-bold,sans-serif!important;
  line-height: normal!important;
  letter-spacing: normal!important;
  text-decoration: none!important;
}

.blog-index .read-more a {
  text-decoration: none!important;
  color: #2b689c!important;
  line-height: 20px!important;
}

.blog-index .post-bdy-content .clearfix {
  line-height: 20px;
}  

.blog-sidebar h3 {
  color: #303f4d!important;
  font: normal normal normal 22px/1.4em lulo-clean-w01-one-bold,sans-serif !important;
  letter-spacing: normal !important;
} 

.blog-post h1 {
  color: #045184!important;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 0;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
  font-size: 2rem;
  color: #254151;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.blog-recent-posts__list .blog-recent-posts__title {
  font: normal normal normal 22px/25px avenir-lt-w01_85-heavy1475544,sans-serif;
  line-height: 1;
  margin: 10px 0 18px;
  color: #254151;
}
.blog-recent-posts__list a.blog-recent-posts__post {
  text-decoration: none;
}
.blog-recent-posts__list a.blog-recent-posts__post {
  text-decoration: none;
  font-size: 17px;
  line-height: 1.5;
}
.blog-comments {
  max-width: 100% !important;
  margin: 0 !important;
}
.blog-comments form {
  border: 1px solid;
  padding: 20px;
  margin: 20px 0;
  max-width: 767px;
}
#comments-listing .comment-reply-to {
  padding-left: 25px;
}
.comment-date {
  display: block !important;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
  padding:10px 20px;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

.body-container-wrapper.blog {
  background-color: #fff;
  padding: 50px 80px 0;
}
.blog .blog-bg-wrapper {
  background: #fff;
}
.blog-banner {
  text-align: center;
  padding: 121px 0 60px;
}
.blog-banner h1 {
  letter-spacing: -0.1em;
  line-height: 0.9em;
  font-size: 35px;
  margin:0;
}
.blog-search-sec {
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-search-sec-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.search-topic-sec {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
}
.search-topic-sec ul {
  overflow: hidden;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin: 0 -15px;
}
.search-topic-sec ul li {
  padding: 0 15px;
}
.search-topic-sec ul li a {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  color: #254151;
  text-decoration: none;
}
.search-topic-sec ul li a:hover {
  color: #254151;
}
.blog-search {
  margin-right: 16px;
  margin-left: 20px;
  transition: all .5s ease;
  height: 16px;
  position: relative;
}
.blog-search-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.blog-search svg {
  fill: rgb(47, 47, 46);
}
.blog-search-trigger {
  cursor: pointer;
  display: inline-block;
}
.blog-search-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
}
.blog-search-close svg {
  opacity: .8;
}
.blog-search .hs-search-field__input {
  padding: 1px 0 0 29px;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  color: #2f2f2e;
  line-height: normal;
  padding-right: 20px;
  padding-bottom: 6px;
  outline: none;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(47, 47, 46,0.5) !important;
}
.search-show .blog-search-trigger {
  position: relative;
  top: -1px;
}
.search-show .blog-search {
  width: 200px;
}
.search-show .blog-search-holder {
  display: block;
}
.blog-search .hs-search-field__input::-webkit-input-placeholder {
  opacity: .4;
  color: inherit;
}
.blog-search .hs-search-field__input:-moz-placeholder {
  opacity: .4;
  color: inherit;
}
.blog-search .hs-search-field__input::-moz-placeholder {
  opacity: .4;  
  color: inherit;
}
.blog-search .hs-search-field__input:-ms-input-placeholder {
  opacity: .4;
  color: inherit;
}
.blog-index__post-content--small h2, .blog-index__post-content--large h2 {
  font: normal normal normal 35px/43px avenir-lt-w01_85-heavy1475544,sans-serif;
  line-height: 1.5;
  margin: 0 0 18px;
  font-size: 32px;
}
.blog-index__post-content a {
  color: rgb(37, 65, 81);
  text-decoration: none;
}
.blog-index__post-content p {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  color: rgb(37, 65, 81);
  line-height: 1.5;
  font-size: 16px;
}
.blog .blog-bg-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 7px 0;
  margin-bottom: 15px;
}
.hs-blog-post .blog-post {
  padding: 0 0 30px;
}


@media (max-width: 767px) {
  .body-container-wrapper.blog {
    padding: 0;
  }
  .blog-banner {
    padding: 51px 0 52px;
  }
  .blog-banner h1 {
    font-size: 26px;
    line-height: normal;
  }
  .blog-search-sec {
    padding: 0;
    background-color: rgb(37, 65, 81);
    color: rgb(255, 255, 255);
  }
  .blog-search-sec-flex {
    min-height: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .search-sec-blog-title {
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  }
  .search-sec-blog-title .blog_title {
    font-size: 14px;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-search {
    margin-right: -14px;
  }
  .blog-search svg {
    fill: rgb(255, 255, 255);
  }
  .blog-search-trigger {
    width: 48px;
    text-align: center;
  }
  .blog-search-sec-flex {
    position: relative;
  }
  .blog-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .blog-search .hs-search-field__input {
    border-color: rgba(255, 255, 255,0.5) !important;
    color: rgb(255, 255, 255);
  }
  .search-show .blog-search {
    width: 100%;
  }
  .blog-search-holder .hs_cos_wrapper_type_module {
    width: 100%;
  }
  .search-show .blog-search-holder {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 20px 0 43px;
  }
  .blog-search-close {
    left: 20px;
    margin: 0 -12px 0 -4px;
  }
  .search-show .blog-search-trigger {
    margin-left: 32px;
  }
  .search-show .search-sec-blog-title {
    opacity: 0;
  }
  .blog-index__post {
    padding: 0 0 30px;
  }
  .blog-post__body img {
    float: none !important;
    margin: 10px 0 !important;
  }
  .blog-index__tag-header {
    padding-left:0;
    padding-right:0;
  }
}



.blog-sidebar .widget-type-blog_subscribe form {
  position: relative;
  z-index: 3;
  padding-right: 60px;
}

.blog-sidebar .widget-type-blog_subscribe input.hs-button {
  position: absolute;
  top: 18px;
  right: 0;
  padding: 10px 15px;
}

.blog-sidebar .widget-type-blog_subscribe .hs_error_rollup > ul {
  padding: 0;
  margin-bottom: 15px;
}
.blog-pagination.span12 {
  margin-left: 0;
  float: none;
  clear: both;
  display: flex;
  padding-top: 15px;
}
.blog-sidebar .widget-module ul li, 
.blog-sidebar .blog-sidebar-topic-filter ul li {
  margin-bottom: 10px;
}
.blog-sidebar > div {
  margin-bottom: 35px;
}
.blog-sidebar a {
  text-decoration: none;
}

.hs-blog-listing .post-bdy-content.clearfix,
.blog-bg-wrapper .blog-post__body,
.blog-bg-wrapper .blog-post,
.blog-post__tag-link{
  font-size: 18px;
  line-height: 1.4;
}
.post-bdy-content .read-more {
  display: block;
  margin-top: 20px;
}
.hs-blog-listing .content-wrapper {
  font-size: 18px;
  line-height: 1.2;
}
.blog-sidebar .widget-type-blog_subscribe .hs-input:hover,
.blog-sidebar .widget-type-blog_subscribe .hs-input:focus{
  border-top: none;
  border-left: none;
  border-right: none;
}
.blog-sidebar .widget-type-blog_subscribe input.hs-input.error:focus,
.blog-sidebar .widget-type-blog_subscribe input.hs-input.error{
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (max-width:767px){
  .post-item .page-center {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .page-center.clearfix .featured-image-wrapper {
    margin-bottom: 15px;
  }
  .blog-sidebar.span3 {
    padding-top: 25px;
  }

  .blog-sidebar .widget-type-blog_subscribe input.hs-button {
    position: static;
    padding-left:0;
    padding-right:0;
  }
  .blog-sidebar .widget-type-blog_subscribe form {
    padding-right: 0;
  }
}

@media (max-width:479px){
  .blog-index h2, .blog-index h2 a {
    font-size: 18px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: 10px .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}





/* ====== Homepage ======== */

.home-page-top-pane-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home-page-top-pane-wrapper .top-pane-left-col {
  width: 60%;
  float: left;
}
.home-page-top-pane-wrapper .top-pane-right-col {
  width: 40%;
  float: left;
}
.home-page-top-pane-wrapper .dnd-section {
  padding-top:0px;
  padding-bottom:0px;
}
.home-page-top-pane-wrapper .dnd-section > .row-fluid {
  padding-left:0px !important;
  padding-right:0px !important;
  max-width:100% !important;
}
.homepage-layout .our-parter-section-title {
  padding-top: 74px;
  padding-bottom: 28px;
}
.homepage-layout .our-parter-section-title h2 {
  font: normal normal normal 32px/1.4em lulo-clean-w01-one-bold,sans-serif;
  color: #FFFFFF;
  line-height: normal;
  margin: 0;
}
.homepage-layout .our-parter-logo-wrap {
  margin: -2.5px -2.5px;
}
.homepage-layout .our-parter-logo-wrap .our-parter-card {
  width: 25%;
  padding: 2.5px 2.5px;
  margin: 24px 0;
}
.our-parter-logo.illinos img {
  mask: url(#mask-comp-jzt36u39__item-k94a3jrtimg);
  filter: url(#feathered-comp-jzt36u39__item-k94a3jrtimg);
}
.our-parter-logo.lausd img {
  -webkit-filter: url(#feathered-comp-jzt36u39__item-j9ples3eimg);
  filter: url(#feathered-comp-jzt36u39__item-j9ples3eimg);
}
.our-parter-logo.usaf img {
  mask: url(#mask-comp-jzt36u39__item-j9plerjkimg);
  filter: url(#feathered-comp-jzt36u39__item-j9plerjkimg);
}
.our-parter-logo.laspd img {
  mask: url(#mask-comp-jzt36u39__item-k94a4mg4img);
  filter: url(#feathered-comp-jzt36u39__item-k94a4mg4img);
}
.our-parter-logo.fox img {
  mask: url(#mask-comp-jzt36u39__item-j9pleqw5img);
  filter: url(#feathered-comp-jzt36u39__item-j9pleqw5img);
}
.our-parter-logo.aws img {
  mask: url(#mask-comp-jzt36u39__item1img);
  filter: url(#feathered-comp-jzt36u39__item1img);
}
.homepage-layout .our-parter-group {
  padding-bottom: 0;
  margin-bottom: -10px;
}
.home-banner-slider * {
  outline:none !important;
}
.homepage-layout .dnd-section[class*="force-full-width"] > div {
  padding-left: 0;
  padding-right: 0;
}
.safety-cloud-layout .main-sections .widget-type-header {
  margin-top: 32px;
  margin-bottom: 68px;
}
.safety-cloud-layout .main-sections .widget-type-header h1 {
  line-height: normal;
  color: #045184;
  font-size: 35px;
}
.safety-cloud-layout .main-sections h2 {
  color: #045184;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.safety-cloud-layout .main-sections .widget-type-linked_image {
  margin-bottom: 282px;
}
.safety-cloud-layout .main-sections .widget-type-rich_text {
  margin: 0 0 37px;
}

@media (max-width: 767px) {
  .homepage-layout .our-parter-section-title h2 {
    font-size: 28px;
  }
  .homepage-layout .our-parter-section-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .homepage-layout .our-parter-logo-wrap .our-parter-card {
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 45px;
  }
  .homepage-layout .our-parter-logo-wrap .our-parter-card:last-child {
    margin-bottom: 20px;
  }
  .safety-cloud-layout .main-sections .widget-type-header {
    margin: 10px 0 10px;
  }
  .safety-cloud-layout .main-sections .widget-type-header h1 {
    font-size: 22px;
    margin: 0;
  }
  .safety-cloud-layout .main-sections .widget-type-linked_image {
    margin-bottom: 10px;
  }
  .safety-cloud-layout .main-sections h2 {
    font-size: 19px;
  }
  .safety-cloud-layout .main-sections .widget-type-rich_text {
    margin: 0 0 10px;
  }
  .systems-page h2,
  .systems-page h1,
  .systems-page h3{
    font-size: 23px;
  }
  .systems-page .hs-button {
    white-space: normal;
  }
}
.hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 10px;
}

@media (max-width:479px){
  .systems-page h2,
  .systems-page h1,
  .systems-page h3{
    font-size: 14px;
  }
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes 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: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}