@charset "UTF-8";
/*!
Theme Name: 	Default Template for Plastic Design Industries
Theme URI: 		http://julian.is
Description: 	Default theme for Plastic Design Industries
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;
}
.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: #262626;
  font-family: "Roboto Slab", 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: 2.484375em;
}
@media (min-width: 40em) {
  .display-font-size {
    font-size: 2.98125em;
  }
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 3.3125em;
  }
}

.xlarge-font-size {
  font-size: 1.59375em;
}
@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 1.9125em;
  }
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 2.125em;
  }
}

.large-font-size {
  font-size: 0.984375em;
}
@media (min-width: 40em) {
  .large-font-size {
    font-size: 1.18125em;
  }
}
@media (min-width: 60em) {
  .large-font-size {
    font-size: 1.625em;
  }
}

.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.3125em;
  }
}

.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: "Work Sans", sans-serif;
  line-height: 1.25;
  margin: 0;
}

h1 {
  font-size: 2.484375em;
  margin-bottom: 24px;
  color: #0069c6;
}
@media (min-width: 40em) {
  h1 {
    font-size: 2.98125em;
  }
}
@media (min-width: 60em) {
  h1 {
    font-size: 3.3125em;
  }
}

h2 {
  font-size: 1.59375em;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h2 {
    font-size: 1.9125em;
  }
}
@media (min-width: 60em) {
  h2 {
    font-size: 2.125em;
  }
}

h3 {
  font-size: 0.984375em;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h3 {
    font-size: 1.18125em;
  }
}
@media (min-width: 60em) {
  h3 {
    font-size: 1.625em;
  }
}

h4 {
  font-size: 1em;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h4 {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  h4 {
    font-size: 1.3125em;
  }
}

h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h5 {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h6 {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  h6 {
    font-size: 1.125em;
  }
}

p {
  margin: 0 0 24px 0;
  font-size: 1.0625em;
  line-height: 1.7647058824em;
}

.emph, .page-intro p, .section-header-wrap p {
  font-size: 1.3125em;
  font-weight: normal;
}
@media (min-width: 40em) {
  .emph, .page-intro p, .section-header-wrap p {
    font-size: 1.509375em;
  }
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #0069c6;
  text-decoration: underline;
  /*&:active,
  &:focus {
    color: $hover-link-color;
    outline: none;
  }*/
}
a:hover {
  color: #00407a;
}

hr {
  border-bottom: 1px solid #f2f2f2;
  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: #666666;
  font-style: italic;
}
cite:before {
  content: "— ";
}

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

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

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 #f2f2f2;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Roboto Slab", serif;
  font-size: 1.0625em;
  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: #d9d9d9;
}
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: #0069c6;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 91, 173, 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: 0.75em;
  padding-left: 2.5em;
}
ul:not([class]) li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.0625em;
  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.45em;
  background-repeat: no-repeat;
}
ul:not([class]) li:not([class]) li:not([class]) {
  font-size: 1em;
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 2.5em;
}
.bullet-style li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.0625em;
  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.45em;
  background-repeat: no-repeat;
}
.bullet-style li li:not([class]) {
  font-size: 1em;
}

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0.75em;
  padding-left: 2.5em;
}
ol li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.5em;
}
ol li a {
  text-decoration: none;
  font-weight: normal;
}
ol li 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 #cccccc;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #f2f2f2;
  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: 0;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.0625em;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  z-index: 1;
  -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: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: #0069c6;
}
.btn:hover, .product-grid-item-link:hover, .btn-arrow:hover, .btn-download:hover, button:hover,
input[type=submit]:hover {
  background-color: #004e93;
}
.btn:after, .product-grid-item-link:after, .btn-arrow:after, .btn-download:after, button:after,
input[type=submit]:after {
  background-color: #004e93;
}

.btn-alt, .btn-alt-arrow, .btn-alt-download {
  background-color: transparent;
  border: 1px solid #0069c6;
  color: #0069c6;
}
.btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover {
  background-color: #0069c6;
  color: #ffffff;
}
.btn-alt:after, .btn-alt-arrow:after, .btn-alt-download:after {
  background-color: #0069c6;
}

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

.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;
  padding-top: 0.8125em;
  padding-bottom: 2.1875em;
}
.site-nav span,
#hs_menu_wrapper_primary_nav span {
  font-weight: 700;
}
@media (min-width: 60em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-nav span,
#hs_menu_wrapper_primary_nav span {
    white-space: nowrap;
  }
}
@media (min-width: 80em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    padding-top: 0.5625em;
  }
}

.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: 3.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 white;
  background-color: #ffffff;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 0.9375em;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  height: 3.125em;
  line-height: 3.125em;
  color: #262626;
  text-decoration: none;
  padding: 0 1em 0 2.5em;
}
.sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
  color: #262626;
}
.sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
  color: #ffffff;
}
.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 {
  padding-right: 0em;
  background-image: url(img/ico-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  background-color: #f7f7f7;
  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 {
  transform: rotate(180deg);
}
.sn-li-l1.has-subnav .m-subnav-arrow:hover a, .sn-li-l1.menu-item-has-children .m-subnav-arrow:hover a, .sn-li-l1.hs-item-has-children .m-subnav-arrow:hover a,
.hs-menu-depth-1.has-subnav .m-subnav-arrow:hover a,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow:hover a,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow:hover a {
  color: #ffffff;
}
@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 span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
.hs-menu-depth-1.has-subnav > a span,
.hs-menu-depth-1.menu-item-has-children > a span,
.hs-menu-depth-1.hs-item-has-children > a span {
  padding-right: 0em;
  background-image: url(img/ico-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.75em;
  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 {
  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 {
  background-color: #0069c6;
  color: #ffffff;
}
.sn-li-l1.has-subnav:hover > a, .sn-li-l1.menu-item-has-children:hover > a, .sn-li-l1.hs-item-has-children:hover > a,
.hs-menu-depth-1.has-subnav:hover > a,
.hs-menu-depth-1.menu-item-has-children:hover > a,
.hs-menu-depth-1.hs-item-has-children:hover > a {
  color: #ffffff;
}
.sn-li-l1:hover,
.hs-menu-depth-1:hover {
  background-color: #0069c6;
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    height: 3.125em;
    float: left;
    border-bottom: 0;
    border-right: 1px solid white;
    margin-right: 2.3116438356%;
    -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 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.5em;
    color: #262626;
  }
  .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
    color: #0069c6;
  }
  .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 span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
.hs-menu-depth-1.has-subnav > a span,
.hs-menu-depth-1.menu-item-has-children > a span,
.hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0.8421052632em;
    background-size: 0.8421052632em 0.8421052632em;
    display: inline;
    background-position: right 0.3157894737em;
  }
  .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.has-subnav:hover > a, .sn-li-l1.menu-item-has-children:hover > a, .sn-li-l1.hs-item-has-children:hover > a,
.hs-menu-depth-1.has-subnav:hover > a,
.hs-menu-depth-1.menu-item-has-children:hover > a,
.hs-menu-depth-1.hs-item-has-children:hover > a {
    color: #0069c6;
  }
  .sn-li-l1.has-subnav:hover > a span, .sn-li-l1.menu-item-has-children:hover > a span, .sn-li-l1.hs-item-has-children:hover > a span,
.hs-menu-depth-1.has-subnav:hover > a span,
.hs-menu-depth-1.menu-item-has-children:hover > a span,
.hs-menu-depth-1.hs-item-has-children:hover > a span {
    background-image: url(img/ico-arrow-down-blue.svg);
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: #ffffff;
  }
}
@media (min-width: 80em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    border-right: 1px solid white;
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.5em;
    color: #262626;
  }
  .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
    color: #0069c6;
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: #ffffff;
  }
}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  text-align: left;
}
.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: 99;
  }
  .sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: none;
  }
}

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #0069c6;
}
.sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
  padding: 12px 1em;
  color: #ffffff;
  border-top: 1px solid #0084f9;
  display: block;
  text-decoration: none;
  line-height: 20px;
}
.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;
  padding-right: 1.4375em;
}
@media (min-width: 60em) {
  .sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    padding-right: initial;
  }
}
.sn-li-l2 > a:hover, .sn-li-l3 > a:hover,
.hs-menu-depth-2 > a:hover {
  color: #ffffff;
}
.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: #004e93;
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    position: relative;
    background-color: #0069c6;
  }
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0 1em;
    line-height: 2.875em;
    border-top: 1px solid #0084f9;
    border-right: 1px solid #0084f9;
  }
  .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: #004e93;
  }
  .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: -1.5625em;
    padding: 1.5625em;
  }
}
@media (min-width: 80em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    background-color: #0069c6;
  }
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0 1em;
    line-height: 2.875em;
    border-top: 1px solid #0084f9;
    border-right: 1px solid #0084f9;
  }
  .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: #004e93;
  }
}

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
}
.sn-level-3.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-3 {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .sn-level-3.active {
    display: none;
  }
}

.site-nav-container {
  background-color: #ffffff;
  width: 100%;
  left: -100%;
  max-width: 18.75em;
  top: 0;
  z-index: 1000;
  position: absolute;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.site-nav-container.active {
  left: 0;
  -webkit-box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.22);
}
@media (min-width: 60em) {
  .site-nav-container {
    width: calc(100% - 28%);
    height: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    /*font-size: 1.25vw;*/
    max-width: none;
  }
}
@media (min-width: 80em) {
  .site-nav-container {
    /*font-size: em(16);*/
  }
}

