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

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

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

  /* <<<BEGIN>>> CDI Web Services */
  .cart-icon {
	width: 33px;
	height: 33px;
	/*position: absolute;*/
	left: 0;
  margin-top: -2px;
  margin-right: 5px;
	background-image: url("/wp-content/uploads/sprite.png");
	background-position: -35px -116px;
	border: none;
  cursor: pointer;
	}
	.cart {
		color:#FFF;
		/*text-align:center;*/
		background-color: #cc0000 !important;
		border-radius:4px;
		/*padding:10px;*/
		/*width:160px;
		max-width:180px;*/
		width: 150px;
		height: 28px;
		max-width: 250px;
		cursor: pointer;
		position: absolute;
		left: 95%; 
		right: 100%; 
		word-wrap: break-word;
		float: none;
		transition: 0.2s ease-in-out;
	}

  #cart-wrap {
    color:#FFF;
    /*text-align:center;*/
   /* background-color: #cc0000 !important;*/
    border-radius:4px;
    /*width:160px;
    max-width:180px;*/
    height: 28px;
    /*line-height: 28px;*/
    max-width: 250px;
    cursor: pointer;
    /*position: absolute;*/
    margin-left: 0.5em;
    left: 95%; 
    right: 100%; 
    word-wrap: break-word;
    float: left;
  }

  #cart-wrap > button {
    border: 0px;
    display: inline-flex;
    cursor: pointer;
  }

	.cart a {
	text-decoration:none;
	color:#FFF;
  cursor: pointer;
	}
	#divresult {
	/*top:10px;*/
  top: 0;
  height: auto;
  /*line-height: 28px;*/
	color:#FFF;
  /*display: inline-block;
  vertical-align: middle;*/
  margin: auto;
  padding: 5px;
  cursor: pointer;
	}
	.cart > button {
	background-color: #cc0000 !important;
	border: 0px;
	margin-left:10vw;
  padding: 0;
	display: inline-flex;
  cursor: pointer;
	}

  .heButton {
    background-color: none !important;
    border-radius: 0.25em;
    height: 28px;
    line-height: 28px;
    padding: 0.5em;
    color: white !important;
    cursor: pointer;  
    transition: 0.2s ease-in-out; 
  }

  .heButton:after {
    content: "\f002";
    font-family: FontAwesome;
    padding-left: 0.25em;
    color: white !important;
    cursor: pointer;
  }

  .sToggle {
    background-color: #cc0000 !important;
    border-radius: 0.25em;
    height: 28px;
    padding: 0;
    display: block;
    position: relative;
  }

  .sToggle:hover{
    background-color: #23282d !important;
  }

  #sPanel {
    position: absolute;
    width: 20em;
    padding: 1em;
    margin-top: 1em;
    right: 0%;
    box-shadow: 0 10px 10px grey;
    border-top: 5px solid #cc0000;
    overflow: hidden;
    display: none;
    background-color: white;
    transition: 0.2s ease-in;
    z-index: 1000;
  }

  #sPanel.active{
    display: block;
  }

  #addSPanel {
    position: absolute;
    width: 20em;
    padding: 1em;
    margin-top: 1em;
    /*left: 45%;*/
    box-shadow: 0 10px 10px grey;
    border-top: 5px solid #cc0000;
    overflow: hidden;
    display: none;
    background-color: white;
    transition: 0.2s ease-in;
    z-index: 1000;
  }

  #addSPanel.active {
    display: block;
  }

  #btnE2W {
    background-color: #cc0000 !important;
    border: 0px;
    height: 28px;
    padding: 0;
    /*padding-right:10px;*/
    /*display: inline-flex;*/
    cursor: pointer;  
    transition: 0.2s ease-in-out;  
  }

  #btnE2W:hover {
  	background-color: #23282d !important;
  }

  #btnE2W::before {
  	content: "";
  	width: 0;
  	display: none;
  }

  @media (max-width: 1400px) {
    .cart {
      left: 90%;
      right: 100%;
    }
  }

  @media (max-width: 1260px) {
    .cart {
      left: 80%;
      right: 90%;
    }
  }

  @media (max-width: 1090px) {
    .cart {
      position: relative;
      float: left;
      left: auto;
      right: auto;
    }
  }

  @media (max-width: 600px) {
    .cart {
      width: 100%;
    }
  }

/*  <<<END>>> CDI Web Services  */

/**
 * 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: #333333;
  font-family: "Poppins", 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.34375em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 2.8125em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 3.125em; } }

.xlarge-font-size {
  font-size: 1.3125em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 1.575em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 1.75em; } }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 2.34375em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #ffffff; }
  @media (min-width: 40em) {
    h1 {
      font-size: 2.8125em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 3.125em; } }

h2 {
  font-size: 1.3125em;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.575em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 1.75em; } }

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

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

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

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

p {
  margin: 16px 0;
  font-size: 1em; }

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1.25em;
  font-weight: normal; }

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

hr {
  border-bottom: 1px solid #eeeeee;
  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 #eeeeee;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

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

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

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d5d4d4; }
  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: #333333;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(38, 38, 38, 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: 1em;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/red-bullet.jpg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.bullet-style, .documents-section .ds-content ul {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li, .documents-section .ds-content ul li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em; }
    .bullet-style li a, .documents-section .ds-content ul li a {
      font-weight: normal; }
    .bullet-style li:after, .documents-section .ds-content ul li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/bullet.jpg);
      background-position: center center;
      background-repeat: no-repeat; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  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 {
      text-decoration: none;
      font-weight: normal; }

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

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

td {
  border-bottom: 1px solid #eeeeee;
  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, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button, .quarterly-insights form .newsletter-submit, .knowledge-base-section .btn, .wpcf7 .contact-submit, .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, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:hover, .quarterly-insights form .newsletter-submit:hover, .wpcf7 .contact-submit: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, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:disabled, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:disabled, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:disabled, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:disabled, .quarterly-insights form .newsletter-submit:disabled, .wpcf7 .contact-submit: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, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:after, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:after, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:after, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:after, .quarterly-insights form .newsletter-submit:after, .knowledge-base-section .btn:after, .wpcf7 .contact-submit: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, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button, .quarterly-insights form .newsletter-submit, .knowledge-base-section .btn, .wpcf7 .contact-submit {
  border: 1px solid #cc0000;
  border-radius: 5px;
  color: #cc0000;
  position: relative;
  z-index: 1; }
  .btn:before, button:before,
  input[type="submit"]:before, .btn-download:before, .btn-arrow:before, .product-grid-item-link:before, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:before, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:before, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:before, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:before, .quarterly-insights form .newsletter-submit:before, .knowledge-base-section .btn:before, .wpcf7 .contact-submit:before {
    background-color: #cc0000;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:hover, .quarterly-insights form .newsletter-submit:hover, .wpcf7 .contact-submit:hover {
    color: #ffffff; }
    .btn:hover:before, button:hover:before,
    input[type="submit"]:hover:before, .btn-download:hover:before, .btn-arrow:hover:before, .product-grid-item-link:hover:before, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:hover:before, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:hover:before, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:hover:before, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:hover:before, .quarterly-insights form .newsletter-submit:hover:before, .wpcf7 .contact-submit:hover:before {
      width: 100%; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #ffffff;
  border: 1px solid #cc0000;
  color: #cc0000;
  position: relative;
  z-index: 1; }
  .btn-alt:before, .btn-alt-download:before, .btn-alt-arrow:before {
    background-color: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: #6cc8c1; }
    .btn-alt:hover:before, .btn-alt-download:hover:before, .btn-alt-arrow:hover:before {
      width: 100%; }

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

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

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

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

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

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff; }
  @media (min-width: 40em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      top: 0;
      left: 0;
      background-color: #ffffff; } }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      background-color: #ffffff; } }

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

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid white;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #333333;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #cc0000; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    display: none;
    display: none; }
    @media (max-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 {
        padding-right: 0em;
        background-image: url(img/ico-arrow-down.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        background-color: #ffffff;
        right: 12px;
        top: 14px;
        bottom: 0; }
        .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
        .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
          transform: rotate(180deg); } }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    background-image: url(img/ico-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  @media (min-width: 40em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.125em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid white;
      text-align: center;
      /*
    &:nth-child(1n) {
      width:20%;
    }
    &:nth-child(2n) {
      width:20%;
    }
    &:nth-child(3n) {
      width:20%;
    }
    &:nth-child(4n) {
      width:20%;
    }
    &:nth-child(5n) {
      width:20%;
      }*/ }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #333333; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #cc0000; }
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        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: 1em;
        background-size: 0.625em;
        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.png); } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      border-right: 1px solid white;
      text-align: right;
      position: inherit;
      z-index: 2; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0 5em 0.5625em;
        color: #333333; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #cc0000; }
      .sn-li-l1:first-child > a,
      .hs-menu-depth-1:first-child > a {
        padding-left: 0; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background: 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: flex !important; }
        .sn-li-l1:hover .sn-level-3,
        .hs-menu-depth-1:hover .sn-level-3 {
          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 {
        background-position: right 0.3125em;
        background-size: 0.9375em auto; }
      .sn-li-l1.has-subnav:hover > a, .sn-li-l1.menu-item-has-children:hover > a, .sn-li-l1.hs-item-has-children:hover > a,
      .hs-menu-depth-1.has-subnav:hover > a,
      .hs-menu-depth-1.menu-item-has-children:hover > a,
      .hs-menu-depth-1.hs-item-has-children:hover > a {
        background-image: url(img/ico-arrow-up_grey-border.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        position: relative;
        z-index: 1000;
        padding-bottom: 4.3em; } }
  @media (min-width: 80em) {
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 0 5.3125em 1.75em; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  background-color: #222; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      left: 0;
      position: relative;
      width: 100%;
      z-index: 999;
      background-color: #fff;
      border-radius: 7px; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      text-align: left;
      top: 11.0625em; } }
  @media (min-width: 80em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      top: 13.5625em; } }

.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 {
  cursor: pointer;
  display: none; }

.sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
  padding: 0 1em;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 3.125em;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 40em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      color: #222; } }
  .sn-li-l2 > a span, .sn-li-l3 > a span,
  .hs-menu-depth-2 > a span {
    font-size: 1em;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle; }
  .sn-li-l2 > a:hover, .sn-li-l3 > a:hover,
  .hs-menu-depth-2 > a:hover {
    color: #cc0000;
    background-color: #f5f4f4; }

.sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
.hs-menu-depth-2:last-child > a {
  border-bottom: 0; }

@media (min-width: 40em) {
  .sn-li-l2, .sn-li-l3,
  .hs-menu-depth-2 {
    position: relative; }
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 0.5em;
      line-height: 3.125em;
      border-top: 1px solid #c5c6c7; }
      .sn-li-l2 > a span, .sn-li-l3 > a span,
      .hs-menu-depth-2 > a span {
        font-size: 1em; } }

@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3,
  .hs-menu-depth-2 {
    display: inline-block;
    text-align: center;
    width: 12.5%;
    vertical-align: top; }
    .sn-li-l2:last-child, .sn-li-l3:last-child,
    .hs-menu-depth-2:last-child {
      border-right: none; }
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      font-size: 0.875em;
      color: #222;
      padding: 0 0.5em;
      line-height: 3.125em;
      border-top: none;
      border-right: none;
      height: 4.2857142857em;
      position: relative;
      font-weight: 700; }
      .sn-li-l2 > a > span, .sn-li-l3 > a > span,
      .hs-menu-depth-2 > a > span {
        font-size: 1em;
        left: 50%;
        position: absolute;
        top: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 90%; }
    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
    .hs-menu-depth-2:hover .sn-level-3 {
      display: block; } }

