/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
/*   padding-left: 20px;
  padding-right: 20px; */
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/** REMOVED **
@font-face {
  font-family: "monia";
  src: url("//f.hubspotusercontent10.net/hubfs/4908165/SPM_Assets_August2020/fonts/monia.eot") format('eot'),
    url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/fonts/monia.woff) format('woff'),
    url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/fonts/monia.ttf) format('ttf');
  font-weight: normal;
  font-style: normal;
}
**/

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #293059;
  line-height: 1.5;
}

p {

}

/* Anchor Links */
a {
  color: #ffbd0f;
  text-decoration: none;
  font-weight: 700;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: Open Sans, serif;
  color: #293059;
  word-break: break-word;
}

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

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

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

h4 {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

img {
  max-width: 100%;
}

/* 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;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.page-center,
.content-wrapper,
.dnd-section > .row-fluid,
.footer__container{
  padding: 30px;
}
/* ******************************************************************************
*********************************************************************************
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: Open Sans, sans-serif;
  padding: 15px;
  margin-bottom: 20px;
}

h3.form-title {
  padding: 15px;
  margin: 0;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  margin: 20px 0;
  cursor: pointer;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  text-align: center;
  border: 1px solid;
  padding: 20px 30px;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #3ba425;
  border-color: #3ba425;
  
  color: #fff;
}

.hs-button:active {
  background-color: #8bf475;
  border-color: #8bf475;
}


.hs-form label {
  text-align: left;
  font-size: 16px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 8px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000 !important;
}
.systems-page form {
  max-width: 700px;
}
.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100% !important;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: none;
  color: #33475b;
}

input#hs-pwd-widget-password {
  height: 40px !important;
  margin-bottom: 15px;
}
.hs-search-module a.hs-button.primary {
  margin-top: 18px;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
  min-height: 150px;
}

select[multiple].hs-input {
  height: inherit;
}

/* 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;
}
fieldset {
  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-color: #c87872;
}
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-color: #b9554d;
}

.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;
  padding-left:0;
}

.field {
  margin-bottom: 18px;
}

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

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

.contact-form-container .legal-consent-container a {
  color: #fff;
}

.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:767px) {
  .systems-page form,
  form{
    max-width: 100%;
  }

}


@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: Open Sans, serif;
}
/* ******************************************************************************
*********************************************************************************
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-left: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

ul.submenu {
  padding: 0;
  margin: 0;
  list-style: none;
}

li.has-submenu {
  position: relative;
}

@media screen and (min-width: 1001px) {

  .custom-menu-primary .navigation-primary > ul {
    padding-top: 12px;
  }

  .custom-menu-primary .navigation-primary > ul > li {
    display: inline-block;
    vertical-align: middle;
  }

  .custom-menu-primary .navigation-primary > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 11pt;
    font-weight: 500;
  }

  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
    display: inline-block;
    margin-left: 8px;
    font-family: 'Font Awesome 5 Free';
    font-size: 50%;
    content: "\f078";
    font-weight: 600;
  }

  .custom-menu-primary .navigation-primary > ul > li:last-of-type > a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 11pt;
    font-weight: 500;
    color: #fff;
    background-color: #63cc4d;
    border: 1px solid #63cc4d;    
    border-radius: 5px;
    transition: 0.3s;
  }  

  .custom-menu-primary .navigation-primary > ul > li:last-of-type > a:hover {
    color: #63cc4d !important;
    background-color: #fff;
  }    
  
  .custom-menu-primary .navigation-primary > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.15);
    box-shadow: 0 10px 15px rgba(0,0,0,.15);
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }

  .custom-menu-primary .navigation-primary > ul > li:hover > ul {
    max-height: 100vh;
  }

  .custom-menu-primary .navigation-primary > ul ul li a {
    display: inline-block;
    width: 100%;
    padding: 12px 25px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 11pt;
    font-weight: 500;
  }
}


@media screen and (max-width: 1199px) {
  .custom-menu-primary .navigation-primary > ul > li > a {
    padding: 5px 8px;
  }
}

@media screen and (max-width: 1000px) {
  .custom-menu-primary .navigation-primary > ul {
    overflow-y: auto;
    height: calc(100% - 60px);
    margin-top: 60px;
    padding-bottom: 120px;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    display: block;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    width: 100%;
    padding: 15px 45px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-decoration: none;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
    display: inline-block;
    margin-left: 8px;
    font-family: 'Font Awesome 5 Free';
    font-size: 50%;
    content: "\f078";
  }
  .custom-menu-primary .navigation-primary > ul ul li a {
    padding: 15px 30px 15px 70px;
    font-size: 17px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
    display: block;
  }
}

/* ==========================================================================
   Fullscreen search
   ========================================================================== */

.fullscreen-search {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: opacity .2s;
}

.fullscreen-search-open .fullscreen-search {
    width: auto !important;
    height: auto !important;
    opacity: 1;
    visibility: visible;
}

.fullscreen-search .cell-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}

.fss-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    opacity: 0.92;
}

.fullscreen-search form {
    display: inline-block;
    width: 560px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: .6s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.fullscreen-search-open .fullscreen-search form {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fullscreen-search label {
    display: none;
}

.fullscreen-search .field {
    padding: 0 !important;
}

.fullscreen-search .field > .input {
    padding: 0;
}

.fullscreen-search .hs-input:not([type="radio"]):not([type="checkbox"]) {
    min-height: 60px;
    height: 60px;
    padding: 15px 70px 15px 30px;
    background: #fff !important;
    border: none;
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .3);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: ;
    font-size: 1rem;
    vertical-align: top;
    position: relative;
}

.fullscreen-search .hs-button {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 60px;
    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fullscreen-search .fss-close-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: ;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: px) {

    .fullscreen-search-open body {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: fixed;
    }
}

/**
 * GSC Results
 */

.fss-search-results *,
.fss-search-results *:before,
.fss-search-results *:after {
    box-sizing: content-box;
}

.fss-search-results.fss-optional-styles .gsc-selected-option-container {
    width: auto !important;
}

.fss-search-results.fss-optional-styles .gsc-table-result,
.fss-search-results.fss-optional-styles .gsc-thumbnail-inside,
.fss-search-results.fss-optional-styles .gsc-url-top {
    padding-left: 0;
    padding-right: 0;
}

.fss-search-results.fss-optional-styles .gsc-control-cse,
.fss-search-results.fss-optional-styles .gsc-control-cse .gsc-table-result {
    font-family: inherit;
}

.fss-search-results.fss-optional-styles .cse .gsc-control-cse,
.fss-search-results.fss-optional-styles .gsc-control-cse {
    padding: 0;
}

.fss-search-results.fss-optional-styles .gsc-result-info {
    padding-left: 0;
    padding-right: 0;
}

.fss-search-results.fss-optional-styles .gsc-table-cell-thumbnail,
.fss-search-results.fss-optional-styles .gs-promotion-image-cell {
    padding-right: 10px;
}

.fss-search-results.fss-optional-styles .gsc-control-cse .gs-spelling,
.fss-search-results.fss-optional-styles .gsc-control-cse .gs-result .gs-title,
.fss-search-results.fss-optional-styles .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.2em;
    font-weight: ;
}

.fss-search-results.fss-optional-styles .gsc-result .gs-title {
    height: auto !important;
}

.fss-search-results.fss-optional-styles .gsc-results .gsc-cursor-box {
    margin: 3em 0;
}

.fss-search-results.fss-optional-styles .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    margin-right: 1px;
    padding: 10px 5px;
    background: rgba(0, 0, 0, .02);
    text-align: center;
    line-height: 25px;
    transition: .2s;
}

.fss-search-results.fss-optional-styles .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: none;
    text-decoration: none;
}

/**
 * Google CSE FSS Search Results Input Support
 */

.fss-search-results .gsc-input {
    min-height: 0;
}

.fss-search-results .gsib_a {
    padding-top: 0;
}
    
.fss-search-results table.gsc-search-box td {
    vertical-align: top;
}