.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 {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: left;
  color: #0069c6 !important;
  font-family: "Roboto Slab", serif;
  padding: 0.25em 1em;
  padding-left: 2.3157894737em;
  margin: 0 auto;
  font-size: 1.1875em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.close-menu:hover {
  color: #0069c6 !important;
}
.close-menu:after {
  content: "";
  background-color: transparent;
  background-image: url(img/Close.svg);
  background-size: 1.5789473684em 1.5789473684em;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 1.5789473684em;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  padding: 2.25em 1em 1em 2.5em;
}
@media (min-width: 60em) {
  .snc-header {
    padding: 0;
  }
}

/*
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: 76em;
  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: #f2f2f2;
}
.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 #f2f2f2;
  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: #f2f2f2;
}
.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: #0069c6;
  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;
  }
}
/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/
}
.social-wrap a {
  display: inline-block;
  width: 2.125em;
  text-align: center;
  position: relative;
}
.social-wrap a path {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-wrap a:hover {
  opacity: 0.75;
}
.social-wrap a:hover path {
  fill: #0069c6;
}
.social-wrap img {
  display: inline-block;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.social-wrap svg {
  display: inline-block;
  vertical-align: middle;
}

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #262626;
  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: #262626;
  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: #262626;
  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: #0069c6;
}
@media (min-width: 40em) {
  #slidebox {
    width: auto;
  }
}

a.close {
  background-color: white;
  color: #0069c6;
  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 #f2f2f2;
  }
}
.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 #f2f2f2;
  color: #262626;
  display: block;
  font-weight: bold;
  font-size: 1.3125em;
  padding: 0.75em 0.809em;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  border-bottom: 0;
  border-top: 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: #0069c6;
  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 #f2f2f2;
    border-bottom-color: white;
  }
}
.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 #f2f2f2;
    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 #f2f2f2;
}
.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #0069c6;
}

/*=============== 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-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-top: 2.1875em;
  padding-bottom: 2.1875em;
  display: table;
  width: 100%;
}
.page-intro h1 {
  margin: 0;
}
.page-intro p {
  margin: 0.5em 0 0 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%;
  }
  .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;
  }
  .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;
}

.product-grid-item {
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  overflow: hidden;
  display: block;
  -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-bottom: 1px solid #848484;
  border-right: 1px solid #848484;
}
.product-grid-item:hover .product-grid-item-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
@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: #0069c6;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
}
@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: #ffffff;
}

.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;
}
@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;
  }
}

.rm-item {
  text-align: center;
  background-color: #f2f2f2;
  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: 0.75em;
  font-weight: bold;
}

.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: 19.375em;
}

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #0069c6;
  position: relative;
  z-index: 10;
}
.rm-item-title span {
  line-height: 1.25em;
  display: inline-block;
  color: #0069c6;
}

.pillar-page-nav.stuck-design {
  position: static;
}
@media (min-width: 40em) {
  .pillar-page-nav.stuck-design {
    position: static;
    margin-top: 0;
  }
}
@media (min-width: 60em) {
  .pillar-page-nav.stuck-design {
    position: fixed;
    top: 10.4375em;
    margin-top: 0px;
  }
}
@media (min-width: 80em) {
  .pillar-page-nav.stuck-design {
    top: 11.1875em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .pillar-page-nav.stuck-design {
    top: 150px;
  }
}
.pillar-page-nav.anchor-links-nav {
  padding: 0;
  border: 0;
}
.pillar-page-nav .anchor-links-wrap > li {
  background-color: #0069c6;
  border: solid 0.5px #ffffff;
  margin: 0;
  display: block;
}
.pillar-page-nav .anchor-links-wrap > li > a {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.7142857143em;
  color: #ffffff;
  display: block;
}
.pillar-page-nav .anchor-links-wrap > li > a:hover {
  background-color: transparent;
}
.pillar-page-nav .anchor-links-wrap > li.active {
  background-color: #084a90;
}
.pillar-page-nav .anchor-links-wrap > li.active > a {
  background-color: transparent;
}
@media (min-width: 60em) {
  .pillar-page-nav .anchor-links-wrap {
    display: flex;
    align-items: center;
  }
  .pillar-page-nav .anchor-links-wrap > li {
    flex-grow: 1;
    flex-basis: 0;
    min-height: 6.0625em;
    max-height: 6.0625em;
    position: relative;
  }
  .pillar-page-nav .anchor-links-wrap > li:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #0069c6;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pillar-page-nav .anchor-links-wrap > li > a {
    height: 6.9285714286em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 80em) {
  .pillar-page-nav .anchor-links-wrap > li > a {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    height: 5.3888888889em;
  }
}

.right-sec-img {
  margin: 0 auto;
  margin-bottom: 1.25em;
  display: block;
  text-align: center;
}
.right-sec-img > a {
  display: inline-block;
}
.right-sec-img img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .right-sec-img {
    margin: 0;
    margin-left: 2.5em;
    float: right;
  }
}

.pillar-page-mar {
  padding-bottom: 0;
}

.pillar-page-consideration-module {
  text-align: center;
}
.pillar-page-consideration-module > .inner-wrap, .pillar-page-consideration-module > .inner-wrap-narrow, .pillar-page-consideration-module > .inner-wrap-wide, .pillar-page-consideration-module > .inner-wrap-fullwidth {
  position: relative;
  padding-bottom: 4.375em;
}
.pillar-page-consideration-module.ppcm-divider > .inner-wrap, .pillar-page-consideration-module.ppcm-divider > .inner-wrap-narrow, .pillar-page-consideration-module.ppcm-divider > .inner-wrap-wide, .pillar-page-consideration-module.ppcm-divider > .inner-wrap-fullwidth {
  position: relative;
}
.pillar-page-consideration-module.ppcm-divider > .inner-wrap:before, .pillar-page-consideration-module.ppcm-divider > .inner-wrap-narrow:before, .pillar-page-consideration-module.ppcm-divider > .inner-wrap-wide:before, .pillar-page-consideration-module.ppcm-divider > .inner-wrap-fullwidth:before {
  content: "";
  background-color: #262626;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.ppcm-buckets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 80em) {
  .ppcm-buckets {
    justify-content: space-between;
  }
  .ppcm-buckets.bucket-5 {
    -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;
  }
  .ppcm-buckets.bucket-5 .ppcm-item {
    margin: 0 0.5%;
    width: 19%;
  }
}

.ppcm-item {
  max-width: 16.8125em;
  width: 100%;
  height: 16.8125em;
  background-color: #0069c6;
  border-radius: 5px;
  position: relative;
  margin: 0.625em;
}
.ppcm-item:hover .ppcm-overlay-wrap {
  opacity: 1;
}
@media (min-width: 80em) {
  .ppcm-item {
    margin: 0;
  }
}

.ppcm-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 16.8125em;
}

.ppcm-title {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
  margin-top: 0;
  color: #ffffff;
}

.ppcm-icon {
  margin-bottom: 1.7em;
}

.ppcm-overlay-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #042e5a;
  overflow-y: auto;
  border-radius: 5px;
}

.ppcm-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0.9375em 0.75em;
}

.ppcm-cntent p {
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  color: #ffffff;
}
.ppcm-cntent p:last-child {
  margin-bottom: 0;
}

.ppmcm-wrapper {
  background-color: #f2f2f2;
}
.ppmcm-wrapper .inner-wrap, .ppmcm-wrapper .inner-wrap-narrow, .ppmcm-wrapper .inner-wrap-wide, .ppmcm-wrapper .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}

.ppmcm-bottom-cntent {
  margin-top: 1.5em;
}

.square-list li {
  font-size: 1.0625em;
  line-height: 1.7647058824em;
  position: relative;
  padding-left: 2.2941176471em;
}
.square-list li:before {
  content: "";
  width: 0.8823529412em;
  height: 0.8823529412em;
  background-color: #084a90;
  position: absolute;
  top: 0.5882352941em;
  left: 0;
}

@media (min-width: 60em) {
  .two-col-list {
    display: flex;
  }
  .two-col-list > div {
    width: 50%;
    padding-right: 0.75em;
  }
}

@media (min-width: 60em) {
  .three-col-list {
    display: flex;
  }
  .three-col-list > div {
    width: 33.33%;
    padding-right: 0.75em;
  }
}

.pillar_fabrication_process_module .inner-wrap, .pillar_fabrication_process_module .inner-wrap-narrow, .pillar_fabrication_process_module .inner-wrap-wide, .pillar_fabrication_process_module .inner-wrap-fullwidth {
  padding-top: 3.75em;
  padding-bottom: 0;
}
.pillar_fabrication_process_module.pfpm-divider > .inner-wrap, .pillar_fabrication_process_module.pfpm-divider > .inner-wrap-narrow, .pillar_fabrication_process_module.pfpm-divider > .inner-wrap-wide, .pillar_fabrication_process_module.pfpm-divider > .inner-wrap-fullwidth {
  position: relative;
}
.pillar_fabrication_process_module.pfpm-divider > .inner-wrap:before, .pillar_fabrication_process_module.pfpm-divider > .inner-wrap-narrow:before, .pillar_fabrication_process_module.pfpm-divider > .inner-wrap-wide:before, .pillar_fabrication_process_module.pfpm-divider > .inner-wrap-fullwidth:before {
  content: "";
  background-color: #262626;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

@media (min-width: 60em) {
  .pfpm-tabs .accordion-tabs .tab-header-and-content:last-child .tab-link {
    margin-right: 0;
  }
}
.pfpm-tabs .accordion-tabs .tab-link {
  font-size: 1.125em;
  font-weight: 600;
  color: #262626;
  border-bottom: solid 5px #084a90;
  padding-top: 1.3888888889em;
  padding-bottom: 1.3888888889em;
}
@media (min-width: 40em) {
  .pfpm-tabs .accordion-tabs .tab-link {
    display: block;
  }
}
@media (min-width: 60em) {
  .pfpm-tabs .accordion-tabs .tab-link {
    width: 16.55%;
    display: inline-block;
    margin-right: 1px;
    text-align: center;
  }
}
@media (min-width: 80em) {
  .pfpm-tabs .accordion-tabs .tab-link {
    font-size: 1.25em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.pfpm-tabs .accordion-tabs .tab-link.is-active {
  background-color: #0069c6;
  color: #ffffff;
}
@media (min-width: 40em) {
  .pfpm-tabs .accordion-tabs .tab-link.is-active {
    border: 0;
    border-bottom: solid 5px #084a90;
  }
}
@media (min-width: 60em) {
  .pfpm-tabs .accordion-tabs.tab-8 .tab-link {
    width: 12.3%;
    font-size: 1em;
    padding-left: 0.375em;
    padding-right: 0.375em;
  }
}
@media (min-width: 80em) {
  .pfpm-tabs .accordion-tabs.tab-8 .tab-link {
    font-size: 1.0625em;
    padding-left: 0.3529411765em;
    padding-right: 0.3529411765em;
  }
}
.pfpm-tabs .accordion-tabs .tab-content {
  padding: 3.125em 1.25em;
  border-bottom: solid 1px #f2f2f2;
}
.pfpm-tabs .accordion-tabs .tab-content h3 {
  display: none;
}
@media (min-width: 40em) {
  .pfpm-tabs .accordion-tabs .tab-content {
    float: none;
    border: 0;
    border-bottom: solid 1px #f2f2f2;
    padding: 3.125em;
  }
}
@media (min-width: 60em) {
  .pfpm-tabs .accordion-tabs .tab-content {
    float: left;
    border: 0;
  }
  .pfpm-tabs .accordion-tabs .tab-content h3 {
    display: block;
  }
}

.pillar-page-application-module {
  text-align: center;
}
.pillar-page-application-module > .inner-wrap, .pillar-page-application-module > .inner-wrap-narrow, .pillar-page-application-module > .inner-wrap-wide, .pillar-page-application-module > .inner-wrap-fullwidth {
  position: relative;
}
.pillar-page-application-module > .inner-wrap:before, .pillar-page-application-module > .inner-wrap-narrow:before, .pillar-page-application-module > .inner-wrap-wide:before, .pillar-page-application-module > .inner-wrap-fullwidth:before {
  content: "";
  background-color: #262626;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.ppam-buckets {
  display: flex;
  flex-wrap: wrap;
}
.ppam-buckets > div {
  width: 100%;
}
@media (min-width: 60em) {
  .ppam-buckets > div {
    width: 50%;
  }
}

.ppam-item {
  border: solid 0.5px #ffffff;
}
.ppam-item > a {
  position: relative;
  display: block;
  height: 16.8125em;
}
.ppam-item > a:hover .ppam-overlay-wrap {
  opacity: 1;
}

.ppam-btm {
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  text-transform: inherit;
}
.ppam-btm:hover {
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.ppam-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-size: cover;
}
.ppam-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0069c6;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.ppam-overlay-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #042e5a;
  overflow-y: auto;
}

.ppam-title {
  color: #ffffff;
  font-size: 1.875em;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.ppam-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.9375em;
}
.ppam-overlay p {
  color: #ffffff;
}
.ppam-overlay p:last-child {
  margin-bottom: 0;
}

.ppcms-wrapper {
  background-size: cover;
}
.ppcms-wrapper .inner-wrap, .ppcms-wrapper .inner-wrap-narrow, .ppcms-wrapper .inner-wrap-wide, .ppcms-wrapper .inner-wrap-fullwidth {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
.ppcms-wrapper h2 {
  color: #ffffff;
}
.ppcms-wrapper p {
  color: #ffffff;
}
.ppcms-wrapper p a {
  color: #ffffff;
}
.ppcms-wrapper p a:hover {
  color: #ffffff;
  text-decoration: none;
}

.ppcms-btn {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-transform: initial;
  font-weight: 500;
  min-width: 13.3333333333em;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #084a90;
  padding: 0.9444444444em 0.5555555556em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
}
.ppcms-btn:before {
  content: "";
  position: absolute;
  bottom: -0.2857142857em;
  width: calc(100% + 2px);
  height: 0.2857142857em;
  left: -1px;
  background: rgba(255, 255, 255, 0.6);
}
.ppcms-btn:hover, .ppcms-btn:focus {
  border: 1px solid #084a90;
  background-color: #084a90;
  color: #ffffff;
}

@media (min-width: 60em) {
  .page-inner {
    padding-top: 15em;
    margin-top: -15em;
  }
}

@media (min-width: 60em) {
  .pillar-page-mar.margin-sec {
    margin-top: 6.0625em;
  }
}
@media (min-width: 80em) {
  .pillar-page-mar.margin-sec {
    /*margin-top: em(150);*/
    margin-top: 7.8125em;
  }
}

/**/
.right-side-img {
  max-width: 28.5em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.875em;
}
.right-side-img a {
  display: block;
}
.right-side-img img {
  display: block;
}
@media (min-width: 60em) {
  .right-side-img {
    float: right;
    margin: 0;
    margin-left: 1.625em;
    margin-bottom: 1.625em;
  }
}

@media (min-width: 40em) {
  .ppmcm-item-wrappper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .ppmcm-item-wrappper {
    justify-content: space-between;
  }
}

.ppmcm-item {
  width: 100%;
  background-color: #084A90;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 3.625em 0.625em;
  overflow: hidden;
  margin: 0.625em 0;
}
.ppmcm-item:hover .ppmcm-overlay-wrap, .ppmcm-item:focus .ppmcm-overlay-wrap {
  opacity: 1;
}
@media (min-width: 40em) {
  .ppmcm-item {
    width: 48%;
    margin: 1%;
    padding: 5em 0.625em;
  }
}
@media (min-width: 60em) {
  .ppmcm-item {
    width: 32.33%;
    margin: 0;
    padding: 3.625em 0.625em;
  }
}

.ppmcm-overlay-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0069c6;
}

.ppmcm-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1.25em;
  color: #ffffff;
}
.ppmcm-overlay p {
  color: #ffffff;
}
@media (min-width: 40em) {
  .ppmcm-overlay {
    padding: 1.25em;
  }
}
@media (min-width: 60em) {
  .ppmcm-overlay {
    padding: 1.875em;
  }
}

.ppmcm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375em;
  height: 9.375em;
  background-color: #ffffff;
  border-radius: 50%;
  background-color: #0069c6;
  margin: 0 auto;
  margin-bottom: 1.875em;
}

.ppmcm-title {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
}

