/*!
Theme Name: 	Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for .
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
 * //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: #333;
  font-family: "Muli", sans-serif;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-size: 2.25em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 2.7em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 3em; } }

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

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

.medium-font-size {
  font-size: 1.125em;
  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.5em; } }

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

h1 {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #0054a4; }
  @media (min-width: 40em) {
    h1 {
      font-size: 2.7em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 3em; } }

h2 {
  font-size: 1.5em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: bold; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.8em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 1.125em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: bold; }
  @media (min-width: 40em) {
    h3 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h3 {
      font-size: 1.5em; } }

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

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: 16px 0;
  font-size: 1.125em; }

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1.5em;
  font-weight: normal;
  color: #0054a4; }
  @media (min-width: 40em) {
    .emph, .section-header-wrap p, .page-intro p {
      font-size: 1.5em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #0054a4;
  text-decoration: underline; }
  a:hover {
    color: #df7833; }
  a:active, a:focus {
    color: #df7833;
    outline: none; }

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

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

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

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

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

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 #e4e5e8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Muli", sans-serif;
  font-size: 1.125em;
  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: #c8cad1; }
  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: #00ad49;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 148, 62, 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: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.125em;
    line-height: 1.47em; }
    ul:not([class]) li:not([class]) ul li {
      font-size: 0.8em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 5px;
      height: 5px;
      display: block;
      position: absolute;
      top: 10px;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: cover !important;
      background-repeat: no-repeat; }

.bullet-style, .list-two-col {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li, .list-two-col li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.125em;
    line-height: 1.47em; }
    .bullet-style li a, .list-two-col li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after, .list-two-col li:after {
      content: '';
      width: 1em;
      height: 1em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: 0.4em !important;
      background-repeat: no-repeat; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ol li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.125em;
    line-height: 1.5em; }
    ol li a {
      font-weight: normal; }

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

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

td {
  border-bottom: 1px solid #e4e5e8;
  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: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .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, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .hs-button, .cta-aside .hs-form .hs-button, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .hs-button:hover, .cta-aside .hs-form .hs-button:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .hs-button:disabled, .cta-aside .hs-form .hs-button:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .hs-button:after, .cta-aside .hs-form .hs-button:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .hs-button, .cta-aside .hs-form .hs-button {
  background-color: #df7833;
  padding: 1em 2.8em 1em 2em;
  background-image: url(img/btn-arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .hs-button:hover, .cta-aside .hs-form .hs-button:hover {
    background-color: #e4e5e8;
    color: #df7833;
    background-image: url(img/btn-arrow-orange.svg); }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .hs-button:after, .cta-aside .hs-form .hs-button:after {
    background-color: #c15f1e; }
  .btn:active, button:active,
  input:active[type="submit"], .btn-download:active, .btn-arrow:active, .product-grid-item-link:active, .hs-button:active, .cta-aside .hs-form .hs-button:active, .btn:focus, button:focus,
  input:focus[type="submit"], .btn-download:focus, .btn-arrow:focus, .product-grid-item-link:focus, .hs-button:focus, .cta-aside .hs-form .hs-button:focus {
    color: #ffffff; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #0054a4;
  padding: 1em 3.8em 1em 2em;
  background-image: url(img/arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #e4e5e8;
    color: #0054a4;
    background-image: url(img/arrow-blue.svg); }
  .btn-alt:focus, .btn-alt-download:focus, .btn-alt-arrow:focus {
    background-color: #e4e5e8;
    color: #0054a4;
    background-image: url(img/arrow-blue.svg); }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #003a71; }

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

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

.btn-alt-download {
  background-image: none; }
  .btn-alt-download:hover {
    background-image: none; }
  .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: #e4e5e8; }
  @media (min-width: 40em) {
    .site-nav,
    #hs_menu_wrapper_Primary_Nav {
      font-size: 1.52vw;
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent;
      text-align: left;
      width: 82%; }
      .site-nav span,
      #hs_menu_wrapper_Primary_Nav span {
        display: block;
        white-space: nowrap;
        vertical-align: top; } }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_Primary_Nav {
      font-size: 0.9em;
      text-align: center;
      width: 86%; } }

.site-nav ul:not([class]) {
  margin: 0;
  padding: 0;
}

.sn-level-1,
#hs_menu_wrapper_Primary_Nav .hs-menu-wrapper > ul {
  margin: 0 !important;
  padding: 0; }
  @media (min-width: 40em) {
    .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;
      display: inline-block;
      float: left; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #f2f2f4;
  /*background-color: #e4e5e8 !important;*/
  position: relative;
  z-index: auto !important; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.125em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    line-height: 1.625em;
    color: #040a0e;
    text-decoration: none;
    padding: 0.625em 1em 0.875em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #040a0e; }
    .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 {
    cursor: pointer;
    display: none;
    padding-right: 0em;
    background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/img/ico-arrow-down-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em 0.9375em;
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    background-color: #dcdde1;
    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);
      height: 3.125em; }
    @media (min-width: 40em) {
      .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(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/img/ico-arrow-down-1.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em 0.9375em;
    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:hover,
  .hs-menu-depth-1:hover {
    background-color: #0054a4 !important; }
    .sn-li-l1:hover > a,
    .hs-menu-depth-1:hover > a {
      color: white; }
  @media (min-width: 40em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      float: left;
      border-bottom: 0;
      border-right: none;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.875em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.4em;
        color: #040a0e;
        height: 3.125em;
        line-height: 3.125em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .sn-li-l1:nth-child(8n), .sn-li-l1:nth-child(9n), .sn-li-l1:nth-child(10n), .sn-li-l1:nth-child(11n),
      .hs-menu-depth-1:nth-child(8n),
      .hs-menu-depth-1:nth-child(9n),
      .hs-menu-depth-1:nth-child(10n),
      .hs-menu-depth-1:nth-child(11n) {
        display: none; }
      .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: 1em;
        background-size: 8px 10px;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #0054a4; } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      border-right: none;
      /*height: 3.47em !important;*/ }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.125em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5625em;
        color: #040a0e; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #0054a4; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      z-index: 999;
      /*right: 0;*/
      text-align: left; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2, .hs-menu-depth-3 {
  background-color: #0054a4;
  position: relative; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a, .hs-menu-depth-3 > a {
    background-color: #e4e5e8;
    padding: 0.625em 1em 0.875em;
    color: #040a0e;
    display: block;
    text-decoration: none;
    line-height: 1.625em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span, .hs-menu-depth-3 > a span {
      font-size: 1em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
    .sn-li-l2 > a:hover, .sn-li-l3 > a:hover,
    .hs-menu-depth-2 > a:hover, .hs-menu-depth-3 > a:hover {
      background-color: #df7833; }
      .sn-li-l2 > a:hover span, .sn-li-l3 > a:hover span,
      .hs-menu-depth-2 > a:hover span, .hs-menu-depth-3 > a:hover span {
        color: #ffffff; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a, .hs-menu-depth-3:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover, .hs-menu-depth-3:hover {
    background-color: #003a71; }
  .sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow,
  .hs-menu-depth-2.has-subnav .m-subnav-arrow,
  .hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
    /*display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 5px;
        img{
          display: block;
          width: 100%;
        }*/ }
    .sn-li-l2.has-subnav .m-subnav-arrow.active, .has-subnav.sn-li-l3 .m-subnav-arrow.active, .sn-li-l2.menu-item-has-children .m-subnav-arrow.active, .menu-item-has-children.sn-li-l3 .m-subnav-arrow.active, .sn-li-l2.hs-item-has-children .m-subnav-arrow.active, .hs-item-has-children.sn-li-l3 .m-subnav-arrow.active,
    .hs-menu-depth-2.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-2.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-2.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
    @media (min-width: 60em) {
      .sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow,
      .hs-menu-depth-2.has-subnav .m-subnav-arrow,
      .hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
        display: none; } }
  .sn-li-l2.has-subnav > a.active span, .has-subnav.sn-li-l3 > a.active span, .sn-li-l2.menu-item-has-children > a.active span, .menu-item-has-children.sn-li-l3 > a.active span, .sn-li-l2.hs-item-has-children > a.active span, .hs-item-has-children.sn-li-l3 > a.active span,
  .hs-menu-depth-2.has-subnav > a.active span,
  .hs-menu-depth-2.menu-item-has-children > a.active span,
  .hs-menu-depth-2.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  @media (min-width: 60em) {
    .sn-li-l2.has-subnav > a, .has-subnav.sn-li-l3 > a, .sn-li-l2.menu-item-has-children > a, .menu-item-has-children.sn-li-l3 > a, .sn-li-l2.hs-item-has-children > a, .hs-item-has-children.sn-li-l3 > a,
    .hs-menu-depth-2.has-subnav > a,.hs-menu-depth-3.has-subnav > a,
    .hs-menu-depth-2.menu-item-has-children > a,
    .hs-menu-depth-2.hs-item-has-children > a, .hs-menu-depth-3.hs-item-has-children > a {
      display: block; }
      .sn-li-l2.has-subnav > a span, .has-subnav.sn-li-l3 > a span, .sn-li-l2.menu-item-has-children > a span, .menu-item-has-children.sn-li-l3 > a span, .sn-li-l2.hs-item-has-children > a span, .hs-item-has-children.sn-li-l3 > a span,
      .hs-menu-depth-2.has-subnav > a span,
      .hs-menu-depth-2.menu-item-has-children > a span,
      .hs-menu-depth-2.hs-item-has-children > a span {
        /*padding-right: 15px;
        /*background-image: url(img/ico-bullet-point.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size:5px 10px;*/
        display: inline-block; }
      .sn-li-l2.has-subnav > a:hover, .has-subnav.sn-li-l3 > a:hover, .sn-li-l2.menu-item-has-children > a:hover, .menu-item-has-children.sn-li-l3 > a:hover, .sn-li-l2.hs-item-has-children > a:hover, .hs-item-has-children.sn-li-l3 > a:hover,
      .hs-menu-depth-2.has-subnav > a:hover,
      .hs-menu-depth-2.menu-item-has-children > a:hover,
      .hs-menu-depth-2.hs-item-has-children > a:hover {
        /*span{
        background-image: url(img/ico-bullet-point-red.svg);  
        }*/ } }
  @media (min-width: 40em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2, .hs-menu-depth-3 {
      position: relative;
      background-color: #e4e5e8; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a,.hs-menu-depth-3 > a {
        padding: 0 0.5em;
        line-height: 3.125em;
        border-top: none;
        border-right: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span,.hs-menu-depth-3 > a span {
          font-size: 1em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover,.hs-menu-depth-3:hover {
        background-color: #003a71; }
        .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: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a,.hs-menu-depth-3 > a {
      padding: 0 1.875em;
      line-height: 3.125em; }
      .sn-li-l2 > a span, .sn-li-l3 > a span,
      .hs-menu-depth-2 > a span,.hs-menu-depth-3 > a span {
        font-size: 1em; }
    .sn-li-l2:hover, .sn-li-l3:hover,
    .hs-menu-depth-2:hover,.hs-menu-depth-3:hover {
      background-color: #003a71; } }

.hs-menu-depth-3 > a {
  padding-left: 1.5em;
}
@media (min-width: 40em) {
.hs-menu-depth-3 > a {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
}
.hs-menu-depth-2 .hs-menu-children-wrapper {
  position: static;
}

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

.site-nav-container {
  background-color: #e4e5e8 !important;
  width: 21em;
  height: 100%;
  right: -21em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 40em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent; } }

.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: 40em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #0054a4 !important;
  font-family: "Muli", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 40em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 40em) {
    .snc-header {
      padding: 0; } }

.sn-rfq {
  background-color: #df7833;
  color: #ffffff;
  display: block;
  font-size: 1em;
  margin-top: 0.3157894737em;
  padding: 0.6315789474em;
  text-align: center;
  text-decoration: none; }
  .sn-rfq:hover {
    color: #ffffff;
    background-color: #0054a4; }
  @media (min-width: 40em) {
    .sn-rfq {
      font-size: 1.62vw;
      display: inline-block;
      margin-top: 0;
      padding: 0.56em 0.79em;
      vertical-align: top;
      line-height: 2em;
      float: right; } }
  @media (min-width: 60em) {
    .sn-rfq {
      font-size: 1em;
      float: none; } }

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

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

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

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

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #e4e5e8; }
  .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: .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: .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 #e4e5e8;
  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: #e4e5e8; }

.ce-header {
  font-size: 1.5em;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .ce-header:after {
    font-size: 1.875em;
    content: '+';
    top: 0;
    color: #0054a4;
    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: block;
    float: left;
    width: 25%;
    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 path {
      fill: #0054a4; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #333;
  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: .2em 1em; }
  .slide-panel p {
    background: #333;
    padding: .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: #333;
  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: #0054a4; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #0054a4;
  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 #e4e5e8; } }
  .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 #e4e5e8;
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: "Muli", sans-serif;
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #0054a4;
      border-bottom: 0;
      background-color: #0054a4;
      color: #ffffff; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      color: #ffffff;
      background-color: #0054a4; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          background-color: #0054a4;
          border: 1px solid #e4e5e8;
          border-bottom-color: #0054a4;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: white;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #e4e5e8;
        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 #e4e5e8; }

.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #00ad49; }

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

figure {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

/*=============== Layouts  ===============*/
.page-intro {
  background-color: #e4e5e8; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .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%;
    padding-right: 2.5em; }
    .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: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #e4e5e8;
  border-right: 1px solid #e4e5e8;
  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 #999;
    border-right: 1px solid #999; }
    .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: .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: #0054a4;
  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: #040a0e;
  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: .75em; }
  @media (min-width: 40em) {
    .product-grid-item-link {
      width: auto;
      float: none;
      text-align: center; } }

/*=============== Product Carousel ===============*/
@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-title {
  text-transform: uppercase;
  text-align: center; }

.rm-item {
  text-align: center;
  padding: 1em !important;
  border: 1px solid #e4e5e8; }
  .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 {
  background-image: none;
  padding: 1em 2em; }
  .rm-item-cta:hover {
    background-image: none; }

.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;
    width: auto !important;
    margin: 0 auto; }

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5454545455em;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #0054a4;
  position: relative;
  z-index: 10;
  font-size: 1.375em;
  font-weight: normal; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #333; }

@media (min-width: 80em) {
  .resources-module .flex-direction-nav .flex-prev {
    left: -55px; }
  .resources-module .flex-direction-nav .flex-next {
    right: -55px; }
  .resources-module .flexslider:hover .flex-direction-nav .flex-prev {
    left: -55px; }
  .resources-module .flexslider:hover .flex-direction-nav .flex-next {
    right: -55px; } }

/* ===== 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 #e4e5e8;
  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: .2em 2em 2em 2em; }

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

.hs-author-social-links a {
  text-decoration: none; }

.hs-author-social-links img {
  opacity: .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 ===============*/
.site-header .inner-wrap-wide {
  padding-top: 1em;
  padding-bottom: 1em; }

@media (min-width: 60em) {
  .site-header .inner-wrap-wide {
    padding-top: 2.5em;
    padding-bottom: 1.6em; } }

.site-logo {
  float: left;
  width: 70%; }
  @media (min-width: 40em) {
    .site-logo {
      width: 37%;
      max-width: 20.3125em; } }
  .site-logo img {
    width: 20.3125em;
    max-height: 5.9375em; }

.site-nav-container {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.sh-sticky-wrap {
  background-color: #e4e5e8; }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 3.125em;
      font-size: 1.3vw; }
      .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
        height: 3.125em; }
      .sh-sticky-wrap .site-nav-container {
        background-color: #00376d; }
      .sh-sticky-wrap.stuck .site-nav-container {
        position: fixed;
        left: 0;
        right: 0;
        top: 0; } }
  @media (min-width: 80em) {
    .sh-sticky-wrap {
      font-size: 1em; } }

.sn-wrap {
  margin-bottom: .5em; }

.sh-utility-nav {
  overflow: hidden; }
  .sh-utility-nav .social-wrap {
    width: 7em;
    display: none; }
    .sh-utility-nav .social-wrap img {
      width: 1.5em; }
  @media (min-width: 40em) {
    .sh-utility-nav {
      width: 60%;
      text-align: right;
      display: block;
      float: right; }
      .sh-utility-nav .social-wrap {
        display: inline-block; }
        .sh-utility-nav .social-wrap img {
          width: 1.5em; } }
  @media (min-width: 60em) {
    .sh-utility-nav {
      width: auto; }
      .sh-utility-nav .social-wrap {
        width: 10em; }
        .sh-utility-nav .social-wrap img {
          width: 1.8em; } }

.menu-top-nav-container {
  float: left; }

ul.sub-menu {
  z-index: 9999 !important; }

.top-nav {
  display: none; }
  .top-nav li {
    font-size: 0.8125em;
    display: inline-block;
    line-height: 1.6923076923em;
    margin-left: 0.9230769231em;
    color: #040a0e;
    vertical-align: middle;
    position: relative;
    z-index: 9999 !important; }
    .top-nav li > a {
      display: block;
      background-position: 4% center;
      background-size: 2em 2em;
      background-repeat: no-repeat;
      padding: 1em 0.4615384615em 1em 2.3846153846em; }
    .top-nav li:hover {
      background-color: #0054a4; }
      .top-nav li:hover > a {
        color: #ffffff; }
  .top-nav a {
    text-decoration: none; }
  @media (min-width: 40em) {
    .top-nav {
      font-size: 2vw;
      clear: none;
      text-align: right;
      display: inline-block;
      position: relative;
      z-index: 1;
      float: right; }
      .top-nav li > a {
        padding: 1em 0.4615384615em 1em 0.4615384615em; } }
  @media (min-width: 60em) {
    .top-nav {
      font-size: 1.3vw; }
      .top-nav li {
        font-size: 0.875em;
        line-height: 1.5714285714em;
        margin-left: 1.875em; }
        .top-nav li > a {
          padding: 0.9285714286em 0.9285714286em 0.9285714286em 2.4285714286em; }
      .top-nav .lp-inner-wrap {
        padding-top: 6em; }
      .top-nav .tn-news > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/news-blog-ico.svg); }
        .top-nav .tn-news > a:hover {
          background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/news-blog-ico-wht.svg); }
      .top-nav .tn-news:hover > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/news-blog-ico-wht.svg); }
      .top-nav .tn-ask > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/ask-farley-ico.svg); }
        .top-nav .tn-ask > a:hover {
          background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/ask-farley-ico-wht.svg); }
      .top-nav .tn-ask:hover > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/ask-farley-ico-wht.svg); }
      .top-nav .tn-about > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/about-ico.svg);
        background-size: 1.6em 1.5em; }
        .top-nav .tn-about > a:hover {
          background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/about-ico-wht.svg);
          background-size: 1.6em 1.5em; }
      .top-nav .tn-about:hover > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/about-ico-wht.svg);
        background-size: 1.6em 1.5em; }
      .top-nav .tn-careers > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/careers-ico.svg); }
        .top-nav .tn-careers > a:hover {
          background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/careers-ico-wht.svg); }
      .top-nav .tn-careers:hover > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/careers-ico-wht.svg); }
      .top-nav .tn-contact > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico.svg); }
        .top-nav .tn-contact > a:hover {
          background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg); }
      .top-nav .tn-contact:hover > a {
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg); }
      .top-nav .lp-tn-contact.tn-contact {
        display: inline-block;
        background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico.svg); }
        .top-nav .lp-tn-contact.tn-contact:hover {
          background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg); } }
  @media (min-width: 80em) {
    .top-nav {
      font-size: 1em; } }
  .top-nav ul {
    float: left;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0; }
    .top-nav ul > li {
      display: inline-block; }
      .top-nav ul > li:after {
        background-image: none !important; }
      .top-nav ul > li:hover ul {
        display: block; }
      .top-nav ul > li ul {
        display: none;
        float: none;
        left: 0;
        padding: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: 12.5em; }
        @media (min-width: 60em) {
          .top-nav ul > li ul {
            left: 0;
            width: 14.5em; } }
        .top-nav ul > li ul > li {
          display: block;
          margin: 0 !important;
          padding: 0; }
          .top-nav ul > li ul > li:hover a {
            background-color: #df7833; }
          .top-nav ul > li ul > li:hover ul {
            display: block !important; }
          .top-nav ul > li ul > li a {
            background-color: #e4e5e8;
            color: #040a0e;
            display: block;
            font-size: 13px;
            margin: 0;
            padding: 0.6153846154em 1.5384615385em 0.6153846154em 0.7692307692em;
            text-align: left; }
            @media (min-width: 60em) {
              .top-nav ul > li ul > li a {
                font-size: 14px;
                padding: 0.4285714286em 2.1428571429em 0.4285714286em 1.4285714286em; } }
          .top-nav ul > li ul > li ul {
            display: none !important;
            position: absolute;
            left: 100%;
            top: 0; }
            .top-nav ul > li ul > li ul li a {
              background-color: #e4e5e8 !important; }
            .top-nav ul > li ul > li ul li:hover a {
              background-color: #df7833 !important; }

.landing-page .top-nav a {
  font-size: 1.125em; }
  .landing-page .top-nav a.sh-ph {
    background-color: #ffffff;
    color: #040a0e;
    display: inline-block;
    margin-top: 0.3888888889em; }

.landing-page .top-nav.default-top-nav {
  display: none; }
  .landing-page .top-nav.default-top-nav a {
    font-size: 13px;
    line-height: 1.6923076923em; }
    @media (min-width: 60em) {
      .landing-page .top-nav.default-top-nav a {
        font-size: 14px;
        line-height: 1.5714285714em; } }
  @media (min-width: 40em) {
    .landing-page .top-nav.default-top-nav {
      display: inline-block; } }

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

.landing-page .page-intro h1 {
  font-size: 2.4em !important;
  margin-bottom: 0.1em !important; }

.landing-top-nav .tn-contact {
  background-position: 8px 9px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  padding: 0.4444444444em 1.1111111111em 0.4444444444em 2.1111111111em;
  vertical-align: top; }
  @media (min-width: 60em) {
    .landing-top-nav .tn-contact {
      background-position: 0px 2px; } }
  @media (min-width: 80em) {
    .landing-top-nav .tn-contact {
      background-position: 0px 6px; } }
  .landing-top-nav .tn-contact:hover {
    background-color: #0054a4;
    color: #ffffff;
    background-repeat: no-repeat; }

.sh-icons {
  float: right; }

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

.sh-ph {
  margin: 0;
  font-size: 1.125em;
  text-decoration: none;
  color: #040a0e;
  background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/img/new-phone-ico.svg) !important;
  padding-left: 30px !important;
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: top;
  margin-right: .5em;
  background-size: 25px 25px !important;
  padding-bottom: 4px; }
  .sh-ph i {
    font-style: normal; }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-ph {
      background-size: 20px 20px; } }
  @media (min-width: 60em) {
    .sh-ph {
      margin-right: 1.2em; } }

.sh-ico-search {
  background-image: url(img/search-ico.svg);
  width: auto;
  background-position: center bottom;
  vertical-align: bottom; }
  .sh-ico-search:hover {
    background-color: transparent !important; }
  @media (min-width: 40em) {
    .sh-ico-search {
      width: 26px;
      height: 26px;
      vertical-align: middle;
      padding-top: 50px !important;
      background-position: left center; } }

.sh-ico-menu {
  background-image: url(https://info.hudson-technologies.com/hubfs/img/hamburg-nav.svg); }
  @media (min-width: 40em) {
    .sh-ico-menu {
      display: none; } }

.section-header, .rm-title, .landing-page .page-intro h1 {
  font-weight: bold;
  color: #0054a4; }
  @media (min-width: 40em) {
    .section-header, .rm-title, .landing-page .page-intro h1 {
      font-size: 1.875em; } }

/*=============== Site Intro ===============*/
.site-intro, .page-intro {
  background-image: url(img/homepage-hero.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .site-intro .inner-wrap, .page-intro .inner-wrap, .site-intro .inner-wrap-narrow, .page-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .page-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth, .page-intro .inner-wrap-fullwidth {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
  .site-intro .section-header, .page-intro .section-header, .site-intro .rm-title, .page-intro .rm-title, .landing-page .page-intro h1 {
    color: #ffffff; }
  @media (min-width: 60em) {
    .site-intro .section-header, .page-intro .section-header, .site-intro .rm-title, .page-intro .rm-title, .landing-page .page-intro h1 {
      font-size: 3em;
      margin-bottom: 0.1em; }
    .site-intro .inner-wrap, .page-intro .inner-wrap, .site-intro .inner-wrap-narrow, .page-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .page-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth, .page-intro .inner-wrap-fullwidth {
      padding-top: 4.75em;
      padding-bottom: 4.75em; } }

.si-cta {
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .si-cta {
      font-size: 1.25em;
      padding: 1.2em 4em 1.2em 2.6em; } }

.si-text {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5em; }
  @media (min-width: 60em) {
    .si-text {
      font-size: 1.5em;
      margin-top: 0;
      margin-bottom: 1.4583333333em; } }

/*=============== Page Intro ===============*/
.page-intro {
  background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/medical-products-header.jpg); }

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

.list-two-col {
  margin-bottom: 2.5em;
  padding-left: 0; }
  .list-two-col li {
    padding-left: 1.9375em; }
    .list-two-col li:after {
      left: 0; }
  @media (min-width: 40em) {
    .list-two-col {
      -moz-column-count: 2;
      -moz-column-gap: 0;
      -webkit-column-count: 2;
      -webkit-column-gap: 0;
      column-count: 2;
      column-gap: 0; }
      .list-two-col li {
        overflow: hidden; } }

/*=============== Destination Gallery Module ===============*/
.gallery-module .gm-item {
  margin-bottom: 0.1875em; }
  .gallery-module .gm-item:hover .gm-img figcaption span {
    padding-bottom: 0.5em;
    margin-bottom: 1.5em; }
    .gallery-module .gm-item:hover .gm-img figcaption span:after {
      transform: translate3d(0px, 0px, 0px); }
  .gallery-module .gm-item:hover .gm-img figcaption:after {
    top: -20px; }

@media (min-width: 40em) {
  .gallery-module .gm-item {
    float: left;
    width: 33.33333333333333%;
    position: relative; }
    .gallery-module .gm-item:after {
      position: absolute;
      content: "";
      right: 0;
      width: 0.0625em;
      height: 100%;
      top: 0;
      z-index: 1;
      background-color: #ffffff; }
    .gallery-module .gm-item:last-child:after {
      background-color: transparent; } }

.gm-img {
  position: relative; }
  .gm-img span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    position: relative;
    overflow: hidden; }
    .gm-img span:after {
      background: #ffffff;
      bottom: 0;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      transform: translate3d(-100%, 0px, 0px);
      transition: transform 1s ease 0s;
      width: 100%; }
  .gm-img img {
    display: block;
    width: 100%; }
  .gm-img figcaption {
    position: absolute;
    color: #ffffff;
    font-size: 1.25em;
    background-color: rgba(0, 84, 164, 0.9);
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0.5em 1em; }
    .gm-img figcaption:after {
      position: absolute;
      content: "";
      right: 1em;
      top: 0;
      bottom: 0;
      color: #ffffff;
      background-image: url(img/shadowbox-zoom.svg);
      background-repeat: no-repeat;
      background-size: 1.8em;
      height: 100%;
      width: 1.8em;
      background-position: center; }

.site-content-primary .emph, .site-content-primary .section-header-wrap p, .section-header-wrap .site-content-primary p, .site-content-primary .page-intro p, .page-intro .site-content-primary p {
  margin-top: 0; }

.site-content-primary h2 {
  color: #0054a4; }

/*=============== aside nav ===============*/
.aside-nav {
  background-color: #e4e5e8;
  margin-bottom: 1.875em; }

.an-head {
  font-size: 1.5em;
  font-weight: normal;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em; }

.aside-menu li {
  padding: 0.5em 1.25em;
  position: relative; }
  .aside-menu li:after {
    width: 90%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #ffffff; }
  .aside-menu li:hover {
    background-color: #0054a4;
    color: #ffffff; }
    .aside-menu li:hover:after {
      background-color: #0054a4; }
    .aside-menu li:hover a {
      color: #ffffff; }
  .aside-menu li a {
    text-decoration: none;
    color: #040a0e; }

.landing-form-title {
  font-size: 1.5em; }

.form-wrapper {
  background-color: #e4e5e8;
  padding: 0.9375em 1.25em 1.25em; }

.hs-form label {
  font-size: 1.125em;
  font-weight: normal; }

.hs-button {
  float: right;
  font-size: 1em; }
  .hs-button:hover {
    background-color: #0054a4 !important;
    color: #ffffff !important;
    background-image: url(img/arrow-white.svg) !important;
    background-repeat: no-repeat; }

/*=============== Breadcrumb ===============*/
.breadcrumb .inner-wrap, .breadcrumb .inner-wrap-narrow, .breadcrumb .inner-wrap-wide, .breadcrumb .inner-wrap-fullwidth {
  padding-bottom: 0; }

.breadcrumb p {
  font-size: 1em; }

.breadcrumb a {
  color: #040a0e;
  text-decoration: none; }

.breadcrumb .breadcrumb_last {
  text-decoration: underline;
  color: #0054a4; }

/*=============== Services Module ===============*/
.services-module {
  text-align: center; }
  .services-module .section-header, .services-module .rm-title, .services-module .landing-page .page-intro h1, .landing-page .page-intro .services-module h1 {
    text-transform: uppercase; }

.sm-buckets {
  text-decoration: none; }
  .sm-buckets .sm-col {
    position: relative;
    display: block;
    margin-bottom: 0.5em; }
    .sm-buckets .sm-col img {
      display: block; }
  @media (min-width: 40em) {
    .sm-buckets .sm-col {
      max-width: 43.75em;
      margin: 0 auto 0.25em; } }
  @media (min-width: 60em) {
    .sm-buckets {
      margin-top: 1.875em; }
      .sm-buckets .sm-col {
        max-width: 100%;
        width: 50%;
        float: left;
        margin-bottom: 0.25em;
        position: relative; }
        .sm-buckets .sm-col img {
          width: 100%; }
        .sm-buckets .sm-col:after {
          position: absolute;
          content: "";
          right: 0;
          width: 0.25em;
          height: 100%;
          top: 0;
          z-index: 1;
          background-color: #ffffff; }
        .sm-buckets .sm-col:nth-child(even):after {
          background-color: transparent; }
        .sm-buckets .sm-col:hover .sm-title h3 {
          padding-bottom: 0.5em;
          margin-bottom: 1.5em; }
          .sm-buckets .sm-col:hover .sm-title h3:after {
            transform: translate3d(0px, 0px, 0px); } }

.sm-title {
  text-align: left;
  position: absolute;
  color: #ffffff;
  background-color: rgba(0, 84, 164, 0.9);
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0.9375em 1.25em; }
  .sm-title h3 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875em;
    font-weight: normal;
    overflow: hidden;
    position: relative; }
    .sm-title h3:after {
      background: #ffffff;
      bottom: 0;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      transform: translate3d(-100%, 0px, 0px);
      transition: transform 1s ease 0s;
      width: 100%; }
    .sm-title h3 span {
      padding-right: 2.5em;
      position: relative;
      display: inline-block; }
      .sm-title h3 span:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        bottom: 0;
        color: #ffffff;
        background-image: url(img/arrow-white.svg);
        background-repeat: no-repeat;
        background-size: 0.6em;
        height: 1.5em;
        width: 1em;
        background-position: center; }
  @media (min-width: 40em) {
    .sm-title h3 {
      font-size: 1.25em; } }

/*=============== Catlog Module ===============*/
/*=============== Catlog Module ===============*/
.catlog-module {
  background-color: #e4e5e8;
  text-align: center;
  margin-bottom: 0.25em; }
  .catlog-module .section-header, .catlog-module .rm-title, .catlog-module .landing-page .page-intro h1, .landing-page .page-intro .catlog-module h1 {
    text-transform: uppercase; }

.cm-item {
  text-decoration: none;
  height: 18.75em; }
  .cm-item:hover .cm-img {
    max-width: 17.1875em;
    max-height: 17.1875em; }
  .cm-item:hover .cm-title {
    color: #0054a4;
    font-weight: bold; }

.cm-img {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 50%;
  border: 4px solid #ffffff;
  overflow: hidden;
  max-width: 15.9375em;
  max-height: 15.9375em;
  width: 100%;
  margin: 0 auto;
  height: 100%; }
  .cm-img img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%; }
  @media (min-width: 40em) {
    .cm-img {
      height: auto; }
      .cm-img img {
        height: auto; } }
  @media (min-width: 60em) {
    .cm-img {
      height: 100%; }
      .cm-img img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%; } }

.cm-title {
  font-size: 1.25em;
  color: #040a0e;
  font-weight: normal; }

.cm-subtext {
  margin-bottom: 2.5em; }

/* ==== GDD 008 B css start ==== */
.gdd-008-b-catlog-module.catlog-module {
  background-color: #e4e5e8;
  text-align: center;
  margin-bottom: 0.25em; }
  .gdd-008-b-catlog-module.catlog-module .section-header, .gdd-008-b-catlog-module.catlog-module .rm-title, .gdd-008-b-catlog-module.catlog-module .landing-page .page-intro h1, .landing-page .page-intro .gdd-008-b-catlog-module.catlog-module h1 {
    text-transform: uppercase; }
  .gdd-008-b-catlog-module.catlog-module > .inner-wrap-wide {
    padding-top: 0;
    padding-bottom: 0.5em !important; }
  .gdd-008-b-catlog-module.catlog-module > .inner-wrap, .gdd-008-b-catlog-module.catlog-module > .inner-wrap-narrow, .gdd-008-b-catlog-module.catlog-module > .inner-wrap-wide, .gdd-008-b-catlog-module.catlog-module > .inner-wrap-fullwidth {
    padding-bottom: 1.8125em; }
  .gdd-008-b-catlog-module.catlog-module .flex-direction-nav a {
    top: 30.5%; }

.gdd-008-b-catlog-module .cm-item {
  text-decoration: none;
  height: auto !important;
  text-align: left; }
  .gdd-008-b-catlog-module .cm-item:hover .cm-title {
    color: #0054a4; }

.gdd-008-b-catlog-module .cm-img {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: none !important; }
  .gdd-008-b-catlog-module .cm-img img {
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    left: auto !important;
    position: relative !important;
    top: auto !important;
    transform: none !important; }
  @media (min-width: 60em) {
    .gdd-008-b-catlog-module .cm-img img {
      transform: translateX(-50%) translateY(-50%);
      margin-top: -2.25em;
      margin-bottom: -0.6875em; } }

.gdd-008-b-catlog-module .cm-title {
  font-size: 1.125em;
  color: #333333;
  font-weight: normal;
  text-align: left;
  padding-left: 0.6666666667em;
  display: inline-block;
  margin-top: 1.1111111111em;
  padding-right: 2.3333333333em;
  position: relative;
  vertical-align: top; }
  .gdd-008-b-catlog-module .cm-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(img/gdd-arrow.png);
    background-size: 0.6666666667em 1.0555555556em;
    background-repeat: no-repeat;
    background-position: right center;
    width: 0.6666666667em;
    height: 1.0555555556em; }

.gdd-008-b-catlog-module .cm-subtext {
  margin-bottom: 0; }

/* ==== GDD 008 B css end ==== */
/*=============== facility module ===============*/
.facility-module {
  background-image: url(img/CTA-bkg.jpg);
  background-image: url(img/CTA-bkg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff; }
  .facility-module .btn, .facility-module button,
  .facility-module input[type="submit"], .facility-module .btn-download, .facility-module .btn-arrow, .facility-module .product-grid-item-link, .facility-module .hs-button, .facility-module .cta-aside .hs-form .hs-button, .cta-aside .hs-form .facility-module .hs-button {
    font-size: 1.25em;
    padding: .8em 3.8em .8em 2em;
    background-size: 26px 26px; }

.fm-header {
  font-size: 2.7em;
  margin-bottom: 0;
  font-weight: bold; }

.fm-subtext {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em; }

/*=============== about module ===============*/
.about-module {
  text-align: center; }
  .about-module .section-header, .about-module .rm-title, .about-module .landing-page .page-intro h1, .landing-page .page-intro .about-module h1 {
    text-transform: uppercase; }
  .about-module .btn-alt, .about-module .btn-alt-download, .about-module .btn-alt-arrow {
    margin-top: 2em;
    font-size: 1.125em;
    padding: .8em 3.8em .8em 2em;
    background-size: .8em 1em; }

/*=============== industries module ===============*/
.industries-module {
  text-align: center; }

.im-logos {
  display: block;
  text-align: center; }

.im-logo {
  display: block;
  vertical-align: middle;
  margin-bottom: 1em; }
  .im-logo img {
    max-width: 9.5em;
    opacity: 0.6; }
  .im-logo a {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 40em) {
    .im-logo {
      margin-bottom: 1em;
      display: inline-block;
      width: 28%; }
      .im-logo:last-child {
        width: 10%; }
      .im-logo img {
        max-width: 9.5em;
        /*&:hover {
        opacity: 1;
        }*/ } }
  @media (min-width: 60em) {
    .im-logo {
      width: 24%; }
      .im-logo:last-child {
        width: 24%; } }
  .im-logo:hover .im-clr {
    display: inline-block;
    opacity: 1; }
  .im-logo:hover .im-bw {
    display: none; }

.im-clr {
  display: none;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.im-bold-text {
  color: #0054a4;
  font-weight: bold;
  text-transform: uppercase; }

.contact-btn {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 10.444444em;
  font-size: 1.125em;
  background-image: url(//www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg);
  background-position: 6% center;
  padding: .6em .6em .6em 3.2em;
  background-size: 1.4em 1.4em;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: block; }
  .contact-btn:hover {
    background-image: url(//www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg);
    background-color: #0054a4;
    color: #ffffff; }
  @media (max-width: 40em) {
    .contact-btn {
      font-size: 0.9em; } }

.prdt-over-btn {
  width: 18.444em; }

.prdt-over-btn {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 19.444444em;
  font-size: 1.125em;
  background-image: url(//www.hudson-technologies.com/wp-content/themes/hudson-default/img/ico-white-arrow-down.svg) !important;
  background-position: 6% center;
  padding: .6em .6em .6em 3.2em;
  background-size: 1.1em 2em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: block; }
  .prdt-over-btn:hover {
    background-image: url(//www.hudson-technologies.com/wp-content/themes/hudson-default/img/ico-white-arrow-down.svg) !important;
    background-color: #0054a4;
    color: #ffffff; }
  @media (max-width: 40em) {
    .prdt-over-btn {
      font-size: 0.9em; } }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #e4e5e8; }



.sf-columns .sf-item {
  margin-bottom: 1.5em; }

@media (min-width: 40em) {
  .sf-columns .sf-item {
    float: left;
    width: 33%; }
    .sf-columns .sf-item:last-child {
      float: right;
      width: 25%; } }

.sf-menu li {
  list-style: none; }
  .sf-menu li a {
    text-decoration: none;
    color: #040a0e;
    font-size: 0.875em;
    line-height: 2em; }
    .sf-menu li a:hover {
      text-decoration: underline; }

.sf-address {
  font-size: 0.875em;
  line-height: 2em; }
  .sf-address .social-wrap {
    width: 12.8571428571em;
    margin-top: 2.1428571429em; }
    .sf-address .social-wrap a {
      width: 25%;
      text-align: left; }
      .sf-address .social-wrap a img {
        width: 2.2em; }

.sf-blog h4 {
  text-decoration: underline;
  font-size: 1em;
  margin-top: 0; }
  .sf-blog h4 a {
    color: #040a0e; }
    .sf-blog h4 a:hover {
      color: #0054a4; }

.sf-blog p {
  font-size: 0.875em;
  line-height: 1.62em; }
  .sf-blog p a {
    text-decoration: none;
    color: #040a0e;
    font-weight: bold; }
    .sf-blog p a:hover {
      color: #0054a4;
      text-decoration: underline; }

.sf-blog p.rssincl-itemtitle {
  margin-bottom: 0; }

.sf-blog p.rssincl-itemdesc {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.sf-small {
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    border-top: 1px solid #ffffff;
    padding-top: 2em;
    padding-bottom: 2em; }
.sf-small .inner-wrap{
padding-bottom: 4em;
}
  .sf-small p {
    font-size: 0.875em;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .sf-small a {
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
    margin-left: 1.5em;
    color: #040a0e; }
    .sf-small a:hover {
      text-decoration: underline; }

.landing-page .sf-small {
  padding-top: 2.5em; }

img[name=pphLoggerImage] {
  display: 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: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .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: #0054a4;
  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: #0054a4;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

.landing-page .site-footer .sf-menu ul li {
  float: none;
  text-align: left;
  height: auto; }
  .landing-page .site-footer .sf-menu ul li:hover {
    background-color: transparent !important; }
    .landing-page .site-footer .sf-menu ul li:hover a {
      color: #040a0e !important; }
  .landing-page .site-footer .sf-menu ul li a {
    display: inline; }

@media (min-width: 40em) {
  .ty-ebook {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25em; } }

.siHeader {
  animation: 1.5s ease 0.8s normal backwards 1 running siHeader;
  -webkit-animation: siHeader 1.5s 1;
  -moz-animation: siHeader 1.5s 1;
  animation: siHeader 1.5s 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  animation-delay: .8s; }

.section-header, .rm-title, .landing-page .page-intro h1 {
  -webkit-animation: siSubtext 1.5s 1;
  -moz-animation: siSubtext 1.5s 1;
  animation: siSubtext 1.5s 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

@-webkit-keyframes siHeader {
  from {
    -webkit-transform: scale(0);
    -webkit-transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes siHeader {
  from {
    -moz-transform: scale(0);
    -moz-transform: translateY(100px);
    opacity: 0; }
  to {
    -moz-transform: scale(1);
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes siHeader {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/*=========== History Timeline ==========*/
.timeline-content {
  border-bottom: 2px solid #0054a4;
  margin-bottom: 0.125em; }

.timeline-wrapper .tm-item {
  padding-bottom: 1.25em; }
  .timeline-wrapper .tm-item .tm-yr {
    color: #0054a4;
    display: block;
    font-size: 2.625em;
    font-weight: bold;
    padding-top: 0.7142857143em;
    border-bottom: 1px solid #0054a4; }
  .timeline-wrapper .tm-item .tm-heading {
    font-size: 1.4375em;
    font-weight: bold;
    display: block;
    padding-top: 0.5217391304em; }
  .timeline-wrapper .tm-item .tm-descp .tm-content {
    font-size: 0.9375em;
    color: #040a0e;
    font-weight: 300; }

@media (min-width: 40em) {
  .timeline-wrapper .tm-item {
    text-align: right;
    padding-bottom: 1.25em;
    padding-bottom: 3.125em; }
    .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-img {
      text-align: left !important; }
    .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-yr {
      text-align: right !important;
      left: auto !important;
      right: 0.119047619em; }
    .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-content {
      padding-right: 0 !important;
      padding-left: 5.4375em;
      text-align: right; }
    .timeline-wrapper .tm-item .tm-img {
      border-bottom: 2px solid #0054a4;
      position: relative;
      text-align: right; }
      .timeline-wrapper .tm-item .tm-img img {
        display: inline-block;
        vertical-align: bottom;
        max-width: 18.6875em; }
      .timeline-wrapper .tm-item .tm-img .tm-yr {
        text-align: left;
        bottom: 0;
        position: absolute;
        left: 0.119047619em;
        border-bottom: 0;
        padding-top: 0; }
    .timeline-wrapper .tm-item .tm-descp {
      padding-top: 0.6em; }
    .timeline-wrapper .tm-item .tm-content {
      padding-left: 0;
      padding-right: 5.4375em;
      text-align: left; } }

@media (min-width: 60em) {
  .timeline-wrapper {
    padding-top: 0.25em; }
    .timeline-wrapper .tm-item {
      font-size: 1.25vw;
      float: left;
      margin: 7.5em 0 0;
      min-height: 20em;
      padding: 0;
      width: 47.2%; }
      .timeline-wrapper .tm-item .tm-img .tm-yr {
        bottom: auto;
        font-size: 2.625em;
        padding-left: 0.2857142857em; }
      .timeline-wrapper .tm-item:nth-of-type(2n-1) {
        border-right: 2px solid #0054a4;
        margin: 0;
        min-height: 30.8125em;
        padding: 1.9375em 0 0 0;
        width: 51.8%; }
        .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-descp {
          padding-left: 0;
          padding-right: 2em;
          text-align: right; }
          .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-descp:after {
            left: auto !important;
            right: -3.1875em; }
        .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-content {
          padding-left: 0; }
        .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-img .tm-yr {
          padding-right: 0.2857142857em; }
      .timeline-wrapper .tm-item:nth-child(1) {
        margin-top: 2.125em;
        padding-top: 0.375em;
        background-position: right 0;
        min-height: 36.0625em; }
        .timeline-wrapper .tm-item:nth-child(1) .tm-img {
          margin-top: -1.25em; }
      .timeline-wrapper .tm-item:nth-child(2) {
        margin-bottom: 0;
        margin-top: 14.375em;
        min-height: 15.8125em;
        padding-bottom: 0; }
      .timeline-wrapper .tm-item:nth-child(3) {
        margin-top: 0;
        min-height: 34.75em;
        padding-top: 0;
        background-position: right 0.75em; }
        .timeline-wrapper .tm-item:nth-child(3) .tm-img {
          margin-top: 1.25em; }
      .timeline-wrapper .tm-item:nth-child(4) {
        margin-top: 13.6875em;
        padding-top: 0; }
      .timeline-wrapper .tm-item:nth-child(5) {
        margin-top: -18.75em;
        background-position: right 2em;
        min-height: 28.4375em;
        padding-top: 1.1875em; }
        .timeline-wrapper .tm-item:nth-child(5) .tm-img {
          margin-top: 1.5625em; }
      .timeline-wrapper .tm-item:nth-child(6) {
        margin-top: 6.875em; }
      .timeline-wrapper .tm-item:nth-child(7) {
        padding-top: 0.875em;
        margin-top: -18em;
        min-height: 33em;
        background-position: right 0.25em; }
      .timeline-wrapper .tm-item:nth-child(8) {
        margin-top: 0.5em;
        padding-top: 1.75em; }
      .timeline-wrapper .tm-item:nth-child(9) {
        margin-top: -8em;
        min-height: 42.5em;
        padding-top: 1.7em; }
      .timeline-wrapper .tm-item:nth-child(10) {
        margin-top: 17.5em; }
      .timeline-wrapper .tm-item:nth-child(11) {
        margin-top: -6.75em;
        background-position: right 1.5em;
        min-height: 31.5em; }
      .timeline-wrapper .tm-item:nth-child(12) {
        margin-top: 12em; }
      .timeline-wrapper .tm-item:nth-child(13) {
        background-position: right 2.3125em;
        margin-top: -11.5625em;
        min-height: 35.25em;
        padding-top: 1.25em; }
      .timeline-wrapper .tm-item:nth-child(14) {
        margin-top: 9.5em;
        min-height: 1.25em; }
      .timeline-wrapper .tm-item:nth-child(15) {
        padding-top: 4.1875em;
        min-height: 6.25em;
        margin-top: -1.25em; }
      .timeline-wrapper .tm-item .tm-descp {
        position: relative;
        text-align: left;
        padding-left: 2.3125em; }
        .timeline-wrapper .tm-item .tm-descp .tm-content {
          display: inline-block;
          margin-bottom: 0;
          margin-top: 2.733em;
          padding-right: 0; }
        .timeline-wrapper .tm-item .tm-descp .tm-heading {
          font-size: 1.875em;
          line-height: 1.0333333333em;
          padding-top: 0.5666666667em; } }

@media (min-width: 80em) {
  .timeline-wrapper .tm-item {
    font-size: 1em; }
    .timeline-wrapper .tm-item .tm-img .tm-yr {
      bottom: 0;
      font-size: 2.375em;
      padding-left: 0.1052631579em;
      left: 29px; }
    .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-content {
      padding-left: 0;
      margin-top: 0; }
    .timeline-wrapper .tm-item:nth-of-type(2n-1) .tm-img .tm-yr {
      padding-right: 0.1052631579em;
      right: 24px; }
    .timeline-wrapper .tm-item:nth-child(2) {
      margin-top: 10.563em; }
    .timeline-wrapper .tm-item:nth-child(3) {
      margin-top: -4.9375em; }
    .timeline-wrapper .tm-item:nth-child(4) {
      margin-top: 7.8125em; }
    .timeline-wrapper .tm-item:nth-child(5) {
      margin-top: -24.375em;
      min-height: 31.25em;
      padding-top: 0.3125em; }
    .timeline-wrapper .tm-item:nth-child(6) {
      margin-top: 4.0625em; }
    .timeline-wrapper .tm-item:nth-child(7) {
      margin-top: -20.75em;
      padding-top: 0.0625em; }
    .timeline-wrapper .tm-item:nth-child(8) {
      margin-top: -8.0625em; }
    .timeline-wrapper .tm-item:nth-child(9) {
      /*margin-top: em(-69);
        min-height: em(680);*/
      padding-top: 0.3125em; }
    .timeline-wrapper .tm-item:nth-child(10) {
      margin-top: 16.8em; }
    .timeline-wrapper .tm-item:nth-child(11) {
      margin-top: -2.375em;
      background-position: right 24px;
      min-height: 31.5em; }
    .timeline-wrapper .tm-item:nth-child(12) {
      margin-top: 3.9375em; }
    .timeline-wrapper .tm-item:nth-child(13) {
      /*background-position: right 37px;
        margin-top: em(-185);
        min-height: em(564);*/
      padding-top: 2.25em; }
    .timeline-wrapper .tm-item:nth-child(14) {
      margin-top: 8.5em;
      /*min-height: em(20);*/ }
    .timeline-wrapper .tm-item .tm-descp .tm-content {
      margin-top: 0.6em; } }

@media (max-height: 46em) and (min-width: 60em) {
  .timeline-wrapper {
    font-size: .875em; } }

.gmap iframe {
  width: 28.125em;
  height: 21.875em;
  max-width: 100%;
  border: 1px solid #0054a4; }

.inner-ol {
  list-style-type: lower-alpha; }
  .inner-ol li {
    font-size: 1em; }

.inner-ul li {
  font-size: 18px !important;
  margin-left: 1.3888888889em;
  line-height: 1.1666666667em !important; }
  .inner-ul li:after {
    background-image: url(img/ico-bullet-blu.svg) !important; }

.video-wrap {
  text-align: center;
  width: 290px;
  margin: 0 auto; }
  .video-wrap a {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .video-wrap a:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 3.125em;
      height: 3.125em;
      top: 40%;
      background-image: url(img/ico-play-video.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 9; }

.catlog-module.catalog-page {
  background: #ffffff !important; }

.catalog-page .cm-img {
  border-color: #e4e5e8;
  position: relative; }

.catalog-page .cm-title {
  font-size: 1em; }

.textcenter {
  text-align: center; }

.cta-aside .btn, .cta-aside button,
.cta-aside input[type="submit"], .cta-aside .btn-download, .cta-aside .btn-arrow, .cta-aside .product-grid-item-link, .cta-aside .hs-button, .cta-aside .hs-form .hs-button {
  width: 100%;
  margin-bottom: 0.625em;
  line-height: 1.5em; }

.cta-aside .hs-form {
  padding-bottom: 4.5625em;
  border-bottom: 1px solid #e4e5e8; }
  .cta-aside .hs-form label {
    font-family: "Muli", sans-serif;
    line-height: 1.2857142857em;
    font-size: 0.875em; }
  .cta-aside .hs-form .actions {
    margin: 0 !important;
    padding: 0 !important; }
  .cta-aside .hs-form .hs-button {
    border: none;
    box-sizing: border-box !important;
    font-family: "Muli", sans-serif;
    font-size: 0.875em;
    text-shadow: none; }
    .cta-aside .hs-form .hs-button:hover {
      border: none !important;
      box-shadow: none !important; }

.form-with-bg {
  background-color: #e4e5e8;
  padding: 4px 10px 0;
  margin-bottom: 22px; }
  .form-with-bg h4 {
    font-size: 15px;
    font-weight: 600; }

.sitemap-menu ul li {
  margin-left: 1.25em; }

.page-breadcrumb a {
  color: white;
  display: inline-block;
  font-weight: bold;
  background-color: #df7833;
  padding: 0.75em 2em 0.75em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  text-decoration: none; }
  .page-breadcrumb a:hover {
    background-color: #e4e5e8;
    color: #df7833; }
    .page-breadcrumb a:hover:after {
      background-image: url(img/arrow-orange.svg); }
  .page-breadcrumb a:after {
    content: "";
    position: absolute;
    top: 1.1em;
    height: 1em;
    width: 1em;
    right: 0.75em;
    background-image: url(img/arrow-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1em 1em; }

.lightbox, .lightbox-infographic {
  position: relative;
  z-index: 99;
  display: block;
  text-align: center; }

.lightbox-infographic {
  display: inline-block; }

/* Our partners page logo Style*/
.op-wrapper {
  text-align: center; }
  .op-wrapper figure {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 40em) {
      .op-wrapper figure {
        margin: 0 1em 1em 1em; } }
    .op-wrapper figure img {
      display: block;
      margin: 0 auto; }

/*============== Territory Map =============*/
@media (min-width: 60em) {
  .tm-map {
    float: right;
    width: 70%;
    position: relative;
    z-index: 1; } }

@media (min-width: 80em) {
  .tm-map {
    width: 69%;
    position: relative;
    z-index: 1; } }

#imagemap-1759-1 {
  width: 31.25em !important;
  max-width: 100%; }
  @media (max-height: 46em) and (min-width: 60em) {
    #imagemap-1759-1 {
      width: 30.7142857143em !important;
      max-width: 100% !important; } }

.tm-ter {
  display: block;
  padding-bottom: 1.3076923077em;
  padding-left: 2.7692307692em;
  position: relative;
  font-size: 0.8125em; }
  .tm-ter:before {
    background: #0054a3;
    border-radius: 50%;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 25px; }
  .tm-ter a {
    text-decoration: none; }
  .tm-ter.tm-green:before {
    background: #8fb870; }
  .tm-ter.tm-maroon:before {
    background: #a64a6b; }
  .tm-ter.tm-yellow:before {
    background: #f79e30; }
  .tm-ter.tm-dark-grey:before {
    background: #a29384; }
  .tm-ter.tm-purple:before {
    background: #7d6ba6; }
  .tm-ter.tm-pink:before {
    background: #e87da1; }
  .tm-ter.tm-baby-blue:before {
    background: #089cd7; }
  .tm-ter.tm-magento:before {
    background: #7a296e; }
  .tm-ter.tm-brown:before {
    background: #a55038; }

.tm-mail {
  width: 1.1538461538em;
  margin-top: 0.1538461538em;
  margin-right: 0.3846153846em;
  vertical-align: top; }

/*============= Career Table ============*/
.career-table.tablesaw-stack td .tablesaw-cell-label,
.career-table.tablesaw-stack th .tablesaw-cell-label {
  width: auto; }

.career-table .tablesaw-cell-content {
  max-width: 100%; }

.career-table tr,
.career-table td,
.career-table th {
  vertical-align: top; }

.tablesaw th {
  font-size: 18px; }

/*.hs-content-id-5169392729 .contact-btn {
  display: none; }*/

/*.hs-content-id-5169392729 .tn-contact {
  display: none; }*/

.quote-module {
  text-align: center;
  /*.quote-module img {
    width: 100%;
    max-width: em(1069);
    image-rendering: -webkit-optimize-contrast;
  }*/ }
  .quote-module .qpm-header {
    text-transform: uppercase;
    font-size: 1.25em; }
  .quote-module .qpm-subtext {
    font-size: 0.9375em; }
  .quote-module span {
    font-size: 13px; }

/*===============  Conversational Forms  ===============*/
.conversational-form {
  background: #e8ebf0;
  text-align: center;
  position: relative;
  /* Resets */ }
  .conversational-form .inner-wrap, .conversational-form .inner-wrap-narrow, .conversational-form .inner-wrap-wide, .conversational-form .inner-wrap-fullwidth {
    max-width: 64em; }
  .conversational-form .section-header, .conversational-form .rm-title, .conversational-form .landing-page .page-intro h1, .landing-page .page-intro .conversational-form h1 {
    margin-bottom: 2em; }
  @media (min-width: 60em) {
    .conversational-form .hs-richtext textarea,
    .conversational-form input[type="color"],
    .conversational-form input[type="date"],
    .conversational-form input[type="datetime"],
    .conversational-form input[type="datetime-local"],
    .conversational-form input[type="email"],
    .conversational-form input[type="month"],
    .conversational-form input[type="number"],
    .conversational-form input[type="password"],
    .conversational-form input[type="search"],
    .conversational-form input[type="tel"],
    .conversational-form input[type="text"],
    .conversational-form input[type="time"],
    .conversational-form input[type="url"],
    .conversational-form input[type="week"],
    .conversational-form textarea,
    .conversational-form select[multiple=multiple] {
      width: auto;
      margin: 0px 10px 15px 0;
      display: inline;
      float: left;
      border: 0;
      font-size: 22px;
      color: #000;
      padding: 3px 10px 3px 10px;
      line-height: 1.5;
      height: 55px;
      box-shadow: none; } }
  .conversational-form button,
  .conversational-form input[type="submit"] {
    font-size: 16px !important;
    float: none;
    display: block;
    clear: both;
    margin-top: 2em;
    margin: 0 auto;
    background-image: url(img/noun_945767-new.svg);
    background-position: 12% center;
    background-size: 1.4em 1.4em;
    z-index: 999;
    width: 8.444444em !important; }
    .conversational-form button:hover,
    .conversational-form input[type="submit"]:hover {
      background-image: url(img/noun_945767-new.svg) !important; }
  .conversational-form input {
    color: #666 !important;
    font-size: 1em !important;
    height: 35px !important; }
    @media (min-width: 60em) {
      .conversational-form input {
        width: 182px !important; } }
  @media (min-width: 60em) {
    .conversational-form .hs_firstname input,
    .conversational-form .hs_lastname input {
      width: 140px !important; } }
  @media (min-width: 60em) {
    .conversational-form .hs_zip input {
      width: 140px !important; } }
  @media (min-width: 60em) {
    .conversational-form .hs_phone input {
      width: 165px !important; } }
  .conversational-form .hs_submit {
    clear: both;
    padding-top: 1em; }
    .conversational-form .hs_submit .hs-button {
      font-size: 16px !important;
      text-align: center;
      line-height: 0em;
      padding: 22px 10px 25px 23px;
      color: #ffffff !important;
      height: auto !important; }
  .conversational-form .hbspt-form {
    display: block; }
  .conversational-form .hs-richtext {
    display: none; }
    @media (min-width: 60em) {
      .conversational-form .hs-richtext {
        display: inline-block;
        float: left;
        font-size: 22px;
        line-height: 1.5em;
        margin: 0 10px 15px 0;
        height: 35px; } }
  @media (min-width: 60em) {
    .conversational-form label {
      display: none; } }
  @media (min-width: 60em) {
    .conversational-form .hs-error-msgs label {
      display: inline-block;
      width: 95px;
      font-size: 10px;
      float: left; } }

.hs_message {
  display: block; }
  .hs_message .hs-input {
    font-size: 16px !important;
    width: 420px;
    max-width: 100%;
    padding: .5em;
    height: 35px; }

.site-header.media-header {
  border-bottom: 30px solid #e4e5e8; }
  @media (min-width: 40em) {
    .site-header.media-header {
      border-bottom: 50px solid #e4e5e8; } }

.site-intro.media-intro, .media-intro.page-intro {
  padding-bottom: 1.25em; }
  .site-intro.media-intro .si-text, .media-intro.page-intro .si-text {
    line-height: 1.2em;
    margin-top: 0.625em;
    font-size: 2em; }
  @media (min-width: 80em) {
    .site-intro.media-intro, .media-intro.page-intro {
      padding-bottom: 5.125em; } }

.mp-module-2 {
  background-color: #0054a4;
  color: #ffffff; }
  .mp-module-2 h1,
  .mp-module-2 h2,
  .mp-module-2 h3,
  .mp-module-2 h4,
  .mp-module-2 h5,
  .mp-module-2 h6 {
    color: #ffffff; }
  @media (min-width: 80em) {
    .mp-module-2 {
      background-image: url(img/hudson-facility.jpg);
      background-position: right center;
      background-size: 43.0625em 100%;
      background-repeat: no-repeat;
      position: relative; } }

.mp-module-1-image {
  display: none;
  text-align: center; }

.mp-module-2-image {
  text-align: center; }
  @media (min-width: 40em) {
    .mp-module-2-image {
      display: none; } }
  @media (min-width: 80em) {
    .mp-module-2-image {
      /*display: block;
    max-width: em(689);
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);*/ } }
  .mp-module-2-image img {
    display: block; }

.mp-module-3-image {
  text-align: center; }
  @media (min-width: 40em) {
    .mp-module-3-image {
      text-align: left;
      display: inline-block;
      max-width: 19.9375em;
      width: 40%;
      margin-right: 5%;
      vertical-align: top; } }
  @media (min-width: 60em) {
    .mp-module-3-image {
      width: 40%;
      margin-right: 6%; } }

.mp-module-3-ebook-form {
  overflow: hidden;
  background-color: #0054a4;
  padding: 1.25em 2.0625em 1.875em;
  color: #ffffff; }
  .mp-module-3-ebook-form input {
    color: #040a0e; }
  .mp-module-3-ebook-form input[type="submit"] {
    color: #ffffff;
    float: left;
    padding: 0.8em 2em 0.8em 3em;
    background-image: url(img/download.svg);
    background-position: 19% center;
    background-size: 1.2em 1.1em;
    margin-top: 0.9375em; }
  @media (min-width: 60em) {
    .mp-module-3-ebook-form {
      max-width: 77%;
      margin: 0 auto; } }

@media (min-width: 40em) {
  .mp-module-3-text {
    display: inline-block;
    width: 54%;
    vertical-align: top; } }

@media (min-width: 60em) {
  .mp-module-3-text {
    width: 52%; } }

@media (min-width: 80em) {
  .mp-module-3-text {
    width: 58%; } }

@media (min-width: 80em) {
  .mp-module-1 {
    background-image: url(img/DSC_4882_ztphoto_09_commercial_hudsontech.jpg);
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat; } }

@media (min-width: 80em) {
  .mpm1-text {
    width: 56%; } }

@media (min-width: 80em) {
  .mpm2-text {
    width: 48%;
    padding-right: 1.875em;
    padding-top: 1.25em; } }

.mp-module-3 {
  clear: both; }

@media (min-width: 40em) {
  .mp-module-3-content {
    padding-top: 1.5625em;
    padding-bottom: 1.875em; } }

@media (min-width: 60em) {
  .mp-module-3-content {
    padding-left: 3.125em; } }

@media (min-width: 80em) {
  .mp-module-3-content {
    padding-left: 5.625em; } }

.mp-module-3-contact-form {
  /*[type=file] {
    border: 2px solid $blue;
    padding: em(5);
    margin-bottom: em(20);
    }*/ }
  .mp-module-3-contact-form [type=submit] {
    float: left;
    padding: 0.8em 3em 0.8em 2em;
    margin-top: 0.9375em; }
  .mp-module-3-contact-form .form-heading {
    color: #0054a4;
    margin-bottom: 1.5625em; }
  .mp-module-3-contact-form .form-sub-heading {
    margin-bottom: 1.5625em; }
  @media (min-width: 60em) {
    .mp-module-3-contact-form {
      max-width: 75%;
      margin: 0 auto; } }
  .mp-module-3-contact-form .hs_file_upload, .mp-module-3-contact-form .hs_additional_file_image_upload {
    cursor: pointer;
    position: relative;
    height: 3.125em;
    width: 100%; }
    .mp-module-3-contact-form .hs_file_upload label, .mp-module-3-contact-form .hs_additional_file_image_upload label {
      position: absolute;
      top: 0;
      right: 0.5625em;
      left: 0;
      bottom: 0;
      /*background-image: url(img/upload.svg);
      background-position: 17% center;
      background-repeat: no-repeat;
      background-size: 1.2em 1.1em;*/
      color: #0054a4;
      line-height: 2.1875em;
      text-align: center;
      cursor: pointer;
      border: 2px solid #0054a4;
      /*@include mq(medium) {
        background-position: 23% center;
      }
      @include mq(large) {
        background-position: 29% center;
      }
      @include mq(xlarge) {
        background-position: 32% center;
        }*/ }
      .mp-module-3-contact-form .hs_file_upload label span, .mp-module-3-contact-form .hs_additional_file_image_upload label span {
        position: relative; }
        .mp-module-3-contact-form .hs_file_upload label span:before, .mp-module-3-contact-form .hs_additional_file_image_upload label span:before {
          background-image: url(img/upload.svg);
          background-position: left center;
          background-repeat: no-repeat;
          background-size: cover;
          content: "";
          height: 25px;
          left: -29px;
          position: absolute;
          top: 0;
          width: 25px; }
    .mp-module-3-contact-form .hs_file_upload .input, .mp-module-3-contact-form .hs_additional_file_image_upload .input {
      position: absoulte;
      opacity: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .mp-module-3-contact-form .hs_additional_file_image_upload {
    overflow: hidden; }
    .mp-module-3-contact-form .hs_additional_file_image_upload label {
      /*background-position: left center;
      @include mq(medium) {
        background-position: 2% center;
      }
      @include mq(large) {
        background-position: 7% center;
      }
      @include mq(xlarge) {
        background-position: 19% center;
        }*/ }

.gdd-002-b-sh-sticky-wrap.blur {
  opacity: 0.3; }

@media (min-width: 40em) {
  .gdd-002-b-sh-sticky-wrap .sn-li-l1:first-child .sn-level-2 {
    left: 0;
    right: auto; } }

.gdd-002-b-ccq-form {
  background-color: #e4e5e8;
  padding: 0 0.9375em 0.3125em 1.5625em;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in 0s; }
  .gdd-002-b-ccq-form textarea {
    height: auto !important;
    display: block; }
    @media (min-width: 40em) {
      .gdd-002-b-ccq-form textarea {
        max-width: 49.5% !important; } }
  .gdd-002-b-ccq-form .hs_upload_a_file,
  .gdd-002-b-ccq-form .hs_file_upload,
  .gdd-002-b-ccq-form .mp-module-3-contact-form .hs_additional_file_image_upload,
  .mp-module-3-contact-form .gdd-002-b-ccq-form .hs_additional_file_image_upload {
    cursor: pointer;
    position: relative;
    height: 2.9375em;
    width: 100%;
    margin-top: 1.875em;
    margin-bottom: 0.625em; }
    .gdd-002-b-ccq-form .hs_upload_a_file label,
    .gdd-002-b-ccq-form .hs_file_upload label,
    .gdd-002-b-ccq-form .mp-module-3-contact-form .hs_additional_file_image_upload label,
    .mp-module-3-contact-form .gdd-002-b-ccq-form .hs_additional_file_image_upload label {
      position: absolute;
      top: 0;
      right: 0.5625em;
      left: 0;
      bottom: 0;
      /*background-image: url(img/upload.svg);
      background-position: 17% center;
      background-repeat: no-repeat;
      background-size: 1.2em 1.1em;*/
      color: #0054a4;
      line-height: 2.0625em;
      text-align: center;
      cursor: pointer;
      border: 2px solid #0054a4;
      /*@include mq(medium) {
        background-position: 23% center;
      }
      @include mq(large) {
        background-position: 29% center;
      }
      @include mq(xlarge) {
        background-position: 32% center;
        }*/ }
      .gdd-002-b-ccq-form .hs_upload_a_file label span,
      .gdd-002-b-ccq-form .hs_file_upload label span,
      .gdd-002-b-ccq-form .mp-module-3-contact-form .hs_additional_file_image_upload label span,
      .mp-module-3-contact-form .gdd-002-b-ccq-form .hs_additional_file_image_upload label span {
        position: relative; }
        .gdd-002-b-ccq-form .hs_upload_a_file label span:before,
        .gdd-002-b-ccq-form .hs_file_upload label span:before,
        .gdd-002-b-ccq-form .mp-module-3-contact-form .hs_additional_file_image_upload label span:before,
        .mp-module-3-contact-form .gdd-002-b-ccq-form .hs_additional_file_image_upload label span:before {
          background-image: url(img/upload.svg);
          background-position: left center;
          background-repeat: no-repeat;
          background-size: cover;
          content: "";
          height: 20px;
          left: -26px;
          position: absolute;
          top: 2px;
          width: 20px; }
    .gdd-002-b-ccq-form .hs_upload_a_file .input,
    .gdd-002-b-ccq-form .hs_file_upload .input,
    .gdd-002-b-ccq-form .mp-module-3-contact-form .hs_additional_file_image_upload .input,
    .mp-module-3-contact-form .gdd-002-b-ccq-form .hs_additional_file_image_upload .input {
      position: absoulte;
      opacity: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (min-width: 481px) {
      .gdd-002-b-ccq-form .hs_upload_a_file,
      .gdd-002-b-ccq-form .hs_file_upload,
      .gdd-002-b-ccq-form .mp-module-3-contact-form .hs_additional_file_image_upload,
      .mp-module-3-contact-form .gdd-002-b-ccq-form .hs_additional_file_image_upload {
        top: 2.25em;
        margin-top: 0;
        margin-bottom: 0; } }
  .gdd-002-b-ccq-form .hs-form {
    position: relative; }
  .gdd-002-b-ccq-form .hs_submit {
    /*@include mq(large) {
      left: 41%;
      }*/ }
    @media (min-width: 40em) {
      .gdd-002-b-ccq-form .hs_submit {
        bottom: 0.9375em;
        left: 50%;
        position: absolute; } }
    .gdd-002-b-ccq-form .hs_submit input {
      float: none;
      padding: 0.7em 3.3em 0.7em 2em; }
      @media (min-width: 40em) {
        .gdd-002-b-ccq-form .hs_submit input {
          float: right; } }
  .gdd-002-b-ccq-form .hs-input {
    width: 100% !important; }
  .gdd-002-b-ccq-form .form-heading {
    color: #0054a4; }
  .gdd-002-b-ccq-form.form-active {
    border: 1px solid #999;
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1.06);
    z-index: 100; }
    .gdd-002-b-ccq-form.form-active:before {
      border: 0 none;
      border-radius: 50%;
      color: #1f2a68;
      content: "X";
      cursor: pointer;
      padding: 0 8px;
      position: absolute;
      right: 5px;
      top: 9px;
      z-index: 101; }

body.blur {
  position: relative; }
  body.blur:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    background-color: rgba(255, 255, 255, 0.9); }

.close {
  float: right;
  margin-right: 6px;
  cursor: pointer; }

@media screen and (max-width: 1279px) {
  .mp-module-1,
  .mp-module-2 {
    background-image: none !important; } }

.applications {
  background-image: url(img/hmp-half-shells.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff; }
  @media (min-width: 60em) {
    .applications .product-left {
      line-height: 2em; } }
  .applications ul:not([class]) li:not([class]):after {
    background-size: 0.375em; }

.designing-for-manufacturability-and-reliability {
  background-color: #0054a4;
  color: #ffffff; }
  .designing-for-manufacturability-and-reliability ul:not([class]) li:not([class]):after {
    background-size: 0.375em; }

.learn-more-data {
  background-color: #0054a4;
  color: #ffffff; }
  .learn-more-data h3 {
    color: #ffffff; }
  .learn-more-data a {
    color: #ffffff; }
    .learn-more-data a:hover {
      color: #df7833; }

@media (min-width: 40em) {
  .align-right-image {
    float: right;
    margin-left: 35px; } }

@media (min-width: 80em) {
  .align-right-image {
    margin-left: 65px; } }

@media (min-width: 60em) {
  .medical-products {
    background-image: url(img/medical-products.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%; }
    .medical-products .product-left {
      width: 53%; } }

@media (min-width: 80em) {
  .medical-products {
    background-size: 90%; } }

@media (min-width: 60em) {
  .quality-environment {
    background-image: url(img/hmp-cases.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%; }
    .quality-environment .content-left {
      max-width: 55%; } }

@media (min-width: 80em) {
  .quality-environment {
    background-size: auto 90%; } }

@media (min-width: 60em) {
  .materials {
    background-image: url(img/hmp-inset.jpg), url(img/hmp-progressive-die-new.jpg);
    background-position: right top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%; }
    .materials .material-content {
      width: 52.5%; } }
  @media (min-width: 60em) and (min-width: 80em) {
    .materials {
      background-size: 90%, 90%; } }

.materials ul:not([class]) li:not([class]):after {
  background-image: url(img/ico-bullet-black.svg);
  background-size: 0.375em; }

.mp-header {
  font-size: 1.5em;
  color: #040a0e; }

.para-header {
  font-size: 1.3125em;
  color: #0054a4; }

.paragraph-header {
  font-size: 1.3125em;
  color: #ffffff; }

.titanium-text {
  font-size: 1.125em;
  font-weight: bold;
  font-style: italic;
  color: #040a0e; }

@media print {
  body {
    background: red; } }

.gdd-003-b-ebook-module .resources-module {
  background-color: #e8ebf0; }
  .gdd-003-b-ebook-module .resources-module .rm-item {
    border: 1px solid #999; }

.page-id-999 .emph, .page-id-999 .section-header-wrap p, .section-header-wrap .page-id-999 p, .page-id-999 .page-intro p, .page-intro .page-id-999 p {
  color: #333; }

.page-id-999 h3 {
  color: #0054a4; }

@media (min-width: 60em) {
  .page-id-999 .product-left {
    width: 54%; } }

.page-id-999 .site-content > .inner-wrap, .page-id-999 .site-content > .inner-wrap-narrow, .page-id-999 .site-content > .inner-wrap-wide, .page-id-999 .site-content > .inner-wrap-fullwidth {
  padding-bottom: 0; }

.page-id-999 .learn-more-data h3 {
  color: #ffffff; }

.page-id-999 .learn-more-data a:hover {
  color: #df7833; }

@media (min-width: 60em) {
  .core-cap-equipment-pro {
    background-image: url(img/img-1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto; } }

.core-cap-equipment-pro .inner-wrap, .core-cap-equipment-pro .inner-wrap-narrow, .core-cap-equipment-pro .inner-wrap-wide, .core-cap-equipment-pro .inner-wrap-fullwidth {
  padding-top: 0; }

@media (min-width: 60em) {
  .materials-capabilities-tolerances {
    background-image: url(img/materials-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff; }
    .materials-capabilities-tolerances h3 {
      color: #ffffff; }
    .materials-capabilities-tolerances a {
      color: #ffffff; }
      .materials-capabilities-tolerances a:hover {
        color: #df7833; }
    .materials-capabilities-tolerances ul:not([class]) li:not([class]) a {
      text-decoration: underline; }
    .materials-capabilities-tolerances ul:not([class]) li:not([class]):after {
      background-size: 0.375em; } }

@media (min-width: 60em) {
  .materials-details {
    background-image: url(img/img-4.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto; } }

/* Industry page css */
.industry-page-intro {
  background-color: #0054a4; }
  .industry-page-intro > .inner-wrap, .industry-page-intro > .inner-wrap-narrow, .industry-page-intro > .inner-wrap-wide, .industry-page-intro > .inner-wrap-fullwidth {
    padding-top: 1.125em;
    padding-bottom: 1.0625em; }

.si-header {
  color: white;
  font-size: 2.25em;
  font-weight: 600; }

.industry-page h2 {
  color: #0054a4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125em;
  margin: 1.8095238095em 0 1.4761904762em; }

.industry-page h3 {
  font-size: 1.1875em; }

.industry-page p {
  line-height: 1.5555555556em;
  margin: 0.8888888889em 0 1.5em; }

.industry-page ul:not([class]) {
  padding-left: 2.4375em; }
  .industry-page ul:not([class]) li:not([class]) {
    margin-bottom: 1.1666666667em; }
    .industry-page ul:not([class]) li:not([class]):after {
      background-image: url(img/ico-bullet-black.svg);
      background-size: 0.3333333333em;
      left: -2.5em; }

.industry-page .dest-img {
  text-align: center;
  width: 100%;
  max-width: 37.25em; }

@media (min-width: 40em) {
  .industry-page .dest-img {
    width: 50%;
    float: right;
    text-align: center; } }

@media (min-width: 60em) {
  .industry-page > .inner-wrap, .industry-page > .inner-wrap-narrow, .industry-page > .inner-wrap-wide, .industry-page > .inner-wrap-fullwidth {
    padding-top: 2.75em;
    padding-bottom: 1.0625em; } }

@media (min-width: 93.75em) {
  .industry-page .dest-img {
    margin-right: -7.9375em;
    margin-top: -2.5em; } }

.how-hudson-helps {
  /*background-image: url(img/how-hudson-helps-bg.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0054a4; }
  .how-hudson-helps p {
    color: #ffffff; }
  .how-hudson-helps h3 {
    font-size: 1.3125em;
    color: #fff; }
  .how-hudson-helps ul:not([class]) {
    padding-left: 2.4375em;
    color: #ffffff; }
    .how-hudson-helps ul:not([class]) li:not([class]) {
      margin-bottom: 1.1666666667em; }
      .how-hudson-helps ul:not([class]) li:not([class]):after {
        background-image: url(img/ico-bullet.svg);
        background-size: 0.3333333333em;
        left: -2.5em; }
  @media (min-width: 60em) {
    .how-hudson-helps > .inner-wrap, .how-hudson-helps > .inner-wrap-narrow, .how-hudson-helps > .inner-wrap-wide, .how-hudson-helps > .inner-wrap-fullwidth {
      padding-top: 3.3125em;
      padding-bottom: 3.5em; }
    .how-hudson-helps p {
      margin-bottom: 2.0555555556em; } }

.hhh-header {
  color: #ffffff !important; }
  @media (min-width: 60em) {
    .hhh-header {
      margin-bottom: 1.5238095238em; } }

@media (min-width: 60em) {
  .hhh-bucket {
    margin: 0 0.125em 1.6875em; } }

.hhh-bucket-item {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 15px solid #004281;
  padding: 0.625em;
  position: relative;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .hhh-bucket-item:hover {
    transform: scale(1.1, 1.1);
    z-index: 1;
    background-color: #ffffff; }
    .hhh-bucket-item:hover a {
      text-decoration: underline; }
  .hhh-bucket-item p {
    color: #040a0e; }
  .hhh-bucket-item a {
    color: #de773c;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-right: 1.25em;
    float: right; }
    .hhh-bucket-item a:after {
      content: "";
      background-image: url(img/arrow-ind.svg);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.5em 0.9375em;
      position: absolute;
      right: 0;
      top: 0;
      width: 0.5em;
      height: 100%; }
  @media (min-width: 40em) {
    .hhh-bucket-item {
      width: 33.03%;
      margin-right: 0.45%;
      margin-bottom: 0.9375em;
      min-height: 20.625em; }
      .hhh-bucket-item a {
        position: absolute;
        right: 1.25em;
        bottom: 1.875em; } }
  @media (min-width: 60em) {
    .hhh-bucket-item {
      min-height: 15.625em; }
      .hhh-bucket-item p {
        line-height: 1.4444444444em; }
      .hhh-bucket-item a {
        right: 1.8125em;
        bottom: 1.5625em; } }
  @media (min-width: 80em) {
    .hhh-bucket-item {
      min-height: 13.875em;
      padding: 2em 0.9375em 0.9375em 2em; } }

.solution-from-hudson p {
  margin-bottom: 1.1111111111em; }

@media (min-width: 40em) {
  .solution-from-hudson .dest-img {
    float: none;
    text-align: center; } }

@media (min-width: 60em) {
  .solution-from-hudson > .inner-wrap, .solution-from-hudson > .inner-wrap-narrow, .solution-from-hudson > .inner-wrap-wide, .solution-from-hudson > .inner-wrap-fullwidth {
    padding-top: 3.1875em;
    padding-bottom: 1.625em; }
  .solution-from-hudson .dest-img {
    float: right;
    text-align: center; } }

@media (min-width: 93.75em) {
  .solution-from-hudson .dest-img {
    margin-right: -5em;
    margin-top: -2.6875em; } }

.page-id-2259 .solution-from-hudson ul.sfh-bullet {
  padding-left: 2.4375em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  .page-id-2259 .solution-from-hudson ul.sfh-bullet > li {
    margin-bottom: 1.1666666667em;
    position: relative;
    padding-left: 1.125em; }
    .page-id-2259 .solution-from-hudson ul.sfh-bullet > li:after {
      background-image: url(img/ico-bullet-black.svg);
      background-size: 0.4444444444em;
      left: 0;
      content: "";
      position: absolute;
      padding: 0 0 0 13px;
      top: 11px;
      width: 5px;
      height: 10px;
      background-repeat: no-repeat; }

@media (min-width: 60em) {
  .page-id-2259 .solution-from-hudson .dest-img {
    max-width: 33em;
    margin-top: 4.25em; } }

@media (min-width: 93.75em) {
  .page-id-2259 .solution-from-hudson .dest-img {
    max-width: 40em; } }

.applications-case-studies {
  background-image: url(img/applications-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .applications-case-studies .click-expand {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    margin-bottom: 0.0625em; }
    .applications-case-studies .click-expand:hover {
      background-color: #f3f3f3; }
    .applications-case-studies .click-expand.active .ce-body {
      color: #040a0e;
      font-size: 1em;
      padding: 0 1.25em 1.875em; }
      .applications-case-studies .click-expand.active .ce-body p {
        font-size: 1em; }
  .applications-case-studies .ce-header {
    color: #0054a4;
    font-weight: 500;
    font-size: 1.3125em;
    padding: 0.7142857143em 0.9523809524em; }
    .applications-case-studies .ce-header:after {
      color: #e0804a;
      font-size: 1.3333333333em;
      right: 0.5714285714em;
      top: 0.3214285714em; }
  @media (min-width: 60em) {
    .applications-case-studies > .inner-wrap, .applications-case-studies > .inner-wrap-narrow, .applications-case-studies > .inner-wrap-wide, .applications-case-studies > .inner-wrap-fullwidth {
      padding-top: 3.3125em;
      padding-bottom: 5.125em; }
    .applications-case-studies .click-expand {
      margin-left: 0.25em;
      margin-right: 0.3125em; }
      .applications-case-studies .click-expand.active .ce-body {
        padding: 0 4.3125em 2.125em 1.1875em; }
        .applications-case-studies .click-expand.active .ce-body p {
          line-height: 1.625em; }
    .applications-case-studies .ce-header {
      padding: 1.1428571429em 0.9047619048em 0.619047619em; } }

.acs-header {
  color: #040a0e !important; }

.acs-text {
  color: #040a0e; }
  @media (min-width: 60em) {
    .acs-text {
      margin-bottom: 2.3888888889em !important; } }

.what-next {
  background-image: url(img/whatsnext-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .what-next p {
    color: #ffffff !important; }
  .what-next a {
    color: #ffffff; }
  @media (min-width: 60em) {
    .what-next > .inner-wrap, .what-next > .inner-wrap-narrow, .what-next > .inner-wrap-wide, .what-next > .inner-wrap-fullwidth {
      padding-top: 3.1875em;
      padding-bottom: 2.6875em; } }

.wn-header {
  color: #ffffff !important;
  font-weight: 500; }

.wn-cta {
  display: block;
  text-align: center; }
  .wn-cta a {
    font-size: 1.375em;
    font-weight: normal;
    background-image: none; }
    .wn-cta a:hover {
      background-image: none; }
  @media (min-width: 60em) {
    .wn-cta {
      margin-top: 3.0625em; }
      .wn-cta a {
        padding: 0.6818181818em 1.5454545455em 0.8181818182em 1.4545454545em; } }

.figs {
  width: 100%;
  display: block; }
  .figs a {
    text-decoration: none; }
  @media (min-width: 40em) {
    .figs {
      width: 46%;
      display: inline-block;
      margin-right: 4%; } }

.sc-figure {
  border: solid 1px #ccc;
  margin-bottom: 1.25em;
  text-decoration: none !important; }

.sc-figure img {
  width: 100%;
  display: block; }

.sc-figure:hover .sc-figcaption {
  color: white !important;
  padding-left: 1.5em;
  padding-right: 0.625em; }

.sc-figure:hover .sc-figcaption:after {
  width: 100%;
  background-position: 10px center;
  transition: width .3s; }

.sc-figcaption {
  color: #df7833;
  padding: .50em 1.5em .50em .5em;
  position: relative;
  font-size: 22px;
  z-index: 10; }

.sc-figcaption:after {
  content: '';
  background-image: url(img/ico-btn-arrowright.png);
  height: 100%;
  width: 14%;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-position: 60% center;
  background-repeat: no-repeat;
  background-color: #df7833;
  z-index: -10;
  transition: width .3s; }

.fig p {
  display: none; }

/*-------*/
input[type="submit"] {
  padding: 1em 2em 1em 2em !important; }

/*
.gdd-005-b-hero-redesign,
.gdd-005-c-hero-redesign {

    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/home-redesign.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    .inner-wrap {
        display: table;
        width: 100%;
        padding: 0;


    }

}

.content-right {
    padding: em(22);
    background-color: #011c37;
    position: relative;

    @include mq(medium) {
        width: 60%;
        display: table-cell;
        vertical-align: middle;

    }

    @include mq(large) {
        width: 42%;
    }


    .rm-item-title {
        span {
            color: $white;
        }
    }

    .rm-item {
        border: 0;
        display: block;
        max-width: 360px;
        margin: 0 auto;
        position: relative;

        &:before {
            background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/arrow-ico-1.svg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            content: "";
            height: 153px;
            position: absolute;
            left: -23px;
            top: 256px;
            width: 116px;
        }
    }

    a {
        text-decoration: none;
    }
}


.content-left {
    padding: em(22);

    @include mq(medium) {
        width: 40%;
        vertical-align: middle;
        display: table-cell;
    }

    @include mq(large) {
        width: 57%;

    }

    .section-header {
        font-size: em(26);
        color: $white;

        @include mq(large) {
            font-size: em(36);
        }
    }

    .si-text {
        font-size: 18px;

        @include mq(large) {
            font-size: 24px;
            width: 90%;
        }
    }
}


.cr-title {
    font-size: em(22);
    color: #ffffff;
    text-align: center;
    margin-bottom: auto;

    @include mq(large) {

        font-size: em(28);

    }
}


.gdd-btn {
    @include transition (all .2s linear);
    margin: 0 auto;
    width: 10.444444em;
    font-size: $base-font-size;
    background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/download-ico-8.svg);
    background-position: 6% center;
    padding: .9em .9em .9em 2em;
    background-size: 1.4em 1.4em;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: block;
    font-size: em(20);

    &:hover {
        background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/download-ico-8.svg);
        background-color: $blue;
        color: $white;
    }
}


.gdd-c-btn {
    font-size: em(16);
    padding: 15px 9px 15px 20px;
    background-image: none;

    @include mq(large) {
        padding: 15px 20px 15px 20px;

        font-size: em(20);
    }

    &:hover {
        background-image: none;
    }
}*/
.gdd-004-b-form-left-focus .site-content-secondary {
  margin-right: 2.3576515979%; }

.gdd-004-b-form-left-focus .site-content-primary {
  float: none; }
  @media (min-width: 60em) {
    .gdd-004-b-form-left-focus .site-content-primary {
      float: right !important;
      margin-right: 0 !important; } }
  .gdd-004-b-form-left-focus .site-content-primary > span {
    transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    display: block; }

.gdd-004-b-form-left-focus .hs-form fieldset .hs-input[type="checkbox"],
.gdd-004-b-form-left-focus .hs-form .form-columns-1 .hs-input[type="checkbox"] {
  width: auto !important; }

.gdd-004-b-form-left-focus .form-wrapper {
  position: static; }
  @media (min-width: 60em) {
    .gdd-004-b-form-left-focus .form-wrapper {
      position: relative;
      border-radius: 5px;
      transition: all ease-in 0.5s;
      -webkit-transition: all ease-in 0.5s;
      background-color: #f9f9f9;
      margin-top: 0 !important;
      position: relative;
      padding: 1.75em; } }
  .gdd-004-b-form-left-focus .form-wrapper h3 {
    margin-top: 0 !important; }
  .gdd-004-b-form-left-focus .form-wrapper .form-active {
    position: relative; }
  .gdd-004-b-form-left-focus .form-wrapper:after {
    opacity: 0.2;
    z-index: -3; }

.gdd-004-b-form-left-focus .blur {
  box-shadow: 0px 0px 20px 10px white;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-shadow: 2px 0px 10px rgba(33, 33, 33, 0.9);
  color: rgba(255, 210, 82, 0);
  opacity: 0.2; }

.gdd-004-b-form-left-focus .form-active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  z-index: 100;
  opacity: 1; }

.gdd-004-b-form-left-focus .hs-input {
  width: 100% !important; }

.gdd-004-b-form-left-focus .right-image {
  float: none !important; }
  @media (min-width: 40em) {
    .gdd-004-b-form-left-focus .right-image {
      float: right !important; } }

.industry-page ul:not([class]) > li:not([class]) {
  margin-bottom: 0.75em;
  font-size: 1em; }

.solution-from-hudson .sfh-content ul ul {
  margin-top: .75em; }

.wn-contact {
  margin-top: 0.625em; }

.hudson-lists {
  display: inline-block; }

.tooling-header {
  color: #ffffff !important; }

.hl-text {
  color: #ffffff;
  margin-bottom: 0.625em; }

.content-right {
  z-index: 0 !important; }

/*=============== GDD 005 Hero redesign ===============*/
.gdd-005-a-hero-redesign {
  display: none !important; }

.gdd-005-c-hero-redesign {
  display: block !important; }

.gdd-005-c-hero-redesign {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/home-redesign.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.gdd-005-c-hero-redesign .inner-wrap, .gdd-005-c-hero-redesign .inner-wrap-narrow, .gdd-005-c-hero-redesign .inner-wrap-wide, .gdd-005-c-hero-redesign .inner-wrap-fullwidth {
  display: table;
  width: 100%;
  padding: 0; }

@media (min-width: 60em) {
  .gdd-005-c-hero-redesign .inner-wrap, .gdd-005-c-hero-redesign .inner-wrap-narrow, .gdd-005-c-hero-redesign .inner-wrap-wide, .gdd-005-c-hero-redesign .inner-wrap-fullwidth {
    margin-left: 8.75em; } }

.gdd-005-c-hero-redesign .content-left {
  padding: 1.375em;
  position: relative;
  background-color: rgba(0, 64, 164, 0.75); }

.gdd-005-c-hero-redesign .section-header, .gdd-005-c-hero-redesign .rm-title, .gdd-005-c-hero-redesign .landing-page .page-intro h1, .landing-page .page-intro .gdd-005-c-hero-redesign h1 {
  font-size: 1.625em;
  color: #ffffff; }

.gdd-005-c-hero-redesign .si-text {
  font-size: 18px; }

.gdd-005-c-hero-redesign .gdd-c-btn {
  font-size: 1em;
  padding: 15px 9px 15px 20px;
  background-image: none; }

.gdd-005-c-hero-redesign .gdd-c-btn:hover {
  background-image: none; }

.gdd-005-c-hero-redesign .content-right {
  padding: 1.375em;
  background-color: #011c37;
  position: relative; }

.gdd-005-c-hero-redesign .content-right a {
  text-decoration: none; }

.gdd-005-c-hero-redesign .cr-title {
  font-size: 1.375em;
  color: #ffffff;
  text-align: center;
  margin-bottom: auto; }

.gdd-005-c-hero-redesign .rm-item {
  border: 0;
  display: block;
  max-width: 360px;
  margin: 0 auto;
  position: relative; }

.gdd-005-c-hero-redesign .rm-item:before {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/arrow-ico-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 153px;
  position: absolute;
  left: -23px;
  top: 256px;
  width: 116px; }

.gdd-005-c-hero-redesign .rm-item-title span {
  color: #ffffff; }

.gdd-005-c-hero-redesign .gdd-btn {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 180px;
  font-size: 1.125em;
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/download-ico-8.svg);
  background-position: 12% center;
  padding: 16px 4px 16px 44px;
  background-size: 1.4em 1.4em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: block;
  font-size: 1.25em; }

.gdd-005-c-hero-redesign .gdd-btn:hover {
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/download-ico-8.svg);
  background-color: #0054a4;
  color: #ffffff; }

@media (max-height: 650px) {
  .content-right .rm-item:before {
    top: 152px !important; } }

@media (min-width: 40em) {
  .gdd-005-c-hero-redesign .content-left {
    width: 40%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    float: left;
    background-color: rgba(0, 64, 164, 0.75);
    /* opacity: 0.75; */ }
  .gdd-005-c-hero-redesign .content-right {
    width: 60%;
    display: table-cell;
    vertical-align: middle; } }

@media (min-width: 60em) {
  .gdd-005-c-hero-redesign .content-left {
    width: 42%;
    position: relative;
    float: left;
    background-color: rgba(0, 64, 164, 0.75);
    /* opacity: 0.75; */ }
  .gdd-005-c-hero-redesign .section-header, .gdd-005-c-hero-redesign .rm-title, .gdd-005-c-hero-redesign .landing-page .page-intro h1, .landing-page .page-intro .gdd-005-c-hero-redesign h1 {
    font-size: 2.25em; }
  .gdd-005-c-hero-redesign .si-text {
    font-size: 24px;
    width: 90%; }
  .gdd-005-c-hero-redesign .gdd-c-btn {
    padding: 15px 20px 15px 20px;
    font-size: 1.25em; }
  .gdd-005-c-hero-redesign .content-right {
    width: 42%; }
  .cr-title {
    font-size: 1.75em; } }

/*Download ebook module*/
.ebook-wrapper {
  border: 3px solid;
  border-radius: 4px;
  padding: 1em; }
  @media (min-width: 60em) {
    .ebook-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0; } }

@media (min-width: 60em) {
  .ebook-img {
    width: 30%;
    text-align: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; } }

.ebook-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }

.ebook-content h2 {
  font-size: 1.5em;
  margin-top: 0.6666666667em; }

@media (min-width: 60em) {
  .ebook-content {
    width: 70%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; } }

.imgright {
  max-width: 21.875em; }
  .imgright img {
    display: block;
    margin: 0 auto; }
  @media (max-width: 40em) {
    .imgright {
      max-width: 16em; } }
  @media (min-width: 40em) {
    .imgright {
      max-width: 21.875em;
      display: block;
      float: right;
      padding-bottom: 1.5em;
      padding-left: 1.5em;
      clear: right; } }

.id-content h2 {
  padding-top: 50px !important; }

.anchor-content {
  display: inline-block; }

/* ==== gdd 008 css start ==== */
/* ==== gdd 008 css end ==== */
/** gdd 007 RFQ page update **/
@media (min-width: 60em) {
  .hs-content-id-5169392729 .site-content-primary, .hs-content-id-29973479722 .site-content-primary, .hs-content-id-30305436112 .site-content-primary {
    float: right !important;
    margin-right: 0 !important; 
  } 
}

/** gdd 007 RFQ page update end **/
/* ==== GDD 009 B css ==== */
.gdd-009-b-resources-module {
  background-image: url(img/gdd009-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover; }
  .gdd-009-b-resources-module .rm-header {
    font-size: 30px;
    color: #0054a4;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.3125em;
    letter-spacing: 0.5px; }
  .gdd-009-b-resources-module .rm-right {
    text-align: center; }
  .gdd-009-b-resources-module .inner-wrap, .gdd-009-b-resources-module .inner-wrap-narrow, .gdd-009-b-resources-module .inner-wrap-wide, .gdd-009-b-resources-module .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 32px; }
  .gdd-009-b-resources-module .tabs li {
    display: block;
    line-height: 2.3125em;
    margin-bottom: 0.625em; }
  .gdd-009-b-resources-module .tab-link {
    font-size: 1.125em;
    text-decoration: none;
    color: #333333;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.875em; }
    .gdd-009-b-resources-module .tab-link:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0.375em;
      background-image: url(img/gdd009-download.svg);
      background-repeat: no-repeat;
      background-size: 1.4375em 1.4375em;
      background-position: right top;
      width: 1.4375em;
      height: 1.5625em; }
    .gdd-009-b-resources-module .tab-link:hover {
      text-decoration: underline; }
    @media (min-width: 80em) {
      .gdd-009-b-resources-module .tab-link {
        font-size: 1.375em !important; } }
  @media (min-width: 60em) {
    .gdd-009-b-resources-module .tabs li {
      line-height: 2.1875em;
      margin-bottom: 1.25em; }
    .gdd-009-b-resources-module .rm-header {
      margin-bottom: 0.2708333333em;
      padding-bottom: 0.1875em; }
    .gdd-009-b-resources-module .rm-left {
      padding-top: 3em;
      padding-left: 3.75em;
      margin-bottom: 0;
      width: 57%; }
    .gdd-009-b-resources-module .tab-link {
      font-size: 1.125em; }
      .gdd-009-b-resources-module .tab-link:after {
        top: 0.2272727273em;
        background-size: 24px 25px;
        width: 24px;
        height: 25px; }
    .gdd-009-b-resources-module .rm-right {
      text-align: left;
      padding: 0.8125em 0.125em 0 0;
      width: 40%;
      margin-bottom: 0 !important; }
    .gdd-009-b-resources-module .mp-image img {
      position: relative;
      top: 5px;
      width: 100%;
      max-width: 20.375em;
      max-height: 14.8125em; } }

.gdd-009-b-resources-module .rows-of-2 > * {
  margin-bottom: 0; }

.gdd-009-b-resources-module .mp-image img {
  position: relative;
  top: 5px; }

@media (width: 64em) {
  .gdd-009-b-resources-module .tab-link {
    padding-right: 33px; } }

.page-id-998 iframe {
  width: 100%; }

@media (min-width: 40em) {
  .page-id-998 iframe {
    width: 560px; } }

/* ==== GDD 009 B css end ==== */
/** GDD-006 Navigation redesign **/
#gdd006-topnav-a {
  display: none; }

#gdd006-topnav-b .sh-ph {
  vertical-align: middle; }

#gdd006-topnav-b .sh-ph:hover {
  color: #df7833 !important; }

.menu-gdd006-top-nav-container {
  float: left; }

#existing-sh-ph {
  display: none; }

#gdd006-nav-a {
  display: none; }

#gdd006-nav-b {
  display: block !important; }

.sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow {
  background-color: #c7c7c7; }

.top-nav li > a {
  background-size: 40px 20px;
  padding-left: 40px; }

@media (min-width: 40em) {
  .sh-utility-nav {
    width: 60%; }
  #gdd006-topnav-b {
    display: inline-block !important; }
  #nav-menu-item-2461, #nav-menu-item-2470 {
    display: none; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    padding: 0 7px; } }

@media (min-width: 60em) {
  .sn-li-l1,
  .hs-menu-depth-1 {
    margin: 0 5px; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    padding: 0 10px; } }

@media (min-width: 80em) {
  .sn-li-l1,
  .hs-menu-depth-1 {
    margin: 0 6px; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    padding: 0 15px; } }

@media (min-width: 87.5em) {
  .sn-li-l1,
  .hs-menu-depth-1 {
    margin: 0 6px; } }

@media (max-height: 46em) and (min-width: 60em) {
 .sn-li-l1,
  .hs-menu-depth-1 {
    margin: 0 6px; }
}
.tooling-capabilities .site-content.two-column .site-content-primary {
  width: 100%;
  margin-right: 0; }

.tooling-video {
  width: auto;
  max-width: 560px; }

.sn-li-l1:hover .sn-level-3 {
  display: block; }

.sn-li-l2.spotlight-application a, .spotlight-application.sn-li-l3 a {
  /*span{
      &:hover{
      color: #040a0e;
      }
    }*/ }
  .sn-li-l2.spotlight-application a:hover, .spotlight-application.sn-li-l3 a:hover {
    background-color: #e4e5e8;
    color: #040a0e !important; }
    .sn-li-l2.spotlight-application a:hover span, .spotlight-application.sn-li-l3 a:hover span {
      color: #040a0e; }

.sn-li-l2.spotlight-application .sn-li-l3 a:hover, .spotlight-application.sn-li-l3 .sn-li-l3 a:hover {
  background-color: #df7833;
  color: #ffffff; }
  .sn-li-l2.spotlight-application .sn-li-l3 a:hover span, .spotlight-application.sn-li-l3 .sn-li-l3 a:hover span {
    color: #ffffff; }

.sn-level-3 {
  display: block; }

.sn-li-l3 a {
  padding: 0 2.85em; }

.sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow {
  display: none; }

.site-content-secondary .sidebar-infographic {
  margin-top: 1em; }
  .site-content-secondary .sidebar-infographic .lightbox-infographic img {
    max-height: 31.25em; }

@media only screen and (-ms-high-contrast: active) and (min-width: 80em), only screen and (-ms-high-contrast: none) and (min-width: 80em) {
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    font-size: 14px;
    padding: 0 10px; } }

@media only screen and (-ms-high-contrast: active) and (min-width: 87.5em), only screen and (-ms-high-contrast: none) and (min-width: 87.5em) {
  .sn-li-l1,
  .hs-menu-depth-1 {
    margin: 0 15px; } }

/** GDD-006 Navigation redesign end **/
/** GDD-007 Variation-1 **/
/*.hs-content-id-5169388819 .contact-btn, .hs-content-id-5168960895 .contact-btn {
  display: none !important; }*/

.gdd007b-additional-links-module-var-c .alm-title {
  position: relative; }

.gdd007b-additional-links-module-var-c .alm-title::after {
  content: "";
  position: absolute;
  top: 2px;
  height: 22px;
  width: 15px;
  background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/gdd007-Tyarrow-ico.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 15px 22px;
  margin-left: 23px; }

.gdd007b-additional-links-module-var-c .gdd-007-links {
  margin-top: 35px;
  text-align: center; }

.gdd007b-additional-links-module-var-c .gdd-007-links img {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%; }

.hs-content-id-5169388819 .gdd007b-additional-links-module-var-c {
  display: block !important; }

.hs-content-id-5168960895 .gdd007b-additional-links-module-var-c {
  display: block !important; }

.gdd007b-additional-links-module-var-c .inner-wrap, .gdd007b-additional-links-module-var-c .inner-wrap-narrow, .gdd007b-additional-links-module-var-c .inner-wrap-wide, .gdd007b-additional-links-module-var-c .inner-wrap-fullwidth {
  padding-top: 0; }

.gdd007b-additional-links-module-var-c .alm-item a {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  text-decoration: none; }

.gdd007b-additional-links-module-var-c .alm-item a:hover {
  text-decoration: underline; }

.gdd007b-additional-links-module-var-c h4 {
  font-size: 1.125em;
  font-weight: 400;
  color: #333;
  font-family: "Muli";
  padding-top: 10px; }

.hs-content-id-5169388819 #typage-wrap {
  padding-bottom: 0; }

.hs-content-id-5169388819 #typage-wrap p {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 33px; }

.hs-content-id-5168960895 #typage-wrap {
  padding-bottom: 0; }

.hs-content-id-5168960895 #typage-wrap p {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 33px; }

@media (min-width: 60em) {
  .gdd007b-additional-links-module-var-c .alm-item a {
    display: inline-block !important;
    vertical-align: middle; }
  .gdd007b-additional-links-module-var-c .alm-title::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 3px;
    height: 22px;
    width: 15px;
    background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/gdd007-Tyarrow-ico.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 15px 22px; } }

@media (min-width: 80em) {
  .gdd007b-additional-links-module-var-c .gdd-007-links {
    margin-top: 35px;
    margin-left: 50px;
    max-width: 995px; }
  .gdd007b-additional-links-module-var-c .gdd-007-links .alm-item {
    text-align: left; }
  .gdd007b-additional-links-module-var-c .gdd-007-links .alm-item:nth-of-type(2) {
    padding-left: 25px; }
  .gdd007b-additional-links-module-var-c .gdd-007-links #faq-link {
    padding-left: 7px; } }

/** GDD-007 Variation-1 end **/
.si-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 107%;
  height: 100%;
  overflow: hidden; }

.si-video::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover; }

.si-video video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 550%;
  margin: auto; }

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

@media (min-width: 40em) {
  .si-video {
    display: block; } }

/**info graphics css ***********************/
#construction-infographic-module {
  background-image: url(img/aerospace-infographic-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 43.6875em; }
  #construction-infographic-module .inner-wrap-wide {
    position: relative;
    padding-top: 1.375em; }
  @media (min-width: 60em) {
    #construction-infographic-module {
      font-size: 1.25vw; } }
  @media (min-width: 80em) {
    #construction-infographic-module {
      font-size: 1em; } }

.cia-heading {
  color: #f88533;
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 0.4444444444em; }

.cia-text {
  font-size: 1em;
  line-height: 1.625em;
  color: white; }

.cia-left-content-item {
  display: none; }

@media (min-width: 60em) {
  .cia-top-section {
    padding-left: 5.1875em;
    padding-right: 5.375em; } }

.cia-left-img-section {
  display: none; }
  @media (min-width: 40em) {
    .cia-left-img-section {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 1.25em; } }
  @media (min-width: 60em) {
    .cia-left-img-section {
      width: 69.97%;
      margin-bottom: 2.5em; } }
  @media (min-width: 80em) {
    .cia-left-img-section {
      margin-bottom: 2.5em; } }

@media (min-width: 60em) {
  .cia-bottom-list {
    position: absolute;
    right: 6.36094674556213%;
    top: 2.8125em;
    /*6.36094674556213%;*/ } }

.industry-page .cbl-header {
  font-weight: bold;
  font-size: 1.3125em;
  line-height: 1em;
  color: #f88533;
  text-transform: none;
  margin: 0 0 0.7619047619em 0; }

.content li {
  margin-bottom: 0.3125em; }
  .content li a {
    font-size: 1em;
    line-height: 1.25em;
    text-decoration: none;
    color: #ffffff; }
    .content li a:hover {
      color: #f88533; }
  .content li.is-active a {
    color: #f88533; }

@media (min-width: 40em) {
  .content {
    column-count: 2;
    column-gap: 1.25em; } }

@media (min-width: 60em) {
  .content {
    column-count: 1;
    column-gap: 0; } }

.path-svg .on-active {
  display: none; }

.path-svg.has-active .on-active {
  display: inline; }

.button-svg:hover {
  fill: #ffffff; }

.oxygen_systems.st5 {
  fill: rgba(0, 0, 0, 0); }

.oxygen_systems:hover .st5 {
  fill: #ffffff; }

.cia-left-content-item > div {
  margin-bottom: 0.625em; }
  .cia-left-content-item > div.cia-image {
    width: 9.375em; }

@media (min-width: 40em) {
  .cia-left-content-item > div {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0; } }

@media (min-width: 40em) {
  .cia-content {
    padding-left: 0.875em; } }

.and-firstp {
  margin-bottom: 1.6666666667em !important; }

.cia-text span.cia-dest {
  display: none; }

@media (min-width: 60em) {
  .cia-text span.cia-mobile {
    display: none; }
  .cia-text span.cia-dest {
    display: block; } }

.cia-right-section {
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
  @media (min-width: 40em) {
    .cia-right-section {
      padding-top: 0; } }
  @media (min-width: 60em) {
    .cia-right-section {
      padding-bottom: 0; } }

.clearfix:before, .aside-nav:before,
.clearfix:after,
.aside-nav:after {
  content: " ";
  display: table; }


.clearfix:after,
.aside-nav:after {
  clear: both; }

.clearfix, .aside-nav {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    clear: right; }
  .valigncenter-img img {
    margin-top: 6.0625em;
    padding-bottom: 0; }
  .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; }

.clear {
  clear: both; }

/*
 * jQuery FlexSlider v2.2.0
 * //www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * //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;*/
  display: block;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 38%;
  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 .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

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

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

.flexslider:hover .flex-direction-nav a::before {
  background-image: url(img/arrow-blue.svg); }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(img/arrow.svg);
  background-position: center; }

.flex-direction-nav a.flex-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/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: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .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: .3;
  left: 10px; }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }

/* Magnific Popup CSS */
.mfp-force-scrollbars.mfp-wrap {
  overflow-y: auto !important;
  overflow-x: auto !important; }

.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
* //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: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .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 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

/* ================================== 
Animate.css in conjuction with wow.js
====================================*/
/*!
Animate.css - //daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - //opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: 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); }
  to {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -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 {
  from,
  11.1%,
  to {
    -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 {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    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); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) 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; }
  to {
    -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; }
  to {
    -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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

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

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

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

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

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

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

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

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

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

.flipOutY {
  -webkit-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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: 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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -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; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F; }

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

.stmp-lp-img{
width:100% !important;
}


}

/* ==== GDD 007 new css start==== */
.ty-featured-module .tfm-title {
  font-size: 30px;
  color: #0054a5;
  margin-bottom: 40px; }

.ty-featured-module .tabs {
  margin-bottom: 0.9375em; }
  .ty-featured-module .tabs li {
    margin-bottom: 1em; }

.ty-featured-module .tab-link {
  font-size: 16px;
  color: #8f8f8f;
  font-weight: 400;
  font-family: 'Ubuntu';
  text-decoration: none; }
  .ty-featured-module .tab-link.active {
    color: #0054a5;
    position: relative;
    text-decoration: none;
    padding-right: 32px; }
    .ty-featured-module .tab-link.active:before {
      content: '';
      position: absolute;
      border-bottom: 3px solid #df7632;
      width: 100%;
      display: block;
      bottom: -5px;
      left: 0; }
    .ty-featured-module .tab-link.active:after {
      content: "";
      position: absolute;
      background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/ty-ft-ico.svg);
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: .9em .7em;
      right: 0;
      top: -3px;
      width: 1.2em;
      height: 100%; }

.ty-featured-module .tfm-image img {
  display: block;
  vertical-align: top; }

@media (min-width: 60em) {
  .ty-featured-module {
    /*.tab-link.active:after{
  right:initial;
  margin-left: 40px;
}*/
    /*.tab-link.active:before {
      width: 486px;
       }*/ }
    .ty-featured-module .tab-link {
      font-size: 21px; }
    .ty-featured-module .tab-link.active {
      margin-left: 30px; }
    .ty-featured-module .left-col {
      width: 57%;
      padding-top: 3em; }
    .ty-featured-module .right-col {
      width: 40%; } }

/* ==== GDD 007 new B css end==== */

/** gdd-007 TY landing page **/

.ty-page-intro{
  background-color:#0054a5;
  text-align:center;
  height:100%;
  }
   

.ty-page-intro h1{
  color:#ffffff;
  font-size:38px;
  } 

.ty-page-intro p{
  color:#ffffff;
  font-size:21px;
  font-weight:400;
  }

.pl-left{
  width:100%;
}

.pl-left p{
 font-size:21px;
  color:#0054a5;
  font-weight:400;
  text-align:center;
}

.popular-links .pl-title {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    display: block;
    text-decoration: none;
  position:relative;
}

.popular-links .pl-title:hover{
  text-decoration:underline;
}

.popular-links .pl-item{
text-align:center;
}

.popular-links .pl-item a{
    max-width: 150px;
    margin: 0 auto;
}

.pl-right{
  width:100%;
}

.popular-links .pl-item a{
  display:block;
}

.popular-links .pl-item .pl-img{
  max-width: 75px;
  width:100%;
  height:100%;
}


.popular-links .pl-title::after {
    content: "";
    position: absolute;
    top: 2px;
    height: 22px;
    width: 15px;
    background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/gdd007-Tyarrow-ico.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 15px 22px;
    margin-left: 8px;
}



.ty-page-about {
    background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/ty-about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  text-align:center;
  height:100%;
}



.ty-page-about h3{
  font-size:30px;
  color:#ffffff;
}

.ty-page-about p{
  font-size:21px;
  color:#ffffff;
  font-weight:400;
}

.ty-page-about .btn{
  font-size:18px;
  font-weight:400;
  color:#ffffff;
  background-color:#df7632;
  margin-bottom: 20px;
      border-radius: 3px;
    margin-right: 20px;
    padding: 14px 50px 14px 50px;
}


.ty-page-about .cta-wrap{
  margin-top:35px;
}


.ty-page-about .btn:hover {
    background-color: #0054a4;
}



.gdd007-ty-header .top-nav .social-wrap {
    display: inline-block;
      margin-top: 8px;
  width: 10em;
}


.gdd007-ty-header .top-nav img {
    display: inline-block;
    margin: 0 auto;
    width: 1.5em;
    height: auto;
    vertical-align: middle;
}

.gdd007-ty-header .top-nav a {
    font-size: 1.125em;
    color: #464648;
    font-weight: 600;
}

.gdd007-ty-header .top-nav .sh-ph{
color:#014b94 !important;
 margin-top:11px !important;
}

@media (min-width: 40em){
 
.gdd007-ty-header .top-nav li > a {
    padding-left: 25px;
}
  
  .gdd007-ty-header .top-nav{
    float:none;
  }
  
.gdd007-ty-header .site-nav-container{
  display:none !important;
}  
  
.ty-page-about {
  height:380px;
  padding-top: 23px;
}  
  
.ty-page-intro{
    padding-top: 55px;
  height:300px;
  }   
  
  .pl-left{
  width:20%;
    float:left;
}

.pl-right{
  width:80%;
  float:left;
}
  
.popular-links .pl-title {
    font-size: 16px;
}  
  
.gdd007-ty-header .top-nav .social-wrap img {
    width: 1.5em;
}  
  
.pl-left p{
  text-align:left;
      white-space: nowrap;
}  
  
  
} 

@media (min-width: 60em){
 
.popular-links .pl-item{
text-align:left;
}
  
  .pl-item:nth-child(2n){
	position:relative;
	left:30px;
}
  
  .popular-links {
    height:158px;
  }
  

  .ty-page-about {
  padding-top: 48px;
} 
  
.popular-links .pl-item a{
  display:inline-block;
  vertical-align:middle;
}  
 
.popular-links .pl-title ::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 3px;
    height: 22px;
    width: 15px;
    background-image: url(https://3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/gdd007-Tyarrow-ico.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 15px 22px;
} 
  
  

.gdd007-ty-header .top-nav .social-wrap img {
    width: 1.8em;
}


.gdd007-ty-header .top-nav .social-wrap {
    width: 10em;
}  
  
  .gdd007-ty-header .top-nav li{
    margin-left:0;
  }
  
 .gdd007-ty-header .top-nav {
    margin-top: 25px;
} 
  
}

@media (min-width: 87.5em){
  

.ty-page-about p {
    width: 936px;
    margin: 0 auto;
}  
}


@media (min-width: 80em){
 

.gdd007-ty-header .top-nav {
   margin-left: 75px;
}  
 
.popular-links .pl-title {
    font-size: 18px;
}  
  
}



@media (max-height: 40em) and (min-width: 60em){
  
  .popular-links .pl-title {
    font-size: 16px;
}
  
  
}


/** gdd-007 TY landing page end **/

/** gdd-013 LP **/

.gdd013-form-wrapper{
background-color:#e4e5e8;
 padding: 2em 0.5em 2em 1em; 
}

.gdd013-form-wrapper .form-title{
  font-size: 1.5em;
text-align:center;
  color:#0054a4;
      margin-top: 0;
  margin-bottom:1.5em;
}

.gdd013-form-wrapper input[type="file"] {
  background-color:transparent;
}


.gdd013-form-wrapper #hs_form_target_gdd_form .hs-form-booleancheckbox .hs-input {
width:auto !important;
}

.gdd013-form-wrapper #hs_form_target_gdd_form select {
height: 43px !important;
}


.gdd013-form-wrapper .form-columns-2 .hs-form-field .hs-input{
  width:100% !important;
}

.gdd013-form-wrapper .actions{
text-align: center;
  margin-top: 2em; 
}

.gdd013-form-wrapper .hs-button{
float:none;
}

.gdd013-form-wrapper fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 0.8em;
}

.gdd013-form-wrapper .hs-fieldtype-file{
margin-bottom: 0.8em;
}

.gdd013-form-wrapper .hs-form-booleancheckbox{
margin-bottom: 0.9em;
}

.gdd-013-b .site-content-secondary h2{
color: #0054a4;
}

.gdd-013-b .site-content-secondary h3{
color: #0054a4;
}

.gdd-013-b .site-content-secondary .cnt-details p{
margin-top:0;
margin-bottom:0;
}


.gdd-013-b .site-content-secondary .glp-map{
margin-top:2em;
}




@media (min-width: 60em){

 .gdd-013-b .site-content-primary{
    margin-right: 2.3576515979% !important;
    width: 48.821174201% !important;
   padding-right:0 !important;
}
  
  .gdd-013-b .site-content-secondary{
  width: 48.821174201% !important;
    margin-right:0 !important;
  }
  
  
.gdd013-form-wrapper {
    padding: 2em 1.8em 2em 2.3em;
}

.gdd-013-b .site-content-secondary h2{
margin-top:0;
}
  
  
.hs-content-id-5169392729 .gdd-013-b .site-content-primary{
float:left !important;
}  
  
  .gdd-013-b{
  margin-bottom:4em;
  }  
  
}

/** gdd-013 LP end **/

.contact-btn:before {
    content: "";
    position: absolute;
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: .8333333333333333em;
    bottom: 6px;
}

.contact-btn:hover::before {
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg);
}

.contact-btn{
  background-image:none !important;
}

@media (min-width: 60em){
  
.landing-top-nav .lp-tn-contact::before {
   content: "";
    position: absolute;
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico.svg);
   background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px 30px;
    width: 30px;
   height: 30px;
      left: -3px;
    bottom: 4px;
}

.landing-top-nav .lp-tn-contact:hover::before {
   background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/contact-ico-wht.svg);
}

.landing-top-nav .lp-tn-contact{
  background-image:none !important;
 } 
  
} 

@media (min-width: 64em){
.landing-top-nav .lp-tn-contact::before {
   left:4px;
    bottom: 8px;
}  
  
}


/** gdd-012 **/

.sh-ph {
      background-size: 26px 26px !important;
    padding-left: 35px !important;
    display: inline-block !important;
     color: #0054a4 !important;
    font-size:21px !important;
    font-weight: 700 !important;
    font-family: "Muli", sans-serif !important;
  background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/tp-nav-ph.png) !important;
  margin:0 !important;
}

@media (min-width: 40em){
 
  #menu-gdd006-top-nav{
    margin-top: 5px;
  }  
  
.top-nav{
	margin-top: 30px;
} 
  


.gdd012-search-b {
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/nav-white-search-ico.svg);
    display: inline-block !important;
    margin-left: 0;
    padding-top: 0!important;
    width: 40px;
    margin-right: 6px;
    background-position: center center;
    background-size: 15px 15px;
    height: 2.125em;
}

.sn-rfq{
	position: absolute;
}
	

.site-nav-container {
    background-color: #00376d !important;
}



.site-nav .sn-li-l1, .site-nav .hs-menu-depth-1 {
    background-color: #00376d;
}



.sub-menu li a span {
    color: #040a0e;
}



.sn-li-l1.menu-item-has-children > a span{
color:#ffffff;
padding-right: 9px;
background-size: 7px 5px;
background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/nav-ico-arrow-down.png);
}

.top-nav li > a {
    font-size: 17px;
    color: #083685;
    font-family: "Muli", sans-serif;
    font-weight: 600;
  padding-bottom: 16px;
}
  
.top-nav li:hover > a {
    color: #0054a4;
}


.top-nav li:hover {
    color: #0054a4;
    background-color: transparent;
}


.top-nav .tn-contact:hover > a {
    background-image: none;
}


.top-nav .tn-contact > a {
padding-left:55px;
background-image:none;

}


.top-nav .tn-contact > a {
padding-top:0;
position: relative;
}



.top-nav .tn-contact > a:before {
    content: '';
    display: block;
    left: 0;
    top: -14px;
    bottom: 0;
    width: 45px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e9ecef;
    border-radius: 50%;
    height: 45px;
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/tp-nav-email.png);
}

.top-nav .tn-careers:hover > a {
    background-image: none;
}


.top-nav .tn-careers > a {
padding-left:55px;
background-image:none;
}



.top-nav .tn-careers > a {
padding-top:0;
position: relative;
}



.top-nav .tn-careers > a:before {
    content: '';
    display: block;
    left: 0;
    top: -14px;
    bottom: 0;
    width: 45px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e9ecef;
    border-radius: 50%;
    height: 45px;
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/tp-nav-career.png);
}





.top-nav .tn-about:hover > a {
    background-image: none;
}



.top-nav .tn-about > a {
padding-left:55px;
background-image:none;
}



.top-nav .tn-about > a {
padding-top:0;
  position: relative;

}



.top-nav .tn-about > a:before {
content: '';
    display: block;
    left: 0;
    top: -14px;
    bottom: 0;
    width: 45px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e9ecef;
    border-radius: 50%;
    height: 45px;
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/tp-nav-user.png);
}
}





@media (min-width: 60em){

.top-nav{
	margin-top: 15px;
}  
  
.gdd012-search-b {
    background-size: 20px 20px;
    height: 3.125em;
}

.sh-sticky-wrap .site-nav-container {
    background-color: #00376d;
}



.sn-li-l1.menu-item-has-children > a span{
    padding-right: 12px;
    background-size: 10px 6px;
}



}
.sh-sticky-wrap{
  display: none !important;
}

/** gdd-012 end **/
/* gdd 016 */

.gdd-016-b {
 display: block ;
  text-align:center;
}
.gdd-016-b .btn{
  margin: 10px auto;
}
.sf-address .social-wrap{
   margin: 10px auto;
}
@media (min-width: 40em){ 
  .gdd-016-b {
  text-align:left;
}
  .gdd-016-b .btn{
  margin: 10px 0;
}
  .sf-address .social-wrap{
   margin: 10px 0;
}
}
#menu-gdd-footer-nav{
      padding-left: 0;
}

.site-footer.gdd-016-b {
    background-color: rgba(228, 229, 232,1.0);
  background-image: url(//3301962.fs1.hubspotusercontent-na1.net/hubfs/3301962/raw_assets/public/HudsonTechnologies_June2024/images/hudson-logo-bg-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  text-align: left;
}

.gdd-016-b .inner-wrap{
      padding-top: 55px;
}

.gdd-016-b img.logo-footer{
  width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 43px;
}
.gdd-016-b .blog-gdd {
  text-decoration:none;
}
.gdd-016-b .blog-gdd a {
  text-decoration:none;
}  
.gdd-016-b .btn{
  background-image: none;
    padding: 1em 1em;
    width: 100%;
    max-width: 12em;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 16px;
    background-color: #4044a5;
    color: white;
  text-decoration: none;
    display: block;
    font-weight: 600;
} 
.gdd-016-b .btn:hover{
   background-color: #df7833;
}
.gdd-016-b .btn-alt{ 
  color: white;
    background-color: #df7833;
    background-image: none;
    padding: 1em 1em;
    width: 100%;
    max-width: 12em;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 8px;
}   
.gdd-016-b .btn-alt:hover{  
   background-color: #4044a5;
  }
.gdd-016-b .site-logo-footer {
  display: block;
    width: 60%;
    margin: 0 auto;
}
@media (min-width: 60em){ 
  .gdd-016-b .site-logo-footer {
  display: block;
    width: 30%;
    margin: 0 auto;
}
  .sf-blog p {
    font-size: 1em;
} 
}
@media (min-width: 40em){
.sf-columns .sf-item:last-child {
    float: right;
    width: 33%;
  }}
@media (min-width: 60em){
.sn-rfq {
      padding: 7px;
  } }
@media (min-width: 80em){
.sn-rfq {
      padding: 0.6315789474em;
  } }

/* gdd 018 */
.gdd-018-b .contact-map{
      display: block;
    border: 1px solid black;
}
.gdd-018-b .contact-map img {
  width: 100%;
}
.gdd-018-b .contact-info h3{
      color: #0054a4;
}
.gdd-018-b .gdd-content{
  position: relative;
}
@media (min-width: 60em){
  .gdd-018-b .gdd-content{
  position: relative;
    height: 750px;
}
}
.gdd-018-b .gdd-content .inner-wrap{
  position: relative;
    z-index: 1;
}
.gdd-018-b .gdd-content:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 84, 164, 0.9);
}
.gdd-018-b .gdd-content h1{
  color: white;
}
.gdd-018-b .gdd-content h3{
  color: white;
}
.gdd-018-b .gdd-content p{
  color: white;
}
.gdd-018-b .gdd-content a{
  color: white;
}
.gdd-018-b .about-module {
  text-align: center;
background-color: #0054a4;
}
.gdd-018-b .gdd-form form{
  background-color: #c3c3c3;
    padding: 21px 45px;
    border-radius: 14px;
}
@media (min-width: 60em){
  .gdd-018-b .gdd-form form{
  background-color: #c3c3c3;
    padding: 21px 20px 21px 45px;
    margin-top: -450px;
    position: relative;
    border-radius: 14px;
}
}
.gdd-018-b .gdd-form .hs-button{
  text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 22px;
  float:none !important;
}
.about-module .section-header, .about-module .rm-title, .about-module .landing-page .page-intro h1, .landing-page .page-intro .about-module h1 {
    text-transform: uppercase;
    color: #ffffff;}
.about-module .am-subtext{
  color: #ffffff;
}
  .about-module .btn-alt, .about-module .btn-alt-download, .about-module .btn-alt-arrow {
    margin-top: 2em;
    font-size: 1.125em;
    padding: .8em 3.8em .8em 2em;
    background-size: .8em 1em;
   background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/arrow-white.svg);
    border:1px solid #e4e5e8;
}
 .about-module .btn-alt:hover,  .about-module .btn-alt-download:hover,  .about-module .btn-alt-arrow:hover {
    background-color: #e4e5e8;
    color: #0054a4;
    background-image: url(https://www.hudson-technologies.com/wp-content/themes/hudson-default/img/arrow-blue.svg);
}
.gdd-018-b .im-logos {
  display: block;
  text-align: center; }

.gdd-018-b .im-logo {
  display: block;
  vertical-align: middle;
  margin-bottom: 1em;
  /*@include mq(xlarge) {
    width: 12%;
    &:last-child {
      width: 24%;
    }
  }*/ }
 .gdd-018-b .im-logo img {
    max-width: 8.5em;
    /*opacity: 0.6;*/ }
.gdd-018-b  .im-logo a {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 40em) {
  .gdd-018-b  .im-logo {
      margin-bottom: 1em;
      display: inline-block;
      /*width: 28%;*/
      width: 32%;
      /*&:last-child {
      width: 10%;
    }*/ }
   .gdd-018-b   .im-logo img {
        max-width: 9.5em;
        /*&:hover {
        opacity: 1;
        }*/ } }
  @media (min-width: 60em) {
  .gdd-018-b  .im-logo {
      width: 18%;
      /*&:last-child {
      width: 24%;
    }*/ } }
.gdd-018-b  .im-logo:hover .im-clr {
    display: inline-block;
    opacity: 1; }
 .gdd-018-b .im-logo:hover .im-bw {
    display: none; }

.gdd-018-b .im-clr {
  display: none;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.gdd-018-b .im-bold-text {
  color: #0054a4;
  font-weight: bold;
  text-transform: uppercase; }

.hs-form-4013955e-9a10-4253-9e8b-68b8e5905d88_dc3db62f-7ab6-4004-a2a6-380dd6bd81f2 fieldset.form-columns-3 .hs-form-field {
  width: 49% !important;
}
.hs-content-id-5339914817 .gdd-021-a {
  display: none !important;
}
.hs-content-id-5339914817 .gdd-021-b {
  display: block !important;
}
.gdd-021-b {
  display: none;
}
/*! /* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/