.fss-search-results .cse .gsc-search-button input.gsc-search-button-v2,
.fss-search-results input.gsc-search-button-v2 {
    margin-top: 0;
    vertical-align: top;
}

@media (max-width: px) {

    .fss-search-results .gsc-result-info-container,
    .fss-search-results .gsc-orderby-container {
        display: block;
        width: 100%;
    }

    .fss-search-results td.gcsc-branding-text,
    .fss-search-results td.gcsc-branding-img-noclear {
        display: block;
        width: 100%;
        white-space: normal;
        text-align: right;
    }
}
/* ******************************************************************************
*********************************************************************************
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;
}
/* ==========================================================================
   Responsive table styling
   ========================================================================== */

/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.atop {
  align-items: flex-start;
}
.abottom {
  align-items: flex-end;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: visible;
  list-style: none;
}

/* Table column sizing
================================== */
.Rtable-1cols > .Rtable-cell {
  width: 100%;
}
.Rtable-2cols > .Rtable-cell {
  width: 50%;
}
.Rtable-3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable-4cols > .Rtable-cell {
  width: 25%;
}
.Rtable-5cols > .Rtable-cell {
  width: 20%;
}
.Rtable-6cols > .Rtable-cell {
  width: 16.6%;
}

/* Apply styles
================================== */
.Rtable {
  position: relative;
}

// Individual cell sizing
.Rtable-cell.Rtable-cell-1of1  { width: 100%; }
.Rtable-cell.Rtable-cell-5of6  { width: 83.33%; }
.Rtable-cell.Rtable-cell-4of5  { width: 80%; }
.Rtable-cell.Rtable-cell-3of4  { width: 75%; }
.Rtable-cell.Rtable-cell-2of3  { width: 66.66%; }
.Rtable-cell.Rtable-cell-3of5  { width: 60%; }
.Rtable-cell.Rtable-cell-1of2  { width: 50%; }
.Rtable-cell.Rtable-cell-2of4  { width: 40%; }
.Rtable-cell.Rtable-cell-1of3  { width: 33.33%; }
.Rtable-cell.Rtable-cell-1of4  { width: 25%; }
.Rtable-cell.Rtable-cell-1of5  { width: 20%; }
.Rtable-cell.Rtable-cell-1of6  { width: 16.66%; }

.Rtable-cell--rowEnd {
  @media all and (max-width: @breakpoint) { margin-bottom: 1em; }
}

.hiddenLarge {
  @media all and (min-width: @breakpoint) { 
    display: none; 
  }
}

/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable-collapse {
    display: block;
  }
  .Rtable-collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable-collapse > .Rtable-cell-foot {
    margin-bottom: 1em;
  }
.Rtable-cell.Rtable-cell-1of1  { width: 100%; }
.Rtable-cell.Rtable-cell-5of6  { width: 100%; }
.Rtable-cell.Rtable-cell-4of5  { width: 100%; }
.Rtable-cell.Rtable-cell-3of4  { width: 100%; }
.Rtable-cell.Rtable-cell-2of3  { width: 100%; }
.Rtable-cell.Rtable-cell-3of5  { width: 100%; }
.Rtable-cell.Rtable-cell-1of2  { width: 100%; }
.Rtable-cell.Rtable-cell-2of4  { width: 100%; }
.Rtable-cell.Rtable-cell-1of3  { width: 100%; }
.Rtable-cell.Rtable-cell-1of4  { width: 100%; }
.Rtable-cell.Rtable-cell-1of5  { width: 100%; }
.Rtable-cell.Rtable-cell-1of6  { width: 100%; }  
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell-foot {
  margin-bottom: 1em;
}

/* Vmiddle
   ========================================================================== */

/**
 * Vertically center two or more grid columns to align them perfectly inline.
 */

.vmiddle > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vmiddle > .row-fluid-wrapper > .row-fluid:before,
.vmiddle > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}

.vmiddle.shift-col > .row-fluid-wrapper > .row-fluid {
    justify-content: space-between;
}

@media (max-width: 768px) {

    .vmiddle.md-stack > .row-fluid-wrapper > .row-fluid {
        display: block;
    }

    .vmiddle.md-stack > .row-fluid-wrapper > .row-fluid:before,
    .vmiddle.md-stack > .row-fluid-wrapper > .row-fluid:after {
        display: table;
    }
}

@media (max-width: 500px) {

    .vmiddle:not(.never-stack) > .row-fluid-wrapper > .row-fluid {
        display: block;
    }

    .vmiddle:not(.never-stack) > .row-fluid-wrapper > .row-fluid:before,
    .vmiddle:not(.never-stack) > .row-fluid-wrapper > .row-fluid:after {
        display: table;
    }
}


.tw-col-img-row {
  display: flex;
}

.tw-col-img-left {
  width: 50%;
  background-size: cover;
  background-position: center;
}

.tw-col-img-ryt {
  width: 50%;
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 500px;
}