.pdam-tabs .accordion-tabs {
  border: 0;
}
@media screen and (min-width: 40em) {
  .pdam-tabs .accordion-tabs .tab-header-and-content {
    vertical-align: bottom;
  }
}
.pdam-tabs .accordion-tabs .tab-link {
  background-color: #ffffff;
  color: #262626;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.pdam-tabs .accordion-tabs .tab-link:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.pdam-tabs .accordion-tabs .tab-link span {
  display: block;
  width: 100%;
  border-bottom: solid 5px #084a90;
  padding: 1em 1.5em;
}
@media screen and (min-width: 40em) {
  .pdam-tabs .accordion-tabs .tab-link {
    font-size: 0.9375em;
    line-height: 1.3333333333em;
    width: 25%;
    text-align: center;
    position: relative;
    padding: 0;
  }
  .pdam-tabs .accordion-tabs .tab-link:after {
    display: none;
  }
  .pdam-tabs .accordion-tabs .tab-link span {
    min-height: 5.6666666667em;
    width: calc(100% - 2px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 60em) {
  .pdam-tabs .accordion-tabs .tab-link {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .pdam-tabs .accordion-tabs .tab-link span {
    min-height: 4.25em;
  }
}
.pdam-tabs .accordion-tabs .tab-link:hover, .pdam-tabs .accordion-tabs .tab-link:focus {
  background-color: #0069c6;
  color: #ffffff;
}
.pdam-tabs .accordion-tabs .tab-link.is-active {
  background-color: #0069c6;
  color: #ffffff;
  border: 0;
}
.pdam-tabs .accordion-tabs .tab-link.is-active:after {
  content: "-";
}
@media screen and (min-width: 40em) {
  .pdam-tabs .accordion-tabs .tab-link.is-active:after {
    display: none;
  }
}
.pdam-tabs .accordion-tabs .tab-content {
  padding: 3.125em 1.875em;
  border-bottom: solid 5px #084a90;
}
@media screen and (min-width: 40em) {
  .pdam-tabs .accordion-tabs .tab-content {
    border: 0;
  }
}

@media (min-width: 60em) {
  .pdam-tabs-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.pdam-right-img {
  max-width: 37.0625em;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
}
.pdam-right-img a {
  display: block;
}
.pdam-right-img img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .pdam-right-img {
    max-width: inherit;
    width: 52.5%;
  }
}

.pdam-left-content {
  margin-bottom: 1.875em;
}
@media (min-width: 60em) {
  .pdam-left-content {
    width: 47.5%;
    padding-right: 1.5625em;
    margin-bottom: 0;
  }
}

.pdam-title {
  font-size: 1.5em;
  line-height: 1.3333333333em;
  font-weight: 700;
}

.pabmi-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.pabmi-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(8, 74, 144, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.pabmi-wrap .inner-wrap, .pabmi-wrap .inner-wrap-narrow, .pabmi-wrap .inner-wrap-wide, .pabmi-wrap .inner-wrap-fullwidth {
  position: relative;
}

.pabm-header {
  color: #ffffff;
}

.pabm-content p {
  color: #ffffff;
}
.pabm-content a {
  color: #ffffff;
}
.pabm-content .square-list li {
  color: #ffffff;
}
.pabm-content .square-list li:before {
  background-color: #ffffff;
}

.pillar-page-content .inner-wrap, .pillar-page-content .inner-wrap-narrow, .pillar-page-content .inner-wrap-wide, .pillar-page-content .inner-wrap-fullwidth, .pillar_diverse_application_module .inner-wrap, .pillar_diverse_application_module .inner-wrap-narrow, .pillar_diverse_application_module .inner-wrap-wide, .pillar_diverse_application_module .inner-wrap-fullwidth, .pabmi-wrap .inner-wrap, .pabmi-wrap .inner-wrap-narrow, .pabmi-wrap .inner-wrap-wide, .pabmi-wrap .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 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 #f2f2f2;
  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;
  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;
  min-height: 100%;
}

/*=============== Site Header ===============*/
.hi-wrap {
  text-align: center;
  background-color: #2d67c4;
  margin: 0 0 0px;
}
.hi-wrap .inner-wrap, .hi-wrap .inner-wrap-narrow, .hi-wrap .inner-wrap-wide, .hi-wrap .inner-wrap-fullwidth {
  padding: 0.5em 1.5em 0.5em 1.5em;
}
.hi-wrap .hiw-left, .hi-wrap .hiw-right {
  display: flex;
  margin-bottom: 1.25rem;
}
.hi-wrap .hiw-left:last-child, .hi-wrap .hiw-right:last-child {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .hi-wrap .hiw-left, .hi-wrap .hiw-right {
    display: flex;
    vertical-align: top;
    margin: 0 0.625rem 0;
  }
}

a.top-banner-close:hover {
  opacity: 0.8;
}

.hi-heading {
  background: none;
  color: #fff !important;
  font-size: 1rem;
  margin: 0.5625rem 0 0.5625rem 0;
  font-weight: 500;
  width: 95%;
}

@media (min-width: 60em) {
  .hi-heading {
    font-size: 0.9375rem;
  }
}
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  margin: 0 auto;
}

.top-banner-close {
  padding-top: 0.25rem;
  margin-left: 1.25rem;
  color: #fff;
  font-size: 1.875rem;
  float: right;
}
.top-banner-close i {
  cursor: pointer;
}

.hi-wrap.top-banner-module.open {
  display: block;
  top: 0;
}

a.top-banner-close {
  width: 5%;
}

.site-header-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 60em) {
  .site-header {
    min-height: 11.25em;
  }
}

.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: 2.5em;
  padding-bottom: 0;
}
@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-top: 1.5em;
  }
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    height: 12.125em;
  }
  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 999;
    height: 10.4375em;
  }
  .sh-sticky-wrap.stuck .site-logo {
    width: 20%;
  }
  .sh-sticky-wrap.stuck .sh-utility-nav {
    position: relative;
    top: -15.625em;
    height: 0;
  }
  .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap, .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-narrow, .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-wide, .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-fullwidth {
    padding-top: 0;
  }
}
@media (min-width: 80em) {
  .sh-sticky-wrap {
    height: 13.6875em;
  }
  .sh-sticky-wrap.stuck {
    height: 11.1875em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .sh-sticky-wrap.stuck {
    height: 150px;
  }
}

.site-logo {
  display: block;
  max-width: 15.625em;
  width: 97%;
  margin: 0 auto;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.site-logo img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .site-logo {
    float: left;
    width: 24%;
    max-width: 18.75em;
  }
}

.sh-utility-nav {
  position: relative;
  top: 0;
  padding-top: 2.3125em;
  padding-bottom: 1.4375em;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.sh-utility-nav:before {
  background-color: #d7d7d7;
  width: 100%;
  height: 0.0625em;
  content: "";
  position: absolute;
  left: -100%;
  bottom: -0.0625em;
}
.sh-utility-nav:after {
  background-color: #d7d7d7;
  width: 100%;
  height: 0.0625em;
  content: "";
  position: absolute;
  right: -100%;
  bottom: -0.0625em;
}
@media (min-width: 60em) {
  .sh-utility-nav {
    text-align: right;
    float: right;
    border-bottom: none;
    padding-right: 0.8125em;
  }
  .sh-utility-nav:before {
    display: none;
  }
  .sh-utility-nav:after {
    display: none;
  }
}

.sh-ph {
  text-decoration: none;
  color: #0069c6;
  font-size: 1.375em;
  font-family: "Work Sans", sans-serif;
  line-height: 1em;
  padding-left: 1.5em;
  background-image: url(img/call.svg);
  background-size: 0.8181818182em 0.8181818182em;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 500;
  margin-right: 0.6818181818em;
}
.sh-ph:hover {
  color: #0069c6;
}
@media (min-width: 40em) {
  .sh-ph {
    margin-right: 1.5454545455em;
  }
}

.sh-email {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.9375em;
  margin-top: 0.1875em;
}
.sh-email img {
  display: inline-block;
  vertical-align: top;
  width: 1.25em;
  height: 1em;
}
.sh-email span {
  display: none;
  font-size: 1.375em;
  font-family: "Work Sans", sans-serif;
  line-height: 1em;
  font-weight: 500;
  color: #4e4e4e;
}
@media (min-width: 40em) {
  .sh-email {
    margin-right: 2.1875em;
    margin-top: 0;
  }
  .sh-email img {
    margin-top: 0.1875em;
    margin-right: 0.8125em;
    opacity: 0.75;
  }
  .sh-email span {
    display: inline-block;
    vertical-align: top;
  }
  .sh-email:hover span {
    color: #000000;
  }
  .sh-email:hover img {
    opacity: 1;
  }
}

.sh-blog {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.9375em;
  margin-top: 0.1875em;
}
.sh-blog img {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
}
.sh-blog span {
  display: none;
  font-size: 1.375em;
  font-family: "Work Sans", sans-serif;
  line-height: 1em;
  font-weight: 500;
  color: #4e4e4e;
}
@media (min-width: 40em) {
  .sh-blog {
    margin-right: 4em;
    margin-top: 0;
  }
  .sh-blog img {
    margin-top: 0.1875em;
    margin-right: 0.6875em;
    opacity: 0.75;
  }
  .sh-blog span {
    display: inline-block;
    vertical-align: top;
  }
  .sh-blog:hover span {
    color: #000000;
  }
  .sh-blog:hover img {
    opacity: 1;
  }
}

.sh-search {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.sh-search img {
  display: block;
  width: 1.25em;
  height: 1.25em;
}
@media (min-width: 40em) {
  .sh-search {
    float: right;
  }
  .sh-search img {
    width: 1.5625em;
    height: 1.625em;
  }
  .sh-search:hover {
    opacity: 0.75;
  }
}

.sh-nav-warp {
  border-bottom: 1px solid #d7d7d7;
}
.sh-nav-warp .inner-wrap, .sh-nav-warp .inner-wrap-narrow, .sh-nav-warp .inner-wrap-wide, .sh-nav-warp .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media (min-width: 40em) {
  .sh-nav-warp .inner-wrap, .sh-nav-warp .inner-wrap-narrow, .sh-nav-warp .inner-wrap-wide, .sh-nav-warp .inner-wrap-fullwidth {
    padding-top: 0.875em;
    padding-bottom: 1.4375em;
  }
}
@media (min-width: 60em) {
  .sh-nav-warp {
    border-bottom: 0;
  }
}
@media (min-width: 80em) {
  .sh-nav-warp {
    border-bottom: 1px solid #d7d7d7;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .sh-nav-warp {
    border-bottom: 0;
  }
}

.single-post .sh-nav-warp {
  border-bottom: none;
}

.sh-icons {
  display: block;
}
@media (min-width: 60em) {
  .sh-icons {
    position: relative;
    z-index: 1;
    float: right;
    padding-right: 0.5625em;
    font-size: 1.25vw;
  }
}
@media (min-width: 80em) {
  .sh-icons {
    font-size: 1em;
  }
}

.sh-ico-menu {
  background-image: url(img/hamburger-menu.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.5789473684em 1.5789473684em;
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.1875em;
  text-transform: uppercase;
  padding-left: 2.3684210526em;
  padding-top: 0.3684210526em;
  padding-bottom: 0.4210526316em;
  color: #262626;
  text-decoration: none;
  margin-top: 0.6842105263em;
  display: inline-block;
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

.sh-rq {
  float: right;
  font-size: 1.125em;
  line-height: 1em;
  padding-top: 1.1111111111em;
  padding-bottom: 1em;
  padding-left: 1.1111111111em;
  padding-right: 1.1111111111em;
  border-bottom: 0.3333333333em solid #084a90;
  text-transform: capitalize;
}
.sh-rq:hover {
  background-color: #0061b6;
}
@media (min-width: 40em) {
  .sh-rq {
    padding-left: 1.8888888889em;
    padding-right: 1.8888888889em;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  background-repeat: no-repeat;
  background-position: 78.65% top;
  background-size: cover;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 0.9375em;
}
@media (min-width: 40em) {
  .site-intro {
    border-bottom: 1px solid #ffffff;
  }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 2.875em;
    padding-bottom: 2.875em;
  }
}

.si-header {
  font-size: 1.75em;
  line-height: 1.2857142857em;
  text-transform: uppercase;
  color: #ffffff;
  width: 68%;
  float: left;
  font-weight: 900;
}
.si-header span {
  font-size: 0.7857142857em;
  line-height: 1.4545454545em;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
  display: block;
  font-weight: normal;
  padding-bottom: 0.6363636364em;
}
@media (min-width: 80em) {
  .si-header {
    width: 68% !important;
  }
}
@media (min-width: 40em) {
  .si-header {
    font-size: 5.5208333333vw;
    line-height: 1em;
    padding-top: 0.5849056604em;
  }
  .si-header span {
    font-size: 0.4528301887em;
    padding-bottom: 0.25em;
  }
}
@media (min-width: 60em) {
  .si-header {
    font-size: 3.3125em;
    width: 60%;
  }
}

.si-image {
  float: right;
  width: 25%;
  margin-top: 0.4375em;
  text-align: right;
}
.si-image img {
  display: inline-block;
  width: 100;
  vertical-align: top;
  max-width: 6.25em;
}
@media (min-width: 40em) {
  .si-image {
    font-size: 1.6666666667vw;
    margin-top: 0;
  }
  .si-image img {
    max-width: max-content;
  }
}
@media (min-width: 60em) {
  .si-image {
    font-size: 1em;
    width: 38%;
  }
}
@media (min-width: 80em) {
  .si-image {
    width: 31%;
  }
}

.si-cert {
  display: inline-block;
  vertical-align: top;
}
.si-cert > img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .si-cert {
    margin-left: 1.25em;
  }
}

.site-intro-new {
  background-position: center;
}
.site-intro-new .sig-wrap {
  text-align: center;
}
.site-intro-new .si-header {
  font-weight: 700;
  width: 100%;
  font-size: 1.375em;
  margin-bottom: 0.6818181818em !important;
  float: none;
}
.site-intro-new .sig-content {
  margin-bottom: 1.125em;
}
.site-intro-new .sig-content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  color: #ffffff;
}
.site-intro-new .si-image {
  width: 100% !important;
  float: none;
  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-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;
  gap: 20px;
}
.site-intro-new .sig-btn-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;
  gap: 10px;
  margin-bottom: 0.9375em;
}
.site-intro-new .sig-cta {
  font-size: 1em;
  line-height: 1.25em;
  text-transform: initial;
  font-weight: 400;
  min-width: 14.25em;
  text-align: center;
  border: 1px solid #707070;
  background-color: #0369C6;
  color: #ffffff;
  margin-bottom: 0.375em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
}
.site-intro-new .sig-cta:before {
  content: "";
  position: absolute;
  bottom: -0.375em;
  width: calc(100% + 2px);
  height: 0.375em;
  left: -1px;
  background: #074A90;
}
.site-intro-new .sig-cta:hover, .site-intro-new .sig-cta:focus {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #0369C6;
}
.site-intro-new .sig-cta2 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #0369C6;
}
.site-intro-new .sig-cta2:hover, .site-intro-new .sig-cta2:focus {
  border: 1px solid #707070;
  background-color: #0369C6;
  color: #ffffff;
}
@media (min-width: 40em) {
  .site-intro-new .sig-btn-wrap {
    gap: 26px;
    margin-bottom: 1.75em;
  }
  .site-intro-new .sig-cta {
    font-size: 1.3125em;
    line-height: 1.3333333333em;
  }
  .site-intro-new .sig-cta:before {
    bottom: -0.2857142857em;
    height: 0.2857142857em;
  }
  .site-intro-new .si-header {
    font-size: 2.5em;
    margin-bottom: 0.375em !important;
  }
  .site-intro-new .sig-content-wrap {
    max-width: 46.5em;
    margin: 0 auto;
  }
  .site-intro-new .sig-content {
    margin-bottom: 1.75em;
  }
  .site-intro-new .sig-content p {
    font-size: 1.5em;
    line-height: 1.5833333333em;
  }
}
@media (min-width: 60em) {
  .site-intro-new .inner-wrap, .site-intro-new .inner-wrap-narrow, .site-intro-new .inner-wrap-wide, .site-intro-new .inner-wrap-fullwidth {
    padding-top: 9.125em;
    padding-bottom: 5.75em;
  }
  .site-intro-new .sig-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;
    text-align: left;
    gap: 20px;
  }
  .site-intro-new .si-header {
    font-size: 3.3125em;
    margin-bottom: 0.2830188679em !important;
    padding-top: 0;
  }
  .site-intro-new .sig-content-wrap {
    margin: 0;
  }
  .site-intro-new .sig-btn-wrap {
    margin-bottom: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .site-intro-new .si-image {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -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;
    width: 11.25em !important;
    gap: 42px;
  }
  .site-intro-new .si-img-inner {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 80em) {
  .site-intro-new .si-header {
    width: 100% !important;
  }
}

/*=============== 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 Footer ===============*/
.site-footer {
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
  padding-bottom: 1.6875em;
}

.sf-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.125em;
}
.sf-logo img {
  display: block;
}

.sf-address {
  font-style: normal;
  padding-bottom: 1.5294117647em;
  font-size: 1.0625em;
}

.sf-ph {
  text-decoration: none;
  color: #262626;
}
.sf-ph:hover {
  text-decoration: underline;
  color: #262626;
}

.sf-add {
  display: block;
  padding-bottom: 0.5882352941em;
}

.sf-social-wrap {
  padding-bottom: 1.875em;
}

.sf-youtube img {
  width: 1.3125em;
}

.sf-link li {
  display: inline;
  padding-left: 0.4375em;
  padding-right: 0.4375em;
  border-right: 1px solid #848484;
}
.sf-link li a {
  font-size: 1.0625em;
  line-height: 1em;
  color: #4a4a4a;
  text-decoration: none;
}
.sf-link li a:hover {
  text-decoration: underline;
}
.sf-link li:last-child {
  border-right: none;
}

.sf-small {
  background-color: #ffffff;
  border-bottom: 5px solid #0069c6;
  text-align: center;
  color: #4a4a4a;
}
.sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
  padding-top: 1.75em;
  padding-bottom: 1.6875em;
}
.sf-small span {
  font-size: 1.0625em;
}