@media (min-width: 80em) {
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    font-size: 1.2em;
    height: 2.5em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 0.875em; } }

.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: absolute;
      top: 0;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }
  @media (min-width: 60em) {
    .sn-level-3 {
      font-size: 0.875em;
      position: relative;
      left: 0;
      padding: 1.4285714286em 0 0 0;
      width: calc(100% + 1px); } }
  @media (min-width: 80em) {
    .sn-level-3 {
      min-height: 40em;
      position: relative;
      top: 0; }
      .sn-level-3:after {
        background: #ffffff;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 0.0714285714em; } }

.sn-li-l3 {
  border: none; }
  @media (min-width: 60em) {
    .sn-li-l3 {
      display: block;
      width: auto !important; }
      .sn-li-l3:not(:first-child) {
        border: none !important; }
      .sn-li-l3 > a {
        font-size: 0.9285714286em;
        font-weight: 400;
        color: #333333;
        padding-bottom: 0.4285714286em;
        padding-top: 0.4285714286em;
        height: auto;
        line-height: 1.0714285714em;
        background-color: transparent;
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
        .sn-li-l3 > a > span {
          position: relative;
          left: auto;
          top: auto;
          -moz-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          -o-transform: translateX(0) translateY(0);
          -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
          width: auto; }
        .sn-li-l3 > a:hover {
          background-color: transparent; }
      .sn-li-l3:hover {
        background: none; }
        .sn-li-l3:hover a {
          color: #cc0000;
          background-color: #f5f4f4; } }
  @media (min-width: 80em) {
    .sn-li-l3 > a {
      font-size: 1em;
      padding-bottom: 0.4em;
      padding-top: 0.4em; }
      .sn-li-l3 > a > span {
        font-size: 1em; } }

.vertical-dropdown-menu .sn-level-2 a:hover {
  color: #cc0000;
  background-color: #eeecec; }

@media (min-width: 60em) {
  .vertical-dropdown-menu .sn-level-2 {
    top: 4em; } }

@media (min-width: 40em) {
  .vertical-dropdown-menu {
    position: relative; }
    .vertical-dropdown-menu .sn-level-2 {
      display: none;
      /*left: -150%;*/
      white-space: nowrap;
      width: auto;
      background-color: #fff;
      border-radius: 7px;
      border: 2px solid #c5c6c7;
      position: absolute;
      box-shadow: 0px 2px 4px rgba(197, 198, 199, 0.7); }
      .vertical-dropdown-menu .sn-level-2 li {
        display: block;
        width: 100%;
        text-align: left;
        border-right: none; }
      .vertical-dropdown-menu .sn-level-2 a {
        height: 2.8125em;
        padding: 0 1.25em 0;
        font-weight: 400;
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
        .vertical-dropdown-menu .sn-level-2 a span {
          left: auto;
          position: relative;
          top: auto;
          transform: none;
          width: 100%; }
    .vertical-dropdown-menu:hover .sn-level-2 {
      display: block !important; } }

@media (min-width: 60em) {
  .catlog-dropdown .sn-li-l2:not(:first-child), .catlog-dropdown .sn-li-l3:not(:first-child), .indapp-dropdown .sn-li-l2:not(:first-child), .indapp-dropdown .sn-li-l3:not(:first-child) {
    border-left: 1px solid #e1e3e5; } }

@media (min-width: 40em) {
  .catlog-dropdown .sn-level-3, .indapp-dropdown .sn-level-3 {
    padding-top: 0; }
  .catlog-dropdown:hover .dropdown-wrapper, .indapp-dropdown:hover .dropdown-wrapper {
    display: block;
    position: absolute;
    left: -10em;
    top: 3.125em;
    z-index: 999;
    box-shadow: 0px 2px 4px rgba(197, 198, 199, 0.7); } }

@media (min-width: 60em) {
  .catlog-dropdown:hover .dropdown-wrapper, .indapp-dropdown:hover .dropdown-wrapper {
    top: 10.1em;
    left: 10%;
    width: 80%; } }

@media (min-width: 80em) {
  .catlog-dropdown .sn-level-3, .indapp-dropdown .sn-level-3 {
    min-height: auto; }
  .catlog-dropdown:hover .dropdown-wrapper, .indapp-dropdown:hover .dropdown-wrapper {
    top: 11.3625em; } }

@media (min-width: 60em) {
  .indapp-dropdown .sn-li-l2, .indapp-dropdown .sn-li-l3 {
    width: 16.5%; }
    .indapp-dropdown .sn-li-l2 .sn-li-l3, .indapp-dropdown .sn-li-l3 .sn-li-l3 {
      width: auto; } }

@media (min-width: 60em) {
  .catlog-dropdown .sn-li-l2, .catlog-dropdown .sn-li-l3 {
    width: 12%; }
    .catlog-dropdown .sn-li-l2:nth-of-type(1), .catlog-dropdown .sn-li-l3:nth-of-type(1) {
      width: 16%; }
    .catlog-dropdown .sn-li-l2:nth-of-type(2), .catlog-dropdown .sn-li-l3:nth-of-type(2) {
      width: 16%; }
    .catlog-dropdown .sn-li-l2:nth-of-type(3), .catlog-dropdown .sn-li-l3:nth-of-type(3) {
      width: 16%; }
    .catlog-dropdown .sn-li-l2:nth-of-type(5), .catlog-dropdown .sn-li-l3:nth-of-type(5) {
      width: 16%; } }

.dropdown-wrapper {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; 
  z-index: 1000;
border:1px solid red;}
  @media (min-width: 40em) {
    .dropdown-wrapper {
      border: 2px solid #c5c6c7;
      border-radius: 7px;
      background-color: #fff; } }
  .dropdown-wrapper.active {
    display: block;}
  .dropdown-wrapper .sn-level-2, .dropdown-wrapper .hs-menu-children-wrapper {
    display: block; }
  @media (min-width: 40em) {
    .dropdown-wrapper {
      width: 30em; }
      .dropdown-wrapper .sn-level-2, .dropdown-wrapper .hs-menu-children-wrapper {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 60em) {
    .dropdown-wrapper .sn-level-2, .dropdown-wrapper .hs-menu-children-wrapper {
      position: relative;
      top: auto;
      border-top: 1px solid #e1e3e5;
      margin: auto;
      width: 95%;
      padding-top: 1.3em;
      padding-left: 2em;
      padding-right: 2em;
      padding-bottom: 2em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.nav-dropdown-emea {
  color: #ffffff;
  text-align: center;
  display: none; }
  .nav-dropdown-emea span {
    margin: 0;
    padding: 0.625em 0;
    color: #cc0000; }
    .nav-dropdown-emea span a {
      border: 1px solid #ffffff;
      color: #cc0000;
      display: inline-block;
      padding: 0.3125em 2.1875em 0.3125em 0.625em;
      text-decoration: none;
      position: relative;
      font-weight: 700;
      transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
      border-radius: 7px;
      background-color: #f5f4f4; }
      .nav-dropdown-emea span a:hover {
        background-color: #eeecec; }
        .nav-dropdown-emea span a:hover:after {
          transform: translateX(2px); }
      .nav-dropdown-emea span a:after {
        background-image: url(img/ico-arrow-right-red.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        content: "";
        background-size: 100% auto;
        top: 0.5em;
        height: 1.25em;
        right: 0.5em;
        width: 1.3125em;
        transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 40em) {
    .nav-dropdown-emea {
      display: block; }
      .nav-dropdown-emea span {
        margin: 0 auto;
        padding: 0.625em 0 0.625em 0.625em;
        text-align: center;
        position: relative; } }

.site-nav-container {
  background-color: #ffffff;
  width: 17em;
  height: 100%;
  right: -17em;
  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: #333333 !important;
  font-family: "Rubik", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em;
  border: 1px solid #333333; }
  .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; } }

/*
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: 75em;
  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: 62.5em; }

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

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

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

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .ce-header:after {
    content: '+';
    color: #333333;
    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 {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #477DCA; }
  .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: #333333;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #333333;
    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: #333333;
  min-width: 200px; }

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

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

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

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

/*=============== 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: auto 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: #eeeeee; }
  .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%; }
    .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 #eeeeee;
  border-right: 1px solid #eeeeee;
  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 #999999;
    border-right: 1px solid #999999; }
    .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: #ffffff;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none; }
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      text-align: center; } }

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

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

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: .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-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 40em) {
    .rm-item-wrap {
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .rm-item-wrap > * {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto; }
    @media (min-width: 40em) {
      .rm-item-wrap > * {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

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

.rm-item-cta {
  font-size: .75em;
  font-weight: bold; }

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

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

/* ===== 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 #eeeeee;
  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;
  min-height: 100%; }

/*=============== Site Header ===============*/
@media (min-width: 40em) {
  .site-header {
    position: relative; } }

@media (min-width: 60em) {
  .site-header {
    z-index: 102; }
    .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
      padding-bottom: 1.375em; } }

@media (min-width: 60em) {
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding-bottom: 1.875em;
    padding-top: 2.1875em; }
  .sh-sticky-wrap.stuck {
    background: #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000; }
    .sh-sticky-wrap.stuck .inner-wrap, .sh-sticky-wrap.stuck .inner-wrap-narrow, .sh-sticky-wrap.stuck .inner-wrap-wide, .sh-sticky-wrap.stuck .inner-wrap-fullwidth {
      /*padding: 0;*/
      padding-top: 1em;
      padding-bottom: 1em;
      display: inline; }
      .sh-sticky-wrap.stuck .inner-wrap .site-logo, .sh-sticky-wrap.stuck .inner-wrap-narrow .site-logo, .sh-sticky-wrap.stuck .inner-wrap-wide .site-logo, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .site-logo {
        margin: 0.3125em 0 0 10em;
        margin-left: 22em;
        width: 6.75em;
        display: inline; }
    .sh-sticky-wrap.stuck .site-nav-container {
      padding: 0; }
      .sh-sticky-wrap.stuck .site-nav-container .sn-li-l1 {
        height: 4.375em; }
        .sh-sticky-wrap.stuck .site-nav-container .sn-li-l1 > a {
          padding: 0.75em 0 3.75em 0.625em; }
      .sh-sticky-wrap.stuck .site-nav-container .sn-level-2 {
        top: 4.175em; }
      .sh-sticky-wrap.stuck .site-nav-container .dropdown-wrapper {
        top: 4.175em; }
        .sh-sticky-wrap.stuck .site-nav-container .dropdown-wrapper .sn-level-2 {
          top: auto; } }

@media (min-width: 80em) {
  .sh-sticky-wrap.stuck .site-nav-container .sn-li-l1 {
    height: 4.375em; }
    .sh-sticky-wrap.stuck .site-nav-container .sn-li-l1 > a {
      padding: 0.75em 0 3.75em 3.125em; }
  .sh-sticky-wrap.stuck .site-nav-container .sn-level-2,
  .sh-sticky-wrap.stuck .site-nav-container .dropdown-wrapper {
    top: 4.175em; } }

.sh-utility-nav {
  overflow: hidden; }
  .sh-utility-nav .social-wrap {
    /*width: 15em;*/
    width: 50%;
    float:left;
    display: none; }
  @media (min-width: 40em) {
    .sh-utility-nav {
      text-align: right;
      float: right; }
      .sh-utility-nav .social-wrap {
        display: inline-block; } }

.sh-icons {
  float: right; }

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

.sh-ph {
  margin: 0; }
  .sh-ph i {
    font-style: normal; }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1.3125em; } }

.sh-ico-search {
  background-image: url(img/ico-search.svg); }

.sh-ico-menu {
  background-image: url(img/ico-nav.svg);
  background-position: right 0.375em;
  background-size: 1.1875em auto;
  color: #cc0000;
  margin: 1.5625em 0 0 0;
  padding: 0 4.375em 0 0;
  text-transform: uppercase; }
  .sh-ico-menu span {
    font-size: 1em; }
  @media (min-width: 40em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 1.25em; }
  .site-intro .si-cta-wrapper {
    padding: 0 0 1em; 
    min-height: 30em;
    display: table;
    position: relative;
    width: 100%;}
    .site-intro .si-cta-wrapper .si-cta1,
    .site-intro .si-cta-wrapper .si-cta2 {
      background: none;
      color: #ffffff;
      min-width: 14.375em;
      padding: 0.9375em 0.6875em; }
    .site-intro .si-cta-wrapper .si-cta1 {
      margin: 0 0 0.625em; }
    .site-intro .si-cta-wrapper .si-cta2 {
      border-color: #ffffff; }
      .site-intro .si-cta-wrapper .si-cta2:hover {
        color: #cc0000; }
  .site-intro .si-visual {
    display: none;
    position: relative;
    z-index: 1; }
  .site-intro .si-content {
    position: relative;
    z-index: 1; }
    @media (min-width: 20em) {
      .hero-image:before {
        background-position: 12% 0%;
      }
    }
  @media (min-width: 40em) {
    .site-intro {
      background-position: center center;
      height: 300px; }
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
        padding-bottom: 2.5625em; }
      .site-intro .si-content {
        padding: 1.0625em 0 0; }
        .site-intro .si-content .si-header {
          font-size: 3.125em;
          line-height: 1.2em;
          margin: 0 0 0.58em;          
          width: auto;}
          .site-intro .si-content .si-header span {
            font-size: 0.48em;
            line-height: 2.1666666667em; }
      .site-intro .si-cta-wrapper .si-cta1,
      .site-intro .si-cta-wrapper .si-cta2 {
        margin: 0 0.625em 0 0;
        text-align: center; }
      .site-intro .si-visual {
        display: block;
        margin: 1.25em auto 0; } 

      .hero-image:before {
        background-position: 0% 0%;
      }

      .si-blocking{
/*        padding-top: 1em;*/
        padding-bottom: 1em;
      }

      .si-cta-center {
        height: 2em;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;      
      }

      .linkBtn {
        color: white !important;
        border-color: white !important;
      }

      .linkBtn.btn:before {
        background-color: white !important;
      }

      .linkBtn:hover{
        color: rgb(158, 38, 36) !important;
      }

    }
  @media (min-width: 60em) {
    .site-intro {
      text-align: left;
      height: 350px; }
      .site-intro .si-content {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
      .site-intro .si-visual {
        float: right;
        margin: 2em 0 0;
        /*width: 40%;*/ } 

      .si-blocking {
        float: left !important;
        min-height: 30em;
        width: 100%;
      }

      .hero-image:before {
        background-position: 10% 0%;
      }

      .si-cta-center {
        min-height: 30em;
        position: relative;
        margin: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;      
      }

      .linkBtn {
        color: rgb(158, 38, 36) !important;
        border-color: rgb(158, 38, 36) !important;
      }

      .linkBtn.btn:before {
        background-color: rgb(158, 38, 36) !important;
      }

      .linkBtn:hover{
        color: white !important;
      }

    }  

  @media (min-width: 80em) {

    .site-intro{ height: 350px; }
    .site-intro .si-content .si-header {
      width: 11em;
    }
    .site-intro .si-content {
      width: 70%; }
    .site-intro .si-visual {
      width: auto; } 

      .si-blocking {
        float: left !important;
        min-height: 30em;
        width: 33%;
      }

      .site-intro .si-cta-wrapper {
        height: 30em;
      }
      
      .si-cta-center {
        min-height: 30em;
        position: relative;
        margin: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;      
      }

      .linkBtn {
        color: rgb(158, 38, 36) !important;
        border-color: rgb(158, 38, 36) !important;
      }

      .linkBtn.btn:before {
        background-color: rgb(158, 38, 36) !important;
      }

      .linkBtn:hover{
        color: white !important;
      }


      .hero-image:before {
        background-repeat: no-repeat;
        background-position: 40% 40% !important;
      }

    }

.si-header {
  font-family: "Poppins", sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.1818181818em;
  margin: 0 0 0.3181818182em; }
  .si-header span {
    color: #f2f2f2;
    display: block;
    font-size: 0.4545454545em;
    font-weight: 300;
    line-height: 1.95em; }

.hero-image {
  background-color: #000000;
  left: 0;
  height: 100%;
/*  position: absolute;*/
  top: 0;
  width: 100%;
  z-index: 0; }
  .hero-slide-1:before {
    background-image: url("/wp-content/uploads/OFS-HeroImage-01-scaled-banner.jpg");
  }
  .hero-slide-2:before {
    background-image: url("/wp-content/uploads/OFS-HeroImage-02-scaled-banner.jpg");
  }
  .hero-slide-3:before {
    background-image: url("/wp-content/uploads/OFS-HeroImage-03-scaled.jpg");
  }
  .hero-slide-4:before {
    background-image: url("/wp-content/uploads/OFS-HeroImage_FiberHomeKit-scaled.jpg");
  }
  .hero-slide-5:before {
    background-image: url("/wp-content/uploads/OFS-HeroImage_FastWrap-scaled.jpg");
  }
  .hero-image:before {
    /*background-image: url("/wp-content/uploads/HomepageBanner_2030Vision-NoText-01.jpg");*/
    /*background-image: url("/wp-content/uploads/OFS-HeroImage-New.jpg");*/
    background-size: cover;
    /* background: -moz-linear-gradient(to right, black 0%, black 30%, rgba(0, 0, 0, 0) 100%); */
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(to right, black 0%, black 30%, rgba(0, 0, 0, 0) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, black 0%, black 30%, rgba(0, 0, 0, 0) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -20%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;}
  .hero-image:after {
    /* background: -moz-linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.95) 100%);*/
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.95) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.95) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 27%; }
  .hero-image video {
    height: 100%; }
  @media (min-width: 200px) {
  	.hero-image:before {
  		background-position: 65% 0%;
  	}
  }
  @media (min-width: 60em) {
    .hero-image video {
      float: right; } }
  @media (min-width: 80em) {
    .hero-image video {
      height: auto;
      width: 65%; } }

.site-dest-intro {
  background-image: url(/wp-content/uploads/Fiber-3-WebsiteBanner.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover; }
  .site-dest-intro h1 {
    color: #ffffff;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.0833333333em;
    margin: 3.6% 0 3.5%; }

/*=============== Site Content ===============*/
.site-content {
  min-height: 18.75em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
    padding-bottom: 1.25em;
    padding-top: 1.625em; }
  @media (min-width: 80em) {
    .site-content {
      margin: 0 0 2.5em 0; }
      .site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
        padding-bottom: 1.875em;
        padding-top: 1.875em; } }

/*=============== Site Footer ===============*/
.site-footer {
  background: #f2f2f2;
  text-align: center;
  color: #333333;
  padding-top:2em; }

.sf-small {
  background: #ffffff;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }
  .sf-small p {
    font-size: 0.875em;
    line-height: 1.4285714286em; }

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

/*=============== Product Search ===============*/
.search {
  display: table;
  float: left;
  margin-right: none;
  /*margin-left: 0.5em;*/

}

.search input {
  width: 180px;
  height: 28px;
  border: 1px solid #cc0000;
  float: left;
}
.search img{
  height: 28px;
  float: left;
  transition: 0.1s ease-in;
}

.search img:hover {
  filter: grayscale(50%);
}

.search input::placeholder {
  color: #cc0000;
}
/* ======================== Search ============================= */
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }
  @media (min-width: 60em) {
    .search-table {
      width: 18.125em; } }

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

.search-cell1 {
  display: table-cell; }
  .search-cell1 .search-text {
    border: 1px solid #e4e4e4; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0;
  border-radius: 0 5px 5px 0;
  overflow: hidden; }

.search-text {
  color: #333333 !important;
  font-size: 0.875em !important;
  width: 100%;
  height: 2.6428571429em !important;
  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-color: #dadbda !important;
  background-image: url(img/ico-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.375em 1.375em; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.4285714286em !important; }
  .search-submit {
    height: 2.125em; } }

.search-module {
  background-color: #ffffff;
  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: 0.625em;
  margin-bottom: 0.3125em;
  top: 0;
  right: 0; }

  .top-search.clearfix {
  	float: right;  
  }

  .top-search.clearfix div {    
    margin: auto 5px;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
  }

  #cart-wrap {
    margin-left: 0;
  }

.top-search .search-form label {
  display: none; 
}

.addsearch {
  width: 180px !important;
  height: 28px;
  margin-bottom: 0 !important; }

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

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

.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #477DCA;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

/*=============== Utility Nav ===============*/
.header-top-container {
  background: #f2f2f2; }
  .header-top-container .inner-wrap, .header-top-container .inner-wrap-narrow, .header-top-container .inner-wrap-wide, .header-top-container .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 0; }
  .header-top-container .top-search input[type="text"],
  .header-top-container .top-search input[type="submit"] {
    border-radius: 0; }
  @media (min-width: 40em) {
    .header-top-container .inner-wrap, .header-top-container .inner-wrap-narrow, .header-top-container .inner-wrap-wide, .header-top-container .inner-wrap-fullwidth {
      /*padding-bottom: 0.625em;*/
      padding-top: 0.625em; } }
  @media (min-width: 60em) {
    .header-top-container .inner-wrap, .header-top-container .inner-wrap-narrow, .header-top-container .inner-wrap-wide, .header-top-container .inner-wrap-fullwidth {
      /*padding-bottom: 0.4375em;*/
      padding-top: 0.5625em; } }

.utility-nav ul {
  margin-left: 1em;
  padding: 0 0 0.9375em 0;
  text-align: center; }
  .utility-nav ul li:not(:last-child) {
    display: inline-block;
    padding: 0 0.3125em 0 0;
    border-right: 1px solid #c4c6c4; }
    .utility-nav ul li a {
      color: #333333;
      font-size: 0.75em;
      line-height: 1.25em;
      text-decoration: none;
      /*border-right: 1px solid #c4c6c4;*/
      padding: 0 0.25em 0 0.25em; }
      .utility-nav ul li a:hover {
        color: #cc0000; }
    .utility-nav ul li:last-child a {
      border-right: none; }
    .utility-nav ul li.desktop-translator {
      display: none; }
  @media (min-width: 40em) {
    .utility-nav ul hr {
      height: 14px;
      background-color: #c4c6c4;
      width: 1px;
      margin: 0.4em 0.625em -3px 0;
      display: inline-block;
      border-bottom: none; } }
  @media (min-width: 60em) {
    .utility-nav ul hr {
      margin: 0.4em 0.625em 0px 0; } }

@media (min-width: 40em) {
  .utility-nav ul li.desktop-translator {
    display: inline-block; }
  .utility-nav ul li.mobile-translator {
    display: none; } }

@media (min-width: 60em) {
  .utility-nav {
    display: inline-block;
    /*width: 50%;*/
    float: left;
    padding: 0.25em 0 0 0; }
    .utility-nav ul {
      padding: 0;
      text-align: center; }
      .utility-nav ul li {
        padding: 0 0.6875em 0 0; }
        .utility-nav ul li a {
          /*border-right: 1px solid #c4c6c4;*/
          padding: 0 0.25em 0 0.25em; } }

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

/*=============== Header Logo ===============*/
.site-logo {
  display: inline-block;
  width: 9.375em;
  vertical-align: top;
  padding-right: 2em;
  max-width: 90%;
  /*margin-left: 10em;*/ }
  .site-logo img {
    display: block;
    vertical-align: top; }
  @media (min-width: 40em) {
    .site-logo {
      float: left;
      margin: 0 0 1.25em 0; } }
  @media (min-width: 60em) {
    .site-logo {
      margin: 0;
      /*margin-left: 10em;*/
      max-width: 100%;
      position: relative;
      z-index: 1;
      width: 6.75em; } }
    @media(min-width:  70em) {
      .site-logo {
        /*margin-left: 15em;*/
      }
    }
  @media (min-width: 80em) {
    .site-logo {
      /*width: 12.0625em;*/
      width: 10.0625em;
      /*margin-left: 20em;*/ } }

.site-nav-container {
  padding: 1.875em 0 0 0; }
  .site-nav-container .top-search {
    padding: 0 0.625em 1.25em 0.625em; }
  @media (min-width: 40em) {
    .site-nav-container .utility-nav,
    .site-nav-container .top-search {
      display: none; } }
  @media (min-width: 60em) {
    .site-nav-container {
      padding: 0.625em 0 0 0; } }
  @media (min-width: 80em) {
    .site-nav-container {
      padding: 1.875em 0 0 0; } }

#menu-footer-nav li {
  display: inline-block;
  padding: 0 0.3125em;
  vertical-align: top; }
  #menu-footer-nav li a {
    color: #333333;
    display: block;
    font-size: 0.875em;
    line-height: 1.2142857143em;
    vertical-align: top;
    text-decoration: none; }
    #menu-footer-nav li a:hover {
      color: #cc0000; }

@media (min-width: 60em) {
  #menu-footer-nav li a {
    text-transform: uppercase; } }

/*=============== Footer Style ===============*/
.site-footer .sf-title {
  color: #cc0000;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 1.2857142857em;
  font-weight: 500;
  line-height: 1.1666666667em;
  padding: 0 0 0.875em 0;
  text-decoration: none; }

  .sf-title a {
    text-decoration: none;
  }

.site-footer .inner-wrap {
  /*margin: 3em;*/
}

.bg-white {
  background-color: white;
}

.footer-logo {
  margin: auto;
  padding-top:  2em;
  padding-bottom: 2em;
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  align-items: center;
  height: 250px;  
}

.footer-logo img {
  margin: auto;
}


.f-image-1:after {
    background-color: none;
  }

.footer-logo-wrap {
  height: 300px;
}

.footer-logo-wrap {
  display:  block;
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 0;
}

@media (min-width: 40em) {
  .footer-logo-wrap {
    display: inline-block;
    width: 49%;
  }

  /*.f-image-1:after {
    background-color: #AAAAAA;
    content: "";
    height: 60%;
    position: absolute;
    right: 0;
    top: 15%;
    width: 0.0625em;
  }*/

  .f-image-2 img {
    height: 80px;
  }

  .f-image-1 img {
    /*height: 200px;*/
  }

}

.site-footer address {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  font-style: normal;
  padding: 0 0 2.5em;
  text-align: center; }

  .site-footer address a {
    text-decoration:  none;
  }

@media (min-width: 40em) {
  .site-footer address {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 49%;
    padding: 0; }
    .site-footer address:after {
      background-color: #AAAAAA;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 0.0625em; } }

.sf-social-container {
  padding: 0 0 2.5em;
  text-align: center; }
  .sf-social-container .sf-title {
    font-size: 1.125em; }
  .sf-social-container ul li {
    display: block;
    padding: 0 0 0.125em; }
    .sf-social-container ul li a {
      color: #333333;
      display: inline-block;
      font-size: 0.875em;
      line-height: 1.2142857143em;
      text-decoration: none; }
      .sf-social-container ul li a:hover {
        color: #cc0000; }
  @media (min-width: 40em) {
    .sf-social-container {
      display: inline-block;
      text-align: center;
      vertical-align: top;
      width: 49%;
      padding: 0; } }

.social-wrap {
  /*padding: 0 0 1.0625em;*/
  display: inline-flex; }
  .social-wrap a {
    padding: 0 0.9375em 0 0;
    width: auto;
    transition: 0.1s;
    margin: 0.2em;
    /*-webkit-filter: grayscale(100%);
     Safari 6.0 - 9.0 
    filter: grayscale(100%);*/ }
    .social-wrap a img {
      width: 1.25em; }
    .social-wrap a:hover {
      opacity: 1;
      -webkit-filter: none;
      filter: none; 
      transform: scale(1.1);}
  @media (min-width: 60em) {
    .social-wrap a {
      display: inline-block;
      float: none; } }

/*=============== Tab content ===============*/
.tab-container .tab-content .title {
  border-top: 1px solid #b5b7b5;
  color: #cc0000;
  cursor: pointer;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.125em;
  margin: 0 0 0.2083333333em;
  padding: 0.625em 0;
  text-align: center; }
  .tab-container .tab-content .title span {
    display: inline-block;
    margin: 0 0 0 0.5em;
    position: relative;
    vertical-align: top; }
    .tab-container .tab-content .title span:after {
      content: "+";
      position: absolute;
      left: 0;
      top: 0; }
  .tab-container .tab-content .title.active span:after {
    content: "-"; }

.tab-container .tab-content .content {
  display: none;
  padding: 1.8125em 0 0; }

.tab-container ul.tabs {
  display: none; }

.tab-container .flexslider .slides > li {
  display: inline-block; }

@media (min-width: 40em) {
  .tab-container .tab-content .title {
    display: none; }
  .tab-container ul.tabs {
    border-bottom: 1px solid #b5b7b5;
    display: block;
    font-size: 0.875em;
    line-height: 1.5em; }
    .tab-container ul.tabs li {
      border-top: 1px solid transparent;
      color: #333333;
      cursor: pointer;
      display: inline-block;
      float: left;
      padding: 1.4285714286em 0.7142857143em;
      position: relative;
      text-align: right;
      text-transform: uppercase; }
      .tab-container ul.tabs li.current {
        background: #ffffff;
        border-right: 1px solid #b5b7b5;
        border-top: 1px solid #b5b7b5;
        color: #cc0000;
        font-weight: 500;
        margin: 0.0714285714em 0 -0.0714285714em; }
      .tab-container ul.tabs li:last-child.current {
        border-left: 1px solid #b5b7b5; }
  .tab-container .tab-content {
    clear: both;
    display: none;
    padding: 0.9375em 0 0 0; }
    .tab-container .tab-content .flexslider .flex-direction-nav a {
      width: 2.0625em;
      height: 3.75em;
      margin: 0;
      top: 0.625em; }
      .tab-container .tab-content .flexslider .flex-direction-nav a.flex-prev {
        left: 0;
        opacity: 1;
        top: 5em; }
      .tab-container .tab-content .flexslider .flex-direction-nav a.flex-next {
        right: 0;
        opacity: 1;
        top: 5em; }
        .tab-container .tab-content .flexslider .flex-direction-nav a.flex-next:before {
          background-image: url(img/ico-arrow-right.png); }
        .tab-container .tab-content .flexslider .flex-direction-nav a.flex-next:hover:before {
          background-image: url(img/ico-arrow-right-hover.png); }
      .tab-container .tab-content .flexslider .flex-direction-nav a:before {
        height: 3.75em;
        background-image: url(img/ico-arrow-left.png);
        background-size: contain !important; }
      .tab-container .tab-content .flexslider .flex-direction-nav a:hover:before {
        background-image: url(img/ico-arrow-left-hover.png); }
    .tab-container .tab-content .flexslider:hover .flex-direction-nav a .flex-prev {
      left: -3.75em; }
    .tab-container .tab-content .flexslider:hover .flex-direction-nav a .flex-next {
      right: -3.75em; }
    .tab-container .tab-content.current {
      display: inherit; }
    .tab-container .tab-content .content {
      display: block; } }

@media (min-width: 60em) {
  .tab-container {
    padding: 0 0 0 0; }
    .tab-container ul.tabs {
      font-size: 1.5em;
      line-height: 1.125em;
      text-align: left; }
      .tab-container ul.tabs li {
        padding: 0.8333333333em 3.3333333333em 0.8333333333em 0;
        text-transform: none; }
        .tab-container ul.tabs li:last-child {
          padding: 0.8333333333em 3.3333333333em; }
    .tab-container .tab-content {
      padding: 2.5em 0 0 0; }
      .tab-container .tab-content .flexslider .flex-direction-nav a.flex-prev {
        left: -4.375em; }
      .tab-container .tab-content .flexslider .flex-direction-nav a.flex-next {
        right: -4.375em; } }

.product-section .slides li {
  overflow: hidden;
  display: inline-block;
  padding: 0 0.5625em 1.1875em;
  vertical-align: top;
  width: 49%; }
  .product-section .slides li .product-grid-item span {
    border-radius: 50%;
    display: block;
    margin: 0 auto 1.375em;
    height: 7.5em;
    width: 7.5em;
    padding: 1.875em 2.1875em;
    position: relative;
    vertical-align: top;
    z-index: 1; }
    .product-section .slides li .product-grid-item span:before {
      background: #f2f2f2;
      border-radius: 50%;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
    .product-section .slides li .product-grid-item span .product-grid-item-img {
      height: 5.625em;
      position: absolute;
      left: 50%;
      top: 50%;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translateX(-50%) translateY(-50%); }
  .product-section .slides li .product-grid-item.sensing img {
    height: 4.375em; }
  .product-section .slides li .product-grid-item.aerospace img {
    height: 2.8125em; }
  .product-section .slides li .product-grid-item.small-img .product-grid-item-img {
    height: 4.375em; }
  .product-section .slides li .back {
    display: none; }

@media (min-width: 40em) {
  .product-section .slides li .product-grid-item span {
    height: 10em;
    padding: 2.5em 2.5em;
    width: 10em; } }

@media (min-width: 60em) {
  .product-section .slides li {
    padding: 0;
    position: relative; }
    .product-section .slides li > a {
      backface-visibility: hidden;
      display: block;
      height: auto;
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      width: 100%;
      z-index: 1; }
    .product-section .slides li .product-grid-item span {
      height: 11.25em;
      width: 11.25em; }
    .product-section .slides li .product-grid-item.sensing img {
      height: 6.25em; }
    .product-section .slides li .back {
      display: inline-block;
      backface-visibility: hidden;
      height: 100%;
      left: 0;
      padding: 0 3% 0.75em 3%;
      position: absolute;
      top: 0;
      transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      visibility: hidden;
      width: 100%;
      z-index: 0; }
    .product-section .slides li:hover > a {
      transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      z-index: 0; }
    .product-section .slides li:hover .back {
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      visibility: visible;
      z-index: 1; } }

.tab-container .product-grid-item {
  font-size: 0.8125em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 0;
  border-bottom: none;
  border-right: none;
  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; }
  .tab-container .product-grid-item:hover {
    background: none;
    border-bottom: none;
    border-right: none; }
    .tab-container .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .tab-container .product-grid-item:hover .product-grid-item-link {
      color: #cc0000; }
  @media (min-width: 40em) {
    .tab-container .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .tab-container .product-grid-item {
      font-size: 1em; } }

.tab-container .product-grid-item-img {
  float: none;
  width: auto;
  margin-top: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  -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) {
    .tab-container .product-grid-item-img {
      margin-top: 0;
      float: none;
      width: auto; } }

.tab-container .product-grid-item-link {
  margin: 0;
  float: none;
  text-align: center;
  clear: none;
  border: none;
  font-size: 0.8125em;
  color: #333333;
  font-weight: 400;
  padding: 0 0.7692307692em; }
  .tab-container .product-grid-item-link:hover {
    background: none;
    border: none;
    color: #333333; }
    .tab-container .product-grid-item-link:hover:before {
      display: none; }
  @media (min-width: 40em) {
    .tab-container .product-grid-item-link {
      font-size: 1.0833333333em;
      width: auto;
      float: none;
      text-align: center; } }
  @media (min-width: 60em) {
    .tab-container .product-grid-item-link {
      font-size: 1em; } }

.home-bottom-content {
  /*background-image: url(img/subscribe-background-solid.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;*/ }
  .home-bottom-content .inner-wrap > div, .home-bottom-content .inner-wrap-narrow > div, .home-bottom-content .inner-wrap-wide > div, .home-bottom-content .inner-wrap-fullwidth > div {
    padding: 0 0 1.25em 0; }
    .home-bottom-content .inner-wrap > div h2, .home-bottom-content .inner-wrap-narrow > div h2, .home-bottom-content .inner-wrap-wide > div h2, .home-bottom-content .inner-wrap-fullwidth > div h2 {
      font-size: 1.5em;
      font-weight: 500; }
    .home-bottom-content .inner-wrap > div p.inline-image, .home-bottom-content .inner-wrap-narrow > div p.inline-image, .home-bottom-content .inner-wrap-wide > div p.inline-image, .home-bottom-content .inner-wrap-fullwidth > div p.inline-image {
      line-height: 1.6875em; }
      .home-bottom-content .inner-wrap > div p.inline-image img, .home-bottom-content .inner-wrap-narrow > div p.inline-image img, .home-bottom-content .inner-wrap-wide > div p.inline-image img, .home-bottom-content .inner-wrap-fullwidth > div p.inline-image img {
        float: right;
        margin-top: 1.3125em;
        max-width: 11.25em; }
    .home-bottom-content .inner-wrap > div.newsletter p, .home-bottom-content .inner-wrap-narrow > div.newsletter p, .home-bottom-content .inner-wrap-wide > div.newsletter p, .home-bottom-content .inner-wrap-fullwidth > div.newsletter p {
      font-size: 1em;
      line-height: 1.5em; }
    .home-bottom-content .inner-wrap > div.newsletter .newsletter-form, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form {
      /*border-bottom: 1px solid #b5b7b5;*/
      padding: 0.4em 0 0.9375em 0; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form form p:nth-of-type(1), .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form form p:nth-of-type(1), .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form form p:nth-of-type(1), .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form form p:nth-of-type(1) {
        display: none; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form form p:nth-of-type(2), .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form form p:nth-of-type(2), .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form form p:nth-of-type(2), .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form form p:nth-of-type(2) {
        float: left;
        font-weight: 500; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form form p:nth-of-type(3), .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form form p:nth-of-type(3), .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form form p:nth-of-type(3), .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form form p:nth-of-type(3) {
        font-weight: 500;
        display: inline-block;
        margin-left: 1.4em; }
        .home-bottom-content .inner-wrap > div.newsletter .newsletter-form form p:nth-of-type(3) span, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form form p:nth-of-type(3) span, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form form p:nth-of-type(3) span, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form form p:nth-of-type(3) span {
          font-weight: 400; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form form p:last-of-type, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form form p:last-of-type, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form form p:last-of-type, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form form p:last-of-type {
        margin-top: 1em; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form input[type="text"], .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form input[type="text"], .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form input[type="text"], .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form input[type="text"] {
        border: 1px solid #b5b7b5;
        border-radius: 4px;
        font-size: 0.875em;
        height: 3em;
        width: 13.2857142857em;
        color: #333333; }
        .home-bottom-content .inner-wrap > div.newsletter .newsletter-form input[type="text"]::placeholder, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form input[type="text"]::placeholder, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form input[type="text"]::placeholder, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form input[type="text"]::placeholder {
          opacity: 1; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .emailfield, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .emailfield, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .emailfield, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .emailfield {
        display: inline-block; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button {
        background: #cc0000;
        color: #ffffff;
        display: inline-block; }
        .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:hover {
          background: #ffffff;
          color: #cc0000; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_button, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_button, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_button, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_button {
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_lablebox, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_lablebox, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_lablebox, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_lablebox {
        display: none; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form label, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form label, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form label, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form label {
        display: none; }
      .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox {
        display: inline-block;
        margin-right: 0.3125em; }
    .home-bottom-content .inner-wrap > div.newsletter .video-container, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container {
      display: inline-block;
      overflow: hidden;
      position: relative;
      vertical-align: top; }
      .home-bottom-content .inner-wrap > div.newsletter .video-container > div, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container > div, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container > div, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container > div {
        display: inline-block;
        vertical-align: top;
        width: 49%; }
        .home-bottom-content .inner-wrap > div.newsletter .video-container > div img, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container > div img, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container > div img, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container > div img {
          display: block;
          vertical-align: top; }
        .home-bottom-content .inner-wrap > div.newsletter .video-container > div:last-child, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container > div:last-child, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container > div:last-child, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container > div:last-child {
          background-color: rgba(51, 51, 51, 0.95);
          font-family: "Rubik", sans-serif;
          font-size: 0.875em;
          line-height: 1.2142857143em;
          height: 100%;
          padding: 6% 0.7142857143em 0 0.7142857143em;
          position: absolute;
          right: 0;
          top: 0;
          width: 7.8571428571em;
          text-align: center; }
          .home-bottom-content .inner-wrap > div.newsletter .video-container > div:last-child a, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container > div:last-child a, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container > div:last-child a, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container > div:last-child a {
            display: block;
            color: #ffffff;
            text-decoration: none;
            vertical-align: top; }
          .home-bottom-content .inner-wrap > div.newsletter .video-container > div:last-child:hover, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container > div:last-child:hover, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container > div:last-child:hover, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container > div:last-child:hover {
            background: #cc0000; }
    .home-bottom-content .inner-wrap > div:last-child, .home-bottom-content .inner-wrap-narrow > div:last-child, .home-bottom-content .inner-wrap-wide > div:last-child, .home-bottom-content .inner-wrap-fullwidth > div:last-child {
      padding: 0 0 1.25em; }
  @media (min-width: 60em) {
    .home-bottom-content {
      background-position: right top;
      background-size: 50% 100%;
      margin-top: 9px;}
      .home-bottom-content .inner-wrap > div, .home-bottom-content .inner-wrap-narrow > div, .home-bottom-content .inner-wrap-wide > div, .home-bottom-content .inner-wrap-fullwidth > div {
        display: inline-block;
        padding: 0 4.375em 0 0;
        width: 49%;
        vertical-align: top; }
        .home-bottom-content .inner-wrap > div p.inline-image img, .home-bottom-content .inner-wrap-narrow > div p.inline-image img, .home-bottom-content .inner-wrap-wide > div p.inline-image img, .home-bottom-content .inner-wrap-fullwidth > div p.inline-image img {
          max-width: 100%; }
        .home-bottom-content .inner-wrap > div.newsletter .newsletter-form input[type="text"], .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form input[type="text"], .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form input[type="text"], .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form input[type="text"] {
          display: inline-block; }
        .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_button, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_button, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_button, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_button {
          width: 5.75em; }
        .home-bottom-content .inner-wrap > div.newsletter .video-container, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container {
          padding: 0 3.125em 0 0; }
          .home-bottom-content .inner-wrap > div.newsletter .video-container > div:last-child, .home-bottom-content .inner-wrap-narrow > div.newsletter .video-container > div:last-child, .home-bottom-content .inner-wrap-wide > div.newsletter .video-container > div:last-child, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .video-container > div:last-child {
            padding: 10% 0.7142857143em 0 0.7142857143em; }
        .home-bottom-content .inner-wrap > div:last-child, .home-bottom-content .inner-wrap-narrow > div:last-child, .home-bottom-content .inner-wrap-wide > div:last-child, .home-bottom-content .inner-wrap-fullwidth > div:last-child {
          padding: 0 0 0 5.625em; } }

.counter-wrapper {
  padding: 0.625em 0 0 0;
  text-align: center; }
  .counter-wrapper .cw-heading {
    color: #333333;
    display: block;
    font-size: 1.625em;
    font-weight: 500;
    line-height: 1.3846153846em;
    padding: 0 0 0.7692307692em;
    position: relative; }
    .counter-wrapper .cw-heading:after {
      bottom: 0;
      content: "";
      background: #cc0000;
      position: absolute;
      left: 0;
      right: 0;
      width: 50%;
      height: 0.0384615385em;
      margin: 0 auto; }
  .counter-wrapper .cw-subtitle {
    color: #333333;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.8333333333em; }
  .counter-wrapper .cw-cta {
    padding-right: 2.1875em;
    position: relative; }
    .counter-wrapper .cw-cta:after {
      background: none;
      content: "+";
      position: absolute;
      right: 1.0625em; }
    .counter-wrapper .cw-cta.active:after {
      content: "-"; }
  .counter-wrapper .stats-container {
    display: none; }
    .counter-wrapper .stats-container .cw-item {
      position: relative;
      vertical-align: top;
      text-align: center; }
      .counter-wrapper .stats-container .cw-item .cwi-count-wrap {
        position: relative;
        height: 200px; }
      .counter-wrapper .stats-container .cw-item .cw-bg {
        /* animation-duration: 2s;
       animation-iteration-count: 1;
       animation-name: rotateIn;
       animation-timing-function: linear;
       background-image: url(img/ico-arrow-circle.png);
       background-repeat: no-repeat;
       background-position: center center; */
        display: block;
        height: 200px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 200px; }
        .counter-wrapper .stats-container .cw-item .cw-bg.animation {
          stroke-dashoffset: 70;
          fill: transparent;
          stroke: #f2f2f2;
          stroke-linecap: round;
          stroke-width: 20;
          stroke-dasharray: 534;
          transition: stroke-dashoffset 1s;
          -webkit-animation-play-state: running;
          animation: rotate80 1.8s; }

@keyframes rotate80 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 70; } }
      .counter-wrapper .stats-container .cw-item .cw-count {
        font-family: "Rubik", sans-serif;
        font-size: 3.625em;
        font-weight: 500;
        color: #333333;
        display: inline-block;
        padding: 0 0.3793103448em 0 0;
        text-align: center;
        z-index: 100;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 2.3448275862em; }
      .counter-wrapper .stats-container .cw-item #counter1:after {
        font-size: 0.6206896552em;
        line-height: 2.3611111111em;
        color: #cc0000;
        content: " +";
        position: absolute;
        right: 0;
        top: 0; }
      .counter-wrapper .stats-container .cw-item #counter2:after {
        font-size: 0.6206896552em;
        line-height: 2.3611111111em;
        color: #cc0000;
        content: " +";
        position: absolute;
        right: 0;
        top: 0; }
      .counter-wrapper .stats-container .cw-item #counter3 {
        padding: 0; }
        .counter-wrapper .stats-container .cw-item #counter3:after {
          display: none; }
      .counter-wrapper .stats-container .cw-item .cw-descp {
        font-size: 0.875em;
        font-weight: normal;
        color: #333333; }
  @media (min-width: 60em) {
    .counter-wrapper {
      padding: 0; }
      .counter-wrapper .cw-heading {
        display: block;
        font-size: 1.75em;
        font-weight: 500;
        line-height: 1.25em;
        padding: 0 0 1.0357142857em;
        margin: 0 0 0.8928571429em; }
        .counter-wrapper .cw-heading:after {
          height: 0.0357142857em;
          width: 14%; }
      .counter-wrapper .cw-subtitle {
        font-size: 1.25em;
        line-height: 1.55em;
        padding: 0 0 0.5em; }
      .counter-wrapper .cw-cta {
        display: none; }
      .counter-wrapper .stats-container {
        display: block; }
        .counter-wrapper .stats-container .cw-item .cw-descp {
          font-size: 1.125em; } }

.breadcrumbs {
  color: #333333;
  font-size: 0.875em;
  line-height: 1.2142857143em;
  margin: 0 0 3.2142857143em; }
  .breadcrumbs a {
    text-decoration: none; }

.image-gallery-section {
  background-image: url(img/medical-gallery-section-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
  text-align: left; }
  .image-gallery-section.communications-images {
    background-image: url(img/communications-image.jpg);
    background-position: center center; }
  .image-gallery-section.optical-networks-images {
    background-image: url(img/Private-Optical-Networks.jpg);
    background-position: center center; }
  .image-gallery-section.aerospace-defense-images {
    background-image: url(img/Aerospace-Defense.jpg);
    background-position: center center; }
  .image-gallery-section.industrial-networks-images {
    background-image: url(img/Industrial-Networks.jpg);
    background-position: center center; }
  .image-gallery-section.sensing-images {
    background-image: url(img/Sensing.jpg);
    background-position: center center; }
  .image-gallery-section.material-processing-images {
    background-image: url(img/Material-Processing.jpg);
    background-position: center center; }
  .image-gallery-section.energy-images {
    background-image: url(img/Energy.jpg);
    background-position: center center; }
  .image-gallery-section.industries-app-images {
    background-image: url(img/bucket-red-fiber.jpg);
    background-position: center center; }
  .image-gallery-section > .ig-content {
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom: 15px solid #ffffff;
    color: #ffffff;
    float: left;
    height: 10em;
    position: relative;
    text-align: center;
    width: 50%;
    transition: background-color 650ms cubic-bezier(0.19, 1, 0.22, 1); }
    .image-gallery-section > .ig-content.image-none {
      background: #ffffff;
      pointer-events: none; }
      .image-gallery-section > .ig-content.image-none:hover {
        background: #ffffff; }
      .image-gallery-section > .ig-content.image-none a {
        cursor: default; }
    .image-gallery-section > .ig-content a {
      color: #ffffff;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: calc(100% - 2px); }
      .image-gallery-section > .ig-content a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: -2px;
        bottom: 0;
        transform: scale3D(0.4, 0.4, 0.4);
        background-color: rgba(204, 0, 0, 0.5);
        transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
        opacity: 0; }
    .image-gallery-section > .ig-content .ig-text {
      position: absolute;
      left: 50%;
      top: 50%;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translateX(-50%) translateY(-50%); }
    .image-gallery-section > .ig-content:nth-of-type(2n-1):after {
      background: #ffffff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 0.625em; }
    .image-gallery-section > .ig-content:hover a:before {
      transform: scale3D(1, 1, 1);
      transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 1; }
  @media (min-width: 40em) {
    .image-gallery-section > .ig-content {
      height: 12.5em; } }
  @media (min-width: 60em) {
    .image-gallery-section > .ig-content {
      border-bottom: 28px solid #ffffff;
      height: 15em;
      width: 25%; }
      .image-gallery-section > .ig-content a {
        width: calc(100% - 23px); }
      .image-gallery-section > .ig-content .ig-text {
        font-size: 1.25em;
        line-height: 1.15em; }
      .image-gallery-section > .ig-content:after, .image-gallery-section > .ig-content:nth-of-type(2n-1):after {
        background: #ffffff;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 1.4375em; } }

.medical-heading2 {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.1666666667em;
  margin: 1em 0 2.3333333333em 0; }

.medical-image-section {
  text-align: center; }
  .medical-image-section > div,
  .medical-image-section img {
    display: inline-block;
    vertical-align: top;
    margin: auto; }
    .medical-image-section > div img,
    .medical-image-section img img {
      display: block;
      vertical-align: top;
      margin: auto; }
  .medical-image-section .fiber-tips-container > img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.3125em 1.25em 0.3125em; }
  @media (min-width: 40em) {
    .medical-image-section .fiber-tips-container > img {
      margin: 0 1.25em 1.25em 1.25em; } }
  @media (min-width: 60em) {
    .medical-image-section > img:nth-of-type(1) {
      margin: 0 4.375em 0 0;
      width: 38%; }
    .medical-image-section .fiber-tips-container {
      display: inline-block;
      margin: 0 7.5em 0 1.875em; }
      .medical-image-section .fiber-tips-container > img {
        display: block;
        margin: 0 0.625em 0.625em 0.625em; } }
  @media (min-width: 80em) {
    .medical-image-section {
      text-align: left; }
      .medical-image-section > img:nth-of-type(1) {
        margin: 0 6.25em 0 0;
        width: auto; }
      .medical-image-section > div {
        margin: 5.25em 0 0 0; }
        .medical-image-section > div p {
          font-size: 1.125em;
          line-height: 1.1666666667em;
          margin: 0 0 4.4444444444em 0;
          text-align: center; } }

.documents-section {
  border-bottom: 1px solid #b5b7b5;
  border-top: 1px solid #b5b7b5;
  margin: 3.75em 0 2.5em;
  padding: 4.0625em 0 2.5em; }
  .documents-section > div:first-child {
    text-align: center; }
  .documents-section h2 {
    color: #cc0000;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.1em; }
  .documents-section .ds-cta {
    padding-left: 2.5em;
    padding-right: 2.5em; }

.ds-content {
  float: none !important;
  margin: 0 auto !important; }

.ds-content p {
  text-align: left; }

.quarterly-insights-heading {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.125em;
  margin: 0 0 1.25em 0; }

.quarterly-insights > div {
  padding: 0 1.25em 0 0; }
  .quarterly-insights > div > div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px); }

.quarterly-insights h3 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.1666666667em;
  margin: 0 0 0.3888888889em; }

.quarterly-insights p {
  line-height: 1.3125em;
  margin: 0 0 1.5em; }

.quarterly-insights input[type="checkbox"] {
  float: left;
  margin: 0.3125em 0.625em 0.625em 0; }

.quarterly-insights form input[type="text"] {
  border: 1px solid #b5b7b5;
  border-radius: 5px;
  display: block;
  height: 2.625em;
  margin: 0 0 1.25em;
  vertical-align: top;
  width: 17.5em;
  vertical-align: top; }

.quarterly-insights form .newsletter-submit {
  background: #cc0000;
  color: #ffffff;
  display: inline-block; }
  .quarterly-insights form .newsletter-submit:hover {
    background: #ffffff;
    color: #cc0000; }

@media (min-width: 60em) {
  .quarterly-insights form {
    max-width: 26.875em;
    position: relative; }
    .quarterly-insights form input[type="text"] {
      width: 20em; } }

.google_translate {
  background-image: url(img/ico-language.jpg);
  background-repeat: no-repeat;
  background-position: right 4px;
  height: 1.625em;
  width: 6.25em; }
  .google_translate .goog-te-gadget {
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-size: 0.75em;
    line-height: 1.9166666667em; }
    .google_translate .goog-te-gadget .goog-te-gadget-simple {
      background: none;
      border: none;
      font-size: 1.1666666667em;
      line-height: 1.4285714286em;
      padding: 0; }
      .google_translate .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
        color: #333333; }
      .google_translate .goog-te-gadget .goog-te-gadget-simple .goog-te-gadget-icon {
        display: none; }
      .google_translate .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(2), .google_translate .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(3) {
        display: none; }
    .google_translate .goog-te-gadget:hover {
      color: #cc0000; }
      .google_translate .goog-te-gadget:hover .goog-te-menu-value {
        color: #cc0000; }

.displayhide {
  display: none; }

/*=============== Destination Page Style ===============*/
.corporate_history p {
  display: table-row; }
  .corporate_history p span {
    display: table-cell;
    padding: 0.5em 0; }
    .corporate_history p span:first-child {
      width: 5em; }

@media (min-width: 40em) {
  .divide-list ul {
    display: inline-block;
    vertical-align: top;
    width: 45%; } }

.sitemap .site-content-primary ul li ul {
  margin-left: 1em; }

.right-box {
  background: #d9dadc;
  padding: 2em;
  max-width: 18.4375em;
  width: 90%;
  margin-bottom: 1.5em;
  margin-left: 1.5em; }
  .right-box .txt-center {
    text-align: center; }
  .right-box p {
    margin: inherit 1.875em 1.5625em; }

.specialty-product-module {
  background-color: #fbfbfb;
  padding: 1em 0 0; }
  .specialty-product-module .rows-of-2 > div {
    margin-bottom: 0; }
  @media (max-width: 40em) {
    .specialty-product-module .rows-of-2 > div:nth-of-type(2) {
      text-align: center; } }
  @media (min-width: 40em) {
    .specialty-product-module .rows-of-2 > div:nth-of-type(2) {
      text-align: initial; } }
  /*@media (min-width: 60em) {
    .specialty-product-module .inner-wrap, .specialty-product-module .inner-wrap-narrow, .specialty-product-module .inner-wrap-wide, .specialty-product-module .inner-wrap-fullwidth {
      padding-bottom: 0; } }*/
  .specialty-product-module .btn-download {
    color: #ffffff;
    font-weight: bold;
    padding: 1.2em 3.5em 1.2em 1.2em;
    background-color: #6cc8c1;
    font-size: 17px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    border: 1px solid #6cc8c1; }
    .specialty-product-module .btn-download:before {
      background-color: #6cc8c1; }
    .specialty-product-module .btn-download:hover {
      text-decoration: underline; }
      .specialty-product-module .btn-download:hover:before {
        background-color: #43b6ad; }
      .specialty-product-module .btn-download:hover:after {
        transform: rotate(0deg); }
    .specialty-product-module .btn-download:after {
      content: '';
      position: absolute;
      right: 1em;
      top: 1em;
      background-image: url(img/ico-arrow.svg);
      background-repeat: no-repeat;
      background-size: 75%;
      background-position: center center;
      width: 25px;
      height: 25px;
      transform: rotate(90deg);
      transition: transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.5); }

.spm-cta-text {
  font-size: 19px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2.5em;
  line-height: 1.5em;
  margin-right: 3em; }
  @media (max-width: 40em) {
    .spm-cta-text {
      margin-right: 0px; } }

@media (min-width: 40em) {
  .sp-bullet-left {
    float: left;
    width: 60%; } }

@media (min-width: 40em) {
  .sp-bullet-right {
    float: left;
    width: 40%; } }

@media (max-width: 40em) {
  .spm-visual {
    width: 64%;
    margin: auto; } }

@media (min-width: 40em) {
  .spm-visual {
    width: 100%;
    display: block; }
    .spm-visual img {
      display: block; } }

@media (min-width: 60em) {
  .spm-visual {
    margin-left: 2em; } }

@media (min-width: 40em) {
  .spm-cta-wrap {
    float: left;
    width: 52%; } }

.spm-header {
  font-size: 28px;
  font-weight: bold;
  color: #ce0002;
  margin-bottom: 0.5em;
  margin-top: 1em; }
  @media (min-width: 80em) {
    .spm-header {
      margin-top: 1.75em !important; } }

/*=============== Knowledge Base Page Style ===============*/
.knowledge-base-section {
  background-color: #f2f2f2; }
  .knowledge-base-section .search-section {
    padding: 2.5em 2.5em 1.5em 2.5em;
    border-right: 1px solid #ffffff;
    margin: 0; }
    .knowledge-base-section .search-section form .rows-of-2 > div {
      margin-top: 0.3em; }
  .knowledge-base-section .content-section {
    padding: 2.5em 2.5em 1.5em 2.5em; }
    .knowledge-base-section .content-section p:not(:first-child) {
      margin-top: 10px; }
  .knowledge-base-section .ss-title {
    color: #cc0000;
    padding: 0.3em 0 0.3em 2em;
    background-image: url(img/ico-search.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10%; }
  .knowledge-base-section input,
  .knowledge-base-section select {
    width: 100%;
    height: 2.8125em !important;
    border: 1px solid #cccccc;
    padding: 0 1em;
    margin: 0.6em -1px; }
  .knowledge-base-section .spacing-bottom {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2em; }
  .knowledge-base-section button,
  .knowledge-base-section input[type="submit"], .knowledge-base-section .btn-download, .knowledge-base-section .btn-arrow, .knowledge-base-section .product-grid-item-link, .knowledge-base-section .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button, .knowledge-base-section .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button, .knowledge-base-section .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button, .knowledge-base-section .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button, .knowledge-base-section .quarterly-insights form .newsletter-submit, .quarterly-insights form .knowledge-base-section .newsletter-submit, .knowledge-base-section .btn, .knowledge-base-section .wpcf7 .contact-submit, .wpcf7 .knowledge-base-section .contact-submit {
    float: left;
    width: auto;
    background: #cc0000;
    color: #ffffff;
    display: inline-block; }
    .knowledge-base-section button:hover,
    .knowledge-base-section input:hover[type="submit"], .knowledge-base-section .btn-download:hover, .knowledge-base-section .btn-arrow:hover, .knowledge-base-section .product-grid-item-link:hover, .knowledge-base-section .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button:hover, .knowledge-base-section .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-narrow > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button:hover, .knowledge-base-section .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-wide > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button:hover, .knowledge-base-section .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .es_textbox_button:hover, .home-bottom-content .inner-wrap-fullwidth > div.newsletter .newsletter-form .knowledge-base-section .es_textbox_button:hover, .knowledge-base-section .quarterly-insights form .newsletter-submit:hover, .quarterly-insights form .knowledge-base-section .newsletter-submit:hover, .knowledge-base-section .btn:hover, .knowledge-base-section .wpcf7 .contact-submit:hover, .wpcf7 .knowledge-base-section .contact-submit:hover {
      background: #ffffff;
      color: #cc0000; }
  .knowledge-base-section .cs-title-text {
    font-size: 1.25em; }

#wpsl-stores .wpsl-store-thumb {
  width: 6em;
  height: auto; }

.wpsl-more-info-wrap,
.wpsl-direction-wrap,
.wpsl-more-info-wrap > *,
.wpsl-direction-wrap > * {
  display: inline-block; }

#wpsl-wrap #wpsl-result-list li {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-right: 2px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 2px 0.5px #f4f3f3;
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1); }
  #wpsl-wrap #wpsl-result-list li:hover {
    transform: translateY(-2px); }

#wpsl-wrap #wpsl-result-list .wpsl-store-location {
  padding-left: 10px;
  padding-right: 10px; }

#wpsl-wrap #wpsl-result-list .wpsl-options {
  background-color: #F4F3F3;
  padding: 0.5em; }

#wpsl-wrap #wpsl-result-list .wpsl-more-info-wrap {
  padding: 1px 5px;
  background-color: #e0e0e0;
  border-radius: 3px;
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1); }
  #wpsl-wrap #wpsl-result-list .wpsl-more-info-wrap:hover {
    background-color: #cfcfcf; }

#wpsl-wrap #wpsl-result-list .wpsl-more-info-wrap p,
#wpsl-wrap #wpsl-result-list .wpsl-direction-wrap p {
  margin-bottom: 0px;
  padding: 1px 5px; }
  #wpsl-wrap #wpsl-result-list .wpsl-more-info-wrap p a:first-of-type,
  #wpsl-wrap #wpsl-result-list .wpsl-direction-wrap p a:first-of-type {
    font-weight: 600; }

.ws-thumb {
  width: 6em;
  height: auto;
  padding-bottom: 1em; }

.ws-thumb img {
  max-width: 100% !important; }

.knowledge-base__search-results {
  background-color: #f7f7f7;
  padding: 2.5em 2.5em 1.5em 2.5em; }
  .knowledge-base__search-results li {
    max-width: 80%;
    line-height: 1.5em;
    margin-bottom: 11px !important;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 11px; }
    .knowledge-base__search-results li a {
      font-weight: 600 !important; }

.wpcf7 .contact-submit {
  cursor: pointer;
  padding: 0; }
  .wpcf7 .contact-submit .wpcf7-submit {
    background: none;
    border-color: transparent; }
    .wpcf7 .contact-submit .wpcf7-submit:after {
      display: none; }
  .wpcf7 .contact-submit:hover .wpcf7-submit {
    color: #ffffff; }

.pdf_section,
.form-sucess {
  display: none; }

.pdf_section {
  text-align: center; }
  .pdf_section iframe {
    min-height: 37.5em;
    max-width: 46.875em;
    width: 100%; }

@media (min-width: 40em) {
  #wpcf7-f2476-p2475-o1 label {
    display: inline-block;
    vertical-align: top;
    width: 30%; }
  #wpcf7-f2476-p2475-o1 .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    width: 69%; } }

/*=============== FTTx Page Interactive Infographic Style Start ========*/
@media (min-width: 40em) {
  .fttx-infographic {
    display: none; } }

@media (min-width: 60em) {
  .fttx-infographic {
    display: block; } }

/*=============== FTTx Page Interactive Infographic Style End ========*/
/*=============== Text Media Gallery Style ===============*/
.icon-grid .ig-item {
  text-align: center;
  background-color: whitesmoke;
  min-height: unset;
  padding: 1.5em;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 40em) {
    .icon-grid .ig-item {
      min-height: 25em; } }
  @media (min-width: 60em) {
    .icon-grid .ig-item {
      min-height: 21.8em; } }
  .icon-grid .ig-item:hover {
    transform: translateY(-1px);
    box-shadow: 1px 2px 4px #e6e5e5; }
  .icon-grid .ig-item .igi-img {
    display: block;
    margin: auto auto 1.6em auto; }
  .icon-grid .ig-item .igi-title {
    text-align: center;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
    margin-top: 0.1em;
    display: inline-block;
    border-bottom: 1px solid #bababa; }
  .icon-grid .ig-item .igi-text {
    hyphens: auto;
    word-break: break-word;
    margin: 0; }

/* ========== Map css   ========= */
@media (max-width: 40em) {
  .region_map {
    display: none; } }

@media (min-width: 40em) {
  .region_map {
    display: unset;
    background-image: url(img/Global-Landing-Page-bg.png);
    background-repeat: no-repeat;
    background-position: center top; } }

.region_map__mobile ul {
  padding-left: 0; }
  .region_map__mobile ul li:after {
    display: none !important; }
  .region_map__mobile ul li a {
    background-color: #f2f2f2;
    display: block;
    padding: .5em;
    text-align: center;
    text-decoration: none; }

@media (min-width: 40em) {
  .region_map__mobile {
    display: none; } }

/* ========= Interactive css ========= */
/* ---------- STYLING FOR MOBILE VERSION ---------- */
.mobile-wrapper {
  display: inline;
  position: relative;
  width: 100%;
  text-align: center; }

/* ---------- STYLING FOR DESKTOP VERSION ---------- */
.cell {
  float: left;
  min-width: 22.375em;
  min-height: 5.9375em; }

.cell img,
h4,
p {
  /*margin: 0;*/ }

.cell img {
  max-width: 100%;
  height: auto; }

#cell-1 {
  width: 75%;
  height: 5.9375em; }

#cell-2 {
  display: inline-block;
  width: 75%;
  height: 5.9375em;
  padding-left: 1.875em; 
  z-index: 300;
}

.divider {
  margin-top: 5%;
  position: absolute;
  left: 68%;
  top: 10%;
  bottom: 10%;
  border-left: 1px solid #cc0000; }

.focus-background {
  min-width: 1.875em;
  width: 100%;
  height: auto;
  transition: 200ms all ease-in;
  position: absolute; }

#focus-container {
  margin: 0 auto;
  padding: 0 auto;
  padding-top: 6.25em;
  position: relative;
  width: 100%;
  height: 56.25em;
  opacity: 1.0;
  transition: 200ms all ease-in; }

#focus-container-wrapper {
  margin: 0 auto;
  padding: 0 auto;
  padding-top: 6.25em;
  position: relative;
  width: 100%;
  height: 56.25em;
  opacity: 1.0;
  transition: 200ms all ease-in; 
}

#focus-container a {
  z-index: 20;
  position: absolute;
  transition: 200ms all ease-in; }

#intro-text {
	z-index: 300;
}

#rollover-layer {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 56.25em;
  opacity: 1.0;
  transition: 200ms all ease-in;
  top: 11.875em; }

.focus-icon {
  position: absolute;
  z-index: 20;
  transition: 200ms all ease-in;
  text-align: center;
  color: #333333;
  min-width: 6.25em;
  font-weight: 550;
  font-size: 125%;
  margin: 0;
  padding: 0;
  padding-top: 6.25em; }

.focus-link {
  display: block;
  height: 100%;
  width: 100%; }

.focus-popup {
  position: absolute;
  display: visible;
  overflow: scroll;
  min-width: 12.5em;
  max-width: 18.75em;
  max-height: 25em;
  z-index: 200; }

.focus-target {
  position: absolute;
  z-index: 40;
  cursor: pointer;
  min-width: 6.25em;
  min-height: 6.25em;
  opacity: 0.0;
  background-color: rgba(255, 0, 0, 0.5); }

#fttx-logo {
  z-index: 300;
  position: relative; }

.header-display {
  max-width: 22.375em;
  height: 12.5em;
  overflow: hidden; }

.headline {
  text-align: left;
  font-size: 175%;
  font-weight: bold;
  text-decoration: bold;
  font-style: italic;
  word-wrap: no-wrap;
  color: #f00000; }

#map-wrapper {
  position: relative;
  z-index: 0;
  max-width: 100%;
  height: auto; }

#menu-storage {
  visibility: visible;
  position: absolute; }

.menu-storage span {
  transition: 200ms all ease-in; }

.popup-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 6.25em;
  min-height: 6.25em;
  transition: 200ms all ease-in;
  background: white; }

.text-blurb {
  position: absolute;
  opacity: 0;
  transition: 200ms all ease-in;
  text-align: left; }

.text-blurb h1,
.text-blurb h2,
.text-blurb h3,
.text-blurb h4,
.text-blurb h5,
.text-blurb h6 {
  text-align: left; }

.text-blurb span {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  max-width: 65%;
  max-height: 6.25em;
  margin: 0 auto; }

.text-blurb span ul li {
  list-style: none; }

#loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rbga(255, 255, 255, 1); }

#percentile {
  z-index: 1700;
  width: 100%;
  height: 100%;
  left: 47%;
  top: 42%;
  position: absolute;
  display: block; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 4.6875em;
  height: 4.6875em;
  margin: -4.6875em 0 0 -4.6875em;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #333333;
  border-left-color: #333333;
  border-right-color: #333333;
  background-color: rbga(255, 255, 255, 1);
  -webkit-animation: back-spin 1.5s linear infinite;
  animation: back-spin 1.5s linear infinite; }

#loader:before {
  content: "";
  top: 0.3125em;
  left: 0.3125em;
  right: 0.3125em;
  bottom: 0.3125em;
  position: absolute;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #f00000;
  border-left-color: #f00000;
  border-right-color: #f00000;
  -webkit-animation: front-spin 1.0s linear infinite;
  animation: front-spin 1.0s linear infinite; }

#loader:after {
  content: "";
  top: 0.625em;
  left: 0.625em;
  right: 0.625em;
  bottom: 0.625em;
  position: absolute;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #333333;
  border-left-color: #333333;
  border-right-color: #333333;
  -webkit-animation: back-spin 1.5s linear infinite;
  animation: back-spin 1.5s linear infinite; }

.image-display {
  display: none; }

@-webkit-keyframes front-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes front-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes back-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes back-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/*Our Heritage page Style*/
.infographic-logo {
  margin-bottom: 1.25em; }
  .infographic-logo img {
    display: block;
    margin: 0 auto;
    max-width: 12.5em;
    width: 100%; }

.infographic-header {
  text-align: center; }
  .infographic-header h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0; }
  .infographic-header h3 {
    font-weight: 400;
    margin: 0 0 0.8333333333em 0; }

.infographic-bucket {
  text-align: center;
  position: relative;}
  .infographic-bucket > div {
    padding: 0 0 3.125em 0; }
    .infographic-bucket > div > div {
      padding: 0 1.25em 0 1.25em; }
      .infographic-bucket > div > div img {
        max-width: 10.625em; }
    .infographic-bucket > div:nth-of-type(2) > div img {
      max-width: 21.0625em; }
	.infographic-bucket > div:nth-of-type(3) > div img {
	  margin-bottom: 1.25em; }
	.infographic-bucket > div:nth-of-type(4) > div img {
	  margin-top: 2.25em; }
	.infographic-bucket > div:nth-of-type(5) > div img {
	  margin-top: 6.25em; }
    .infographic-bucket > div:nth-of-type(1) {
      margin-top: 4.375em; }
    .infographic-bucket > div:nth-of-type(6) > div img {
      max-width: 6.1875em; margin-bottom: 1.50em;}
    .infographic-bucket > div:nth-of-type(7) > div img {
      max-width: 7.1875em; margin-top: 4.00em; }
    .infographic-bucket > div:nth-of-type(8) > div img {
      max-width: 9.375em; }
    .infographic-bucket > div:nth-of-type(9) > div img {
      max-width: 8.625em; margin-top: 4.50em;}
    .infographic-bucket > div:nth-of-type(10) > div img {
      max-width: 25em; }
    .infographic-bucket > div:nth-of-type(11) > div img {
      max-width: 13.3125em; margin-top: 1.125em;}
    .infographic-bucket > div:nth-of-type(12) > div img {
      max-width: 13.3125em; margin-top: 6.325em;}
  .infographic-bucket h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: -1.5416666667em 0 0 0; }
  .infographic-bucket p {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 400;
    max-width: 18.5em;
    padding: 0 0.8333333333em;
    margin: 0 auto 5px auto; }
  @media (min-width: 40em) {
    .infographic-bucket {
      overflow: hidden; }
      .infographic-bucket::after {
        position: absolute;
        left: 50%;
        width: 0.125em;
        height: 100%;
        background-color: #F2F2F2;
        content: "";
        top: 2.5em; }
      .infographic-bucket > div {
        float: left;
        width: 50%; }
        .infographic-bucket > div h2 {
          position: relative; }
          .infographic-bucket > div h2::after {
            position: absolute;
            top: 0.5833333333em;
            right: 0;
            width: 38%;
            height: 0.0833333333em;
            background-color: #F2F2F2;
            content: "";
            z-index: 99; }
          .infographic-bucket > div h2::before {
            position: absolute;
            top: 0.2916666667em;
            right: -0.3333333333em;
            width: 0.625em;
            height: 0.625em;
            background-color: #F2F2F2;
            content: "";
            z-index: 999;
            border-radius: 50%; }
        .infographic-bucket > div:nth-of-type(2n) h2::after {
          right: auto;
          left: 0; }
        .infographic-bucket > div:nth-of-type(2n) h2::before {
          right: auto;
          left: -0.2916666667em; }
        .infographic-bucket > div:nth-of-type(2) {
          min-height: 20.4375em; }
        .infographic-bucket > div:nth-of-type(3) {
          margin-top: -10.125em; }
        .infographic-bucket > div:nth-of-type(5) {
          margin-top: -8.4375em; }
        .infographic-bucket > div:nth-of-type(7) {
          margin-top: -10.6875em; }
        .infographic-bucket > div:nth-of-type(9) {
          margin-top: -12.125em; }
        .infographic-bucket > div:nth-of-type(11) {
          margin-top: -10em; }
        .infographic-bucket > div:nth-of-type(12) {
          padding-top: 2.5em; }
      	.infographic-bucket > div:nth-of-type(12) h2::after {
          width: 30%; }
         .infographic-bucket > div:nth-of-type(13) {
          margin-top: -2.00em; }
          .infographic-bucket > div:nth-of-type(14) {
          margin-top: 8.00em; }
          .infographic-bucket > div:nth-of-type(15) {
          margin-top: 4.00em; } }

.job_filters .search_jobs {
  position: relative;
  height: 110px;
  top: 8px; }

.job_filters .search_jobs div.search_keywords {
  width: 48%;
  position: absolute;
  bottom: 0;
  left: 12px; }

.job_filters .search_jobs div.search_location {
  width: 48%;
  position: absolute;
  bottom: 0px;
  right: 12px; }

.job_filters .search_jobs div.search_categories {
  position: absolute;
  top: 5px;
  width: 97%;
  right: 0;
  left: 0;
  margin: auto; }

.chosen-container-single .chosen-single {
  height: 30px; }

.chosen-container-single .chosen-single span {
  font-size: 20px; }

.chosen-container .chosen-results li {
  font-size: 20px; }

.optional-fields {
  font-size: 12px;
  float: right; }

@media only screen and (max-width: 48em) {
  .job_filters .search_jobs div.search_categories {
    width: 96.5%;
    right: 10px; } }

.whitepaper-request .pardotform {
  height: 800px !important; }

.professional-services-form .pardotform {
  height: 800px !important; }

.contact-us .pardotform {
  height: 1100px !important; }

.whitepaper-request .form {
  width: 1000px;
  margin: auto;
  height: 800px; }

.whitepaper-request .form p input {
  width: 65% !important;
  display: inline-block;
  height: 38px; }

.whitepaper-request .form p select {
  width: 65.35%;
  text-align: right;
  height: 31px;
  display: inline-block; }

.eeoc label {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 1100px) {
  .accordion-tabs .tab-link {
    font-size: 16px; } }

@media only screen and (max-width: 900px) {
  .accordion-tabs .tab-link {
    font-size: 16px !important; }
  .accordion-tabs .tab-header-and-content {
    display: block !important; }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: unset !important; }
  .ui-tabs .ui-tabs-nav li {
    float: unset !important;
    margin-bottom: 15px !important;
    border: none; } }

@media only screen and (min-width: 901px) {
  .video-new .Content-wrapper {
    padding: 40px;
    margin-top: 50px !important; }
  .video-new .ui-state-default a {
    color: white !important; }
  .video-new .ui-state-active a {
    color: #cc0000 !important; }
  .video-new .ui-tabs .ui-tabs-nav li {
    background: #cc0000;
    margin: 0 !important;
    border: none; }
  .accordion-tabs a.tab-link.is-active:not(.default-no-focus) {
    color: white !important; }
  .accordion-tabs .tab-link.is-active {
    background: #cc0000; }
  .video-new .ui-tabs .ui-tabs-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #cc0000; }
  .video-new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 1em 1em !important; }
  .video-new .ui-tabs .ui-tabs-nav .ui-state-active {
    background: white !important; }
  .video-new .tab-content {
    padding: 0;
    border-top: none; }
  #tabs-5 {
    padding: 0; } }

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 500px;
  max-width: 620px;
  margin: 0 !important;
  padding: 0 !important; }

.white-popup .rm-item-title {
  color: #454545;
  font-size: 1.25em; }

/*====================  Exit-intent  =====================*/
.ep-content {
  text-align: left; 
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  }

.ep-content h2 {
  font-weight: bold;
  color: #000;
  font-size: 23px;
  padding-top: 16px;
  padding-bottom: 7px; }

.ep-content h3 {
  color: #6293b3;
  font-weight: 300;
  text-transform: none;
  font-size: 22px;
  margin-bottom: 0; }

.ep-content p {
  margin: 0 3em;
}

.ep-item a {
  text-align: center; }

.ep-item img {
  max-width: 300px;
  margin: 0 auto;
  display: block; }

.ep-btn {
  display: inline-block;
  color: #ffffff;
  padding: 8px 26px;
  background: #6293b3;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  clear: both;
  font-weight: bold; }

/* EEOC Form Styling */
.eeoc input.wpcf7-submit {
  margin-top: 10px;
  border: 1px solid #cc0000;
  border-radius: 5px;
  color: #cc0000;
  position: relative;
  z-index: 1; }
  .eeoc input.wpcf7-submit:hover {
    color: #ffffff;
    background-color: #cc0000; }

.Job-form-submit {
  width: 0;
  display: inline-block;
  background: red;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  border-radius: 5px;
  margin-top: 10px; }
  .Job-form-submit input {
    background: transparent;
    margin-top: 0 !important; }
  .Job-form-submit .ajax-loader {
    display: none !important; }
  .Job-form-submit input:hover {
    background: unset !important; }
  .Job-form-submit:hover {
    width: 85px; }

.search_jobs #search_location {
  margin-bottom: 0.75em; }

.search-label {
  display: block !important; }

.job_description p, .additional-content p, .microstructured-optical-fibers p, .page-id-1454 p, .page-id-1130 p, .page-id-1356 p {
  margin: 16px 0 !important; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .aligncenter {
    display: block;
    margin: 0 auto; } }

.text-alignright {
  text-align: right; }

.text-alignleft {
  text-align: left; }

.text-aligncenter {
  text-align: center; }

.clearboth {
  clear: both;
  display: block; }

.spacing-bottom {
  margin-bottom: 2em; }

.spacing-top {
  margin-top: 2em; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

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

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

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

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

* html .slides {
  height: 1%; }

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .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-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

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

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

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/ico-arrow-right.svg); }

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\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-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .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 - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

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

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

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .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; }

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/