.tw-col-img-ryt-in {
  width: 100%;
  padding: 15px;
  line-height: 1.3;
  height: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tw-col-img-ryt-in p.img-icon {
}

.tw-col-img-ryt-in h3 {
  font-size: 15pt;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.tw-col-img-ryt-txt {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.tw-col-img-ryt-txt hr {
  width: 120px;
  margin: 30px auto;
  border: 2px solid #fff;
  border-top: 0;
  height: 0;
}

.tw-col-img-ryt-txt p {
  color: #fff;
}

.tw-col-btn {
  margin: 1em 0;
}

.tw-col-btn a img {
  width: 200px;
}

@media(max-width:1199px){
  .tw-col-img-left {
    height: 500px;
    width: 100%;
  }

  .tw-col-img-row {
    display: block;
  }

  .tw-col-img-ryt {
    width: 100%;
  }

}

@media(max-width:767px){
  .tw-col-img-ryt-txt {
    left: 0;
    top: -4px;
  }
}

.img-w-cont-item-img img {
  max-height: 150px;
  width: auto;
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

html {
  scroll-behavior: smooth;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.custom-home-row1 .dnd-section {
  padding: 0;
}
.custom-home-row1 .dnd-section {
  padding: 0;
}
.custom-home-row2 .dnd-section,
.custom-home-row3 .dnd-section,
.custom-home-row4 .dnd-section{
  padding: 0;
}
.custom-home-row1 .dnd-section>.row-fluid {
  text-align: center;
}
.banner-section.demo-banner {}

.banner-section.demo-banner .banner .banner-content h1 {
  font-size: 32pt;
  font-weight: 700;
  line-height: 1.45;
  margin: 0.83em 0;
}
.custom-demo-row1 .dnd-section {
  padding: 0 0 50px;
}
.custom-demo-row2 .dnd-section {
  padding: 0;
}
.custom-demo-row1 .dnd-section>.row-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-demo-row1 .dnd-section>.row-fluid p {
  color: #444;
}
.banner-section.demo-banner .banner .banner-content {}

.banner-section.demo-banner .banner {
  min-height: 500px;
  background-position: center;
}

.custom-demo-row1 .dnd-section {
  padding: 0 0 50px;
}

.custom-demo-row1 .dnd-section>.row-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-demo-row1 .dnd-section>.row-fluid p {
  color: #444;
}

.custom-demo-row2 .dnd-section {
  padding: 0;
}

.custom-demo-row3 .dnd-section {
  padding: 50px 30px;
  background-color: #f1f1f1;
}

.custom-demo-row3 .dnd-section>.row-fluid {
  padding-top: 0;
}

.custom-demo-row3 form {
  background: transparent;
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.custom-demo-row3 form .hs-form-field:nth-child(-n+4) {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(25%);
  padding-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.custom-demo-row3 form textarea.hs-input {
  height: 40px;
  padding: 9px 10px;
}

.custom-demo-row3 form .hs-input::-webkit-input-placeholder {
  -webkit-text-security: none;
  color: rgb(117, 117, 117);
  pointer-events: none !important;
}

.custom-demo-row3 form .hs-fieldtype-select.field.hs-form-field {
  margin-top: 1em;
  margin-bottom: 1em;
}

.custom-demo-row3 form .hs-fieldtype-select.field.hs-form-field label {
  font-family: Montserrat,sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  display: inline;
}

.custom-demo-row3 form .hs-fieldtype-select.field.hs-form-field .hs-input {
  background: #fff;
}

.custom-demo-row3 form input.hs-button.primary.large {
  margin: 0;
  display: block;
  width: 180px;
  margin: 0 auto;
}

.custom-demo-row3 form .actions {
  text-align: center;
}
.custom-demo-row3 form span.hs-form-required {
  display: none;
}

.custom-demo-row3 form label {
  color: #549fd6;
  font-weight: 600;
  line-height: 1;
}

.custom-demo-row3 form .hs-form-field.hs-message {
  width: 80%;
  margin: 15px auto;
}

.custom-demo-row3 form .hs-input {
  background: transparent;
}
.slick-slider, .slick-slider * {
  outline: 0 !important;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.custom-home-row4 {
  background-color: #e6e6e6;
}

.custom-home-row4 ol li {
  padding-left: 1em;
}

.custom-home-row4 {
  background-color: #e6e6e6;
}
.body-container__website .hs_cos_wrapper_type_linked_image {
  padding: 20px 30px 30px;
  display:block;
}

.custom-industries-page .custom-advanced-banner .content {
  padding-left: 30px;
  width: 70%;
}
.custom-industries-page .custom-advanced-banner .content h2 {
  margin-bottom: 0.83em;
  font-weight: 300;
}
.hs-industry-one .dnd-section>.row-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-industry-one hr {
  width: 120px;
  margin: 30px 0;
  border: 1px solid #da9d28;
  height: 0;
}
.hs-industry-one .hs_cos_wrapper_type_rich_text ul {
  font-size: 12pt;
}
.hs-industry-one .hs_cos_wrapper_type_rich_text ul li {
  list-style: none;
}
.hs-industry-one .hs_cos_wrapper_type_rich_text ul li:before {
  position: absolute;
  content: "\1F5F9";
  margin-left: -30px;
  font-weight: 600;
  color: #da9d28;
}
.hs-industry-two .dnd-section>.row-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-industry-two hr {
  width: 120px;
  border: 1px solid #da9d28;
  margin: 30px auto;
  height: 0;
}

.custom-yellow-btn {
  display: inline-block;
  padding: 11px 25px;
  margin: 15px;
  background-color: #da9d28;
  color: #fff;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.custom-yellow-btn:hover {
  color: #fff;
  background-color: #e1b154;
}
[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}
.hs-industry-four .dnd-section>.row-fluid {
  padding: 0;
}
.hs-industry-four {
  padding: 50px 0 0;
}
.icon-central-data:before {
  content: "\EB8E";
}
.icon-planning-tools:before {
  content: "\ED67";
}
.icon-maintenance-plans:before {
  content: "\EECE";
}
.icon-budget:before {
  content: "\ECE1";
}
.icon-operational:before {
  content: "\ECF6";
}
.hs-industry-three .dnd-section>.row-fluid {
  padding: 0 10px;
}

.hs-industry-three .dnd-section[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.icon-experience:before {
  content: "\ED37";
}
.icon-inspections:before {
  content: "\EF38";
}
.icon-invest-time:before {
  content: "\ED04";
}

.icon-maintenance:before {
  content: "\EECE";
}

.hs-events-page .content h2 {
  font-size: 45pt;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.83em;
  margin-top: 33px;
}
.hs-events-one .dnd-section>.row-fluid {
  padding-top: 20px;
  padding-bottom: 0;
}
.hs-events-one h2 {
  margin-top: 0.83em;
}
.row-fluid [class*="span"]{
  min-height:0;
}
.hs-events-one p {
  font-size: 16px;
}
.hs-events-one img {
  vertical-align: middle;
}
.hs-events-one .hs_cos_wrapper_type_rich_text ul {
  font-size: 12pt;
}
.hs-events-one .hs_cos_wrapper_type_rich_text ul li {
  list-style: none;
}
.hs-events-one .hs_cos_wrapper_type_rich_text ul li:before {
  position: absolute;
  content: "\1F5F9";
  margin-left: -30px;
  font-weight: 600;
  color: #da9d28;
}
.hs-events-one .hs_cos_wrapper_type_rich_text p:last-child {
  margin-top: 41px;
}
.hs-events-one {
  padding-bottom: 50px;
}
.hs-website-page .body-container ol li {
  padding-left: 1em;
}

.hs-website-page .body-container .hs_cos_wrapper_type_rich_text hr {
  width: 120px;
  margin: 30px 0;
  border: 1px solid #da9d28;
  height: 0;
}
.hs-about-page .custom-advanced-banner .content h2 {
  font-size: 45pt;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 50px;
}

.hs-about-page .custom-advanced-banner .content {
  padding-bottom: 10px;
}
.custom-popup-section {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
  display: none;
}

.custom-popup-inner {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.hs-events-one img:hover,
.tw-col-btn a img:hover{
  -webkit-filter: saturate(72%) brightness(111%);
  filter: saturate(72%) brightness(111%);
  -webkit-transition: filter .2s linear;
  transition: filter .2s linear;
}
.custom-popup-inner iframe {
  max-width: 100%!important;
  width: 100%!important;
  display: block!important;
  height: 480px!important;
  border: none!important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.hs-about-one {
  text-align: center;
}

.hs-about-two .dnd-section>.row-fluid {
  padding-bottom: 0;
}



.fadeInUp2 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .3s ease-in,transform .3s ease-in !important;
  transition: opacity .3s ease-in,transform .3s ease-in !important;
}
.fadeInUp2.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fadeInUp2:nth-child(2){
  -webkit-transition: opacity .6s ease-in,transform .6s ease-in !important;
  transition: opacity .6s ease-in,transform .6s ease-in !important;
}

.fadeInUp2:nth-child(3){
  -webkit-transition: opacity .9s ease-in,transform .9s ease-in !important;
  transition: opacity .9s ease-in,transform .9s ease-in !important;
}

.fadeInUp2:nth-child(4){
  -webkit-transition: opacity 1.1s ease-in,transform .9s ease-in !important;
  transition: opacity 1.1s ease-in,transform .9s ease-in !important;
}

.fadeInUp2:nth-child(5){
  -webkit-transition: opacity 1.4s ease-in,transform .9s ease-in !important;
  transition: opacity 1.4s ease-in,transform .9s ease-in !important;
}
.item.slick-slide .inner h3:before {
  background-image: url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/images/Icon_Quotemarks_start2.png);
}

.item.slick-slide .inner h3:after {
  background-image: url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/images/Icon_Quotemarks_end.png);
}

.custom-testimonial-slider-body .slick-prev:before {
  background-image: url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/images/Icon_Testimonials_left.png);
}

.custom-testimonial-slider-body .slick-next:before {
  background-image: url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/images/Icon_Testimonials_right2.png);
}




ul.chckList li {
  list-style: none;
}

ul.chckList li:before {
  position: absolute;
  content: "\2713";
  margin-left: -35px;
  font-weight: 600;
  color: #63cc4d;
}

.cm-web .dnd-section >.row-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-post__body hr {
  width: 120px;
  margin: 30px 0;
  border: 1px solid #da9d28;
  height: 0;
}

/*======= service pages ======*/

.cm-clnt-main [class*="force-full-width-section"]>.row-fluid ,
.cm-cont-main [class*="force-full-width-section"]>.row-fluid ,
.cm-ser-main [class*="force-full-width-section"]>.row-fluid {
  padding: 0 !important;
}


.custom-hero-banner-content img:hover {
  -webkit-filter: saturate(72%) brightness(111%);
  filter: saturate(72%) brightness(111%);
  -webkit-transition: filter .2s linear;
  -webkit-transition: -webkit-filter .2s linear;
  transition: -webkit-filter .2s linear;
  -o-transition: filter .2s linear;
  transition: filter .2s linear;
  transition: filter .2s linear, -webkit-filter .2s linear;
}

.cm-cont-main .dnd-section> .row-fluid ,
.cm-ser-main .dnd-section> .row-fluid {
  padding: 60px 30px;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.cm-ser-main .row-fluid [class*="span"]{
  min-height: 1px;
}

.hs-services-top .dnd-section > .row-fluid {
  padding-top: 30px;
  padding-bottom: 0;
}

.hs-services-top .span3.widget-span {
  width: 25%;
}

.hs-services-top .span9.widget-span {
  width: 75%;
  margin-left: 0;
}


.cm-ser-main .button-module {
  margin: 1em 0;
}

.cm-ser-main .button-module > span,.cm-ser-main .button-module > span span {
  display: block;
}

.cm-ser-main .button-module a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: inline-block;
}

.cm-ser-main .button-module.btn-center a img {
  display: block;
  margin: 0 auto;
}

.cm-ser-main .button-module a:hover {
  -webkit-filter: saturate(72%) brightness(111%);
  filter: saturate(72%) brightness(111%);
  -webkit-transition: filter .2s linear;
  -webkit-transition: -webkit-filter .2s linear;
  transition: -webkit-filter .2s linear;
  -o-transition: filter .2s linear;
  transition: filter .2s linear;
  transition: filter .2s linear, -webkit-filter .2s linear;
}

/*=== contact page==*/

.custom-contact-page .banner-content {
  padding-left: 15px !important;
}

.hs-contact-one p {
  font-size: 12pt;
}

.hs-contact-two form {
  max-width: 100%;
  padding: 0;
  width: 100%;
  font-size: 12pt;
}

.hs-contact-two form .hs-form-field {
  margin-bottom: 25px;
  width: calc(25% - 2em);
  display: inline-block;
  margin-right: 2em;
  text-align: center;
}

.hs-contact-two form .hs-message {
  display: block!important;
  width: 80%!important;
  margin: 0 auto!important;
}

.hs-contact-two form .hs-message textarea {
  height: 200px;
  display: block;
}

.hs-contact-two form .actions {
  text-align: center;
  margin-bottom: 18px;
  padding: 17px 0;
  text-align: center;
  margin-top: 18px;
}

.hs-contact-two form .actions input.hs-button {
  margin: 0;
}

.hs-contact-two form ul.no-list.hs-error-msgs {
  margin: 1em 0;
}

.hs-contact-two form ul.no-list.hs-error-msgs > li {
  list-style: none;
  position: relative;
}

.hs-contact-two form ul.no-list.hs-error-msgs > li > label {
  line-height: inherit;
  display: inline;
}

.hs-contact-two form ul.no-list.hs-error-msgs > li:before {
  position: absolute;
  content: "\1F5F9";
  margin-left: -30px;
  font-weight: 600;
  color: #da9d28;
}

.hs-contact-two form .hs_error_rollup ul.no-list {
  padding-left: 40px;
  padding-top: 0;
}

.hs-contact-three {
  font-size: 12pt;
}

.hs-contact-three .span6 {
  width: 50%;
  margin-left: 0;
}

.google-map {
  width: calc(100% + 30px);
  margin-top: 40px;
}

.hs-contact-three table {
  border: 0;
  margin: 25px 0 15px;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 500px;
  width: 100%;
}

.hs-contact-three table td ,.hs-contact-three table th {
  border: 0;
  padding: .0;
  padding: 3px 12px 5px 15px;
  vertical-align: middle;
}

.hs-contact-three table td:first-child {
  padding-left: 0;
}

.hs-contact-three hr {
  height: 0;
  width: 120px;
  margin: 30px 0;
  border: 1px solid #da9d28;
}

/*==========*/

.cm-clnt-main .hs-client-one .row-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-client-two .dnd-section>.row-fluid {
  padding: 30px;
}

.hs-client-one h1 {
  margin-top: 0;
  margin-bottom: 0.83em;
  font-size: 30pt;
}
.hs-industry-three .dnd-section>.row-fluid .hs_cos_wrapper_type_rich_text {
  padding: 0 20px;
  display: block;
}

.cm-case-study-pagination > div {
  display: inline-block;
}
.cm-case-study-pagination{
  text-align: center;
}
.cm-case-study-pagination a{
  display: inline-block;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #b1b4bc;
  border: 1px solid #b1b4bc;
  border-radius: 50%;
  font-weight: 600;
  font-size: 80%;
  color: #293059;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.cm-case-study-pagination a.active{
  color: #fff;
  background-color: #63cc4d;
  border: 1px solid #63cc4d;
}
.cm-case-study-pagination a:hover {
  color: #63cc4d !important;
  background-color: #fff !important;
  border: 1px solid #63cc4d !important;
}

.case-study-blog.case-study-blog-listing .featured-image img {
  margin: 0;
}
.case-study-blog.case-study-blog-listing hr {
  width: 120px;
  margin: 30px 0;
  border: 1px solid #63cc4d;
  background: transparent;
  height: 0;
}
.case-study-blog-listing .custom-top-tags ul li {
  margin: 0 5.5px 10px 0;
}
.case-study-blog-listing .custom-top-tags ul li a{
  cursor:pointer;
}
.hs-case-study-description p a strong {
  font-weight: 500;
}

.hs-case-study-description ul li {
  color: #7d828f;
}

.hs-case-study-description table {
  margin: 25px 0 15px !important;
  border-collapse: collapse;
  border-spacing: 0;
  border:0!important;  
}
.hs-case-study-description table tr td {
  padding: 3px 12px 5px 15px;
  border: 0;
}
.hs-case-study-description h1 {
  margin: 49.800px 0;
}
.hs-case-study-description blockquote {
  border: 0;
  display: block;
  padding: 0;
  margin-top: 17.333px;
  margin-bottom: 17.333px;
  line-height: 1.5;
  border-left: 5px solid #63cc4d;
  padding-left: 2rem;
  margin-left: 0;
  color: #63cc4d;
  font-weight: 600;  
}
.hs-case-study-description ol li {
  padding-left: 1em;
}
.cm-case-study-layout.blog-body-container{
  padding:0;
}
.cm-case-study-layout .breadcrumb.case-breadcrumb ul li{
  position:relative;
}
.cm-case-study-layout .breadcrumb.case-breadcrumb ul li:after {
  margin-left: 9.6px;
}
.cm-case-study-layout .breadcrumb ul li:last-child {
  padding-left:17px;
}
.case-study-blog-listing .custom-top-tags ul li{
  position:relative;
}
.case-study-blog-listing .custom-top-tags ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  cursor:pointer;
  outline:0 !important;
  text-indent: -99999px;
  appearance:none !important;
  background: transparent !important;
  border: 0 !important;
}
.case-study-blog-listing .custom-top-tags form {
  background: transparent;
  padding: 0;
  width: 100%;
  max-width: none;
  margin-top: 5rem;
}
.case-study-blog-listing .custom-top-tags ul li:hover a{
  cursor: pointer;
  background-color: #f1f1f1;
}


@media(max-width:1800px){
  .custom-industries-page .custom-advanced-banner .content {
    width: 90%;
    margin-left: 5%;
  }
  .custom-industries-page .custom-image-section {
    background-position: center !important;
  }
  .custom-testimonial-slider-body {
    width: 90%;
    margin: 0 auto;
  }
}
@media(max-width:1200px){
  .hs-industry-two .dnd-section>.row-fluid .dnd-column {
    padding: 0 !important;
  }
}
@media(max-width:1199px){
  .hs-about-two .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 30px 0 0;
  }
  .hs-services-top .span9.widget-span,.hs-services-top .span3.widget-span {
    width: 100%;
    float: none;
  }

  .hs-services-one .span12.dnd-column {
    margin-bottom: 0 !important;
  }

  .hs-services-top .dnd-section>.row-fluid {
    padding-bottom: 30px;
  }

  .hs-contact-three .span6 {
    width: 100%;
    float: none;
  }

  .google-map {
    margin: 1em 0;
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 800px){
  .body-container__website .hs_cos_wrapper_type_linked_image {
    padding: 20px 30px 30px 0;
    display: block;
  }
  .custom-industries-page .custom-advanced-banner .content {  
    width: 100%;
    margin-left: 0;
  }
  .custom-industries-page .custom-advanced-banner .content h2 {
    font-size: 32pt;
  }
  .hs-website-page .body-container .hs_cos_wrapper_type_rich_text img {
    margin: 0 !important;
  }
  .custom-contact-page .banner .banner-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .case-study-blog.case-study-blog-listing .featured-image img {
    margin: 0;
    width: 100%;
  }

}
@media screen and (max-width:767px){
  .custom-demo-row3 form .hs-form-field:nth-child(-n+4) {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    width: 100%;
    margin-bottom: 16px;

  }
  .hs-contact-two form ul.no-list.hs-error-msgs>li:before {
    margin-left: -20px;
  }
  .hs-industry-three .dnd-section>.row-fluid .hs_cos_wrapper_type_rich_text {
    padding: 0 ;
  }
  .custom-demo-row3 form .hs-form-field.hs-message {
    width: 100%;
  }
  .custom-demo-row3 form .hs-form-field.hs-message {
    width: 100%;
    margin: 15px auto;
    padding-top: 5px;
  }
  .custom-industries-page .body-container h3 {
    font-size: 13pt;
  } 

  .hs-services-top .span9  h2,
  .hs-services-one h2 {
    font-size: 23pt;
  }

  .hs-contact-two form .hs-form-field, .hs-contact-two form .hs-message {
    width: 100% !important;
  }
  .hs-industry-three .dnd-section>.row-fluid {
    padding: 0 30px;
  }

}
@media screen and (max-width: 600px){
  .banner-section.demo-banner .banner .banner-content h1 {
    line-height: 1.2;
    font-size: 28pt;
  }
  .custom-industries-page .custom-advanced-banner .content h2 {
    line-height: 1.2;
    font-size: 28pt;
  }
  .banner-section.demo-banner .banner .banner-content  {
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom-demo-row3 .dnd-section>.row-fluid {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-events-page .content h2 {
    font-size: 28pt;
    margin-top: 23px;
  }
  .hs-about-page .custom-advanced-banner .content h2 {
    font-size: 28pt;
    margin-bottom: 32px;
  }
  .hs-contact-three table td, .hs-contact-three table th {
    display: block;
  }
  .case-study-blog.case-study-blog-listing img {
    margin: 25px 0;
  }
  .hs-case-study-description {
    word-break: break-word;
  }
}



@media(max-width:480px){
  .custom-industries-page .custom-advanced-banner .content h2 {
    font-size: 25pt;
  }
  .cm-web h1 {
    font-size: 30pt;
  }
}
@media(max-width:360px){
  .hs-events-page .content h2 {
    font-size: 27pt;
  }
  .hs-about-page .custom-advanced-banner .content h2 {
    font-size: 26pt;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


header.header {
   min-height: 60px;
}
.header-inner-group {
   position: fixed;
   z-index: 99;
   width: 100%;
   min-height: 60px;
   -webkit-transition: height .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
   transition: height .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
   transition: height .3s ease-in-out,box-shadow .3s ease-in-out;
   transition: height .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
   background-color: #fff;
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
   box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.header__container {
   margin: 0 auto;
   display: -webkit-box; 
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex; 
   display: flex;
   justify-content: space-between;
}
.header-logo img {
   width: 150px !important;
   height: auto;
   padding: 1rem 0;  
}
.header-logo {
   padding: 5px 15px 0;
   margin-bottom: -2px;
}
.lp-header-button {
   padding: 5px 30px;
}
.lp-header-button .hs-button {
   line-height: 110%;
}
.header-login {
   padding-top: 16px;
   padding-right: 11px;
   padding-left: 27px;
}
.header-login ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
.header-login .hs-menu-wrapper>ul > li {
   position: relative;
}
.header-login .hs-menu-wrapper>ul > li > a {
   padding-left: 30px;
   font-size: 11pt;
   font-weight: 700;
   -webkit-transition: color .2s ease-in-out;
   transition: color .2s ease-in-out;
}
.header-login .hs-menu-wrapper>ul ul {
   position: absolute;
   top: 40px;
   right: -31px;
   width: 300px;
   max-height: 0;
   overflow: hidden;
   background-color: #fff;
   -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.1), 0 30px 50px rgba(0,0,0,.1);
   box-shadow: 0 2px 15px rgba(0,0,0,.1), 0 30px 50px rgba(0,0,0,.1);
   border-radius: 0 0 8px 8px;
   -webkit-transition: max-height .2s ease-in-out;
   transition: max-height .2s ease-in-out;
}
.header-login .hs-menu-wrapper>ul > li:hover ul{
   max-height: 100vh;
}
.header-login .hs-menu-wrapper>ul ul li {
   display: inline-block;
   position: relative;
   width: 150px;
   margin-right: -5px;
   vertical-align: top;
}

.header-login .hs-menu-wrapper>ul ul li a{
   display: block;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 70px 15px 15px;
   text-align: center;
   line-height: 1;

   color: #1c3255;
   font-size: 14px;
   font-weight: 600;
   position: relative;
   border-right: 1px solid #e1e1e1;
   border-bottom: 1px solid #e1e1e1;
   -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out;
   transition: color .2s ease-in-out,background-color .2s ease-in-out;
}

.header-login .hs-menu-wrapper>ul ul li a:hover {
   background-color: #dfe9f8;
   color: #549fd6;
}

.header-login .hs-menu-wrapper>ul ul li:nth-child(2n) a {
   border-right: none;
}
.header-login .hs-menu-wrapper>ul ul li a .img-wrapper {
   position: absolute;
   top: 20px;
   left: 5px;
   right: 0;
}
.language-switcher {
   position: relative;
   display: inline-block;
   padding-top: 20px;
   padding-right: 24px;
}
.nav-site-search {
   position: relative;
   display: inline-block;
   padding-top: 24px;
   padding-right: 24px;
}
.header-language-switcher {}

.header-language-switcher .lang_switcher_class {
   display: block;
}

.header-language-switcher .lang_switcher_class .globe_class {
   width: auto !important;
   height: auto !important;
   background: none !important;
}

li {}

.header-language-switcher .lang_switcher_class .globe_class li {
   padding: 0 !important;
   border: none !important;
}
.language-switcher img {
   max-width: 45px !important;
   height: 30px;
   width: 30px;
}
.language-switcher ul {
   margin: 0;
   padding: 0;
   position: absolute;
   overflow: hidden;
   max-height: 0;
   -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.15);
   box-shadow: 0 10px 15px rgba(0,0,0,.15);
   right: -60px;
   margin-top: 0px;
   -webkit-transition: max-height .3s ease-in-out;
   transition: max-height .3s ease-in-out;
   display: block;
   top: auto;
   left: auto;
   -webkit-transform: none;
   transform: none;
}

body .lang_list_class:after, body .lang_list_class:before{
   display:none;
}

.language-switcher ul {
   display: flex !important;
   flex-wrap: wrap;
   flex-direction: column;
}
.language-switcher:hover ul {
   max-height: 100vh;
}
.language-switcher:hover ul li.us-menu {
   order: 3;
}

.language-switcher:hover ul  li.au-menu {
   order: 1;
}

.language-switcher:hover ul  li.nz-menu {
   order: 2;
}
.language-switcher ul li a {
   display: inline-block;
   width: 100%;
   padding: 12px 25px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   white-space: nowrap;
   text-decoration: none;
   font-size: 11pt;
   font-weight: 700;
   color: #1c3255;
   background-color: #fff;
   line-height: 1.5;
   text-align: left;
}
.language-switcher ul li a:hover{
   color: #5b85c9;
}

.header-login .hs-menu-wrapper>ul>li {
   position: relative;
   padding-top: 8px;
}
.header-menu {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   margin: auto 0;
}

.banner {
   min-height: 600px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 80% center;
   position: relative;
   background-color: #da9d28;
}

.banner .banner-content {
   width: 50%;
   line-height: 1.3;
   padding-left: 15px;
   position: absolute;
   color: #fff;
   padding: 30px;
   margin-left: 15%;
   top: calc(50% + 10px);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.banner .banner-content h1 {
   color: #fff;
   margin-top: 0.6em;
   margin-bottom: 0.83em;
   line-height: 1.2;
}
.header-login .hs-menu-wrapper>ul ul li a:before {
   content: "";
   width: 46px;
   height: 40px;
   background-image: url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/images/screen.jpg);
   position: absolute;
   top: 20px;
   left: 5px;
   right: 0;
   margin: 0 auto;
   background-size: cover;
   background-repeat: no-repeat;
}
.header-login .hs-menu-wrapper>ul ul li:nth-child(2) a:before {
   background-image: url(//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/images/ipad.jpg);
   width: 31.5px;
   left: -6px;
   height: 40px;
}
.header-login.header-login-australia .hs-menu-wrapper>ul ul li:nth-child(even) a:before {
   background-image: url(//f.hubspotusercontent10.net/hubfs/4908165/raw_assets/public/SPMAssets_August2020/images/ipad.jpg);
   width: 31.5px;
   left: -6px;
   height: 40px;
}

.hero-banner-content {
   padding: 100px 0;
   color: #fff;
}

.hero-banner-content h1 {
   color: #fff;
}
.hero-banner-content h2 {
   color: #fff;
}
.hero-banner-content h3 {
   color: #fff;
}
.hero-banner-content h4 {
   color: #fff;
}
.hero-banner-content p {
   color: #fff;
}

.hero-banner-div {
   width: 50%;
   padding: 3em;
}

.home-banner {
   position: relative;
   overflow: visible;
   width: 100%;
   height: auto;
   z-index: 9;
}

.hero-foreground {
   margin-bottom: -170px;
   max-width: 700px;
   margin-left: auto;
   margin-right: auto;
}

.banner-icon {
   text-align: center;
}

.banner-icon img {
   max-height: 500px;
}

.banner-icon-3col img {
   max-width: 75%;
   max-height: 100px;
}

.banner-icon-3col svg {
   max-width: 75%;
   max-height: 120px;
}

/* Mobile menu css */
.child-trigger {
   height: 60px;
   width: 60px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
   font-size: 19px;
   display: block;
   z-index: 999;
   border-left: 1px solid #f1f1f1;
   text-align: center;
   line-height: 60px;
}
.child-trigger i {
   height: 100%;
   width: 100%;
   display: block;
}
.child-trigger i:before {
   color: #000;
   display: inline-block;
   margin-left: 8px;
   font-family: 'Font Awesome 5 Free';
   font-size: 50%;
   content: "\f078";
   font-weight: 600;
}
.child-trigger.child-open i:before {
   content: "\f077";
}


.child-trigger i {
   font-style: normal;
}




@media screen and (max-width: 500px) {
   .hero-banner-content h1 {
      font-size: 3rem;
   }
   .hero-banner-white h1 {
      font-size: 3rem;
   }
}

@media (max-width: 1199px) {
   .header-login .hs-menu-wrapper>ul>li>a {
      padding-left: 0;
   }
   .header-login {
      padding-left: 11px;
   }
   .banner .banner-content {
      width: 90%;
      margin-left: 5%;
   }
}

@media screen and (min-width: 1001px) {
   .mobile-trigger {
      display: none;
   }

   .child-trigger{
      display: none;
   }

}


@media screen and (max-width: 1000px) {
   .header__navigation .navigation-primary {
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      -webkit-transform: translate(110%);
      transform: translate(110%);
      width: 80vw;
      min-width: 300px;
      max-width: 1000px;
      min-height: 100vh;
      padding-top: 12px;
      background-color: #fff;
      -webkit-box-shadow: -15px 0 15px rgba(0,0,0,.1);
      box-shadow: -15px 0 15px rgba(0,0,0,.1);
      -webkit-transition: -webkit-transform .5s ease-in-out;
      transition: -webkit-transform .5s ease-in-out;
      transition: transform .5s ease-in-out;
      transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
   }
   .mobile-menu-open .header__navigation .navigation-primary {
      -webkit-transform: translate(0);
      transform: translate(0);
   }
   .mobile-trigger {
      padding-right: 25px;
      padding-top: 7px;
      cursor: pointer;
      position: relative;
      z-index: 9;
   }
   .mobile-trigger:before {
      opacity: 1;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      font-family: 'Font Awesome 5 Free';
      content: "\f0c9";
      font-size: 32px;
      font-weight: 600;
   }
   .mobile-trigger:hover:before {
      opacity: .7;
   }
   .mobile-menu-open .mobile-trigger:before {
      content: "\f00d";
      position: relative;
   }
   .language-switcher {
      padding-right: 19px;
   }
   .mobile-menu-open {
      overflow: hidden;
   }

   .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
      display: none;
   }
   .custom-menu-primary .has-submenu>.submenu {
   display: none;
}
}

@media screen and (max-width: 769px) {
   .hero-banner-div {
      width: 100%;
      padding: 0 2em;
   }
}


@media screen and (max-width: 600px) {

   .hero-banner-div {
      padding: 0 1em;
   }  
   .banner .banner-content {
      width: 100%;
      margin-left: 0;
      padding-left: 15px;
      padding-right: 15px;
   }
   .banner .banner-content h1 {
      font-size: 28pt;
   }
   .header-login > ul ul {
      right: 50%;
      left: auto;
      transform: translateX(50%);
      margin-right: 6px;
   }
}
@media screen and (max-width: 430px) {
   .header-login .hs-menu-wrapper>ul ul li {
      display: inline-block;
      position: relative;
      width: 131px;

   }
   .language-switcher img {
      max-width: 45px !important;
      height: 30px;
      max-width: none;
   }
   .header-logo {
      padding: 5px 0px 0 15px;
      margin-bottom: -2px;
   }
   .header-login .hs-menu-wrapper>ul>li:hover ul {
      max-height: 100vh;
      left: auto;
      right: -118px;
      width: 270px;
   }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}
.copyright p {
  margin-bottom: 5px;
  font-size: 10pt;
  line-height: 1.7;
}
.copyright {
  text-align: center;
}
.copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11pt;
  line-height: 1.7;
}
.copyright ul li {
  font-size: 11pt;
  line-height: 1.7;
  display: inline-block;
  padding: 0 10px;
}
.copyright ul li a {
  font-weight: 400;
  color: #fff;
  font-size: 8pt;
}

.footer-menu .hs-menu-wrapper > ul {
  overflow: hidden;
}
.footer-menu .hs-menu-wrapper > ul > li:first-child {
  width: 40%;
}
.footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  width: 20%;
  padding: 0 20px 0 0;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding-bottom: 25px;
  font-size: 23pt;
  font-weight: 300;
  line-height: 1.45;
  position: relative;
}
.footer-menu .hs-menu-wrapper > ul > li > a:after {
  display: block;
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  left: 0;
  margin-top: 20px;
  background-color: #63cc4d;
}
.footer-menu .hs-menu-wrapper > ul > li > ul {
  padding-top: 40px;
  font-size: 11pt;
  line-height: 1.7;
  overflow: hidden;
}
.footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li {
  float: left;
  width: 50%;
  font-size: 14pt;
  padding: 0 20px 0 0;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}
.footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li>a:nth-child(-n+2) {
  color: #63cc4d;
}
.footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>a {
  color: #fff !important;
  font-weight: 600;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li {
  font-size: 11pt;
  line-height: 1.7;
  padding: 0 20px 0 0;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul li > a {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 400;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul li {
  font-size: 11pt;
  line-height: 1.7;
  padding: 0 20px 0 0;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > a:after{
  content: none;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > a {
  display: inline;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > ul {
  padding-top: 0;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li {
  padding-bottom: 40px;
  font-size: 11pt;
  line-height: 1.7;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li > a {
  display: inline-block;
  padding-bottom: 25px;
  font-size: 23pt;
  font-weight: 300;
  line-height: 1.45;
  position: relative;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li > a:after{
  display: block;
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  left: 0;
  margin-top: 20px;
  background-color: #63cc4d;
}

.footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > a:after {
  display: block;
  margin-top: 2px;
  background-image:url('//www.spmassets.com/hubfs/raw_assets/public/SPMAssets_May2021/images/linkedin-round-line.svg');
  background-position: 50%;
  background-size: contain;
  background-color: transparent;
  height: 35px;
  width: 35px;
}

.bottom-cta-panel {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #63cc4d;
}

.subscribe-broadcast {
  padding: 30px;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(125, 130, 143, 0.3), rgba(125, 130, 143, 0.6));
  font-size: 13pt;
}
.subscribe-broadcast .form-top-content {
  text-align: center;
}
.subscribe-broadcast .form-top-content p {
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.5;
}

.subscribe-broadcast form .field.hs-form-field {
  margin-bottom: 18px;
  width: 100%;
  display: inline-block;
  margin-right: 2em;
}

.subscribe-broadcast form {
  max-width: 100%;
  width: 100%;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0 1em;
}
.subscribe-broadcast form .actions {
  margin-bottom: 18px;
  padding: 17px 0;
  text-align: center;
  margin-top: 8px;
}
.subscribe-broadcast form .actions .hs-button.primary.large {
  margin: 0;
}

.subscribe-broadcast .form-top-content h2 {
  font-size: 23pt;
  font-weight: 300;
  line-height: 1.45;
  margin: 0.83em 0;
}


@media screen and (max-width: 1199px) {
  .footer-menu .hs-menu-wrapper>ul>li {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
  .footer-menu .hs-menu-wrapper>ul>li:first-child {
    width: 100%;
  }
  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-bottom: 0;
  }
}


@media screen and (max-width: 767px) {
  .subscribe-broadcast form .field.hs-form-field,
  .hs-form-field {
    display: block;
    margin-right: 0 !important;
  }
  .subscribe-broadcast form {
    display: block;
    margin: 42px 0 1em;
  }
  .footer-bottom-group {
    padding-top: 14px;
}
  .subscribe-broadcast form .actions {
    padding-top: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header{
  padding: 30px;
}
.blog-header h4.blog-header__subtitle {
  font-family: Montserrat,sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.5;
      margin: 0;
}
.blog-post__body p a strong{
 font-weight:500; 
}

.blog-index .post-item-listing {
  display: flex;
  flex-wrap: wrap;
}

.blog-index .post-item {
 /* display: inline-block;
  -webkit-box-sizing: border-box; */
  width: calc(29% - 1em);
  max-width: 33%;
  margin: 25px;
  box-shadow: 0 6px 12px 0 rgb(40 43 49 / 30%);
  transition: transform .2s ease,box-shadow .2s;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  padding-bottom: 20px;
  vertical-align: top;
  flex-grow: 1;
}

.blog-index .post-item-full-width {
  margin: 25px;
  box-shadow: 0 6px 12px 0 rgb(40 43 49 / 30%);
  transition: transform .2s ease,box-shadow .2s;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
}

.blog-index .post-item .post-content
{
 padding: 2em; 
}

.post-item-full-width .post-content
{
 width: 50%;
 float: right;
 padding:3em;
}

h3.post-title {
    color: #293059;
    font-weight: bold;
    text-align: left;
    margin: .83em 0;
    font-size: 14pt;
 
}

.post-item-inner {
  position: relative;
}

.blog-index .post-item .post-item-inner .featured-image .featured-image-wrapper{
  border-width: 0;
  max-width: 100%;
  float:left;
  width:100%;
  border-radius: 5px;
}

.blog-index .post-item-full-width .featured-image-wrapper{
  border-width: 0;
  max-width: 50%;
  float:left;
  width:100%;
  border-radius: 5px;
  
}

.blog-index .post-item .post-item-inner img.featured-image {
  max-width:100%;
  margin: 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

 .post-item-full-width img.featured-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;   
}


.blog-index .post-item .post-content .post-date {
  display: inline-block;
  /*position: absolute; */
  padding-top: 15px;
  padding-right: 15px;
  color: rgba(125,130,143,1.0); 
  text-transform: uppercase;
  
}

.date-month {  text-transform: uppercase; } 

.case-study-blog .blog-listing-content {
  padding: 2em;
}

.blog-listing-content p {
   color: rgba(125,130,143,1.0); 
   font-weight: 400;
}

 .post-item-inner .topic-link {
  border: 1px solid rgba(125,130,143,1.0);
  border-radius: 5px;
  color: rgba(125,130,143,1.0); 
  padding: 0px 5px;
  font-size: 9pt;
  font-weight: 400;
}

.blog-featured-inner {
  display: flex;
}

.post-date {
  display: inline-block;
  padding-top: 15px;
  padding-right: 15px;
  color: rgba(125,130,143,1.0); 
  text-transform: uppercase;
}

.blog-featured-full {
  margin: auto !important;
}

.blog-featured-image-wrapper {
  width: 50%;
}

.featured-tag {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3663df;
  color: #fff;
  padding: 1rem 2.75rem;
  border-top-right-radius: 5px;  
}

.featured-tag:before {
  content: " ";
  position: absolute;
  display: block;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #3663df;
  transform-origin: bottom left;
    -ms-transform: skew(25deg,0);
    -webkit-transform: skew(25deg,0);
  transform: skew(25deg,0);
}

@media (max-width: 1024px)
  {
  .blog-index .post-item { margin:10px }
  .blog-index .post-item-full-width { margin: 10px; }    
}

@media(max-width: 768px) {
  .blog-index .post-item { 
    width: calc(49% - 1em);
    max-width: calc(49% - 1em);
  }
  .blog-index .post-item-full-width { 
    width: calc(49% - 1em);
    max-width: calc(49% - 1em);
  }
  .blog-featured-full {
    width: 100% !important;
    max-width: 100% !important;
  }

  .blog-index .post-item-full-width .featured-image-wrapper{
    max-width: 100% !important;
    margin: 0;
    float:none;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

.post-item-full-width img.featured-image{
    max-width: 100% !important;
    margin: 0;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
  
  .blog-index .post-item-full-width .post-content {
    padding: 2em;
    width:100%
  }
  .blog-featured-image-wrapper img.featured-image {
    height: 400px;
    border-top-right-radius: 0px;
  }  
}

@media(max-width: 465px) {
  .blog-index .post-item {width: 100%; max-width: 100%;}
  .blog-index .post-item-full-width {width: 100%; max-width: 100%;}
  .blog-featured-inner {display: block;}
  .blog-featured-image-wrapper {width: 100%;}
  .post-title {padding-top: 0;}
}

/*
.post-date .date-day {
  float: left;
  padding-right: 7px;
  font-size: ;
  line-height: 1;
}
.post-date .date-month {
  display: block;
  font-size: ;
  line-height: 1;
}
.post-date .date-year {
  display: block;
  position: relative;
  left: 2px;
  font-size: ;
  line-height: 1;
}

*/
span.blog-post-tag-link {
    display: inline-block;
    padding: 5px 15px;
    font-size: 80%;
    color: #fff;
    text-decoration: none;
    background-color: #999;
    border-radius: 6px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.custom-top-tags h3 {
    margin: 0;
}
.blog-body-container {
    padding-bottom: 50px;
}
.case-study-blog .blog-post__body p a strong {
    font-weight: 500;
}
.blog-post__body h1 {
    margin: 0.83em 0;
}
.breadcrumb.case-breadcrumb ul li:after {
    margin-left: 5px;
}
.case-study-blog.hs-blog-post-section h1.post-title {
    padding-left: 0;
    min-height: 0;
    padding-top: 0;
}
.custom-top-tags ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}
.case-study-blog .post-title {
    padding: 0 2rem;
    min-height: 0;
    margin-bottom: 0;
}

.custom-top-tags ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.custom-top-tags ul li a {
    padding: 5px 10px;
    background-color: #293059;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 80%;
    text-decoration: none;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.custom-top-tags ul li a span.filter-link-count {
    display: none;
}

.custom-top-tags ul li a:hover {
    cursor: pointer;
    background-color: rgb(125, 130, 143);
    color: #293059 !important;
}

span#hs_cos_wrapper_post_body blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    border: none;
      padding: 0;
}
span#hs_cos_wrapper_post_body table {
    margin: 25px 0 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    background: transparent;
}

span#hs_cos_wrapper_post_body table td,span#hs_cos_wrapper_post_body table th {
    padding: 3px 12px 5px 15px;
    border: none;
    background: transparent;
}

@media screen and (max-width: 600px) {
    span#hs_cos_wrapper_post_body table td,span#hs_cos_wrapper_post_body table th {
        display:block
    }
}

.blog-index {
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.5;
}


.read-more {
  margin: 1em 2rem;
}
.read-more a {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 11pt;
  font-weight: 500;
  color: #fff;
  background-color: #63cc4d;
  border: 1px solid #63cc4d;
  border-radius: 5px;
  transition: .3s;
}
.read-more a:hover {
  color: #63cc4d !important;
  background-color: #fff;
}

.blog-pagination ul li.blog-pagination__prev-link--disabled,
.blog-pagination ul li.blog-pagination__next-link--disabled {
  display: none;
}

.blog-pagination ul {
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.5;
} 
span#hs_cos_wrapper_post_body img {
    margin: 25px;
    max-width: 100%;
    height: auto;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.blog-pagination ul li {
  display: inline-block;
  margin: 0 15px 15px;
  list-style: none;
}

.blog-pagination ul li a {
  display: inline-block;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #e1e1e1;
  border-radius: 50%;
  font-weight: 600;
  font-size: 80%;
  color: #444;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.blog-pagination ul li a.blog-pagination__link--active,
.blog-pagination ul li a.blog-pagination__link--active:hover{
  color: #fff;
  background-color: #da9d28;
}
.blog-pagination ul li a:hover {
  color: #fff;
  background-color: #f1f1f1;
}

.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: #293059;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.breadcrumb{
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 3rem;
}
.breadcrumb .content-wrapper {
  padding-bottom: 0 !important;
  padding-left: 0;
}

.breadcrumb ul {
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  padding-left: 1em;
}
.breadcrumb ul li a {
  color: #646464;
  font-size: 80%;
  text-decoration: none;
}
.breadcrumb ul li:after{
  display: inline-block;
  position: relative;
  content: ">";
  margin-left: 5px;
  bottom: -2px;
  color: #646464;
}
.breadcrumb ul li:last-child:after{
  content: none;
}

.hs-blog-post-section {
    padding: 20px 0 90px;
}
.hs-blog-post-section h1.post-title {
  padding-left: 145px;
  min-height: 52px;
  margin-top: 0;
  font-size: 30pt;
  font-weight: 600;
  line-height: 1.2;
  color: #26355e;
}
.hs-blog-post-section .post-date {
  margin-top: 0px;
}
.comment-date {
  display: block !important;
}
.blog-post__body {}

.blog-post__body .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
}

.blog-post__body .hs-responsive-embed-wrapper.hs-responsive-embed .hs-responsive-embed-inner-wrapper {
    padding: 0 !important;
    max-width: 100% !important;
    margin-bottom:1em !important;
}

.blog-post__body .hs-responsive-embed-wrapper.hs-responsive-embed .hs-responsive-embed-inner-wrapper iframe.hs-responsive-embed-iframe {
    position: static !important;

  max-width: 100%;
 
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #63cc4d;
}
.blog-post__body ol li {
    padding-left: 1em;
}

/*             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%
  width: 100%
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    float: none !important;
  }
}


@media screen and (max-width: 800px){

}


@media(max-width: 767px){

}


@media screen and (max-width: 600px) {
  .post-date {
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-right: 0;
    padding-bottom: 10px;
        width: 115px;
  }
span#hs_cos_wrapper_post_body img {
    margin: 25px 0 !important;
    max-width: 100%;
    height: auto;
    float: none !important;
}
  .post-title {
    padding-left: 0;
    padding-top: 0;
  }
  .hs-blog-post-section h1.post-title {
    padding-left: 0;
    padding-top: 65px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    transform: scale(0.8);
  }
}
/* ******************************************************************************
*********************************************************************************
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: Open Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.error-page-in h1 {
    margin-top: 0;
    font-size: 30pt;
    margin-bottom: 0.83em;
}

.error-page-in {
    padding-bottom: 50px;
    padding-top: 50px;  
}

.error-content-wrapper.page-center {
    padding-top: 50px;
    padding-bottom: 70px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, serif;
  font-size: 1.25rem;
  color: #293059;
  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: #293059;
}

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

/******************************************* For email preference page 22OCT START ************************************************/
.email-prefs-setting {
  padding-top: 50px;
  padding-bottom: 20px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.email-prefs-background {
  width: 950px;
  background: rgba(41, 48, 89, 0.9);
  padding-left:10%;
  padding-right:10%;
  padding-top:1%;
  padding-bottom:1%;
  margin: 20px;
  border-radius: 15px;
  color:#fff;
 
}

.email-prefs-background .systems-page {
 padding-top:10px;
}

.email-prefs-background .systems-page form h1 {
 font-size: 36pt;
  color:#fff;
}

.email-prefs-background .systems-page form h2 {
  color:#fff;
}

.email-prefs-background .systems-page .item-inner  {
  background: rgba(98, 204, 77, 0.9);
  margin: 15px 0;
  padding-left:10%;
  padding-right:10%;
  padding-top:5%;
  padding-bottom:1%;
  border-radius: 15px;
  color:#fff;
  align-content: center;
  width:700px;
}

.email-prefs-background .systems-page .subscribe-options {
  background: rgba(98, 204, 77, 0.9);
  margin: 15px 0;
  padding-left:10%;
  padding-right:10%;
  padding-top:3%;
  padding-bottom:1%;
  border-radius: 15px;
  color:#fff;
  align-content: center;
  width:700px;

}

.email-prefs-background .systems-page .checkbox-row span {
  font-weight:600;
}

@media only screen and (max-width: 400px) {
 
.email-prefs-background {
 max-width: 300px;
 padding-left: 5%;
 padding-right: 5%;
 margin-left: 5px;

}

.email-prefs-background .systems-page form h1 {
 font-size: 32px;
}
  
.email-prefs-background .systems-page form h2 {
 font-size: 28px;
}
  
  
.email-prefs-background .systems-page form, form {
  padding-left: 5px;
  }
  
.email-prefs-setting {
  padding-top: 30px;
  padding-bottom: 10px;
  max-width: 300px;
  
}
  
.email-prefs-background .systems-page .item-inner{
  width: 250px;
  }
  
.email-prefs-background .systems-page .subscribe-options {
  width: 250px;
  }
 .systems-page form .hs-button,
.button--primary {
  font-size: 16px;
  }
}

@media (min-width: 400px) and (max-width: 800px) {
 
.email-prefs-background {
 max-width: 650px;
 padding-left: 5%;
 padding-right: 5%;
 margin-left: 8px;

}

.email-prefs-background .systems-page form h1 {
 font-size: 36px;
}
  
.email-prefs-background .systems-page form h2 {
 font-size: 28px;
}
  
  
.email-prefs-background .systems-page form, form {
  padding-left: 10px;
  }
  
.email-prefs-setting {
  padding-top: 65px;
  padding-bottom: 10px;
  max-width: 650px;

  
}
  
.email-prefs-background .systems-page .item-inner{
  width: 550px;
  }
  
.email-prefs-background .systems-page .subscribe-options {
  width: 550px;
  }
 .systems-page form .hs-button,
.button--primary {
  font-size: 20px;
  }
}

@media (min-width: 801px) and (max-width: 1400px) {
  

}

/******************************************* For email preference page 22OCT END ************************************************/
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    100% {
        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 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    transition: 0.6s ease 0.2s;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) 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 {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(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: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-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: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}