.sf-small-link {
  display: block;
  padding-top: 0.2941176471em;
}
.sf-small-link a {
  color: #4a4a4a;
}
.sf-small-link a:hover {
  text-decoration: none;
}
@media (min-width: 40em) {
  .sf-small-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 3.2352941176em;
    padding-top: 0;
  }
  .sf-small-link:before {
    content: "";
    position: absolute;
    left: 1.6470588235em;
    top: 0;
    width: 0.0588235294em;
    height: 60%;
    bottom: 0;
    margin: auto 0;
    background-color: #848484;
  }
}

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

/***********************Capabilities Module Style*******************************/
.capabilities-module {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.capabilities-module > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
.capabilities-module > div.active {
  opacity: 1;
}
@media (min-width: 40em) {
  .capabilities-module {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 60em) {
  .capabilities-module {
    font-size: 1.25vw;
  }
}
@media (min-width: 80em) {
  .capabilities-module {
    font-size: 1em;
  }
}

.cm-item {
  display: block;
  width: 50%;
  float: left;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  min-height: 21.5em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  border-left: 1px solid rgba(204, 204, 204, 0.6);
  padding: 1.875em 0.625em;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media (min-width: 40em) {
  .cm-item {
    width: 25%;
  }
  .cm-item:hover {
    background-color: rgba(87, 86, 86, 0.7);
  }
  .cm-item:hover .cm-image {
    opacity: 1;
    transform: scale(1.3);
    transition: all 0.2s ease-in-out;
  }
  .cm-item:hover .cm-header {
    color: #fff;
    top: 1.25em;
    bottom: auto;
    position: relative;
  }
}
@media (min-width: 60em) {
  .cm-item {
    padding: 1.875em 2.5em;
  }
}

.cm-header {
  font-size: 1.0625em;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  position: absolute;
  line-height: 1.2941176471em;
  bottom: 1.25em;
  width: 80%;
  max-width: 15em;
  margin-bottom: 0;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (min-width: 40em) {
  .cm-header {
    font-size: 1.625em;
    line-height: 1.1538461538em;
    bottom: 0.7692307692em;
    max-width: 9.8076923077em;
  }
}

.cm-image {
  text-align: center;
  padding-top: 2.1875em;
  max-width: 11em;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.cm-image img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .cm-image {
    padding-bottom: 1.875em;
  }
}

/***************About us Module style***********************/
.about-module {
  background-image: url(img/about-us-modue.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  text-align: center;
  position: relative;
}
.about-module:after {
  content: "";
  position: absolute;
  bottom: 1.25em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6.125em;
  height: 0.0625em;
  background-color: #b5b5b5;
}
.am-header {
  font-size: 1.375em;
  text-transform: uppercase;
  line-height: 1.3636363636em;
  margin-bottom: 1.0909090909em;
}
@media (min-width: 40em) {
  .am-header {
    font-size: 1.625em;
    line-height: 1.4615384615em;
    margin-bottom: 0.9230769231em;
  }
}

.am-cta {
  font-size: 1.0625em;
  padding-top: 1.1176470588em;
  padding-bottom: 1.1176470588em;
  border-bottom: 6px solid #084a90;
  padding-right: 3.2941176471em;
  padding-left: 3.2941176471em;
}
.am-cta:hover {
  background-color: #0061b6;
}

.am-text {
  padding-bottom: 0.9375em;
}

.am-wrap {
  padding-bottom: 1.625em;
  border-bottom: 1px solid #b5b5b5;
}
@media (min-width: 40em) {
  .am-wrap {
    padding-bottom: 3.8125em;
  }
}

/****** Examples of our work module start *********/
.examples-our-work-module .inner-wrap, .examples-our-work-module .inner-wrap-narrow, .examples-our-work-module .inner-wrap-wide, .examples-our-work-module .inner-wrap-fullwidth {
  padding-top: 0.9375em;
}

.eowm-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375em;
}
@media (min-width: 40em) {
  .eowm-header {
    font-size: 2.1875em;
  }
}

.eowm-text {
  font-size: 1em;
  line-height: 1.625em;
  text-align: center;
  margin-bottom: 1.875em;
}
@media (min-width: 40em) {
  .eowm-text {
    font-size: 1.375em;
    line-height: 1.5454545455em;
    margin-bottom: 1.8181818182em;
  }
}

.eowm-slider-wrap {
  width: 75%;
  margin: 0 auto;
}
.eowm-slider-wrap .flex-direction-nav a {
  opacity: 1;
  width: 25px;
  height: 25px;
  background-color: #0069c6;
}
.eowm-slider-wrap .flex-direction-nav a:before {
  position: relative;
  top: 4px;
  height: 18px;
}
.eowm-slider-wrap .flex-prev:before {
  left: -8px;
}
.eowm-slider-wrap .flex-next:before {
  left: 8px;
}
@media (min-width: 40em) {
  .eowm-slider-wrap {
    width: 100%;
  }
}
@media (min-width: 80em) {
  .eowm-slider-wrap {
    width: 100%;
  }
}

.eowm-item a {
  text-decoration: none;
}
.eowm-item img {
  max-height: 15.625em;
}

.eowm-item-visius {
  width: 100%;
  margin-bottom: 1.5625em;
}
@media (min-width: 60em) {
  .eowm-item-visius {
    max-width: 23.125em;
  }
}

.eowm-item-header {
  font-size: 1.1875em;
  color: #848484;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  padding-bottom: 0.7894736842em;
}
@media (min-width: 40em) {
  .eowm-item-header {
    /*font-size: em(17);
    padding-bottom: em(15, 17);*/
  }
}

.eowm-item-link {
  text-decoration: none;
  padding-right: 2.0588235294em;
  background-image: url(img/read-more.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 8px;
  line-height: 1em;
}

/*******************Advantage to Working with Us Start**************************/
.advantage-working-with-us-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.advantage-working-with-us-module .inner-wrap, .advantage-working-with-us-module .inner-wrap-narrow, .advantage-working-with-us-module .inner-wrap-wide, .advantage-working-with-us-module .inner-wrap-fullwidth {
  padding-bottom: 4.375em;
}

.awwm-header {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.0454545455em;
  font-size: 1.375em;
}
@media (min-width: 40em) {
  .awwm-header {
    margin-bottom: 1.5142857143em;
    font-size: 2.1875em;
  }
}

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

.awwm-item {
  max-width: 18.25em;
  width: 100%;
  min-height: 20.4375em;
  text-align: center;
  position: relative;
  margin: 0 auto 1.5625em;
}
.awwm-item .front,
.awwm-item .back {
  overflow: hidden;
  background-color: #042e5a;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 18.25em;
  max-height: 20.4375em;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  backface-visibility: hidden;
  border-radius: 5px;
}
.awwm-item .front {
  padding-top: 4.25em;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.awwm-item .back {
  display: block;
  padding: 3.75em 3.5em;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.awwm-item.flip .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.awwm-item.flip .back {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
@media (min-width: 40em) {
  .awwm-item {
    width: 32.5%;
    float: left;
    margin-left: 0.75%;
  }
  .awwm-item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 60em) {
  .awwm-item {
    width: 25%;
    margin-left: 10.7020547945%;
  }
}
@media (min-width: 80em) {
  .awwm-item {
    width: 25%;
    margin-left: 7.8125em;
  }
}

.awwm-title {
  color: #ffffff;
  font-size: 1.0625em;
  position: absolute;
  bottom: 2.2941176471em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 9.8823529412em;
  font-family: "Roboto Slab", serif;
}

.awwm-text {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.0625em;
  line-height: 1.625em;
  padding-bottom: 1.7647058824em;
  display: block;
}

.awwm-vision {
  max-width: 8.125em;
  margin: 0 auto;
}
.awwm-vision img {
  display: block;
  width: 100%;
}

.awwm-cta {
  border-color: rgba(255, 255, 255, 0.43);
  font-size: 1.0625em;
  padding-top: 1.1764705882em;
  padding-bottom: 1.2352941176em;
  padding-left: 1.7647058824em;
  padding-right: 1.7647058824em;
  color: #ffffff;
}
.awwm-cta:hover {
  border-color: #0069c6;
}

/********Page style**********/
.page-intro {
  background-image: url(img/hero.jpg);
}

.pi-header {
  color: #ffffff;
  font-size: 2.8125em;
  display: table-cell;
  width: 68%;
  vertical-align: middle;
}

.pi-right-img {
  display: table-cell;
  width: 32%;
  text-align: right;
  padding-left: 1.25em;
  margin-top: 0.9375em;
}

.right-img {
  max-width: 20em;
  width: 100%;
  margin: 0 auto 1.875em;
  text-align: center;
}
.right-img a {
  display: block;
  margin: 0 0 0.625em 0;
}
.right-img img {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #bcbec3;
}
.right-img span {
  display: block;
  font-size: 0.875em;
  line-height: 1.2857142857em;
}
@media (min-width: 40em) {
  .right-img {
    float: right;
    margin: 0 0 1.875em 2.5em;
    width: 40%;
  }
}
@media (min-width: 60em) {
  .right-img {
    width: 100%;
  }
}

.gmap iframe {
  border: 1px solid #f2f2f2;
  height: 18.75em;
  max-width: 34.375em;
  width: 100%;
}
@media (min-width: 60em) {
  .gmap iframe {
    height: 21.875em;
  }
}

.image-gallery {
  margin-bottom: 1.5625em;
  text-align: center;
}
.image-gallery div div {
  margin-bottom: 0.625em;
  display: inline-block;
}
.image-gallery span {
  display: block;
  font-size: 0.875em;
  line-height: 1.2857142857em;
}
.image-gallery img {
  display: block;
  border-radius: 5px;
  border: 2px solid #bcbec3;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .image-gallery img {
    height: 300px;
  }
}
@media (min-width: 40em) {
  .image-gallery {
    text-align: left;
  }
}

.dest-cta-module {
  clear: both;
  text-align: right;
  margin-bottom: 1.25em;
}
.dest-cta-module a {
  text-align: center;
  padding: 1.21875em 1em;
  margin: 0.625em 0;
}
@media (min-width: 40em) {
  .dest-cta-module a:not(:first-child) {
    margin-left: 1.5625em;
  }
}

.right-btn {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .right-btn {
    clear: right;
  }
}

/*=============== bucket-gallery style ===============*/
.bucket-gallery {
  text-align: center;
}

.bg-item {
  max-width: 16.5625em;
  display: inline-block;
  vertical-align: top;
}
.bg-item h4 {
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  margin-top: 0.2777777778em;
}
.bg-item img {
  border-radius: 5px;
  border: 2px solid #bcbec3;
  width: 100%;
  display: block;
  max-height: 12.5em;
}

/*=============== sitemap page style ===============*/
.sitemap-menu ul {
  padding-left: 0.9375em;
  padding-top: 0.4375em;
}
.sitemap-menu li {
  padding-bottom: 0.4375em;
}
.sitemap-menu .menu-item-has-children > a {
  font-weight: 700;
}

/*=============== examples_of_our_work section ===============*/
.examples_of_our_work_section {
  margin-top: 1.875em;
}
.examples_of_our_work_section ul {
  margin-bottom: 2.1875em;
}
.examples_of_our_work_section ul:not([class]) {
  padding-left: 0;
}
.examples_of_our_work_section ul:not([class]) li:not([class]) {
  padding-left: 1.7647058824em;
}
.examples_of_our_work_section ul:not([class]) li:not([class]):after {
  left: 0;
}
@media (min-width: 40em) {
  .examples_of_our_work_section ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}

/*=============== capabilities-table section ===============*/
.capabilities-table {
  border-left: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  margin-bottom: 1.875em;
}
.capabilities-table dl {
  border-bottom: 1px solid #b5b5b5;
  margin: 0;
  width: 100%;
}
.capabilities-table dt,
.capabilities-table dd {
  display: block;
  padding: 1.25em;
  vertical-align: top;
  margin: 0;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.capabilities-table dt p,
.capabilities-table dd p {
  margin: 0;
  font-size: 1em;
}
.capabilities-table .rows-of-2 > div {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .capabilities-table dl {
    display: table;
  }
  .capabilities-table dt {
    width: 35%;
  }
  .capabilities-table dt,
.capabilities-table dd {
    display: table-cell;
    border-bottom: none;
  }
}

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  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;
}

.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: 2.3em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important;
}

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

  .search-text {
    height: 2.3em;
  }

  .search-submit {
    height: 2.3em;
  }
}
.search-module {
  background-color: #0069c6;
  height: 6em;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -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;
}
.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;
}

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0;
}

/*=============== 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: #0069c6;
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .link {
    display: none;
  }
}

.Footer-logo div {
  display: inline;
}
@media (min-width: 60em) {
  .Footer-logo div {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.FP-header {
  color: #4a4a4a;
  font-weight: normal;
  margin-top: 30px;
}

/**dest slider**/
.dest-slider {
  text-align: center;
  padding-bottom: 0.875em;
  padding-top: 0.4375em;
  max-width: 32.5em;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .dest-slider {
    position: relative;
    left: 30px;
  }
}
.dest-slider .flexslider {
  padding-bottom: 1.5em;
}
.dest-slider .flexslider .slides img {
  border: 1px solid #f2f2f2;
  max-width: 30.625em;
  height: 20em;
  /*width: auto;*/
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.dest-slider .flexslider .flex-direction-nav a {
  top: 50%;
}
.dest-slider .flexslider .flex-direction-nav a:before {
  height: 2.625em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(img/ic-arrowleft.png);
  transform: none;
}
.dest-slider .flexslider .flex-direction-nav a.flex-next:before {
  background-image: url(img/ic-arrowright.png);
}
.dest-slider .flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -15px !important;
}
@media (min-width: 60em) {
  .dest-slider .flexslider .flex-direction-nav .flex-prev {
    left: -30px !important;
  }
}
.dest-slider .flexslider .flex-direction-nav .flex-next {
  opacity: 1;
  right: -15px !important;
}
@media (min-width: 60em) {
  .dest-slider .flexslider .flex-direction-nav .flex-next {
    right: -30px !important;
  }
}
@media (min-width: 60em) {
  .dest-slider {
    float: right;
    margin: 0 1.6875em 0 0;
    width: 50%;
  }
}
@media (min-width: 80em) {
  .dest-slider {
    width: 100%;
  }
}

.flex-direction-nav a.flex-prev:before, .flex-direction-nav a:before {
  background-size: contain !important;
}

.page-id-1261 .right-img {
  display: none;
}

.page-id-1259 .right-img {
  display: none;
}

.parent-pageid-1138 .dest-cta-module {
  text-align: center;
}
@media (min-width: 40em) {
  .parent-pageid-1138 .dest-cta-module {
    text-align: right;
  }
}
@media (min-width: 80em) {
  .parent-pageid-1138 .dest-cta-module .btn, .parent-pageid-1138 .dest-cta-module button,
.parent-pageid-1138 .dest-cta-module input[type=submit], .parent-pageid-1138 .dest-cta-module .btn-download, .parent-pageid-1138 .dest-cta-module .btn-arrow, .parent-pageid-1138 .dest-cta-module .product-grid-item-link {
    margin-right: 1.6470588235em;
  }
}

@media (min-width: 40em) {
  .blog-table tbody tr td:nth-of-type(1) {
    width: 200px;
  }
  .blog-table .tg-6t3r {
    text-align: center;
  }
}
/*  Design Guide Post  */
.stuck-design {
  position: fixed;
  left: 0;
  top: 154px;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 10px 10px 0;
}
@media (max-width: 40em) {
  .stuck-design {
    position: relative;
    top: 0;
  }
}
@media (min-width: 40em) {
  .stuck-design {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}
@media (min-width: 80em) {
  .stuck-design {
    position: relative;
    top: 154px;
  }
}
@media (min-width: 60em) {
  .stuck-design {
    position: fixed;
    top: 175px;
    margin-top: 0px;
  }
}

.anchor-links-nav {
  border-bottom: 1px solid #cccccc;
  padding: 16px 0px 0;
  text-align: center;
  /*transition: all .1s ease-in-out;*/
}

.anchor-links-nav ul {
  padding: 0;
  list-style: none;
}

.entry-content ul {
  padding: 0 0 23px 16px;
  line-height: 26px;
  list-style-type: disc;
}

.anchor-links-nav li {
  display: inline-block;
  margin-bottom: 10px;
}

.anchor-links-nav li a {
  display: block;
  padding: 10px 20px;
  transition: 0.1s ease-in-out;
  text-decoration: none;
}

.anchor-links-nav li a:hover, .anchor-links-nav li.active a {
  background-color: #2d2f2f;
  color: #fff;
}

.anchor-links-nav li a:hover, .anchor-links-nav li.active2 a {
  background-color: #2d2f2f;
  color: #fff;
}

.jump-anchor {
  /*padding-top: 16.3125em !important;
  margin-top: -16.3125em;*/
  padding-top: 16.3125em !important;
  margin-top: -18.3125em;
  padding-bottom: 41px;
}
@media (max-height: 46em) and (min-width: 60em) {
  .jump-anchor {
    padding-top: 22.3125em !important;
    margin-top: -18.3125em;
  }
}

/*  Design Guide Post End Here  */
.top-heading {
  margin-top: 16px;
}

.shop-link:hover a {
  color: #ffffff !important;
}
.shop-link a {
  color: #0069c6 !important;
}
.shop-link a:hover {
  color: #000000 !important;
}
@media (min-width: 60em) {
  .shop-link:hover a {
    color: #000000 !important;
  }
}

/*
==========================================
form_overlapping_bucket
==========================================
*/
.module-wrap {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 40em) {
  .module-wrap {
    margin-bottom: 355px;
  }
}
@media (min-width: 60em) {
  .module-wrap {
    margin-bottom: 155px;
  }
}

.form_overlapping_bucket .form-content {
  padding: 15px 172px 0 172px;
}

.form-content {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 3px 40px #00000040;
  position: relative;
}
@media (min-width: 40em) {
  .form-content {
    padding: 60px 79px;
  }
}
@media (min-width: 60em) {
  .form-content {
    margin: 60px 0;
    padding: 60px 79px 120px 80px;
    box-shadow: 0px 3px 40px #00000040;
    max-width: 100%;
  }
}

.buckets-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 40em) {
  .buckets-wrap {
    margin: auto;
    position: absolute;
    /*top: 600px;*/
    left: 0;
    right: 0;
  }
}

.bucket {
  background: #042E5A;
  margin: 10px;
  max-width: 224px;
  min-width: 223px;
  text-align: center;
  padding: 28px 16px;
}
@media (min-width: 60em) {
  .bucket {
    max-width: 210px;
    min-width: 209px;
    padding: 28px 10px;
  }
}
@media (min-width: 80em) {
  .bucket {
    max-width: 221px;
    min-width: 220px;
  }
}

.bucket-icon {
  width: 61px;
  text-align: center;
}

.bucket-heading {
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  opacity: 1;
}

.bucket-details {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

@media (min-width: 80em) {
  .module-wrap iframe {
    padding: 0 80px;
  }
}

.content .gform_wrapper.gravity-theme .gform_footer, .content .gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: center;
}
.content input[type=text], .content .textarea {
  box-shadow: inset 0px 3px 6px #00000029;
  border: 1px solid #E6E6E6;
  border-radius: 1px;
  opacity: 1;
}
.content #field_5_7 {
  transform: scale(0.8);
  /* grid-column: unset;*/
}
@media (min-width: 40em) {
  .content #field_5_7 {
    transform: initial;
    /*grid-column: inherit;*/
  }
}
.content .gform_button {
  width: 232px;
}
.content .gform_heading {
  display: none;
}
.content .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0;
  font-family: "Roboto Slab";
  color: #000000;
}
@media (min-width: 80em) {
  .content iframe {
    padding: 0;
  }
}

