@charset "UTF-8";
/*!
Theme Name: 	Compressed Air Systems, Inc.
Theme URI: 		http://julian.is
Description: 	Default theme for Compressed Air Systems, Inc.
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block;
}
.rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-2 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
  text-align: center;
}
.rows-of-2 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .rows-of-2 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .rows-of-2 > *:last-child {
    margin-right: 0;
  }
  .rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .rows-of-2 > *:nth-child(2n+1) {
    clear: left;
  }
  .rows-of-2 > *:nth-last-child(2):last-child {
    margin-bottom: 0 !important;
  }
  .rows-of-2 > *:nth-last-child(1):last-child {
    margin-bottom: 0 !important;
  }
}

.lt-ie9 .rows-of-2 {
  display: block;
}
.lt-ie9 .rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-2 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-2 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .lt-ie9 .rows-of-2 > * {
    float: left;
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block !important;
    clear: none !important;
  }
}

.rows-of-3 {
  display: block;
}
.rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .rows-of-3 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .rows-of-3 > *:last-child {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n) {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-3 {
  display: block;
}
.lt-ie9 .rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .lt-ie9 .rows-of-3 > * {
    float: left;
    width: 33.3% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.rows-of-4 {
  display: block;
}
.rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .rows-of-4 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .rows-of-4 > *:last-child {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n) {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-4 {
  display: block;
}
.lt-ie9 .rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 40em) {
  .lt-ie9 .rows-of-4 > * {
    float: left;
    width: 25% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block;
  }
  .mobile-rows-of-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .mobile-rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
  }
  .mobile-rows-of-2 > * > *:first-child {
    margin-top: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(1) {
    background-color: red;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(2) {
    background-color: green;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:last-child {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n+1) {
    clear: left;
  }
}

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

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .col-1:last-child {
    margin-right: 0;
  }

  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .col-2:last-child {
    margin-right: 0;
  }

  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .col-3:last-child {
    margin-right: 0;
  }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .col-4:last-child {
    margin-right: 0;
  }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .col-5:last-child {
    margin-right: 0;
  }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .col-6:last-child {
    margin-right: 0;
  }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .col-7:last-child {
    margin-right: 0;
  }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .col-8:last-child {
    margin-right: 0;
  }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .col-9:last-child {
    margin-right: 0;
  }

  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .col-10:last-child {
    margin-right: 0;
  }

  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .col-11:last-child {
    margin-right: 0;
  }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .col-12:last-child {
    margin-right: 0;
  }

  .col-last {
    margin-right: 0;
    margin-right: 0 !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
@media (max-height: 46em) and (min-width: 60em) {
  body {
    font-size: 0.875em;
  }
}
@media (max-height: 40em) and (min-width: 60em) {
  body {
    font-size: 0.75em;
  }
}

.display-font-size {
  font-size: 1.40625em;
}
@media (min-width: 40em) {
  .display-font-size {
    font-size: 1.6875em;
  }
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 1.875em;
  }
}

.xlarge-font-size {
  font-size: 1.125em;
}
@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 1.35em;
  }
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 1.5em;
  }
}

.large-font-size {
  font-size: 0.84375em;
}
@media (min-width: 40em) {
  .large-font-size {
    font-size: 1.0125em;
  }
}
@media (min-width: 60em) {
  .large-font-size {
    font-size: 1.25em;
  }
}

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}
@media (min-width: 40em) {
  .medium-font-size {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .medium-font-size {
    font-size: 1.125em;
  }
}

.base-font-size {
  font-size: 1em;
}
@media (min-width: 40em) {
  .base-font-size {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #08108f;
}

h1 {
  font-size: 1.875em;
  margin-top: 0;
  margin-bottom: 25px;
  color: #08108f;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25em;
  margin-top: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h4 {
  font-size: 1.125em;
  margin-top: 16px;
  margin-bottom: 16px;
}

h5 {
  font-size: 1.0625em;
  margin-top: 16px;
  margin-bottom: 16px;
}

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px;
}

p {
  margin: 24px 0;
  font-size: 1em;
  line-height: 1.5em;
}

.emph, .page-intro p, .section-header-wrap p {
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: normal;
  color: #08108f;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #1e30ce;
  text-decoration: underline;
}
a:hover {
  color: #cc0000;
  text-decoration: none;
}
a:active, a:focus {
  color: #cc0000;
  outline: none;
}

hr {
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  padding: 0;
  margin: 0;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "— ";
}

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #e5e5e5;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
select:hover {
  border-color: #cccccc;
}
textarea:focus,
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
select:focus {
  border-color: #1e30ce;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(27, 43, 184, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
  width: auto !important;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%;
}

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-error-msgs {
  color: red;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
ul:not([class]) li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.5em;
}
ul:not([class]) li:not([class]) a {
  text-decoration: none;
  font-weight: normal;
}
ul:not([class]) li:not([class]):after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  background-size: 0.4em;
  background-repeat: no-repeat;
}
ul:not([class]) li:not([class]) ul:not([class]) li:not([class]), ul:not([class]) li:not([class]) ol:not([class]) li:not([class]) {
  font-size: 1em;
}

.custom-list {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 3.5em;
}
.custom-list li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.custom-list li:not([class]) a {
  text-decoration: none;
  font-weight: normal;
}
.custom-list li:not([class]):after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  background-size: 0.4em;
  background-repeat: no-repeat;
}
.custom-list li:not([class]) ul:not([class]) li:not([class]), .custom-list li:not([class]) ol:not([class]) li:not([class]) {
  font-size: 1em;
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.bullet-style > li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.bullet-style > li a {
  text-decoration: none;
  font-weight: normal;
}
.bullet-style > li:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  background-size: 0.4em;
  background-repeat: no-repeat;
}
.bullet-style > li ul:not([class]) li:not([class]), .bullet-style > li ol:not([class]) li:not([class]) {
  font-size: 1em;
}

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
ol.bullet-style {
  list-style-type: decimal;
}
ol.bullet-style > li:after {
  content: none;
}
ol.bullet-style > li ul:not([class]) li:not([class]), ol.bullet-style > li ol:not([class]) li:not([class]) {
  font-size: 1em;
}
ol li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.5em;
}
ol li a {
  text-decoration: none;
  font-weight: normal;
}
ol li ul:not([class]) li:not([class]), ol li ol:not([class]) li:not([class]) {
  font-size: 1em;
}

/* Tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white;
}

.spec-thead {
  display: block;
}

.spec-table-row {
  display: block;
  width: 100%;
}

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: 0.5em 0.8em;
  vertical-align: top;
}
.spec-cell p {
  margin: 0.5em 0;
}
.spec-cell > ul {
  margin: 0.5em 0;
}
.spec-cell > ul > li {
  margin-bottom: 0 !important;
}
.spec-cell > ul > li ul {
  padding: 0 0 0 1.8em;
}
.spec-cell input,
.spec-cell select {
  width: 100%;
}

.spec-col {
  display: table-column;
}

.spec-col-1 {
  width: 100%;
}

.spec-col-2 {
  width: 100%;
}

@media (min-width: 40em) {
  .spec-table {
    display: table;
  }

  .spec-thead {
    display: table-header-group;
  }

  .spec-table-row {
    display: table-row;
  }

  .spec-cell {
    display: table-cell;
  }
  .spec-cell p {
    font-size: 1em;
  }

  .spec-spec-col-1 {
    width: 30%;
  }

  .spec-spec-col-2 {
    width: 70%;
  }
}
.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .btn-alt, .btn, .product-grid-item-link, button,
input[type=submit] {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3333333333em;
  padding: 0.8333333333em 1.7777777778em 1em 1.9444444444em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover, .btn-arrow:hover, .btn-alt-download:hover, .btn-download:hover, .btn-alt:hover, .btn:hover, .product-grid-item-link:hover, button:hover,
input[type=submit]:hover {
  color: white;
}
.btn-alt-arrow:focus, .btn-arrow:focus, .btn-alt-download:focus, .btn-download:focus, .btn-alt:focus, .btn:focus, .product-grid-item-link:focus, button:focus,
input[type=submit]:focus {
  color: white;
}
.btn-alt-arrow:disabled, .btn-arrow:disabled, .btn-alt-download:disabled, .btn-download:disabled, .btn-alt:disabled, .btn:disabled, .product-grid-item-link:disabled, button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after, .btn-alt:after, .btn:after, .product-grid-item-link:after, button:after,
input[type=submit]:after {
  content: "";
}

.btn, .product-grid-item-link, .btn-arrow, .btn-download, button,
input[type=submit] {
  background-color: #1e30ce;
}
.btn:hover, .product-grid-item-link:hover, .btn-arrow:hover, .btn-download:hover, button:hover,
input[type=submit]:hover {
  background-color: #cc0000;
}
.btn:hover:after, .product-grid-item-link:hover:after, .btn-arrow:hover:after, .btn-download:hover:after, button:hover:after,
input[type=submit]:hover:after {
  background-color: #b00000;
}
.btn:hover:before, .product-grid-item-link:hover:before, .btn-arrow:hover:before, .btn-download:hover:before, button:hover:before,
input[type=submit]:hover:before {
  background-color: #b00000;
}
.btn:after, .product-grid-item-link:after, .btn-arrow:after, .btn-download:after, button:after,
input[type=submit]:after {
  background-color: #091190;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn:before, .product-grid-item-link:before, .btn-arrow:before, .btn-download:before, button:before,
input[type=submit]:before {
  background-color: #091190;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.btn-alt, .btn-alt-arrow, .btn-alt-download {
  background-color: #cc0000;
}
.btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover {
  background-color: #b00000;
}
.btn-alt:hover:after, .btn-alt-arrow:hover:after, .btn-alt-download:hover:after {
  background-color: #7d0000;
}
.btn-alt:hover:before, .btn-alt-arrow:hover:before, .btn-alt-download:hover:before {
  background-color: #ff0000;
}
.btn-alt:after, .btn-alt-arrow:after, .btn-alt-download:after {
  background-color: #990000;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-alt:before, .btn-alt-arrow:before, .btn-alt-download:before {
  background-color: #b00000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border-bottom: 3px solid #091190;
  padding: 15px 32px 15px 35px;
}
button:hover,
input[type=submit]:hover {
  border-bottom: 3px solid #b00000;
}

.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download {
  padding-right: 4em;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  position: absolute;
  background-position: center center;
  background-size: 1.5em;
  background-repeat: no-repeat;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover:after, .btn-arrow:hover:after, .btn-alt-download:hover:after, .btn-download:hover:after {
  background-size: 2em;
}

.btn-download:after {
  background-image: url(img/ico-download.svg);
}

.btn-alt-download:after {
  background-image: url(img/ico-download.svg);
}

.btn-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg);
}

.btn-alt-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg);
}

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff;
  text-align: left;
}
@media (min-width: 60em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
  }
}
@media (min-width: 80em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    background-color: transparent;
  }
}

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 60em) {
  .sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
    height: 8.125em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 1em;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  line-height: 1.5em;
  color: #333333;
  text-decoration: none;
  padding: 0.9375em 3.4375em 1em 1.8125em;
  text-transform: uppercase;
  font-weight: 500;
}
.sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
  color: #333333;
}
.sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
  color: #cc0000;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(img/ico-blue-right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75em 0.3125em;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  top: 0;
  bottom: 0;
}
.sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
  background-image: url(img/ico-red-down-arrow.png);
  background-size: 0.3125em 0.75em;
}
@media (min-width: 60em) {
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    display: none;
  }
}
.sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
.hs-menu-depth-1.has-subnav > a.active span,
.hs-menu-depth-1.menu-item-has-children > a.active span,
.hs-menu-depth-1.hs-item-has-children > a.active span {
  transform: rotate(180deg);
}
.sn-li-l1.has-subnav.active > a, .sn-li-l1.menu-item-has-children.active > a, .sn-li-l1.hs-item-has-children.active > a,
.hs-menu-depth-1.has-subnav.active > a,
.hs-menu-depth-1.menu-item-has-children.active > a,
.hs-menu-depth-1.hs-item-has-children.active > a {
  color: #cc0000;
}
.sn-li-l1:hover,
.hs-menu-depth-1:hover {
  background-color: tranparent;
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    height: 8.125em;
    float: left;
    border-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: center;
    /*
    &:nth-child(1n) {
      width:20%;
    }
    &:nth-child(2n) {
      width:20%;
    }
    &:nth-child(3n) {
      width:20%;
    }
    &:nth-child(4n) {
      width:20%;
    }
    &:nth-child(5n) {
      width:20%;
      }*/
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.625em;
    color: #333333;
    line-height: 8.125em;
  }
  .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
    color: #cc0000;
  }
  .sn-li-l1:hover .sn-level-2,
.sn-li-l1:hover .hs-menu-children-wrapper,
.hs-menu-depth-1:hover .sn-level-2,
.hs-menu-depth-1:hover .hs-menu-children-wrapper {
    display: block;
  }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
.hs-menu-depth-1.has-subnav > a.active span,
.hs-menu-depth-1.menu-item-has-children > a.active span,
.hs-menu-depth-1.hs-item-has-children > a.active span {
    /*background-image: url(img/ico-arrow-down.svg);*/
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: #e5e5e5;
  }
  .sn-li-l1:hover > a,
.hs-menu-depth-1:hover > a {
    color: #cc0000;
  }
}
@media (min-width: 80em) {
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 1.25em;
    color: #333333;
  }
  .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
    color: #cc0000;
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: #e5e5e5;
  }
}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
}
.sn-level-2.active,
.hs-menu-children-wrapper.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    position: absolute;
    z-index: 999;
    min-width: 16.3125em;
    background-color: #e5e5e5;
    padding-bottom: 0.6875em;
    padding-top: 0.375em;
  }
  .sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: none;
  }
}

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: tranparent;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
  padding: 0.9375em 3.4375em 1em 2.5em;
  color: #333333;
  border-top: 1px solid white;
  display: block;
  text-decoration: none;
  line-height: 1.5em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
  font-size: 1em;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
}
.sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
.hs-menu-depth-2:last-child > a {
  border-bottom: 0;
}
.sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
  background-color: tranparent;
}
.sn-li-l2.has-subnav.active > a, .has-subnav.active.sn-li-l3 > a, .sn-li-l2.menu-item-has-children.active > a, .menu-item-has-children.active.sn-li-l3 > a, .sn-li-l2.hs-item-has-children.active > a, .hs-item-has-children.active.sn-li-l3 > a,
.hs-menu-depth-2.has-subnav.active > a,
.hs-menu-depth-2.menu-item-has-children.active > a,
.hs-menu-depth-2.hs-item-has-children.active > a {
  color: #cc0000;
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    text-align: left;
    position: relative;
    background-color: #e5e5e5;
    border-bottom: 0;
  }
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0.75em 1.25em 0.875em;
    border-top: none;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    font-size: 1em;
  }
  .sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
    background-color: #ffffff;
  }
  .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
.hs-menu-depth-2:hover .sn-level-3 {
    display: block;
    margin: 0;
    padding: 0.4375em 0 0.5625em;
  }
  .sn-li-l2:hover > a, .sn-li-l3:hover > a,
.hs-menu-depth-2:hover > a {
    color: #cc0000;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0.5625em 1.25em 0.5625em;
    border-top: none;
  }
}
@media (min-width: 80em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    background-color: #e5e5e5;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    font-size: 1em;
  }
}

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
  z-index: 1;
}
.sn-level-3.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-3 {
    width: 32em;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #e5e5e5;
    box-shadow: -2px 2px 3px 0.25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -2px 2px 3px 0.25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 2px 3px 0.25px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -2px 2px 3px 0.25px rgba(0, 0, 0, 0.2);
  }
  .sn-level-3.active {
    display: none;
  }
}
@media (min-width: 100em) {
  .sn-level-3 {
    width: 43.75em;
  }
}

.sn-li-l3 > a {
  padding: 0.9375em 3.4375em 1em 3.75em;
}
@media (min-width: 60em) {
  .sn-li-l3 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  .sn-li-l3 > a {
    padding: 1em 1.25em 1em 1.75em;
  }
}
@media (min-width: 80em) {
  .sn-li-l3 > a {
    padding: 1em 3.75em 1em 1.75em;
  }
}

.site-nav-container {
  background-color: #ffffff;
  width: 100%;
  right: -100%;
  max-width: 23.4375em;
  top: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.site-nav-container.active {
  right: 0;
}
@media (min-width: 60em) {
  .site-nav-container {
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    max-width: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: em(27);*/
  }
}

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-nav-container-screen.active {
  display: block;
}
@media (min-width: 60em) {
  .site-nav-container-screen {
    display: none !important;
  }
}

.close-menu {
  background-color: #3b46d2;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  line-height: 1em;
  padding: 0 1.2222222222em 0 2.1111111111em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(img/ico-close.png);
  background-size: 0.6111111111em 0.7777777778em;
  background-repeat: no-repeat;
  background-position: 1em;
  height: 2.7857142857em;
  line-height: 2.7857142857em;
}
.close-menu:visited {
  color: #ffffff;
}
.close-menu:hover {
  color: #ffffff;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  background-color: #000282;
  padding: 0 0 0 1.375em;
  text-align: left;
}
@media (min-width: 60em) {
  .snc-header {
    display: none;
  }
}

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
  max-width: 74.875em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
}
.inner-wrap::after, .inner-wrap-fullwidth::after, .inner-wrap-wide::after, .inner-wrap-narrow::after {
  clear: both;
  content: "";
  display: table;
}
.inner-wrap > *:first-child, .inner-wrap-fullwidth > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-narrow > *:first-child {
  margin-top: 0;
}
.inner-wrap > *:last-child, .inner-wrap-fullwidth > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-narrow > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }
}

.inner-wrap-narrow {
  max-width: 62.5em;
}

.inner-wrap-wide {
  max-width: 87.5em;
}

.inner-wrap-fullwidth {
  max-width: 100%;
}

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #e5e5e5;
}
.section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.section-header-wrap h1 {
  margin: 0;
}
.section-header-wrap p {
  margin: 0.5em 0 0 0;
}

.section-cta {
  text-align: center;
}

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden;
}

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%;
}
.media-object-img img {
  width: 100%;
}

.media-object-body {
  width: 75%;
  float: left;
}

.media-object-header {
  margin-top: 0;
  margin-bottom: 0.15em;
}

.media-grid-2 > * {
  margin-bottom: 1em;
}
@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em;
  }
  .media-grid-2 > *:last-child {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n+1) {
    clear: left;
  }
}

/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.8em;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #e5e5e5;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.click-expand.active:hover {
  background-color: #ffffff;
}
.click-expand.active .ce-header:after {
  content: "-";
}
.click-expand.active .ce-body {
  display: block;
  opacity: 1;
  -webkit-animation: click-expand 0.5s 1;
  -moz-animation: click-expand 0.5s 1;
  animation: click-expand 0.5s 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
  padding: 0 12px 1.5em 12px;
  display: block;
}
.click-expand.active .ce-body > *:first-child {
  margin-top: 0;
}
.click-expand.active .ce-body > *:last-child {
  margin-bottom: 0;
}
.click-expand:hover {
  background-color: #e5e5e5;
}
.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.ce-header:after {
  content: "+";
  color: #1e30ce;
  padding-left: 8px;
  position: absolute;
  right: 0.3125em;
}

.ce-body {
  display: none;
  opacity: 0;
}

@-webkit-keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #333333;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
.slide-panel h2 {
  padding: 0.2em 1em;
}
.slide-panel p {
  background: #333333;
  padding: 0.25px 2em;
}
.slide-panel label {
  color: #ffffff !important;
}
.slide-panel:hover {
  right: 0px;
}
@media (min-width: 40em) {
  .slide-panel {
    display: block;
  }
}

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #333333;
  min-width: 200px;
}

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0;
}

#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #cc0000;
}
@media (min-width: 40em) {
  #slidebox {
    width: auto;
  }
}

a.close {
  background-color: white;
  color: #1e30ce;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em;
}

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
}
.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 40em) {
  .accordion-tabs {
    border-radius: 0;
    border: 1px solid #e5e5e5;
  }
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
  margin-bottom: 0;
}
.accordion-tabs .tab-header-and-content:after {
  display: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs .tab-header-and-content:first-child .tab-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}
@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header-and-content:last-child .tab-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.accordion-tabs .tab-link {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #e5e5e5;
  color: #333333;
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  padding: 0.75em 0.809em;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link {
    display: inline-block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
  }
}
.accordion-tabs .tab-link:hover {
  color: #1e30ce;
  border-bottom: 0;
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link.is-active {
  background-color: white;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link.is-active {
    background-color: white;
    border: 1px solid #e5e5e5;
    border-bottom-color: white;
    margin-bottom: -1px;
  }
}
.accordion-tabs .tab-content {
  background: white;
  display: none;
  padding: 1.5em 1.618em;
  width: 100%;
}
.accordion-tabs .tab-content > *:first-child {
  margin-top: 0;
}
.accordion-tabs .tab-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #e5e5e5;
    float: left;
  }
}

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer;
}
.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}
.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #1e30ce;
}

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both;
}

figure {
  margin: 0;
  padding: 0;
}

.wp-pagenavi > * {
  margin-right: 0.75em;
}

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 2.5em;
  width: auto;
  max-width: 37.5em;
  margin: 1.25em auto;
}
.white-popup > * {
  margin-top: 0;
}

.mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/*=============== Layouts  ===============*/
.page-intro {
  background-color: #e5e5e5;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.page-intro h1 {
  margin: 0;
}
.page-intro p {
  margin: 0.5em 0 0 0;
}
.page-intro .pi-heading {
  text-align: center;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  .site-content.one-column .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  .site-content.one-column .site-content-secondary:last-child {
    margin-right: 0;
  }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-right: 8.26087%;
    width: 68.8696%;
  }
  .site-content.two-column .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0;
    width: 22.8696%;
  }
  .site-content.two-column .site-content-secondary:last-child {
    margin-right: 0;
  }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .site-content.three-column .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .site-content.three-column .site-content-secondary:last-child {
    margin-right: 0;
  }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }
  .site-content.three-column .additional-content:last-child {
    margin-right: 0;
  }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .site-content.two-column-alt .site-content-primary:last-child {
    margin-right: 0;
  }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }
  .site-content.two-column-alt .site-content-secondary:last-child {
    margin-right: 0;
  }
}

/*=============== Product Grid ===============*/
.product-grid {
  clear: both;
  overflow: hidden;
}

.product-grid-item {
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  overflow: hidden;
  display: block;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.product-grid-item:hover {
  border: 1px solid #cc0000;
}
.product-grid-item:hover .product-grid-item-header {
  color: #cc0000;
}
.product-grid-item:hover .product-grid-item-img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.product-grid-item:hover .product-grid-item-link {
  background-color: #cc0000;
}
.product-grid-item:hover .product-grid-item-link:before {
  background-color: #b00000;
}
@media (min-width: 40em) {
  .product-grid-item {
    font-size: 0.75em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 60em) {
  .product-grid-item {
    font-size: 1em;
  }
}

@media (min-width: 40em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-bottom: 1em;
  }
  .product-grid-item-header-wrap .product-grid-item-header {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
  }
}

.product-grid-item-header {
  font-size: 1.125em;
  color: #08108f;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  text-transform: none;
}
.product-grid-item-header:hover {
  color: #cc0000;
}
@media (min-width: 40em) {
  .product-grid-item-header {
    width: auto;
    float: none;
    text-align: center;
  }
}

.product-grid-item-subheader {
  color: #000000;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em;
}
@media (min-width: 40em) {
  .product-grid-item-subheader {
    width: auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 60em) {
  .product-grid-item-subheader {
    min-height: 3em;
  }
}

.product-grid-item-img {
  float: left;
  width: 25%;
  margin-top: -1em;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 40em) {
  .product-grid-item-img {
    margin-top: 0;
    float: none;
    width: auto;
  }
}

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.75em;
}
@media (min-width: 40em) {
  .product-grid-item-link {
    width: auto;
    float: none;
    text-align: center;
  }
}

/*=============== Product Carousel ===============*/
.product-item {
  text-align: center;
}
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }
  .product-item:last-child {
    margin-right: 0;
  }
  .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .product-item:last-child {
    margin-right: 0;
  }
}

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #e5e5e5;
}
.resources-module > .inner-wrap, .resources-module > .inner-wrap-narrow, .resources-module > .inner-wrap-wide, .resources-module > .inner-wrap-fullwidth {
  padding-top: 3.25em;
  padding-bottom: 1.5625em;
}

.rm-heading {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 1.125em;
  color: #08108f;
  text-transform: uppercase;
}

.rm-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.rm-item-wrap > a {
  text-decoration: none;
}
.rm-item-wrap > a:hover .rm-item-cta {
  background-image: url(img/ico-download-red.png);
}
@media (min-width: 40em) {
  .rm-item-wrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.rm-item-wrap > * {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
@media (min-width: 40em) {
  .rm-item-wrap > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 60em) {
  .rm-item-wrap {
    margin: 0 auto;
    width: 94%;
  }
}

.rm-item {
  text-align: center;
  background-color: #e5e5e5;
  padding: 1em !important;
}
.rm-item:hover .rm-item-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 40em) {
  .rm-item {
    margin-bottom: 0;
  }
}

.rm-item-cta {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  padding: 0.5555555556em 0 0.5555555556em 2.2777777778em;
  font-weight: 500;
  background-image: url(img/ico-download.png);
  background-size: 1.5555555556em 1.2222222222em;
  background-repeat: no-repeat;
  background-position: left center;
}

.rm-item-img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 1em;
}
.rm-item-img img {
  max-width: 100%;
  object-fit: contain;
  height: 17.0625em;
}

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.7222222222em;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  height: 2.5em;
  color: #cc0000;
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
.rm-item-title span {
  line-height: 1.3333333333em;
  display: inline-block;
  color: #333333;
}
@media (min-width: 40em) {
  .rm-item-title {
    height: 3.3333333333em;
  }
}
@media (min-width: 80em) {
  .rm-item-title {
    height: 2.5em;
  }
}

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important;
}

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em;
}

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold;
}
.blog-pagination a {
  margin-right: 2em;
  text-decoration: none;
}

.more-link {
  font-size: 1.4em;
  text-decoration: none;
}

.post-item {
  border-bottom: 5px solid #e5e5e5;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.hs-author-avatar {
  float: left;
  margin-right: 1.5em;
}
.hs-author-avatar img {
  border-bottom: 1px solid #adadad;
}

.hs-author-social-label {
  font-size: 1.3em;
}

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.hs-author-profile {
  background: #F2F2F2;
  padding: 0.2em 2em 2em 2em;
}

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: 0.3em;
  color: #b9b9b9;
}

.hs-author-social-links a {
  text-decoration: none;
}
.hs-author-social-links img {
  opacity: 0.7;
  width: 1.875em;
  height: 1.875em;
}
.hs-author-social-links img:hover {
  opacity: 1;
}

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/*=============== Site Header ===============*/
.site-header-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-header {
  z-index: 3 !important;
}
.site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
  padding: 0 1em 0 1em;
}
@media (min-width: 60em) {
  .site-header {
    height: 11.1875em;
  }
  .site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
    padding: 0 1.5em 0 1.5em;
  }
}

.shr-contact {
  display: inline-block;
  margin-left: 0.4375em;
  margin-top: 0.4375em;
  vertical-align: top;
}
@media (min-width: 60em) {
  .shr-contact {
    margin-right: 0.875em;
    margin-top: 0.5625em;
    float: left;
  }
}
@media (min-width: 80em) {
  .shr-contact {
    margin-right: 1.6875em;
  }
}

.sh-ph {
  color: #ffffff;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.2727272727em;
  margin: 0 0.5909090909em 0 0;
  text-decoration: none;
  display: inline-block;
  min-width: 0.9444444444em;
  min-height: 0.9444444444em;
  background-image: url("img/ico-phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875em 0.875em;
}
.sh-ph:focus {
  color: #ffffff;
}
.sh-ph:focus:hover {
  color: #cc0000;
}
.sh-ph span {
  display: none;
}
@media (min-width: 60em) {
  .sh-ph {
    background-image: none;
  }
  .sh-ph span {
    display: inline-block;
  }
}

.sh-email {
  background-image: url("img/email-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em 1.63em;
  display: inline-block;
  height: 1.625em;
  text-decoration: none;
  vertical-align: top;
  width: 2em;
}
.sh-email:hover {
  background-image: url("img/email-red.svg");
}

.shr-cart {
  background-color: #4d5ae2;
  background-image: url("img/shopping-cart-off.svg");
  background-position: 0.75em 0.4375em;
  background-repeat: no-repeat;
  background-size: 2.3125em 1.75em;
  float: right;
  height: 2.875em;
  text-decoration: none;
  width: 3.9375em;
  display: inline-block;
  vertical-align: top;
}
.shr-cart:hover {
  background-image: url("img/shopping-cart-on.svg");
}
@media (min-width: 60em) {
  .shr-cart {
    background-position: 0.75em 0.625em;
    height: 3.0625em;
    margin-right: 0.0625em;
  }
}

.site-logo {
  max-width: 9.625em !important;
  width: 100%;
  text-decoration: none;
  display: block;
  margin: auto;
}
@media (min-width: 40em) {
  .site-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 9.625em !important;
  }
}
@media (min-width: 80em) {
  .site-logo {
    max-width: 14.9375em !important;
  }
}

@media (min-width: 60em) {
  .sh-righ-nav {
    width: calc(100% - 9.625em);
  }
}
@media (min-width: 80em) {
  .sh-righ-nav {
    width: calc(100% - 14.9375);
  }
}

.sh-icons {
  display: block;
  text-align: center;
  margin-top: 1.25em;
  /*margin-right: em(6);
  margin-top: em(23);
  display: block; 
  @include mq(medium) {
      float: right;
  }
  @include mq(large) {
      margin-right: 0;
      margin-top: em(44);
  }*/
}
@media (min-width: 40em) {
  .sh-icons {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
  }
}

.sh-sticky-wrap {
  background-color: #ffffff;
}
.sh-sticky-wrap > .inner-wrap, .sh-sticky-wrap > .inner-wrap-narrow, .sh-sticky-wrap > .inner-wrap-wide, .sh-sticky-wrap > .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .sh-sticky-wrap > .inner-wrap, .sh-sticky-wrap > .inner-wrap-narrow, .sh-sticky-wrap > .inner-wrap-wide, .sh-sticky-wrap > .inner-wrap-fullwidth {
    padding-bottom: 0.625em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sh-sticky-wrap > .inner-wrap:after, .sh-sticky-wrap > .inner-wrap-narrow:after, .sh-sticky-wrap > .inner-wrap-wide:after, .sh-sticky-wrap > .inner-wrap-fullwidth:after {
    display: none;
  }
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    height: 7.1875em;
    text-align: right;
  }
  .sh-sticky-wrap > .inner-wrap, .sh-sticky-wrap > .inner-wrap-narrow, .sh-sticky-wrap > .inner-wrap-wide, .sh-sticky-wrap > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 80em) {
  .sh-sticky-wrap {
    height: 8.125em;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1191px) {
  .sh-sticky-wrap {
    height: 7.6875em;
  }
}

@media (min-width: 60em) {
  .site-header.stuck {
    position: fixed;
    left: 0;
    /*right: 0;*/
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
  }

  .pum-open .site-header-wrap .stuck {
    width: calc(100% - 15px);
  }
}
.site-header-wrap .stuck {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://compressedairsystems.com/wp-content/uploads/compressed-background_1x.webp);
}

.sh-ico-search, .sh-ico-menu {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none;
}
.sh-ico-search span, .sh-ico-menu span {
  font-size: 0.75em;
}

.sh-ico-menu {
  background-image: url("img/hamburger-menu.png");
  background-position: left center;
  color: #333333;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  margin-left: 0;
  margin-right: 0.9375em;
  padding-left: 1.0625em;
  padding-top: 0;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.sh-ico-menu.menu-link > span {
  font-size: 1em;
}
.sh-ico-menu:hover {
  color: #333333;
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

.sh-ico-search {
  background-image: url("img/search-off.svg");
  background-position: center center;
  background-size: 1.44em 1.44em;
  height: 1.44em;
  margin: 0;
  padding: 0;
  width: 1.44em;
}
.sh-ico-search:hover {
  background-image: url("img/search-on.svg");
}
@media (min-width: 60em) {
  .sh-ico-search {
    margin-right: 1.25em;
    margin-top: 3.4em;
    vertical-align: top;
  }
}
@media (min-width: 80em) {
  .sh-ico-search {
    margin-right: 2.5em;
  }
}

.social-wrap {
  overflow: hidden;
  padding-bottom: 0.875em;
  padding-top: 0.5625em;
}
.social-wrap a {
  display: inline-block;
  margin-right: 0.3125em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.social-wrap a img {
  display: block;
  width: 75%;
  vertical-align: middle;
}
.social-wrap a:last-child {
  margin-right: 0;
}
@media (min-width: 40em) {
  .social-wrap a {
    margin-right: 0.9375em;
  }
  .social-wrap img {
    width: 90%;
  }
}
@media (min-width: 60em) {
  .social-wrap {
    display: inline-block;
    padding-bottom: 0;
  }
  .social-wrap a {
    margin-right: 0.8125em;
  }
  .social-wrap a img {
    width: 100%;
  }
}
@media (min-width: 80em) {
  .social-wrap {
    padding-left: 0.625em;
  }
  .social-wrap a {
    margin-right: 1.625em;
  }
}

@media (min-width: 60em) {
  .sh-right {
    float: right;
  }
}

.shr-links {
  /*border-bottom: 1px solid $light-gray;*/
  padding-bottom: 1em;
  padding-top: 1.125em;
  text-align: center;
}
.shr-links > li {
  border-right: 1px solid #ededed;
  display: inline-block;
  padding: 0.4375em 0.8125em 0.5em 0.625em;
}
.shr-links > li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875em;
}
.shr-links > li a:hover {
  color: #cc0000;
}
.shr-links > li:last-child {
  border-right: none;
  padding-right: 0.625em;
}
@media (min-width: 60em) {
  .shr-links {
    border: none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  .shr-links li {
    border-right: 1px solid rgba(84, 99, 244, 0.7);
    padding: 0.625em 0.8125em 0.9375em 0.625em;
  }
  .shr-links li a {
    color: #ffffff;
    font-size: 1em;
  }
  .shr-links li:first-child {
    border-left: 1px solid rgba(84, 99, 244, 0.7);
    padding-left: 1.0625em;
  }
  .shr-links li:last-child {
    padding-right: 1.0625em;
  }
}

.sh-rfq {
  margin-bottom: 2.1666666667em;
  margin-top: 1.8888888889em;
  padding: 0.4444444444em 1em 0.6666666667em 0.9444444444em;
  font-size: 1.125em;
  line-height: 1.3333333333em;
}
@media (min-width: 60em) {
  .sh-rfq {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.sh-rfq.sh-rfq-dsk {
  display: none;
}
@media (min-width: 60em) {
  .sh-rfq.sh-rfq-dsk {
    display: inline-block !important;
  }
}
@media (min-width: 60em) {
  .sh-rfq.sh-rfq-mob {
    display: none !important;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
  padding-bottom: 2.5625em;
  padding-top: 2.5em;
}
@media (min-width: 60em) {
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-bottom: 6.25em;
    padding-top: 4.5625em;
  }
}

.si-header {
  color: #ffffff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.7291666667em;
  text-shadow: 1px 2px 1px #000282;
  -webkit-text-shadow: 1px 2px 1px #000282;
  -moz-text-shadow: 1px 2px 1px #000282;
  -o-text-shadow: 1px 2px 1px #000282;
  text-transform: uppercase;
}
@media (max-width: 40em) {
  .si-header {
    font-size: 2.5em;
  }
}
.si-header > span {
  display: block;
  font-size: 0.9583333333em;
  font-weight: 300;
  line-height: 1.2608695652em;
  text-transform: none;
}
@media (min-width: 60em) {
  .si-header {
    font-size: 3.125em;
    line-height: 1.2em;
    margin-bottom: 0.94em;
  }
  .si-header > span {
    font-size: 0.96em;
    line-height: 1.2291666667em;
  }
}

.si-btn {
  background-color: transparent;
  border: solid #ffffff;
  border-width: 1px 1px 3px 1px;
  margin: 0 1.1111111111em 1.1111111111em;
  max-width: 11.9444444444em;
  padding: 0.6666666667em 0.5555555556em 0.5555555556em;
  width: 100%;
  text-align: center;
  /*&:last-child{
      &:hover{
          border-bottom: 3px solid #9c0001;
      border-top: 1px solid #b00000;
      border-left: 1px solid #b00000;
      border-right: 1px solid #b00000;
      background-color: #b00000;
      }
  }*/
}
.si-btn:before {
  display: none;
}
.si-btn > span {
  display: block;
  font-size: 0.7777777778em;
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}
.si-btn:hover {
  border-bottom: 3px solid #08108f;
  border-top: 1px solid #5463f4;
  border-left: 1px solid #5463f4;
  border-right: 1px solid #5463f4;
  background-color: #5463f4;
}
@media (min-width: 60em) {
  .si-btn {
    margin: 0 1em 1.1111111111em 0;
    padding: 0.6111111111em 0.5555555556em 0.6111111111em;
  }
}

@media (min-width: 60em) {
  .si-left-content {
    float: left;
    text-align: left;
    width: 62.2608695652%;
    padding-left: 0.75em;
    padding-top: 1.0625em;
  }
}

.home-banner {
  display: none;
}
@media (min-width: 60em) {
  .home-banner {
    display: inline-block;
    float: left;
    width: 37.7391304348%;
  }
}

.home-slider {
  position: relative;
}
.home-slider .flex-control-nav {
  text-align: right;
  bottom: -2.3125em;
  right: 0.125em;
}
.home-slider .flex-control-nav li {
  margin: 0 0 0 0.2777777778em;
}
.home-slider .flex-control-paging li a {
  text-align: center;
  height: 0.3888888889em;
  width: 0.3888888889em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  border-radius: 50%;
}
.home-slider .flex-control-paging li a.flex-active, .home-slider .flex-control-paging li a:hover {
  background: #ffffff;
}

/*=============== page-intro ===============*/
.page-intro {
  min-height: 6.4375em;
  background-color: transparent;
}

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-content > .inner-wrap, .site-content > .inner-wrap-narrow, .site-content > .inner-wrap-wide, .site-content > .inner-wrap-fullwidth {
  padding-top: 19px;
  padding-bottom: 49px;
}

.dest-content-wrap.animated p:nth-of-type(1) {
  -webkit-animation: fadeInDown 0.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 0.5s;
}
.dest-content-wrap.animated p:nth-of-type(2) {
  -webkit-animation: fadeInDown 1s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 1s;
}
.dest-content-wrap.animated p:nth-of-type(3) {
  -webkit-animation: fadeInDown 1.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 1.5s;
}
.dest-content-wrap.animated p:nth-of-type(4) {
  -webkit-animation: fadeInDown 2s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 2s;
}
.dest-content-wrap.animated p:nth-of-type(5) {
  -webkit-animation: fadeInDown 2.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 2.5s;
}
.dest-content-wrap.animated p:nth-of-type(6) {
  -webkit-animation: fadeInDown 3s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 3s;
}
.dest-content-wrap.animated p:nth-of-type(7) {
  -webkit-animation: fadeInDown 3.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 3.5s;
}
.dest-content-wrap.animated p:nth-of-type(8) {
  -webkit-animation: fadeInDown 4s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 4s;
}
.dest-content-wrap.animated p:nth-of-type(9) {
  -webkit-animation: fadeInDown 4.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 4.5s;
}
.dest-content-wrap.animated p:nth-of-type(10) {
  -webkit-animation: fadeInDown 5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 5s;
}
.dest-content-wrap.animated p:nth-of-type(11) {
  -webkit-animation: fadeInDown 5.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 5.5s;
}
.dest-content-wrap.animated p:nth-of-type(12) {
  -webkit-animation: fadeInDown 6s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 6s;
}
.dest-content-wrap.animated p:nth-of-type(13) {
  -webkit-animation: fadeInDown 6.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 6.5s;
}
.dest-content-wrap.animated p:nth-of-type(14) {
  -webkit-animation: fadeInDown 7s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 7s;
}
.dest-content-wrap.animated p:nth-of-type(15) {
  -webkit-animation: fadeInDown 7.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 7.5s;
}

.site-content-secondary {
  max-width: 16.4375em;
}

.why-work-module {
  background-color: #e5e5e5;
  text-align: center;
}
@media (min-width: 80em) {
  .why-work-module {
    text-align: left;
  }
}

/*=============== DEst Page Style ===============*/
.breadcrumb-menu {
  font-size: 0.875em;
  line-height: 1.1428571429em;
  margin-bottom: 3.1428571429em;
}
.breadcrumb-menu a {
  text-decoration: none;
}

.page-header {
  text-transform: uppercase;
  position: relative;
}
.page-header > span {
  background-color: #ffffff;
  display: inline;
  position: relative;
  z-index: 1;
  padding-right: 0.6333333333em;
}
.page-header:before {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 0.3666666667em;
  left: 50%;
  position: absolute;
  bottom: 0.3333333333em;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.page-header:after {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  bottom: 0.6666666667em;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.right-img-content {
  max-width: 15.625em;
  text-align: center;
  margin: 0 auto 1.875em;
}
.right-img-content a {
  display: block;
  vertical-align: top;
}
.right-img-content a img {
  display: block;
}
@media (min-width: 40em) {
  .right-img-content {
    float: right;
    margin: 0.375em 0 1.25em 2.5em;
  }
}

.ric-btn {
  margin-top: 2em;
  padding-bottom: 0.7777777778em;
}
.ric-btn > span {
  display: block;
  font-size: 0.7777777778em;
  font-weight: normal;
  line-height: 1.2142857143em;
  padding-bottom: 0.1428571429em;
  text-transform: none;
}
.ric-btn:before {
  background-color: #3940a5;
}

.sn-header {
  color: #08108f;
  margin-bottom: 0.4583333333em;
  margin-top: 0.2083333333em;
  text-transform: uppercase;
}

.sn-nav > li {
  border-bottom: 1px solid #e5e5e5;
}
.sn-nav > li a {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding-bottom: 0.6875em;
  padding-top: 0.875em;
}
.sn-nav > li a:hover {
  color: #cc0000;
}

.mfp-close {
  width: auto !important;
}
.mfp-close:before {
  display: none;
}

.list-item-module {
  padding-top: 1.6875em;
  border-bottom: 7px solid #e5e5e5;
  padding-bottom: 1.875em;
}
.list-item-module > div div {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .list-item-module > div div {
    margin-bottom: 1.5em;
  }
}

.lim-heading {
  color: #08108f;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 1.7777777778em;
  margin-top: 0;
}

.recommended-products-module {
  border-bottom: 7px solid #e5e5e5;
  padding-bottom: 0.3125em;
  padding-top: 1.6875em;
  margin-bottom: 1.875em;
}
.recommended-products-module div {
  overflow: hidden;
}

.rpm-heading {
  color: #08108f;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2222222222em;
  margin-bottom: 2.4444444444em;
  margin-top: 0;
}

.rpm-item {
  padding-right: 0.875em;
}

.rpmi-img {
  margin-bottom: 0.625em;
  -webkit-animation: fadeInDown 0.5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 0.5s;
}
.rpmi-img > img {
  display: block;
  margin: 0 auto;
  max-width: 12.125em;
  width: 100%;
}

.rpmi-text p {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  margin-top: 0;
}
.rpmi-text p:last-child {
  margin-bottom: 0;
}

.cta-module {
  background-color: #08108f;
  text-align: center;
}
.cta-module > .inner-wrap, .cta-module > .inner-wrap-narrow, .cta-module > .inner-wrap-wide, .cta-module > .inner-wrap-fullwidth {
  padding-bottom: 1.1875em;
  padding-top: 1.125em;
}
.cta-module a {
  color: #ffffff;
  font-size: 1.375em;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}
.cta-module a:hover {
  color: #ffffff;
}
.cta-module:hover {
  background-color: #cc0000;
}

.bottom-dest-btn {
  padding-bottom: 1.5625em;
}

.bottom-dest-btn .ric-btn {
  text-align: center;
}

/*=============== Featured Equipment Module Start ===============*/
.featured-equipment-module {
  text-align: center;
}
.featured-equipment-module > .inner-wrap, .featured-equipment-module > .inner-wrap-narrow, .featured-equipment-module > .inner-wrap-wide, .featured-equipment-module > .inner-wrap-fullwidth {
  padding-top: 3.875em;
  padding-bottom: 5.8125em;
}
.featured-equipment-module .owl-carousel {
  margin: 0 auto;
  width: 90%;
}
.featured-equipment-module .owl-carousel .owl-item {
  transform: none;
}
.featured-equipment-module .owl-carousel .owl-dots {
  display: none;
}
.featured-equipment-module .owl-carousel .owl-nav button:before {
  display: none;
}
.featured-equipment-module .owl-carousel .owl-nav button.owl-prev {
  left: -8.1%;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  background-image: url(img/left-arrow-hover.svg);
  background-size: 1.875em 1.4375em;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 1.875em;
  height: 1.4375em;
}
.featured-equipment-module .owl-carousel .owl-nav button.owl-prev.disabled {
  background-image: url(img/left-arrow-default.svg);
  opacity: 1;
}
.featured-equipment-module .owl-carousel .owl-nav button.owl-next {
  right: -8.1%;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  background-image: url(img/right-arrow-hover.svg);
  background-size: 1.875em 1.4375em;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 1.875em;
  height: 1.4375em;
}
.featured-equipment-module .owl-carousel .owl-nav button.owl-next.disabled {
  background-image: url(img/right-arrow-default.svg);
  opacity: 1;
}
.featured-equipment-module .owl-carousel .owl-nav button span {
  display: none;
}
@media (min-width: 80em) {
  .featured-equipment-module .owl-carousel {
    width: 100%;
  }
  .featured-equipment-module .owl-carousel .owl-nav button:before {
    display: none;
  }
  .featured-equipment-module .owl-carousel .owl-nav button.owl-prev {
    left: -5.1%;
    background-size: 2.5em 1.875em;
    width: 2.5em;
    height: 1.875em;
  }
  .featured-equipment-module .owl-carousel .owl-nav button.owl-next {
    right: -5.1%;
    background-size: 2.5em 1.875em;
    width: 2.5em;
    height: 1.875em;
  }
}
@media (min-width: 87.5em) {
  .featured-equipment-module .owl-carousel .owl-nav button:before {
    display: none;
  }
  .featured-equipment-module .owl-carousel .owl-nav button.owl-prev {
    left: -7.5%;
  }
  .featured-equipment-module .owl-carousel .owl-nav button.owl-next {
    right: -7.5%;
  }
}

.femi-btn {
  font-size: 0.75em;
}

.fem-heading {
  color: #08108f;
  font-size: 1.875em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.9333333333em;
  position: relative;
  text-transform: uppercase;
}
.fem-heading > span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 0.5666666667em;
  position: relative;
  z-index: 1;
}
.fem-heading strong {
  font-weight: 700;
}
.fem-heading:before {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 0.3666666667em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.fem-heading:after {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.femi-link {
  display: block;
  padding: 0.625em 0.5625em 1.8125em;
  margin: 0 0.0625em;
  text-decoration: none;
  position: relative;
  z-index: 999;
}
.femi-link:hover:after {
  border: 1px solid #cc0000;
  border-radius: 2px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.femi-link:hover .femi-img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.femi-link:hover .femi-title {
  color: #cc0000;
}
.femi-link:hover .femi-btn {
  background-color: #cc0000;
}
.femi-link:hover .femi-btn:before {
  background-color: #b00000;
}

.femi-title {
  color: #08108f;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  text-transform: none;
  font-weight: 500;
  line-height: 1.3333333333em;
  margin-bottom: 1.2777777778em;
  min-height: 2.6666666667em;
  margin-top: 0.4444444444em;
}

.femi-img-wrap {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.femi-img-wrap:after {
  background-color: #efefef;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.femi-img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.fem-btn {
  margin-top: 1.1666666667em;
}

/*=============== Proudly Celebrating 55 Years Module Start ===============*/
.years-module {
  text-align: center;
  background-color: #e5e5e5;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
.years-module:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 6.25em 4.5625em;
  background-position: right center;
  left: 0;
  top: -2em;
  width: 6.25em;
  height: 4.5625em;
}
@media (min-width: 60em) {
  .years-module:before {
    top: -3.75em;
  }
}
@media (min-width: 80em) {
  .years-module:before {
    top: -2em;
  }
}
.years-module:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 6.25em 5.0625em;
  background-position: right center;
  right: 0;
  bottom: -2em;
  width: 6.25em;
  height: 5.0625em;
}
@media (min-width: 60em) {
  .years-module:after {
    bottom: -3.75em;
  }
}
@media (min-width: 80em) {
  .years-module:after {
    bottom: -2em;
  }
}
.years-module > .inner-wrap, .years-module > .inner-wrap-narrow, .years-module > .inner-wrap-wide, .years-module > .inner-wrap-fullwidth {
  padding-bottom: 4.375em;
  padding-top: 4.6875em;
}
@media (min-width: 60em) {
  .years-module {
    /*padding-left: em(100);
    padding-right: em(100);*/
    padding: 0;
  }
  .years-module:before {
    background-size: 10.6875em 7.8125em;
    width: 10.6875em;
    height: 7.8125em;
  }
  .years-module:after {
    background-size: 10.75em 8.6875em;
    width: 10.75em;
    height: 8.6875em;
  }
}

.ym-heading {
  font-size: 1.625em;
  line-height: 1.2307692308em;
  color: #091190;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
.ym-heading a {
  color: #091190;
  text-decoration: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 0.4230769231em 0.4615384615em;
  background-position: right center;
}
.ym-heading a:hover {
  color: #091190;
}
.ym-heading span {
  font-weight: 500;
}
.ym-heading span.ym-arrow {
  color: #cc0000;
}

/*=============== Services / Applications Module start ===============*/
.services-applications-module > .inner-wrap, .services-applications-module > .inner-wrap-narrow, .services-applications-module > .inner-wrap-wide, .services-applications-module > .inner-wrap-fullwidth {
  padding-bottom: 3.625em;
  padding-top: 6.75em;
}
.services-applications-module .accordion-tabs {
  border: none;
}
.services-applications-module .accordion-tabs .tab-header-and-content {
  margin-bottom: 1.25em;
}
.services-applications-module .accordion-tabs .tab-header-and-content:first-child .tab-link {
  border-top: 1px solid #5463f4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.services-applications-module .accordion-tabs .tab-link {
  font-size: 1.5em;
  line-height: 1em;
  padding: 0.75em 2.5em 0.7083333333em;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #1e30ce;
  font-weight: 400;
  border: 1px solid #5463f4;
  text-align: center;
}
.services-applications-module .accordion-tabs .tab-link:after {
  position: absolute;
  content: "+";
  margin-left: 0.375em;
}
.services-applications-module .accordion-tabs .tab-link.is-active {
  background-color: #9C0001;
  color: #ffffff;
  border: 1px solid #9C0001 !important;
}
.services-applications-module .accordion-tabs .tab-link.is-active:after {
  content: "-";
}
.services-applications-module .accordion-tabs .tab-content {
  padding: 2.5em 0 1.25em;
}
.services-applications-module .owl-carousel {
  display: block;
}
.services-applications-module .owl-carousel.owl-theme .owl-nav {
  margin-top: 0 !important;
}
@media (min-width: 40em) {
  .services-applications-module .accordion-tabs .tab-link {
    border-bottom: none;
    margin-right: 0.25em;
  }
  .services-applications-module .accordion-tabs .tab-link:after {
    display: none;
  }
  .services-applications-module .accordion-tabs .tab-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #5463f4;
    padding: 4em 0 1.25em;
  }
  .services-applications-module .owl-carousel {
    width: 90%;
    margin: 0 auto;
  }
  .services-applications-module .owl-carousel .owl-dots {
    display: none;
  }
  .services-applications-module .owl-carousel .owl-nav button:before {
    display: none;
  }
  .services-applications-module .owl-carousel .owl-nav button.owl-prev {
    left: -8.1%;
    position: absolute;
    top: 28.8%;
    transform: translateY(-50%);
    background-image: url(img/left-arrow-hover.svg);
    background-size: 1.875em 1.4375em;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 1.875em;
    height: 1.4375em;
  }
  .services-applications-module .owl-carousel .owl-nav button.owl-prev.disabled {
    background-image: url(img/left-arrow-default.svg);
    opacity: 1;
  }
  .services-applications-module .owl-carousel .owl-nav button.owl-next {
    right: -8.1%;
    position: absolute;
    top: 28.8%;
    transform: translateY(-50%);
    background-image: url(img/right-arrow-hover.svg);
    background-size: 1.875em 1.4375em;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 1.875em;
    height: 1.4375em;
  }
  .services-applications-module .owl-carousel .owl-nav button.owl-next.disabled {
    background-image: url(img/right-arrow-default.svg);
    opacity: 1;
  }
  .services-applications-module .owl-carousel .owl-nav button span {
    display: none;
  }
}
@media (min-width: 60em) {
  .services-applications-module .accordion-tabs .owl-carousel {
    width: 88%;
  }
}
@media (min-width: 80em) {
  .services-applications-module .accordion-tabs .owl-carousel {
    width: 99%;
  }
  .services-applications-module .accordion-tabs .owl-carousel .owl-nav button:before {
    display: none;
  }
  .services-applications-module .accordion-tabs .owl-carousel .owl-nav button.owl-prev {
    left: -5.1%;
    background-size: 2.5em 1.875em;
    width: 2.5em;
    height: 1.875em;
  }
  .services-applications-module .accordion-tabs .owl-carousel .owl-nav button.owl-next {
    right: -5.1%;
    background-size: 2.5em 1.875em;
    width: 2.5em;
    height: 1.875em;
  }
  .services-applications-module .accordion-tabs .tab-link {
    padding: 0.75em 4em 0.7083333333em;
  }
}
@media (min-width: 87.5em) {
  .services-applications-module .accordion-tabs .owl-carousel .owl-nav button:before {
    display: none;
  }
  .services-applications-module .accordion-tabs .owl-carousel .owl-nav button.owl-prev {
    left: -7.5%;
  }
  .services-applications-module .accordion-tabs .owl-carousel .owl-nav button.owl-next {
    right: -7.5%;
  }
}

.sam-carousel .owl-stage-outer {
  text-align: center;
}
.sam-carousel .owl-next span, .sam-carousel .owl-prev span, .sam-carousel .owl-dot span {
  outline: none;
}
.sam-carousel .owl-next:before, .sam-carousel .owl-prev:before, .sam-carousel .owl-dot:before {
  background: transparent;
}
.sam-carousel .owl-next.active, .sam-carousel .owl-prev.active, .sam-carousel .owl-dot.active {
  outline: none;
}

.sam-item {
  text-align: center;
  display: block;
  padding: 0 0.625em;
  vertical-align: top;
  /*//width: 32.2%;*/
  /*width: 100%;*/
}
@media (min-width: 40em) {
  .sam-item {
    width: 100%;
  }
}

.sami-link {
  text-decoration: none;
  display: inline-block;
}
.sami-link:hover {
  color: #cc0000;
}
.sami-link:hover .sami-title {
  color: #cc0000;
}
.sami-link:hover .sami-img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  opacity: 1;
}

.sami-img {
  height: 4.0625em;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.4;
}

.sami-title {
  /*font-size: em(13);*/
  font-size: 1.125em;
  line-height: 1em;
  padding-top: 1.5em;
  margin-bottom: 2.2222222222em;
  margin-top: 0;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 40em) {
  .sami-title {
    font-size: 0.8125em;
    line-height: 1.3846153846em;
    padding-top: 2.0769230769em;
    margin-bottom: 1.2307692308em;
  }
}

/*=============== Resource Library Module start ===============*/
.resource-library-module {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #ffffff;
}
.resource-library-module > div {
  min-height: 17.875em;
  position: relative;
}
@media (min-width: 60em) {
  .resource-library-module {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .resource-library-module > div {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}

.rlm-left {
  border-bottom: 2px solid #ffffff;
}
.rlm-left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(13, 14, 110, 0.88);
}
.rlm-left span {
  z-index: 1;
}
@media (min-width: 40em) {
  .rlm-left {
    float: left;
    width: 50%;
    border-right: 2px solid #ffffff;
  }
}
@media (min-width: 60em) {
  .rlm-left {
    width: calc(28.7857% + 2px);
    border-bottom: 0;
  }
}

.rlml-heading {
  display: block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  margin: 0;
  padding: 0.3333333333em;
  font-size: 1.875em;
  line-height: 1.4em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.rlm-middle {
  position: relative;
  border-bottom: 2px solid #ffffff;
}
.rlm-middle a {
  width: 100%;
  height: 100%;
  display: block;
}
.rlm-middle a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(30, 40, 206, 0.9);
}
.rlm-middle a:hover:before {
  background-color: rgba(176, 0, 0, 0.82);
}
.rlm-middle a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rlm-middle a span {
  bottom: 0.8333333333em;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3333333333em;
  position: absolute;
  right: 0.4444444444em;
  z-index: 1;
}
@media (min-width: 40em) {
  .rlm-middle a span {
    right: 1.1111111111em;
  }
}
@media (min-width: 40em) {
  .rlm-middle {
    float: left;
    width: 50%;
  }
}
@media (min-width: 60em) {
  .rlm-middle {
    border-right: 2px solid #ffffff;
    width: calc(28.9286% + 2px);
    border-bottom: 0;
  }
}

@media (min-width: 40em) {
  .rlm-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .rlm-right {
    width: 42.2857%;
  }
}

.rlmr-top {
  height: 8.9375em;
  position: relative;
  border-bottom: 2px solid #ffffff;
}
.rlmr-top a {
  width: 100%;
  height: 100%;
  display: block;
}
.rlmr-top a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(30, 40, 206, 0.9);
}
.rlmr-top a:hover:before {
  background-color: rgba(176, 0, 0, 0.82);
}
.rlmr-top a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2em;
  top: 0;
  background-size: 40.4716% auto;
  background-position: 28% bottom;
  background-repeat: no-repeat;
}
@media (min-width: 40em) {
  .rlmr-top a:after {
    left: 0;
  }
}
.rlmr-top a span {
  bottom: 0.8333333333em;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3333333333em;
  position: absolute;
  right: 0.3333333333em;
  z-index: 1;
}
@media (min-width: 40em) {
  .rlmr-top a span {
    right: 1.1111111111em;
  }
}

.rlmr-bottom {
  height: 8.9375em;
}

.rlmrb-first {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
  border-right: 2px solid #ffffff;
}
.rlmrb-first a {
  width: 100%;
  height: 100%;
  display: block;
}
.rlmrb-first a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(30, 40, 206, 0.9);
}
.rlmrb-first a:hover:before {
  background-color: rgba(176, 0, 0, 0.82);
}
.rlmrb-first a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 31.6254% auto;
  background-position: 19% center;
  background-repeat: no-repeat;
}
.rlmrb-first a span {
  bottom: 0.8333333333em;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3333333333em;
  position: absolute;
  right: 0.4444444444em;
  z-index: 1;
}
@media (min-width: 40em) {
  .rlmrb-first a span {
    right: 1.1111111111em;
  }
}

.rlmrb-second {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.rlmrb-second:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(13, 14, 110, 0.88);
}
.rlmrb-second:hover:after {
  background-color: rgba(176, 0, 0, 0.82);
}
.rlmrb-second a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  padding: 0.5555555556em;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
.rlmrb-second a:hover {
  text-decoration: none;
}

/*=============== Why Work With Compressed Air Module start ===============*/
.why-work-module > .inner-wrap, .why-work-module > .inner-wrap-narrow, .why-work-module > .inner-wrap-wide, .why-work-module > .inner-wrap-fullwidth {
  padding-bottom: 4em;
  padding-top: 4em;
}

@media (min-width: 80em) {
  .wwm-content {
    display: table;
  }
}

.wwm-left {
  padding-bottom: 0.625em;
}
@media (min-width: 80em) {
  .wwm-left {
    display: table-cell;
    vertical-align: middle;
    width: 24%;
    padding-bottom: 0;
  }
}

.wwm-heading {
  color: #091190;
  font-size: 1.875em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
.wwm-heading > span {
  font-weight: 700;
}

.wwm-right ul {
  padding-left: 0;
}
.wwm-right ul:not([class]) {
  margin: 0;
}
@media (min-width: 80em) {
  .wwm-right {
    display: table-cell;
    padding-left: 2.4375em;
    vertical-align: middle;
    width: 76%;
  }
}

.wwmr-item {
  margin-bottom: 0.3125em;
  position: relative;
}
.wwmr-item .wwmri-module {
  color: #091190;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3333333333em;
  padding: 1.1111111111em 0;
  position: relative;
  text-decoration: none;
}
.wwmr-item .wwmri-module:hover .wwmri-title {
  opacity: 0;
}
.wwmr-item .wwmri-module:hover .wwmri-img {
  opacity: 1;
}
@media (min-width: 60em) {
  .wwmr-item {
    display: inline-block;
    padding-right: 6.6875em;
  }
  .wwmr-item:after {
    background-color: #cc0000;
    content: "";
    height: 1px;
    position: absolute;
    right: 1.625em;
    top: 50%;
    transform: translateY(-50%);
    width: 3.1875em;
  }
  .wwmr-item:last-child {
    padding-right: 0;
  }
  .wwmr-item:last-child:after {
    display: none;
  }
}

.wwmri-title {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1.1111111111em;
}
@media (min-width: 40em) {
  .wwmri-title {
    font-size: 1em;
  }
}

.wwmri-img {
  height: 3.375em;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*=============== Site Footer ===============*/
.site-footer {
  text-align: center;
  color: #333333;
}
.site-footer a {
  color: #08108f;
  text-decoration: none;
}
.site-footer a:hover {
  color: #cc0000;
  text-decoration: none;
}
.site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
  padding-bottom: 1.375em;
  padding-top: 1.625em;
}
@media (min-width: 40em) {
  .site-footer {
    text-align: left;
  }
}

.sf-address {
  /*font-size: $small-font-size;*/
  font-size: 1.125em;
  font-style: normal;
  line-height: 1.7142857143em;
  margin-bottom: 2.1428571429em;
}
@media (min-width: 40em) {
  .sf-address {
    font-size: 0.875em;
    float: left;
    width: 54%;
    padding-top: 0.9285714286em;
    padding-right: 1.4285714286em;
    margin-bottom: 0;
  }
}

.sf-companyname {
  font-size: 1.1111111111em;
  line-height: 1.5em;
}
.sf-companyname strong {
  font-weight: 500;
}
@media (min-width: 40em) {
  .sf-companyname {
    font-size: 1.1428571429em;
  }
}

.sf-contact {
  margin-right: 0.8571428571em;
  display: inline-block;
}

@media (min-width: 40em) {
  .sf-right-content {
    float: left;
    text-align: right;
    width: 46%;
  }
}

.sfr-logo-wrap > img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.375em;
  margin-left: 0.0625em;
}

.sfr-nav > li {
  display: inline-block;
  padding: 0 0.6875em 0 0.25em;
  position: relative;
}
.sfr-nav > li:after {
  background-color: #333333;
  content: "";
  height: 0.75em;
  position: absolute;
  right: 0;
  top: 0.4375em;
  width: 1px;
}
.sfr-nav > li:last-child {
  padding-right: 0;
}
.sfr-nav > li:last-child:after {
  display: none;
}
.sfr-nav > li a {
  font-size: 0.875em;
  line-height: 1.7142857143em;
}

.sf-thomas-info {
  font-size: 0.875em;
  line-height: 1.7142857143em;
  margin-bottom: 0;
  margin-top: 0;
}

img[name=pphLoggerImage] {
  display: none;
}

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 5px;
}
@media (min-width: 40em) {
  .search-table {
    padding: 0;
  }
}

.search-row {
  display: table-row;
  width: 100%;
}

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em;
}

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0;
  vertical-align: middle;
}

.search-text {
  font-size: 0.8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: 0.5em;
  margin-bottom: 0 !important;
}

.search-submit {
  width: 100%;
  height: 2em;
  border: 0;
  padding: 0 !important;
  float: right;
  background: url(img/gd-search-ico.svg) no-repeat center center !important;
  background-size: 23px 23px;
  border-bottom: none !important;
}
@media (max-height: 46em) and (min-width: 60em) {
  .search-submit {
    height: 23px !important;
  }
}

@media (min-width: 40em) {
  .site-search {
    width: 100%;
  }

  .search-text {
    height: 2.3em;
  }

  .search-submit {
    height: 2.3em;
  }
}
.search-module {
  background-color: #cc0000;
  height: 10em;
  margin-top: -10em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  /*z-index: 10000;*/
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-module.active {
  margin-top: 0;
}
@media (min-width: 40em) {
  .search-module.active > .inner-wrap, .search-module.active > .inner-wrap-narrow, .search-module.active > .inner-wrap-wide, .search-module.active > .inner-wrap-fullwidth {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
  padding: 0.3em 1.5em 1em;
}
@media (min-width: 40em) {
  .search-module {
    height: 7em;
    margin-top: -7em;
  }
}

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  position: absolute;
  top: -14px;
  right: -9px;
}
@media (min-width: 40em) {
  .search-exit {
    position: relative;
    top: 0;
    right: 0;
  }
}

.website-search-wrap {
  height: 2.125em;
  clear: both;
}
@media (min-width: 40em) {
  .website-search-wrap {
    clear: both !important;
  }
}

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 40em) {
  .main-content {
    display: inline;
  }
}

@media (max-width: 40em) {
  .height {
    max-height: 15.625em;
  }
  .height:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .heightAuto {
    max-height: 312.5em;
  }
  .heightAuto:before {
    display: none;
  }
}
.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #1e30ce;
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .link {
    display: none;
  }
}

.single-row.rows-of-3 > div {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.lg-item {
  border: 1px solid #1e30ce;
  margin-bottom: 1.75em;
  max-width: 18.75em;
  padding: 1em 1.25em 1.25em;
  text-align: center;
  text-decoration: none;
}
.lg-item a {
  text-decoration: none;
}

.lg-heading {
  display: block;
  font-size: 1em;
  font-weight: 400;
  min-height: auto;
  padding: 0.9375em 0;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 40em) {
  .lg-heading {
    min-height: 9.375em;
  }
}
@Include mq(xlarge) {
  .lg-heading {
    min-height: auto;
  }
}

.lg-img {
  display: block;
  height: 6.5625em;
  margin: 0 auto;
}

.dest-resources-module {
  text-align: center;
}
@media (min-width: 60em) {
  .dest-resources-module {
    text-align: left;
  }
}

.drm-title {
  margin-top: -9.375em;
  padding-top: 9.375em;
}

.show-more-cta {
  display: block;
  padding: 0.625em 0;
}

.drm-item-wrap > a {
  text-decoration: none;
}
.drm-item-wrap > a:hover .drm-item-img img {
  transform: scale(1.05);
}

.drm-item {
  display: inline-block;
  margin: 0;
  max-width: 15.625em;
  text-align: center;
  vertical-align: top;
}

.drm-item-title {
  font-size: 1em;
  font-weight: 400;
  min-height: 3.75em;
}

.drm-item-img img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sitemap-menu {
  font-size: 1em;
  line-height: 1.5;
}
.sitemap-menu .sub-menu {
  padding-left: 0.75em;
}

.destination-video-wrap iframe {
  max-width: 28.125em;
  min-height: 21.875em;
  width: 100%;
  border: 1px solid #000000;
}

@media (min-width: 40em) {
  .resource-types {
    height: 7.5em;
  }
}

/*hubspot styling*/
.contact-us {
  border-bottom: 1px solid #efefef;
  margin-top: 1em;
}

.contact-us-right {
  text-align: left;
}
@media (min-width: 40em) {
  .contact-us-right {
    text-align: right;
  }
}

.map {
  width: 100%;
  max-width: 26.5625em;
}

.cur-email {
  font-size: 0.8125em;
}

.comment-form-comment label {
  position: relative;
  padding-right: 1.25em;
}
.comment-form-comment label:after {
  content: "*";
  position: absolute;
  color: #cc0000;
  display: inline-block;
  margin-left: 0.25em;
  width: 0.625em;
  height: 0.625em;
}

.image-shadow img {
  box-shadow: 3px 3px 11px 1px #000000;
  border: 4px solid #000000;
}

/*=============== GDD 002 LP ===============*/
.gdd-002-form {
  margin-left: 0 !important;
  position: relative;
}

@media (min-width: 48em) {
  .gdd-002-lp .gdd-002-content {
    float: right !important;
  }
}
/*=============== GDD 002 LP end ===============*/
/*=============== GDD 003 CTA ===============*/
.site-footer {
  padding-bottom: 15px;
}
@media (min-width: 40em) {
  .site-footer {
    padding-bottom: 0;
  }
}

.gdd-003-cta {
  display: none;
  position: fixed !important;
  background-color: #cc0001;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  right: -11em;
  top: 23.1em;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 13px;
  padding-left: 52px;
  z-index: 100 !important;
}
@media (min-width: 40em) {
  .gdd-003-cta {
    display: block !important;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .gdd-003-cta {
    right: -11.09em;
  }
}
.gdd-003-cta:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/compairsysm-default/img/gdd003-contact.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 36px 33px;
  width: 36px;
  height: 33px;
  left: 8px;
  bottom: 0.5em;
}
@media (max-height: 46em) and (min-width: 60em) {
  .gdd-003-cta:before {
    bottom: 0.4em;
  }
}
.gdd-003-cta:hover {
  color: #ffffff;
  right: 0;
}

.gdd-003-mob-cta {
  background-color: #cc0001;
  width: 100%;
  padding: 0.9375em;
  position: fixed;
  bottom: 0;
  z-index: 1001;
  right: -100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.gdd-003-mob-cta .btn-text {
  font-size: 1.125em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-right: 18px;
}
.gdd-003-mob-cta .btn-text:hover {
  color: #ffffff;
}
.gdd-003-mob-cta .btn-text:focus {
  color: #ffffff;
}
.gdd-003-mob-cta .btn-text:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/compairsysm-default/img/gdd003-contact.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 36px 33px;
  width: 36px;
  height: 33px;
  right: -25px;
}
.gdd-003-mob-cta .close {
  cursor: pointer;
  background-color: transparent;
  width: 1.4545454545em;
  height: 1.4545454545em;
  background-image: url(/wp-content/themes/compairsysm-default/img/gdd003-close-ico.png);
  background-position: center center;
  top: 0.7272727273em;
  right: 0.5454545455em;
  background-repeat: no-repeat;
  background-size: 1.4545454545em 1.4545454545em;
}
@media (min-width: 40em) {
  .gdd-003-mob-cta {
    display: none !important;
  }
}

.stuck-cta {
  right: 0;
}

/*=============== GDD 003 CTA End ===============*/
/*** GDD-006 css ***/
.hs-content-id-650286417 .inner-wrap, .hs-content-id-650286417 .inner-wrap-narrow, .hs-content-id-650286417 .inner-wrap-wide, .hs-content-id-650286417 .inner-wrap-fullwidth {
  max-width: 77.875em;
}

.hs-content-id-650286417 .page-intro h1 {
  font-size: 52px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  font-family: "Ubuntu Condensed";
}

.hs-content-id-650286417 .page-intro {
  min-height: 105px;
  padding-top: 19px;
}

.hs-content-id-650286417 .gdd-002-form .hs-form {
  display: none;
}

.hs-content-id-650286417 .gdd-006-form {
  display: block !important;
}

.gdd-006-form .hs-error-msg {
  color: red;
}

.hs-content-id-650286417 .gdd-006-form .hs-form {
  display: block !important;
}

.hs-content-id-650286417 .body-container {
  overflow: hidden;
}

#gdd-006-form .form-title {
  display: none;
}

#gdd-006-form .hs-form {
  max-width: 400px;
}

.gdd-006-a {
  display: none !important;
}

.form-location-module {
  position: relative;
  display: block !important;
  background-color: #f3f3f3;
  padding-top: 45px;
  padding-bottom: 38px;
  border-bottom: 1px solid #0f1b90;
  max-height: 232px;
}

.form-location-module .location-text {
  position: relative;
}

.form-location-module .location-text::before {
  content: "";
  position: absolute;
  background-image: url(https://cdn2.hubspot.net/hubfs/325825/gdd-006-form-ico.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 67px 67px;
  width: 67px;
  height: 67px;
  left: 50%;
  margin-left: -50px;
  bottom: 100%;
}

.form-location-module:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 24px #0f1b90;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}

.form-location-module .location-text h3 {
  color: #0e1b8f;
  font-size: 32px;
  font-family: "Ubuntu Condensed";
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0px;
}

.form-location-module .location-text p {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
}

.body-container .inner-wrap:first-child, .body-container .inner-wrap-narrow:first-child, .body-container .inner-wrap-wide:first-child, .body-container .inner-wrap-fullwidth:first-child {
  padding-top: 0;
}

#gdd-006-form .gdd-002-form {
  margin-top: 24px;
}

.gdd-006-b-location {
  display: block !important;
  position: relative;
  display: block !important;
  background-color: #f3f3f3;
  border-bottom: 1px solid #bb261a;
  margin-bottom: 45px;
}

.gdd-006-b-location .rows-of-2 {
  display: table;
  width: 100%;
  min-height: 231px;
  height: 231px;
}

.gdd-006-b-location .ml-item {
  position: relative;
  text-align: justify;
  display: table-cell;
  float: none;
  padding-top: 40px;
}

.gdd-006-b-location .ml-item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 24px #bb261a;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  transform: rotate(180deg);
}

.gdd-006-b-location .ml-item.active .head-city {
  display: none;
}

.gdd-006-b-location .ml-item p {
  margin-top: 0;
  margin-bottom: 0;
}

.gdd-006-b-location .ml-item h3 {
  margin-bottom: 0;
}

/*
.gdd-006-b-location:after {
    content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color:#f3f3f3;
    border-bottom: 1px solid #0f1b90;
    top: 0;
}
*/
.gdd-006-b-location #tampa {
  border-right: 1px solid #e6e6e6;
}

.gdd-006-b-location .map-text h3 {
  color: #818181;
  font-size: 18px;
  font-family: "Ubuntu Condensed";
  font-weight: 400;
  text-transform: none;
  margin-top: 5px;
}

.gdd-006-b-location .map-text p {
  font-size: 20px;
  color: #818181;
  font-weight: 400;
  font-family: "Ubuntu Condensed";
}

.content-section {
  display: block !important;
}

.loc-det {
  display: none;
}

.map-img {
  background: #818181;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  margin: 0 auto;
}

.ml-item.active .map-img {
  background: #0f1b90;
}

.gdd-006-b-location .map-text {
  text-align: center;
}

.gdd-006-det p {
  font-size: 18px;
  font-family: "Ubuntu";
  color: #333333;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}

#gdd-006-form .hs-form input[type=submit] {
  padding: 10px 69px 10px 69px;
  font-size: 18px;
  border-radius: 0;
  background-color: #0f1b90;
  border-bottom: 0;
  font-family: "Ubuntu";
  font-weight: 100;
}

#gdd-006-form .hs-form input[type=submit]:hover {
  background-color: #c00;
}

#gdd-006-lp .gdd-006-content {
  margin-bottom: 55px;
}

.gdd-006-b-location .ml-item.active .map-text h3 {
  color: #0e1b8f;
}

.gdd-006-b-location .ml-item.active .address {
  display: block !important;
}

.form-location-module:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #f3f3f3;
  border-bottom: 1px solid #0f1b90;
  min-height: 232px;
  z-index: -1;
}

.gdd-006-b-location:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #f3f3f3;
  border-bottom: 1px solid #bb261a;
  z-index: -1;
  min-height: 232px;
}

.gdd-006-form label {
  font-size: 16px;
  color: #818181;
  font-weight: 400;
  font-family: "Ubuntu";
}

.gdd-006-form input[type=text] {
  border: 1px solid #818181;
}

.gdd-006-form input[type=email] {
  border: 1px solid #818181;
}

.gdd-006-form input[type=tel] {
  border: 1px solid #818181;
}

.gdd-006-form textarea {
  border: 1px solid #818181;
  resize: none;
}

.gdd-006-form .hs-form .input {
  margin-bottom: 20px;
}

.gdd-006-b-location .map-text .address {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  font-family: "Ubuntu Condensed";
}

.gdd-006-det .cur-email {
  color: #333333;
  font-size: 18px;
  text-decoration: none;
}

.gdd-006-det .ph {
  color: #333333;
  text-decoration: none;
}

.gdd-006-b-location .ml-item.active-hover .map-text h3 {
  color: #0e1b8f;
}

.gdd-006-b-location .ml-item.active-hover .map-img {
  background: #0f1b90;
}

@media (min-width: 40em) {
  .gdd-006-det .left-content {
    width: 40%;
  }

  .gdd-006-det .right-content {
    width: 56%;
  }
}
@media (min-width: 48em) {
  .gdd-006-det p {
    font-size: 14px;
  }

  .gdd-006-det .cur-email {
    font-size: 14px;
  }

  .gdd-006-tabscontent .map {
    width: 100%;
    max-width: 525px;
    min-height: 505px;
  }

  .gdd-006-tabscontent .hs-responsive-embed-inner-wrapper {
    height: 505px;
  }

  #gdd-006-form .hs-form .actions {
    text-align: right;
  }

  .gdd-006-form textarea {
    min-height: 83px;
  }

  .gdd-006-b-location .map-text h3 {
    font-size: 20px;
  }

  .form-location-module {
    border-right: 1px solid #e6e6e6;
  }

  #gdd-006-form .hs-form {
    padding-right: 28px;
  }

  #gdd-006-lp .gdd-006-content {
    width: 63%;
  }

  #gdd-006-form {
    width: 37%;
  }

  #gdd-006-lp {
    position: relative;
  }

  #gdd-006-lp:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 232px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #0f1b90;
    top: 0;
  }

  #gdd-006-lp:after {
    content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    height: 232px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #bb261a;
    top: 0;
  }
}
.hs-page #gdd-006-form .hs-form .actions {
  text-align: center;
}

@media (min-width: 60em) {
  /*.sh-icons {
    margin-top: 0;  
  }*/
  .sh-rfq {
    margin-top: 2.75em;
  }

  #gdd-006-form .hs-form {
    padding-right: 0;
  }

  .gdd-006-b-location .ml-item {
    padding-top: 0px;
  }

  .form-location-module .location-text::before {
    content: "";
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/325825/gdd-006-form-ico.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 67px 67px;
    width: 67px;
    height: 67px;
    left: -15px;
    bottom: 14px;
    margin-left: 0;
  }

  /*
    .gdd-006-b-location .ml-item::before {
      content: "";
      position: absolute;
      background-image: url(https://cdn2.hubspot.net/hubfs/325825/gdd-006-location-ico.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 67px 67px;
      width: 67px;
      height: 67px;
          left: 0;
      margin-left: 0;
      bottom: 68px;
      top:inherit;
  }
    */
  #gdd-006-lp .gdd-006-content {
    width: 50%;
  }

  #gdd-006-form {
    width: 50%;
  }

  .form-location-module .location-text {
    padding-left: 70px;
    padding-right: 105px;
  }

  /*
  .map-text{
    padding-left: 98px;
  }*/
  .form-location-module .location-text h3 {
    font-size: 32px;
  }

  .gdd-006-b-location .ml-item {
    vertical-align: middle;
  }
}
@media (min-width: 87.5em) {
  .gdd-006-tabscontent {
    position: relative;
    left: 60px;
  }

  .gdd-006-b-location .map-text .address {
    font-size: 20px;
  }

  .gdd-006-b-location .map-text h3 {
    font-size: 32px;
  }

  .gdd-006-b-location .tampa-loc {
    width: 47.2%;
  }

  .gdd-006-b-location .rows-of-2 {
    z-index: 1;
    position: relative;
    width: 700px !important;
  }

  .gdd-006-b-location .florida-loc {
    padding-left: 0;
    left: 34px;
  }

  .tampa-loc .map-img {
    margin-right: 18px;
  }

  .gdd-006-det p {
    font-size: 18px !important;
  }

  .gdd-006-det .cur-email {
    font-size: 18px !important;
  }
}
@media (min-width: 71.25em) {
  .gdd-006-b-location .map-text {
    text-align: justify;
  }

  .gdd-006-b-location .ml-item {
    padding-left: 35px;
  }

  .map-img {
    position: relative;
    right: 16px;
  }

  .ml-item > * {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 80em) {
  .gdd-006-det p {
    font-size: 16px;
  }

  .gdd-006-det {
    width: 625px;
  }

  .gdd-006-det .cur-email {
    font-size: 16px;
  }

  .gdd-006-det .left-content {
    margin-right: 0;
  }

  .gdd-006-b-location .rows-of-2 {
    z-index: 1;
    position: relative;
    width: 625px;
  }
}
/*** GDD-006 css end***/
/*** GDD-007 ***/
.gdd007-ico-one, .gdd007-ico-two {
  display: inline-block !important;
  margin-left: 10px;
}

.gdd007-img {
  max-width: 60px;
}

@media (min-width: 28.125em) {
  .gdd007-ico-one, .gdd007-ico-two {
    margin-left: 0.625em;
    margin-left: 1.875em;
  }
}
@media (max-width: 28.063em) {
  .gdd007-ico-one, .gdd007-ico-two {
    margin-left: 1.25em;
  }
}
@media (min-width: 60em) {
  .gdd007-ico-one, .gdd007-ico-two {
    margin-left: 0;
    margin-top: 1.875em;
  }

  .sn-li-l1 > a, .hs-menu-depth-1 > a {
    padding: 0 0.3125em;
  }

  .sn-li-l1 span, .hs-menu-depth-1 span {
    font-size: 13px;
  }

  .gdd007-ico-one, .gdd007-ico-two {
    float: left;
  }
}
@media (min-width: 66.25em) {
  .sn-li-l1 span, .hs-menu-depth-1 span {
    font-size: 1em;
  }
}
@media (min-width: 80em) {
  /*.sn-li-l1>a, .hs-menu-depth-1>a {
    padding: 0 ;
  }*/
  .gdd007-ico-one, .gdd007-ico-two {
    margin-left: 0.4375em;
  }
}
@media (min-width: 87.5em) {
  .gdd007-img {
    max-width: 70px;
  }
}
@media (min-width: 87.5em) and (max-height: 46em) and (min-width: 60em) {
  .sn-li-l1 > a, .hs-menu-depth-1 > a {
    padding: 0;
  }
}
/*** GDD-007 end***/
#menu-footer-nav {
  font-size: 1.125em;
}
@media (min-width: 40em) {
  #menu-footer-nav {
    font-size: 1em;
  }
}

.sf-thomas-info {
  font-size: 1.125em;
}
@media (min-width: 40em) {
  .sf-thomas-info {
    font-size: 0.875em;
  }
}

/*@media (max-width: 28.063em){
.site-logo{
    width: 45%;
}
}*/
/* gdd 004 b css start */
.gdd-004-b {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.gdd-004-b .rm-item {
  background-color: transparent;
}
.gdd-004-b .rm-item-title {
  margin-bottom: 1.5555555556em;
  height: auto;
}
.gdd-004-b .rm-item-cta {
  background-color: #1e30ce;
  color: white;
  padding: 0.4444444444em 3.1111111111em 0.4444444444em 1.3333333333em;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  background-image: url(img/gdd-down-arrow.png);
  background-position: 82% center;
  background-size: 1em 1em;
}
.gdd-004-b .rm-cta {
  background-color: #cc0000;
  padding: 0.8333333333em 3.5555555556em;
  font-size: 1.125em;
  text-transform: none;
}
.gdd-004-b .rm-cta:before, .gdd-004-b .rm-cta:after {
  content: none;
}
.gdd-004-b .rm-cta:hover {
  background-color: #1e30ce;
}
.gdd-004-b .rm-cta span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1.6666666667em;
}
.gdd-004-b .rm-cta span:after {
  content: "";
  position: absolute;
  background-image: url(img/all-ebook-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.8888888889em 0.8888888889em;
  right: 0;
  top: 0.2222222222em;
  width: 0.8888888889em;
  height: 0.8888888889em;
}
.gdd-004-b .rm-item-wrap > a:hover .rm-item-cta {
  background-color: #c00;
  background-image: url(img/gdd-down-arrow.png);
}
@media (min-width: 40em) {
  .gdd-004-b .rm-item-title {
    font-size: 1em;
    margin-bottom: 0;
    height: 5.5em;
  }
  .gdd-004-b .rm-item-img {
    margin-bottom: 1.5625em;
  }
  .gdd-004-b .rm-item-img img {
    height: auto;
  }
}
@media (min-width: 60em) {
  .gdd-004-b .rm-item-title {
    font-size: 1.125em;
    height: 4.8888888889em;
  }
  .gdd-004-b .rm-item-wrap > a:last-child .rm-item-title {
    padding: 0 2.2222222222em;
  }
}

/* gdd 004 b css end */
/* gdd 003  css start */
/*****************home page popup*******************/
.popup-module {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.popup-module.active {
  opacity: 1;
  background-color: rgba(10, 12, 50, 0.96);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.popup-module.active .pm-content > div {
  opacity: 1;
}

.pm-content {
  max-width: 36.875em;
  width: 100%;
  background-color: transparent;
  padding: 0.625em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pm-content > div {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 1.5em 1.5em;
  opacity: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pm-content > div .pm-cta {
  background-color: #329e6a;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #ffffff;
  border-radius: 0;
  border: none;
  margin: 8px 0;
  width: 16.1875em;
}
.pm-content > div .pm-cta:hover {
  color: #ffffff;
}
@media (min-width: 40em) {
  .pm-content {
    padding: 0;
  }
}

.pm-img img {
  max-width: 12.5em;
}

.pm-close {
  background-color: transparent;
  color: #08108f;
  text-decoration: underline;
}

.pop-close {
  background-color: #1e30ce;
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em;
  position: absolute;
  top: 0;
  right: 0.375em;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: 400;
  border-radius: 50%;
  text-transform: uppercase;
  text-decoration: none;
}
.pop-close:hover {
  color: #b3c29c;
}
@media (min-width: 40em) {
  .pop-close {
    top: -0.75em;
    right: -0.625em;
  }
}

h2.popup-header {
  font-size: 1.375em;
  margin-top: 0.4545454545em;
  text-transform: none;
}

.cta-wrap {
  display: block;
  margin-bottom: 0.3125em;
}

.btn.pm-btn, button.pm-btn,
input.pm-btn[type=submit], .pm-btn.btn-download, .pm-btn.btn-arrow, .pm-btn.product-grid-item-link {
  text-transform: none;
  background-color: #08108f;
}
.btn.pm-btn:before, button.pm-btn:before,
input.pm-btn[type=submit]:before, .pm-btn.btn-download:before, .pm-btn.btn-arrow:before, .pm-btn.product-grid-item-link:before {
  background-color: transparent;
}
.btn.pm-btn:hover, button.pm-btn:hover,
input.pm-btn[type=submit]:hover, .pm-btn.btn-download:hover, .pm-btn.btn-arrow:hover, .pm-btn.product-grid-item-link:hover {
  background-color: #cc0000;
}
.btn.pm-btn:hover:before, button.pm-btn:hover:before,
input.pm-btn[type=submit]:hover:before, .pm-btn.btn-download:hover:before, .pm-btn.btn-arrow:hover:before, .pm-btn.product-grid-item-link:hover:before {
  background-color: transparent;
}

.cont-wrap {
  margin: 8px 0;
}
@media (min-width: 40em) {
  .cont-wrap {
    width: 60%;
  }
}

.gdd-pop-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1043;
  position: static;
  outline: none !important;
}
@media (min-width: 40em) {
  .gdd-pop-wrap {
    top: 0;
  }
}

/* gdd 008 b css end*/
/* gdd 010 b css start */
.btn.si-btn1, button.si-btn1,
input.si-btn1[type=submit], .si-btn1.btn-download, .si-btn1.btn-arrow, .si-btn1.product-grid-item-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #9c0001;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9c0001 0%, #9e0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9c0001 0%, #9e0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9c0001 0%, #9e0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9c0001", endColorstr="#9e0000",GradientType=0 );
  /* IE6-9 */
  border: 1px solid #8F0D0D;
  padding: 1em 1.2777777778em;
  margin-bottom: 0.5555555556em;
  width: 14.8333333333em;
}
.btn.si-btn1:before, button.si-btn1:before,
input.si-btn1[type=submit]:before, .si-btn1.btn-download:before, .si-btn1.btn-arrow:before, .si-btn1.product-grid-item-link:before {
  content: none;
}
.btn.si-btn1:hover, button.si-btn1:hover,
input.si-btn1[type=submit]:hover, .si-btn1.btn-download:hover, .si-btn1.btn-arrow:hover, .si-btn1.product-grid-item-link:hover {
  border: 1px solid #b00000;
  background: #b00000;
  background: -moz-linear-gradient(top, #b00000 0%, #b00000 100%);
  background: -webkit-linear-gradient(top, #b00000 0%, #b00000 100%);
  background: linear-gradient(to bottom, #b00000 0%, #b00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b00000", endColorstr="#b00000",GradientType=0 );
  /* IE6-9 */
}
.btn.si-btn1:hover:after, button.si-btn1:hover:after,
input.si-btn1[type=submit]:hover:after, .si-btn1.btn-download:hover:after, .si-btn1.btn-arrow:hover:after, .si-btn1.product-grid-item-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 0.2222222222em;
  width: 100%;
  background-color: #700;
}
.btn.si-btn1 span, button.si-btn1 span,
input.si-btn1[type=submit] span, .si-btn1.btn-download span, .si-btn1.btn-arrow span, .si-btn1.product-grid-item-link span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 2.6666666667em;
}
.btn.si-btn1 span:after, button.si-btn1 span:after,
input.si-btn1[type=submit] span:after, .si-btn1.btn-download span:after, .si-btn1.btn-arrow span:after, .si-btn1.product-grid-item-link span:after {
  content: "";
  position: absolute;
  background-image: url(img/shopping-cart-off.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.9444444444em 1.4444444444em;
  width: 1.9444444444em;
  height: 1.4444444444em;
  right: 0;
  top: 0;
}
.btn.si-btn3, button.si-btn3,
input.si-btn3[type=submit], .si-btn3.btn-download, .si-btn3.btn-arrow, .si-btn3.product-grid-item-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #9c0001;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9c0001 0%, #9e0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9c0001 0%, #9e0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9c0001 0%, #9e0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9c0001", endColorstr="#9e0000",GradientType=0 );
  /* IE6-9 */
  padding-bottom: 1em;
  border: 1px solid #8F0D0D;
  padding: 1em 1.2777777778em;
  margin-bottom: 0.5555555556em;
  width: 14.8333333333em;
  padding-bottom: 1em;
}
.btn.si-btn3:before, button.si-btn3:before,
input.si-btn3[type=submit]:before, .si-btn3.btn-download:before, .si-btn3.btn-arrow:before, .si-btn3.product-grid-item-link:before {
  content: none;
}
.btn.si-btn3:hover, button.si-btn3:hover,
input.si-btn3[type=submit]:hover, .si-btn3.btn-download:hover, .si-btn3.btn-arrow:hover, .si-btn3.product-grid-item-link:hover {
  border: 1px solid #b00000;
  background: #b00000;
  background: -moz-linear-gradient(top, #b00000 0%, #b00000 100%);
  background: -webkit-linear-gradient(top, #b00000 0%, #b00000 100%);
  background: linear-gradient(to bottom, #b00000 0%, #b00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b00000", endColorstr="#b00000",GradientType=0 );
  /* IE6-9 */
}
.btn.si-btn3:hover:after, button.si-btn3:hover:after,
input.si-btn3[type=submit]:hover:after, .si-btn3.btn-download:hover:after, .si-btn3.btn-arrow:hover:after, .si-btn3.product-grid-item-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 0.2222222222em;
  width: 100%;
  background-color: #700;
}
.btn.si-btn3 span, button.si-btn3 span,
input.si-btn3[type=submit] span, .si-btn3.btn-download span, .si-btn3.btn-arrow span, .si-btn3.product-grid-item-link span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 2.6666666667em;
}
.btn.si-btn3 span:after, button.si-btn3 span:after,
input.si-btn3[type=submit] span:after, .si-btn3.btn-download span:after, .si-btn3.btn-arrow span:after, .si-btn3.product-grid-item-link span:after {
  content: "";
  position: absolute;
  background-image: url(img/finance-payment-ico.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.9444444444em 1.4444444444em;
  width: 1.9444444444em;
  height: 1.4444444444em;
  right: 0;
  top: 0;
}
.btn.si-btn2, button.si-btn2,
input.si-btn2[type=submit], .si-btn2.btn-download, .si-btn2.btn-arrow, .si-btn2.product-grid-item-link {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 1em 1.2777777778em;
  width: 14.8333333333em;
}
.btn.si-btn2:before, button.si-btn2:before,
input.si-btn2[type=submit]:before, .si-btn2.btn-download:before, .si-btn2.btn-arrow:before, .si-btn2.product-grid-item-link:before {
  content: none;
}
.btn.si-btn2:hover, button.si-btn2:hover,
input.si-btn2[type=submit]:hover, .si-btn2.btn-download:hover, .si-btn2.btn-arrow:hover, .si-btn2.product-grid-item-link:hover {
  background-color: #5463f4;
  border: 1px solid #5463f4;
}
.btn.si-btn2:hover:after, button.si-btn2:hover:after,
input.si-btn2[type=submit]:hover:after, .si-btn2.btn-download:hover:after, .si-btn2.btn-arrow:hover:after, .si-btn2.product-grid-item-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 0.2222222222em;
  width: 100%;
  background-color: #08108f;
}
.btn.si-btn2 span, button.si-btn2 span,
input.si-btn2[type=submit] span, .si-btn2.btn-download span, .si-btn2.btn-arrow span, .si-btn2.product-grid-item-link span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 1.7777777778em;
}
@media (min-width: 40em) {
  .btn.si-btn1, button.si-btn1,
input.si-btn1[type=submit], .si-btn1.btn-download, .si-btn1.btn-arrow, .si-btn1.product-grid-item-link {
    width: auto;
    margin-bottom: 0;
    margin-right: 0.8333333333em;
  }
  .btn.si-btn3, button.si-btn3,
input.si-btn3[type=submit], .si-btn3.btn-download, .si-btn3.btn-arrow, .si-btn3.product-grid-item-link {
    width: auto;
    margin-bottom: 0;
    margin-right: 0.8333333333em;
  }
  .btn.si-btn2, button.si-btn2,
input.si-btn2[type=submit], .si-btn2.btn-download, .si-btn2.btn-arrow, .si-btn2.product-grid-item-link {
    width: auto;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .btn.si-btn1, button.si-btn1,
input.si-btn1[type=submit], .si-btn1.btn-download, .si-btn1.btn-arrow, .si-btn1.product-grid-item-link {
    margin-right: 0.4444444444em;
  }
  .btn.si-btn3, button.si-btn3,
input.si-btn3[type=submit], .si-btn3.btn-download, .si-btn3.btn-arrow, .si-btn3.product-grid-item-link {
    margin-right: 0.4444444444em;
  }
}

/* gdd 010 b css end */
/** gdd-009 **/
.gdd-009a-nav {
  display: none !important;
}

.gdd-009b-nav {
  display: block !important;
}

.sh-sticky-wrap .sh-ico-search, .sh-sticky-wrap .sh-rfq, .gdd007-ico-two, .gdd007-ico-one {
  display: none !important;
}

.shr-links li:nth-child(2), .sh-email, .shr-cart {
  display: none;
}

.sh-ph {
  font-size: 18px;
}

.sh-ph span {
  font-weight: 400;
}

.sh-ph span.sh-ph-num {
  font-weight: 500;
}

.sh-cnt-mob, .gdd-009-search {
  display: inline-block !important;
}

.sh-cnt-mob {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gdd-009-search {
  background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gd-search-ico.svg);
  background-position: right center;
  background-size: 20px;
  height: 1.44em;
  margin: 0;
  padding: 0;
  width: 1.44em;
  color: #fff;
  text-decoration: none;
  padding-right: 29px;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-right: 10px;
}
@media (min-width: 60em) {
  .gdd-009-search {
    padding-right: 80px;
    background-size: 1.44em 1.44em;
  }
}
.gdd-009-search span {
  display: none;
}
@media (min-width: 60em) {
  .gdd-009-search span {
    display: inline;
  }
}

.sh-utility-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gdd-009b-nav .gdd-shp:hover {
  background-color: transparent;
}

.gdd-009b-nav .gdd-shp .sn-main-menu-link {
  background-color: #4a57e1;
}

.gdd-009b-nav .gdd-shp .sn-main-menu-link span {
  color: #fff;
}

@media (min-width: 40em) {
  .sh-ph {
    font-size: 1.375em;
  }
}
@media (min-width: 60em) {
  .sh-ph {
    font-size: 1em;
  }
}
@media (min-width: 80em) {
  .sh-ph {
    font-size: 1.375em;
  }
}
@media (min-width: 60em) {
  .gdd-009b-nav .gdd-shp .sn-level-3 {
    left: auto !important;
    right: 100% !important;
  }

  .gdd-009b-nav .gdd-shp .sn-main-menu-link {
    padding-right: 0 !important;
  }

  .gdd-009b-nav .gdd-shp .sn-main-menu-link {
    background-color: transparent;
  }

  .gdd-009b-nav .sn-li-l1.menu-item-has-children > a span {
    background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gnav-drop-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    background-size: 15px 15px;
  }

  .gdd-009b-nav .sn-li-l1.menu-item-has-children:hover > a span {
    background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gnav-drop-down-red.svg);
  }

  .gdd-009b-nav .gdd-shp .sn-li-l2.menu-item-has-children > a span, .gdd-009b-nav .gdd-shp .menu-item-has-children.sn-li-l3 > a span {
    background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gnav-drop-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    background-size: 15px 15px;
  }

  .gdd-009b-nav .gdd-shp .sn-li-l2.menu-item-has-children:hover > a span, .gdd-009b-nav .gdd-shp .menu-item-has-children.sn-li-l3:hover > a span {
    background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gnav-drop-down-red.svg);
  }

  .gdd-009b-nav .gdd-shp .sn-main-menu-link span {
    color: #fff;
    text-decoration: none;
    background-color: #4a57e1;
    padding: 20px 36px 21px 20px !important;
    border-radius: 3px;
    text-transform: uppercase;
    background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gnav-drop-down-white.svg) !important;
    background-repeat: no-repeat;
    background-position: 92% center !important;
    background-size: 15px 15px;
  }

  .sh-utility-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gdd-009b-nav .sn-li-l1 span, .gdd-009b-nav .hs-menu-depth-1 span {
    font-size: 1em;
  }

  /*  .site-logo {
      max-width: 9.9375em;
  }*/
  .sh-cnt-mob {
    display: none !important;
  }

  .gdd-009-search {
    margin-top: 11px;
    margin-right: 0;
    margin-left: 15px;
    background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gd-search-ico.svg);
  }

  .shr-links > li:last-child {
    border-right: 1px solid rgba(84, 99, 244, 0.7);
  }

  .gdd-009b-nav .gdd-shp {
    background-color: transparent;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  /* .sh-cnt {
      margin-top: 1.99em;
  }*/
}
@media (min-width: 64em) {
  /* .site-logo {
      max-width: 14.9375em;
  }*/
}
@media (min-width: 80em) {
  .gdd-009b-nav .gdd-shp {
    margin-right: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .gdd-009b-nav .sn-li-l1 {
    margin-right: 1em;
  }

  .gdd-009b-nav .gdd-shp .sn-main-menu-link span {
    padding: 20px 55px 21px 35px !important;
    background-position: 86% center !important;
  }
}
/** gdd-009 end **/
/* Infographics start*/
.infographics-module {
  position: relative;
}
@media (min-width: 60em) {
  .infographics-module {
    font-size: 1.25vw;
    padding-bottom: 0;
  }
}
@media (min-width: 80em) {
  .infographics-module {
    font-size: 1em;
  }
}

.im-bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.2;
}

.im-contener-wrap {
  position: relative;
}

.im-tabs {
  max-width: 73.375em;
  width: 100%;
  padding: 0 1.5em;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  top: 3.1875em;
  z-index: 9;
}
.im-tabs li {
  background-color: transparent;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e30ce;
  width: 24%;
  text-align: center;
  float: left;
  line-height: 1.5555555556em;
  border: 2px solid #1e30ce;
  padding: 0.7777777778em;
}
.im-tabs li.active {
  background-color: #1e30ce;
  color: #ffffff;
}
@media (min-width: 40em) {
  .im-tabs li {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .im-tabs.stuck {
    position: fixed;
    top: 8.125em;
  }
}

.tab_drawer_heading {
  display: none;
}

.im-svg-wraper {
  max-width: 87.5em;
  width: 100%;
}
.im-svg-wraper svg {
  max-width: 87.5em;
  width: 100%;
  height: 100%;
  position: relative;
  top: 7.8125em;
}
@media (min-width: 60em) {
  .im-svg-wraper svg {
    top: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .im-svg-wraper svg {
    height: 64.5em !important;
  }
}
.im-popup-content {
  width: 100%;
  padding: 4.6875em 1.5em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 40em) {
  .im-popup-content {
    margin-top: 7.375em;
  }
}
@media (min-width: 40em) {
  .im-popup-content {
    margin-top: 7.375em;
  }
}
@media (min-width: 60em) {
  .im-popup-content {
    margin-top: 0;
    max-width: 39.9375em;
    /*em(687);*/
    padding: 10.5625em 11.875em 1.5em 9.375em;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
}

.im-popup-content .im-content {
  display: none;
}
.im-popup-content .im-content.active {
  display: block;
}
@media (min-width: 60em) {
  .im-popup-content .im-content.active {
    padding-top: 10.5625em;
    margin-top: -10.5625em;
  }
}

.im-step-image {
  min-height: 12.5em;
  max-width: 22.5em;
  width: 100%;
}
.im-step-image img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  max-height: 25em;
}

.imsvgd-dot {
  text-decoration: none;
}
.imsvgd-dot.active circle {
  fill: #fff;
}
.imsvgd-dot.active text {
  fill: #CC0000;
}

.im-heading {
  font-size: 3.125em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.im-step-headinge {
  font-size: 1.875em;
  font-weight: 700;
  margin-top: 0;
  color: #cc0000;
}

.imp-list > span, .imp-list-bottom > span {
  font-size: 1.25em;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.imp-list a, .imp-list-bottom a {
  display: inline-block;
  vertical-align: middle;
  max-width: 2.75em;
  height: 2.875em;
  border-radius: 60px;
  width: 100%;
  background-color: #cc0000;
  margin-left: 0.3125em;
  text-align: center;
  color: #ffffff;
  border: 2px solid #cc0000;
}
.imp-list a > span, .imp-list-bottom a > span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.5555555556em;
}
.imp-list a.active, .imp-list-bottom a.active {
  background-color: transparent;
  color: #cc0000;
}
@media (min-width: 60em) {
  .imp-list, .imp-list-bottom {
    display: none;
  }
}

.imp-list {
  padding-bottom: 2.1875em;
}

.imp-list-bottom {
  padding-top: 2.1875em;
  padding-bottom: 2.1875em;
}

.pogo-railcar-cta-module {
  position: relative;
}
.pogo-railcar-cta-module .inner-wrap, .pogo-railcar-cta-module .inner-wrap-narrow, .pogo-railcar-cta-module .inner-wrap-wide, .pogo-railcar-cta-module .inner-wrap-fullwidth {
  position: relative;
}

.prcm-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  background-blend-mode: luminosity;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 15.4375em;
}
.prcm-bg::before {
  content: "";
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF4D 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.prm-heading {
  font-size: 1.875em;
  color: #1E30CE;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.prm-heading > span {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.prcm-text-wrap {
  max-width: 22.75em;
  width: 100%;
}
.prcm-text-wrap p {
  margin-top: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.prcm-content > p {
  margin-top: 0;
  margin-bottom: 0;
}

.prcm-wrap > div {
  padding-bottom: 1.5625em;
}
@media (min-width: 60em) {
  .prcm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .prcm-wrap > div {
    padding-bottom: 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    float: left;
  }
}

.prcm-image figure {
  max-width: 29.6875em;
  width: 100%;
  margin: 0 auto;
}

/** gdd-012 **/
.contact-bottom-banner {
  background-color: #cc0000;
  position: fixed;
  bottom: 0;
  z-index: 100;
  padding: 25px 20px;
  width: 100%;
  right: 0;
}
.contact-bottom-banner:before {
  content: "";
  position: absolute;
  background-image: url(https://www.compressedairsystems.com/wp-content/uploads/left-arrow.png);
  background-repeat: no-repeat;
  background-size: 7.8125em 5.9375em;
  background-position: right center;
  left: 0;
  top: -2em;
  width: 7.8125em;
  height: 5.9375em;
}
@media (min-width: 60em) {
  .contact-bottom-banner:before {
    background-size: 8.4375em 6.5625em;
    width: 8.4375em;
    height: 6.5625em;
    top: -3.75em;
  }
}
@media (min-width: 80em) {
  .contact-bottom-banner:before {
    top: -2em;
  }
}
.contact-bottom-banner .gcbn-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #ffffff;
  display: block;
  letter-spacing: 1px;
}
@media (min-width: 40em) {
  .contact-bottom-banner .gcbn-text {
    font-size: 1.5em;
  }
}
@media (min-width: 60em) {
  .contact-bottom-banner .gcbn-text {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (min-width: 80em) {
  .contact-bottom-banner .gcbn-text {
    margin-right: 60px;
  }
}
.contact-bottom-banner .gcbn-link {
  color: white;
  font-size: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
}
.contact-bottom-banner .gcbn-link:hover {
  color: #ffffff;
}
.contact-bottom-banner .gcbn-cta {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.0625em;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 11px 29px 11px 29px;
  text-transform: uppercase;
  text-decoration: none;
  /*&:after{
   position:absolute;
   content: "";
   right: 18px;
   top: 13px;
   background-image: url(img/gcbn-arrow-ico.svg);
   background-size: 20px 20px;
   width: 20px;
   height: 20px;
   background-position: right center;
   background-repeat: no-repeat;
  }*/
}
.contact-bottom-banner .gcbn-cta:hover {
  background-color: #464646;
  border: 2px solid #464646;
}
.contact-bottom-banner .gcbn-close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(img/gcbn-close-ico.svg);
  background-position: center center;
  top: 5px;
  right: 5px;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
@media (min-width: 80em) {
  .contact-bottom-banner .gcbn-close {
    top: 40%;
    right: 6em;
  }
}
.contact-bottom-banner .gcbn-wrap {
  padding-left: 2em;
  text-align: center;
}

/** gdd-012-end  **/
/** gdd-011-start  **/
.gdd-011-b .gform_wrapper {
  background: #e5e5e6;
  padding: 5px 14px;
}
.gdd-011-b .gform_title {
  font-weight: 400;
  text-transform: none;
}
.gdd-011-b .gform_button {
  display: block;
  width: 100%;
  border-bottom: 0;
  font-weight: 400;
}
.gdd-011-b textarea, .gdd-011-b input[type=color], .gdd-011-b input[type=date], .gdd-011-b input[type=datetime], .gdd-011-b input[type=datetime-local], .gdd-011-b input[type=email], .gdd-011-b input[type=month], .gdd-011-b input[type=number], .gdd-011-b input[type=password], .gdd-011-b input[type=search], .gdd-011-b input[type=tel], .gdd-011-b input[type=text], .gdd-011-b input[type=time], .gdd-011-b input[type=url], .gdd-011-b input[type=week], .gdd-011-b textarea, .gdd-011-b select[multiple=multiple], .gdd-011-b select {
  border: 1px solid #c3c3c3;
}
.gdd-011-b .gform_button:hover {
  border-bottom: 0;
}

.testimonial-intro .inner-wrap, .testimonial-intro .inner-wrap-narrow, .testimonial-intro .inner-wrap-wide, .testimonial-intro .inner-wrap-fullwidth {
  padding-top: 9.1875em;
  padding-bottom: 9.3125em;
}

.ti-content {
  text-align: center;
}

.ti-header {
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .ti-header {
    font-size: 1.75em;
  }
}

.ti-desc {
  color: #ffffff;
  margin-bottom: 35px;
  margin-top: 19px;
}
@media (min-width: 60em) {
  .ti-desc {
    font-size: 2em;
    line-height: 1.5em;
    font-style: italic;
  }
}

.btn-tpi {
  padding: 0;
  border: 0;
  font-size: 1.3125em;
  max-width: 13.3333333333em;
  width: 100%;
  line-height: 2.8571428571em;
  font-weight: 400;
}
.btn-tpi:before {
  display: none;
}

.featured-testimonial-module {
  padding-top: 1.1875em;
  padding-bottom: 4.0625em;
}

.ftm-wrap {
  text-align: center;
}
@media (min-width: 60em) {
  .ftm-wrap {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

.ftm-content {
  margin-bottom: 2em;
}
.ftm-content p {
  margin-top: 12px;
  margin-bottom: 35px;
  font-size: 1.125em;
}
@media (min-width: 60em) {
  .ftm-content {
    margin-bottom: 0;
    width: 47.78%;
  }
}

.ftm-subtitle {
  margin: 0;
  color: #777777;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .ftm-subtitle {
    font-size: 1.3125em;
  }
}

.ftm-title {
  text-transform: inherit;
  color: #333333;
  margin: 0;
  margin-top: 4px;
}
@media (min-width: 60em) {
  .ftm-title {
    font-size: 2em;
  }
}

.btn-ftm {
  padding: 0;
  font-weight: normal;
  text-align: center;
  font-size: 1.3125em;
  max-width: 13.3333333333em;
  width: 100%;
  line-height: 2.8571428571em;
}
.btn-ftm:before {
  display: none;
}

@media (min-width: 60em) {
  .ftm-video {
    width: 49.317%;
  }
}

.ftm-video-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.ftm-video-link:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  width: 5em;
  height: 5em;
  background-image: url(img/ico-play.svg);
  background-size: 5em;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s al linear;
  -moz-transition: 0.25s al linear;
  transition: 0.25s al linear;
}
.ftm-video-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061D90;
  opacity: 0.05;
  -webkit-transition: 0.25s al linear;
  -moz-transition: 0.25s al linear;
  transition: 0.25s al linear;
}
.ftm-video-link:hover:before {
  opacity: 0.8;
}
.ftm-video-link:hover:after {
  opacity: 0;
}
.ftm-video-link img {
  display: block;
}

.testimonial-module {
  position: relative;
  padding-top: 2.6875em;
  padding-bottom: 7.8125em;
  display: table;
  width: 100%;
}
.testimonial-module:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: #e5e5e5;
}
.testimonial-module > * {
  position: relative;
  z-index: 1;
}

.tm-list {
  /*@include mq(large){
    @include display(flex);
    @include flex-wrap(wrap);
    @include justify-content (space-between);
  }*/
}
.tm-list li.active {
  /*.tm-content{
    display: block;        
  }*/
}
.tm-list li.active .tm-item {
  padding-bottom: 2.625em;
}
.tm-list li.active .tm-link {
  display: none;
}
.tm-list li.active .tm-link-hide {
  display: block;
}
@media (min-width: 60em) {
  .tm-list li {
    display: inline;
    width: 48.5%;
    /*.tm-item{
        width: 100%;
        margin-top: 0;
        margin-right: 0 !important;
    }*/
  }
  .tm-list li:nth-of-type(2n) .tm-item {
    margin-right: 0;
  }
}
@media (min-width: 80em) {
  .tm-list li:nth-of-type(2n) .tm-item {
    margin-right: 1.6%;
  }
  .tm-list li:nth-of-type(3n) .tm-item {
    margin-right: 0;
  }
}

.tm-item {
  display: block;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  margin-top: 3.0625em;
  /*img{
    filter: grayscale(1);
    @include transition(0.25s all linear);
  }*/
}
.tm-item:hover {
  /*img{
    filter: grayscale(0);
  }*/
}
.tm-item:hover .tm-title {
  color: #1e30ce;
}
.tm-item:hover .tm-link {
  background-color: #CC2201;
}
@media (min-width: 60em) {
  .tm-item {
    width: 48.5%;
    margin-right: 1.6%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 6.25em;
  }
}
@media (min-width: 80em) {
  .tm-item {
    width: 32%;
  }
}

.tm-title {
  text-transform: inherit;
  color: #333333;
  margin-top: 0;
  font-size: 1.5em;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
}

.tm-short-desc {
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.7222222222em;
  margin-top: 0.8888888889em;
  margin-bottom: 1.3333333333em;
  display: block;
  color: #333333;
  position: relative;
}
.tm-short-desc:before {
  content: "";
  position: absolute;
  top: -0.4444444444em;
  left: -3.1111111111em;
  width: 1.8272222222em;
  height: 1.505em;
  background-image: url(img/quote.svg);
  background-repeat: no-repeat;
  background-size: 1.8272222222em 1.505em;
  opacity: 0.25;
}

.tm-name {
  display: block;
  font-weight: 700;
  margin-top: 0.2777777778em;
}

.tm-short-txt {
  min-height: 24.25em;
  padding: 2.375em;
  padding-left: 4.5em;
  padding-bottom: 0.625em;
  display: block;
}

.tm-link {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.125em;
  background-color: #1e30ce;
  text-decoration: none;
  text-align: center;
  padding: 0.9166666667em 0;
}
@media (min-width: 60em) {
  .tm-link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.tm-content {
  display: none;
  background-color: #ffffff;
  width: 100%;
  padding: 2.875em;
}
@media (min-width: 60em) {
  .tm-content {
    float: left;
  }
}

.tm-txt {
  font-style: italic;
}
.tm-txt p {
  font-size: 1.125em;
}
.tm-txt span {
  display: block;
}

.tm-link-hide {
  display: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.125em;
  background-color: #4a57e1;
  text-decoration: none;
  text-align: center;
  padding: 0.9166666667em 0;
  width: 85%;
  margin: auto;
  border-radius: 3px;
  position: relative;
}
.tm-link-hide:after {
  content: "";
  position: absolute;
  bottom: -1.6666666667em;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(img/drop-down.svg);
  background-repeat: no-repeat;
  width: 1.1666666667em;
  height: 1.0555555556em;
  background-size: 1.1666666667em 1.0555555556em;
}
@media (min-width: 60em) {
  .tm-link-hide {
    position: absolute;
    width: 70%;
    bottom: 2.2222222222em;
    left: 0;
    right: 0;
  }
}

.btn-tm {
  padding: 0;
  font-weight: normal;
  text-align: center;
  font-size: 1.3125em;
  max-width: 12.7619047619em;
  width: 100%;
  line-height: 2.8571428571em;
}
.btn-tm:before {
  display: none;
}

.featured-in-module {
  padding-top: 4.4375em;
}
.featured-in-module.hide-fim {
  display: none;
}

.fim-title {
  color: #333333;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 60px;
}
@media (min-width: 60em) {
  .fim-title {
    font-size: 2em;
  }
}

.fim-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.fim-subtitle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.3888888889em;
  color: #777777;
  text-transform: uppercase;
}

.fim-desc {
  margin: 0;
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #333333;
}

.fim-content {
  padding: 0 1em;
}

.page-template-testimonial-template .site-header-wrap {
  position: relative;
}
.page-template-testimonial-template .site-header-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061D90;
  opacity: 0.7;
}
.page-template-testimonial-template .site-header-wrap > * {
  position: relative;
  z-index: 1;
}

.page-template-product-page .site-content > .inner-wrap, .page-template-product-page .site-content > .inner-wrap-narrow, .page-template-product-page .site-content > .inner-wrap-wide, .page-template-product-page .site-content > .inner-wrap-fullwidth {
  padding-bottom: 3.25em;
}

.product-page-intro .inner-wrap, .product-page-intro .inner-wrap-narrow, .product-page-intro .inner-wrap-wide, .product-page-intro .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.375em;
}
.product-page-intro .ppi-content {
  text-align: center;
}
.product-page-intro .ppi-header {
  color: #ffffff;
  font-size: 2.25em;
  margin-bottom: 0.5142857143em;
}
.product-page-intro .btn-ppi {
  padding: 1em 1.1111111111em 1em;
  font-weight: 400;
}
.product-page-intro .btn-ppi:before {
  display: none;
}

.image-slider-content-module .inner-wrap, .image-slider-content-module .inner-wrap-narrow, .image-slider-content-module .inner-wrap-wide, .image-slider-content-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
.image-slider-content-module .iscm-wrap {
  width: 100%;
}
.image-slider-content-module .iscm-left-sec p:first-child {
  margin-top: 0;
}
.image-slider-content-module .iscm-carousel {
  max-width: 29.25em;
}
.image-slider-content-module .iscm-header {
  font-size: 2em;
  position: relative;
}
.image-slider-content-module .iscm-header > span {
  background-color: #ffffff;
  display: inline;
  position: relative;
  z-index: 1;
  padding-right: 0.6333333333em;
}
.image-slider-content-module .iscm-header:before {
  border-bottom: 4px solid #e5e5e5;
  border-top: 4px solid #e5e5e5;
  content: "";
  height: 0.6em;
  left: 50%;
  position: absolute;
  bottom: 0.1em;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.image-slider-content-module .iscm-header:after {
  background-color: #e5e5e5;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  bottom: 0.5666666667em;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
@media (max-height: 46em) and (min-width: 60em) {
  .image-slider-content-module .iscm-header > span {
    padding-right: 0.7916666667em;
  }
  .image-slider-content-module .iscm-header:before {
    height: 0.75em;
    bottom: 0.125em;
  }
  .image-slider-content-module .iscm-header:after {
    bottom: 0.7083333333em;
  }
}
.image-slider-content-module .iscm-content P {
  font-size: 1.125em;
  line-height: 1.3888888889em;
}
.image-slider-content-module .iscm-carousel {
  margin: 0;
  width: 100%;
  position: relative;
  max-width: 17.5625em;
  background-color: #ffffff;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.27);
  border-radius: 3px;
  z-index: 1;
}
.image-slider-content-module .iscm-carousel .owl-item .item {
  padding: 1em 1.1875em;
}
.image-slider-content-module .iscm-carousel .owl-dots {
  margin-bottom: 0;
}
.image-slider-content-module .iscm-carousel .owl-dots button:before, .image-slider-content-module .iscm-carousel .owl-dots button:after {
  display: none;
}
.image-slider-content-module .iscm-carousel .owl-dots button.active span {
  background: #08108f;
}
.image-slider-content-module .iscm-carousel-right {
  margin: 1.25em auto !important;
}
@media (min-width: 60em) {
  .image-slider-content-module {
    width: 85.3%;
    margin: 0 auto;
    display: table;
  }
  .image-slider-content-module .iscm-wrap {
    float: left;
    margin-bottom: 1.875em;
    margin-top: 0.8125em;
  }
  .image-slider-content-module .iscm-carousel-right {
    float: right;
    margin: 0 0 2em 2em !important;
  }
}

.feature-benefit-module .fbm-content {
  text-align: left;
  border-bottom: 1px solid #efefef;
  padding-left: 2.375em;
  position: relative;
}
.feature-benefit-module .fbm-content:before {
  content: "";
  position: absolute;
  top: -0.1875em;
  left: 0;
  width: 1.75em;
  height: 1.6875em;
  background-image: url(img/check-mark.svg);
  background-size: contain;
}
.feature-benefit-module .fbm-item:last-child .fbm-content {
  border-bottom: 0;
}
.feature-benefit-module .fbmi-heading {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  font-weight: 700;
}
.feature-benefit-module .fbmi-text {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  margin-top: 0.4444444444em;
  margin-bottom: 1.1111111111em;
}
@media (min-width: 60em) {
  .feature-benefit-module {
    width: 85.3%;
    margin: 0 auto;
    margin-top: 0.5em;
  }
}

.catalog-product-bucket-module {
  background-color: #efefef;
  text-align: center;
}
.catalog-product-bucket-module .inner-wrap, .catalog-product-bucket-module .inner-wrap-narrow, .catalog-product-bucket-module .inner-wrap-wide, .catalog-product-bucket-module .inner-wrap-fullwidth {
  padding-top: 3.9375em;
  padding-bottom: 4.125em;
}
.catalog-product-bucket-module .cpbm-heading {
  font-size: 2em;
  line-height: 1.5625em;
  margin-bottom: 1.5em;
}
.catalog-product-bucket-module .cpbm-wrap {
  margin-bottom: 2.25em;
}
.catalog-product-bucket-module .cpbm-wrap .cpbmi-item {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  max-width: 17.8125em;
  margin: 0 auto 1.25em;
  height: 10.9375em;
}
.catalog-product-bucket-module .cpbm-wrap .cpbmi-item:hover .cpbmi-link:before {
  background-color: rgba(176, 0, 0, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.catalog-product-bucket-module .cpbm-wrap .cpbmi-item:hover .cpbmi-title {
  opacity: 0;
  background-color: #b00000;
  z-index: 2;
}
.catalog-product-bucket-module .cpbm-wrap .cpbmi-item:hover .cpbmi-hover-title {
  opacity: 1;
}
@media (max-height: 46em) and (min-width: 60em) {
  .catalog-product-bucket-module .cpbm-wrap .cpbmi-item {
    height: 14.5833333333em;
  }
}
.catalog-product-bucket-module .cpbmi-link {
  padding: 0;
  width: 100%;
  text-decoration: none;
  padding: 1.0625em 0 0;
  background-color: #ffffff;
  display: block;
}
.catalog-product-bucket-module .cpbmi-link:focus, .catalog-product-bucket-module .cpbmi-link:hover {
  text-decoration: none;
}
@media (max-height: 46em) and (min-width: 60em) {
  .catalog-product-bucket-module .cpbmi-link {
    padding: 1.4166666667em 0 0;
  }
}
.catalog-product-bucket-module .cpbmi-img {
  margin-bottom: 0.9375em;
}
@media (max-height: 46em) and (min-width: 60em) {
  .catalog-product-bucket-module .cpbmi-img {
    margin-bottom: 1.25em;
  }
}
.catalog-product-bucket-module .cpbmi-title {
  width: 100%;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.3888888889em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  border-radius: 0px 0px 3px 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #1d30ce;
  padding: 0.4444444444em 0.5555555556em;
  display: block;
}
.catalog-product-bucket-module .cpbmi-hover-title {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.catalog-product-bucket-module .cpbm-view-all-btn {
  padding: 1.1111111111em 1.1666666667em 1.0555555556em;
  font-weight: 400;
}
.catalog-product-bucket-module .cpbm-view-all-btn:before {
  display: none;
}
@media (min-width: 40em) {
  .catalog-product-bucket-module .cpbm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-product-bucket-module .cpbm-wrap .cpbmi-item {
    width: 49%;
    margin: 0 0.5% 1.25em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 60em) {
  .catalog-product-bucket-module .cpbm-wrap .cpbmi-item {
    width: 24%;
  }
}

.product-bottom-module .left-module {
  background-size: cover;
  background-position: center;
  padding: 3.125em 0;
  position: relative;
}
.product-bottom-module .left-module:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-bottom-module .lm-wrap {
  padding: 0 1.25em;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product-bottom-module .ar-heading {
  font-size: 2em;
  line-height: 1.5625em;
  margin-bottom: 0.40625em;
  color: #ffffff;
  margin-top: 0;
}
.product-bottom-module .ar-content {
  font-size: 1.125em;
  line-height: 1.5625em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.5555555556em;
}
.product-bottom-module .ar-cta {
  background-color: #e5e5e5;
  padding: 0.8888888889em 0.8333333333em 0.8333333333em 1.3888888889em;
  border-left: 3px solid #1d30ce;
  max-width: 21.1111111111em;
  color: #1d30ce;
  margin: 0 auto 0.6666666667em;
  display: block;
  text-transform: none;
  text-align: left;
  border-radius: 0;
  font-weight: 700;
}
.product-bottom-module .ar-cta:before {
  display: none;
}
.product-bottom-module .right-module {
  background-size: cover;
  background-position: center;
  padding: 3.125em 0;
  position: relative;
}
.product-bottom-module .right-module:after {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-bottom-module .rm-wrap {
  padding: 0 1.25em;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product-bottom-module .op-heading {
  font-size: 2em;
  line-height: 1.5625em;
  margin-bottom: 0.40625em;
  color: #ffffff;
  margin-top: 0;
}
.product-bottom-module .oplil-list {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #ffffff;
  margin-bottom: 0.5555555556em;
  margin-top: 0;
  font-weight: 700;
}
@media (min-width: 40em) {
  .product-bottom-module .op-list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .product-bottom-module .op-list-items {
    text-align: left;
  }
  .product-bottom-module .meop-list-wrap .op-list-items {
    width: 40%;
  }
}
@media (min-width: 60em) {
  .product-bottom-module {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-bottom-module .left-module {
    width: 50%;
    border-right: 1px solid #ffffff;
    padding-bottom: 4.9375em;
  }
  .product-bottom-module .right-module {
    width: 50%;
    border-left: 1px solid #ffffff;
    padding-bottom: 4.9375em;
  }
  .product-bottom-module .lm-wrap, .product-bottom-module .rm-wrap {
    padding: 0 3.125em;
  }
  .product-bottom-module .op-list-items {
    width: 48%;
  }
  .product-bottom-module .meop-list-wrap .op-list-items {
    width: 48%;
  }
}
@media (min-width: 80em) {
  .product-bottom-module .op-list-items {
    width: auto;
  }
  .product-bottom-module .meop-list-wrap .op-list-items {
    width: 40%;
  }
}

.page-id-5690 .site-content > .inner-wrap, .page-id-5690 .site-content > .inner-wrap-narrow, .page-id-5690 .site-content > .inner-wrap-wide, .page-id-5690 .site-content > .inner-wrap-fullwidth {
  padding-bottom: 0;
}
.page-id-5690 .featured-in-module {
  padding-bottom: 3.125em;
}

.mfp-zoom-out-cur .site-header.stuck {
  width: calc(100% - 17px);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

@media (max-height: 46em) and (min-width: 60em) {
  .mfp-iframe-holder .mfp-content {
    max-width: 700px !important;
  }
}

.op-list-items a {
  text-decoration: none;
}
.op-list-items a:hover .oplil-list {
  color: #cc0000;
}

.featured-cases-study-module .inner-wrap, .featured-cases-study-module .inner-wrap-narrow, .featured-cases-study-module .inner-wrap-wide, .featured-cases-study-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 4em;
}
.featured-cases-study-module .fcsm-heading {
  color: #777777;
  font-size: 1.3125em;
  line-height: 1.5625em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.featured-cases-study-module .fcsm-subheading {
  color: #333333;
  font-size: 2em;
  line-height: 1.5625em;
  font-weight: 800;
  margin-bottom: 0 !important;
  margin-top: 0;
  text-transform: capitalize;
}
.featured-cases-study-module .fcsm-desc {
  color: #333333;
  font-size: 1.125em;
  line-height: 1.5625em;
  margin-top: 10px;
}
.featured-cases-study-module .fcsm-cta {
  background-color: #CC2201;
  font-size: 1.3125em !important;
  text-transform: uppercase;
  font-weight: 400;
  padding: 16px 30px;
}
.featured-cases-study-module .fcsm-cta:before {
  background-color: #CC2201;
}
.featured-cases-study-module .fcsm-cta:hover {
  background-color: #a41b01;
}
.featured-cases-study-module .fcsm-cta:hover:before {
  background-color: #a41b01;
}
.featured-cases-study-module .fcsm-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.featured-cases-study-module .fcsm-wrap > div {
  float: left;
  width: 100%;
  padding-left: 2.5em;
}
@media (max-width: 960px) {
  .featured-cases-study-module .fcsm-wrap > div {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 60em) {
  .featured-cases-study-module .fcsm-wrap > div.fcsm-left {
    width: 49.5%;
  }
  .featured-cases-study-module .fcsm-wrap > div.fcsm-right {
    width: 49.5%;
  }
}
@media (min-width: 80em) {
  .featured-cases-study-module .fcsm-wrap > div.fcsm-right {
    padding-left: 3.1875em;
  }
}
.featured-cases-study-module .fcsm-right img {
  width: 100%;
  height: 341px;
  object-fit: cover;
}
@media (max-width: 960px) {
  .featured-cases-study-module .fcsm-right img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
}

.case-studies-list-section {
  background: #E5E5E5;
}
.case-studies-list-section .inner-wrap, .case-studies-list-section .inner-wrap-narrow, .case-studies-list-section .inner-wrap-wide, .case-studies-list-section .inner-wrap-fullwidth {
  padding-top: 4em;
}
.case-studies-list-section .cssl-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  margin-bottom: 2.1875em;
}
@media (max-width: 960px) {
  .case-studies-list-section .cssl-item {
    text-align: center;
  }
}
.case-studies-list-section .cssl-item > div {
  float: left;
  width: 100%;
  padding: 1.375em;
}
@media (min-width: 60em) {
  .case-studies-list-section .cssl-item > div.cssl-img {
    width: 25%;
  }
  .case-studies-list-section .cssl-item > div.cssl-content {
    width: 54%;
  }
  .case-studies-list-section .cssl-item > div.cssl-count-wrap {
    width: 20%;
    position: relative;
  }
}
@media (min-width: 60em) and (max-height: 46em) and (min-width: 60em) {
  .case-studies-list-section .cssl-item > div.cssl-count-wrap {
    right: 1.875em;
  }
}
.case-studies-list-section .cssl-item .cssl-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  border-radius: 0;
}
.case-studies-list-section .cssl-item .cssl-cta:before {
  background-color: #1D30CE;
}
.case-studies-list-section .cssl-item .cssl-cta:hover:before {
  background-color: #cc0000;
}
.case-studies-list-section .cssl-item .cssl-count {
  width: 187px;
  height: 187px;
  background: #EDEDED;
  border-radius: 50%;
  position: relative;
  text-align: center;
  padding: 30px 7px;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 36px;
}
@media (max-width: 960px) {
  .case-studies-list-section .cssl-item .cssl-count {
    margin: 0px auto;
  }
}
.case-studies-list-section .cssl-content h3 {
  color: #333333;
  font-size: 1.5em;
  line-height: 1.9375em;
  text-transform: capitalize;
  margin-top: 0;
}
.case-studies-list-section .cssl-content p {
  font-style: italic;
  font-size: 1.125em;
}
.case-studies-list-section .cssl-img img {
  filter: grayscale(100%);
  width: 283px;
  height: 167px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.case-studies-list-section .cssl-value {
  font-size: 40px;
  color: #333333;
  font-weight: 600;
}
.case-studies-list-section .cssl-year {
  font-size: 32px;
  font-weight: 600;
}
.case-studies-list-section .cssl-count-wrap:before {
  content: "";
  position: absolute;
  top: -0.4444444444em;
  top: 2.555556em;
  left: 7px;
  height: 1.505em;
  background-image: url(img/quote.svg);
  background-repeat: no-repeat;
  background-size: 1.8272222222em 1.505em;
  opacity: 0.25;
}

.ts-content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  margin-bottom: 2.1875em;
}
.ts-content-wrap > div {
  width: 100%;
  padding: 1.375em;
  text-align: center;
}
@media (min-width: 60em) {
  .ts-content-wrap > div {
    float: left;
    text-align: left;
  }
  .ts-content-wrap > div.ts-img-wrap {
    width: 29%;
  }
  .ts-content-wrap > div.ts-right-content {
    width: 70%;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .ts-content-wrap > div {
    float: left;
    text-align: left;
  }
  .ts-content-wrap > div.ts-img-wrap {
    width: 34%;
  }
  .ts-content-wrap > div.ts-right-content {
    width: 66%;
  }
}
.ts-content-wrap .ts-img {
  width: 256px;
  height: 256px;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 960px) {
  .ts-content-wrap .ts-img {
    margin: 0px auto;
  }
}
.ts-content-wrap .ts-img img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80% !important;
}
.ts-content-wrap .ts-title {
  color: #777777;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
}
.ts-content-wrap .ts-subtitle {
  font-size: 32px;
  text-transform: capitalize;
  color: #333333;
  line-height: 25px;
}
.ts-content-wrap .ts-text {
  font-size: 18px;
  line-height: 25px;
}
.ts-content-wrap .ts-author {
  font-size: 24px;
  font-style: italic;
  line-height: 28px;
  color: #1C1C1C;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.75em;
}

.ts-cta {
  background-color: #cc0000;
  font-size: 1.3125em;
  padding: 16px 25px;
  font-weight: 400;
  text-align: center;
}
.ts-cta:before {
  background-color: #cc0000;
}
.ts-cta:hover {
  background-color: #a41b01;
}
.ts-cta:hover:before {
  background-color: #a41b01;
}
@media (max-width: 960px) {
  .ts-cta {
    font-size: initial;
    margin: 0px auto;
    display: block;
    max-width: 309px;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .ts-cta {
    margin-left: 30%;
  }
}

.testimonials-module .inner-wrap, .testimonials-module .inner-wrap-narrow, .testimonials-module .inner-wrap-wide, .testimonials-module .inner-wrap-fullwidth {
  padding-bottom: 4em;
}
.testimonials-module .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .testimonials-module .owl-dots {
    left: 40%;
    transform: translateX(-40%);
  }
}
.testimonials-module .owl-dot {
  width: 14px !important;
  height: 15px !important;
  background: transparent !important;
  border-radius: 50% !important;
  border: 1px solid #091190 !important;
  margin-right: 7px !important;
}
.testimonials-module .owl-dot.active {
  background: #091190 !important;
}
.testimonials-module .owl-dot:before {
  content: none !important;
}
.testimonials-module .owl-prev {
  left: 0% !important;
  position: absolute !important;
  top: 25% !important;
  transform: translateY(-50%) !important;
  background-image: url(img/left-arrow-hover.svg) !important;
  background-size: 1.875em 1.4375em !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  width: 1.875em !important;
  height: 1.4375em !important;
}
.testimonials-module .owl-prev.disabled {
  background-image: url(img/left-arrow-default.svg) !important;
  opacity: 1 !important;
}
.testimonials-module .owl-prev:before {
  content: none;
}
.testimonials-module .owl-prev span {
  display: none;
}
@media (min-width: 60em) {
  .testimonials-module .owl-prev {
    left: -8.1% !important;
    top: 58% !important;
  }
}
.testimonials-module .owl-next {
  right: 0% !important;
  position: absolute !important;
  top: 25% !important;
  transform: translateY(-50%) !important;
  background-image: url(img/right-arrow-hover.svg) !important;
  background-size: 1.875em 1.4375em !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  width: 1.875em !important;
  height: 1.4375em !important;
}
.testimonials-module .owl-next.disabled {
  background-image: url(img/right-arrow-default.svg) !important;
  opacity: 1 !important;
}
.testimonials-module .owl-next:before {
  content: none;
}
.testimonials-module .owl-next span {
  display: none;
}
@media (min-width: 60em) {
  .testimonials-module .owl-next {
    right: -8.1% !important;
    top: 58% !important;
  }
}

.page-template-case-studies .page-intro h1 {
  color: #fff !important;
  margin-top: 10px !important;
}
.page-template-case-studies .breadcrumb-menu {
  margin-bottom: 0 !important;
  position: relative !important;
  top: 35px !important;
}

@media (min-width: 60em) {
  .fcsm-left {
    padding-left: 0 !important;
  }
}

.page-id-5893 .rm-item-title {
  font-weight: 600;
}

.jump-to {
  padding-top: 0px;
  margin-top: 0px;
}
@media (min-width: 60em) {
  .jump-to {
    padding-top: 140px;
    margin-top: -140px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .jump-to {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.page-id-1200 .catalog-product-bucket-module .cpbmi-link {
  display: table;
  padding: 0;
}
.page-id-1200 .catalog-product-bucket-module .cpbmi-link figure {
  display: table-cell;
  vertical-align: middle;
}

.page-id-1199 .wp-video {
  margin: 0 auto;
}

.gdd-013-b .hd-si-btns-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 60em) {
  .gdd-013-b .hd-si-btns-wrap {
    float: inherit;
    display: inline;
  }
}
.gdd-013-b .shr-contact {
  /*float: right;*/
}
.gdd-013-b .hd-si-btns-wrap .btn.si-btn1, .gdd-013-b .hd-si-btns-wrap button.si-btn1,
.gdd-013-b .hd-si-btns-wrap input.si-btn1[type=submit], .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-download, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-arrow, .gdd-013-b .hd-si-btns-wrap .si-btn1.product-grid-item-link {
  /*padding: 0.7em 1.2777777778em;        */
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  width: auto;
}
.gdd-013-b .hd-si-btns-wrap .btn.si-btn1 span .bt-txt, .gdd-013-b .hd-si-btns-wrap button.si-btn1 span .bt-txt,
.gdd-013-b .hd-si-btns-wrap input.si-btn1[type=submit] span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-download span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-arrow span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn1.product-grid-item-link span .bt-txt {
  display: none;
  padding-right: 0;
}
.gdd-013-b .hd-si-btns-wrap .btn.si-btn1 span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap button.si-btn1 span .bt-txt:after,
.gdd-013-b .hd-si-btns-wrap input.si-btn1[type=submit] span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-download span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-arrow span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap .si-btn1.product-grid-item-link span .bt-txt:after {
  content: none;
}
@media screen and (min-width: 1022px) {
  .gdd-013-b .hd-si-btns-wrap .btn.si-btn1 span .bt-txt, .gdd-013-b .hd-si-btns-wrap button.si-btn1 span .bt-txt,
.gdd-013-b .hd-si-btns-wrap input.si-btn1[type=submit] span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-download span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-arrow span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn1.product-grid-item-link span .bt-txt {
    display: inline-block;
  }
}
@media (min-width: 40em) {
  .gdd-013-b .hd-si-btns-wrap .btn.si-btn1, .gdd-013-b .hd-si-btns-wrap button.si-btn1,
.gdd-013-b .hd-si-btns-wrap input.si-btn1[type=submit], .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-download, .gdd-013-b .hd-si-btns-wrap .si-btn1.btn-arrow, .gdd-013-b .hd-si-btns-wrap .si-btn1.product-grid-item-link {
    font-size: 1rem;
  }
}
.gdd-013-b .hd-si-btns-wrap .btn.si-btn3, .gdd-013-b .hd-si-btns-wrap button.si-btn3,
.gdd-013-b .hd-si-btns-wrap input.si-btn3[type=submit], .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-download, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-arrow, .gdd-013-b .hd-si-btns-wrap .si-btn3.product-grid-item-link {
  /*padding-bottom:  1em!important;*/
  /*padding: 0.7em 1.2777777778em;        */
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  width: auto;
}
.gdd-013-b .hd-si-btns-wrap .btn.si-btn3 span .bt-txt, .gdd-013-b .hd-si-btns-wrap button.si-btn3 span .bt-txt,
.gdd-013-b .hd-si-btns-wrap input.si-btn3[type=submit] span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-download span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-arrow span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn3.product-grid-item-link span .bt-txt {
  display: none;
  padding-right: 0;
}
.gdd-013-b .hd-si-btns-wrap .btn.si-btn3 span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap button.si-btn3 span .bt-txt:after,
.gdd-013-b .hd-si-btns-wrap input.si-btn3[type=submit] span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-download span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-arrow span .bt-txt:after, .gdd-013-b .hd-si-btns-wrap .si-btn3.product-grid-item-link span .bt-txt:after {
  content: none;
}
@media screen and (min-width: 1022px) {
  .gdd-013-b .hd-si-btns-wrap .btn.si-btn3 span .bt-txt, .gdd-013-b .hd-si-btns-wrap button.si-btn3 span .bt-txt,
.gdd-013-b .hd-si-btns-wrap input.si-btn3[type=submit] span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-download span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-arrow span .bt-txt, .gdd-013-b .hd-si-btns-wrap .si-btn3.product-grid-item-link span .bt-txt {
    display: inline-block;
  }
}
@media (min-width: 40em) {
  .gdd-013-b .hd-si-btns-wrap .btn.si-btn3, .gdd-013-b .hd-si-btns-wrap button.si-btn3,
.gdd-013-b .hd-si-btns-wrap input.si-btn3[type=submit], .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-download, .gdd-013-b .hd-si-btns-wrap .si-btn3.btn-arrow, .gdd-013-b .hd-si-btns-wrap .si-btn3.product-grid-item-link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1023px) {
  .gdd-013-b a.search-link.gdd-009-search {
    float: left;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1022px) {
  .gdd-013-b .hd-si-btns-wrap .btn, .gdd-013-b .hd-si-btns-wrap button,
.gdd-013-b .hd-si-btns-wrap input[type=submit], .gdd-013-b .hd-si-btns-wrap .btn-download, .gdd-013-b .hd-si-btns-wrap .btn-arrow, .gdd-013-b .hd-si-btns-wrap .product-grid-item-link {
    /*display: none;*/
  }

  .gdd-013-b .shr-contact {
    float: left;
    margin-top: 9px;
    margin-bottom: 0.4375em;
  }

  .gdd-013-b .gdd-009-search {
    margin-top: 6px;
  }
}
@media screen and (max-width: 900px) {
  .gdd-013-b li#nav-menu-item-6126 {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
}
.gdd-013-b li#nav-menu-item-6126 a.sn-menu-link {
  border-top: none;
}

@media only screen and (min-height: 599px) and (max-height: 600px) {
  li#nav-menu-item-6126 span {
    font-size: 0.71em;
  }
}
@media screen and (min-width: 769px) {
  #nav-menu-item-6126 {
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0;
  }

  .site-header.gdd-013-b .shr-contact.shr-contact-mobile {
    float: left;
  }
}
.site-header.gdd-013-b .snc-header .social-wrap.swap:nth-child(2), .site-header.gdd-013-a .snc-header .social-wrap.swap:nth-child(2) {
  display: block;
}

.site-header.gdd-013-b .snc-header .social-wrap.swap, .site-header.gdd-013-a .snc-header .social-wrap.swap {
  display: inline;
  margin-right: 6px;
}

.site-header.gdd-013-b ul.shr-links:nth-child(2), .site-header.gdd-013-a ul.shr-links:nth-child(2) {
  display: contents;
  /* float: right; */
}

.site-header.gdd-013-b ul.shr-links, .site-header.gdd-013-a ul.shr-links {
  display: none;
}

@media screen and (min-width: 960px) {
  .site-header.gdd-013-b .social-wrap.swap:nth-child(1), .site-header.gdd-013-a .social-wrap.swap:nth-child(1) {
    display: block;
    float: left;
  }

  .site-header.gdd-013-b .social-wrap.swap, .site-header.gdd-013-a .social-wrap.swap {
    display: none;
  }
}
ul#menu-gdd-primary-nav-013 .si-btn1 a {
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0;
}

@media (min-width: 60em) {
  .gdd-013-b .sn-level-3 {
    right: 100% !important;
    left: auto;
  }
}
/* gdd 014 b css start */
@media (min-width: 40em) {
  .site-footer.gdd-014-b {
    text-align: center;
  }
}
@media (min-width: 60em) {
  .site-footer.gdd-014-b {
    text-align: left;
  }
  .site-footer.gdd-014-b > .inner-wrap, .site-footer.gdd-014-b > .inner-wrap-narrow, .site-footer.gdd-014-b > .inner-wrap-wide, .site-footer.gdd-014-b > .inner-wrap-fullwidth {
    padding-bottom: 2.0625em;
  }
}

.sf-menu li {
  line-height: 1.875em;
}
.sf-menu a {
  font-size: 0.9375em;
  color: #333;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .sf-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .sf-menu > li {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
  }
}

.sf-right-nav {
  margin-bottom: 1.875em;
}
@media (min-width: 60em) {
  .sf-right-nav {
    margin-bottom: 0;
    order: 3;
  }
}

.sf-box {
  position: relative;
  margin-bottom: 1.875em;
  line-height: 2.0625em;
}
.sf-box.sf-address {
  line-height: 1.875em;
}
@media (min-width: 40em) {
  .sf-box.sf-address {
    float: none;
    width: auto;
    padding-top: auto;
    padding-right: auto;
    font-size: 100%;
  }
}
@media (min-width: 60em) {
  .sf-box {
    margin-bottom: 0;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .sf-box.sf-address {
    padding-top: 0;
  }
  .sf-box.sf-btn {
    text-align: center;
  }
}

.sf-email {
  text-decoration: underline;
}

.btn.si-btn1.sf-btn, button.si-btn1.sf-btn,
input.si-btn1.sf-btn[type=submit], .si-btn1.sf-btn.btn-download, .si-btn1.sf-btn.btn-arrow, .si-btn1.sf-btn.product-grid-item-link {
  color: white;
  padding: 0.6666666667em 0.9444444444em 0.6666666667em 0;
  width: auto;
  margin-bottom: 0.9444444444em;
  margin-right: 0;
}
.btn.si-btn1.sf-btn:hover, button.si-btn1.sf-btn:hover,
input.si-btn1.sf-btn[type=submit]:hover, .si-btn1.sf-btn.btn-download:hover, .si-btn1.sf-btn.btn-arrow:hover, .si-btn1.sf-btn.product-grid-item-link:hover {
  color: white;
}
.btn.si-btn1.sf-btn span, button.si-btn1.sf-btn span,
input.si-btn1.sf-btn[type=submit] span, .si-btn1.sf-btn.btn-download span, .si-btn1.sf-btn.btn-arrow span, .si-btn1.sf-btn.product-grid-item-link span {
  padding-left: 0.8888888889em;
}

.sf-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.625em;
}

@media (min-width: 60em) {
  .sf-nav-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    margin-bottom: 2.9375em;
    padding-bottom: 2.375em;
    border-bottom: 1px solid #e5e5e5;
  }
  .sf-nav-wrapper > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

@media (min-width: 60em) {
  .sf-box-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

.sf-small {
  background-color: #e5e5e5;
  text-align: center;
}
.sf-small > .inner-wrap, .sf-small > .inner-wrap-narrow, .sf-small > .inner-wrap-wide, .sf-small > .inner-wrap-fullwidth {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

@media (min-width: 60em) {
  .sf-logo {
    order: 2;
  }
}

/* gdd 014 b css end */
.rows-of-2.gdd-015-b {
  background-color: #bb261a;
  box-shadow: 0px 2px 4px;
  border-radius: 2px;
  margin-bottom: 2em;
}
.rows-of-2.gdd-015-b:hover {
  background-color: #0f1b90;
}
@media (min-width: 80em) {
  .rows-of-2.gdd-015-b {
    width: 88%;
  }
}

.rows-of-2.gdd-015-b > * {
  margin: 0;
}

.gdd-015-b .rfq-btn {
  width: 100%;
  padding: 1em 0 0.6em;
}
.gdd-015-b .rfq-btn img.rfq-img {
  vertical-align: middle;
}

.gdd-015-b .rfq-btn a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 40em) {
  .gdd-015-b .rfq-btn a {
    font-size: 1.2em;
  }
}
@media (min-width: 60em) {
  .gdd-015-b .rfq-btn a {
    font-size: 1.2em;
  }
}
@media (min-width: 80em) {
  .gdd-015-b .rfq-btn a {
    font-size: 1.4em;
  }
}

.breadcrumb-menu a[href="https://www.compressedairsystems.com/application/"] {
  pointer-events: none;
  cursor: unset;
  text-decoration: none !important;
  color: #333 !important;
}

.breadcrumb-menu a[href="https://www.compressedairsystems.com/resources/"] {
  pointer-events: none;
  cursor: unset;
  text-decoration: none !important;
  color: #333 !important;
}

/*============ case-studies-module ==============*/
.installation-gallery-module {
  position: relative;
  z-index: 1;
}
.installation-gallery-module:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 3.5625em);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: 0.05;
}
.installation-gallery-module .inner-wrap, .installation-gallery-module .inner-wrap-narrow, .installation-gallery-module .inner-wrap-wide, .installation-gallery-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 5.875em;
  z-index: 2;
}
.installation-gallery-module .slick-next {
  font-size: 1em !important;
  width: 1.5em;
  height: 1.5em;
  background-image: url(img/gnav-right.svg);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  right: -0.9375em;
  top: auto;
  bottom: 48.5%;
  transform: none !important;
}
.installation-gallery-module .slick-next:before {
  display: none;
}
.installation-gallery-module .slick-next:hover, .installation-gallery-module .slick-next:focus {
  background-image: url(img/gnav-right.svg);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}
.installation-gallery-module .slick-prev {
  font-size: 1em !important;
  width: 1.5em;
  height: 1.5em;
  background-image: url(img/gnav-right.svg);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  left: -0.9375em;
  top: auto;
  bottom: 48.5%;
  transform: rotate(180deg);
}
.installation-gallery-module .slick-prev:before {
  display: none;
}
.installation-gallery-module .slick-prev:hover, .installation-gallery-module .slick-prev:focus {
  background-image: url(img/gnav-right.svg);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}
@media (min-width: 60em) {
  .installation-gallery-module .slick-next {
    right: -1.3125em;
  }
  .installation-gallery-module .slick-prev {
    left: -1.3125em;
  }
}

.igm-tabs-wrap {
  max-width: 69.375em;
  width: 100%;
  margin: auto;
}
.igm-tabs-wrap .slick-slide {
  margin: 0 0.75em;
}
.igm-tabs-wrap .slick-active .item {
  padding: 0.0625em;
}
.igm-tabs-wrap .slick-current .igm-tab-title .igm-tab-bg:after {
  opacity: 0.9;
}
@media (min-width: 40em) {
  .igm-tabs-wrap .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 60em) {
  .igm-tabs-wrap .slick-active + .slick-active + .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .igm-tabs-wrap .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 4.6875em;
    border-bottom-right-radius: 4.6875em;
  }
}

@media screen and (min-width: 480px) and (max-width: 958px) {
  .csm-tabs-wrap .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .csm-tabs-wrap .slick-active + .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 4.6875em;
    border-bottom-right-radius: 4.6875em;
  }
}
@media screen and (min-width: 959px) and (max-width: 1278px) {
  .csm-tabs-wrap .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .csm-tabs-wrap .slick-active + .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .csm-tabs-wrap .slick-active + .slick-active + .slick-active + .slick-active .csm-tab-title {
    border-top-right-radius: 4.6875em;
    border-bottom-right-radius: 4.6875em;
  }
}
.igm-tab-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 5.3125em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.igm-tab-title:hover {
  color: rgba(255, 255, 255, 0.8);
}
.igm-tab-title:focus:not(:hover):not(:active) {
  outline: 2px dashed #1e30ce;
}
.igm-tab-title > span {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.igm-tab-title > .igm-tab-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.igm-tab-title > .igm-tab-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e30ce;
  opacity: 0;
}

.csmt-title {
  position: relative;
}

.csm-content-wrap {
  width: 100%;
  margin: auto;
}

.csm-content {
  margin-bottom: 1.875em;
  text-align: center;
  position: relative;
}
@media (min-width: 60em) {
  .csm-content {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.csm-img a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}
.csm-img img {
  display: block;
  max-height: 25em;
  width: auto;
  margin: auto;
  border-radius: 3px;
}
@media (min-width: 60em) {
  .csm-img {
    width: 66%;
  }
}

@media (min-width: 60em) {
  .csm-txt-wrap {
    width: 34%;
    margin-bottom: 0;
  }
}

.csm-txt {
  padding: 3.375em 1.25em;
  background-color: #1e30ce;
}
@media (min-width: 40em) {
  .csm-txt {
    padding: 3.375em 3.125em;
  }
}
@media (min-width: 60em) {
  .csm-txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    max-width: 30em;
  }
}

.csm-title {
  color: #ffffff;
  margin-top: 0;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0;
}

.csm-desc p {
  margin-top: 0;
  font-size: 1.125em;
  line-height: 1.3888888889em;
  font-weight: normal;
  color: #EDEDED;
}

.page-template-installation-gallery .page-intro h1 {
  color: #ffffff;
}

.about-us-banner {
  text-align: center;
  background-image: url(https://www.compressedairsystems.com/wp-content/uploads/about-banner-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3em 0 2em;
}

.about-us-banner h3 {
  font-size: 2.5em;
  position: relative;
}

.about-us-banner h3 .ab-before:before {
  border-bottom: 2px solid #acacac;
  border-top: 2px solid #acacac;
  content: "";
  height: 0.566667em;
  left: 0;
  position: absolute;
  bottom: 0.3333333333em;
  transform: translateX(-50%) translateY(-18%);
  width: 78%;
}

.about-us-banner h3 .ab-before:after {
  background-color: #acacac;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0.6666666667em;
  transform: translateX(-50%) translateY(-50%);
  width: 78%;
}

.about-us-banner h3 .ab-after:before {
  border-bottom: 2px solid #acacac;
  border-top: 2px solid #acacac;
  content: "";
  height: 0.5666666667em;
  right: 0;
  position: absolute;
  bottom: 0.3333333333em;
  transform: translateX(50%) translateY(-15%);
  width: 78%;
}

.about-us-banner h3 .ab-after:after {
  background-color: #acacac;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  bottom: 0.6666666667em;
  transform: translateX(50%) translateY(50%);
  width: 78%;
}

@media screen and (min-width: 960px) and (max-width: 1400px) {
  .about-us-banner h3 .ab-after:before, .about-us-banner h3 .ab-after:after, .about-us-banner h3 .ab-before:after, .about-us-banner h3 .ab-before:before {
    width: 58%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .about-us-banner h3 .ab-after:before, .about-us-banner h3 .ab-after:after, .about-us-banner h3 .ab-before:after, .about-us-banner h3 .ab-before:before {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .about-us-banner h3 .ab-after:before, .about-us-banner h3 .ab-after:after, .about-us-banner h3 .ab-before:after, .about-us-banner h3 .ab-before:before {
    width: 38%;
  }
}
@media screen and (max-width: 512px) {
  .about-us-banner h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 60em) {
  .page-id-1233 .ftm-video {
    width: auto !important;
  }
}
@media (min-width: 40em) {
  .page-id-1233 .ftm-video-link img {
    width: 350px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .page-id-1233 .ftm-video-link img {
    width: 260px;
  }
}

.igm-tabs-wrap .slick-slide {
  padding: 5px 0;
}

.hpcmi-image {
  max-width: 8em;
  width: 100%;
  margin: 0 auto 1.25em;
  /*em(-47) auto em(20);*/
  position: relative;
  top: -2.9375em;
}

.hpcm-item {
  max-width: 16.25em;
  width: 100%;
  margin: 0 auto 5.8125em;
  border-radius: 16px;
  background-color: #1F0A8C;
  padding: 0 0.9375em;
  margin-top: 4.375em;
  text-align: center;
  min-height: 12em;
}

.hpcm-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hpcm-content-wrap > div {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
@media (min-width: 40em) {
  .hpcm-content-wrap > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}
@media (min-width: 60em) {
  .hpcm-content-wrap > div {
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
  }
}

.hpcm-cta-wrap {
  text-align: center;
}

.hpcm-bottom-content {
  padding-bottom: 2.5em;
}

.hpcmi-title {
  /*padding: em(15);*/
}
.hpcmi-title > h3 {
  margin-top: -2.8333333333em;
  font-size: 1.125em;
  line-height: 1.2222222222em;
  color: white;
}

.pillar-intro .pi-header {
  color: white;
  text-align: center;
  text-transform: none;
  font-size: 1.75em;
  line-height: 1.3571428571em;
}

@media (min-width: 60em) {
  .ppnm-content {
    max-width: 29.75em;
    width: 100%;
  }
}

.anchor-links-nav-wrap {
  position: relative;
  z-index: 1;
}
.anchor-links-nav-wrap::before {
  content: "";
  background-color: #E5E5E5;
  position: absolute;
  left: -150%;
  width: 300%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 60em) {
  .anchor-links-nav-wrap {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(img/bg-nav.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    max-width: 44.375em;
    width: 100%;
    padding-top: 4.5em;
    height: 44.0625em;
  }
  .anchor-links-nav-wrap::before {
    display: none;
  }
}

.pillar-page-nav-module {
  position: relative;
}
.pillar-page-nav-module .inner-wrap, .pillar-page-nav-module .inner-wrap-narrow, .pillar-page-nav-module .inner-wrap-wide, .pillar-page-nav-module .inner-wrap-fullwidth {
  padding-top: 0;
}
@media (min-width: 60em) {
  .pillar-page-nav-module .inner-wrap, .pillar-page-nav-module .inner-wrap-narrow, .pillar-page-nav-module .inner-wrap-wide, .pillar-page-nav-module .inner-wrap-fullwidth {
    padding-top: 4.75em;
    padding-bottom: 5.375em;
  }
}

.anchor-links-nav-wrap .anchor-links-wrap li {
  padding-left: 4.3125em;
  padding-right: 1.875em;
}
.anchor-links-nav-wrap .anchor-links-wrap li > a {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #1F0A8C;
  text-decoration: none;
  padding-top: 0.8333333333em;
  padding-bottom: 0.8888888889em;
  display: block;
  position: relative;
}
.anchor-links-nav-wrap .anchor-links-wrap li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150%;
  height: 1px;
  background-color: #CBC7C7;
}
.anchor-links-nav-wrap .anchor-links-wrap li > a .ppnm-icon {
  position: absolute;
  left: -1.6666666667em;
  display: inline-block;
  vertical-align: top;
  max-width: 1.1666666667em;
  top: 50%;
  transform: translateY(-50%);
}
.anchor-links-nav-wrap .anchor-links-wrap li > a:hover {
  color: #CC2201;
  text-decoration: none;
}
.anchor-links-nav-wrap .anchor-links-wrap li:hover, .anchor-links-nav-wrap .anchor-links-wrap li.active {
  background-color: white;
}
.anchor-links-nav-wrap .anchor-links-wrap li:hover > a, .anchor-links-nav-wrap .anchor-links-wrap li.active > a {
  color: #CC2201;
}
.anchor-links-nav-wrap .anchor-links-wrap li:hover > a .ppnm-icon svg g, .anchor-links-nav-wrap .anchor-links-wrap li.active > a .ppnm-icon svg g {
  fill: #1F0A8C;
}

@media (min-width: 60em) {
  .ppnm-wrap {
    font-size: 1.25vw;
  }
}
@media (min-width: 80em) {
  .ppnm-wrap {
    font-size: 1em;
  }
}

.anchor-links-nav-new {
  display: none;
}
@media (min-width: 60em) {
  .anchor-links-nav-new.stuck {
    display: block;
    position: fixed;
    top: 8.125em;
    left: 0;
    width: 100%;
    background-color: #e5e5e5;
    min-height: 1.25em;
    z-index: 99;
  }
}

.anchor-links-nav-new .anchor-links-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.anchor-links-nav-new .anchor-links-wrap li {
  text-align: center;
  flex-grow: 1;
}
.anchor-links-nav-new .anchor-links-wrap li > a {
  font-size: 0.75em;
  line-height: 1.5555555556em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #1F0A8C;
  text-decoration: none;
  /*padding-top: em(15,18);
  padding-bottom: em(16,18);*/
  padding: 0.6666666667em;
  display: block;
  position: relative;
}
@media (min-width: 80em) {
  .anchor-links-nav-new .anchor-links-wrap li > a {
    font-size: 1em;
  }
}
.anchor-links-nav-new .anchor-links-wrap li:hover, .anchor-links-nav-new .anchor-links-wrap li.active {
  background-color: white;
}
.anchor-links-nav-new .anchor-links-wrap li:hover > a, .anchor-links-nav-new .anchor-links-wrap li.active > a {
  color: #CC2201;
}
.anchor-links-nav-new .anchor-links-wrap li:hover > a .ppnm-icon svg g, .anchor-links-nav-new .anchor-links-wrap li.active > a .ppnm-icon svg g {
  fill: #1F0A8C;
}

.ppnm-content p {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  color: #333333;
}

.ppwiahpacs-header-wrap {
  background-color: #1F0A8C;
}

.ppwiahpacs-header {
  color: white;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1.75em;
  line-height: 1.3571428571em;
}
.ppwiahpacs-header > span {
  font-weight: bold;
  display: block;
}

.ppwiahpacs-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ppwiahpacs-item > div {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  min-height: 23.125em;
}
@media (min-width: 60em) {
  .ppwiahpacs-item {
    flex-wrap: nowrap;
  }
  .ppwiahpacs-item > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}

@media (min-width: 60em) {
  .ppwiahpacs-bucket-wrap > div:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .ppwiahpacs-bucket-wrap > div:nth-of-type(2n) .ppwiashpacs-content {
    padding-left: 10.714286%;
    padding-right: 7.2857142857%;
  }
  .ppwiahpacs-bucket-wrap > div:nth-of-type(2n) .ppwiashpacs-image::before {
    right: auto;
    left: -3em;
  }
}

.ppwiahpacs-wrap {
  max-width: 22.9375em;
  width: 100%;
}

.ppwiahpacs-header-wrap {
  position: relative;
}
.ppwiahpacs-header-wrap .inner-wrap, .ppwiahpacs-header-wrap .inner-wrap-narrow, .ppwiahpacs-header-wrap .inner-wrap-wide, .ppwiahpacs-header-wrap .inner-wrap-fullwidth {
  padding-top: 2.4375em;
  padding-bottom: 2.5em;
}
.ppwiahpacs-header-wrap::before {
  content: "";
  background-image: url(img/header-new-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10.875em;
  height: 10.4375em;
  position: absolute;
  left: 4.5714285714%;
  top: 0;
}

.ppwiashpacs-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ppwiashpacs-image::before {
  content: "";
  background-image: url(img/arrow-buckets.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 6em;
  height: 5.125em;
  position: absolute;
  right: -3em;
  top: 50%;
  transform: translateY(-50%);
}

.ppwiashpacs-content {
  padding-left: 7.2857142857%;
  padding-right: 10.714286%;
  padding-bottom: 1.875em;
  padding-top: 1.875em;
  background-color: rgba(245, 244, 244, 0.94);
}
.ppwiashpacs-content > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ppwiashpacs-content > div p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #111111;
}
@media (min-width: 60em) {
  .ppwiashpacs-content {
    padding-bottom: 0;
    padding-bottom: 0;
  }
}

.pillar-page-what-is-a-high-pressure-air-compressor-system {
  border-bottom: 16px solid #1f0a8c;
}

.ppwiahpacs-header-wrap-new {
  background-color: #1f0a8c;
}
.ppwiahpacs-header-wrap-new .inner-wrap, .ppwiahpacs-header-wrap-new .inner-wrap-narrow, .ppwiahpacs-header-wrap-new .inner-wrap-wide, .ppwiahpacs-header-wrap-new .inner-wrap-fullwidth {
  padding-top: 1.625em;
  padding-bottom: 1.625em;
}

.ppwiahpascs-header {
  color: white;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1.75em;
  line-height: 1.3571428571em;
  text-align: center;
}
.ppwiahpascs-header > span {
  font-weight: bold;
}

.pillar-page-what-does-a-standard-high-pressure-compressor-system-look-like {
  border-bottom: 16px solid #1d30ce;
}

.pphhihp-header {
  text-align: center;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1.75em;
  line-height: 1.3571428571em;
  text-align: center;
}
.pphhihp-header > span {
  font-weight: bold;
}

.pphhihp-content {
  max-width: 70.25em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pphhihp-content p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
}

.pphhihp-bottom-content {
  max-width: 70.25em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pphhihp-bottom-content p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
}

.pphhihp-cta-wrap {
  text-align: center;
  padding: 1.5625em;
}
@media (min-width: 60em) {
  .pphhihp-cta-wrap {
    padding: 0;
  }
}

.guide-youtubevideo {
  padding-top: 5em;
}

.pillar-page-how-high-is-high-pressure .inner-wrap, .pillar-page-how-high-is-high-pressure .inner-wrap-narrow, .pillar-page-how-high-is-high-pressure .inner-wrap-wide, .pillar-page-how-high-is-high-pressure .inner-wrap-fullwidth {
  padding-bottom: 4.375em;
}

@media (min-width: 60em) {
  .ppwiba-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ppwiba-wrap > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}

.ppwiba-image-wrap {
  position: relative;
  padding-top: 3.125em;
  padding-bottom: 3.25em;
  z-index: 1;
}
.ppwiba-image-wrap::before {
  content: "";
  background-image: url(img/arrow-inter.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
@media (min-width: 60em) {
  .ppwiba-image-wrap::before {
    background-position: left bottom;
    min-height: 44.375em;
  }
}

.ppwiba-image {
  max-width: 33.9375em;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 60em) {
  .ppwiba-wrap {
    font-size: 1.25vw;
  }
}
@media (min-width: 80em) {
  .ppwiba-wrap {
    font-size: 1em;
  }
}

.pillar-page-what-is-breathing-air .ppwiahpascas-header {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1.75em;
  line-height: 1.3571428571em;
}
.pillar-page-what-is-breathing-air .ppwiahpascas-header > span {
  font-weight: bold;
  display: block;
}
.pillar-page-what-is-breathing-air .ppwibaa-header {
  position: relative;
  padding-top: 5.5625em;
  padding-left: 5.375em;
}
.pillar-page-what-is-breathing-air .ppwibaa-header::before {
  content: "";
  background-image: url(img/header-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10.875em;
  height: 10.4375em;
  position: absolute;
  left: 0;
  top: 0;
}

.ppwiba-content > div {
  max-width: 29.1875em;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .ppwiba-content > div {
    margin: 0;
  }
}

.ppwiba-content p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #111111;
}
@media (min-width: 60em) {
  .ppwiba-content {
    padding-top: 2.1875em;
    padding-left: 4.75em;
  }
}

.does-part-design-matter {
  position: relative;
  padding-bottom: 4.0625em;
}

.dpdm-slidr-wrap {
  background: #1f0a8c;
  padding: 2.5rem;
  margin-bottom: 3.125rem;
  position: relative;
  text-align: center;
}
.dpdm-slidr-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-gray-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .dpdm-slidr-wrap {
    padding: 2.5rem 9.375rem 2.5rem 0;
    max-width: 41.875rem;
    width: 100%;
  }
  .dpdm-slidr-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1f0a8c;
    position: absolute;
    top: 0;
    left: -100%;
  }
}

.dpdm-slider {
  min-height: 17em;
}

.dpdm-btn-wrap {
  text-align: center;
  padding: 1.5em;
}
@media (min-width: 60em) {
  .dpdm-btn-wrap {
    padding: 0;
    position: absolute;
    left: 0;
    width: 56%;
    bottom: 5em;
  }
}

.dpdm-slider {
  position: relative;
  z-index: 1;
}
.dpdm-slider .slick-prev {
  display: none !important;
}
.dpdm-slider .slick-next {
  display: block !important;
  font-size: 0;
  padding: 0;
  border: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -173px;
  background: transparent;
}
.dpdm-slider .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #cbc7c7;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.dpdm-slider .slick-next:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 16px solid #cc2201;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  background-color: transparent;
  margin: 0 auto;
}
.dpdm-slider .slick-dots {
  display: none;
}
.dpdm-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.dpdm-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  border: solid 1px #cbc7c7;
  margin: 0 0.125rem;
}
.dpdm-slider .slick-dots li.slick-active button {
  background-color: #cbc7c7;
}

.dpdm-heading {
  color: #1d30ce;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.0714285714em;
  font-family: "Roboto", sans-serif;
}
.dpdm-heading span {
  font-weight: 700;
  display: block;
}
@media (min-width: 40em) {
  .dpdm-heading {
    text-align: left;
  }
}

.dpdm-item p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #ffffff;
}
@media (min-width: 40em) {
  .dpdm-item p {
    text-align: left;
  }
}

.dpdm-item > h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 1.75em;
  line-height: 1.1428571429em;
  margin-bottom: 0.75em;
  text-align: left;
}

.pagingInfo {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #ffffff;
}

.dpdm-img {
  width: 100%;
  height: 25rem;
  background-size: cover;
  background-position: center;
  margin: 0 0;
}
@media (min-width: 60em) {
  .dpdm-img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    margin: 0;
  }
}

.does-part-design-matter {
  background-color: #e5e5e5;
}

.slider-wraper-main {
  position: relative;
}

@media (min-width: 60em) {
  .page-inner-anchor {
    display: block;
    margin-top: -13.75em;
    padding-top: 13.75em;
  }
}

.slider-wraper-main .inner-wrap, .slider-wraper-main .inner-wrap-narrow, .slider-wraper-main .inner-wrap-wide, .slider-wraper-main .inner-wrap-fullwidth {
  padding-top: 0;
}
@media (min-width: 60em) {
  .slider-wraper-main .inner-wrap, .slider-wraper-main .inner-wrap-narrow, .slider-wraper-main .inner-wrap-wide, .slider-wraper-main .inner-wrap-fullwidth {
    padding-top: 7.375em;
    padding-bottom: 7.375em;
  }
}

.does-part-design-matter > .inner-wrap, .does-part-design-matter > .inner-wrap-narrow, .does-part-design-matter > .inner-wrap-wide, .does-part-design-matter > .inner-wrap-fullwidth {
  padding-top: 3.75em;
}
@media (min-width: 60em) {
  .does-part-design-matter > .inner-wrap, .does-part-design-matter > .inner-wrap-narrow, .does-part-design-matter > .inner-wrap-wide, .does-part-design-matter > .inner-wrap-fullwidth {
    position: relative;
    padding-bottom: 0;
  }
}

@media (min-width: 60em) {
  .dpdm-content {
    position: absolute;
    left: 1.5em;
    bottom: -5em;
    padding-right: 1.625em;
    max-width: 29.6875em;
  }
}

.high-pressure-compressors-module {
  background-image: url(img/dollar-sign.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.high-pressure-compressors-module .inner-wrap, .high-pressure-compressors-module .inner-wrap-narrow, .high-pressure-compressors-module .inner-wrap-wide, .high-pressure-compressors-module .inner-wrap-fullwidth {
  padding-top: 6.5625em;
  padding-bottom: 6.4375em;
}

.hpcm-header {
  margin-top: 0;
  text-align: center;
  font-size: 1.75em;
  line-height: 1.7142857143em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #1d30ce;
}
.hpcm-header > span {
  font-weight: bold;
}

.hpcm-text p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
}

.hpcm-bottom-content p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
}

.anchor-links-nav-wrap ul li:nth-child(2) > a::before {
  width: 95%;
}
.anchor-links-nav-wrap ul li:nth-child(3) > a::before {
  width: 90%;
}
.anchor-links-nav-wrap ul li:nth-child(4) > a::before {
  width: 85%;
}
.anchor-links-nav-wrap ul li:nth-child(5) > a::before {
  width: 80%;
}
.anchor-links-nav-wrap ul li:nth-child(6) > a::before {
  width: 70%;
}
.anchor-links-nav-wrap ul li:nth-child(7) > a::before {
  width: 60%;
}

.pillar-page-maintenance-of-high-pressure-compressors {
  border-top: 25px solid #1f0a8c;
}
.pillar-page-maintenance-of-high-pressure-compressors .inner-wrap, .pillar-page-maintenance-of-high-pressure-compressors .inner-wrap-narrow, .pillar-page-maintenance-of-high-pressure-compressors .inner-wrap-wide, .pillar-page-maintenance-of-high-pressure-compressors .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}

.pillar-page-maintenance-of-high-pressure-compressors .pphhihp-content {
  padding-bottom: 0.625em;
}
.pillar-page-maintenance-of-high-pressure-compressors .pphhihp-content p {
  color: #000;
  font-size: 1.125em;
  line-height: 1.5555555556em;
}
.pillar-page-maintenance-of-high-pressure-compressors .pphhihp-image {
  padding-bottom: 1.875em;
}

@media (min-width: 60em) {
  .pillar-page-contact-compressed-air-systems {
    position: relative;
    min-height: 31.6875em;
  }
  .pillar-page-contact-compressed-air-systems .inner-wrap, .pillar-page-contact-compressed-air-systems .inner-wrap-narrow, .pillar-page-contact-compressed-air-systems .inner-wrap-wide, .pillar-page-contact-compressed-air-systems .inner-wrap-fullwidth {
    padding-top: 0;
  }
}

.ccas-img {
  width: 100%;
  height: 23.125em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 60em) {
  .ccas-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}

.cum-header {
  position: relative;
  color: white !important;
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1.3571428571em;
  padding-top: 0.8928571429em;
  padding-bottom: 0.8928571429em;
  text-align: center;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.cum-header::before {
  content: "";
  background-color: #1f0a8c;
  position: absolute;
  left: -150%;
  width: 300%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.cum-content {
  padding: 2.5em 0;
}
.cum-content p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #000;
}
@media (min-width: 60em) {
  .cum-content {
    width: 40%;
    float: right;
  }
}

@media (min-width: 60em) {
  .air-cs ul {
    width: 17.1875em;
  }
}
@media (min-width: 100em) {
  .air-cs ul {
    width: 21.875em;
  }
}
@media (min-width: 60em) {
  .air-cs li {
    width: 100%;
  }
}

.ebook-content-module .inner-wrap, .ebook-content-module .inner-wrap-narrow, .ebook-content-module .inner-wrap-wide, .ebook-content-module .inner-wrap-fullwidth {
  padding-top: 2.1875em !important;
}
@media (min-width: 60em) {
  .ebook-content-module .ecm-wrap .ecm-content {
    width: calc(100% - 30.125em);
    float: left;
  }
}
.ebook-content-module .ecm-wrap .ecm-ebook {
  text-align: center;
  max-width: 300px;
  margin: auto;
}
@media (min-width: 60em) {
  .ebook-content-module .ecm-wrap .ecm-ebook {
    max-width: 30.125em;
    float: left;
    position: relative;
  }
  .ebook-content-module .ecm-wrap .ecm-ebook:before {
    content: "";
    position: absolute;
    width: 13.3125em;
    height: 12.25em;
    bottom: 0;
    left: -40%;
    background-image: url(img/noun-arrow-red.svg);
    background-size: 13.3125em 12.25em;
  }
}
.ebook-content-module .ecm-heading {
  font-size: 1.9375em;
  line-height: 1.2258064516em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0.8064516129em;
  font-weight: bold;
  color: #061D90;
}
.ebook-content-module .ecm-desc {
  color: #333333;
}
.ebook-content-module .ecm-desc p {
  font-size: 1.125em;
  line-height: 1.5625em;
  color: #333333;
}
.ebook-content-module .ecm-desc ul:not([class]) li:not([class]) {
  font-size: 1.125em;
  line-height: 1.3888888889em;
}
.ebook-content-module .ecm-desc ul:not([class]) li:not([class]):after {
  width: 12px;
  height: 12px;
  top: 6px;
  background-image: url(img/blue-ico-bullet.svg);
  background-size: 12px;
}
.ebook-content-module .sub-text-custom {
  color: #333333;
  font-size: 1.9375em;
  line-height: 1.1935483871em;
  text-transform: unset;
}
.ebook-content-module .sub-text-custom span {
  text-transform: uppercase;
}
.ebook-content-module .form-moduel {
  background-color: #E5E5E5;
}
@media (min-width: 60em) {
  .ebook-content-module .form-moduel {
    margin-top: -154px;
    float: left;
    display: block;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .ebook-content-module .form-moduel .inner-wrap, .ebook-content-module .form-moduel .inner-wrap-narrow, .ebook-content-module .form-moduel .inner-wrap-wide, .ebook-content-module .form-moduel .inner-wrap-fullwidth {
    max-width: 65em;
    padding-bottom: 4.0625em;
  }
}
.ebook-content-module .form-moduel .form-columns-0 h2 {
  margin-top: 0;
  font-size: 2.375em;
  line-height: 0.6578947368em;
  margin-bottom: 0.2631578947em;
  color: #021996;
  text-transform: unset;
}
.ebook-content-module .form-moduel .form-columns-0 p {
  margin-top: 0;
  font-size: 1.125em;
  line-height: 1.3888888889em;
  margin-bottom: 2.6666666667em;
  color: #333333;
}
.ebook-content-module .form-moduel fieldset input, .ebook-content-module .form-moduel fieldset select {
  width: 100% !important;
  height: 66px !important;
  border-color: #707070;
}
@media (min-width: 60em) {
  .ebook-content-module .form-moduel fieldset .hs-form-field {
    width: 47% !important;
  }
  .ebook-content-module .form-moduel fieldset .hs-form-field:last-child {
    float: right;
  }
}
.ebook-content-module .form-moduel label {
  font-size: 1.25em;
  margin-bottom: 0;
  color: #3D3A3A;
  font-weight: normal;
}
@media (max-width: 40em) {
  .ebook-content-module .form-moduel label {
    font-size: 1em;
  }
}
.ebook-content-module .form-moduel label .hs-form-required {
  color: #DF0000;
}
.ebook-content-module .form-moduel .hs-submit {
  text-align: center;
  margin-top: 2.5em;
}
.ebook-content-module .form-moduel .hs-submit .hs-button {
  font-size: 1.3125em;
  min-width: 1em;
  padding: 0.8095238095em 2.5714285714em;
  background: #CC2201;
  border-radius: 3px;
  border: 0;
}
.ebook-content-module .form-moduel .hs-submit .hs-button:hover {
  background-color: #021996;
}

#hs_cos_wrapper_widget_1678111341074 {
  clear: both;
}
#hs_cos_wrapper_widget_1678111341074 .resources-module .inner-wrap, #hs_cos_wrapper_widget_1678111341074 .resources-module .inner-wrap-narrow, #hs_cos_wrapper_widget_1678111341074 .resources-module .inner-wrap-wide, #hs_cos_wrapper_widget_1678111341074 .resources-module .inner-wrap-fullwidth {
  padding-top: 3.25em;
}

#hs_cos_wrapper_widget_1678114867432 {
  clear: both;
}
#hs_cos_wrapper_widget_1678114867432 .testimonials-module {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
#hs_cos_wrapper_widget_1678114867432 .testimonials-module:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061D90;
  opacity: 0.7;
}
#hs_cos_wrapper_widget_1678114867432 .testimonials-module .inner-wrap, #hs_cos_wrapper_widget_1678114867432 .testimonials-module .inner-wrap-narrow, #hs_cos_wrapper_widget_1678114867432 .testimonials-module .inner-wrap-wide, #hs_cos_wrapper_widget_1678114867432 .testimonials-module .inner-wrap-fullwidth {
  padding-top: 7.875em;
  padding-bottom: 6.25em;
}
#hs_cos_wrapper_widget_1678114867432 .tm-item {
  background-color: transparent;
  padding: 20px;
  margin: 0;
  margin-bottom: 1.875em;
}
#hs_cos_wrapper_widget_1678114867432 .tm-heading {
  font-size: 1.75em;
  line-height: 0.8928571429em;
  color: #ffffff;
  margin-bottom: 0.8571428571em;
}
#hs_cos_wrapper_widget_1678114867432 .tm-desc {
  color: #ffffff;
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: normal;
  font-style: italic;
}
#hs_cos_wrapper_widget_1678114867432 .slick-dots li button:before {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 100px;
  opacity: 1;
}
#hs_cos_wrapper_widget_1678114867432 .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
#hs_cos_wrapper_widget_1678114867432 .tm-wrap .slick-prev {
  left: 0;
  z-index: 5;
}
#hs_cos_wrapper_widget_1678114867432 .tm-wrap .slick-prev:hover {
  border-bottom: 0;
}
#hs_cos_wrapper_widget_1678114867432 .tm-wrap .slick-prev:before {
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 15px solid #fff;
  font-size: 0;
  content: "";
  top: 50%;
  left: 0;
  background: transparent;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  opacity: 1;
}
#hs_cos_wrapper_widget_1678114867432 .tm-wrap .slick-next {
  right: 0;
  z-index: 5;
}
#hs_cos_wrapper_widget_1678114867432 .tm-wrap .slick-next:hover {
  border-bottom: 0;
}
#hs_cos_wrapper_widget_1678114867432 .tm-wrap .slick-next:before {
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #fff;
  font-size: 0;
  content: "";
  top: 50%;
  background: transparent;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  opacity: 1;
}

.thank-you-module {
  text-align: center;
}
.thank-you-module .inner-wrap, .thank-you-module .inner-wrap-narrow, .thank-you-module .inner-wrap-wide, .thank-you-module .inner-wrap-fullwidth {
  padding-top: 3.75em !important;
  padding-bottom: 4.75em;
}
.thank-you-module .tym-heading {
  font-size: 1.9375em;
  line-height: 1.1290322581em;
  margin-bottom: 2.0322580645em;
  text-transform: unset;
}
.thank-you-module .tym-dec {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  margin-top: 0;
  margin-bottom: 0.5555555556em;
  text-transform: unset;
}
.thank-you-module .tym-sub-text {
  color: #061D90;
  font-size: 1.3125em;
  line-height: 1.6666666667em;
  margin-bottom: 0.2857142857em;
  text-transform: unset;
}
.thank-you-module .tym-btn1 {
  background-color: #CC2201;
  font-size: 1em;
  padding: 0.8095238095em 2.0476190476em 0.8095238095em 3.3333333333em;
  border-bottom: 0;
  color: #fff;
  position: relative;
}
@media (min-width: 40em) {
  .thank-you-module .tym-btn1 {
    font-size: 1.3125em;
  }
}
.thank-you-module .tym-btn1:hover {
  border-bottom: 0;
  background-color: #08108f;
}
.thank-you-module .tym-btn1:before {
  content: "";
  background-image: url(img/btn-arrow.png);
  width: 1.2380952381em;
  height: 0.380952381em;
  background-size: 1.2380952381em 0.380952381em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1.4285714286em;
  background-color: transparent;
}
.thank-you-module .tym-btn2 {
  background-color: #CC2201;
  font-size: 1em;
  padding: 0.8095238095em 2.0476190476em;
  border-bottom: 0;
  color: #fff;
  margin: 2.2380952381em;
}
@media (min-width: 40em) {
  .thank-you-module .tym-btn2 {
    font-size: 1.3125em;
  }
}
.thank-you-module .tym-btn2:hover {
  border-bottom: 0;
  background-color: #08108f;
}
.thank-you-module .tym-btn2:before {
  content: none;
}

.hs-content-id-105271352413 .cta-module {
  padding-top: 1.125em;
}

.hs-landing-page .page-intro .inner-wrap, .hs-landing-page .page-intro .inner-wrap-narrow, .hs-landing-page .page-intro .inner-wrap-wide, .hs-landing-page .page-intro .inner-wrap-fullwidth {
  padding-top: 1.9375em;
  padding-bottom: 1.9375em;
}

/*=========== Timeline Module ==========*/
.timeline-module {
  position: relative;
  padding-top: 3.5em;
  padding-bottom: 2.625em;
}
.timeline-module .inner-wrap, .timeline-module .inner-wrap-narrow, .timeline-module .inner-wrap-wide, .timeline-module .inner-wrap-fullwidth {
  padding-bottom: 0;
  padding-top: 0;
}

.tm-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eaeaea 1%, #c9c9c9 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #eaeaea 1%, #c9c9c9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #eaeaea 1%, #c9c9c9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: none;
}
.tm-bg.active {
  display: block;
}
.tm-bg.tm-tabs-2 {
  background: #eaecfa;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eaecfa 1%, #c3c8f5 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #eaecfa 1%, #c3c8f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #eaecfa 1%, #c3c8f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tm-bg.tm-tabs-3 {
  background: white;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, white 2%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 2%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 2%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tm-bg.tm-tabs-4 {
  background: #eaeaea;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eaeaea 0%, #c9c9c9 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #eaeaea 0%, #c9c9c9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #eaeaea 0%, #c9c9c9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tm-bg.tm-tabs-5 {
  background: #eaecfa;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eaecfa 0%, #c3c8f5 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #eaecfa 0%, #c3c8f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #eaecfa 0%, #c3c8f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tm-bg.tm-tabs-6 {
  background: white;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, white 2%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 2%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 2%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tlm-heading {
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: inherit;
}
.tlm-heading span {
  display: inline-block;
}
@media (min-width: 60em) {
  .tlm-heading {
    font-size: 1.875em;
  }
  .tlm-heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(img/lines.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    width: 23%;
    transform: rotate(180deg);
  }
  .tlm-heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(img/lines.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    width: 23%;
  }
}

@media (min-width: 60em) {
  .tm-tabs-wrap {
    margin-top: 4.375em;
  }
}

#tm-tabs .slick-current .tm-tab-title {
  background-color: #08108f;
  color: #ffffff;
}
#tm-tabs .item {
  padding: 1em 0;
  text-align: center;
}
@media (min-width: 40em) {
  #tm-tabs {
    position: relative;
  }
  #tm-tabs:before {
    content: "";
    position: absolute;
    top: 3.4375em;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 0.25;
  }
  #tm-tabs:after {
    content: "";
    position: absolute;
    top: 3.75em;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    border-top: 2px solid #ffffff;
    opacity: 0.25;
  }
  #tm-tabs > * {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 87.5em) {
  #tm-tabs .slick-slide.slick-current .item:after {
    display: block;
  }
  #tm-tabs .slick-slide .item {
    position: relative;
    padding-bottom: 4em;
  }
  #tm-tabs .slick-slide .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 3.4375em;
    border-left: 3px dotted #08108f;
    opacity: 0.2;
    display: none;
  }
}

.tm-content-wrap .slick-arrow {
  width: auto;
  height: auto;
  font-size: 0.6875em;
  font-family: "Roboto Condensed", sans-serif;
  color: #D10010;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  top: -52px;
}
.tm-content-wrap .slick-arrow:hover, .tm-content-wrap .slick-arrow:focus {
  color: #D10010;
  opacity: 0.8;
}
.tm-content-wrap .slick-arrow:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  background-size: 10px;
  background-repeat: no-repeat;
}
.tm-content-wrap .slick-arrow.slick-next {
  right: 0.4545454545em;
  padding-right: 1.0909090909em;
}
.tm-content-wrap .slick-arrow.slick-next:before {
  right: 0;
  background-image: url(img/ico-arrowright-red.svg);
}
.tm-content-wrap .slick-arrow.slick-prev {
  left: 0.4545454545em;
  z-index: 3;
  padding-left: 1.0909090909em;
}
.tm-content-wrap .slick-arrow.slick-prev:before {
  left: 0;
  background-image: url(img/ico-arrowright-left.svg);
}
.tm-content-wrap .slick-arrow.slick-disabled {
  display: none !important;
}
.tm-content-wrap .inner-wrap, .tm-content-wrap .inner-wrap-narrow, .tm-content-wrap .inner-wrap-wide, .tm-content-wrap .inner-wrap-fullwidth {
  padding-top: 0;
}
@media (min-width: 60em) {
  .tm-content-wrap {
    position: relative;
  }
  .tm-content-wrap:before {
    content: "";
    position: absolute;
    top: 11.25em;
    left: 0;
    height: 3px;
    border-top: 3px dotted #08108f;
    width: 100%;
    opacity: 0.35;
  }
  .tm-content-wrap .slick-arrow {
    top: 25%;
    bottom: auto;
    font-size: 1.125em;
  }
  .tm-content-wrap .slick-arrow:before {
    background-size: 12px;
  }
  .tm-content-wrap .slick-arrow span {
    display: none;
  }
  .tm-content-wrap .slick-arrow.slick-prev {
    left: 0.2222222222em;
    display: none !important;
    padding-left: 0.6666666667em;
  }
  .tm-content-wrap .slick-arrow.slick-next {
    right: 0.6666666667em;
    padding-right: 0.6666666667em;
  }
  .tm-content-wrap .slick-slide:nth-child(1).slick-current .tm-year-intro:after {
    display: none;
  }
  .tm-content-wrap .slick-slide.slick-current .tm-year-intro:before, .tm-content-wrap .slick-slide.slick-current .tm-year-intro:after {
    display: block;
  }
  .tm-content-wrap .slick-slide:nth-child(3) .tm-year-intro:after {
    width: 20.8125em;
  }
  .tm-content-wrap .slick-slide:nth-child(4) .tm-year-intro:after {
    width: 31.125em;
  }
  .tm-content-wrap .slick-slide:nth-child(5) .tm-year-intro:after {
    width: 41.4375em;
  }
  .tm-content-wrap .slick-slide:nth-child(6) .tm-year-intro:after {
    width: 51.75em;
  }
  .tm-content-wrap .slick-slide:nth-child(7) .tm-year-intro:after {
    width: 61.9375em;
  }
  .tm-content-wrap .item {
    padding-top: 3.4375em;
  }
}
@media (min-width: 87.5em) {
  .tm-content-wrap .slick-arrow {
    top: 31%;
  }
  .tm-content-wrap .slick-arrow.slick-prev {
    left: 0.75em;
  }
  .tm-content-wrap .slick-arrow span {
    display: block;
  }
}

.tm-tab-title {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  color: #08108f;
  text-decoration: none;
  padding: 0.84375em 0.625em;
  transform: skewX(-20deg);
}
.tm-tab-title span {
  display: block;
  font-size: 2.25em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  transform: skewX(20deg);
}
@media (min-width: 60em) {
  .tm-tab-title {
    padding: 0.84375em 1em;
  }
  .tm-tab-title:hover {
    background-color: #08108f;
    color: #ffffff;
  }
}

@media (min-width: 60em) {
  .tm-year-intro {
    width: 33.04%;
    float: left;
  }
}
@media (min-width: 87.5em) {
  .tm-year-intro {
    position: relative;
  }
  .tm-year-intro:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 5.125em;
    transform: translateX(-50%);
    width: 3px;
    height: 3.25em;
    border-left: 3px dotted #08108f;
    opacity: 0.2;
    display: none;
  }
  .tm-year-intro:after {
    content: "";
    position: absolute;
    bottom: calc(100% + 3.25em);
    left: 5em;
    width: 10.5em;
    height: 3px;
    border-top: 3px dotted #08108f;
    opacity: 0.2;
    display: none;
  }
}

.tm-img img {
  display: block;
  width: 100%;
  height: 14em;
  object-fit: contain;
}
@media (min-width: 60em) {
  .tm-img img {
    object-fit: cover;
  }
}

.tm-decade {
  display: block;
  color: #ffffff;
  font-size: 3.9375em;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.8;
  text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.31);
  padding-left: 0.5396825397em;
  margin-top: -0.6031746032em;
  line-height: normal;
}
@media (min-width: 60em) {
  .tm-decade {
    font-size: 3em;
  }
}
@media (min-width: 80em) {
  .tm-decade {
    font-size: 3.9375em;
  }
}

.tm-year-slider .slick-arrow {
  top: 50%;
  bottom: auto;
}
.tm-year-slider .slick-arrow.slick-prev {
  left: 0;
}
.tm-year-slider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 60em) {
  .tm-year-slider {
    width: calc(100% - 33.04%);
    float: right;
    padding: 0 1.5em;
  }
  .tm-year-slider .slick-track {
    margin-left: 0;
  }
}

.tmys-item {
  padding: 0 1.5em;
}

.tmys-img {
  position: relative;
  padding-bottom: 2.3125em;
}
.tmys-img img {
  opacity: 0.7;
  height: 7.0625em;
  width: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 60em) {
  .tmys-img img {
    object-fit: cover;
  }
}

.tmys-yr {
  display: block;
  color: #ffffff;
  font-size: 2.25em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 1.3055555556em;
  left: 0;
  right: 0;
}
.tmys-yr:after {
  content: "";
  position: absolute;
  bottom: -0.8888888889em;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #D10010;
  box-shadow: 0px 0px 6px 0px #d10010;
}

.tmys-desc p {
  font-size: 1.125em;
  color: #333333;
}
.tmys-desc p:first-child {
  margin-top: 0;
}
.tmys-desc a {
  word-break: break-all;
}

.interactive-pogo-railcar-module {
  position: relative;
  margin-bottom: 7.5em;
}
.interactive-pogo-railcar-module .inner-wrap, .interactive-pogo-railcar-module .inner-wrap-narrow, .interactive-pogo-railcar-module .inner-wrap-wide, .interactive-pogo-railcar-module .inner-wrap-fullwidth {
  position: relative;
  padding-top: 2.9375em;
  padding-bottom: 3.125em;
}

.iprcm-main-wrap {
  position: relative;
}

.iprcm-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  background-blend-mode: luminosity;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iprcm-bg::before {
  content: "";
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF4D 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iprcm-heading {
  font-size: 2.1875em;
  line-height: 1.1714285714em;
  color: #1e30ce;
  margin-top: 0;
  margin-bottom: 0.5714285714em;
  font-weight: 400;
  letter-spacing: -1.3px;
  font-family: "Roboto", sans-serif;
}
.iprcm-heading > span {
  font-weight: 900;
}
@media (min-width: 60em) {
  .iprcm-heading {
    font-size: 1.8125em;
  }
}
@media (min-width: 80em) {
  .iprcm-heading {
    font-size: 2.1875em;
  }
}

.iprcm-sub-heading {
  font-size: 1.125em;
  line-height: 1.6111111111em;
  margin-bottom: 1.3333333333em;
  color: #000000;
}
@media (min-width: 60em) {
  .iprcm-sub-heading {
    margin-bottom: 2.3333333333em;
  }
}

.iprcm-disclaimer {
  font-size: 1em;
  line-height: 1.8125em;
  margin-bottom: 1.1875em;
  color: #000000;
  font-weight: 900;
}

.iprcm-link-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.iprcml-item {
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  color: #1e30ce;
  border: 2px solid #1e30ce;
  border-left-width: 1px;
  border-right-width: 1px;
  letter-spacing: -0.63px;
  text-align: center;
  padding: 0.8823529412em 0.5882352941em;
  background-color: #ffffff;
  text-decoration: none;
  font-family: "Roboto", sans-serif !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iprcml-item.active, .iprcml-item:hover, .iprcml-item:focus {
  background-color: #1e30ce;
  color: #ffffff;
}
.iprcml-item:first-child {
  border-left-width: 2px;
}
.iprcml-item:last-child {
  border-right-width: 2px;
}
@media (min-width: 60em) {
  .iprcml-item {
    font-size: 0.9375em;
  }
}
@media (min-width: 80em) {
  .iprcml-item {
    font-size: 1.0625em;
  }
}

.iprcm-left-wrap {
  max-width: 24.0625em;
  width: 100%;
}
.iprcm-left-wrap p {
  margin-top: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
@incude mq(xlarge) {
  .iprcm-left-wrap {
    max-width: 23.75em;
  }
}

.iprcm-middle-wrap {
  position: relative;
  text-align: center;
}

.iprcm-right-wrap {
  position: relative;
  max-width: 20.625em;
}
@media (max-height: 46em) and (min-width: 60em) {
  .iprcm-right-wrap {
    max-width: 23.3333333333em;
  }
}

.iprcm-wrap > div {
  padding-bottom: 1.5625em;
}
@media (min-width: 60em) {
  .iprcm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .iprcm-wrap > div {
    padding-bottom: 0;
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    float: left;
  }
}

.iprcm-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  display: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.iprcm-image.active {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.iprcm-image figure {
  max-width: 29.6875em;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.iprcm-image img {
  height: 100%;
}
@media (min-width: 60em) {
  .iprcm-image {
    height: calc(100% + 100px);
    height: auto;
  }
}
@media (min-width: 80em) {
  .iprcm-image {
    height: calc(100% + 150px);
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .iprcm-image {
    height: calc(100% + 120px);
  }
}
@media (max-height: 40em) and (min-width: 60em) {
  .iprcm-image {
    height: calc(100% + 100px);
  }
}

.iprcmr-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.iprcmr-inner.active {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.iprcm-items-heading {
  font-size: 1.75em;
  line-height: 1.1785714286em;
  color: #1e30ce;
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 700;
  letter-spacing: -1.04px;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}

.iprcm-item-content p {
  font-size: 1.125em;
  line-height: 1.6111111111em;
  margin-bottom: 2.3333333333em;
  color: #000000;
}

.iprcm-item-link {
  text-align: center;
}

.iprcm-desk-wrap {
  display: none;
}
@media (min-width: 60em) {
  .iprcm-desk-wrap {
    display: block;
  }
}

.iprcm-mob-wrap {
  text-align: center;
}
.iprcm-mob-wrap .accordion-tabs {
  border: 0 !important;
}
.iprcm-mob-wrap .accordion-tabs .tab-content {
  border-right: 2px solid #1e30ce;
  border-left: 2px solid #1e30ce;
  padding: 2.5em 1.5em;
}
.iprcm-mob-wrap .iprcml-item {
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  color: #1e30ce;
  background-color: #ffffff;
  border: 2px solid #1e30ce !important;
  border-bottom: 0 !important;
  letter-spacing: -0.63px;
  text-align: center;
  padding: 0.8823529412em 0.5882352941em;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.iprcm-mob-wrap .iprcml-item.active, .iprcm-mob-wrap .iprcml-item.is-active, .iprcm-mob-wrap .iprcml-item:hover, .iprcm-mob-wrap .iprcml-item:focus {
  background-color: #1e30ce;
  color: #ffffff;
}
.iprcm-mob-wrap .iprcml-item:last-child {
  border-bottom: 2px solid #1e30ce !important;
}
.iprcm-mob-wrap .iprcm-img-mob {
  text-align: center;
}
.iprcm-mob-wrap .tab-header-and-content {
  text-align: center;
}
.iprcm-mob-wrap .tab-header-and-content:last-child .iprcml-item, .iprcm-mob-wrap .tab-header-and-content:last-child .tab-content {
  border-bottom: 2px solid #1e30ce !important;
}
@media (min-width: 40em) {
  .iprcm-mob-wrap .iprcml-item {
    width: 24%;
    margin-right: -6px;
    /*border-left-width: 1px !important;
    border-right-width: 1px !important; */
  }
  .iprcm-mob-wrap .accordion-tabs .tab-content {
    border-bottom: 2px solid #1e30ce !important;
    border-top: 2px solid #1e30ce !important;
  }
  .iprcm-mob-wrap .tab-header-and-content {
    /*&:first-child{
        .iprcml-item{
            border-left-width:2px !important;
        }
    }*/
  }
  .iprcm-mob-wrap .tab-header-and-content:last-child .iprcml-item {
    border-bottom: 0 !important;
  }
}
@media (min-width: 60em) {
  .iprcm-mob-wrap {
    display: none;
  }
}

.page-id-6996 .coac-content ul:not([class]) li:not([class]):after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.8em;
  background-image: url(https://www.compressedairsystems.com/wp-content/uploads/right-arrow-hover-1.svg) !important;
  background-position: center center;
  background-size: 1em;
  background-repeat: no-repeat;
}

.hpcmi-content p {
  color: #fff;
  font-size: 0.8125em;
  text-transform: initial;
  font-weight: 400;
  line-height: 21px;
}

.acpm_item {
  max-width: 19.25em;
  width: 100%;
  margin: 0 auto 5.8125em;
  border-radius: 16px;
  background-color: #1F0A8C;
  padding: 1px 0.9375em;
  margin-top: 4.375em;
  text-align: center;
  min-height: 26em;
}

@media (min-width: 40em) {
  .acpm_item {
    max-width: 18.25em;
    width: 100%;
    margin: 0 auto 5.8125em;
    border-radius: 16px;
    background-color: #1F0A8C;
    padding: 1px 0.9375em;
    margin-top: 4.375em;
    text-align: center;
    min-height: 28em;
  }
}
.page-id-6996 .ppwiashpacs-content {
  padding-left: 18.285714%;
  padding-right: 1.714286%;
  padding-bottom: 6.875em;
  padding-top: 6.875em;
  background-color: #ffffff;
}

.high-pressure-compressors-module {
  background-image: url(img/dollar-sign.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.page-id-6996 .ppwiashpacs-content > div p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #333333;
}

.page-id-6996 .dpdm-slider .slick-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #cbc7c7;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.page-id-6996 .dpdm-slider .slick-prev {
  display: block !important;
}

.page-id-6996 .slick-prev {
  left: 125%;
  margin-top: 57px;
}

.page-id-6996 .dpdm-slider .slick-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 16px solid #cc2201;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  background-color: transparent;
  margin: 0 auto;
}

.page-id-6996 .dpdm-slider .slick-prev {
  display: block !important;
  font-size: 0;
  padding: 0;
  border: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -173px;
  background: transparent;
}

.page-id-6996 .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.page-id-6996 .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.page-id-6996 .dpdm-slider .slick-next {
  display: block !important;
  font-size: 0;
  padding: 0;
  border: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -173px;
  background: transparent;
}

.page-id-6996 .dpdm-item p {
  text-align: left;
  font-size: 1em;
  line-height: 1.75rem;
  padding-left: 21px;
  color: #ffffff;
}

.page-id-6996 .high-pressure-compressors-module {
  background-image: url(https://www.compressedairsystems.com/wp-content/uploads/Mediamodifier-Design-3.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 3.285714% !important;
    padding-right: 1.714286% !important;
    padding-bottom: 1.875em !important;
    padding-top: 1.875em !important;
    background-color: #ffffff;
  }

  .ppwiahpacs-item > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100% !important;
    -ms-flex-preferred-size: 100%;
    min-height: 13.125em;
  }

  .wiaac_image {
    margin-top: -49px;
    text-align: center;
  }

  .ppnm-content p {
    font-size: 1.125em;
    line-height: 1.3888888889em;
    color: #333333;
    margin-bottom: -6px;
  }
}
@media screen and (max-width: 959px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 3.285714% !important;
    padding-right: 1.714286% !important;
    padding-bottom: 1.875em !important;
    padding-top: 1.875em !important;
    background-color: #ffffff;
  }

  .ppwiahpacs-item > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 100%;
    min-height: 15.125em;
  }

  .wiaac_image img {
    margin: 0;
    max-width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .wiaac_image img {
    margin: 0;
    max-width: 82%;
  }
}
@media screen and (max-width: 1433px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 9.285714%;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1300px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 8.285714%;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 959px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 3.285714% !important;
    padding-right: 1.714286% !important;
    padding-bottom: 1.875em !important;
    padding-top: 1.875em !important;
    background-color: #ffffff;
  }

  .ppwiahpacs-item > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 100%;
    min-height: 15.125em;
  }

  .wiaac_image img {
    margin: 0;
    max-width: 94%;
  }
}
@media screen and (min-width: 1233px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 3.285714% !important;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1600px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 15.285714% !important;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1500px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 11.285714% !important;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1880px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 18.285714% !important;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1830px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 18.285714% !important;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1739px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 18.285714% !important;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1544px) {
  .page-id-6996 .ppwiashpacs-content {
    padding-left: 13.285714% !important;
    padding-right: 1.714286%;
    padding-bottom: 6.875em;
    padding-top: 6.875em;
    background-color: #ffffff;
  }
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

@media (max-width: 1134px) {
  .dpdm-img {
    height: 88%;
    position: absolute;
    top: 40px;
    right: 0;
    width: 54%;
    margin: 0;
  }
}
.page-id-6996 .ppwiahpacs-header-wrap:before {
  content: "";
  background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/header-new-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 9.4em !important;
  height: 8.5em !important;
  position: absolute;
  left: 6.571429%;
  top: 1px;
  /* width: 8%; */
}

@media (max-width: 959px) {
  .page-id-6996 .dpdm-slider .slick-prev {
    display: block !important;
    font-size: 0;
    padding: 0;
    border: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -31%;
    transform: translateY(-50%);
    right: -173px;
    background: 0 0;
    left: 101% !important;
  }
}
/*=============== Logo Module ===============*/
.logo-module {
  background-color: #e5e5e5;
}
.logo-module .inner-wrap-narrow {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media (min-width: 60em) {
  .logo-module .inner-wrap-narrow {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
.logo-module .lm-header {
  color: #08108F;
  font-size: 24px;
  line-height: 29px;
  font-family: "Roboto Condensed";
  font-weight: bold !important;
  font-style: inherit;
}
@media (min-width: 60em) {
  .logo-module .lm-header {
    float: left;
    margin-top: 1.5em;
    text-align: left;
  }
}
.logo-module .lm-carousel {
  padding: 0 30px;
}
@media (min-width: 60em) {
  .logo-module .lm-carousel {
    float: right;
    width: 82%;
    padding: 0;
  }
}
.logo-module .lm-carousel .product-grid-item {
  border: none;
  background-color: transparent;
  padding: 1.3em;
}
.logo-module .lm-carousel .product-grid-item img {
  width: 10em;
  /*auto*/
  height: auto !important;
}
@media (min-width: 60em) {
  .logo-module .lm-carousel .product-grid-item {
    margin-bottom: 0;
  }
}
.logo-module .lm-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/logo-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  opacity: 0.3;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.logo-module .lm-carousel .slick-arrow:before {
  display: none;
}
.logo-module .lm-carousel .slick-arrow:hover {
  opacity: 1;
  border: 0;
}
.logo-module .lm-carousel .slick-arrow.slick-disabled {
  opacity: 0.15;
}
.logo-module .lm-carousel .slick-arrow.slick-next {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  -moz-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  -o-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.logo-module .lm-carousel .slick-next {
  right: -10px;
}
@media (min-width: 60em) {
  .logo-module .lm-carousel .slick-next {
    right: -50px;
  }
}
.logo-module .lm-carousel .slick-prev {
  left: -10px;
}
@media (min-width: 60em) {
  .logo-module .lm-carousel .slick-prev {
    left: -50px;
  }
}

/*****************home-resources********************/
.home-resources {
  background-size: cover;
}
.home-resources .home-res-toptxt h2 {
  font-size: 2.25em;
  line-height: 1.1944444444em;
  color: #1E30CE;
}
.home-resources .home-res-toptxt p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #333333;
}
.home-resources .home-res-bottomtxt {
  position: relative;
}
.home-resources .home-res-bottomtxt p {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #333333;
}
.home-resources .home-res-bottomtxt .menu-arrow {
  display: none;
}
@media (min-width: 40em) {
  .home-resources .home-res-bottomtxt .menu-arrow {
    display: block;
    transform: rotate(180deg);
    position: absolute;
    left: -8%;
    top: 3%;
  }
}
.home-resources .home-res-img {
  margin: 1.6em 0em;
}
.home-resources .home-resource #menu-home-resource {
  height: fit-content;
}
.home-resources .home-resource .m-subnav-arrow {
  display: none;
}
.home-resources .home-resource .main-menu-item {
  height: fit-content;
  max-width: 99%;
  border-radius: 5px;
  background: #1E30CE 0% 0% no-repeat padding-box;
}
.home-resources .home-resource .main-menu-item a {
  height: 100%;
  padding: 1em;
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: left;
  color: #fff;
  font-family: "Roboto";
  text-transform: capitalize;
  font-weight: 400;
}
.home-resources .home-resource .main-menu-item:hover {
  background: #08108F 0% 0% no-repeat padding-box;
}
.home-resources .home-resource .main-menu-item .sn-level-2 {
  border: 2px solid #08108F;
  width: 100%;
  margin-top: -3px;
  background-size: #fff;
}
.home-resources .home-resource .main-menu-item .sn-level-2 a {
  color: #1E30CE;
  font-size: 1.25em;
  padding: 0.5em 1em;
}
.home-resources .home-resource .main-menu-item .sn-level-2 .sn-li-l2:hover, .home-resources .home-resource .main-menu-item .sn-level-2 .sn-li-l3:hover {
  background: transparent;
}
.home-resources .home-resource .main-menu-item .sn-level-2 .sn-li-l2:hover a, .home-resources .home-resource .main-menu-item .sn-level-2 .sn-li-l3:hover a {
  color: #9C0001;
}
.home-resources .home-resource .main-menu-item .sn-level-2 .sn-li-l2:hover span, .home-resources .home-resource .main-menu-item .sn-level-2 .sn-li-l3:hover span {
  text-decoration: underline;
}
.home-resources .hr_downarrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 32%;
}

@media (min-width: 40em) {
  .rating-case-study .row {
    display: flex;
  }
}
.rating-case-study .col-6 {
  margin: 0;
  position: relative;
  padding: 3em;
  background-size: cover;
}
@media (min-width: 40em) {
  .rating-case-study .col-6 {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .rating-case-study .col-6 {
    padding: 4em;
  }
}
.rating-case-study .col-3, .rating-case-study .col-9 {
  z-index: 1;
  position: relative;
}
.rating-case-study .testimonial-sec:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1E30CE 0% 0% no-repeat padding-box;
  opacity: 0.85;
}
@media (max-width: 40em) {
  .rating-case-study .testimonial-sec .testimonial-txt {
    text-align: center;
    margin: 0 auto;
  }
}
.rating-case-study .testimonial-sec .testimonial-txt .testi-dash {
  position: absolute;
  left: -16px;
}
.rating-case-study .testimonial-sec .testimonial-txt p {
  margin-top: 0px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
}
.rating-case-study .testimonial-sec .testimonial-logo {
  text-align: center;
}
.rating-case-study .testimonial-sec .testimonial-logo img {
  border-radius: 50%;
}
@media (min-width: 40em) {
  .rating-case-study .testimonial-sec .col-3 {
    width: 100%;
  }
  .rating-case-study .testimonial-sec .col-9 {
    width: 100%;
  }
}
@media (min-width: 60em) {
  .rating-case-study .testimonial-sec .col-3 {
    width: 23.2317613015%;
  }
  .rating-case-study .testimonial-sec .col-9 {
    width: 74.4105871005%;
  }
}
@media (max-width: 40em) {
  .rating-case-study .testimonial-sec .testi-link {
    text-align: center;
    margin: 0 auto;
  }
}
.rating-case-study .case-study-sec:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #08108F 0% 0% no-repeat padding-box;
  opacity: 0.85;
}
.rating-case-study .case-study-sec .case-study-txt p {
  margin-top: 0px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 40em) {
  .rating-case-study .case-study-sec .case-study-txt p {
    text-align: center;
    margin: 0 auto;
  }
}
.rating-case-study .case-study-sec .case-study-logo {
  text-align: center;
}
.rating-case-study .case-study-sec .case-study-logo img {
  border-radius: 50%;
}
@media (min-width: 40em) {
  .rating-case-study .case-study-sec .col-3 {
    width: 100%;
  }
  .rating-case-study .case-study-sec .col-9 {
    width: 100%;
  }
}
@media (min-width: 60em) {
  .rating-case-study .case-study-sec .col-3 {
    width: 23.2317613015%;
  }
  .rating-case-study .case-study-sec .col-9 {
    width: 74.4105871005%;
  }
}
@media (max-width: 40em) {
  .rating-case-study .case-study-sec .case-study-cta {
    text-align: center;
    margin: 0 auto;
  }
}
.rating-case-study .rc-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #1E30CE;
  font-size: 16px;
  padding: 0.66em 1.71em;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #fff;
}
.rating-case-study .rc-btn:hover {
  background: #9C0001;
  color: #fff;
  border: 1px solid #9C0001;
}
.rating-case-study .rc-btn2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #1E30CE;
  font-size: 16px;
  padding: 0.66em 1.71em;
  text-decoration: none;
  font-weight: 500;
  margin-right: 2em;
  border: 1px solid #fff;
  display: inline-block;
  width: fit-content;
}
.rating-case-study .rc-btn2:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 40em) {
  .rating-case-study .rc-btn2 {
    margin-right: 0;
  }
}
.rating-case-study .rc-btn3 {
  color: #fff;
  margin-top: 1em;
  display: block;
}
.rating-case-study .rc-btn3:hover {
  text-decoration: none;
}
@media (min-width: 80em) {
  .rating-case-study .rc-btn3 {
    margin-top: 0em;
  }
}
@media (min-width: 80em) {
  .rating-case-study .case-study-cta {
    display: flex;
    align-items: center;
  }
}

.home-video-module {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 5em 1em;
  height: fit-content;
}
.home-video-module:after {
  content: "";
  background: #1E30CE 0% 0% no-repeat padding-box;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-video-module .hv-heading {
  text-align: center;
  z-index: 1;
  position: relative;
}
.home-video-module .hv-heading h2 {
  color: #fff;
  font-size: 2em;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0em 1em;
}
.home-video-module .hv-heading .video-sec {
  margin: auto;
  width: fit-content;
}
@media (min-width: 40em) {
  .home-video-module .hv-heading .video-sec {
    display: flex;
    align-items: end;
  }
}
.home-video-module .hv-heading .video-sec .popup-youtube {
  width: fit-content;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 40em) {
  .home-video-module .hv-heading .video-sec .popup-youtube {
    text-align: right;
  }
}
.home-video-module .hv-heading .video-sec .popup-youtube img {
  opacity: 0.5;
}
.home-video-module .hv-heading .video-sec .popup-youtube:hover {
  text-decoration: underline;
}
.home-video-module .hv-heading .video-sec .popup-youtube:hover img {
  opacity: 1;
}
.home-video-module .hv-heading .video-sec .video-about {
  color: #fff;
  text-decoration: none;
}
.home-video-module .hv-heading .video-sec .video-about:hover {
  text-decoration: underline;
}
.home-video-module .hv-heading .video-sec .middleline {
  display: none;
}
@media (min-width: 40em) {
  .home-video-module .hv-heading .video-sec .middleline {
    display: inline-block;
    color: #fff;
    margin: 0 1em;
  }
}
.home-video-module .floating-sec {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}
.home-video-module .floating-tab {
  display: flex;
  width: 235px;
  height: 65px;
  background: #08108F;
  padding: 0.4em 0.6em;
  flex-wrap: wrap;
  margin-bottom: 1em;
  align-items: center;
  right: -75%;
  transition: 0.3s;
  position: relative;
}
.home-video-module .floating-tab:hover {
  right: 0;
  transition: 0.3s;
  background: #9C0001;
}
.home-video-module .floating-tab img {
  width: 39px;
}
.home-video-module .floating-tab .floating-text {
  margin: 0;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  font-family: "Roboto Condensed";
  margin-left: 0.5em;
  width: 74%;
}
.home-video-module .vbottom-link {
  margin-top: 1em !important;
}
@media (min-width: 60em) {
  .home-video-module .vbottom-link {
    display: flex;
    width: 32%;
    margin: auto;
  }
}
@media (min-width: 80em) {
  .home-video-module .vbottom-link {
    display: flex;
    width: 26%;
    margin: auto;
  }
}
.home-video-module .vbottom-link a {
  color: #fff;
  text-decoration: none;
}
.home-video-module .vbottom-link a:hover {
  text-decoration: underline;
}
.home-video-module .vbottom-link span {
  display: none;
}
@media (min-width: 60em) {
  .home-video-module .vbottom-link span {
    margin-right: 0.7em;
    color: #fff;
    display: inline-block;
  }
}

.nested-tabs-module {
  /********* inner tab *****/
}
.nested-tabs-module .accordion-tabs {
  text-align: center;
}
@media (max-width: 1000px) {
  .nested-tabs-module .col-4 {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 1000px) {
  .nested-tabs-module .col-8 {
    width: 100%;
  }
}
.nested-tabs-module .tab-link {
  text-align: center;
  background: #e5e5e5;
  font-family: "Roboto Condensed";
  color: #08108F;
  font-weight: 400;
  padding: 1.667em 0em;
  position: relative;
  font-size: 0.875em;
  line-height: 0.1111111111em;
}
@media (min-width: 60em) {
  .nested-tabs-module .tab-link {
    font-size: 1.3125em;
    line-height: 1.1904761905em;
  }
}
@media (min-width: 639px) {
  .nested-tabs-module .tab-link {
    width: 32.9%;
  }
}
@media (min-width: 920px) {
  .nested-tabs-module .tab-link {
    font-size: 1.3125em;
  }
}
@media (min-width: 1128px) {
  .nested-tabs-module .tab-link {
    width: 33.1%;
    padding: 1.667em 1em;
  }
}
.nested-tabs-module .tab-link.is-active {
  border: 0;
  color: #CC0000;
  font-weight: bold;
}
.nested-tabs-module .tab-link.is-active span {
  z-index: 1;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0.5em;
}
@media (min-width: 883px) {
  .nested-tabs-module .tab-link.is-active span {
    padding: 1em;
  }
}
.nested-tabs-module .tab-link.is-active:before {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 0.3em;
  left: 50%;
  position: absolute;
  bottom: -0.2em;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  top: 0;
  margin: auto;
}
.nested-tabs-module .tab-link.is-active:after {
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  bottom: -0.8em;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  top: 0;
  margin: auto;
  border-bottom: 1px solid #e5e5e5;
}
.nested-tabs-module .tab-content {
  border: none;
}
.nested-tabs-module .nt-left-txt {
  text-align: left;
}
.nested-tabs-module .nt-left-txt h2 {
  font-size: 2.25em;
  line-height: 1.1944444444em;
  color: #1E30CE;
  font-family: "Roboto Condensed";
  font-weight: bold;
  margin-top: 0;
}
.nested-tabs-module .nt-left-txt p {
  color: #333333;
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 400;
}
.nested-tabs-module .nt-left-txt .tab1height {
  height: 32em;
}
@media (min-width: 350px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 28em;
  }
}
@media (min-width: 400px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 21em;
  }
}
@media (min-width: 500px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 17em;
  }
}
@media (min-width: 700px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 14em;
  }
}
@media (min-width: 880px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 12em;
  }
}
@media (min-width: 1001px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 25em;
  }
}
@media (min-width: 1150px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 22em;
  }
}
@media (min-width: 1200px) {
  .nested-tabs-module .nt-left-txt .tab1height {
    height: 21em;
  }
}
.nested-tabs-module .nt-left-txt .tab2height {
  height: 27em;
}
@media (min-width: 400px) {
  .nested-tabs-module .nt-left-txt .tab2height {
    height: 20em;
  }
}
@media (min-width: 500px) {
  .nested-tabs-module .nt-left-txt .tab2height {
    height: 16em;
  }
}
@media (min-width: 880px) {
  .nested-tabs-module .nt-left-txt .tab2height {
    height: 12em;
  }
}
@media (min-width: 1001px) {
  .nested-tabs-module .nt-left-txt .tab2height {
    height: 22em;
  }
}
@media (min-width: 1150px) {
  .nested-tabs-module .nt-left-txt .tab2height {
    height: 20em;
  }
}
@media (min-width: 1200px) {
  .nested-tabs-module .nt-left-txt .tab2height {
    height: 18em;
  }
}
.nested-tabs-module .nt-left-txt .tab3height {
  height: 24em;
}
@media (min-width: 400px) {
  .nested-tabs-module .nt-left-txt .tab3height {
    height: 20em;
  }
}
@media (min-width: 500px) {
  .nested-tabs-module .nt-left-txt .tab3height {
    height: 14em;
  }
}
@media (min-width: 600px) {
  .nested-tabs-module .nt-left-txt .tab3height {
    height: 12em;
  }
}
@media (min-width: 880px) {
  .nested-tabs-module .nt-left-txt .tab3height {
    height: 10em;
  }
}
@media (min-width: 1001px) {
  .nested-tabs-module .nt-left-txt .tab3height {
    height: 22em;
  }
}
@media (min-width: 1150px) {
  .nested-tabs-module .nt-left-txt .tab3height {
    height: 20em;
  }
}
@media (min-width: 1200px) {
  .nested-tabs-module .nt-left-txt .tab3height {
    height: 18em;
  }
}
.nested-tabs-module .nt-left-txt .inner-nttxt {
  position: relative;
  display: block;
}
.nested-tabs-module .nt-left-txt .inner-nttxt ul li {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
}
.nested-tabs-module .nt-left-txt .inner-nttxt ul li:not([class]):after {
  display: none;
}
.nested-tabs-module .nt-left-txt .inner-nttxt ul li.active {
  opacity: 1;
  transition: 0.3s;
}
.nested-tabs-module .btnformob {
  /*@media(max-height: 500px){
      margin-top: 7em;
  }*/
}
@media (min-width: 1001px) {
  .nested-tabs-module .btnformob {
    display: none;
  }
}
.nested-tabs-module .btnfor-desk {
  display: none;
}
@media (max-height: 700px) {
  .nested-tabs-module .btnfor-desk {
    margin-top: 3em;
  }
}
@media (min-width: 1001px) {
  .nested-tabs-module .btnfor-desk {
    display: block;
  }
}
@media (min-width: 640px) {
  .nested-tabs-module .nt_tab_sec .col-6 {
    margin-right: 0;
  }
}
.nested-tabs-module .nt_tab_sec .tsm-list li {
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 40em) {
  .nested-tabs-module .nt_tab_sec .tsm-list li {
    text-align: left;
    margin-left: 4em;
    transition: 0.3s;
  }
}
.nested-tabs-module .nt_tab_sec .tsm-list li .tsm-item {
  text-decoration: none;
  color: #333333;
  font-size: 17px;
  line-height: 20px;
  font-family: "Roboto";
  font-weight: bold;
  padding: 1em 0em 1em 0em;
  display: inline-block;
  width: 100%;
}
.nested-tabs-module .nt_tab_sec .tsm-list li.active {
  border-bottom: 1px solid #CC0000;
}
.nested-tabs-module .nt_tab_sec .tsm-list li.active a {
  color: #CC0000;
}
@media (min-width: 60em) {
  .nested-tabs-module .nt_tab_sec .tsm-list li.active {
    margin-left: 2em;
    transition: 0.3s;
  }
}
.nested-tabs-module .nt_tab_sec .tsm-img-list {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nested-tabs-module .nt_tab_sec .tsm-img-list li {
  width: 100%;
  height: 314px;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.nested-tabs-module .nt_tab_sec .tsm-img-list li.active {
  display: block;
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 639px) {
  .nested-tabs-module .nt_tab_sec .tsm-img {
    height: 347px;
  }
  .nested-tabs-module .nt_tab_sec .tsm-img .tsm-img-list li {
    right: 0;
    margin: auto;
  }
}
.nested-tabs-module .bottomlist-link {
  text-align: left;
  margin-left: 4em;
}
.nested-tabs-module .bottomlist-link a {
  text-decoration: none;
  color: #333333;
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 600;
}
.nested-tabs-module .bottomlist-link a:hover {
  color: #CC0000;
}

.page-id-5 .gdd-014-a {
  display: none;
}
.page-id-5 .gdd-014-b {
  display: block !important;
}

.home-video2 {
  background: transparent linear-gradient(180deg, #F4F4F4 0%, #E5E5E5 100%) 0% 0% no-repeat padding-box;
  padding: 2.2em 0 2.2em;
}
@media (min-width: 40em) {
  .home-video2 .inner-wrap, .home-video2 .inner-wrap-narrow, .home-video2 .inner-wrap-wide, .home-video2 .inner-wrap-fullwidth {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home-video2 .inner-wrap .col-6 .hv-subtitle, .home-video2 .inner-wrap-narrow .col-6 .hv-subtitle, .home-video2 .inner-wrap-wide .col-6 .hv-subtitle, .home-video2 .inner-wrap-fullwidth .col-6 .hv-subtitle {
  color: #2422CE;
}
.home-video2 .inner-wrap .col-6 .hv-title, .home-video2 .inner-wrap-narrow .col-6 .hv-title, .home-video2 .inner-wrap-wide .col-6 .hv-title, .home-video2 .inner-wrap-fullwidth .col-6 .hv-title {
  font-size: 3.125em;
  line-height: 1.16em;
  text-transform: inherit;
  margin-top: 0;
  color: #2422CE;
}
.home-video2 .inner-wrap .col-6 .hv-para, .home-video2 .inner-wrap-narrow .col-6 .hv-para, .home-video2 .inner-wrap-wide .col-6 .hv-para, .home-video2 .inner-wrap-fullwidth .col-6 .hv-para {
  color: #2422CE;
  font-size: 1.375em;
  line-height: 1.1363636364em;
  margin-bottom: 1.5em;
  font-family: "Roboto Condensed";
}
.home-video2 .inner-wrap .col-6 .hv-button, .home-video2 .inner-wrap-narrow .col-6 .hv-button, .home-video2 .inner-wrap-wide .col-6 .hv-button, .home-video2 .inner-wrap-fullwidth .col-6 .hv-button {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 1em;
  background-color: #CB0201;
  margin-bottom: 1.2em;
}
@media (min-width: 980px) {
  .home-video2 .inner-wrap .col-6 .hv-button, .home-video2 .inner-wrap-narrow .col-6 .hv-button, .home-video2 .inner-wrap-wide .col-6 .hv-button, .home-video2 .inner-wrap-fullwidth .col-6 .hv-button {
    padding: 1.25em 5.025em;
  }
}
.home-video2 .inner-wrap .col-6 .hv-button:before, .home-video2 .inner-wrap-narrow .col-6 .hv-button:before, .home-video2 .inner-wrap-wide .col-6 .hv-button:before, .home-video2 .inner-wrap-fullwidth .col-6 .hv-button:before {
  display: none;
}
.home-video2 .inner-wrap .col-6 .hv-button:hover, .home-video2 .inner-wrap-narrow .col-6 .hv-button:hover, .home-video2 .inner-wrap-wide .col-6 .hv-button:hover, .home-video2 .inner-wrap-fullwidth .col-6 .hv-button:hover {
  background-color: #1e30ce;
}
.home-video2 .inner-wrap .col-6 .hv-button .triangle-icon, .home-video2 .inner-wrap-narrow .col-6 .hv-button .triangle-icon, .home-video2 .inner-wrap-wide .col-6 .hv-button .triangle-icon, .home-video2 .inner-wrap-fullwidth .col-6 .hv-button .triangle-icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-left: 8px;
}
.home-video2 .inner-wrap .col-6 .hv-video-wrap, .home-video2 .inner-wrap-narrow .col-6 .hv-video-wrap, .home-video2 .inner-wrap-wide .col-6 .hv-video-wrap, .home-video2 .inner-wrap-fullwidth .col-6 .hv-video-wrap {
  padding: 1.726em 0em;
  background: #000;
}

.news-module {
  background-color: #E5E5E5;
}
.news-module .inner-wrap, .news-module .inner-wrap-narrow, .news-module .inner-wrap-wide, .news-module .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 5em;
}
.news-module .news-heading {
  font-size: 1.75em;
  line-height: 1.0714285714em;
  margin-bottom: 1.0714285714em;
  color: #1D30CE;
  text-align: center;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.news-module .news-cat-lable {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.875em;
}
.news-module .news-cat-lable label {
  display: block;
  min-width: 5.5555555556em;
  margin: 0.5em 0.7777777778em;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #1D30CE;
  font-size: 1.125em;
  line-height: 1.1111111111em;
  padding: 0.3333333333em 1.1111111111em;
  color: #1D30CE;
  font-weight: normal;
}
.news-module .news-cat-lable label input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.news-module .news-cat-lable label.active, .news-module .news-cat-lable label:hover {
  background-color: #CC2201;
  border-color: #CC2201;
  color: #fff;
}
.news-module .blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 40em) {
  .news-module .blog-listing {
    justify-content: space-between;
  }
}
.news-module .blog-listing .blog-item {
  display: block;
  margin-bottom: 1.25em;
  text-decoration: none;
}
@media (min-width: 40em) {
  .news-module .blog-listing .blog-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 60em) {
  .news-module .blog-listing .blog-item {
    width: calc(33% - 20px);
  }
}
.news-module .blog-listing .blog-item .blog-img {
  height: 197px;
  position: relative;
  overflow: hidden;
  min-width: 340px;
  margin: auto;
}
@media (min-width: 40em) {
  .news-module .blog-listing .blog-item .blog-img {
    height: 200px;
    min-width: 360px;
  }
}
@media (min-width: 40em) {
  .news-module .blog-listing .blog-item .blog-img {
    min-width: 100%;
    height: 197px;
  }
}
.news-module .blog-listing .blog-item .blog-img img {
  object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
}
.news-module .post-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.3em;
  color: #1D30CE;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-weight: 600;
}
.news-module .kcw-text {
  color: #2C2A29;
  font-size: 1em;
  line-height: 1.25em;
  margin: 0;
}
.news-module .kcw-link {
  font-weight: bold;
}

.page-intro .page-heading {
  text-align: center;
  color: #fff;
  font-size: 1.75em;
  text-transform: none;
}
.page-intro .page-intro > .inner-wrap, .page-intro .page-intro > .inner-wrap-narrow, .page-intro .page-intro > .inner-wrap-wide, .page-intro .page-intro > .inner-wrap-fullwidth {
  padding-top: 2.125em;
  padding-bottom: 2.125em;
}

.feature-articales .feature-heading {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.0714285714em;
  margin-bottom: 1.0714285714em;
  color: #1D30CE;
  font-weight: bold;
}
.feature-articales .fa-items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #CBC7C7;
}
.feature-articales .fa-items-wrap .fa-content {
  width: 100%;
  padding: 1.25em;
}
@media (min-width: 60em) {
  .feature-articales .fa-items-wrap .fa-content {
    width: 50%;
    padding: 3.1875em 3.1875em 3.125em 4.25em;
  }
}
.feature-articales .fa-items-wrap .fa-content .fa-title {
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: 0.625em;
  color: #333333;
  margin-top: 0;
  text-transform: none;
}
.feature-articales .fa-items-wrap .fa-content .fa-desc {
  color: #333333;
  margin-bottom: 1.6666666667em;
  font-size: 1.125em;
}
.feature-articales .fa-items-wrap .fa-bag-img {
  min-height: 18.75em;
  width: 100%;
}
@media (min-width: 60em) {
  .feature-articales .fa-items-wrap .fa-bag-img {
    width: 50%;
  }
}
.feature-articales .fa-bag-img {
  background-size: cover;
  background-position: center;
}
.feature-articales .fa-cta {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8em 1.6em;
  border-radius: 3px;
  background-color: #CC2201;
  font-weight: normal;
}
.feature-articales .fa-cta:after, .feature-articales .fa-cta:before {
  content: none;
}
.feature-articales .fa-cta:hover, .feature-articales .fa-cta:focus {
  background-color: #4a57e1;
}
.feature-articales .slick-dots li {
  height: auto;
  width: auto;
}
.feature-articales .slick-dots li > button {
  height: 13px;
  width: 13px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #1D30CE;
  background-color: transparent;
}
.feature-articales .slick-dots li > button:after, .feature-articales .slick-dots li > button::before {
  content: none;
}
.feature-articales .slick-dots li.slick-active > button {
  background-color: #1D30CE !important;
}

.btn-left {
  margin-right: 0.5em;
}

.air-financ-wrap {
  display: none;
}
.air-financ-wrap > p {
  color: #1E30CE !important;
  font-size: 1.125em !important;
  font-weight: 500 !important;
}

.nt-left-txt > .air-financ-wrap {
  display: block;
}

@media (min-width: 1001px) {
  .nt-left-txt > .air-financ-wrap {
    display: none;
  }
  .nt-left-txt.btnfor-desk > .air-financ-wrap {
    display: block;
  }
}
.nested-tabs-module .btnformob {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 60em) {
  .nested-tabs-module .btnformob {
    margin-bottom: 0;
  }
}

.staging-header {
  /*.sh-icons { 
      margin-bottom : em(23);
      text-align: center;
      @include mq(medium) {
          float: right;
          margin-top: em(39);
      }
      @include mq(large) {
          margin-right: 0;
          margin-top: em(44);
      }
  }*/
  /*.sh-cnt  { 
      float: none; 
      vertical-align: bottom;
       @include mq(large) { 
          margin-top: em(-10);
      }
  } */
}
@media (max-width: 28.063em) {
  .staging-header {
    /*.site-logo{
        width: 55%;
    }*/
  }
}

.popup-youtube {
  display: inline-block;
  position: relative;
}
.popup-youtube img {
  max-width: 100%;
  height: auto;
}
.popup-youtube:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 48px;
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
  background: url(/wp-content/uploads/youtube-icon-gray-1.svg) center/68px no-repeat;
  opacity: 0.8;
  z-index: 1;
}
.popup-youtube:hover:before {
  opacity: 1;
  background: url(/wp-content/uploads/youtube-icon-red-1.svg) center/68px no-repeat;
}

/****************Infogrphics Module start********************/
.irmcc-wrap {
  position: relative;
  max-width: 35.25em;
  width: 100%;
  border: 2px solid #CC0000;
  padding: 1.3125em 1.0625em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  background-color: white;
}

.irmcc-content h3 {
  text-transform: none;
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1.125em;
  color: #1e30ce;
}
.irmcc-content p {
  margin-top: 0;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
}
@media (min-width: 40em) {
  .irmcc-content {
    margin-left: 1.875em;
    width: calc(100% - 274px);
  }
}

@media (min-width: 40em) {
  .irmccw-wr {
    display: flex;
  }
}

.imdcc-close-wrap {
  position: absolute;
  right: 0.3125em;
  top: 0.3125em;
}

.irmcc-img {
  max-width: 17.125em;
  width: 100%;
  background-color: #e5e5e5;
}

.irmcc-imag {
  max-width: 17.125em;
  width: 100%;
  margin: 0 auto 1.875em;
}
@media (min-width: 40em) {
  .irmcc-imag {
    margin: 0;
  }
}

.infogrphics-rotary-module {
  position: relative;
  padding-top: 2.8125em;
  padding-bottom: 2.8125em;
}

.irm-content-wrap > div {
  display: none;
}
.irm-content-wrap > div.active {
  display: block;
}
@media (min-width: 60em) {
  .irm-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    display: none;
  }
  .irm-content-wrap.active {
    display: block;
  }
  .irm-content-wrap > div {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
  }
  .irm-content-wrap > div.active {
    display: block;
  }
}

.imd-pin {
  text-decoration: none;
  color: white;
}
.imd-pin text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.imd-pin.active .fill-circle {
  fill: #cc0000;
}
.imd-pin:hover .fill-circle {
  fill: #cc0000;
}

@media (max-width: 640px) {
  .imd-pin {
    transform: scale(1.55);
    transform-origin: center;
    transform-box: fill-box;
  }
}
.blue-text {
  font-size: 1.125em;
  line-height: 1.5555555556em;
  font-weight: bold;
  color: #1E30CE;
}

.page-template-infogrphics-rotary-screw-page .site-header-wrap {
  background-image: url(img/pipes-dest-hero.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-infogrphics-rotary-screw-page .pi-header {
  color: white;
}

@keyframes mover1 {
  0% {
    opacity: 0;
  }
}
/*.arrow-animation{
    g{
        opacity: 0;
    }
}*/
.irm-image-wrap {
  max-width: 45.0625em;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1500px) {
  .irm-image-wrap {
    max-width: 58.4375em;
  }
}
.video-sec.alignlinks .popup-youtube:before {
  display: none;
}

@media (min-width: 60em) {
  .wtc-module {
    margin-top: -155px;
    z-index: 3;
    position: relative;
    max-width: 656px !important;
    width: 100%;
  }
}

@media (min-width: 60em) {
  .arrow {
    padding-top: 30px;
    position: relative;
  }
  .arrow:before {
    content: "";
    position: absolute;
    background-image: url(img/pointer-arrow-lp.svg);
    background-repeat: no-repeat;
    width: 7.5em;
    height: 7.5em;
    right: -9em;
    top: 1em;
    z-index: 3;
    background-size: contain;
  }
}
@media (min-width: 80em) {
  .arrow {
    position: relative;
  }
  .arrow:before {
    content: "";
    position: absolute;
    background-image: url(img/pointer-arrow-lp.svg);
    background-repeat: no-repeat;
    z-index: 3;
    width: 10.75em;
    height: 9.5625em;
    /*left: 396px;
    top: -68px; */
    right: -11.875em;
    top: -1.3125em;
  }
}

.testimonial-slidernew .slick-next {
  /*right: em(5,11);*/
  /*padding-right: em(12,11);*/
  right: -12px;
}
.testimonial-slidernew .slick-next:before {
  right: 0;
  width: 18px !important;
  height: 8px !important;
  background-repeat: no-repeat;
  background-image: url(img/right-arrow-hover.svg);
}
@media (min-width: 60em) {
  .testimonial-slidernew .slick-next:before {
    /*  right: em(5,11);
    padding-right: em(12,11);*/
    width: 18px !important;
    height: 8px !important;
  }
}
@media (min-width: 80em) {
  .testimonial-slidernew .slick-next:before {
    width: 1.875em !important;
    height: 1.4375em !important;
  }
}
.testimonial-slidernew .slick-prev {
  left: 0px;
  /*left: em(5,11);*/
  z-index: 3;
  /*padding-left: em(12,11);*/
}
@media (min-width: 60em) {
  .testimonial-slidernew .slick-prev {
    left: 15px;
  }
}
.testimonial-slidernew .slick-prev:before {
  left: 0;
  width: 18px !important;
  height: 8px !important;
  background-image: url(img/left-arrow-default-red.svg);
  background-repeat: no-repeat;
}
@media (min-width: 60em) {
  .testimonial-slidernew .slick-prev:before {
    left: -30px;
    /*left: em(5,11);
    padding-left: em(12,11);*/
    width: 18px !important;
    height: 8px !important;
  }
}
@media (min-width: 80em) {
  .testimonial-slidernew .slick-prev:before {
    left: -51px;
    width: 1.875em !important;
    height: 1.4375em !important;
  }
}
.testimonial-slidernew button:before {
  background-color: transparent !important;
}
.testimonial-slidernew button:before:hover {
  background-color: transparent !important;
}
.testimonial-slidernew button:hover {
  border-bottom: 0 !important;
}
.testimonial-slidernew .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  right: 0;
  bottom: 32px;
}
@media (min-width: 60em) {
  .testimonial-slidernew .slick-dots {
    right: 66px;
    bottom: 32px;
  }
}
.testimonial-slidernew .slick-dots li button {
  border: 1px solid #091190;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  border-radius: 50%;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.testimonial-slidernew .slick-dots li button:before {
  content: none;
}
.testimonial-slidernew .slick-dots li.slick-active button {
  background: #091190 !important;
}

.mt-20 {
  margin-top: 20px;
}

.hs-content-id-156139877177 .test {
  display: none;
}

.cust-btn {
  padding: 10px 69px;
  background-color: #0F1B90;
}

.mr {
  margin-top: 20px;
}
@media (min-width: 60em) {
  .mr {
    margin-top: 0;
  }
}

.rll-youtube-player iframe {
  z-index: 1 !important;
}

.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-top: 38px !important;
}

.tm-list span.tm-short-txt {
  padding-bottom: 1em;
}

.sh-gfc {
  font-size: 0.625em;
  padding: 1.1428571429em 3.4285714286em 1.1428571429em 1.1428571429em;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #cc0001;
  border-radius: 3px;
  color: #cc0001;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sh-gfc:after {
  content: "";
  width: 1.8571428571em;
  height: 2.2857142857em;
  background-image: url(img/icons8-calendar-50-red.png);
  background-repeat: no-repeat;
  background-size: 1.8571428571em auto;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1428571429em;
}
.sh-gfc:hover {
  color: #ffffff;
  background-color: #4a57e1;
  border-color: #4a57e1;
}
.sh-gfc:hover:after {
  filter: brightness(0) invert(1);
}
@media (min-width: 60em) {
  .sh-gfc {
    font-size: 0.6875em;
  }
}
@media (min-width: 80em) {
  .sh-gfc {
    font-size: 0.875em;
    margin-left: 0.4285714286em;
  }
}
@media (max-width: 370px) {
  .sh-gfc {
    font-size: 8px;
  }
}

.sh-cnt {
  font-size: 0.625em;
  color: #fff;
  text-decoration: none;
  background-color: #cc0001;
  padding: 1.2857142857em 3.0714285714em 1.2857142857em 1.1428571429em;
  border-radius: 3px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sh-cnt:hover {
  color: #fff;
  background-color: #4a57e1;
}
.sh-cnt:after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gd-contact-ico.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.7857142857em auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1428571429em;
}
@media (min-width: 60em) {
  .sh-cnt {
    display: inline-block !important;
    font-size: 0.6875em;
  }
}
@media (min-width: 80em) {
  .sh-cnt {
    font-size: 0.875em;
  }
}
@media (min-width: 87.5em) {
  .sh-cnt {
    padding: 1.2857142857em 3.4285714286em 1.2857142857em 1.1428571429em;
  }
}
@media (max-width: 370px) {
  .sh-cnt {
    font-size: 8px;
  }
}

.sh-cnt-mob {
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  background-color: #cc0001;
  padding: 1.2857142857em 3.0714285714em 1.2857142857em 1.1428571429em;
  border-radius: 3px;
  text-transform: uppercase;
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
.sh-cnt-mob:hover {
  color: #fff;
  background-color: #4a57e1;
}
.sh-cnt-mob:after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url(https://www.compressedairsystems.com/wp-content/themes/compairsysm-default/img/gd-contact-ico.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.7857142857em auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1428571429em;
}
@media (min-width: 40em) {
  .sh-cnt-mob {
    float: none;
  }
}

.sh-cnt:focus {
  color: #fff;
}

.site-intro.gdd-022-b .si-gdd-heading {
  color: #1e30ce;
  font-size: 1.75em;
  line-height: 1.1714285714em;
  color: #1e30ce;
  margin-bottom: 1.4285714286em;
}
.site-intro.gdd-022-b .si-gdd-heading span {
  font-size: 1.1428571429em;
  font-weight: 400;
  line-height: 1.171875em;
  margin-bottom: 0.3125em;
  display: block;
  text-transform: initial;
}
.site-intro.gdd-022-b .si-btns-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.site-intro.gdd-022-b .si-btn1 {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.1666666667em;
  padding: 0.6111111111em 0.9444444444em;
  margin: 0 0.2777777778em 0.8333333333em;
  width: 100%;
  max-width: 13.4444444444em;
}
.site-intro.gdd-022-b .si-btn1 span {
  padding-right: 1.8888888889em;
}
.site-intro.gdd-022-b .si-btn1 span:after {
  content: "";
  position: absolute;
  background-image: url(img/shopping-cart-off.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.3333333333em 1em;
  width: 1.3333333333em;
  height: 1em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-intro.gdd-022-b .si-btn2 {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.1666666667em;
  padding: 0.6111111111em 0.9444444444em;
  color: #1e30ce;
  border: 1px solid #1e30ce;
  width: 100%;
  max-width: 13.4444444444em;
  margin: 0 0.2777777778em;
}
.site-intro.gdd-022-b .si-btn2 span {
  padding-right: 1.9444444444em;
}
.site-intro.gdd-022-b .si-btn2 span:after {
  content: "";
  position: absolute;
  background-image: url(img/calendar-blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.3888888889em 1.5555555556em;
  width: 1.3888888889em;
  height: 1.5555555556em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-intro.gdd-022-b .si-btn2:hover {
  background-color: #5463f4;
  border: 1px solid #5463f4;
  color: #ffffff;
}
.site-intro.gdd-022-b .si-btn2:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 0.2222222222em;
  width: 100%;
  background-color: #08108f;
}
.site-intro.gdd-022-b .si-btn2:hover span:after {
  background-image: url(img/calendar-white.svg);
}
.site-intro.gdd-022-b .home-banner {
  display: block;
  max-width: 26.9375em;
  margin: 1.875em auto 0;
}
.site-intro.gdd-022-b .si-video-wrap {
  border-radius: 6px;
  border: 4px solid #000000;
}
.site-intro.gdd-022-b .si-video-wrap .si-video-img {
  height: 20.875em;
  object-fit: cover;
  object-position: center;
}
.site-intro.gdd-022-b .si-video-wrap .popup-youtube:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5em;
  height: 4.5em;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  cursor: pointer;
  background-image: url(img/play-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.site-intro.gdd-022-b .si-video-wrap .popup-youtube:hover:before {
  opacity: 0.8;
}
.site-intro.gdd-022-b .ssrw-des, .site-intro.gdd-022-b .ssrw-author {
  color: #1e30ce;
}
@media (min-width: 40em) {
  .site-intro.gdd-022-b .si-btn1, .site-intro.gdd-022-b .si-btn2 {
    width: auto;
    max-width: initial;
  }
}
@media (min-width: 60em) {
  .site-intro.gdd-022-b .inner-wrap, .site-intro.gdd-022-b .inner-wrap-narrow, .site-intro.gdd-022-b .inner-wrap-wide, .site-intro.gdd-022-b .inner-wrap-fullwidth {
    padding-top: 3.875em;
    padding-bottom: 3.875em;
  }
  .site-intro.gdd-022-b .si-gdd-heading {
    color: #1e30ce;
    font-size: 2.3125em;
    line-height: 1.1621621622em;
    color: #1e30ce;
    margin-bottom: 1.0810810811em;
  }
  .site-intro.gdd-022-b .si-gdd-heading span {
    font-size: 0.972972973em;
    font-weight: 400;
    line-height: 1.1666666667em;
    margin-bottom: 0.2777777778em;
    display: block;
    text-transform: initial;
  }
  .site-intro.gdd-022-b .si-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .site-intro.gdd-022-b .si-btns-wrap {
    display: block;
  }
  .site-intro.gdd-022-b .si-btn1, .site-intro.gdd-022-b .si-btn2 {
    width: auto;
    max-width: initial;
    margin: 0 0 0.9375em;
  }
  .site-intro.gdd-022-b .si-left-content {
    padding-left: 0;
    width: 62.5%;
    padding-right: 4.5625em;
    max-width: 38.125em;
  }
  .site-intro.gdd-022-b .home-banner {
    width: 37.5%;
    margin-top: 0;
  }
}

/****************Careers Page Module******************/
.page-template-careers-page .page-intro h1 {
  color: white;
}
.page-template-careers-page .breadcrumb-menu {
  margin-bottom: 0.625em;
}
.page-template-careers-page .bottom-dest-btn {
  display: none;
}
.page-template-careers-page .site-content-secondary {
  display: none;
}
.page-template-careers-page .site-content > .inner-wrap, .page-template-careers-page .site-content > .inner-wrap-narrow, .page-template-careers-page .site-content > .inner-wrap-wide, .page-template-careers-page .site-content > .inner-wrap-fullwidth {
  padding-bottom: 0;
}

.staff-testimonials-module {
  background-image: url(https://compressedairsystems.com/wp-content/uploads/BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.staff-testimonials-module .inner-wrap, .staff-testimonials-module .inner-wrap-narrow, .staff-testimonials-module .inner-wrap-wide, .staff-testimonials-module .inner-wrap-fullwidth {
  padding-top: 2.875em;
  padding-bottom: 4em;
}

.stm-heading {
  font-size: 2em;
  color: #333333;
  font-weight: bold;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0.46875em;
}

.ebm-text {
  padding-bottom: 2em;
}
.ebm-text p {
  margin: 0 0 0.8333333333em;
  font-size: 1.125em;
}

.ebm-icon-wrap {
  background-color: white;
  border-radius: 3px;
  padding: 2.125em 0.625em 2em;
}
@media (min-width: 60em) {
  .ebm-icon-wrap {
    padding: 0;
  }
}

@media (min-width: 60em) {
  .stmi-wrap {
    display: flex;
  }
}

.stm-img {
  max-width: 13.75em;
  width: 100%;
  margin: 0 auto;
}

.stm-content {
  padding: 1.25em;
  position: relative;
}
@media (min-width: 60em) {
  .stm-content {
    padding: 0 0 0 2.875em;
  }
}

.stm-item-title {
  position: relative;
  font-size: 1.5em;
  line-height: 1.4166666667em;
  color: #333333;
  text-transform: none;
  font-weight: bold;
  padding-left: 2.125em;
}
.stm-item-title::before {
  content: "";
  background-image: url(img/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: 1.375em;
  position: absolute;
  left: 0;
  top: -6px;
  width: 1.4583333333em;
  height: 1.4583333333em;
}

@media (min-width: 60em) {
  .stm-c-wrap {
    padding-left: 3.1875em;
    padding-right: 5.9375em;
  }
}

.stm-slider .slick-prev {
  border: none !important;
  width: 30px;
  height: 30px;
  left: -24px;
  border-radius: 0;
}
.stm-slider .slick-prev:before {
  content: "";
  font-size: 16px;
  width: 1.875em;
  height: 1.875em;
  background-image: url(img/icon-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  background-color: #1D30CE;
  border-radius: 0;
  opacity: 1;
}
.stm-slider .slick-prev:after {
  display: none;
}
.stm-slider .slick-prev:hover::before {
  opacity: 0.75;
}
.stm-slider .slick-next {
  border: none !important;
  width: 30px;
  height: 30px;
  right: -24px;
  border-radius: 0;
}
.stm-slider .slick-next:before {
  content: "";
  font-size: 16px;
  width: 1.875em;
  height: 1.875em;
  background-image: url(img/icon-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  background-color: #1D30CE;
  border-radius: 0;
  opacity: 1;
}
.stm-slider .slick-next:after {
  display: none;
}
.stm-slider .slick-next:hover::before {
  opacity: 0.75;
}
@media (min-width: 60em) {
  .stm-slider {
    padding: 2.125em 3.75em 2em 3.25em;
  }
  .stm-slider:before {
    content: "";
    position: absolute;
    right: 0.6875em;
    width: 2.4375em;
    height: 1px;
    background-color: white;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .stm-slider .slick-prev {
    left: auto;
    right: 0px;
    top: 0;
    width: 60px;
    height: 50%;
    transform: inherit;
  }
  .stm-slider .slick-prev::before {
    transform: rotate(-180deg);
    width: 60px;
    height: 100%;
  }
  .stm-slider .slick-next {
    right: 0px;
    bottom: 0;
    top: auto;
    width: 60px;
    height: 50%;
    transform: inherit;
  }
  .stm-slider .slick-next::before {
    transform: rotate(180deg);
    width: 60px;
    height: 100%;
  }
}

.stm-c-wrap p {
  font-size: 1.125em;
  line-height: 1.7222222222em;
  font-style: italic;
  margin-top: 0;
}

.ebm-heading {
  font-size: 2em;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  margin: 0 0 0.46875em;
}

@media (min-width: 60em) {
  .ebm-wrap {
    display: flex;
    justify-content: space-between;
  }
  .ebm-wrap > div.ebm-heading-wrap {
    flex-basis: 25%;
  }
}

@media (min-width: 60em) {
  .ebm-icon-wraped {
    display: flex;
    text-align: center;
    width: 75%;
    max-width: 45.0625em;
    justify-content: space-between;
  }
}

.ebm-item-title {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1875em;
  color: #000000;
  text-transform: none;
  margin: 0;
}

.ebm-item {
  max-width: 124px;
  vertical-align: text-bottom;
  margin: 0 0.75em 1.25em;
}

.ebm-img {
  min-height: 3.75em;
}

@media (min-width: 60em) {
  .cpm-wrap {
    font-size: 1.25vw;
  }
}
@media (min-width: 80em) {
  .cpm-wrap {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .cpm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .cpm-wrap > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}
.cpm-header {
  color: #1e30ce;
}

.careers-module {
  background-color: #E5E5E5;
}
@media (min-width: 60em) {
  .careers-module {
    /*.inner-wrap{
        padding-top: 0;
        padding-bottom: 0;
    }*/
  }
}

@media (min-width: 992px) {
  .careers-module .inner-wrap, .careers-module .inner-wrap-narrow, .careers-module .inner-wrap-wide, .careers-module .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cpm-header {
  font-size: 2em;
  color: #333333;
  text-transform: none;
  font-weight: bold;
}

.cpm-text-ew p {
  font-size: 1.125em;
  line-height: 1.5625em;
  color: #333333;
}

body.page-template-careers-page article.site-content-primary {
  padding-bottom: 14px;
}
body.page-template-careers-page article.site-content-primary p {
  font-size: 1.125em;
  line-height: 1.3888888889em;
}

@media (max-width: 960px) {
  .ebm-icon-wraped {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ebm-item {
    max-width: 108px;
    text-align: center;
    margin: 0 1.25em 1.25em;
  }
}
.apply-now-module {
  background-image: url(img/Apply-Now.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.apply-now-module .inner-wrap, .apply-now-module .inner-wrap-narrow, .apply-now-module .inner-wrap-wide, .apply-now-module .inner-wrap-fullwidth {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

h2.anm-heading {
  text-align: center;
  color: white;
  font-size: 32px;
  line-height: 32px;
  text-transform: none;
  font-weight: bold;
}

.anm-text {
  text-align: center;
}
.anm-text p {
  color: white;
  font-size: 1.125em;
  line-height: 1.5em;
}
.anm-text p > a {
  color: white;
}

.anm-cta {
  text-align: center;
}

.anm-cta .si-btn2 {
  width: 14.8333333333em;
}

section.employee-benefits-module .inner-wrap, section.employee-benefits-module .inner-wrap-narrow, section.employee-benefits-module .inner-wrap-wide, section.employee-benefits-module .inner-wrap-fullwidth {
  padding-bottom: 9px;
}

.sp-interactive-infographic .inner-wrap, .sp-interactive-infographic .inner-wrap-narrow, .sp-interactive-infographic .inner-wrap-wide, .sp-interactive-infographic .inner-wrap-fullwidth {
  padding-left: 0;
  padding-right: 0;
}

.spii-img-wrap {
  position: relative;
}

.spii-item {
  max-width: 35.25em;
  width: 100%;
}

.spii-inner-wrap {
  background-color: #ffffff;
  border: 2px solid #CC0000;
  padding: 2.5em 1.875em 1.875em 1.875em;
  box-shadow: 0px 0px 15px #00000033;
  position: relative;
}

.spii-title {
  text-transform: capitalize;
  font-size: 1.5em;
  line-height: 1.125em;
  margin-top: 0;
  margin-bottom: 0.8333333333em;
}

.spii-close {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

.spii-content p {
  margin-bottom: 0;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
}

.spii-anchor {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: #1E30CE;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 10px #0000004D;
  cursor: pointer;
  position: absolute;
}
@media (min-width: 40em) {
  .spii-anchor {
    width: 1.875em;
    height: 1.875em;
    border: 2px solid #ffffff;
  }
}
@media (min-width: 60em) {
  .spii-anchor {
    width: 2.5em;
    height: 2.5em;
    border: 3px solid #ffffff;
  }
}
.spii-anchor:hover, .spii-anchor.active {
  background: #cc0000;
}

.spii-wrap {
  position: relative;
}
.spii-wrap img {
  vertical-align: middle;
}

@media (min-width: 60em) {
  .spii-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
  }
}
@media (min-width: 80em) {
  .spii-content-wrap {
    top: 43%;
    left: 42%;
    transform: none;
  }
}

.spii-item {
  display: none;
  margin: 1.875em auto 0 auto;
}
@media (min-width: 60em) {
  .spii-item {
    margin: 0;
  }
}
.spii-item.active {
  display: block;
}

.spii-anchor1 {
  left: 63.4%;
  top: 53%;
}

.spii-anchor2 {
  left: 34%;
  top: 47%;
}

.spii-anchor3 {
  left: 42.5%;
  top: 29%;
}

.spii-anchor4 {
  left: 23%;
  top: 72%;
}

.spii-anchor5 {
  left: 11.5%;
  top: 58%;
}

.spii-anchor6 {
  left: 75.5%;
  top: 30%;
}

.spii-anchor7 {
  left: 75.5%;
  top: 48%;
}

.spii-anchor8 {
  left: 55%;
  top: 32.3%;
}

.spii-anchor9 {
  left: 52%;
  top: 48%;
}

.si-btns-wrap.gdd-010-b a.btn.si-btn1, .si-btns-wrap.gdd-010-b a.si-btn1.btn-download, .si-btns-wrap.gdd-010-b a.si-btn1.btn-arrow, .si-btns-wrap.gdd-010-b a.si-btn1.product-grid-item-link {
  margin-bottom: 0.83em;
}

.icon-list li {
  text-align: center;
  padding: 0 0.5em;
  margin-bottom: 1.5em;
}
.icon-list li strong {
  display: block;
}
.icon-list img {
  display: block;
  width: 5em;
  height: 5em;
  object-fit: contain;
  margin: 0 auto 0.625em;
}
@media (min-width: 40em) {
  .icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .icon-list li {
    width: 50%;
  }
}

.icon-list-5 li {
  text-align: center;
  padding: 0 0.5em;
  margin-bottom: 1.5em;
}
.icon-list-5 li strong {
  display: block;
}
.icon-list-5 img {
  display: block;
  width: 5em;
  height: 5em;
  object-fit: contain;
  margin: 0 auto 0.625em;
}
@media (min-width: 40em) {
  .icon-list-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .icon-list-5 li {
    width: 20%;
  }
}

.new-pillar-intro > .inner-wrap, .new-pillar-intro > .inner-wrap-narrow, .new-pillar-intro > .inner-wrap-wide, .new-pillar-intro > .inner-wrap-fullwidth {
  padding-top: 6.375em;
  padding-bottom: 6.625em;
}

.nppl-heading {
  color: white;
  font-size: 2.5em;
  line-height: 1.125em;
  font-weight: 700;
  margin: 0 0 0.35em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .nppl-heading {
    font-size: 2.8125em;
    line-height: 1.3777777778em;
    text-align: initial;
    margin: 0 0 0.3111111111em 0;
  }
}
@media (min-width: 80em) {
  .nppl-heading {
    font-size: 4em;
    line-height: 0.96875em;
    margin: 0 0 0.21875em 0;
  }
}

.nppl-content p {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 0 0;
  text-align: center;
}
@media (min-width: 60em) {
  .nppl-content p {
    text-align: initial;
  }
}

.nppr-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.375em;
  line-height: 1.0909090909em;
  font-weight: 700;
  padding-bottom: 0.4772727273em;
  display: inline-block;
}
@media (min-width: 60em) {
  .nppr-link {
    max-width: 18.8636363636em;
  }
}

.npp-link-wrap {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 60em) {
  .npp-link-wrap {
    width: 510px;
    margin: 0;
    text-align: initial;
  }
}
.npp-link-wrap li {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.34375em;
}

.npp-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.npp-left {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 60em) {
  .npp-left {
    width: 45%;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .npp-left {
    width: 562px;
  }
}

.npp-right {
  width: 100%;
}
@media (min-width: 60em) {
  .npp-right {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
  }
}

.two-col-list ul {
  column-count: 2;
}

.internal-links-nav {
  display: none;
}
@media (min-width: 60em) {
  .internal-links-nav.stuck {
    display: block;
    position: fixed;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
  }
}
.internal-links-nav .iln-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.internal-links-nav .iln-list li {
  width: 25%;
}
.internal-links-nav .aln-link {
  background: #4655A7;
  font-size: 1em;
  line-height: 1.3125em;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.375em;
  text-align: center;
  min-height: 5em;
}
.internal-links-nav .aln-link:hover {
  background: #cc0001;
}

/*common-application-module*/
.common-application-module > .inner-wrap, .common-application-module > .inner-wrap-narrow, .common-application-module > .inner-wrap-wide, .common-application-module > .inner-wrap-fullwidth {
  padding-top: 6.25em;
  padding-bottom: 6.0625em;
}
.common-application-module .cam-heading {
  color: #4657A6;
  font-size: 2.1875em;
  line-height: 1.1428571429em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 60em) {
  .common-application-module .cam-heading {
    font-size: 3em;
    line-height: 1.0416666667em;
  }
}
.common-application-module .cam-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-application-module .cam-left {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 60em) {
  .common-application-module .cam-left {
    text-align: initial;
    margin-bottom: 0;
    width: calc(100% - 635px);
  }
}
.common-application-module .cam-right {
  width: 100%;
  text-align: center;
}
@media (min-width: 60em) {
  .common-application-module .cam-right {
    text-align: initial;
    width: 530px;
  }
}
@media (min-width: 80em) {
  .common-application-module .cam-right {
    width: 619px;
  }
}

/*selection-module*/
.selection-module {
  background: #EFEFEF;
}
.selection-module > .inner-wrap, .selection-module > .inner-wrap-narrow, .selection-module > .inner-wrap-wide, .selection-module > .inner-wrap-fullwidth {
  padding-top: 3.875em;
  padding-bottom: 5.5em;
}
.selection-module .sm-heading {
  color: #000000;
  font-size: 2.25em;
  line-height: 1.1666666667em;
  font-weight: 700;
  margin: 0 0 0.3888888889em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .selection-module .sm-heading {
    text-align: initial;
  }
}
.selection-module .sm-content {
  color: #000000;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 0 0;
  text-align: center;
}
@media (min-width: 60em) {
  .selection-module .sm-content {
    text-align: initial;
  }
}
.selection-module .sm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
@media (min-width: 60em) {
  .selection-module .sm-wrap {
    margin-top: 3.875em;
  }
}
.selection-module .sm-bucket {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.selection-module .sm-bucket:last-child {
  margin-bottom: 0;
}
.selection-module .sm-bucket:last-child .sm-image-wrap:before {
  content: none;
}
@media (min-width: 40em) {
  .selection-module .sm-bucket {
    width: 30%;
  }
}
@media (min-width: 60em) {
  .selection-module .sm-bucket {
    margin-bottom: 0;
    width: 16.66%;
  }
  .selection-module .sm-bucket:hover .sm-title {
    visibility: visible;
  }
  .selection-module .sm-bucket:hover .sm-image-wrap {
    background: #4757A6;
  }
  .selection-module .sm-bucket:hover .sm-image-wrap img {
    filter: brightness(0) invert(1);
  }
}
.selection-module .sm-image-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.375em;
  background: #ffffff;
  border-radius: 50%;
  border: 10px solid #4657A6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.selection-module .sm-image-wrap img {
  display: block;
  margin: 0 auto;
  width: 3.75em;
}
@media (min-width: 60em) {
  .selection-module .sm-image-wrap:before {
    content: "";
    position: absolute;
    width: 115%;
    height: 3px;
    background: #AAAAAA;
    top: 50%;
    transform: translateY(-50%);
    right: -127%;
  }
}
.selection-module .sm-title {
  margin: 0 auto;
  color: #000000;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
}
@media (min-width: 60em) {
  .selection-module .sm-title {
    visibility: hidden;
  }
}

/*air-systems-module*/
.air-systems-module > .inner-wrap, .air-systems-module > .inner-wrap-narrow, .air-systems-module > .inner-wrap-wide, .air-systems-module > .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.6875em;
}
.air-systems-module .asm-heading {
  color: #000000;
  font-size: 2.25em;
  line-height: 1.1666666667em;
  font-weight: 700;
  margin: 0 0 0.3888888889em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .air-systems-module .asm-heading {
    text-align: initial;
  }
}
.air-systems-module .asm-content {
  color: #000000;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 0 0;
  text-align: center;
}
@media (min-width: 60em) {
  .air-systems-module .asm-content {
    text-align: initial;
  }
}
.air-systems-module .asm-wrap {
  margin-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.air-systems-module .asm-bucket {
  display: flex;
  align-items: center;
  margin-bottom: 1.75em;
  width: 100%;
}
@media (min-width: 40em) {
  .air-systems-module .asm-bucket {
    width: 48%;
  }
}
@media (min-width: 60em) {
  .air-systems-module .asm-bucket {
    width: 24%;
  }
}
.air-systems-module .asm-image-wrap {
  /*background: #911B12;*/
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.air-systems-module .asm-link {
  color: #911B12;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
  margin-left: 0.9375em;
  width: calc(100% - 52px);
}
.air-systems-module .asm-text {
  color: #000000;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
  margin-left: 0.9375em;
}

/*common-module*/
.common-module > .inner-wrap, .common-module > .inner-wrap-narrow, .common-module > .inner-wrap-wide, .common-module > .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.6875em;
}
.common-module .cm-heading {
  color: #000000;
  font-size: 2.25em;
  line-height: 1.1666666667em;
  font-weight: 700;
  margin: 0 0 0.3888888889em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .common-module .cm-heading {
    text-align: initial;
  }
}
.common-module .cm-content {
  color: #000000;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 0 0;
  text-align: center;
}
@media (min-width: 60em) {
  .common-module .cm-content {
    text-align: initial;
  }
}
.common-module .cm-wrap {
  margin-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.common-module .cm-bucket {
  display: flex;
  align-items: center;
  margin-bottom: 1.75em;
  width: 100%;
}
@media (min-width: 40em) {
  .common-module .cm-bucket {
    width: 48%;
    padding-right: 1em;
  }
}
@media (min-width: 60em) {
  .common-module .cm-bucket {
    width: 24%;
    padding-right: 0;
  }
}
.common-module .cm-image-wrap {
  /*background: #911B12;*/
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-radius: 50%;*/
}
.common-module .cm-image-wrap img {
  display: block;
}
.common-module .cm-link {
  color: #911B12;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
  margin-left: 0.9375em;
  width: calc(100% - 76px);
}
@media (min-width: 60em) {
  .common-module .cm-link {
    max-width: 6.4375em;
  }
}
.common-module .cm-text {
  color: #000000;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
  margin-left: 0.9375em;
  width: calc(100% - 76px);
}
@media (min-width: 60em) {
  .common-module .cm-text {
    max-width: 6.4375em;
  }
}

/*pillar-contact-module*/
.pillar-contact-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.pillar-contact-module:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(70, 87, 166, 0.86);
}
.pillar-contact-module > .inner-wrap, .pillar-contact-module > .inner-wrap-narrow, .pillar-contact-module > .inner-wrap-wide, .pillar-contact-module > .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 7.625em;
  position: relative;
}
.pillar-contact-module .pcm-heading {
  color: #ffffff;
  font-size: 2.25em;
  line-height: 1.0555555556em;
  font-weight: 700;
  margin: 0 0 0.7222222222em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-contact-module .pcm-heading {
    text-align: initial;
  }
}
.pillar-contact-module .pcm-content p {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 1.5em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-contact-module .pcm-content p {
    text-align: initial;
  }
}
.pillar-contact-module .pcm-content p:last-child {
  margin: 0;
}
.pillar-contact-module .pcm-content p a {
  color: #ffffff;
  text-decoration: underlie;
}
.pillar-contact-module .pcm-content p a:hover {
  text-decoration: none;
}

/*pillar-click-to-expand-module*/
.pillar-click-to-expand-module > .inner-wrap, .pillar-click-to-expand-module > .inner-wrap-narrow, .pillar-click-to-expand-module > .inner-wrap-wide, .pillar-click-to-expand-module > .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 5.875em;
}
.pillar-click-to-expand-module .pcem-heading {
  color: #000000;
  font-size: 2.25em;
  line-height: 1.1666666667em;
  font-weight: 700;
  margin: 0 0 0.3888888889em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-click-to-expand-module .pcem-heading {
    text-align: initial;
  }
}
.pillar-click-to-expand-module .pcem-content {
  color: #000000;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 2.25em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-click-to-expand-module .pcem-content {
    text-align: initial;
  }
}
.pillar-click-to-expand-module .click-expand {
  border: 0;
}
.pillar-click-to-expand-module .click-expand.active .ce-header {
  background: #1C37C6;
  color: #ffffff;
}
.pillar-click-to-expand-module .click-expand.active .ce-header:before {
  background: url(/wp-content/uploads/hover-plus.png);
  background-size: 35px;
  transform: rotate(45deg) translateY(-50%);
  top: 40%;
  right: 27px;
}
.pillar-click-to-expand-module .click-expand.active .ce-header:after {
  content: none;
}
.pillar-click-to-expand-module .ce-header {
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
  color: #1C37C6;
  margin: 0;
  border: 2px solid #1C37C6;
  padding-right: 3.75em;
  text-transform: capitalize;
  padding-top: 1.0625em;
  padding-bottom: 1.0625em;
}
.pillar-click-to-expand-module .ce-header:hover {
  background: #1C37C6;
  color: #ffffff;
}
.pillar-click-to-expand-module .ce-header:hover:before {
  background: url(/wp-content/uploads/hover-plus.png);
  background-size: 35px;
  transform: rotate(45deg) translateY(-50%);
  top: 40%;
  right: 27px;
}
.pillar-click-to-expand-module .ce-header:hover:after {
  content: none;
}
.pillar-click-to-expand-module .ce-header:after {
  content: none;
}
.pillar-click-to-expand-module .ce-header:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/plus.png);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.pillar-click-to-expand-module .ce-body {
  padding: 1.5em !important;
}
@media (min-width: 60em) {
  .pillar-click-to-expand-module .ce-body {
    padding: 2.25em 3.125em !important;
  }
}
.pillar-click-to-expand-module .ce-body p {
  color: #000000;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 1.5em 0;
}
.pillar-click-to-expand-module .ce-body p:last-child {
  margin: 0;
}

/*pillar-types-module*/
.pillar-types-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.pillar-types-module:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(70, 87, 166, 0.86);
}
.pillar-types-module > .inner-wrap, .pillar-types-module > .inner-wrap-narrow, .pillar-types-module > .inner-wrap-wide, .pillar-types-module > .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 0;
  position: relative;
}
.pillar-types-module .ptm-heading {
  color: #ffffff;
  font-size: 2.25em;
  line-height: 1.0555555556em;
  font-weight: 700;
  margin: 0 0 0.7222222222em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-types-module .ptm-heading {
    text-align: initial;
  }
}
.pillar-types-module .ptm-subtext {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 1.5em 0;
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-types-module .ptm-subtext {
    text-align: initial;
  }
}
.pillar-types-module .ptm-inner-wrap {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 60em) {
  .pillar-types-module .ptm-inner-wrap {
    padding-left: 0;
    padding-right: 0;
    align-items: normal;
  }
}
.pillar-types-module .ptm-left {
  width: 100%;
  /*margin-bottom: em(32);*/
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-types-module .ptm-left {
    width: 48%;
    text-align: initial;
    margin-bottom: 0;
    max-width: 575px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 2.5625em;
  }
}
.pillar-types-module .ptm-left h3 {
  color: #FFFFFF;
  font-size: 1.75em;
  line-height: 1.1785714286em;
  font-weight: 700;
  margin: 0 0 0.8214285714em 0;
}
.pillar-types-module .ptm-left p {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 1.4375em 0;
}
.pillar-types-module .ptm-left p a {
  color: #ffffff;
  text-decoration: underlie;
}
.pillar-types-module .ptm-left p a:hover {
  text-decoration: none;
}
.pillar-types-module .ptm-right {
  width: 100%;
  background: #ffffff;
}
@media (min-width: 60em) {
  .pillar-types-module .ptm-right {
    margin-top: 2.25em;
    width: 50%;
  }
}
.pillar-types-module .ptm-right img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 480px;
  object-fit: contain;
}
.pillar-types-module .ptm-list {
  padding-left: 2.5em;
}
.pillar-types-module .ptm-list li {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 400;
  margin: 0 0 1.4375em 0;
  position: relative;
  /*@include mq(large) {
      &:last-child {
          margin-bottom: 0;
      }
  }*/
}
.pillar-types-module .ptm-list li:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(/wp-content/uploads/list-check.png) no-repeat;
  background-position: center;
  background-size: 33px;
  top: 0;
  left: -40px;
}
.pillar-types-module .ptm-list li a {
  color: #ffffff;
  text-decoration: underlie;
}
.pillar-types-module .ptm-list li a:hover {
  text-decoration: none;
}
.pillar-types-module .ptm-list li strong {
  display: block;
}
.pillar-types-module .slick-arrow-nav {
  position: relative;
  max-width: 65px;
  margin: 0 auto;
}
.pillar-types-module .slick-prev {
  font-size: 0;
  width: 54px;
  height: 54px;
  background: 0 0;
  background: url(/wp-content/uploads/left-arrow-1.png);
  background-size: 54px;
  padding: 0;
  /*transform: rotate(180deg);*/
  vertical-align: middle;
  border-radius: 0;
}
.pillar-types-module .slick-prev:focus, .pillar-types-module .slick-prev:hover {
  background: url(/wp-content/uploads/left-arrow-1.png);
  background-size: 54px;
  opacity: 0.9;
}
.pillar-types-module .slick-prev:before {
  content: none;
}
.pillar-types-module .slick-next {
  font-size: 0;
  width: 54px;
  height: 54px;
  background: 0 0;
  background: url(/wp-content/uploads/right-arrow-1.png);
  background-size: 54px;
  padding: 0;
  vertical-align: middle;
  border-radius: 0;
}
.pillar-types-module .slick-next:focus, .pillar-types-module .slick-next:hover {
  background: url(/wp-content/uploads/right-arrow-1.png);
  background-size: 54px;
  opacity: 0.9;
}
.pillar-types-module .slick-next:before {
  content: none;
}

.resources-ebook-module .rebm-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.875em;
  margin-bottom: 0.9375em;
}
@media (min-width: 40em) {
  .resources-ebook-module .rebm-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    gap: 1.875em;
  }
}
@media (min-width: 60em) {
  .resources-ebook-module .rebm-wrap {
    gap: 0.9375em;
    justify-content: center;
  }
}
@media (min-width: 75em) {
  .resources-ebook-module .rebm-wrap {
    gap: 1.875em 1.25em;
  }
}
.resources-ebook-module .rebm-link {
  padding: 0.9375em;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.resources-ebook-module .rebm-link img {
  display: block;
  max-width: 15.625em;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.resources-ebook-module .rebm-link:hover, .resources-ebook-module .rebm-link:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (min-width: 40em) {
  .resources-ebook-module .rebm-link {
    width: 47.5%;
  }
}
@media (min-width: 60em) {
  .resources-ebook-module .rebm-link {
    width: 31.33%;
  }
}
.resources-ebook-module .rebm-title {
  display: block;
  text-align: center;
  margin-top: 0.3125em;
}

.resources-ebook-module-pdf .rebms-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.875em;
}
@media (min-width: 40em) {
  .resources-ebook-module-pdf .rebms-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    gap: 1.875em;
  }
}
@media (min-width: 60em) {
  .resources-ebook-module-pdf .rebms-wrap {
    gap: 0.9375em;
    justify-content: center;
  }
}
@media (min-width: 75em) {
  .resources-ebook-module-pdf .rebms-wrap {
    gap: 1.875em 1.25em;
  }
}
.resources-ebook-module-pdf .rebm-link-pdf {
  padding: 0.9375em;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.resources-ebook-module-pdf .rebm-link-pdf img {
  display: block;
  max-width: 15.625em;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.resources-ebook-module-pdf .rebm-link-pdf:hover, .resources-ebook-module-pdf .rebm-link-pdf:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (min-width: 40em) {
  .resources-ebook-module-pdf .rebm-link-pdf {
    width: 47.5%;
    /*max-width: em(198);*/
    /*width: 48.5%;*/
  }
}
@media (min-width: 60em) {
  .resources-ebook-module-pdf .rebm-link-pdf {
    width: 23%;
    /*max-width: em(198);*/
    /*width: 100%;*/
  }
}
@media (min-width: 75em) {
  .resources-ebook-module-pdf .rebm-link-pdf {
    /*max-width: em(250);*/
  }
}
.resources-ebook-module-pdf .rebm-title {
  display: block;
  text-align: center;
  margin-top: 0.3125em;
}

.pum-close:before {
  content: none !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.alignright {
  display: block;
  padding-bottom: 1.5em;
}

.alignleft {
  display: block;
  padding-bottom: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
  }

  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
  }

  .aligncenter {
    display: block;
    margin: 0 auto;
  }
}
.text-alignright {
  text-align: right;
}

.text-alignleft {
  text-align: left;
}

.text-aligncenter {
  text-align: center;
}

.clearboth {
  clear: both;
  display: block;
}

.spacing-bottom {
  margin-bottom: 2em;
}

.spacing-top {
  margin-top: 2em;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  left: 10px;
}

.flexslider:hover .flex-next {
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  display: block;
  content: "";
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(img/ico-arrow-left.svg);
}

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/ico-arrow-right.svg);
}

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: 0.3;
  left: 10px;
}

.flex-direction-nav .flex-next {
  opacity: 0.3;
  right: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.7em;
}

.tablesaw thead tr:first-child th {
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
.tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
.tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

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

@-webkit-keyframes flash {
  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.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;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

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

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes zoomFlip {
  0% {
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 0;
    transform: perspective(900px) rotateX(-40deg) scale(0.6, 0.6) translateY(80px);
  }
  100% {
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 1;
    transform: perspective(900px) rotateX(0deg) scale(1, 1) translateY(0px);
  }
}
.zoomFlip {
  -webkit-animation-name: zoomFlip;
  animation-name: zoomFlip;
}

.animated.zoomFlip {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*Slick Slider*/
/*.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

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

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/******************/
.fl-form-field {
  margin-bottom: 15px;
}

.fl-form-field input.fl-form-error {
  border-color: #DD6420;
}

.fl-form-error-message {
  clear: both;
  color: #DD6420;
  display: none;
  padding-top: 8px;
  font-size: 12px;
  font-weight: lighter;
}

.fl-form-button-disabled {
  opacity: 0.5;
}

.fl-animation {
  opacity: 0;
}

.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
  opacity: 1;
}

.fl-animated {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.fl-button.fl-button-icon-animation i {
  width: 0 !important;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.fl-button.fl-button-icon-animation:hover i {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)";
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
  margin-left: 0px !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
  margin-left: 10px !important;
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
  margin-right: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
  margin-right: 20px !important;
  margin-left: -10px;
}

.single:not(.woocommerce).single-fl-builder-template .fl-content {
  width: 100%;
}

.fl-builder-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.fl-builder-shape-layer {
  z-index: 0;
}

.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 2;
}

.fl-row-has-layers .fl-row-content {
  z-index: 1;
}

.fl-row-bg-overlay .fl-row-content {
  z-index: 2;
}

.fl-builder-layer > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fl-builder-layer + .fl-row-content {
  position: relative;
}

.fl-builder-layer .fl-shape {
  fill: #aaa;
  stroke: none;
  stroke-width: 0;
  width: 100%;
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
  background: #fafafa;
  border: 1px solid #ccc;
  color: #333;
}

.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
  color: #333;
}

.fl-row-content-wrap {
  margin: 0px;
}

.fl-row-content-wrap {
  padding: 20px;
}

.fl-row-fixed-width {
  max-width: 1240px;
}

.fl-col-content {
  margin: 0px;
}

.fl-col-content {
  padding: 0px;
}

.fl-module-content {
  margin: 20px;
}

@media (max-width: 992px) {
  .fl-visible-desktop,
.fl-visible-mobile,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
    display: none;
  }

  .fl-visible-desktop-medium,
.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col {
    display: block;
  }

  .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
    display: flex;
  }
}
@media (max-width: 768px) {
  .fl-visible-desktop,
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col {
    display: none;
  }

  .fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
    display: block;
  }

  .fl-row-content-wrap {
    background-attachment: scroll !important;
  }

  .fl-row-bg-parallax .fl-row-content-wrap {
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .fl-col-group.fl-col-group-equal-height {
    display: block;
  }

  .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fl-col-group.fl-col-group-responsive-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -ms-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
  }

  .fl-col-group.fl-col-group-responsive-reversed .fl-col {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .fl-col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 400px;
  }

  .fl-block-col-resize {
    display: none;
  }

  .fl-row[data-node] .fl-row-content-wrap {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
    left: 0;
    right: 0;
  }

  .fl-col[data-node] .fl-col-content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
  display: none;
}

.fl-node-57b5651945276 {
  color: #ffffff;
}

.fl-builder-content .fl-node-57b5651945276 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
  color: inherit;
}

.fl-builder-content .fl-node-57b5651945276 a {
  color: #ffffff;
}

.fl-builder-content .fl-node-57b5651945276 a:hover {
  color: #ffffff;
}

.fl-builder-content .fl-node-57b5651945276 h1,
.fl-builder-content .fl-node-57b5651945276 h2,
.fl-builder-content .fl-node-57b5651945276 h3,
.fl-builder-content .fl-node-57b5651945276 h4,
.fl-builder-content .fl-node-57b5651945276 h5,
.fl-builder-content .fl-node-57b5651945276 h6,
.fl-builder-content .fl-node-57b5651945276 h1 a,
.fl-builder-content .fl-node-57b5651945276 h2 a,
.fl-builder-content .fl-node-57b5651945276 h3 a,
.fl-builder-content .fl-node-57b5651945276 h4 a,
.fl-builder-content .fl-node-57b5651945276 h5 a,
.fl-builder-content .fl-node-57b5651945276 h6 a {
  color: #ffffff;
}

.fl-node-57b5651945276 > .fl-row-content-wrap {
  background-color: #0157e5;
  background-image: url(https://www.ultimatebeaver.com/wp-content/uploads/2018/07/page-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

.fl-node-57b5651945276 > .fl-row-content-wrap {
  padding-top: 40px;
  padding-bottom: 10px;
}

.fl-node-57b5651944eb2 > .fl-row-content-wrap {
  background-color: #f8f8f8;
  background-image: url(https://www.ultimatebeaver.com/wp-content/uploads/2018/07/info-circle-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

.fl-node-57fb9ce6e5a0e > .fl-row-content-wrap {
  background-color: #0156e7;
  background-image: url(https://www.ultimatebeaver.com/wp-content/uploads/2016/08/page-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

.fl-node-57fb9ce6e5a0e > .fl-row-content-wrap {
  padding-top: 0px;
}

.fl-node-57a4414430a7c {
  width: 22%;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57a4414430a7c {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57a4414430a7c {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-57a4414430a3b {
  width: 56%;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57a4414430a3b {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57a4414430a3b {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-57a4414430abc {
  width: 22%;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57a4414430abc {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57a4414430abc {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-5b3b0c4186b60 {
  width: 100%;
}

.fl-node-5b3b1202f3a40 {
  width: 15%;
}

.fl-node-5b3b1202f3a45 {
  width: 70%;
}

.fl-node-5b3b1202f3a47 {
  width: 15%;
}

.fl-node-57b565194507c {
  width: 55.17%;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57b565194507c {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57b565194507c {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-57b56519451f8 {
  width: 44.83%;
}

.fl-node-57b5651944f7f {
  width: 100%;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57b5651944f7f {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57b5651944f7f {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-57b5651944fbe {
  width: 33.09%;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57b5651944fbe {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57b5651944fbe {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-57b5651944ffe {
  width: 11.41%;
}

.fl-node-57b56519451b8 {
  width: 100%;
}

.fl-node-57fba2db2bffb {
  width: 15%;
}

.fl-node-57fba2db2bffb > .fl-col-content {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57fba2db2bffb {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57fba2db2bffb {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-57fb91dd42384 {
  width: 70%;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57fb91dd42384 {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57fb91dd42384 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-57fba2e5e5cb4 {
  width: 15%;
}

.fl-node-57fba2e5e5cb4 > .fl-col-content {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

@media (max-width: 992px) {
  .fl-builder-content .fl-node-57fba2e5e5cb4 {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-57fba2e5e5cb4 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-5a263f2308948.uabb-desktop-spacer-height-adjustment {
  position: relative;
  height: 30px;
}

.fl-node-5a263f2308948 {
  width: 100%;
}

.fl-node-5a263f2308948 .uabb-spacer-gap-preview.uabb-spacer-gap {
  height: 120px;
  clear: both;
  width: 100%;
}

@media (max-width: 992px) {
  .fl-node-5a263f2308948.uabb-tab-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-5a263f2308948 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 115px;
    clear: both;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fl-node-5a263f2308948.uabb-mobile-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-5a263f2308948 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 40px;
    clear: both;
    width: 100%;
  }
}
body a.infobox-title-link {
  text-decoration: none;
}

body h1.uabb-infobox-title,
body h2.uabb-infobox-title,
body h3.uabb-infobox-title,
body h4.uabb-infobox-title,
body h5.uabb-infobox-title,
body h6.uabb-infobox-title {
  margin: 0;
  padding: 0;
}

.uabb-module-content .uabb-text-editor *:not(a) {
  color: inherit;
}

.uabb-module-content .uabb-text-editor *:not(i) {
  font-family: inherit;
}

.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: inherit;
  line-height: inherit;
}

.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b):not(i) {
  font-weight: inherit;
}

.uabb-infobox-content .uabb-infobox-text p:last-of-type {
  margin-bottom: 0;
}

.uabb-infobox-content .uabb-infobox-text p {
  padding: 0 0 10px 0;
}

.fl-builder-content .uabb-infobox-text h1,
.fl-builder-content .uabb-infobox-text h2,
.fl-builder-content .uabb-infobox-text h3,
.fl-builder-content .uabb-infobox-text h4,
.fl-builder-content .uabb-infobox-text h5,
.fl-builder-content .uabb-infobox-text h6 {
  margin: 0;
}

.infobox-icon-above-title .uabb-infobox-left-right-wrap,
.infobox-icon-below-title .uabb-infobox-left-right-wrap,
.infobox-photo-above-title .uabb-infobox-left-right-wrap,
.infobox-photo-below-title .uabb-infobox-left-right-wrap {
  display: block;
  min-width: 100%;
  width: 100%;
}

.infobox-icon-above-title .uabb-icon {
  display: block;
}

.infobox-icon-below-title .uabb-icon {
  display: block;
}

.infobox-icon-left-title .uabb-infobox-title,
.infobox-icon-right-title .uabb-infobox-title,
.infobox-icon-left-title .uabb-imgicon-wrap,
.infobox-icon-right-title .uabb-imgicon-wrap {
  display: inline-block;
  vertical-align: middle;
}

.infobox-icon-left-title .left-title-image,
.infobox-icon-right-title .right-title-image {
  display: inline-block;
  width: 100%;
}

.infobox-icon-left-title .uabb-imgicon-wrap {
  margin-right: 20px;
}

.infobox-icon-right-title .uabb-imgicon-wrap {
  margin-left: 20px;
}

.infobox-icon-left .uabb-infobox-left-right-wrap,
.infobox-icon-right .uabb-infobox-left-right-wrap {
  display: inline-block;
  width: 100%;
}

.infobox-icon-left .uabb-imgicon-wrap,
.infobox-icon-right .uabb-imgicon-wrap {
  display: inline-block;
  vertical-align: top;
}

.infobox-icon-left .uabb-infobox-content,
.infobox-icon-right .uabb-infobox-content {
  display: inline-block;
  vertical-align: top;
}

.infobox-icon-left .uabb-imgicon-wrap {
  margin-right: 20px;
}

.infobox-icon-right .uabb-imgicon-wrap {
  margin-left: 20px;
}

.infobox-photo-above-title .uabb-imgicon-wrap {
  display: block;
}

.infobox-photo-below-title .uabb-imgicon-wrap {
  display: block;
  margin: 10px 0 15px;
}

.infobox-photo-left-title .uabb-infobox-title,
.infobox-photo-right-title .uabb-infobox-title,
.infobox-photo-left-title .uabb-imgicon-wrap,
.infobox-photo-right-title .uabb-imgicon-wrap {
  display: inline-block;
  vertical-align: middle;
}

.infobox-photo-left-title .uabb-infobox-title-wrap,
.infobox-icon-left-title .uabb-infobox-title-wrap,
.infobox-photo-right-title .uabb-infobox-title-wrap,
.infobox-icon-right-title .uabb-infobox-title-wrap {
  vertical-align: middle;
}

.infobox-photo-left-title .uabb-imgicon-wrap {
  margin-right: 20px;
}

.infobox-photo-right-title .uabb-imgicon-wrap {
  margin-left: 20px;
}

.infobox-photo-left .uabb-infobox-left-right-wrap,
.infobox-photo-right .uabb-infobox-left-right-wrap {
  display: inline-block;
  width: 100%;
}

.infobox-photo-left .uabb-imgicon-wrap,
.infobox-photo-right .uabb-imgicon-wrap {
  display: inline-block;
  vertical-align: top;
}

.infobox-photo-left .uabb-infobox-content,
.infobox-photo-right .uabb-infobox-content {
  display: inline-block;
  vertical-align: top;
}

.infobox-photo-left .uabb-imgicon-wrap {
  margin-right: 20px;
}

.infobox-photo-right .uabb-imgicon-wrap {
  margin-left: 20px;
}

.fl-module-info-box .fl-module-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
}

.fl-module-info-box .uabb-separator-parent {
  line-height: 0;
}

.fl-module-info-box .uabb-infobox-module-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.uabb-infobox-content .uabb-infobox-title-prefix {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .infobox-photo-left,
.infobox-photo-right {
    display: block;
  }

  .infobox-photo-left .infobox-photo,
.infobox-photo-left-text .infobox-photo {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  .infobox-photo-right .infobox-photo,
.infobox-photo-right-text .infobox-photo {
    display: block;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  .infobox-photo-left .infobox-content,
.infobox-photo-left-text .infobox-content,
.infobox-photo-right .infobox-content,
.infobox-photo-right-text .infobox-content {
    display: block;
    width: auto;
  }
}
.fl-node-57a4414430afb {
  width: 100%;
}

/*.fl-node-57a4414430afb .uabb-imgicon-wrap {
  text-align: ;
}*/
.fl-node-57a4414430afb .uabb-icon-wrap .uabb-icon i,
.fl-node-57a4414430afb .uabb-icon-wrap .uabb-icon i:before {
  color: #414042;
  font-size: 35px;
  height: auto;
  width: auto;
  background: white;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  border-style: solid;
  box-sizing: border-box;
  border-width: 2px;
}

.fl-node-57a4414430afb .uabb-icon-wrap .uabb-icon i:before {
  background: none;
}

.fl-node-57a4414430afb .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-57a4414430afb .uabb-icon-wrap .uabb-icon i:hover:before {
  /* color: ;*/
}

.fl-node-57a4414430afb .uabb-icon-wrap .uabb-icon i:hover:before {
  background: none;
}

@media (max-width: 992px) {
  .fl-node-57a4414430afb .uabb-imgicon-wrap {
    /*text-align: ;*/
  }
}
@media (max-width: 768px) {
  .fl-node-57a4414430afb .uabb-imgicon-wrap {
    /*text-align: ;*/
  }
}
.fl-node-57a4414430afb .infobox-center {
  text-align: center;
}

.fl-builder-content .fl-node-57a4414430afb .uabb-infobox-title {
  margin-top: 16px;
  margin-bottom: 10px;
}

.fl-builder-content .fl-node-57a4414430afb .uabb-infobox-title-prefix {
  margin-top: 0px;
}

.fl-builder-content .fl-node-57a4414430afb .uabb-infobox-text {
  margin-top: 0px;
  margin-bottom: 6px;
}

.fl-node-57a4414430afb .uabb-infobox-text {
  color: #414042;
}

.fl-builder-content .fl-node-57a4414430afb .uabb-imgicon-wrap {
  margin-top: 5px;
  margin-bottom: 0px;
}

.uabb-cl-wrap .uabb-cl-ul {
  display: block;
  float: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.uabb-cl-wrap .uabb-cl-ul li {
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.uabb-creative-link {
  margin: 0 auto;
  display: block;
}

.uabb-creative-link h1,
.uabb-creative-link h2,
.uabb-creative-link h3,
.uabb-creative-link h4,
.uabb-creative-link h5,
.uabb-creative-link h6 {
  margin: 0;
}

.uabb-btn10-span {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.uabb-cl-wrap .uabb-creative-link a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: inherit;
  max-width: 100%;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  line-height: normal;
  box-shadow: none;
}

.uabb-creative-link a:focus,
.uabb-creative-link a:hover {
  outline: 0;
}

.uabb-cl-style1 a:before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.uabb-cl-style1 a::after {
  margin-left: 10px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.uabb-cl-style1 a:hover::before,
.uabb-cl-style1 a:hover::after,
.uabb-cl-style1 a:focus::before,
.uabb-cl-style1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.uabb-cl-style1 a::before,
.uabb-cl-style1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.uabb-cl-style2 a {
  -webkit-perspective: 5000px;
  -moz-perspective: 5000px;
  perspective: 5000px;
  perspective-origin: 50% 50%;
}

.uabb-cl-style2 a span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  background: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.uabb-cl-style2 a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.uabb-cl-style2 a:hover span,
.uabb-cl-style2 a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.uabb-cl-style3 a {
  padding: 8px 0;
}

.uabb-cl-style3 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: none;
}

.uabb-cl-style3 a:hover::after,
.uabb-cl-style3 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.uabb-cl-style4 a {
  padding: 0 0 10px;
}

.uabb-cl-style4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.uabb-cl-style4 a:hover::after,
.uabb-cl-style4 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.uabb-cl-style5 a {
  overflow: hidden;
  padding: 0 0.68em;
}

.uabb-cl-style5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.uabb-cl-style5 a span::before {
  position: absolute;
  top: 100%;
  font-weight: 700;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
}

.uabb-cl-style5 a:hover span,
.uabb-cl-style5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.uabb-cl-style6 a {
  margin: 0 10px;
  padding: 10px 20px;
}

.uabb-cl-style7 a {
  padding: 12px 10px 10px;
  text-shadow: none;
}

.uabb-cl-style7 a::before,
.uabb-cl-style7 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
}

.uabb-cl-style7 a::after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.uabb-cl-style7 a:hover::before,
.uabb-cl-style7 a:focus::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.uabb-cl-style7 a:hover::after,
.uabb-cl-style7 a:focus::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-100%);
  -moz-transform: scale(1) translateY(-100%);
  transform: scale(1) translateY(-100%);
}

.uabb-cl-style8 a {
  padding: 10px 20px;
}

.uabb-cl-style8 a::before,
.uabb-cl-style8 a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.uabb-cl-style8 a::after {
  opacity: 0;
  -webkit-transform: translateY(-7px) translateX(6px);
  -moz-transform: translateY(-7px) translateX(6px);
  transform: translateY(-7px) translateX(6px);
}

.uabb-cl-style8 a:hover::before,
.uabb-cl-style8 a:focus::before {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}

.uabb-cl-style8 a:hover::after,
.uabb-cl-style8 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
}

.uabb-cl-style9 a {
  overflow: hidden;
  margin: 0 15px;
  z-index: 1;
}

.uabb-cl-style9 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}

.uabb-cl-style9 a span {
  display: block;
  padding: 10px 20px;
  -webkit-transition: -webkit-all 0.3s;
  -moz-transition: -moz-all 0.3s;
  transition: all 0.3s;
}

.uabb-cl-style9 a:hover::before,
.uabb-cl-style9 a:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}

.uabb-cl-style9 a:hover span,
.uabb-cl-style9 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

.uabb-cl-style10 a {
  padding: 10px 0;
  text-shadow: none;
}

.uabb-cl-style10 a::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  max-width: 0;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.uabb-cl-style10 a:hover::before,
.uabb-cl-style10 a:focus::before {
  max-width: 100%;
}

.uabb-cl-style11 a:hover::before,
.uabb-cl-style11 a:hover::after,
.uabb-cl-style11 a:focus::before,
.uabb-cl-style11 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.uabb-cl-style11 a::before,
.uabb-cl-style11 a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.uabb-cl-style11 a::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.uabb-cl-style11 span {
  position: relative;
  z-index: 1;
}

.uabb-cl-style12 a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.uabb-cl-style12 a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: "â€¢";
  text-shadow: transparent 0px 0px;
  transform: translateX(-50%);
  pointer-events: none;
  transition: text-shadow 0.3s, color 0.3s;
}

.uabb-cl-wrap .uabb-cl-style13 a {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}

.uabb-cl-style13 a::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

.uabb-cl-style13 a::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.uabb-cl-style13 a::before,
.uabb-cl-style13 a::after {
  position: absolute;
  width: 45px;
  content: "";
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.uabb-cl-style13 a:hover::before,
.uabb-cl-style13 a:focus::before {
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}

.uabb-cl-style13 a:hover::after,
.uabb-cl-style13 a:focus::after {
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}

.uabb-cl-style13 a:hover::before,
.uabb-cl-style13 a:hover::after,
.uabb-cl-style13 a:focus::before,
.uabb-cl-style13 a:focus::after {
  opacity: 1;
}

.uabb-cl-style14 a {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-shadow: none;
  transition: all 0.3s, opacity 0.3s;
}

.uabb-cl-style14 a:hover::before,
.uabb-cl-style14 a:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.uabb-cl-style15 a {
  text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}

.uabb-cl-style15 a::before {
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.uabb-cl-style15 a:hover::before,
.uabb-cl-style15 a:focus::before {
  -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}

.uabb-cl-style16 a {
  padding: 8px 0;
}

.uabb-cl-style16 a::after {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: none;
}

.uabb-cl-style16 a:hover::after,
.uabb-cl-style16 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.uabb-cl-style17 a {
  padding: 0 5px;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.uabb-cl-style17 a span {
  position: relative;
  z-index: 2;
}

.uabb-cl-style17 a::before {
  top: -3px;
}

.uabb-cl-style17 a::after {
  bottom: -3px;
}

.uabb-cl-style17 a::before,
.uabb-cl-style17 a::after {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -1px;
  content: "";
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.uabb-cl-style17 a:hover::before,
.uabb-cl-style17 a:focus::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.uabb-cl-style17 a:hover::before,
.uabb-cl-style17 a:hover::after,
.uabb-cl-style17 a:focus::before,
.uabb-cl-style17 a:focus::after {
  opacity: 0.7;
  top: 50%;
}

.uabb-cl-style17 a:hover::after,
.uabb-cl-style17 a:focus::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.uabb-cl-simple a {
  display: inline-block;
  margin: 0 7px 10px;
  padding: 8px 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.uabb-cl-style18 a {
  line-height: 2em;
  margin: 15px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: block;
}

.uabb-cl-style18 a span {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px 7px;
  -webkit-transition: -webkit-transform 0.4s, background 0.4s;
  -moz-transition: -moz-transform 0.4s, background 0.4s;
  transition: transform 0.4s, background 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.uabb-cl-style18 a span::before {
  position: absolute;
  padding: inherit;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
  pointer-events: none;
}

.uabb-cl-style18 a:hover span,
.uabb-cl-style18 a:focus span {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.uabb-cl-style19 a {
  line-height: 2em;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
}

.uabb-cl-style19 a span {
  position: relative;
  display: inline-block;
  padding: 10px 15px 7px;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  transition: background 0.6s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.uabb-cl-style19 a span::before {
  position: absolute;
  padding: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transform: rotateX(270deg);
  -moz-transform: rotateX(270deg);
  transform: rotateX(270deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
}

.uabb-cl-style19 a:hover span::before,
.uabb-cl-style19 a:focus span::before {
  -webkit-transform: rotateX(10deg);
  -moz-transform: rotateX(10deg);
  transform: rotateX(10deg);
}

.uabb-cl-style20 a {
  padding: 10px;
  font-weight: 700;
  text-shadow: none;
}

.uabb-cl-style20 a::before,
.uabb-cl-style20 a::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.uabb-cl-style20 a::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.uabb-cl-style20 a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.uabb-cl-style20 a:hover::before,
.uabb-cl-style20 a:focus::before,
.uabb-cl-style20 a:hover::after,
.uabb-cl-style20 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.internet-explorer .uabb-cl-style2 a span {
  position: relative;
  display: inline-block;
  padding: 10px 15px 7px;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  transition: background 0.6s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.internet-explorer .uabb-cl-style2 a span:before {
  padding: inherit;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(270deg);
  -moz-transform: rotateX(270deg);
  transform: rotateX(270deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
}

.internet-explorer .uabb-cl-style2 a:hover span:before,
.internet-explorer .uabb-cl-style2 a:focus span:before {
  -webkit-transform: rotateX(10deg);
  -moz-transform: rotateX(10deg);
  transform: rotateX(10deg);
}

.internet-explorer .uabb-cl-style2 a:hover span,
.internet-explorer .uabb-cl-style2 a:focus span {
  transform: none;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-creative-link a {
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-creative-link a span {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-creative-link a:hover,
.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-creative-link a span:hover {
  color: #ffffff;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-cl-ul li {
  display: inline-block;
  margin-left: 12.5px;
  margin-right: 12.5px;
  margin-bottom: 15px;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-cl-ul {
  text-align: center;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style2 p a,
.fl-node-5b3b0c4186a81 .uabb-cl-style2 div a,
.fl-node-5b3b0c4186a81 .uabb-cl-style2 span a {
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style2 a span {
  padding: 5px 15px;
  background: #1a6af0;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style2 a span:before {
  background: #00d5b1;
  padding: inherit;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style3 a::after {
  background: #00d5b1;
  height: 1px;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style4 a::after {
  background: #00d5b1;
  height: 1px;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style7 a::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style7 a::after {
  height: 1px;
  background: #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style8 a::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style8 a::after {
  border: 1px solid #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style8 a::after {
  border-color: #3d424d;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style9 a span {
  color: #d1e0f3;
  background: #1a6af0;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style9 p a,
.fl-node-5b3b0c4186a81 .uabb-cl-style9 div a,
.fl-node-5b3b0c4186a81 .uabb-cl-style9 span a {
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style9 a::before {
  color: #ffffff;
  background: #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style10 a {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #00d5b1;
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style10 a::before {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00d5b1;
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style6 a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00d5b1;
  content: "";
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style6 a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 1px;
  background: #00d5b1;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style6 a:hover::before {
  top: 100%;
  opacity: 1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style6 a:hover::after {
  height: 100%;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style11 a::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style11 a::after {
  border-color: #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style12 a:hover::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style12 a:focus::before {
  color: #ffffff;
  text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style13 a::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style13 a::after {
  height: 1px;
  background: #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style14 a::before {
  color: #d1e0f3;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style14 .uabb-cl-heading,
.fl-node-5b3b0c4186a81 .uabb-cl-style14 .uabb-cl-heading a,
.fl-node-5b3b0c4186a81 .uabb-cl-style14 .uabb-cl-heading a:visited,
.fl-node-5b3b0c4186a81 .uabb-cl-style14 .uabb-cl-heading a *,
.fl-node-5b3b0c4186a81 .uabb-cl-style14 .uabb-cl-heading a:visited * â€‹ {
  color: #ffffff;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style15 a::before {
  color: #ffffff;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style16 a::after {
  background: #00d5b1;
  height: 1px;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style17 a {
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style17 a::after,
.fl-node-5b3b0c4186a81 .uabb-cl-style17 a::before {
  height: 1px;
  background: #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style18 {
  width: 200px;
  max-width: 100%;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style18 a {
  margin: 0;
  width: 200px;
  max-width: 100%;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style18 p a,
.fl-node-5b3b0c4186a81 .uabb-cl-style18 div a,
.fl-node-5b3b0c4186a81 .uabb-cl-style18 span a {
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style18 a span {
  -webkit-transform-origin: 50% 50% -100px;
  -moz-transform-origin: 50% 50% -100px;
  transform-origin: 50% 50% -100px;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style18 a span {
  background: #1a6af0;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style18 a:hover span::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style18 a:focus span::before {
  background: #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style18 a span::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style18 a:hover span,
.fl-node-5b3b0c4186a81 .uabb-cl-style18 a:focus span {
  background: #0038be;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style19 a span {
  background: #1a6af0;
  box-shadow: inset 0 3px #0038be;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style19 p a,
.fl-node-5b3b0c4186a81 .uabb-cl-style19 div a,
.fl-node-5b3b0c4186a81 .uabb-cl-style19 span a {
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style19 a span::before {
  background: #00d5b1;
  color: #ffffff;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style19 a:hover span,
.fl-node-5b3b0c4186a81 .uabb-cl-style19 a:focus span {
  background: #0038be;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style20 a:hover,
.fl-node-5b3b0c4186a81 .uabb-cl-style20 a:focus {
  color: #ffffff;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style20 a {
  color: #d1e0f3;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.fl-node-5b3b0c4186a81 .uabb-cl-style20 a::before,
.fl-node-5b3b0c4186a81 .uabb-cl-style20 a::after {
  height: 1px;
  background: #00d5b1;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-creative-link.uabb-cl-simple a {
  color: #d1e0f3;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-creative-link.uabb-cl-simple a:hover {
  color: #ffffff;
}

.fl-node-5b3b0c4186a81 .uabb-cl-wrap .uabb-cl-heading a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fl-node-57b56519450fb.uabb-desktop-spacer-height-adjustment {
  position: relative;
  height: 30px;
}

.fl-node-57b56519450fb {
  width: 100%;
}

.fl-node-57b56519450fb .uabb-spacer-gap-preview.uabb-spacer-gap {
  height: 70px;
  clear: both;
  width: 100%;
}

@media (max-width: 992px) {
  .fl-node-57b56519450fb.uabb-tab-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57b56519450fb .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 20px;
    clear: both;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fl-node-57b56519450fb.uabb-mobile-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57b56519450fb .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 10px;
    clear: both;
    width: 100%;
  }
}
.fl-node-57b56519450bb {
  width: 100%;
}

.fl-node-57b56519450bb .uabb-icon-wrap .uabb-icon i {
  width: auto;
}

.fl-node-57b56519450bb .infobox-center {
  text-align: center;
}

.fl-builder-content .fl-node-57b56519450bb .uabb-infobox-title {
  margin-top: px;
  margin-bottom: 10px;
}

.fl-builder-content .fl-node-57b56519450bb .uabb-infobox-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-57b56519450bb .uabb-infobox-text {
  color: #3d424d;
}

.fl-node-57b56519450bb .uabb-infobox-title {
  text-transform: none;
}

.fl-node-57b56519450bb .uabb-infobox-text {
  text-transform: none;
}

.fl-node-57b56519450bb .uabb-infobox-title-prefix {
  text-transform: none;
}

.fl-node-57b56519450bb .uabb-infobox-cta-link {
  text-transform: none;
}

@media (max-width: 992px) {
  .fl-node-57b56519450bb .uabb-infobox-title {
    font-size: 28px;
    line-height: 1.5em;
  }

  .fl-node-57b56519450bb .uabb-infobox-title-prefix {
    font-size: 30px;
    line-height: 1.6em;
  }
}
.uabb-info-circle-wrap {
  margin: auto;
  width: 100%;
  height: 523px !important;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media (max-height: 46em) and (min-width: 60em) {
  .uabb-info-circle-wrap {
    height: 452px !important;
  }
}
@media (max-height: 40em) and (min-width: 60em) {
  .uabb-info-circle-wrap {
    height: 452px !important;
  }
}

.uabb-info-circle-in {
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  display: none;
}

.active .uabb-info-circle-in {
  display: block;
}

.uabb-info-circle-icon-content .uabb-info-circle-content {
  z-index: 1;
}

.uabb-info-circle-wrap .uabb-info-circle-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}

.uabb-info-circle-wrap .uabb-info-circle-desc p:last-of-type {
  margin-bottom: 0;
}

.uabb-module-content .uabb-text-editor *:not(a) {
  color: inherit;
}

.uabb-module-content .uabb-text-editor *:not(i) {
  font-family: inherit;
}

.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: inherit;
  line-height: inherit;
}

.uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b):not(i) {
  font-weight: inherit;
}

.uabb-info-circle-wrap .uabb-info-circle,
.uabb-info-circle-wrap:before {
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.uabb-info-circle-wrap .uabb-info-circle-out {
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
}

.uabb-info-circle-wrap:before {
  content: " ";
  width: calc(80% + 1px);
  height: calc(80% + 1px);
  left: 50%;
  top: 50%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}

.uabb-info-circle .uabb-imgicon-wrap {
  display: block;
  height: 100%;
  position: relative;
}

.uabb-info-circle .uabb-icon-wrap {
  border-radius: 50%;
}

.uabb-info-circle .uabb-icon i {
  display: inline-block;
}

.uabb-info-circle-wrap .uabb-image .uabb-photo-img,
.uabb-info-circle-wrap .uabb-icon-wrap i,
.uabb-info-circle-wrap .uabb-icon-wrap i:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
}

.uabb-info-circle .uabb-imgicon-wrap .uabb-photo-img {
  max-width: none;
}

.uabb-info-circle-small {
  z-index: 2;
}

.uabb-info-circle-wrap .active .uabb-info-circle-small.grayscale {
  -webkit-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
}

.change-img .uabb-imgicon-wrap:last-child,
.active .change-img .uabb-imgicon-wrap:first-child {
  display: none;
}

.active .change-img .uabb-imgicon-wrap:last-child {
  display: block;
}

.fl-node-57b5651944eff .uabb-circle-1 .uabb-imgicon-wrap {
  text-align: center;
}

.fl-node-57b5651944eff .uabb-circle-1 .uabb-icon-wrap .uabb-icon i,
.fl-node-57b5651944eff .uabb-circle-1 .uabb-icon-wrap .uabb-icon i:before {
  color: #ffffff;
  font-size: 41px;
  height: auto;
  width: auto;
  background: #1D30CE;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  line-height: 83px;
  height: 83px;
  width: 83px;
  text-align: center;
  background-image: url(img/img-one.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fl-node-57b5651944eff .uabb-circle-1 .uabb-icon-wrap .uabb-icon i:before {
  background: none;
}

.fl-node-57b5651944eff .uabb-circle-1 .uabb-icon-wrap .uabb-icon i:hover:before {
  background: none;
}

.fl-node-57b5651944eff .active .uabb-circle-1 .uabb-icon i,
.fl-node-57b5651944eff .active .uabb-circle-1 .uabb-icon i:before {
  background-color: #C1011A;
}

.fl-node-57b5651944eff .uabb-circle-1 {
  left: 18%;
  top: 25%;
}

.fl-node-57b5651944eff .uabb-info-circle-in-1 .uabb-ic-separator {
  border-color: #afafaf;
  display: none;
}

.fl-node-57b5651944eff .uabb-info-circle-in-1 h3.uabb-info-circle-title {
  background-image: url(img/img-one.svg);
  background-repeat: no-repeat;
  background-position: center top;
}

.fl-node-57b5651944eff .uabb-info-circle-in-1 .uabb-info-circle-title {
  /*padding-top: em()*/
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-1 {
    background-color: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-info-circle-in-1 {
  background-color: rgba(255, 255, 255, 0.39);
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-1 {
    background: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-circle-2 .uabb-imgicon-wrap {
  text-align: center;
}

.fl-node-57b5651944eff .uabb-circle-2 .uabb-icon-wrap .uabb-icon i,
.fl-node-57b5651944eff .uabb-circle-2 .uabb-icon-wrap .uabb-icon i:before {
  color: #ffffff;
  font-size: 41px;
  height: auto;
  width: auto;
  background: #1D30CE;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  background-image: url(img/img-three.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fl-node-57b5651944eff .uabb-circle-2 .uabb-icon-wrap .uabb-icon i:before {
  background: none;
}

.fl-node-57b5651944eff .uabb-circle-2 .uabb-icon-wrap .uabb-icon i:hover:before {
  background: none;
}

.fl-node-57b5651944eff .active .uabb-circle-2 .uabb-icon i,
.fl-node-57b5651944eff .active .uabb-circle-2 .uabb-icon i:before {
  background-color: #C1011A;
}

.fl-node-57b5651944eff .uabb-circle-2 {
  left: 78%;
  top: 20%;
}

.fl-node-57b5651944eff .uabb-info-circle-in-2 .uabb-ic-separator {
  border-color: #afafaf;
  display: none;
}

.fl-node-57b5651944eff .uabb-info-circle-in-2 h3.uabb-info-circle-title {
  background-image: url(img/img-three.svg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-2 {
    background-color: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-info-circle-in-2 {
  background-color: rgba(255, 255, 255, 0.39);
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-2 {
    background-color: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-circle-3 .uabb-imgicon-wrap {
  text-align: center;
}

.fl-node-57b5651944eff .uabb-circle-3 .uabb-icon-wrap .uabb-icon i,
.fl-node-57b5651944eff .uabb-circle-3 .uabb-icon-wrap .uabb-icon i:before {
  color: #ffffff;
  font-size: 41px;
  height: auto;
  width: auto;
  background: #1D30CE;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  background-image: url(img/img-four.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fl-node-57b5651944eff .uabb-circle-3 .uabb-icon-wrap .uabb-icon i:before {
  background: none;
}

.fl-node-57b5651944eff .uabb-circle-3 .uabb-icon-wrap .uabb-icon i:hover:before {
  background: none;
}

.fl-node-57b5651944eff .active .uabb-circle-3 .uabb-icon i,
.fl-node-57b5651944eff .active .uabb-circle-3 .uabb-icon i:before {
  background-color: #C1011A;
}

.fl-node-57b5651944eff .uabb-circle-3 {
  left: 83%;
  top: 75%;
}

.fl-node-57b5651944eff .uabb-info-circle-in-3 .uabb-ic-separator {
  border-color: #afafaf;
  display: none;
}

.fl-node-57b5651944eff .uabb-info-circle-in-3 h3.uabb-info-circle-title {
  background-image: url(img/img-four.svg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-3 {
    background-color: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-info-circle-in-3 {
  background-color: rgba(255, 255, 255, 0.39);
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-3 {
    background: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-circle-4 .uabb-imgicon-wrap {
  text-align: center;
}

.fl-node-57b5651944eff .uabb-circle-4 .uabb-icon-wrap .uabb-icon i,
.fl-node-57b5651944eff .uabb-circle-4 .uabb-icon-wrap .uabb-icon i:before {
  color: #ffffff;
  font-size: 41px;
  height: auto;
  width: auto;
  background: #1D30CE;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  background-image: url(img/img-two.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fl-node-57b5651944eff .uabb-circle-4 .uabb-icon-wrap .uabb-icon i:before {
  background: none;
}

.fl-node-57b5651944eff .uabb-circle-4 .uabb-icon-wrap .uabb-icon i:hover:before {
  background: none;
}

.fl-node-57b5651944eff .active .uabb-circle-4 .uabb-icon i,
.fl-node-57b5651944eff .active .uabb-circle-4 .uabb-icon i:before {
  background-color: #C1011A;
}

.fl-node-57b5651944eff .uabb-circle-4 {
  left: 21%;
  top: 80%;
}

.fl-node-57b5651944eff .uabb-info-circle-in-4 .uabb-ic-separator {
  border-color: #afafaf;
  display: none;
}

.fl-node-57b5651944eff .uabb-info-circle-in-4 h3.uabb-info-circle-title {
  background-image: url(img/img-two.svg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-4 {
    background-color: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-info-circle-in-4 {
  background-color: rgba(255, 255, 255, 0.39);
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-4 {
    background: rgba(255, 255, 255, 0.39);
  }
}
.fl-node-57b5651944eff .uabb-circle-5 .uabb-imgicon-wrap {
  text-align: center;
}

.fl-node-57b5651944eff .uabb-circle-5 .uabb-icon-wrap .uabb-icon i,
.fl-node-57b5651944eff .uabb-circle-5 .uabb-icon-wrap .uabb-icon i:before {
  color: #ffffff;
  font-size: 41px;
  height: auto;
  width: auto;
  background: #df7832;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
}

.fl-node-57b5651944eff .uabb-circle-5 .uabb-icon-wrap .uabb-icon i:before {
  background: none;
}

.fl-node-57b5651944eff .uabb-circle-5 .uabb-icon-wrap .uabb-icon i:hover:before {
  background: none;
}

.fl-node-57b5651944eff .uabb-circle-5 {
  left: 11.9577393482%;
  top: 37.639320225%;
}

.fl-node-57b5651944eff .uabb-info-circle-in-5 .uabb-ic-separator {
  border-color: #afafaf;
  display: none;
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-5 {
    background-color: #edf3fc;
  }
}
.fl-node-57b5651944eff .uabb-info-circle-in-5 {
  background-color: #cfd2d5;
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-ic-5 {
    background: #cfd2d5;
  }
}
.fl-node-57b5651944eff .uabb-info-circle-wrap .uabb-info-circle-content {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.fl-node-57b5651944eff .uabb-info-circle-small .uabb-icon-wrap .uabb-icon i,
.fl-node-57b5651944eff .uabb-info-circle-small .uabb-icon-wrap .uabb-icon i:before {
  line-height: 83px;
  width: 83px;
  height: 83px;
}

.fl-node-57b5651944eff .uabb-info-circle-out {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.fl-node-57b5651944eff .uabb-info-circle-in {
  width: 60%;
  height: 60%;
}

.fl-node-57b5651944eff .uabb-ic-separator {
  width: 18%;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid #dd3333;
}

@media (max-width: 992px) {
  .fl-node-57b5651944eff .uabb-info-circle .uabb-imgicon-wrap .uabb-image {
    display: inline-block;
  }

  .fl-node-57b5651944eff .uabb-info-circle-wrap {
    height: auto !important;
  }

  .fl-node-57b5651944eff .uabb-info-circle-in {
    background: none;
    display: block !important;
    opacity: 1 !important;
  }

  .fl-node-57b5651944eff .uabb-info-circle-in .uabb-info-circle-content {
    padding: 0;
  }

  .fl-node-57b5651944eff .uabb-info-circle-small .uabb-icon-wrap .uabb-icon i,
.fl-node-57b5651944eff .uabb-info-circle-small .uabb-icon-wrap .uabb-icon i:before,
.fl-node-57b5651944eff .uabb-info-circle-small .uabb-image .uabb-photo-img {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
  }

  .fl-node-57b5651944eff .uabb-info-circle-icon-content {
    padding: 20px;
  }

  .fl-node-57b5651944eff .uabb-info-circle-icon-content:not(:last-child) {
    margin-bottom: 20px;
  }

  .fl-node-57b5651944eff .uabb-info-circle-content .uabb-imgicon-wrap,
.fl-node-57b5651944eff .uabb-info-circle-out,
.fl-node-57b5651944eff .uabb-info-circle-wrap:before {
    display: none;
  }

  .fl-node-57b5651944eff .uabb-info-circle-in,
.fl-node-57b5651944eff .uabb-info-circle-small,
.fl-node-57b5651944eff .uabb-info-circle-in .uabb-info-circle-content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .fl-node-57b5651944eff .uabb-info-circle-small {
    margin-bottom: 15px;
  }
}
.fl-node-57b5651944eff h3.uabb-info-circle-title {
  margin-top: 0px;
  margin-bottom: 0;
  color: #333333;
  font-size: 1.5em;
  line-height: 1em;
  padding-top: 0.75em;
  background-image: none !important;
}
@media (min-width: 60em) {
  .fl-node-57b5651944eff h3.uabb-info-circle-title {
    padding-top: 0;
    background-image: none !important;
  }
}

.fl-node-57b5651944eff .btSubTitle p {
  font-size: 1.125em;
  line-height: 1.2222222222em;
  margin-top: 0;
}

.fl-node-57b5651944eff .uabb-info-circle-desc {
  margin-top: 0.625em;
  margin-bottom: 0px;
}

.fl-node-57b5651944eff h3.uabb-info-circle-title {
  text-transform: none;
}

.fl-node-57b5651944eff .uabb-info-circle-desc {
  text-transform: none;
}

.fl-node-57b5651945237.uabb-desktop-spacer-height-adjustment {
  position: relative;
  height: 30px;
}

.fl-node-57b5651945237 {
  width: 100%;
}

.fl-node-57b5651945237 .uabb-spacer-gap-preview.uabb-spacer-gap {
  height: 60px;
  clear: both;
  width: 100%;
}

@media (max-width: 992px) {
  .fl-node-57b5651945237.uabb-tab-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57b5651945237 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 80px;
    clear: both;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fl-node-57b5651945237.uabb-mobile-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57b5651945237 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 55px;
    clear: both;
    width: 100%;
  }
}
.fl-node-57b5651945237 > .fl-module-content {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-57fba31ddb4d8.uabb-desktop-spacer-height-adjustment {
  position: relative;
  height: 30px;
}

.fl-node-57fba31ddb4d8 {
  width: 100%;
}

.fl-node-57fba31ddb4d8 .uabb-spacer-gap-preview.uabb-spacer-gap {
  height: 60px;
  clear: both;
  width: 100%;
}

@media (max-width: 992px) {
  .fl-node-57fba31ddb4d8.uabb-tab-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57fba31ddb4d8 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 20px;
    clear: both;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fl-node-57fba31ddb4d8.uabb-mobile-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57fba31ddb4d8 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 10px;
    clear: both;
    width: 100%;
  }
}
.fl-node-57fb91dd423c4 {
  width: 100%;
}

.fl-node-57fb91dd423c4 .uabb-button .uabb-btn-img {
  width: 20px;
}

.fl-node-57fb91dd423c4 .uabb-creative-button-wrap a,
.fl-node-57fb91dd423c4 .uabb-creative-button-wrap a:visited {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  width: 320px;
  min-height: 58px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.97);
}

html.internet-explorer .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a,
html.internet-explorer .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a:visited {
  line-height: 58px;
}

.fl-node-57fb91dd423c4 .uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
  -webkit-transform: translateY(144px);
  -moz-transform: translateY(144px);
  -ms-transform: translateY(144px);
  -o-transform: translateY(144px);
  transform: translateY(144px);
}

.fl-node-57fb91dd423c4 .uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
  -webkit-transform: translateY(-144px);
  -moz-transform: translateY(-144px);
  -ms-transform: translateY(-144px);
  -o-transform: translateY(-144px);
  transform: translateY(-144px);
}

.fl-builder-content .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a.uabb-button:visited * {
  color: #0158e5;
}

.fl-node-57fb91dd423c4 .uabb-creative-button-wrap a:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.fl-builder-content .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a.uabb-button:hover * {
  color: #0158e5;
}

.fl-node-57fb91dd423c4 .uabb-creative-button-wrap a,
.fl-node-57fb91dd423c4 .uabb-creative-button-wrap a:visited {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a,
.fl-node-57fb91dd423c4 .uabb-creative-button-wrap a:visited {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .fl-node-57fb91dd423c4 .uabb-creative-button-wrap a,
.fl-node-57fb91dd423c4 .uabb-creative-button-wrap a:visited {
    font-size: 13px;
  }
}
.fl-node-57fb91dd423c4 .uabb-icon-wrap .uabb-icon i {
  width: auto;
}

.fl-node-57fb91dd423c4 .infobox-center {
  text-align: center;
}

.fl-builder-content .fl-node-57fb91dd423c4 .uabb-infobox-title {
  margin-top: 17px;
  margin-bottom: 46px;
}

.fl-node-57fb91dd423c4 h2.uabb-infobox-title,
.fl-node-57fb91dd423c4 h2.uabb-infobox-title span a,
.fl-node-57fb91dd423c4 h2.uabb-infobox-title * {
  color: #ffffff;
}

.fl-builder-content .fl-node-57fb91dd423c4 .uabb-infobox-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-57fb91dd423c4 .uabb-infobox-text {
  color: #3d424d;
}

.fl-builder-content .fl-node-57fb91dd423c4 .uabb-infobox-button {
  margin-top: 10px;
  margin-bottom: 0px;
}

.fl-builder-content .fl-node-57fb91dd423c4 .uabb-infobox-title-prefix {
  color: #ffffff;
}

.fl-node-57fb91dd423c4 .uabb-infobox-title {
  font-weight: 600;
  letter-spacing: 1px;
}

.fl-node-57fb91dd423c4 .uabb-infobox-title-prefix {
  letter-spacing: 1px;
}

.fl-node-57fb91dd423c4 > .fl-module-content {
  margin-bottom: 14px;
}

.fl-node-59952ae862881 {
  width: 100%;
}

.fl-node-59952ae862881 .uabb-icon-wrap .uabb-icon i {
  width: auto;
}

.fl-node-59952ae862881 .uabb-imgicon-wrap {
  margin: 0;
}

.fl-node-59952ae862881 .infobox-center {
  text-align: center;
}

.fl-builder-content .fl-node-59952ae862881 .uabb-infobox-title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.fl-node-59952ae862881 h2.uabb-infobox-title,
.fl-node-59952ae862881 h2.uabb-infobox-title span a,
.fl-node-59952ae862881 h2.uabb-infobox-title * {
  color: #ffffff;
}

.fl-builder-content .fl-node-59952ae862881 .uabb-infobox-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-59952ae862881 .uabb-infobox-text {
  color: #3d424d;
}

.fl-builder-content .fl-node-59952ae862881 .uabb-infobox-title-prefix {
  color: #ffffff;
}

.fl-node-59952ae862881 .uabb-infobox-title-prefix {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.fl-node-57fba309427d4.uabb-desktop-spacer-height-adjustment {
  position: relative;
  height: 30px;
}

.fl-node-57fba309427d4 {
  width: 100%;
}

.fl-node-57fba309427d4 .uabb-spacer-gap-preview.uabb-spacer-gap {
  height: 70px;
  clear: both;
  width: 100%;
}

@media (max-width: 992px) {
  .fl-node-57fba309427d4.uabb-tab-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57fba309427d4 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 40px;
    clear: both;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fl-node-57fba309427d4.uabb-mobile-spacer-height-adjustment {
    position: relative;
    height: 30px;
  }

  .fl-node-57fba309427d4 .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 30px;
    clear: both;
    width: 100%;
  }
}
.fl-node-57fba309427d4 > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
  margin: 0;
  clear: both;
}

.fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
  text-decoration: none;
}

.uabb-row-separator {
  position: absolute;
  width: 100%;
  left: 0;
}

.uabb-top-row-separator {
  top: 0;
  bottom: auto;
}

.uabb-bottom-row-separator {
  top: auto;
  bottom: 0;
}

.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
  display: none !important;
}

@media (max-width: 992px) {
  .fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
    display: none !important;
  }

  .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row {
    display: none !important;
  }

  .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
    display: block !important;
  }
}
.fl-responsive-preview-content .fl-builder-content-editing {
  overflow-x: hidden;
  overflow-y: visible;
}

.uabb-row-separator svg {
  width: 100%;
}

.uabb-top-row-separator.uabb-has-svg svg {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 50%;
  top: -1px;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-has-svg svg {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 50%;
  bottom: -1px;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
  bottom: 0;
}

.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
  top: 0;
}

.uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(-1);
  -moz-transform: translateX(-50%) scaleY(-1);
  -ms-transform: translateX(-50%) scaleY(-1);
  -o-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-big-triangle svg {
  left: 50%;
  -webkit-transform: scale(1) scaleY(-1) translateX(-50%);
  -moz-transform: scale(1) scaleY(-1) translateX(-50%);
  -ms-transform: scale(1) scaleY(-1) translateX(-50%);
  -o-transform: scale(1) scaleY(-1) translateX(-50%);
  transform: scale(1) scaleY(-1) translateX(-50%);
}

.uabb-top-row-separator.uabb-big-triangle svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.uabb-top-row-separator.uabb-xlarge-triangle-right svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(-1);
  -moz-transform: translateX(-50%) scale(-1);
  -ms-transform: translateX(-50%) scale(-1);
  -o-transform: translateX(-50%) scale(-1);
  transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(-1);
  -moz-transform: translateX(-50%) scaleX(-1);
  -ms-transform: translateX(-50%) scaleX(-1);
  -o-transform: translateX(-50%) scaleX(-1);
  transform: translateX(-50%) scaleX(-1);
}

.uabb-top-row-separator.uabb-curve-up-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(-1);
  -moz-transform: translateX(-50%) scaleY(-1);
  -ms-transform: translateX(-50%) scaleY(-1);
  -o-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
}

.uabb-top-row-separator.uabb-curve-down-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(-1);
  -moz-transform: translateX(-50%) scale(-1);
  -ms-transform: translateX(-50%) scale(-1);
  -o-transform: translateX(-50%) scale(-1);
  transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-curve-down-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(-1);
  -moz-transform: translateX(-50%) scaleX(-1);
  -ms-transform: translateX(-50%) scaleX(-1);
  -o-transform: translateX(-50%) scaleX(-1);
  transform: translateX(-50%) scaleX(-1);
}

.uabb-top-row-separator.uabb-tilt-left-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(-1);
  -moz-transform: translateX(-50%) scale(-1);
  -ms-transform: translateX(-50%) scale(-1);
  -o-transform: translateX(-50%) scale(-1);
  transform: translateX(-50%) scale(-1);
}

.uabb-top-row-separator.uabb-tilt-right-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(-1);
  -moz-transform: translateX(-50%) scaleY(-1);
  -ms-transform: translateX(-50%) scaleY(-1);
  -o-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(-1);
  -moz-transform: translateX(-50%) scaleX(-1);
  -ms-transform: translateX(-50%) scaleX(-1);
  -o-transform: translateX(-50%) scaleX(-1);
  transform: translateX(-50%) scaleX(-1);
}

.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
  top: 0;
}

.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
  bottom: 0;
}

.uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(-1);
  -moz-transform: translateX(-50%) scaleY(-1);
  -ms-transform: translateX(-50%) scaleY(-1);
  -o-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-multi-triangle svg {
  bottom: -2px;
}

.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
  left: 0;
  width: 50%;
  background: inherit inherit/inherit inherit inherit inherit;
  content: "";
  position: absolute;
}

.uabb-button-wrap a,
.uabb-button-wrap a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-shadow: none;
}

.fl-builder-content .uabb-button:hover {
  text-decoration: none;
}

.fl-builder-content .uabb-button-width-full .uabb-button {
  display: block;
  text-align: center;
}

.uabb-button-width-custom .uabb-button {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

.fl-builder-content .uabb-button-left {
  text-align: left;
}

.fl-builder-content .uabb-button-center {
  text-align: center;
}

.fl-builder-content .uabb-button-right {
  text-align: right;
}

.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
  font-size: 1em;
  height: 1em;
  line-height: 1em;
  width: 1em;
}

.uabb-button .uabb-button-icon-after {
  margin-left: 8px;
  margin-right: 0;
}

.uabb-button .uabb-button-icon-before {
  margin-left: 0;
  margin-right: 8px;
}

.uabb-button .uabb-button-icon-no-text {
  margin: 0;
}

.uabb-button-has-icon .uabb-button-text {
  vertical-align: middle;
}

.uabb-icon-wrap {
  display: inline-block;
}

.uabb-icon a {
  text-decoration: none;
}

.uabb-icon i {
  display: block;
}

.uabb-icon i:before {
  border: none !important;
  background: none !important;
}

.uabb-icon-text {
  display: table-cell;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}

.uabb-icon-text *:last-child {
  margin: 0 !important;
  padding: 0 !important;
}

.uabb-icon-text a {
  text-decoration: none;
}

.uabb-photo {
  line-height: 0;
  position: relative;
  z-index: 2;
}

.uabb-photo-align-left {
  text-align: left;
}

.uabb-photo-align-center {
  text-align: center;
}

.uabb-photo-align-right {
  text-align: right;
}

.uabb-photo-content {
  border-radius: 0;
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.uabb-photo-content img {
  border-radius: inherit;
  display: inline;
  height: auto;
  max-width: 100%;
  width: auto;
}

.fl-builder-content .uabb-photo-crop-circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.fl-builder-content .uabb-photo-crop-square img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.uabb-photo-caption {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uabb-photo-caption-below {
  padding-bottom: 20px;
  padding-top: 10px;
}

.uabb-photo-caption-hover {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  padding: 10px 15px;
  position: absolute;
  right: 0;
  -webkit-transition: visibility 200ms linear;
  -moz-transition: visibility 200ms linear;
  transition: visibility 200ms linear;
}

.uabb-photo-content:hover .uabb-photo-caption-hover {
  opacity: 100;
  visibility: visible;
}

.uabb-active-btn {
  background: #1e8cbe;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
  color: white;
}

.fl-builder-bar .fl-builder-add-content-button {
  display: block !important;
  opacity: 1 !important;
}

.uabb-imgicon-wrap .uabb-icon {
  display: block;
}

.uabb-imgicon-wrap .uabb-icon i {
  float: none;
}

.uabb-imgicon-wrap .uabb-image {
  line-height: 0;
  position: relative;
}

.uabb-imgicon-wrap .uabb-image-align-left {
  text-align: left;
}

.uabb-imgicon-wrap .uabb-image-align-center {
  text-align: center;
}

.uabb-imgicon-wrap .uabb-image-align-right {
  text-align: right;
}

.uabb-imgicon-wrap .uabb-image-content {
  display: inline-block;
  border-radius: 0;
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.uabb-imgicon-wrap .uabb-image-content img {
  display: inline;
  height: auto !important;
  max-width: 100%;
  width: auto;
  border-radius: inherit;
  box-shadow: none;
  box-sizing: content-box;
}

.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
  background: #fafafa;
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.uabb-creative-button-wrap a:focus {
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
}

.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.uabb-creative-button-wrap a:hover {
  text-decoration: none;
}

.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
  display: block;
  text-align: center;
}

.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

.uabb-creative-button-wrap .uabb-creative-button-left {
  text-align: left;
}

.uabb-creative-button-wrap .uabb-creative-button-center {
  text-align: center;
}

.uabb-creative-button-wrap .uabb-creative-button-right {
  text-align: right;
}

.uabb-creative-button-wrap .uabb-creative-button i {
  font-size: 1.3em;
  height: auto;
  vertical-align: middle;
  width: auto;
}

.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
  margin-left: 8px;
  margin-right: 0;
}

.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
  margin-right: 8px;
  margin-left: 0;
}

.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
  margin: 0;
}

.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
  vertical-align: middle;
}

.uabb-creative-button.uabb-creative-transparent-btn {
  background: transparent;
}

.uabb-creative-button.uabb-creative-transparent-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
  width: 100%;
  height: 0;
  left: 0;
}

.uabb-transparent-fill-top-btn:after {
  top: 0;
}

.uabb-transparent-fill-bottom-btn:after {
  bottom: 0;
}

.uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
  width: 0;
  height: 100%;
  top: 0;
}

.uabb-transparent-fill-left-btn:after {
  left: 0;
}

.uabb-transparent-fill-right-btn:after {
  right: 0;
}

.uabb-transparent-fill-center-btn:after {
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
}

.uabb-transparent-fill-diagonal-btn {
  overflow: hidden;
}

.uabb-transparent-fill-diagonal-btn:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.uabb-transparent-fill-horizontal-btn:after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.perspective {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  margin: 0;
}

.uabb-creative-button.uabb-creative-threed-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
}

.uabb-creative-button.uabb-creative-threed-btn {
  outline: 1px solid transparent;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.uabb-creative-threed-btn.uabb-animate_top-btn:after {
  height: 40%;
  left: 0;
  top: -40%;
  width: 100%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.uabb-creative-threed-btn.uabb-animate_left-btn:after {
  width: 20%;
  height: 100%;
  left: -20%;
  top: 0;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.uabb-creative-threed-btn.uabb-animate_right-btn:after {
  width: 20%;
  height: 100%;
  left: 104%;
  top: 0;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateY(120deg);
  -moz-transform: rotateY(120deg);
  -ms-transform: rotateY(120deg);
  transform: rotateY(120deg);
}

.uabb-animate_top-btn:hover {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  -o-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}

.uabb-animate_bottom-btn:hover {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  -o-transform: rotateX(15deg);
  transform: rotateX(15deg);
}

.uabb-animate_left-btn:hover {
  -webkit-transform: rotateY(6deg);
  -moz-transform: rotateY(6deg);
  -ms-transform: rotateY(6deg);
  -o-transform: rotateY(6deg);
  transform: rotateY(6deg);
}

.uabb-animate_right-btn:hover {
  -webkit-transform: rotateY(-6deg);
  -moz-transform: rotateY(-6deg);
  -ms-transform: rotateY(-6deg);
  -o-transform: rotateY(-6deg);
  transform: rotateY(-6deg);
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
  overflow: hidden;
  position: relative;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
  bottom: 0;
  height: 100%;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
  left: 0;
}

.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
  top: 0;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn i {
  top: 0;
  left: -100%;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.uabb-creative-flat-btn.uabb-animate_to_left-btn i {
  top: 0;
  left: 100%;
}

.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}

.uabb-creative-flat-btn.uabb-animate_from_top-btn i {
  top: -100%;
  left: 0;
}

.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
}

.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
  top: 100%;
  left: 0;
}

.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
  -webkit-transform: translateY(-400px);
  -moz-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  -o-transform: translateY(-400px);
  transform: translateY(-400px);
}

.uabb-tab-acc-content .wp-video,
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video,
.uabb-adv-accordion-content video.wp-video-shortcode,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
  padding-top: 56.25%;
}

.uabb-tab-acc-content .wp-video,
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video,
.uabb-adv-accordion-content video.wp-video-shortcode {
  max-width: 100% !important;
}

.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
  position: relative;
}

.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.fl-row-content-wrap .uabb-row-particles-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.uabb-col-particles-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
  font-weight: 500;
  font-size: 15px;
}

.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
  font-weight: 500;
  font-size: 15px;
}

.uabb-js-breakpoint {
  content: "default";
  display: none;
}

@media screen and (max-width: 992px) {
  .uabb-js-breakpoint {
    content: "992";
  }
}
@media screen and (max-width: 768px) {
  .uabb-js-breakpoint {
    content: "768";
  }
}
/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F;
}

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/