.gform_ajax_spinner {
  display: none !important;
}

.gfield_required {
  color: red;
}

.page-id-16365 .advantage-working-with-us-module {
  display: none;
}

.page-id-16364 .advantage-working-with-us-module {
  display: none;
}

.page-id-16290 .advantage-working-with-us-module {
  display: none;
}

@media (min-width: 60em) {
  .gdd-002-b .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.gdd-002-b .row .col-3:nth-child(1) {
  background-color: #fff;
  padding: 3em 2.2em 2.5em;
}
@media (min-width: 1120px) {
  .gdd-002-b .row .col-3:nth-child(1) {
    padding: 3em 1.2em 2.5em;
  }
}
@media (min-width: 1250px) {
  .gdd-002-b .row .col-3:nth-child(1) {
    padding: 3em 1.2em 2.5em;
  }
}
.gdd-002-b .row .col-3 {
  padding: 1em 1em;
  width: 100%;
  /*@media(min-width: 60em){
      width: 47%;
      padding: 3em 1em;
  }*/
}
@media (min-width: 70em) {
  .gdd-002-b .row .col-3 {
    width: 25%;
    margin-right: 0;
  }
}
@media (max-width: 70em) {
  .gdd-002-b .row .col-3 {
    margin-right: 0;
  }
}
.gdd-002-b .social-wrap a {
  width: 26px;
}
.gdd-002-b .social-wrap a img {
  width: 19px;
  height: 19px;
}
.gdd-002-b .sf-logo {
  display: block;
  vertical-align: top;
  width: fit-content;
  margin: auto;
  margin-bottom: 2.125em;
}
@media (min-width: 70em) {
  .gdd-002-b .sf-logo {
    width: fit-content;
  }
}
.gdd-002-b .sf-logo img {
  width: 201px;
  margin: auto;
}
@media (min-width: 70em) {
  .gdd-002-b .sf-logo img {
    width: 201px;
  }
}
.gdd-002-b .FP-header {
  color: #000;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Roboto Slab";
  font-size: 24px;
  text-align: center;
}
@media (min-width: 70em) {
  .gdd-002-b .FP-header {
    text-align: left;
  }
}
.gdd-002-b .main-menu-item {
  background: transparent;
  border: 0;
  height: 2.8em;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0em;
}
@media (min-width: 60em) {
  .gdd-002-b .main-menu-item {
    height: 3.8em;
  }
}
@media (min-width: 1395px) {
  .gdd-002-b .main-menu-item {
    height: 2.8em;
  }
}
.gdd-002-b .main-menu-item a {
  line-height: 20px;
}
.gdd-002-b .main-menu-item a span {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
@media (min-width: 1390px) {
  .gdd-002-b .main-menu-item a span {
    white-space: nowrap;
  }
}
@media (min-width: 60em) {
  .gdd-002-b .Footer-logo div {
    padding: 0;
  }
}
.gdd-002-b .Footer-logo a {
  width: fit-content;
  display: block;
  margin: auto;
}
.gdd-002-b .fc-contact-btn {
  display: block;
  width: fit-content;
  padding: 0.8em 2.2em;
  margin: auto;
  background: transparent;
  color: #042e5a;
  font-size: 20px;
  border: 2px solid #042e5a;
  text-transform: capitalize;
  margin-bottom: 1em;
}
.gdd-002-b .fc-contact-btn:hover {
  color: #0069c6;
  border: 2px solid #0069c6;
}
.gdd-002-b .sh-rq {
  display: block;
  float: initial;
  padding: 0.8em 1.5em;
  width: fit-content;
  margin: auto;
  margin-bottom: 2em;
  font-size: 20px;
}
.gdd-002-b .site-nav {
  padding-bottom: 0em;
  background-color: transparent;
}
.gdd-002-b .site-nav .sn-li-l1 > a {
  padding: 0 1em 0 0em;
  text-align: center;
  width: fit-content;
  margin: auto;
  color: #000;
}
@media (min-width: 70em) {
  .gdd-002-b .site-nav .sn-li-l1 > a {
    text-align: left;
    margin: 0;
  }
}
.gdd-002-b .site-nav .sn-li-l1 > a:hover {
  text-decoration: underline;
}
.gdd-002-b .sf-small {
  background: #042e5a;
  color: #fff;
  border: 0;
}
.gdd-002-b .sf-small a {
  color: #fff;
}
.gdd-002-b .sf-small a:hover {
  text-decoration: none;
}
.gdd-002-b .sf-small .sf-small-link {
  padding-left: 0.9em;
  display: inline-block;
  position: relative;
}
.gdd-002-b .sf-small .sf-small-link:before {
  left: 0.5em;
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 60%;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #fff;
}
.gdd-002-b .sf-address p {
  margin-bottom: 0.5em;
  color: #000;
}
.gdd-002-b .sf-address p a {
  color: #000;
}

.inner-wrap.no-padding, .no-padding.inner-wrap-narrow, .no-padding.inner-wrap-wide, .no-padding.inner-wrap-fullwidth {
  padding: 0;
}

.who-we-are-module .inner-wrap, .who-we-are-module .inner-wrap-narrow, .who-we-are-module .inner-wrap-wide, .who-we-are-module .inner-wrap-fullwidth {
  padding-top: 3.125em;
  padding-bottom: 3.625em;
}
.who-we-are-module .wwam_content p:last-child {
  margin-bottom: 0;
}
.who-we-are-module .wwam-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-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-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.who-we-are-module .wwam-right {
  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;
  gap: 2px;
}
@media (min-width: 60em) {
  .who-we-are-module .wwam-heading {
    margin-bottom: 0;
  }
  .who-we-are-module .wwam-wrap {
    -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;
    -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;
    gap: 0;
  }
  .who-we-are-module .wwam-left {
    max-width: 29.3125em;
  }
  .who-we-are-module .wwam-right {
    -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;
    gap: 2px;
  }
  .who-we-are-module .wwam-right img {
    max-width: 8.75em;
  }
}
@media (min-width: 80em) {
  .who-we-are-module .wwam-right img {
    max-width: 100%;
  }
}
@media (min-width: 80em) and (max-height: 46em) and (min-width: 60em) {
  .who-we-are-module .wwam-right img {
    max-width: 12.5em;
  }
}

.careers-banefits-module {
  background-color: #f2f2f2;
}
.careers-banefits-module .inner-wrap, .careers-banefits-module .inner-wrap-narrow, .careers-banefits-module .inner-wrap-wide, .careers-banefits-module .inner-wrap-fullwidth {
  padding-bottom: 0.4375em;
}
.careers-banefits-module .cbm-header {
  text-transform: uppercase;
  text-align: center;
}
.careers-banefits-module .cbm-content p {
  text-align: center;
}
.careers-banefits-module .cbmi-title {
  font-size: 1.875em;
  line-height: 1.1666666667em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.6333333333em;
  width: 100%;
}
.careers-banefits-module .cbm-items-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-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-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
  margin-top: 0.9375em;
}
.careers-banefits-module .cbm-item {
  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-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-size: cover;
  background-position: center;
  width: 100%;
  max-width: 29.1875em;
  -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;
  background-size: cover;
  background-position: center;
  height: 16.75em;
  padding: 0.625em 0.9375em;
}
.careers-banefits-module .cbm-item:hover, .careers-banefits-module .cbm-item:focus {
  background: #042e5a;
  background-image: none !important;
}
.careers-banefits-module .cbm-item:hover .cbmi-content, .careers-banefits-module .cbm-item:focus .cbmi-content {
  display: block;
}
.careers-banefits-module .cbmi-content {
  display: none;
}
.careers-banefits-module .cbmi-content p {
  color: #ffffff;
  font-size: 0.9375em;
}
.careers-banefits-module .cbmi-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .careers-banefits-module .cbm-item {
    width: calc(33.33% - 1px);
    max-width: 100%;
    padding: 0.625em 0.9375em;
  }
  .careers-banefits-module .cbm-item.cbm-item4, .careers-banefits-module .cbm-item.cbm-item5 {
    width: calc(50% - 1px);
  }
}
@media (min-width: 80em) {
  .careers-banefits-module .cbm-item {
    padding: 0.625em 1.6875em;
  }
}

.open-position-module .inner-wrap, .open-position-module .inner-wrap-narrow, .open-position-module .inner-wrap-wide, .open-position-module .inner-wrap-fullwidth {
  padding-top: 4.125em;
  padding-bottom: 5.3125em;
}
.open-position-module .opm-header {
  margin-bottom: 0.5882352941em;
}
.open-position-module .click-expand-wrap {
  max-width: 43.875em;
  margin: 3.0625em auto 0;
}
.open-position-module .click-expand {
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.open-position-module .click-expand:hover, .open-position-module .click-expand:focus {
  background-color: transparent;
}
.open-position-module .click-expand:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
}
.open-position-module .click-expand:last-child .ce-header {
  padding-bottom: 1.375em;
}
.open-position-module .click-expand.active .ce-header {
  padding-bottom: 0.75em;
}
.open-position-module .click-expand.active .ce-body {
  padding: 0 0 2.3125em !important;
}
.open-position-module .ce-header {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #175588;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5em 3.2916666667em 1.375em 0;
}
.open-position-module .ce-header:after {
  font-size: 1.5833333333em;
  right: 1.4473684211em;
  padding-left: 0;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 30em) {
  .open-position-module .ce-header:after {
    top: 40%;
  }
}
.open-position-module .opm-cta-wrap {
  text-align: center;
}
.open-position-module .opm-cta {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  padding: 0.9444444444em 0.5555555556em;
  min-width: 13.3333333333em;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #0069c6;
  border: 1px solid #0069c6;
  text-transform: capitalize;
}
.open-position-module .opm-cta:hover, .open-position-module .opm-cta:focus {
  background-color: #ffffff;
  color: #0069c6;
}

.fullwidth-contact-module {
  background-size: cover;
  background-position: center;
  text-align: center;
}
.fullwidth-contact-module .inner-wrap, .fullwidth-contact-module .inner-wrap-narrow, .fullwidth-contact-module .inner-wrap-wide, .fullwidth-contact-module .inner-wrap-fullwidth {
  padding-top: 3.6875em;
  padding-bottom: 4.5em;
}
.fullwidth-contact-module .fcm-heading {
  color: #ffffff;
  margin-bottom: 0.7352941176em;
}
.fullwidth-contact-module .fcm_content {
  margin-bottom: 2em;
}
.fullwidth-contact-module .fcm_content p {
  color: #ffffff;
  margin-bottom: 1.6470588235em;
}
.fullwidth-contact-module .fcm_content a {
  color: #ffffff;
}
.fullwidth-contact-module .fcm_content a:hover, .fullwidth-contact-module .fcm_content a:focus {
  text-decoration: none;
}
.fullwidth-contact-module .fcm-cta {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-transform: initial;
  font-weight: 500;
  min-width: 13.3333333333em;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #084a90;
  padding: 0.9444444444em 0.5555555556em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
}
.fullwidth-contact-module .fcm-cta:before {
  content: "";
  position: absolute;
  bottom: -0.2857142857em;
  width: calc(100% + 2px);
  height: 0.2857142857em;
  left: -1px;
  background: rgba(255, 255, 255, 0.6);
}
.fullwidth-contact-module .fcm-cta:hover, .fullwidth-contact-module .fcm-cta:focus {
  border: 1px solid #084a90;
  background-color: #084a90;
  color: #ffffff;
}
@media (min-width: 60em) {
  .fullwidth-contact-module {
    text-align: left;
  }
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: auto !important;
}

@media (min-width: 60em) {
  .mfp-zoom-out-cur .sh-sticky-wrap.stuck {
    width: calc(100% - 15px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .mfp-zoom-out-cur .pillar-page-nav.stuck-design {
    width: calc(100% - 15px);
  }
}

.pillar-page-mar.inner-wrap.no-padding, .pillar-page-mar.no-padding.inner-wrap-narrow, .pillar-page-mar.no-padding.inner-wrap-wide, .pillar-page-mar.no-padding.inner-wrap-fullwidth {
  padding: 0;
}

/*======== Our Resources Module =========*/
.orm-item {
  display: block;
  margin: auto;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 1px solid #C3C3C3;
  width: 16.8175em;
  height: 32.004375em;
}

.orm-img {
  width: 140px;
  height: 182px;
  margin-top: -71px;
  margin-left: 63px;
  display: block;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 9;
}
@media (min-width: 60em) {
  .orm-img {
    margin-left: -4px;
  }
}
.orm-img:before {
  content: "";
  position: absolute;
  width: 169px;
  height: 169px;
  background-color: #0169C5;
  border-radius: 50%;
  left: -30px;
  top: -32px;
  z-index: -1;
}
.orm-img:after {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  background-color: #042E5A;
  border-radius: 50%;
  right: -33px;
  bottom: 25px;
  z-index: -1;
}

.orm-title {
  display: block;
  font-size: 1.125em;
  line-height: 1.1111111111em;
  font-family: Roboto Slab, Bold;
  max-width: 9.8333333333em;
  font-weight: bold;
  color: #042E5A;
  margin-top: 1em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.orm-desc {
  display: block;
  font-size: 0.875em;
  line-height: 1.4285714286em;
  font-family: Work Sans, Regular;
  max-width: 14.2857142857em;
  font-weight: 400;
  color: #042E5A;
}

.orm-content {
  padding-left: 2.15875em;
  padding-right: 2.15875em;
}

.orm-cta {
  display: block;
  background-color: #0169C5;
  color: #fff;
  padding: 0.78125em 2.75em;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.orm-cta:before {
  width: 3.7525em;
  height: 2.9375em;
  right: 0;
  background-color: #084990;
  content: "";
  position: absolute;
  top: 0;
}
.orm-cta:after {
  width: 25.26px;
  height: 25.26px;
  background-image: url(img/noun-download.svg);
  right: 13px;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.orm-cta:hover {
  color: #ffffff;
}

.orm-slider {
  margin-bottom: 5.8125em;
  margin-top: 9.375em;
}

.orm-heading {
  text-align: center;
  font-size: 1.875em;
  text-transform: uppercase;
  font-family: Work Sans, Bold;
  color: #042E5A;
  margin-top: 1em;
}

.orm-slider .slick-dots {
  position: relative;
  bottom: -45px;
}
.orm-slider .slick-dots li {
  margin: 0 1px;
}
.orm-slider .slick-dots li button {
  border: 1px solid #95989A;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
}
.orm-slider .slick-dots li button:before {
  content: none;
}
.orm-slider .slick-dots li.slick-active button {
  background-color: #0169C5;
  border: 1px solid #0169C5;
}
.orm-slider .slick-list {
  padding: 0 !important;
  overflow: initial;
}
@media (min-width: 60em) {
  .orm-slider .slick-list {
    padding: 0 200px !important;
  }
}

/*======== Product Tabs Module =========*/
.product-accordion-tabs.accordion-tabs {
  margin: 0 !important;
}
.product-accordion-tabs.accordion-tabs .tab-header-and-content {
  border-bottom: none;
  display: block;
  margin-bottom: 1px;
}
@media (min-width: 80em) {
  .product-accordion-tabs.accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
@media (min-width: 60em) {
  .product-accordion-tabs.accordion-tabs .tab-header-and-content:not(:last-child) .tab-link-new {
    border-right: 1px solid #ffffff;
  }
}
.product-accordion-tabs.accordion-tabs .tab-link-new {
  font-size: 1.125em;
  line-height: 1.1111111111em;
  padding: 1.3333333333em 1.6666666667em 1.7222222222em;
  color: #ffffff;
  font-weight: 400;
  font-family: Roboto Slab, Regular;
  border: none;
  display: block;
  text-decoration: none;
  background-color: #084990;
  text-align: left;
  position: relative;
}
.product-accordion-tabs.accordion-tabs .tab-link-new:hover {
  background-color: #0169C5;
  color: #ffffff;
}
.product-accordion-tabs.accordion-tabs .tab-link-new:hover:before {
  background-color: #084990;
  height: 1.0625em;
  content: "";
  width: 100%;
  position: absolute;
  bottom: -17px;
  left: 0;
}
@media (min-width: 40em) {
  .product-accordion-tabs.accordion-tabs .tab-link-new {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .product-accordion-tabs.accordion-tabs .tab-link-new:before {
    display: none;
  }
}
@media (min-width: 80em) {
  .product-accordion-tabs.accordion-tabs .tab-link-new {
    width: calc(19.99% - 4px);
    text-align: center;
    padding: 1.6666666667em 0em;
    font-size: 1.125em;
    line-height: 1.1666666667em;
    height: 4.3888888889em;
  }
  .product-accordion-tabs.accordion-tabs .tab-link-new:before {
    display: block;
  }
}
@media (min-width: 80em) and (min-width: 1870px) {
  .product-accordion-tabs.accordion-tabs .tab-link-new {
    width: calc(16.66% - 4px);
  }
}
.product-accordion-tabs.accordion-tabs .tab-link-new > span {
  /*display: inline-block;*/
  position: relative;
  padding-bottom: 1.3888888889em;
}
@media (min-width: 80em) {
  .product-accordion-tabs.accordion-tabs .tab-link-new > span {
    padding-bottom: 1.3888888889em;
  }
}
.product-accordion-tabs.accordion-tabs .tab-link-new.is-active {
  background-color: #0169C5;
  color: #ffffff;
  position: relative;
}
@media (min-width: 80em) {
  .product-accordion-tabs.accordion-tabs .tab-link-new.is-active {
    font-size: 1.125em;
    line-height: 1.1111111111em;
    height: 4.3888888889em;
  }
}
.product-accordion-tabs.accordion-tabs .tab-link-new.is-active:before {
  background-color: #084990;
  height: 1.0625em;
  content: "";
  width: 100%;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.product-accordion-tabs.accordion-tabs .tab-content {
  border: none;
  background-color: #ffffff;
  padding: 0;
}
@media (min-width: 60em) {
  .product-accordion-tabs.accordion-tabs .tab-content .inner-wrap, .product-accordion-tabs.accordion-tabs .tab-content .inner-wrap-narrow, .product-accordion-tabs.accordion-tabs .tab-content .inner-wrap-wide, .product-accordion-tabs.accordion-tabs .tab-content .inner-wrap-fullwidth {
    padding-top: 5.875em;
    padding-bottom: 3.4375em;
  }
}
@media (min-width: 80em) {
  .product-accordion-tabs .tab-header-and-content:first-child .tab-link-new {
    display: inline-block;
  }
  .product-accordion-tabs .tab-header-and-content.list-none {
    display: none;
  }
}

.ptcw-item {
  display: block;
  margin: auto;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  width: 304px;
  height: 295px;
}

.ptcw-image img {
  max-width: 304px;
  max-height: 200px;
  display: block;
  margin: auto;
}

.hidden {
  visibility: hidden;
}

.ptcw-title {
  display: block;
  font-size: 1.125em;
  line-height: 1.1111111111em;
  font-family: Roboto Slab, Bold;
  margin: 0.5555555556em auto;
  max-width: 11.0555555556em;
  font-weight: bold;
  color: #042E5A;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ptc-slider {
  margin-top: 3.125em !important;
}
.ptc-slider .slick-dots {
  position: relative;
}
.ptc-slider .slick-dots li button {
  border: 1px solid #95989A;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
}
.ptc-slider .slick-dots li button:before {
  content: none;
}
.ptc-slider .slick-dots li.slick-active button {
  background-color: #0169C5;
  border: 1px solid #0169C5;
}
.ptc-slider .slick-list {
  padding: 0 !important;
}
@media (min-width: 40em) {
  .ptc-slider .slick-list {
    margin-top: 3.125em !important;
  }
}
@media (min-width: 60em) {
  .ptc-slider .slick-list {
    padding: 0 40px !important;
  }
}

.ptm-cta-wrap {
  margin: 50px auto 53px !important;
  display: block;
  text-align: center;
}
@media (min-width: 60em) {
  .ptm-cta-wrap {
    margin: 60px auto 63px !important;
  }
}
.ptm-cta-wrap .btn, .ptm-cta-wrap button,
.ptm-cta-wrap input[type=submit], .ptm-cta-wrap .btn-download, .ptm-cta-wrap .btn-arrow, .ptm-cta-wrap .product-grid-item-link {
  font-size: 1.0625em;
  padding-top: 0.7058823529em;
  padding-bottom: 0.7058823529em;
  min-width: 11.2352941176em;
  padding-left: initial;
  padding-right: initial;
}

.ad-banner {
  background-color: #084a90;
  padding: 1.25em;
  text-align: center;
}
@media (min-width: 60em) {
  .ad-banner {
    text-align: left;
  }
}
.ad-banner .inner-wrap, .ad-banner .inner-wrap-narrow, .ad-banner .inner-wrap-wide, .ad-banner .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
.ad-banner .ad-p {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .ad-banner .ad-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.ad-banner .ad-wrap p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4375em;
}
@media (min-width: 60em) {
  .ad-banner .ad-wrap p {
    width: 66%;
    padding-right: 0.625em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1010px) {
  .ad-banner .ad-wrap p {
    font-size: 1.3em;
  }
}
@media (min-width: 60em) {
  .ad-banner .ad-wrap div {
    width: 34%;
  }
}

.pillar-page-intro {
  position: relative;
}
.pillar-page-intro::before {
  content: "";
  background: transparent linear-gradient(90deg, #01396A 0%, #01396ACC 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
}
.pillar-page-intro .pi-right-img {
  display: block;
  width: unset;
  text-align: unset;
  padding: 0;
}
.pillar-page-intro > .inner-wrap, .pillar-page-intro > .inner-wrap-narrow, .pillar-page-intro > .inner-wrap-wide, .pillar-page-intro > .inner-wrap-fullwidth {
  display: flex;
  flex-direction: column;
}
@media (min-width: 60em) {
  .pillar-page-intro > .inner-wrap, .pillar-page-intro > .inner-wrap-narrow, .pillar-page-intro > .inner-wrap-wide, .pillar-page-intro > .inner-wrap-fullwidth {
    flex-direction: row;
  }
}
.pillar-page-intro > .inner-wrap .ppi-wrap, .pillar-page-intro > .inner-wrap-narrow .ppi-wrap, .pillar-page-intro > .inner-wrap-wide .ppi-wrap, .pillar-page-intro > .inner-wrap-fullwidth .ppi-wrap {
  width: 100%;
  z-index: 1;
  text-align: center;
}
.pillar-page-intro > .inner-wrap .ppi-wrap .pi-header, .pillar-page-intro > .inner-wrap-narrow .ppi-wrap .pi-header, .pillar-page-intro > .inner-wrap-wide .ppi-wrap .pi-header, .pillar-page-intro > .inner-wrap-fullwidth .ppi-wrap .pi-header {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .pillar-page-intro > .inner-wrap .ppi-wrap, .pillar-page-intro > .inner-wrap-narrow .ppi-wrap, .pillar-page-intro > .inner-wrap-wide .ppi-wrap, .pillar-page-intro > .inner-wrap-fullwidth .ppi-wrap {
    max-width: 42.3125rem;
    text-align: unset;
  }
  .pillar-page-intro > .inner-wrap .ppi-wrap .pi-header, .pillar-page-intro > .inner-wrap-narrow .ppi-wrap .pi-header, .pillar-page-intro > .inner-wrap-wide .ppi-wrap .pi-header, .pillar-page-intro > .inner-wrap-fullwidth .ppi-wrap .pi-header {
    display: table-cell;
    width: 68%;
  }
}
.pillar-page-intro .anchor-links-nav-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .pillar-page-intro .anchor-links-nav-wrap {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 24.6875em;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.pillar-page-intro .anchor-links-wrap {
  text-align: center;
}
@media (min-width: 60em) {
  .pillar-page-intro .anchor-links-wrap {
    text-align: unset;
  }
}
.pillar-page-intro .anchor-links-wrap li {
  padding: 0.9375em 0;
  border-bottom: 1px solid #ffffff;
}
.pillar-page-intro .anchor-links-wrap li a {
  text-decoration: none;
  color: #ffffff;
}
.pillar-page-intro .page-intro h1 {
  padding-top: 0.625em;
}

.available_product_module {
  padding: 2.1875em 0;
}
.available_product_module .flex-direction-nav a {
  width: 15px;
  height: 30px;
  top: 50%;
  opacity: 1;
}
.available_product_module .flex-direction-nav a::before {
  height: 30px;
}
.available_product_module .product-carousel .flex-control-nav {
  bottom: -40px;
}
@media (min-width: 40em) {
  .available_product_module .product-carousel .flex-control-nav {
    bottom: -50px;
  }
}
.available_product_module .product-carousel .flex-control-nav li a.flex-active {
  background-color: #0169C5;
  border: 1px solid #0169C5;
}
.available_product_module .product-carousel .flex-control-nav li a {
  background-color: #ffffff;
  border: 1px solid #0169C5;
}

.flex-control-paging li a {
  background-color: #ffffff !important;
  border: 1px solid #0169C5;
}

.flex-control-paging li a.flex-active {
  background-color: #0169C5 !important;
  border: 1px solid #0169C5;
}

.apms-item {
  text-align: center;
  max-width: 17.9375em;
  width: 100%;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  margin: 0 auto;
  max-height: 16.75em;
  display: block;
  text-decoration: none;
  margin-bottom: 0.1875em;
  position: relative;
}
.apms-item .apms_overlay_wrapper {
  width: 90%;
  position: absolute;
  z-index: 2;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.apms-item .apms_overlay_wrapper .apms_overlay_content {
  font-size: 0.875em;
}
.apms-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.apms-item:hover .apms_overlay_wrapper {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
.apms-item:hover::before {
  background: #084990;
}
.apms-item .product-img {
  max-width: 15.0625rem;
  display: block;
  margin: 1.25em;
}
.apms-item .apms_heading {
  margin-bottom: 3.75em;
  color: #042E5A;
  font-size: 1.125em;
}

#applications .tab-header-and-content .tab-link {
  font-size: 0.875em;
  font-weight: 500;
}
@media (min-width: 60em) {
  #applications .tab-header-and-content .tab-link {
    max-width: 13.9285714286em;
    width: 100%;
  }
}
#applications .pfpm-tabs .accordion-tabs .tab-link {
  border: unset;
}
#applications .pfpm-tabs .accordion-tabs .tab-link.is-active {
  border-bottom: solid 5px #084a90;
}
#applications .accordion-tabs .tab-link {
  color: #fff;
  background-color: #084990;
}
#applications .accordion-tabs .tab-link.is-active {
  background-color: #0069c6;
}
#applications .tab-content {
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  margin-top: 1.5em;
  padding: 2em;
}

.bap-img-container {
  padding-bottom: 0.5em !important;
}

/*===================== Call To Action Buttons Module =================*/
.call-to-action-buttons-module {
  margin-top: 1.875em;
  position: relative;
}
@media (min-width: 40em) {
  .call-to-action-buttons-module {
    display: flex;
    margin-top: 3.4375em;
  }
}

.ctabm-wrap {
  width: 100%;
  display: block;
  background-color: #084990;
  color: white;
  text-align: center;
  transition-duration: 0.3s;
}
.ctabm-wrap:hover {
  background-color: #0069C6;
}
.ctabm-wrap:hover::before {
  background-color: #0069C6;
}
.ctabm-wrap:hover::after {
  background-color: #0069C6;
}
.ctabm-wrap::before {
  content: "";
  background-color: #084990;
  width: 101%;
  height: 50%;
  position: absolute;
  top: 0;
  /* left: 0; */
  left: -100%;
}
@media (min-width: 40em) {
  .ctabm-wrap::before {
    height: 100%;
  }
}
.ctabm-wrap::after {
  content: "";
  background-color: #084990;
  width: 101%;
  height: 50%;
  position: absolute;
  top: 0;
  /* left: 0; */
  right: -100%;
}
@media (min-width: 40em) {
  .ctabm-wrap::after {
    display: none;
  }
}
.ctabm-wrap a {
  color: white;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ctabm-wrap:nth-child(odd) {
  line-height: 3.125em;
}
.ctabm-wrap:nth-child(even) {
  background-color: #0069C6;
}
.ctabm-wrap:nth-child(even):hover {
  background-color: #084990;
}
.ctabm-wrap:nth-child(even):hover::before {
  background-color: #084990;
}
.ctabm-wrap:nth-child(even):hover::after {
  background-color: #084990;
}
.ctabm-wrap:nth-child(even)::before {
  content: "";
  background-color: #0069C6;
  width: 101%;
  height: 50%;
  position: absolute;
  top: 0;
  /* left: 0; */
  left: -100%;
  top: 50%;
}
@media (min-width: 40em) {
  .ctabm-wrap:nth-child(even)::before {
    display: none;
  }
}
.ctabm-wrap:nth-child(even)::after {
  content: "";
  background-color: #0069C6;
  width: 101%;
  height: 50%;
  position: absolute;
  top: 0;
  /* left: 0; */
  right: -100%;
  top: 50%;
  display: block;
}
@media (min-width: 40em) {
  .ctabm-wrap:nth-child(even)::after {
    height: 100%;
    top: 0;
  }
}
@media (min-width: 40em) {
  .ctabm-wrap {
    width: 50%;
  }
}

.ctabm-btn {
  padding: 2.46875rem 0.625rem;
  display: block;
  text-decoration: none;
}
.ctabm-btn:focus, .ctabm-btn:hover {
  text-decoration: none;
}
.ctabm-btn span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2em;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.ctabm-btn span strong {
  display: block;
}
.ctabm-btn img {
  vertical-align: middle;
}
.ctabm-btn i {
  font-size: 3rem;
  margin-left: 1rem;
  vertical-align: middle;
}
.ctabm-btn:focus:not(:active):not(:hover) {
  outline-offset: -2px;
}

.anchor-links-nav-new {
  display: none;
  position: fixed;
  left: 0;
  /*top: em(149);*/
  width: 100%;
  background-image: url(img/nav-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 95;
}
@media (min-width: 60em) {
  .anchor-links-nav-new.stuck {
    display: block;
  }
  .anchor-links-nav-new .anchor-links-wrap {
    background-color: #084990;
    display: flex;
  }
  .anchor-links-nav-new .anchor-links-wrap > li {
    flex: 1 auto;
    padding: 0.3125em 0.625em;
    text-align: center;
  }
  .anchor-links-nav-new .anchor-links-wrap > li > a {
    font-size: 12px;
    text-align: center;
  }
  .anchor-links-nav-new .anchor-links-wrap > li.active {
    background-color: #d60435;
  }
  .anchor-links-nav-new .anchor-links-wrap > li.active > a {
    color: white;
  }
}
@media (min-width: 80em) {
  .anchor-links-nav-new {
    /*top:em(165);*/
  }
  .anchor-links-nav-new .anchor-links-wrap > li > a {
    font-size: 14px;
    padding: 8px 0 5px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .anchor-links-nav-new {
    /*top:145px;*/
  }
}

#applications {
  padding: 0;
  margin: 0;
}

#materials {
  padding: 2.1875em 0;
}

.left-ctas {
  text-align: center;
}
@media (min-width: 40em) {
  .left-ctas {
    text-align: left;
  }
}

#overview .flex-direction-nav a {
  width: 25px;
  height: 30px;
  top: 50%;
  opacity: 1;
}

#overview, .overview {
  padding-top: 2.5em;
}
#overview .flex-control-nav, .overview .flex-control-nav {
  bottom: -20px;
}

#applications {
  padding-top: 1.875em;
}

.content-columns {
  padding: 2.1875em 0;
}

.fumehoods-intro .inner-wrap, .fumehoods-intro .inner-wrap-narrow, .fumehoods-intro .inner-wrap-wide, .fumehoods-intro .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}

#examples .apms-item:hover .apms_heading {
  text-decoration: underline;
}
#examples .apms-item:hover::before {
  background-color: unset;
}

.pillerpage-anchor .pillar-page-mar.margin-sec {
  margin-top: 0;
}

#examples .apms-item {
  height: auto;
  max-height: unset;
}

#py-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
  margin-top: 0.625em;
}

@media (min-width: 40em) {
  .twocol {
    columns: 2;
  }
}

.pillerpage-anchor .dest-cta-module {
  clear: inherit;
}

.fumehoods-intro .inner-wrap, .fumehoods-intro .inner-wrap-narrow, .fumehoods-intro .inner-wrap-wide, .fumehoods-intro .inner-wrap-fullwidth {
  padding-bottom: 8em;
}

.available_product_module {
  clear: both;
}

@media (min-width: 80em) {
  .home .product-tab-module .accordion-tabs.product-accordion-tabs {
    display: block;
    text-align: center;
  }
}
#remove-confirmation {
  display: none;
}

.dest-btn {
  margin-top: 1.25em;
}

.page-id-9 .inner-wrap, .page-id-9 .inner-wrap-narrow, .page-id-9 .inner-wrap-wide, .page-id-9 .inner-wrap-fullwidth {
  padding-top: 2em;
  padding-bottom: 2em;
}

#cn-accept-cookie {
  background-color: #2d67c4 !important;
}

body .product-accordion-tabs.accordion-tabs .tab-content {
  display: none !important;
}

@media (min-width: 60em) {
  .lpc-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.lp-img {
  text-align: center;
}
.lp-img a {
  display: inline-block;
  vertical-align: middle;
}
.lp-img a img {
  vertical-align: middle;
}

.lpc-content {
  margin-bottom: 2.5em;
}
.lpc-content h2 {
  color: #0069C6;
}
@media (min-width: 80em) {
  .lpc-content h2 {
    font-size: 2.25em;
    line-height: 1.1666666667em;
    padding-right: 0.6944444444em;
  }
}
@media (min-width: 60em) {
  .lpc-content {
    width: 60%;
    margin-bottom: 0;
    padding-right: 0.75em;
  }
}

@media (min-width: 60em) {
  .lpc-form {
    padding-left: 0.75em;
    width: 40%;
  }
}

.lpc-form-wrap {
  background-color: rgba(0, 105, 198, 0.1);
  box-shadow: 0px 3px 6px #00000029;
  padding: 1.6875em 1.25em 0.6875em 1.25em;
}
.lpc-form-wrap .gform_wrapper.gravity-theme input[type=tel],
.lpc-form-wrap .gform_wrapper.gravity-theme input[type=text],
.lpc-form-wrap .gform_wrapper.gravity-theme textarea,
.lpc-form-wrap .gform_wrapper.gravity-theme input[type=email] {
  border: 1px solid #00000033;
  background-color: #ffffff;
  padding: 1.1111111111em;
  min-height: 3.7222222222em !important;
  font-size: 1.125em;
  line-height: 1.1111111111em !important;
}
.lpc-form-wrap .gform_wrapper.gravity-theme input[type=tel]::placeholder,
.lpc-form-wrap .gform_wrapper.gravity-theme input[type=text]::placeholder,
.lpc-form-wrap .gform_wrapper.gravity-theme textarea::placeholder,
.lpc-form-wrap .gform_wrapper.gravity-theme input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.47);
}
.lpc-form-wrap .gform-footer {
  justify-content: center;
}
.lpc-form-wrap .gform-footer input[type=submit].gform_button {
  min-height: 3.0555555556em;
  font-size: 1.125em;
}
.lpc-form-wrap .gform_required_legend, .lpc-form-wrap .gform_description {
  display: none;
}

.page-template-landingpage .site-content > .inner-wrap, .page-template-landingpage .site-content > .inner-wrap-narrow, .page-template-landingpage .site-content > .inner-wrap-wide, .page-template-landingpage .site-content > .inner-wrap-fullwidth, .page-template-landingpage-ty .site-content > .inner-wrap, .page-template-landingpage-ty .site-content > .inner-wrap-narrow, .page-template-landingpage-ty .site-content > .inner-wrap-wide, .page-template-landingpage-ty .site-content > .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}
.page-template-landingpage .sh-nav-warp, .page-template-landingpage-ty .sh-nav-warp {
  display: none;
}
@media (min-width: 60em) {
  .page-template-landingpage .site-header, .page-template-landingpage-ty .site-header {
    min-height: 7.125em;
  }
}
@media (min-width: 80em) {
  .page-template-landingpage .site-header, .page-template-landingpage-ty .site-header {
    min-height: 8em;
  }
}
.page-template-landingpage .sh-sticky-wrap > .inner-wrap, .page-template-landingpage .sh-sticky-wrap > .inner-wrap-narrow, .page-template-landingpage .sh-sticky-wrap > .inner-wrap-wide, .page-template-landingpage .sh-sticky-wrap > .inner-wrap-fullwidth, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap-narrow, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap-wide, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap-fullwidth {
  padding-top: 0.875em;
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .page-template-landingpage .sh-sticky-wrap, .page-template-landingpage-ty .sh-sticky-wrap {
    height: 7.125em;
  }
  .page-template-landingpage .sh-sticky-wrap > .inner-wrap, .page-template-landingpage .sh-sticky-wrap > .inner-wrap-narrow, .page-template-landingpage .sh-sticky-wrap > .inner-wrap-wide, .page-template-landingpage .sh-sticky-wrap > .inner-wrap-fullwidth, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap-narrow, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap-wide, .page-template-landingpage-ty .sh-sticky-wrap > .inner-wrap-fullwidth {
    padding-bottom: 0.875em;
  }
  .page-template-landingpage .sh-sticky-wrap.stuck, .page-template-landingpage-ty .sh-sticky-wrap.stuck {
    height: 6.25em;
    border-bottom: 1px solid #d7d7d7;
  }
  .page-template-landingpage .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap, .page-template-landingpage .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-narrow, .page-template-landingpage .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-wide, .page-template-landingpage .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-fullwidth, .page-template-landingpage-ty .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap, .page-template-landingpage-ty .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-narrow, .page-template-landingpage-ty .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-wide, .page-template-landingpage-ty .sh-sticky-wrap.stuck .sh-nav-warp .inner-wrap-fullwidth {
    padding-top: 0;
  }
  .page-template-landingpage .sh-sticky-wrap.stuck .sh-utility-nav, .page-template-landingpage-ty .sh-sticky-wrap.stuck .sh-utility-nav {
    top: initial;
    height: initial;
  }
}
@media (min-width: 80em) {
  .page-template-landingpage .sh-sticky-wrap, .page-template-landingpage-ty .sh-sticky-wrap {
    height: 8em;
  }
  .page-template-landingpage .sh-sticky-wrap.stuck, .page-template-landingpage-ty .sh-sticky-wrap.stuck {
    height: 6.8125em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .page-template-landingpage .sh-sticky-wrap.stuck, .page-template-landingpage-ty .sh-sticky-wrap.stuck {
    height: 6.8125em;
  }
}

.landing-ty-wrap {
  text-align: center;
}
.landing-ty-wrap h2 {
  color: #0069C6;
}
@media (min-width: 80em) {
  .landing-ty-wrap h2 {
    font-size: 2.25em;
    line-height: 1.1666666667em;
    padding-right: 0.6944444444em;
  }
}

.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;
  text-align: center;
}

.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: 10px;
  height: 15px;
  margin: -20px 0 0;
  position: absolute;
  top: 35%;
  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 {
  opacity: 0.3;
  left: 10px !important;
}

.flex-direction-nav .flex-next {
  opacity: 0.3;
  right: 10px !important;
}

.flexslider:hover .flex-prev {
  left: 10px !important;
}

.flexslider:hover .flex-next {
  right: 10px !important;
}

@media screen and (max-width: 400px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.3;
    left: -10px !important;
  }

  .flex-direction-nav .flex-next {
    opacity: 0.3;
    right: -10px !important;
  }

  .flexslider:hover .flex-prev {
    left: -10px !important;
  }

  .flexslider:hover .flex-next {
    right: -10px !important;
  }
}
@media screen and (min-width: 640px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.3;
    left: 0px !important;
  }

  .flex-direction-nav .flex-next {
    opacity: 0.3;
    right: 0px !important;
  }

  .flexslider:hover .flex-prev {
    left: 0px !important;
  }

  .flexslider:hover .flex-next {
    right: 0px !important;
  }
}
@media screen and (min-width: 1080px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.3;
    left: -60px !important;
  }

  .flex-direction-nav .flex-next {
    opacity: 0.3;
    right: -60px !important;
  }

  .flexslider:hover .flex-prev {
    left: -60px !important;
  }

  .flexslider:hover .flex-next {
    right: -60px !important;
  }
}
@media screen and (min-width: 1500px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.3;
    left: -80px !important;
  }

  .flex-direction-nav .flex-next {
    opacity: 0.3;
    right: -80px !important;
  }

  .flexslider:hover .flex-prev {
    left: -80px !important;
  }

  .flexslider:hover .flex-next {
    right: -80px !important;
  }
}
.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: 0.9375em;
  background-size: 10px 15px;
  background-repeat: no-repeat;
  background-image: url(img/slide-arrow.svg);
}

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-prev:before {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flex-direction-nav a.flex-next:before {
  background-image: url(img/slide-arrow.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: -15px;
  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;
}

.flex-direction-nav .flex-next {
  opacity: 0.3;
}

/* Magnific Popup CSS */
.mfp-zoom-out-cur {
  overflow: hidden;
}

.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: 40%;
    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;
  }
}
.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, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  100%, 20%, 53%, 80%, from {
    -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 {
  100%, 20%, 53%, 80%, from {
    -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 {
  100%, 50%, from {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  100%, 50%, from {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

@-webkit-keyframes shake {
  100%, from {
    -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 {
  100%, from {
    -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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

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

@-webkit-keyframes jello {
  100%, 11.1%, from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  100%, 11.1%, from {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  100%, 20%, 40%, 60%, 80%, from {
    -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 {
  100%, 20%, 40%, 60%, 80%, from {
    -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 {
  100%, 60%, 75%, 90%, from {
    -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 {
  100%, 60%, 75%, 90%, from {
    -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 {
  100%, 60%, 75%, 90%, from {
    -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 {
  100%, 60%, 75%, 90%, from {
    -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 {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  100%, 60%, 75%, 90%, from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  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 {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  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 {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  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 {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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;
}

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

@-webkit-keyframes rollOut {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

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

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

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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;
}

/*** 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;
  z-index: 1;
  display: block;
  height: 45px;
  width: 35px;
  /*line-height: 0px;
    font-size: 0px;*/
  cursor: pointer;
  /*background: transparent;
    color: transparent;*/
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  color: transparent;
  /*&:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }*/
}

.slick-prev span,
.slick-next span {
  display: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  /*&:before {
          opacity: $slick-opacity-on-hover;
      }*/
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev {
  left: -35px;
  /*background: url(img/icons/carousel-arrow.svg) center/37px no-repeat;*/
  -webkit-transform: rotateY(180deg) translateY(-50%);
  -moz-transform: rotateY(180deg) translateY(-50%);
  -ms-transform: rotateY(180deg) translateY(-50%);
  -o-transform: rotateY(180deg) translateY(-50%);
  transform: rotateY(180deg) translateY(-50%);
  /*&:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }*/
  /*&:focus,
    &:hover {
      background: url(img/icons/carousel-arrow-hover.svg) center/37px no-repeat;
    }*/
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}

.slick-next {
  right: -35px;
  /*&:before {
        background: url(img/icons/carousel-arrow.svg) center/37px no-repeat;
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }*/
  /*&:focus,
    &:hover {
      background: url(img/icons/carousel-arrow-hover.svg) center/37px no-repeat;
    }*/
}

[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}

/* 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: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* 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]
*/