/*!
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;
  opacity: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #3e3a3a;
  font-family: "eurostile-condensed", arial, 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: 3.046875em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 3.65625em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 4.0625em; } }

.xlarge-font-size {
  font-size: 1.640625em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 1.96875em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 2.1875em; } }

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

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

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

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

h1 {
  font-size: 3.046875em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #0b396a; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3.65625em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 4.0625em; } }

h2 {
  font-size: 1.640625em;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.96875em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 2.1875em; } }

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

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

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

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

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

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

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #b2621f;/*#dc833d;*/
  text-decoration: underline; }
  a:hover {
    color: #ad5e1f; }
  a:active, a:focus {
    color: #ad5e1f;
    outline: none; }

hr {
  border-bottom: 1px solid #979797;
  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: #807878;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Baxter/font/HelveticaNeue.woff2") format("woff2"), url("//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Baxter/font/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica';
  src: url("//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Baxter/font/Helvetica-Bold.woff2") format("woff2"), url("//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Baxter/font/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

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

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

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

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #979797;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "eurostile-condensed", arial, sans-serif;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #7e7d7d; }
  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: #dc833d;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(216, 117, 39, 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; }

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

select {
  margin-bottom: 0.6em;
  max-width: 100%;
  height: 2.5em !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;
    font-size: 1.275em;
    line-height: 1.3em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.4em;
      height: 1.4em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.4em;
      background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }
  @media (max-width: 40em) {
    ul:not([class]) li:not([class]) {
      font-size: 1em; } }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.375em;
    line-height: 1.5em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      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 #717171;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  padding: 0.75em 0; }

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

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

.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, .btn-flag, .btn-read-more, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.76em 1.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, .btn-flag:hover, .btn-read-more:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white;
    background-color: #c36923; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .btn-flag:disabled, .btn-read-more:disabled, .product-grid-item-link: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, .btn-flag:after, .btn-read-more:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .btn-flag, .btn-read-more, .product-grid-item-link {
  background-color: #dc833d;
  color:#313030;}
  .btn:active, button:active,
  input:active[type="submit"], .btn-download:active, .btn-arrow:active, .btn-flag:active, .btn-read-more:active, .product-grid-item-link:active {
    color: #ffffff; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #0b396a; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #06203c; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #06203c; }

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-flag, .btn-alt-arrow, .btn-read-more {
  padding-right: 2.5em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-flag:after, .btn-alt-arrow:after, .btn-read-more: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:after {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-download-new.svg);
  background-size: 27% auto; }
.btn-download:hover:after {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-download.svg);
  background-size: 27% auto; }
.btn-alt-download:after {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-download.svg); }

.btn-arrow:after {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrow-white-new.svg);
  background-size: 18%; }
.btn-arrow:hover:after {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrow-white.svg);
  background-size: 18%; }

.btn-flag {
  padding-right: 3em; }
  .btn-flag:after {
    background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-flag.png);
    background-size: 60%; }

.btn-alt-arrow:after {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-white-arrow-right.svg); }

.btn-read-more {
  font-size: 1.125em;
  padding-left: 0;
  background: none;
  color: #DA7D34;/*dc833d;*/ }
  @media (min-width: 40em) {
    .btn-read-more {
      font-size: 1.35em; } }
  @media (min-width: 60em) {
    .btn-read-more {
      font-size: 1.5625em; } }
  .btn-read-more:after {
    background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrow-circle.svg);
    background-color: transparent;
    background-size: 40%; }
  .btn-read-more:hover {
    background-color: transparent;
    color: #c36923; }

.si-cta1, .si-cta2 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.125em;
width:162px;
}
  @media (min-width: 40em) {
    .si-cta1, .si-cta2 {
      font-size: 1.35em;
    margin-right: 8px;
      width:191px;
    } }
  @media (min-width: 60em) {
    .si-cta1, .si-cta2 {
      font-size: 1.5625em;
      margin-right: 1.5em;
    width:auto;
    } }
  

.rl-cta {
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .rl-cta {
      font-size: 1.35em; } }
  @media (min-width: 60em) {
    .rl-cta {
      font-size: 1.5625em; } }

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #0b396a; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    white-space: nowrap; }
  .site-nav .sh-ico-search,
  #hs_menu_wrapper_primary_nav .sh-ico-search {
    display: none; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent; }
      .site-nav .sh-ico-search,
      #hs_menu_wrapper_primary_nav .sh-ico-search {
        display: block;
        padding: 0;
        width: 1.5em;
        margin: 0 0.8em;
        background-position: center; }
        .site-nav .sh-ico-search a,
        #hs_menu_wrapper_primary_nav .sh-ico-search a {
          padding: 0 .9em; } }
  @media (min-width: 80em) {
    .site-nav .sh-ico-search,
    #hs_menu_wrapper_primary_nav .sh-ico-search {
      margin: 0 2em 0 1em; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 3.125em; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #0d4581;
  background-color: #0b396a;
  position: relative; }
  .sn-li-l1 a.active,
  .hs-menu-depth-1 a.active {
    background-color: #06203c; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1em; }
  .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; }
    @media (max-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        padding-right: 0;
        background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrowdown.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: block;
        width: 40px;
        height: 100%;
        position: absolute;
        background-color: #0a325c;
        right: 0;
        top: 0;
        bottom: 0; }
        .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
        .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
          background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrowup.svg); } }
    @media (min-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; } }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrowdown.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px 13px;
    display: block;
    width: 40px;
    height: 40px; }
  .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(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrowup.svg); }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #ffffff;
    text-decoration: none;
    padding: 0 1em;
}
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #ffffff; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #ffffff; }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: #06203c; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.125em;
      float: left;
      border-bottom: 0;
      background-color: transparent; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.2em; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; }
    .hs-menu-depth-1:hover .sn-level-2, .hs-menu-depth-1:hover > .hs-menu-children-wrapper {
          display: block; }  
    

    .hs-menu-depth-3 a:hover{
     color:#dc833d !important; 
    }
    
    ul .hs-item-has-children ul li {
    position: relative;
}
ul .hs-item-has-children ul li:hover > ul {
    display: block;
}
ul .hs-item-has-children ul li ul {
    left: 100%;
    top: 0;
}
    hs-site-page .hs-menu-depth-3>a:hover  {
    color: #931a11!important;
    }  
      .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: 15px 13px;
        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(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrowdown.svg); }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.35em;
        white-space: nowrap; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #dc833d; }
        .sn-li-l1 > a.active,
        .hs-menu-depth-1 > a.active {
          background-color: transparent; } }
  @media (min-width: 60em) {
    .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; }
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 0.3em; }
    .sn-li-l1.rfq-menu,
    .hs-menu-depth-1.rfq-menu {
      background-color: #dc833d; }
    .hs-menu-depth-1.rfq-menu a{
      color:#3e3a3a;
    }
      .sn-li-l1.rfq-menu a:hover,
      .hs-menu-depth-1.rfq-menu a:hover {
        color: #ffffff; }
      .sn-li-l1.rfq-menu:hover,
      .hs-menu-depth-1.rfq-menu:hover {
        background-color: #c36923; } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 6.25em;
      line-height: 6.25em;
      background-color: transparent; }
      .sn-li-l1:nth-child(1n),
      .hs-menu-depth-1:nth-child(1n) {
        width: auto; }
      .sn-li-l1:nth-child(2n),
      .hs-menu-depth-1:nth-child(2n) {
        width: auto; }
      .sn-li-l1:nth-child(3n),
      .hs-menu-depth-1:nth-child(3n) {
        width: auto; }
      .sn-li-l1:nth-child(4n),
      .hs-menu-depth-1:nth-child(4n) {
        width: auto; }
      .sn-li-l1:nth-child(5n),
      .hs-menu-depth-1:nth-child(5n) {
        width: auto; }
      .sn-li-l1:nth-child(6n),
      .hs-menu-depth-1:nth-child(6n) {
        width: auto; }
      .sn-li-l1.rfq-menu,
      .hs-menu-depth-1.rfq-menu {
        background-color: #dc833d; }
        .sn-li-l1.rfq-menu a span,
        .hs-menu-depth-1.rfq-menu a span {
          font-weight: 600; }
        .sn-li-l1.rfq-menu a:hover,
        .hs-menu-depth-1.rfq-menu a:hover {
          color: #ffffff; }
        .sn-li-l1.rfq-menu:hover,
        .hs-menu-depth-1.rfq-menu:hover {
          background-color: #c36923; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 1em;
        height: 6.25em;
        line-height: 6.25em;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit; } 
 .sn-li-l1 span,
    .hs-menu-depth-1 span {
      font-size: 1.2em; }}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      z-index: 900; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #06203c; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    color: #ffffff;
    border-top: 1px solid #0b396a;
    display: block;
    text-decoration: none;
    line-height: 3.125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #01070e; }
  @media (min-width: 60em) {
    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
    .hs-menu-depth-2:hover .sn-level-3 {
      display: block; }
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 0.5em; } }
  @media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 0.5em; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 1.5em; } }

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




.site-nav-container {
  background-color: #0b396a;
  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; }
  .site-nav-container .sh-nav {
    display: none;
    margin: 0.5em auto;
    width: 80%;
    text-align: center; }
    .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul {
      height: auto; }
      .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li {
        height: auto;
        display: inline-block;
        line-height: 0.8em;
        border: none; }
        .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li a {
          font-size: 1.125em;
          color: #979797;
          display: block;
          vertical-align: top;
          text-decoration: none;
          margin: 0 0.5em 0 0;
          height: auto;
          line-height: inherit;
          padding: 0; }
          .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li a:after {
            content: '|';
            margin-left: .5em; }
          .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li a:hover {
            color: #dc833d;
            background-color: transparent; }
        .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li:last-child a:after {
          display: none; }
        .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li:hover {
          background-color: transparent; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: 100%;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      float: right;
      /* .sh-nav{
      display: none;
      }*/ }
    .site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li a {
      padding:0 0.35em;
    }}
@media (min-width: 60em) {
  .site-nav-container {
    width: 84%;
  }
}
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto; }
.site-nav-container .sh-nav #hs_menu_wrapper_primary_nav ul li a {
      padding:0 0.5em;
    }}
  @media (min-width: 80em) {
    .site-nav-container {
      width: auto; } }

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

  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #0b396a !important;
  font-family: "eurostile-condensed", arial, sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-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: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em;
  margin-bottom: 1em; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0;
      margin-bottom: 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: 73.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

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

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

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

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

/*=============== iFrame / YouTube Embed ===============*/
.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #979797;
  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: #979797; }

.ce-header {
  position: relative;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  .ce-header:after {
    content: '+';
    color: #dc833d;
    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: 16%;
    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: #0b396a; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.2em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

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

a.close {
  background-color: white;
  color: #0b396a;
  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;
  margin-top: 1.8em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 3px;
      border: 1px solid #979797; } }
  .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: 3px;
      border-top-right-radius: 3px;
      width: 49.5%; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0;
          width: auto; } }
    .accordion-tabs .tab-header-and-content:last-child .tab-link {
      width: 49.5%; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:last-child .tab-link {
          width: auto;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; } }
  .accordion-tabs .tab-link {
    background-color: #0b396a;
    border-top: 1px solid #979797;
    color: #dc833d;
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: "eurostile-condensed", arial, sans-serif;
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #dc833d;
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #ffffff; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          background-color: #ffffff;
          border: 1px solid #979797;
          border-bottom-color: #ffffff;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: #ffffff;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%;
    min-height: 500px;
    height: 100%; }
    @media (min-width: 40em) {
      .accordion-tabs .tab-content {
        min-height: auto;
        height: 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: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        border: 1px solid #979797;
        float: left; } }

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

figure {
  margin: 0;
  padding: 0; }

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

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

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

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup > * {
    margin-top: 0; }

/* 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: #979797; }
  .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; }
  .site-content.two-column-alt .gdd-003-b-primary {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 48.821174201%;
  margin-right: 0;}
    .site-content.two-column-alt .gdd-003-b-primary:last-child {
      margin-left: 0; }
  .site-content.two-column-alt .gdd-003-b-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 42.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .gdd-003-b-secondary:last-child {
      margin-right: 0; } }

/*=============== GDD 014 start ===============*/
.gdd-014-c{
  background-color: #e1e1e1;
  padding: 5px 10px 10px 10px;
}
@media (min-width: 60em) {
.gdd-014-c .grecaptcha-logo{
    -moz-transform:scale(0.86) translateX(-19px);
   -webkit-transform:scale(0.86) translateX(-19px);
   -ms-transform:scale(0.86) translateX(-19px);
 transform: scale(0.86) translateX(-19px);
  
}
}
.gdd-014-c .grecaptcha-badge{
  width:100% !important;
      box-shadow: grey 0px 0px 0px !important;
  
}

.gdd-014-c h3{
  margin-top: 9px;
}
.gdd-014-b .hs-submit , .gdd-014-c .hs-submit{
  width: 100%;
  margin-top: 14px;
}
.gdd-014-c .hs-button{
  width: 100%;
}
.gdd-014-b{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.gdd-014-b .gdd-form{
  display: inline-block;
    width: 100%;
    background: #efefef;
    padding: 0 19px 19px;
}
.gdd-014-b .hs-submit{
  width: 100%;
}
.gdd-014-b .hs-button{
  width: 100%;
}
.gdd-014-b .gdd-content{
  width: 100%;
}

.gdd-014-b .gdd-content .wrap {
    padding: 30px 0 0 25px;
    color: white;
}
.gdd-014-b textarea,.gdd-014-b input[type="color"],.gdd-014-b input[type="date"],.gdd-014-b input[type="datetime"],.gdd-014-b input[type="datetime-local"],.gdd-014-b input[type="email"],.gdd-014-b input[type="month"],.gdd-014-b input[type="number"],.gdd-014-b input[type="password"],.gdd-014-b input[type="search"],.gdd-014-b input[type="tel"],.gdd-014-b input[type="text"],.gdd-014-b input[type="time"],.gdd-014-b input[type="url"],.gdd-014-b input[type="week"],.gdd-014-b textarea,.gdd-014-b select[multiple=multiple],.gdd-014-b select{
  border: 1px solid #c5c5c5;
}
  @media (min-width: 60em) {
.gdd-014-b .inner-wrap{
      padding-top: 5em;
    padding-bottom: 5em;
    }
    .gdd-014-b .gdd-form{
  display: inline-block;
    width: 49%;
    background: #efefef;
    padding: 0 19px 19px;
}
    .gdd-014-b .gdd-content{
  width: 49%;
    display: inline-block;
    position: absolute;
}
    .gdd-014-b .gdd-content .wrap{
      padding: 123px 0 0 126px;
    color: white;
}
}
 @media (max-height: 46em) and (min-width: 60em) {
       .gdd-014-b .gdd-content .wrap{
      padding: 100px 0 0 123px;
    color: white;
} }
@media (min-width: 80em){
.gdd-014-b .inner-wrap {
    padding-top: 5em !important;
    padding-bottom: 5em;
  }}
/*=============== 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 #E2E1E0;
  border-right: 1px solid #E2E1E0;
  overflow: hidden;
  display: block;
  outline: none !important;
  -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 #979797;
    border-right: 1px solid #979797; }
    .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;
    padding:1em 0.25em 1.8em;} }

@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; } 
.product-grid-item-header{
   min-height: 73px;
  }
}

@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-top: 1em; } 
.product-grid-item-header {
  min-height: 100px;}}

.product-grid-item-header {
  font-size: 1.25em;
  color: #0b396a;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 100%;
  float: right;
  text-align: center;
  clear: none;}
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      position: relative;
      top: 1em;
      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 {
  width: auto;
  margin: 0 auto !important;
  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; } }

.hs-content-id-4585017616  .product-grid-item-header{
   min-height:0 !important;
  margin-top:28px;
  margin-bottom:22px;
}

.hs-content-id-4585017616 ul{
  
 margin-top:22px;
}
/*=============== 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 {
  text-align: center;
  background-color: #979797;
  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: #0b396a;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #0b396a; }

/* ===== 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 #979797;
  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   */
.ph-link {
  text-decoration: none; }

.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99999; }

.social-wrap a:focus:not(:hover):not(:active),
a[class*="sh-ico-"]:focus:not(:hover):not(:active),
.sh-ph:focus:not(:hover):not(:active),
.sh-email:focus:not(:hover):not(:active),
.site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px; }

.social-wrap a.tse-remove-border:focus:not(:hover):not(:active),
a[class*="sh-ico-"].tse-remove-border:focus:not(:hover):not(:active),
.sh-ph.tse-remove-border:focus:not(:hover):not(:active),
.sh-email.tse-remove-border:focus:not(:hover):not(:active),
.site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

.nonlink {
  cursor: default;
  pointer-events: auto; }
  @media (min-width: 60em) {
    .nonlink {
      pointer-events: none; } }

.lightbox {
  display: inline-block; }
  .lightbox.tse-remove-border {
    outline: none !important; }
    .lightbox.tse-remove-border:focus {
      outline: none !important; }

.tse-remove-border {
  outline: none !important; }
  .tse-remove-border:focus {
    outline: none !important; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #b2621f;
  text-decoration: underline; }
  a:hover {
    color: #ad5e1f; }
  a:visited, a:active, a:focus {
    /*color: $hover-link-color;*/
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed red;
    outline-offset: 2px; }
.sh-ico-menu > span {
  display: none; }

.sh-ico-search > span {
  display: none; }
/*=============== Site Header ===============*/
.site-intro-wrap {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/gdd-hero-bg-updated-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .site-intro-wrap .site-header {
    background-color: #0b396a; }
    @media (min-width: 80em) {
      .site-intro-wrap .site-header {
        background-color: rgba(11, 57, 106, 0.85); }
        .site-intro-wrap .site-header .inner-wrap-wide {
          padding-top: 0;
          padding-bottom: 0; } }
@media (min-width: 640px) and (max-width: 990px) {
  .site-intro .page-header h1{
    font-size: 3.375em !important;
}
}

.dest-site-intro-wrap {
  background-image: url(https://www.rodongroup.com/hubfs/RPM-Img/dest-img-hero-new.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .dest-site-intro-wrap .site-header {
    background-color: #0b396a; }
    .dest-site-intro-wrap .site-header .inner-wrap-wide {
      padding-top: .8em;
      padding-bottom: .8em; }
    @media (min-width: 80em) {
      .dest-site-intro-wrap .site-header {
        background-color: rgba(11, 57, 106, 0.85); }
        .dest-site-intro-wrap .site-header .inner-wrap-wide {
          padding-top: 0;
          padding-bottom: 0; } }

@media (min-width: 60em) {
  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 6.25em;
    background-color: rgba(11, 57, 106, 0.85);
    z-index: 999; }
    .sh-sticky-wrap.stuck > .inner-wrap-wide {
      padding-top: 1.6em; }
    .sh-sticky-wrap.stuck .site-logo {
      padding-top: 0.3125em; } }

@media (min-width: 80em) {
  .sh-sticky-wrap.stuck > .inner-wrap-wide {
    padding-top: 0; }
  .sh-sticky-wrap.stuck .site-logo {
    padding-top: 0; } }
.pop-up-cta .sb-text {
    font-size: 1em;
    line-height: 1.1111111111em;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
@media (min-width: 60em) {
  .pop-up-cta .sb-text {
    font-size: 1.35em;
    line-height: 1.1111111111em;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
}
@media (min-width: 60em) {
  .abcd .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 6.25em;
    background-color: rgba(11, 57, 106, 0.85);
    z-index: 999; } }
@media (max-height: 46em) and (min-width: 60em) {
   .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    width: 100%;
    height: 6.25em;
    background-color: rgba(11, 57, 106, 0.85);
    z-index: 999; } }
.hs-landing-page-wrap{
  margin-top: 70px;
  position: relative;
}
@media (min-width: 60em) {
  .hs-landing-page-wrap{
  margin-top: 70px;
  position: relative;
}
}
@media (max-height: 46em) and (min-width: 60em) {
  .hs-landing-page-wrap{
  margin-top: 59px;
  position: relative;
}
}
.abcd .hs-landing-page-wrap{
  margin-top: 0;
  position: relative;
}
.sh-utility-nav a {
  display: block; }

@media (max-width: 640) {
  .drop-from-desktop {
    display: none; } }

.sh-utility-nav {
  background-color: #f3f3f3; }
  .sh-utility-nav .inner-wrap-wide {
/*     padding-top: 6.5em; */
    padding-bottom: 0.625em;
    overflow: hidden;
    text-align: right; }
    .sh-utility-nav .inner-wrap-wide .social-wrap {
      width: 17em;
      display: none; }
    .sh-utility-nav .inner-wrap-wide .sh-nav {
      display: none; }
    .sh-utility-nav .inner-wrap-wide .sh-rfq {
      font-size: 0.9375em;
      font-family: eurostile;
      font-weight: 900;
      color: #454545;
      text-decoration: none;
      float: left;
      padding: 0 0 0 1.6666666667em;
      background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-request.svg);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 1.2666666667em auto; }
      .sh-utility-nav .inner-wrap-wide .sh-rfq:hover {
        color: #dc833d; }
      @media (min-width: 40em) {
        .sh-utility-nav .inner-wrap-wide .sh-rfq {
          display: none; } }
  @media (min-width: 40em) {
    .sh-utility-nav {
      background-color: #ffffff; }
      .sh-utility-nav .inner-wrap-wide {
        text-align: right;
/*     padding-top: 5.5em; */
    }
        .sh-utility-nav .inner-wrap-wide .social-wrap {
          float: left;
          display: block; } }
  @media (min-width: 60em) {
    .sh-utility-nav .inner-wrap-wide {
      padding-bottom: 0.6875em;
/*       padding-top: 5.8125em; */
 }
      .sh-utility-nav .inner-wrap-wide .sh-nav {
        display: inline-block;
        margin-right: 1.9375em; }
        .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul {
          height: auto; }
          .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li {
            height: auto;
            line-height: 0.8em; }
            .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li a {
              font-size: 1.125em;
              color: #454545;
              height: auto;
              line-height: inherit;
              background-position: right center;
              background-repeat: no-repeat;
              display: inline-block;
              vertical-align: top;
              text-decoration: none;
              margin: 0 .5em 0 0; }
              .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li a:after {
                content: '/';
                margin-left: .5em; }
              .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li a:last-child {
                background-image: none;
                padding: 0; }
              .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li a:hover {
                color: #dc833d; }
            .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li:last-child a {
              margin: 0; }
              .sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li:last-child a:after {
                display: none; } }

.sh-icons {
  float: right;
  padding: 0.875em 0 0 0; }
  @media (min-width: 60em) {
    .sh-icons {
      display: none; } }

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

.sh-ph {
  margin: 0;
  font-family: eurostile;
  font-weight: 900;
  color: #454545;
  text-decoration: none;
  font-size: 0.9375em;
  padding: 0 0 0 2.3333333333em;
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-ph.png);
  background-position: 13px center;
  background-repeat: no-repeat;
  display: inline-block !important; }
  .sh-ph:hover {
    color: #dc833d; }
  .sh-ph i {
    font-style: normal; }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1.1875em;
      padding: 0 0 0 1.2105263158em;
      float: right;
      background-position: left center; } }

.sh-ico-search {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-search.svg);
  margin-left: 0;
  padding: 0 .9em; }

.sh-ico-menu {
  background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-hamburgermenu.svg); }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

.site-logo {
  display: inline-block;
  max-width: 12em;
  vertical-align: top;
  width: 56%;
  padding: 1em 1em; }
  .site-logo img {
    display: block; }
  @media (min-width: 40em) {
    .site-logo {
      width: auto; } }
@media (min-width: 48em) {
  .site-logo {
    max-width: 7em;
    padding: 1em 0.5em;
  }
}
  @media (min-width: 60em) {
    .site-logo {
      width: auto;
      max-width: 11em;
      padding: 1em 1em;
    } }
  @media (min-width: 80em) {
    .site-logo {
      margin: 1.5625em 0 0;
      padding: 0;
      max-width: 12em; } }

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

.hs-landing-page-wrap .site-logo {
  padding: 1em 0;
  width: 44%; }
  @media (min-width: 80em) {
    .hs-landing-page-wrap .site-logo {
      margin: 1.5625em 0 1.5625em 0 !important; } }

.hs-landing-page-wrap .sh-utility-nav {
  float: right;
  width: 56%;
  background-color: transparent !important; }
  .hs-landing-page-wrap .sh-utility-nav .sh-ph {
    font-family: eurostile;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    font-size: 1em;
    float: right;
    margin: 1em 0;
    padding: 0 0 0 1em;
    background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-ph.png);
    background-position: left center;
    background-repeat: no-repeat;padding-left: 22px; }
    @media (min-width: 40em) {
      .hs-landing-page-wrap .sh-utility-nav .sh-ph {
        font-size: 1.125em; padding: 0 1.5em; } }
    @media (min-width: 60em) {
      .hs-landing-page-wrap .sh-utility-nav .sh-ph {
        font-size: 1.5em; } }
    .hs-landing-page-wrap .sh-utility-nav .sh-ph:hover {
      color: #ffffff; }
    @media (min-width: 40em) {
      .hs-landing-page-wrap .sh-utility-nav .sh-ph {
        font-size: 1.125em; } }
  @media (min-width: 40em) and (min-width: 40em) {
    .hs-landing-page-wrap .sh-utility-nav .sh-ph {
      font-size: 1.35em; } }
  @media (min-width: 40em) and (min-width: 60em) {
    .hs-landing-page-wrap .sh-utility-nav .sh-ph {
      font-size: 1.5625em; } }
    @media (min-width: 60em) {
      .hs-landing-page-wrap .sh-utility-nav .sh-ph {
        margin: 1.5em 0; } }
  @media (min-width: 60em) {
    .hs-landing-page-wrap .sh-utility-nav {
      background-color: rgba(255, 255, 255, 0.15); } }

.hs-landing-page-wrap .site-content-secondary .hs_cos_wrapper_type_form {
  padding: 1em;
  display: block;
  background: #f0f1f5;
  background: -moz-linear-gradient(top, #f0f1f5 0%, #c9cacc 100%);
  background: -webkit-linear-gradient(top, #f0f1f5 0%, #c9cacc 100%);
  background: linear-gradient(to bottom, #f0f1f5 0%, #c9cacc 100%); }

.hs-landing-page-wrap .one-column .site-content-secondary .hs_cos_wrapper_type_form {
  width: 95%;
  margin: 1em auto; }
  @media (min-width: 40em) {
    .hs-landing-page-wrap .one-column .site-content-secondary .hs_cos_wrapper_type_form {
      width: 100%;
      margin: 1em auto; } }

/*=============== Site Intro ===============*/
.site-intro {
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 3em;
    padding-bottom: 2.5625em; }
    .site-intro .inner-wrap .si-header, .site-intro .inner-wrap-narrow .si-header, .site-intro .inner-wrap-wide .si-header, .site-intro .inner-wrap-fullwidth .si-header,
    .site-intro .inner-wrap .page-header h1,
    .site-intro .inner-wrap-narrow .page-header h1,
    .site-intro .inner-wrap-wide .page-header h1,
    .site-intro .inner-wrap-fullwidth .page-header h1 {
      font-size: 2em;
      color: #ffffff;
      text-shadow: 1px 2px 1px #000000;
      line-height: 1.15em;
      margin: 0 0 0.5em;
      -webkit-animation: rpmFadeInUp 1.5s 1;
      -moz-animation: rpmFadeInUp 1.5s 1;
      animation: rpmFadeInUp 1.5s 1;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      animation-delay: 0.6s; }
      @media (min-width: 40em) {
        .site-intro .inner-wrap .si-header, .site-intro .inner-wrap-narrow .si-header, .site-intro .inner-wrap-wide .si-header, .site-intro .inner-wrap-fullwidth .si-header,
        .site-intro .inner-wrap .page-header h1,
        .site-intro .inner-wrap-narrow .page-header h1,
        .site-intro .inner-wrap-wide .page-header h1,
        .site-intro .inner-wrap-fullwidth .page-header h1 {
          font-size: 3.65625em; } }
      @media (min-width: 60em) {
        .site-intro .inner-wrap .si-header, .site-intro .inner-wrap-narrow .si-header, .site-intro .inner-wrap-wide .si-header, .site-intro .inner-wrap-fullwidth .si-header,
        .site-intro .inner-wrap .page-header h1,
        .site-intro .inner-wrap-narrow .page-header h1,
        .site-intro .inner-wrap-wide .page-header h1,
        .site-intro .inner-wrap-fullwidth .page-header h1 {
          font-size: 4.0625em; } }
    .site-intro .inner-wrap .secondary-header, .site-intro .inner-wrap-narrow .secondary-header, .site-intro .inner-wrap-wide .secondary-header, .site-intro .inner-wrap-fullwidth .secondary-header {
      font-size: 1.4em;
      color: #ffffff;
      text-shadow: 1px 2px 1px #000000;
      line-height: 1.2em;
      -webkit-animation: rpmFadeInUp 1.5s 1;
      -moz-animation: rpmFadeInUp 1.5s 1;
      animation: rpmFadeInUp 1.5s 1;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      animation-delay: 1s; }
      @media (min-width: 40em) {
        .site-intro .inner-wrap .secondary-header, .site-intro .inner-wrap-narrow .secondary-header, .site-intro .inner-wrap-wide .secondary-header, .site-intro .inner-wrap-fullwidth .secondary-header {
          font-size: 1.96875em; } }
      @media (min-width: 60em) {
        .site-intro .inner-wrap .secondary-header, .site-intro .inner-wrap-narrow .secondary-header, .site-intro .inner-wrap-wide .secondary-header, .site-intro .inner-wrap-fullwidth .secondary-header {
          font-size: 2.1875em; } }
  .site-intro .si-btn-wrap {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-animation: rpmFadeIn 1.5s 1;
    -moz-animation: rpmFadeIn 1.5s 1;
    animation: rpmFadeIn 1.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s; }
    .site-intro .si-btn-wrap .inner-wrap, .site-intro .si-btn-wrap .inner-wrap-narrow, .site-intro .si-btn-wrap .inner-wrap-wide, .site-intro .si-btn-wrap .inner-wrap-fullwidth {
      padding-top: 1em;
      padding-bottom: 1em; }
  @media (min-width: 40em) {
    .site-intro .si-btn-wrap {
      background-color: transparent; } }
  @media (min-width: 80em) {
    .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
      padding-top: 4.8em;
      padding-bottom: 3em; }
      .site-intro .inner-wrap .si-header, .site-intro .inner-wrap-narrow .si-header, .site-intro .inner-wrap-wide .si-header, .site-intro .inner-wrap-fullwidth .si-header,
      .site-intro .inner-wrap .page-header h1,
      .site-intro .inner-wrap-narrow .page-header h1,
      .site-intro .inner-wrap-wide .page-header h1,
      .site-intro .inner-wrap-fullwidth .page-header h1 {
        width: 90%;
        margin: 0;
        line-height: 1.25em; }
      .site-intro .inner-wrap .secondary-header, .site-intro .inner-wrap-narrow .secondary-header, .site-intro .inner-wrap-wide .secondary-header, .site-intro .inner-wrap-fullwidth .secondary-header {
        width: 70%;
        margin-top: 0.3em; }
    .site-intro .si-btn-wrap .inner-wrap, .site-intro .si-btn-wrap .inner-wrap-narrow, .site-intro .si-btn-wrap .inner-wrap-wide, .site-intro .si-btn-wrap .inner-wrap-fullwidth {
      padding-bottom: 2.8em; } }

.site-intro-dest .inner-wrap, .site-intro-dest .inner-wrap-narrow, .site-intro-dest .inner-wrap-wide, .site-intro-dest .inner-wrap-fullwidth {
  padding-bottom: 1em;
  padding-top: .3em; }
  .site-intro-dest .inner-wrap .page-header h1, .site-intro-dest .inner-wrap-narrow .page-header h1, .site-intro-dest .inner-wrap-wide .page-header h1, .site-intro-dest .inner-wrap-fullwidth .page-header h1 {
    font-size: 2.8125em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.15em;
    margin: 0;
    display: inline-block;
    padding: 0.4em 0;
    /*background: #0b396a;
      background: -moz-linear-gradient(left, #0b396a 0%, #1f75a5 100%);
      background: -webkit-linear-gradient(left, #0b396a 0%, #1f75a5 100%);
      background: linear-gradient(to right, #0b396a 0%, #1f75a5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b396a', endColorstr='#1f75a5', GradientType=1);*/ }
  .site-intro-dest .inner-wrap .page-header p, .site-intro-dest .inner-wrap-narrow .page-header p, .site-intro-dest .inner-wrap-wide .page-header p, .site-intro-dest .inner-wrap-fullwidth .page-header p {
    padding: .4em 0;
    margin: 0;
    color: #ffffff; }

/*=============== Site Content ===============*/
.site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
  position: relative; }
  @media (min-width: 80em) {
    .site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
      padding-top: 2.5em; } }

@media (min-width: 80em) {
  .site-content.site-full-content .inner-wrap-wide {
    padding-top: 0.8125em; } }

.site-content-primary h2 {
  font-size: 1.640625em;
  line-height: 1.2em;
  color: #0b396a;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 0 0.4em; }
  @media (min-width: 40em) {
    .site-content-primary h2 {
      font-size: 1.96875em; } }
  @media (min-width: 60em) {
    .site-content-primary h2 {
      font-size: 2.1875em; } }

.site-content-primary h3 {
  color: #0b396a; }

.site-content-primary p {
  font-size: 1.375em;
  color: #3e3a3a;
  line-height: 1.3em;
  font-size: 1em; }
  @media (min-width: 40em) {
    .site-content-primary p {
      font-size: 1.275em; } }
  @media (min-width: 60em) {
    .site-content-primary p {
      font-size: 1.275em; } }

.site-content-primary .alignright {
  clear: right; }

.emph, .section-header-wrap p, .page-intro p,
p.emph,
.section-header-wrap p,
.page-intro p {
  font-size: 1.7em;
  color: #0b396a;
  font-weight: normal; }

.hs-breadcrumb-menu {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  font-size: .8em; }
  .hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    position: relative;
    margin-right: 0;
    padding-right: 1.375em;
    padding-top: 0 !important; }
    .hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider {
      display: none; }
    .hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-label {
      color: #757575;
      text-decoration: none;
      font-family: eurostile; }
      .hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-label:hover {
        color: #dc833d; }
    .hs-breadcrumb-menu li.hs-breadcrumb-menu-item:after {
      background: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrow.svg);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 57%;
      content: "";
      height: 1.5625em;
      position: absolute;
      right: 0;
      top: 0;
      width: 1.25em; }
    .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb {
      height: 1.6em;
      padding-right: 0.625em; }
      .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb .hs-breadcrumb-label {
        padding: 0.3125em 0.9375em 0.1875em 0.9375em;
        position: relative; }
      .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:before {
        background: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-breadcrumb-home.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        content: "";
        height: 1.25em;
        position: absolute;
        left: 0;
        top: 0;
        width: 1.25em; }
      .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:after {
        left: 30px; }
    .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label {
      text-decoration: underline; }
    .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb:after {
      display: none; }
  @media (min-width: 40em) {
    .hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
      font-size: 1.25em; } }

.click-expand .ce-header {
  font-size: 1.640625em;
  line-height: 1.2em;
  color: #0b396a;
  font-weight: normal;
  padding-left: 1em;
  padding-right: 1.5em; }
  @media (min-width: 40em) {
    .click-expand .ce-header {
      font-size: 1.96875em; } }
  @media (min-width: 60em) {
    .click-expand .ce-header {
      font-size: 2.1875em; } }

.click-expand:hover {
  background-color: #E2E1E0; }

.sidebar-nav {
  background-color: #0b396a;
  width: 100%;
  padding: .5em 0;
  position: relative;
  top: 1em;
  right: 0; }
  .sidebar-nav .ce-header,
  .sidebar-nav .side-ce-header {
    font-size: 1em;
    margin: 0;
    color: #ffffff;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px; }
    @media (min-width: 40em) {
      .sidebar-nav .ce-header,
      .sidebar-nav .side-ce-header {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      .sidebar-nav .ce-header,
      .sidebar-nav .side-ce-header {
        font-size: 1.125em; } }
    .sidebar-nav .ce-header:after,
    .sidebar-nav .side-ce-header:after {
      content: "";
      background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/sidebar-arrow.png);
      width: 21px;
      height: 8px;
      color: #ffffff;
      top: 0.8em;
      right: 1em;
      position: absolute; }
  .sidebar-nav:hover {
    color: #ffffff;
    background-color: #041425; }
  .sidebar-nav.active {
    background-color: #ffffff;
    box-shadow: 3px 3px 2px #ccc; }
    .sidebar-nav.active .ce-header,
    .sidebar-nav.active .side-ce-header {
      color: #000000; }
      .sidebar-nav.active .ce-header:after,
      .sidebar-nav.active .side-ce-header:after {
        content: "";
        background-image: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/sidebar-arrow-dark.png);
        color: #000000;
        top: 0.8em;
        right: 1em; }
    .sidebar-nav.active .ce-body {
      color: #000000;
      padding-bottom: 0; }
  @media (min-width: 40em) {
    .sidebar-nav {
      position: absolute;
      width: 19em;
      right: 1.45em;
      z-index: 777;
      padding-right: 3.5em; }
      .sidebar-nav .ce-body ul li.hs-menu-depth-1 {
        width: 16em; } }

.ce-body ul li.hs-menu-depth-1 {
  width: 100%;
  border-top: solid 1px #ccc;
  padding: .5em 0;
  display: block;
  text-decoration: none;
  height: auto;
  line-height: 0 !important;
  background-color: #ffffff;
  border-bottom: none; }
  .ce-body ul li.hs-menu-depth-1 a {
    text-decoration: none;
    height: auto;
    line-height: 1.2em !important;
    color: #0b396a;
    padding: 0 0.5em; }
  .ce-body ul li.hs-menu-depth-1:first-child {
    margin-top: 1em !important; }
  .ce-body ul li.hs-menu-depth-1:last-child {
    padding-bottom: 0em; }
  .ce-body ul li.hs-menu-depth-1:hover {
    background-color: #f8f8f8; }
    .ce-body ul li.hs-menu-depth-1:hover a {
      color: #dc833d; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #0b396a;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #ffffff; }
  .site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
    padding-bottom: 2.125em;
    padding-top: 3.4375em; }
    .site-footer .inner-wrap .sf-logo, .site-footer .inner-wrap-narrow .sf-logo, .site-footer .inner-wrap-wide .sf-logo, .site-footer .inner-wrap-fullwidth .sf-logo {
      display: block;
      margin: 0 auto 2.25em auto; }
    .site-footer .inner-wrap .sf-content .sf-nav, .site-footer .inner-wrap-narrow .sf-content .sf-nav, .site-footer .inner-wrap-wide .sf-content .sf-nav, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav {
      border-bottom: 1px solid #1f75a5;
      margin-bottom: 1.5em;
      padding: 0 0 0.9375em;
      overflow: hidden; }
      .site-footer .inner-wrap .sf-content .sf-nav ul, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul, .site-footer .inner-wrap-wide .sf-content .sf-nav ul, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul {
        padding: 0;
        margin: 0;
        height: auto; }
        .site-footer .inner-wrap .sf-content .sf-nav ul li.hs-menu-depth-1, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul li.hs-menu-depth-1, .site-footer .inner-wrap-wide .sf-content .sf-nav ul li.hs-menu-depth-1, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul li.hs-menu-depth-1 {
          margin: 0 0.625em 0.8125em;
          display: inline-block;
          padding: 0;
          height: auto;
          line-height: inherit;
          border: none;
          font-size: 1.375em; }
          .site-footer .inner-wrap .sf-content .sf-nav ul li.hs-menu-depth-1:after, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul li.hs-menu-depth-1:after, .site-footer .inner-wrap-wide .sf-content .sf-nav ul li.hs-menu-depth-1:after, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul li.hs-menu-depth-1:after {
            background: none; }
          .site-footer .inner-wrap .sf-content .sf-nav ul li.hs-menu-depth-1:hover, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul li.hs-menu-depth-1:hover, .site-footer .inner-wrap-wide .sf-content .sf-nav ul li.hs-menu-depth-1:hover, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul li.hs-menu-depth-1:hover {
            background-color: transparent; }
          .site-footer .inner-wrap .sf-content .sf-nav ul li.hs-menu-depth-1 a, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul li.hs-menu-depth-1 a, .site-footer .inner-wrap-wide .sf-content .sf-nav ul li.hs-menu-depth-1 a, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul li.hs-menu-depth-1 a {
            color: #ffffff;
            text-decoration: none;
            font-size: 1em;
            font-weight: normal;
            height: auto;
            line-height: inherit;
            padding: 0 !important; }
            .site-footer .inner-wrap .sf-content .sf-nav ul li.hs-menu-depth-1 a:hover, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul li.hs-menu-depth-1 a:hover, .site-footer .inner-wrap-wide .sf-content .sf-nav ul li.hs-menu-depth-1 a:hover, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul li.hs-menu-depth-1 a:hover {
              color: #dc833d; }
    .site-footer .inner-wrap .sf-content .sf-address, .site-footer .inner-wrap-narrow .sf-content .sf-address, .site-footer .inner-wrap-wide .sf-content .sf-address, .site-footer .inner-wrap-fullwidth .sf-content .sf-address {
      font-size: 1.1875em; }
      .site-footer .inner-wrap .sf-content .sf-address span, .site-footer .inner-wrap-narrow .sf-content .sf-address span, .site-footer .inner-wrap-wide .sf-content .sf-address span, .site-footer .inner-wrap-fullwidth .sf-content .sf-address span {
        display: block; }
  @media (min-width: 60em) {
    .site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
      padding-bottom: 1.3125em;
      padding-top: 3.3125em; }
      .site-footer .inner-wrap .sf-logo, .site-footer .inner-wrap-narrow .sf-logo, .site-footer .inner-wrap-wide .sf-logo, .site-footer .inner-wrap-fullwidth .sf-logo {
        float: left; }
      .site-footer .inner-wrap .sf-content, .site-footer .inner-wrap-narrow .sf-content, .site-footer .inner-wrap-wide .sf-content, .site-footer .inner-wrap-fullwidth .sf-content {
        float: right;
        text-align: right; }
        .site-footer .inner-wrap .sf-content .sf-nav, .site-footer .inner-wrap-narrow .sf-content .sf-nav, .site-footer .inner-wrap-wide .sf-content .sf-nav, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav {
          border-bottom: 0;
          margin-bottom: 0;
          padding: 0; }
          .site-footer .inner-wrap .sf-content .sf-nav ul, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul, .site-footer .inner-wrap-wide .sf-content .sf-nav ul, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul {
            float: right; }
            .site-footer .inner-wrap .sf-content .sf-nav ul li.hs-menu-depth-1, .site-footer .inner-wrap-narrow .sf-content .sf-nav ul li.hs-menu-depth-1, .site-footer .inner-wrap-wide .sf-content .sf-nav ul li.hs-menu-depth-1, .site-footer .inner-wrap-fullwidth .sf-content .sf-nav ul li.hs-menu-depth-1 {
              margin: 0 0 0 2em;
              font-size: inherit; }
        .site-footer .inner-wrap .sf-content .sf-address, .site-footer .inner-wrap-narrow .sf-content .sf-address, .site-footer .inner-wrap-wide .sf-content .sf-address, .site-footer .inner-wrap-fullwidth .sf-content .sf-address {
          font-size: 1.1875em; }
          .site-footer .inner-wrap .sf-content .sf-address span, .site-footer .inner-wrap-narrow .sf-content .sf-address span, .site-footer .inner-wrap-wide .sf-content .sf-address span, .site-footer .inner-wrap-fullwidth .sf-content .sf-address span {
            display: inline-block;
            position: relative; }
            .site-footer .inner-wrap .sf-content .sf-address span:nth-of-type(2), .site-footer .inner-wrap-narrow .sf-content .sf-address span:nth-of-type(2), .site-footer .inner-wrap-wide .sf-content .sf-address span:nth-of-type(2), .site-footer .inner-wrap-fullwidth .sf-content .sf-address span:nth-of-type(2) {
              padding: 0 22px 0 22px; }
              .site-footer .inner-wrap .sf-content .sf-address span:nth-of-type(2):after, .site-footer .inner-wrap-narrow .sf-content .sf-address span:nth-of-type(2):after, .site-footer .inner-wrap-wide .sf-content .sf-address span:nth-of-type(2):after, .site-footer .inner-wrap-fullwidth .sf-content .sf-address span:nth-of-type(2):after {
                Content: "|";
                right: 10px;
                position: absolute;
                top: 0; }
              .site-footer .inner-wrap .sf-content .sf-address span:nth-of-type(2):before, .site-footer .inner-wrap-narrow .sf-content .sf-address span:nth-of-type(2):before, .site-footer .inner-wrap-wide .sf-content .sf-address span:nth-of-type(2):before, .site-footer .inner-wrap-fullwidth .sf-content .sf-address span:nth-of-type(2):before {
                Content: "|";
                left: 10px;
                position: absolute;
                top: 0; } }
.sf-nav ul li.hs-menu-depth-1 a:focus:not(:hover):not(:active){
  outline-offset: -2px;
}
img[name=pphLoggerImage] {
  display: none; }

.sf-secondry {
  background-color: #072f59; }
  .sf-secondry .inner-wrap, .sf-secondry .inner-wrap-narrow, .sf-secondry .inner-wrap-wide, .sf-secondry .inner-wrap-fullwidth {
    padding-bottom: 2.625em;
    padding-top: 2.125em; }
    .sf-secondry .inner-wrap p, .sf-secondry .inner-wrap-narrow p, .sf-secondry .inner-wrap-wide p, .sf-secondry .inner-wrap-fullwidth p {
      color: #ffffff;
      font-size: 1.25em;
      font-family: eurostile; }
      .sf-secondry .inner-wrap p span, .sf-secondry .inner-wrap-narrow p span, .sf-secondry .inner-wrap-wide p span, .sf-secondry .inner-wrap-fullwidth p span {
        display: block; }
        .sf-secondry .inner-wrap p span a, .sf-secondry .inner-wrap-narrow p span a, .sf-secondry .inner-wrap-wide p span a, .sf-secondry .inner-wrap-fullwidth p span a {
          text-decoration: none;
          display: inline-block;
          vertical-align: top;
          position: relative; }
          .sf-secondry .inner-wrap p span a:first-child, .sf-secondry .inner-wrap-narrow p span a:first-child, .sf-secondry .inner-wrap-wide p span a:first-child, .sf-secondry .inner-wrap-fullwidth p span a:first-child {
            margin: 0 1.1em 0 0; }
            .sf-secondry .inner-wrap p span a:first-child:after, .sf-secondry .inner-wrap-narrow p span a:first-child:after, .sf-secondry .inner-wrap-wide p span a:first-child:after, .sf-secondry .inner-wrap-fullwidth p span a:first-child:after {
              Content: "/";
              position: absolute;
              right: -em(22, 20);
              top: 0;
              width: 1.1em;
              color: #ffffff; }
          .sf-secondry .inner-wrap p span a:nth-child(2), .sf-secondry .inner-wrap-narrow p span a:nth-child(2), .sf-secondry .inner-wrap-wide p span a:nth-child(2), .sf-secondry .inner-wrap-fullwidth p span a:nth-child(2) {
            margin: 0 1.1em 0 0; }
            .sf-secondry .inner-wrap p span a:nth-child(2):after, .sf-secondry .inner-wrap-narrow p span a:nth-child(2):after, .sf-secondry .inner-wrap-wide p span a:nth-child(2):after, .sf-secondry .inner-wrap-fullwidth p span a:nth-child(2):after {
              Content: "/";
              position: absolute;
              right: -em(22, 20);
              top: 0;
              width: 1.1em;
              color: #ffffff; }
          .sf-secondry .inner-wrap p span a:nth-child(3), .sf-secondry .inner-wrap-narrow p span a:nth-child(3), .sf-secondry .inner-wrap-wide p span a:nth-child(3), .sf-secondry .inner-wrap-fullwidth p span a:nth-child(3) {
            margin: 0 1.1em 0 0; }
            .sf-secondry .inner-wrap p span a:nth-child(3):after, .sf-secondry .inner-wrap-narrow p span a:nth-child(3):after, .sf-secondry .inner-wrap-wide p span a:nth-child(3):after, .sf-secondry .inner-wrap-fullwidth p span a:nth-child(3):after {
              Content: "/";
              position: absolute;
              right: -em(22, 20);
              top: 0;
              width: 1.1em;
              color: #ffffff; }
        .sf-secondry .inner-wrap p span:first-child, .sf-secondry .inner-wrap-narrow p span:first-child, .sf-secondry .inner-wrap-wide p span:first-child, .sf-secondry .inner-wrap-fullwidth p span:first-child {
          padding-bottom: 20px; }
      .sf-secondry .inner-wrap p a, .sf-secondry .inner-wrap-narrow p a, .sf-secondry .inner-wrap-wide p a, .sf-secondry .inner-wrap-fullwidth p a {
        color: #ffffff;
        text-decoration: none; }
        .sf-secondry .inner-wrap p a:hover, .sf-secondry .inner-wrap-narrow p a:hover, .sf-secondry .inner-wrap-wide p a:hover, .sf-secondry .inner-wrap-fullwidth p a:hover {
          color: #dc833d; }
  @media (min-width: 60em) {
    .sf-secondry .inner-wrap, .sf-secondry .inner-wrap-narrow, .sf-secondry .inner-wrap-wide, .sf-secondry .inner-wrap-fullwidth {
      padding-bottom: 1.1875em;
      padding-top: 1.1875em; }
      .sf-secondry .inner-wrap p span, .sf-secondry .inner-wrap-narrow p span, .sf-secondry .inner-wrap-wide p span, .sf-secondry .inner-wrap-fullwidth p span {
        display: inline-block;
        position: relative; }
        .sf-secondry .inner-wrap p span:first-child, .sf-secondry .inner-wrap-narrow p span:first-child, .sf-secondry .inner-wrap-wide p span:first-child, .sf-secondry .inner-wrap-fullwidth p span:first-child {
          padding-bottom: 0; }
      .sf-secondry .inner-wrap p .sfs-nav, .sf-secondry .inner-wrap-narrow p .sfs-nav, .sf-secondry .inner-wrap-wide p .sfs-nav, .sf-secondry .inner-wrap-fullwidth p .sfs-nav {
        padding: 0 1.25em; }
        .sf-secondry .inner-wrap p .sfs-nav:after, .sf-secondry .inner-wrap-narrow p .sfs-nav:after, .sf-secondry .inner-wrap-wide p .sfs-nav:after, .sf-secondry .inner-wrap-fullwidth p .sfs-nav:after {
          Content: "/";
          position: absolute;
          right: 0;
          top: 0;
          width: 1.1em;
          color: #ffffff; }
        .sf-secondry .inner-wrap p .sfs-nav:before, .sf-secondry .inner-wrap-narrow p .sfs-nav:before, .sf-secondry .inner-wrap-wide p .sfs-nav:before, .sf-secondry .inner-wrap-fullwidth p .sfs-nav:before {
          Content: "/";
          position: absolute;
          left: 0;
          top: 0;
          width: 1.1em;
          color: #ffffff; } }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

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

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

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

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

.search-submit {
  width: 100%;
  height: 1em;
  border: 0;
  float: right;
  background: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-search.svg) no-repeat center center !important; }

.no-svg .search-submit {
  background: url(//91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-search.png) no-repeat center center !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 1.8em; }
  .search-submit {
    height: 1em; } }

.search-module {
  background-color: #0b396a;
  height: 6em;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    margin-top: 0; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 0.3em 1.5em 1em; }

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

/*=============== Capabilities Story module ===============*/
.capabilities-story-module .inner-wrap-narrow {
  padding-bottom: 2.9em;
  padding-top: 2.2em; }
  @media (min-width: 60em) {
    .capabilities-story-module .inner-wrap-narrow {
      padding-bottom: 2.45em;
      padding-top: 2.5em;
      text-align: center; } }

.csm-header {
  color: #1f75a5;
  font-size: 2.8125em;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 0.8444444444em; }
  @media (min-width: 60em) {
    .csm-header {
      font-size: 3.125em;
      padding: 0 2.2em;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .csm-header:before {
        border: 1px solid #1f75a5;
        content: "";
        left: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; }
      .csm-header:after {
        border: 1px solid #1f75a5;
        content: "";
        right: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; } }

.cont-wrap {
  margin-bottom: 1em;
  cursor: default; }
  @media (min-width: 60em) {
    .cont-wrap,.cont-wrap.active {
      opacity: 1; }
      .cont-wrap.inactive {
        opacity: 0.5; } }

.csm-content h3 {
  color: #1f75a5;
  font-size: 2.1875em;
  font-weight: bold;
  margin: 0;
  text-align: left; }

.csm-content p {
  color: #313131;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0.5em 0;
  text-align: left; }

.csm-img img {
  display: block;
  margin: 0 auto; }

/*=============== View All Capabilities module ===============*/
.capabilities-module {
  text-align: center; }
  .capabilities-module .inner-wrap, .capabilities-module .inner-wrap-narrow, .capabilities-module .inner-wrap-wide, .capabilities-module .inner-wrap-fullwidth {
    padding-bottom: 2.9em;
    padding-top: 2.2em; }
    .capabilities-module .inner-wrap .cm-header, .capabilities-module .inner-wrap-narrow .cm-header, .capabilities-module .inner-wrap-wide .cm-header, .capabilities-module .inner-wrap-fullwidth .cm-header {
      color: #1f75a5;
      font-size: 2.8125em;
      font-weight: 900;
      line-height: 1.2em;
      margin: 0 0 0.8444444444em; }
    .capabilities-module .inner-wrap .capabilities-wrap, .capabilities-module .inner-wrap-narrow .capabilities-wrap, .capabilities-module .inner-wrap-wide .capabilities-wrap, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap {
      padding-bottom: 2.125em; }
      .capabilities-module .inner-wrap .capabilities-wrap .cw-item, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .capabilities-module .inner-wrap .capabilities-wrap .cw-item:last-child, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item:last-child, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item:last-child, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item:last-child {
          margin-right: 0; }
        .capabilities-module .inner-wrap .capabilities-wrap .cw-item:nth-child(3n), .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item:nth-child(3n), .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item:nth-child(3n), .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item:nth-child(3n) {
          margin-right: 0; }
        .capabilities-module .inner-wrap .capabilities-wrap .cw-item:nth-child(3n+1), .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item:nth-child(3n+1), .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item:nth-child(3n+1), .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item:nth-child(3n+1) {
          clear: left; }
        .capabilities-module .inner-wrap .capabilities-wrap .cw-item .cw-text, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item .cw-text, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item .cw-text, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item .cw-text {
          display: none; }
        .capabilities-module .inner-wrap .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a {
          display: block;
          color: #ffffff;
          font-size: 1.0625em;
          font-weight: bold;
          position: relative;
          text-decoration: none; }
          .capabilities-module .inner-wrap .capabilities-wrap .cw-item a:hover, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a:hover, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a:hover, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a:hover {
            color: #dc833d; }
          .capabilities-module .inner-wrap .capabilities-wrap .cw-item a img, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a img, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a img, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a img {
            display: block;
            border-radius: 50%;
            margin: 0 auto; }
          .capabilities-module .inner-wrap .capabilities-wrap .cw-item a span, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a span, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a span, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a span {
            display: block;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
  @media (min-width: 40em) {
    .capabilities-module .inner-wrap .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a {
      font-size: 1.640625em; } }
  @media (min-width: 40em) and (min-width: 40em) {
    .capabilities-module .inner-wrap .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a {
      font-size: 1.96875em; } }
  @media (min-width: 40em) and (min-width: 60em) {
    .capabilities-module .inner-wrap .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a {
      font-size: 2.1875em; } }
  @media (min-width: 60em) {
    .capabilities-module .inner-wrap, .capabilities-module .inner-wrap-narrow, .capabilities-module .inner-wrap-wide, .capabilities-module .inner-wrap-fullwidth {
      padding-bottom: 2.45em;
      padding-top: 2.5em; }
      .capabilities-module .inner-wrap .cm-header, .capabilities-module .inner-wrap-narrow .cm-header, .capabilities-module .inner-wrap-wide .cm-header, .capabilities-module .inner-wrap-fullwidth .cm-header {
        font-size: 3.125em;
        padding: 0 2.2em;
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .capabilities-module .inner-wrap .cm-header:before, .capabilities-module .inner-wrap-narrow .cm-header:before, .capabilities-module .inner-wrap-wide .cm-header:before, .capabilities-module .inner-wrap-fullwidth .cm-header:before {
          border: 1px solid #1f75a5;
          content: "";
          left: 0;
          position: absolute;
          top: 49%;
          width: 1.42em; }
        .capabilities-module .inner-wrap .cm-header:after, .capabilities-module .inner-wrap-narrow .cm-header:after, .capabilities-module .inner-wrap-wide .cm-header:after, .capabilities-module .inner-wrap-fullwidth .cm-header:after {
          border: 1px solid #1f75a5;
          content: "";
          right: 0;
          position: absolute;
          top: 49%;
          width: 1.42em; }
      .capabilities-module .inner-wrap .capabilities-wrap, .capabilities-module .inner-wrap-narrow .capabilities-wrap, .capabilities-module .inner-wrap-wide .capabilities-wrap, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap {
        padding-bottom: 1.8125em; }
        .capabilities-module .inner-wrap .capabilities-wrap .cw-item .cw-text, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item .cw-text, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item .cw-text, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item .cw-text {
          display: block;
          margin: 0 auto;
          font-size: 1.5em;
          color: #313131;
          line-height: 32px;
          max-width: 271px; }
        .capabilities-module .inner-wrap .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a {
          display: block;
          font-size: 2.625em;
          margin: 0 auto 0.8571428571em;
          max-width: 6.4523809524em; }
          .capabilities-module .inner-wrap .capabilities-wrap .cw-item a img, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a img, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a img, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a img {
            display: block;
            border-radius: 50%;
            margin: 0 auto; }
          .capabilities-module .inner-wrap .capabilities-wrap .cw-item a span, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a span, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a span, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a span {
            padding-bottom: 0.3095238095em; }
            .capabilities-module .inner-wrap .capabilities-wrap .cw-item a span:after, .capabilities-module .inner-wrap-narrow .capabilities-wrap .cw-item a span:after, .capabilities-module .inner-wrap-wide .capabilities-wrap .cw-item a span:after, .capabilities-module .inner-wrap-fullwidth .capabilities-wrap .cw-item a span:after {
              position: absolute;
              content: "";
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              border-bottom: 3px solid;
              width: 1.5em; } }

.cw-item.animated.fadeInUp:nth-child(1) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.cw-item.animated.fadeInUp:nth-child(2) {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s; }

.cw-item.animated.fadeInUp:nth-child(3) {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s; }

/*=============== Product module ===============*/
.product-module {
  background-color: #0b396a; }
  .product-module .inner-wrap, .product-module .inner-wrap-narrow, .product-module .inner-wrap-wide, .product-module .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 0; }
    .product-module .inner-wrap .pro-item, .product-module .inner-wrap-narrow .pro-item, .product-module .inner-wrap-wide .pro-item, .product-module .inner-wrap-fullwidth .pro-item {
      padding-bottom: 3.125em;
      padding-top: 4.3125em; }
      .product-module .inner-wrap .pro-item .pi-header, .product-module .inner-wrap-narrow .pro-item .pi-header, .product-module .inner-wrap-wide .pro-item .pi-header, .product-module .inner-wrap-fullwidth .pro-item .pi-header {
        color: #ffffff;
        font-size: 2.8125em;
        font-weight: 900;
        line-height: 1.2222222222em;
        margin: 0 0 0.8888888889em;
        padding: 0 0 1em;
        position: relative; }
        .product-module .inner-wrap .pro-item .pi-header:after, .product-module .inner-wrap-narrow .pro-item .pi-header:after, .product-module .inner-wrap-wide .pro-item .pi-header:after, .product-module .inner-wrap-fullwidth .pro-item .pi-header:after {
          border-bottom: 3px solid #ffffff;
          bottom: 0.1111111111em;
          content: "";
          left: 0;
          position: absolute;
          width: 1.3333333333em; }
      .product-module .inner-wrap .pro-item .pi-text, .product-module .inner-wrap-narrow .pro-item .pi-text, .product-module .inner-wrap-wide .pro-item .pi-text, .product-module .inner-wrap-fullwidth .pro-item .pi-text {
        color: #ffffff;
        font-size: 1.5em;
        line-height: 1.3333333333em; }
  @media (min-width: 60em) {
    .product-module {
      background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/plastic-injection-molding-img.jpg);
      background-position: right center;
      background-repeat: no-repeat; }
      .product-module .inner-wrap .pro-item, .product-module .inner-wrap-narrow .pro-item, .product-module .inner-wrap-wide .pro-item, .product-module .inner-wrap-fullwidth .pro-item {
        background-color: #0b396a;
        width: 50%;
        position: relative;
        padding-bottom: 2.375em;
        padding-right: 6em;
        padding-top: 4.1875em; }
        .product-module .inner-wrap .pro-item:after, .product-module .inner-wrap-narrow .pro-item:after, .product-module .inner-wrap-wide .pro-item:after, .product-module .inner-wrap-fullwidth .pro-item:after {
          content: "";
          position: absolute;
          right: -em(12);
          border-left: 12px solid #0b396a;
          border-bottom: 35px solid transparent;
          border-top: 35px solid transparent;
          top: 50%;
          left: 100%;
          transform: translateY(-50%); }
        .product-module .inner-wrap .pro-item .pi-header, .product-module .inner-wrap-narrow .pro-item .pi-header, .product-module .inner-wrap-wide .pro-item .pi-header, .product-module .inner-wrap-fullwidth .pro-item .pi-header {
          color: #ffffff;
          font-size: 3.125em;
          font-weight: 900;
          margin: 0 0 0.68em;
          padding: 0 0 0.66em;
          position: relative; }
      .product-module .inner-wrap .pi-text, .product-module .inner-wrap-narrow .pi-text, .product-module .inner-wrap-wide .pi-text, .product-module .inner-wrap-fullwidth .pi-text {
        color: #ffffff;
        font-size: 1.5em;
        line-height: 1.3333333333em; } }
  @media (min-width: 80em) {
    .product-module .inner-wrap .pro-item, .product-module .inner-wrap-narrow .pro-item, .product-module .inner-wrap-wide .pro-item, .product-module .inner-wrap-fullwidth .pro-item {
      width: 70%; } }

.pi-header.animated.fadeInLeft {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s; }

.pi-text.animated.fadeInLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.pi-cta.animated.fadeIn {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

/*=============== View All Capabilities module ===============*/
.resource-library {
  background-color: #F5F5F5;
  text-align: center; }
  .resource-library .inner-wrap, .resource-library .inner-wrap-narrow, .resource-library .inner-wrap-wide, .resource-library .inner-wrap-fullwidth {
    padding-bottom: 2em;
    padding-top: 3em; }
    .resource-library .inner-wrap .rl-header, .resource-library .inner-wrap-narrow .rl-header, .resource-library .inner-wrap-wide .rl-header, .resource-library .inner-wrap-fullwidth .rl-header {
      color: #1f75a5;
      font-size: 2.8125em;
      font-weight: 900;
      line-height: 1.2em;
      margin: 0 0 0.8444444444em; }
    .resource-library .inner-wrap .resource-library-wrap .hs-cta-node a, .resource-library .inner-wrap-narrow .resource-library-wrap .hs-cta-node a, .resource-library .inner-wrap-wide .resource-library-wrap .hs-cta-node a, .resource-library .inner-wrap-fullwidth .resource-library-wrap .hs-cta-node a {
      text-decoration: none !important; }
    .resource-library .inner-wrap .resource-library-wrap .rl-item figure, .resource-library .inner-wrap-narrow .resource-library-wrap .rl-item figure, .resource-library .inner-wrap-wide .resource-library-wrap .rl-item figure, .resource-library .inner-wrap-fullwidth .resource-library-wrap .rl-item figure {
      margin: 0 auto 2.625em;
      max-width: 70%; }
    .resource-library .inner-wrap .resource-library-wrap .rl-item .rli-header, .resource-library .inner-wrap-narrow .resource-library-wrap .rl-item .rli-header, .resource-library .inner-wrap-wide .resource-library-wrap .rl-item .rli-header, .resource-library .inner-wrap-fullwidth .resource-library-wrap .rl-item .rli-header {
      color: #526068;
      font-size: 1.5625em; }
  @media (min-width: 60em) {
    .resource-library .inner-wrap .rl-header, .resource-library .inner-wrap-narrow .rl-header, .resource-library .inner-wrap-wide .rl-header, .resource-library .inner-wrap-fullwidth .rl-header {
      font-size: 3.125em;
      padding: 0 2.2em;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .resource-library .inner-wrap .rl-header:before, .resource-library .inner-wrap-narrow .rl-header:before, .resource-library .inner-wrap-wide .rl-header:before, .resource-library .inner-wrap-fullwidth .rl-header:before {
        border: 1px solid #1f75a5;
        content: "";
        left: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; }
      .resource-library .inner-wrap .rl-header:after, .resource-library .inner-wrap-narrow .rl-header:after, .resource-library .inner-wrap-wide .rl-header:after, .resource-library .inner-wrap-fullwidth .rl-header:after {
        border: 1px solid #1f75a5;
        content: "";
        right: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; }
    .resource-library .inner-wrap .resource-library-wrap .rl-item, .resource-library .inner-wrap-narrow .resource-library-wrap .rl-item, .resource-library .inner-wrap-wide .resource-library-wrap .rl-item, .resource-library .inner-wrap-fullwidth .resource-library-wrap .rl-item {
      text-align: left; }
      .resource-library .inner-wrap .resource-library-wrap .rl-item figure, .resource-library .inner-wrap-narrow .resource-library-wrap .rl-item figure, .resource-library .inner-wrap-wide .resource-library-wrap .rl-item figure, .resource-library .inner-wrap-fullwidth .resource-library-wrap .rl-item figure {
        float: left;
        width: 41%;
        margin: 0 2% 0 0; }
      .resource-library .inner-wrap .resource-library-wrap .rl-item .rli-header, .resource-library .inner-wrap-narrow .resource-library-wrap .rl-item .rli-header, .resource-library .inner-wrap-wide .resource-library-wrap .rl-item .rli-header, .resource-library .inner-wrap-fullwidth .resource-library-wrap .rl-item .rli-header {
        margin-top: 2em; } }

.rl-item:nth-child(1).animated.fadeInUp {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s; }

.rl-item:nth-child(2).animated.fadeInUp {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s; }

/***************** Blog Module **********************/
.blog-module {
  text-align: center;
  border-top: 2px solid #0b396a; }
  .blog-module .inner-wrap .bm-header, .blog-module .inner-wrap-narrow .bm-header, .blog-module .inner-wrap-wide .bm-header, .blog-module .inner-wrap-fullwidth .bm-header {
    color: #1f75a5;
    font-size: 2.8125em;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 0.8444444444em;
    text-align: left; }
  .blog-module .inner-wrap .blog-wrap .bw-item, .blog-module .inner-wrap-narrow .blog-wrap .bw-item, .blog-module .inner-wrap-wide .blog-wrap .bw-item, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item {
    text-align: left;
    border-right: 1px solid #ebebeb;
    padding: 0 1.5em;
    position: static; }
    .blog-module .inner-wrap .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-time {
      font-size: 1.125em;
      color: #1f75a5;
      margin-bottom: 0;
      display: none; }
      @media (min-width: 40em) {
        .blog-module .inner-wrap .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-time {
          font-size: 1.35em; } }
      @media (min-width: 60em) {
        .blog-module .inner-wrap .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-time {
          font-size: 1.5625em; } }
    .blog-module .inner-wrap .blog-wrap .bw-item .bw-header, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-header, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-header, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-header {
      font-size: 1.6875em;
      font-weight: bold;
      color: #1f75a5;
      margin-top: 0.3em; }
    .blog-module .inner-wrap .blog-wrap .bw-item .btn-read-more, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .btn-read-more, .blog-module .inner-wrap-wide .blog-wrap .bw-item .btn-read-more, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .btn-read-more {
      position: absolute;
      bottom: 20px; }
    .blog-module .inner-wrap .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-text,
    .blog-module .inner-wrap .blog-wrap .bw-item p,
    .blog-module .inner-wrap-narrow .blog-wrap .bw-item p,
    .blog-module .inner-wrap-wide .blog-wrap .bw-item p,
    .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item p {
      font-size: 1em;
      color: #526068;
      display: none; }
      @media (min-width: 40em) {
        .blog-module .inner-wrap .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-text,
        .blog-module .inner-wrap .blog-wrap .bw-item p,
        .blog-module .inner-wrap-narrow .blog-wrap .bw-item p,
        .blog-module .inner-wrap-wide .blog-wrap .bw-item p,
        .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item p {
          font-size: 1.125em; } }
      @media (min-width: 60em) {
        .blog-module .inner-wrap .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-text,
        .blog-module .inner-wrap .blog-wrap .bw-item p,
        .blog-module .inner-wrap-narrow .blog-wrap .bw-item p,
        .blog-module .inner-wrap-wide .blog-wrap .bw-item p,
        .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item p {
          font-size: 1.5em; } }
    .blog-module .inner-wrap .blog-wrap .bw-item:last-child, .blog-module .inner-wrap-narrow .blog-wrap .bw-item:last-child, .blog-module .inner-wrap-wide .blog-wrap .bw-item:last-child, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item:last-child {
      border-right: none; }
  @media (min-width: 40em) {
    .blog-module .inner-wrap .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-time, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-time {
      display: block; }
    .blog-module .inner-wrap .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-narrow .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-wide .blog-wrap .bw-item .bw-text, .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item .bw-text,
    .blog-module .inner-wrap .blog-wrap .bw-item p,
    .blog-module .inner-wrap-narrow .blog-wrap .bw-item p,
    .blog-module .inner-wrap-wide .blog-wrap .bw-item p,
    .blog-module .inner-wrap-fullwidth .blog-wrap .bw-item p {
      display: block; } }
  @media (min-width: 60em) {
    .blog-module .inner-wrap .bm-header, .blog-module .inner-wrap-narrow .bm-header, .blog-module .inner-wrap-wide .bm-header, .blog-module .inner-wrap-fullwidth .bm-header {
      font-size: 3.125em;
      padding: 0 2.2em;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .blog-module .inner-wrap .bm-header:before, .blog-module .inner-wrap-narrow .bm-header:before, .blog-module .inner-wrap-wide .bm-header:before, .blog-module .inner-wrap-fullwidth .bm-header:before {
        border: 1px solid #1f75a5;
        content: "";
        left: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; }
      .blog-module .inner-wrap .bm-header:after, .blog-module .inner-wrap-narrow .bm-header:after, .blog-module .inner-wrap-wide .bm-header:after, .blog-module .inner-wrap-fullwidth .bm-header:after {
        border: 1px solid #1f75a5;
        content: "";
        right: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; } }

.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 40em) {
    .rows-of-2 > * {
      clear: none !important; } }

/*======== Sitemap CSS ==================*/
.sitemap #hs_menu_wrapper_default ul {
  height: auto;
  margin: .45em 0 0 0; }
  .sitemap #hs_menu_wrapper_default ul .sn-li-l1,
  .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-1,
  .sitemap #hs_menu_wrapper_default ul .sn-li-l2,
  .sitemap #hs_menu_wrapper_default ul .sn-li-l3,
  .sitemap #hs_menu_wrapper_default ul .sn-li-l3,
  .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-2 {
    border: none;
    float: none;
    height: auto;
    background-color: transparent;
    line-height: inherit; }
    .sitemap #hs_menu_wrapper_default ul .sn-li-l1 a,
    .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-1 a,
    .sitemap #hs_menu_wrapper_default ul .sn-li-l2 a,
    .sitemap #hs_menu_wrapper_default ul .sn-li-l3 a,
    .sitemap #hs_menu_wrapper_default ul .sn-li-l3 a,
    .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-2 a {
      color: #dc833d;
      border: none;
      display: inline-block;
      padding: 0;
      height: auto;
      line-height: 1.5625em;
      text-decoration: none;
      font-size: 1.25em; }
      .sitemap #hs_menu_wrapper_default ul .sn-li-l1 a:hover,
      .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-1 a:hover,
      .sitemap #hs_menu_wrapper_default ul .sn-li-l2 a:hover,
      .sitemap #hs_menu_wrapper_default ul .sn-li-l3 a:hover,
      .sitemap #hs_menu_wrapper_default ul .sn-li-l3 a:hover,
      .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-2 a:hover {
        color: #ad5e1f; }
  .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-1 {
    font-weight: bold; }
  .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-2 {
    font-weight: bold; }
  .sitemap #hs_menu_wrapper_default ul .hs-menu-depth-3 {
    font-weight: normal; }
  .sitemap #hs_menu_wrapper_default ul .sn-level-2,
  .sitemap #hs_menu_wrapper_default ul .hs-menu-children-wrapper {
    display: block;
    margin: 0;
    padding: 0 0 0 1.25em;
    position: relative; }

.sitemap .m-subnav-arrow {
  background-color: transparent !important;
  background-image: none !important; }

.map {
  width: 90%;
  max-width: 37.5em;
  height: 18.75em;
  margin: 2em 0;
  display: block; }

/*=============== Capability Video module ===============*/
.capability-video {
  background-color: #0b396a;
  text-align: center;
  margin-top: 2px; }
  .capability-video .inner-wrap, .capability-video .inner-wrap-narrow, .capability-video .inner-wrap-wide, .capability-video .inner-wrap-fullwidth {
    padding-bottom: 2em;
    padding-top: 3em; }
    .capability-video .inner-wrap .rl-header, .capability-video .inner-wrap-narrow .rl-header, .capability-video .inner-wrap-wide .rl-header, .capability-video .inner-wrap-fullwidth .rl-header {
      color: #ffffff;
      font-size: 2.8125em;
      font-weight: 900;
      line-height: 0.6em;
      margin: 0 0 0.6em; }
    .capability-video .inner-wrap .capability-video-wrap .cvimg, .capability-video .inner-wrap-narrow .capability-video-wrap .cvimg, .capability-video .inner-wrap-wide .capability-video-wrap .cvimg, .capability-video .inner-wrap-fullwidth .capability-video-wrap .cvimg {
      display: block;
      width: 69%;
      margin: auto;
      position: relative;
      padding: 0.5em;
      border: 1px solid #ffffff; }
      @media (min-width: 40em) {
        .capability-video .inner-wrap .capability-video-wrap .cvimg, .capability-video .inner-wrap-narrow .capability-video-wrap .cvimg, .capability-video .inner-wrap-wide .capability-video-wrap .cvimg, .capability-video .inner-wrap-fullwidth .capability-video-wrap .cvimg {
          width: 46%; } }
      .capability-video .inner-wrap .capability-video-wrap .cvimg img, .capability-video .inner-wrap-narrow .capability-video-wrap .cvimg img, .capability-video .inner-wrap-wide .capability-video-wrap .cvimg img, .capability-video .inner-wrap-fullwidth .capability-video-wrap .cvimg img {
        display: block; }
      .capability-video .inner-wrap .capability-video-wrap .cvimg .youtube-icon, .capability-video .inner-wrap-narrow .capability-video-wrap .cvimg .youtube-icon, .capability-video .inner-wrap-wide .capability-video-wrap .cvimg .youtube-icon, .capability-video .inner-wrap-fullwidth .capability-video-wrap .cvimg .youtube-icon {
        position: absolute;
        left: 50%;
        top: 45%;
        z-index: 800;
        width: 50px;
        margin-left: -25px; }
  @media (min-width: 60em) {
    .capability-video .inner-wrap .rl-header, .capability-video .inner-wrap-narrow .rl-header, .capability-video .inner-wrap-wide .rl-header, .capability-video .inner-wrap-fullwidth .rl-header {
      font-size: 3.125em;
      padding: 0 2.2em;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .capability-video .inner-wrap .rl-header:before, .capability-video .inner-wrap-narrow .rl-header:before, .capability-video .inner-wrap-wide .rl-header:before, .capability-video .inner-wrap-fullwidth .rl-header:before {
        border: 1px solid #ffffff;
        content: "";
        left: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; }
      .capability-video .inner-wrap .rl-header:after, .capability-video .inner-wrap-narrow .rl-header:after, .capability-video .inner-wrap-wide .rl-header:after, .capability-video .inner-wrap-fullwidth .rl-header:after {
        border: 1px solid #ffffff;
        content: "";
        right: 0;
        position: absolute;
        top: 49%;
        width: 1.42em; }
    .capability-video .inner-wrap .capability-video-wrap .cvimg, .capability-video .inner-wrap-narrow .capability-video-wrap .cvimg, .capability-video .inner-wrap-wide .capability-video-wrap .cvimg, .capability-video .inner-wrap-fullwidth .capability-video-wrap .cvimg {
      max-width: 25em; } }

table.tablesaw {
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  border-left: 1px solid #979797; }
  table.tablesaw tr td ul:not([class]) li:not([class]) {
    font-size: 1em; }
  table.tablesaw tr td,
  table.tablesaw tr th {
    font-size: 1.375em; }

.pagination li {
  display: inline-block;
  vertical-align: middle;
  width: 3%;
  font-weight: normal; }

.blog-section .post-listing .post-item {
  border-bottom: 1px solid #979797; }
  .blog-section .post-listing .post-item .post-header h2 a {
    text-decoration: none; }

/*=============== Google Custom Search ===============*/
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important; }
  .cse .gsc-control-cse form,
  .gsc-control-cse form {
    display: none; }

.gsc-search-box {
  background: none !important; }
  .gsc-search-box td {
    padding: 0;
    border-bottom: 0 !important; }

.gssb_c {
  z-index: 500000000 !important;
  margin: 0 !important; }

.gsc-clear-button {
  display: none !important; }

.gsc-adBlock,
.gsc-adBlockVertical {
  height: 0 !important;
  display: none !important; }

.gs-web-image-box {
  display: none; }

/* If preview text too far left, add this 
.gs-result .gs-snippet { 
margin-left: 9px; 
} 
*/
.gsc-resultsHeader {
  display: none; }

.gsc-search-box td {
  vertical-align: top !important; }

.gsc-above-wrapper-area,
.gsc-above-wrapper-area-container {
  border-bottom: 0 !important; }

.gsc-input {
  border: 1px solid transparent !important; }
  .gsc-input input {
    background: #fff !important; }

.gsc-table-result {
  margin: 0; }

.site-content-secondary .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"] {
  width: auto !important; }

.hs-blog-name-press-releases .blog-section .post-listing .post-item {
  margin-bottom: 0.5em;
  padding-bottom: 0; }

.hs-blog-name-press-releases .blog-section .post-listing-simple .post-item {
  border-bottom: 1px solid #979797;
  margin-bottom: 0.5em;
  padding-bottom: 0; }

.hs-blog-listing .hs-featured-image {
  float: right;
  margin: 0 0 1em 1.5em;
  max-width: 15.625em;
  width: 100%; }
  .hs-blog-listing .hs-featured-image img {
    display: block;
    width: 100%; }

/****** Flex Slider CSS ***********/
#slider {
  margin-bottom: 3em !important; }
  #slider img {
    display: block;
    margin: 0 auto;
    border: 2px solid #dc833d; }

#carousel .flex-active-slide .mg-thumb {
  border: 1px solid #dc833d; }

#carousel li .mg-thumb {
  cursor: pointer; }

#carousel img {
  max-width: 6.25em;
  display: block;
  margin: 0 auto; }

#carousel .flex-direction-nav .flex-prev {
  left: -20px !important;
  opacity: 1; }

#carousel .flex-direction-nav .flex-next {
  right: -20px !important;
  opacity: 1; }

#carousel .flex-direction-nav a:before {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-left-arrow-circle.svg);
  background-size: 100%; }

#carousel .flex-direction-nav a.flex-next:before {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrow-circle.svg);
  background-size: 100%; }

.mg-thumb {
  border: 1px solid #979797;
  max-width: 150px;
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  line-height: 3em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mg-thumb img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .mg-thumb:hover {
    border: 1px solid #dc833d; }
    .mg-thumb:hover img {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      transform-origin: bottom left; }

#hs_cos_wrapper_blog_subscription .hs-richtext {
  display: none; }

.gmap iframe {
  width: 18.75em;
  height: 14.5833333333em;
  max-width: 100%;
  border: 0; }

.gdd-003-b-primary .gdd-003-b-form-wrapper {
  padding: 1em;
  display: block;
  background: #f0f1f5;
  background: -moz-linear-gradient(top, #f0f1f5 0%, #c9cacc 100%);
  background: -webkit-linear-gradient(top, #f0f1f5 0%, #c9cacc 100%);
  background: linear-gradient(to bottom, #f0f1f5 0%, #c9cacc 100%); }
  .gdd-003-b-primary .gdd-003-b-form-wrapper .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"] {
    width: auto !important; }
  .gdd-003-b-primary .gdd-003-b-form-wrapper label {
    font-size: 1.3em; }
  .gdd-003-b-primary .gdd-003-b-form-wrapper sup {
    font-size: 100%; }

.gdd-003-b-secondary h3 {
  margin-top: 0;
  color: #072f59;
  font-size: 2.03em; }

@media (min-width: 60em) {
  .gdd-003-b-secondary {
    margin-left: 1.5625em; } }

.gdd-003-b-secondary .phone-no {
  color: #f07c25;
  font-size: 2em;
  font-weight: bold;
  line-height: 0.8em; }

/* gdd 002 b */
.site-intro.gdd-002-b-site-intro {
  position: relative; }
  @media (min-width: 60em) {
    .site-intro.gdd-002-b-site-intro {
      height: 46.875em; } }
  @media (min-width: 80em) {
    .site-intro.gdd-002-b-site-intro {
      height: auto; } }
  @media (min-width: 60em) {
    .site-intro.gdd-002-b-site-intro .page-header.section-header {
      max-width: 70%; } }
  .site-intro.gdd-002-b-site-intro .cta_button {
    text-decoration: none; }
    .site-intro.gdd-002-b-site-intro .cta_button:hover .cta-title {
      color: #dc833d; }

.si-smart-cta {
  text-align: center;
  background-color: #ededed;
  height: 100%;
  padding: 2.5em; }
  @media (min-width: 60em) {
    .si-smart-cta {
      text-align: left;
      position: absolute;
      right: 0;
      top: 0;
      width: 30%;
      padding: 2.5em 2.5em; } }
  @media (min-width: 60em) {
    .si-smart-cta {
      padding: 3.5em 3.5em; } }
  @media (min-width: 60em) {
    .si-smart-cta.horizontal-cta-wrap {
      padding: 1.5em; }
      .si-smart-cta.horizontal-cta-wrap img {
        max-width: 12em; } }
  @media (min-width: 80em) {
    .si-smart-cta.horizontal-cta-wrap {
      padding: 2.5em 2.5em;
      width: 25.5em; }
      .si-smart-cta.horizontal-cta-wrap .hs-cta-wrapper {
        margin-bottom: 2.25em;
        display: block; }
        .si-smart-cta.horizontal-cta-wrap .hs-cta-wrapper:after {
          content: "";
          clear: both;
          display: table; }
        .si-smart-cta.horizontal-cta-wrap .hs-cta-wrapper img {
          float: left; }
        .si-smart-cta.horizontal-cta-wrap .hs-cta-wrapper .cta-title {
          display: inline-block;
          width: 39%;
          vertical-align: middle;
          float: right;
          margin-top: 4.75em; } }

.horizontal-cta .cta-title {
  margin-top: 0 !important; }

.sisc-subheader {
  font-size: 1.75em;
  color: #535353;
  position: relative;
  padding-bottom: 1.0625em;
  padding-right: 1.0625em;
  display: inline-block; }
  .sisc-subheader:after {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/ico-arrow.png);
    background-position: right bottom;
    background-size: cover;
    width: 58px;
    height: 95px;
    right: -1em;
    bottom: 0; }
  @media (min-width: 40em) {
    .sisc-subheader {
      padding-bottom: 2em; } }
  @media (min-width: 60em) {
    .sisc-subheader {
      padding-bottom: 1.0625em; } }

@media (min-width: 60em) {
  .sisc-cta-bucket {
    text-align: center; } }

.cta-title {
  font-size: 1.125em;
  color: #535353;
  font-weight: bold; }

#hs_cos_wrapper_post_filter ul {
  padding: 0; }
  #hs_cos_wrapper_post_filter ul li:after {
    background-image: none; }
  #hs_cos_wrapper_post_filter ul li a {
    font-size: 1em;
    line-height: 1.1363636364em; }

#hs_cos_wrapper_post_filter .filter-expand-link {
  font-size: 1.375em; }

#hs_cos_wrapper_top_posts ul {
  padding: 0; }
  #hs_cos_wrapper_top_posts ul li {
    margin-bottom: 0.6875em; }
    #hs_cos_wrapper_top_posts ul li:after {
      background-image: none; }
    #hs_cos_wrapper_top_posts ul li a {
      font-size: 1.375em;
      line-height: 1.1363636364em;
      text-decoration: none; }

/*============= GDD 003 Var B =============*/
.gdd-subcription-module {
  background-color: #1f75a5; }
  .gdd-subcription-module .form-title {
    color: #ffffff;
    font-family: 'eurostile';
    font-size: 1.375em; }
  .gdd-subcription-module .hs-email span {
    color: #ffffff;
    font-weight: 400;
    font-family: 'eurostile';
    font-size: 0.875em; }
    .gdd-subcription-module .hs-email span a {
      color: #ffffff;
      font-weight: 400; }
  .gdd-subcription-module .hs-fieldtype-radio.field {
    display: none; }
  .gdd-subcription-module .actions .hs-button {
    font-size: 1.125em;
    font-family: 'eurostile'; }
  .gdd-subcription-module .hs-error-msgs {
    color: #ffffff; }

.gdd-subcrp-form .hs_error_rollup {
  display: none; }

.gdd-category h3 {
  position: relative;
  display: inline-block;
  font-size: 1.75em;
  color: #ffffff;
  font-family: 'eurostile';
  padding: 0 2.3928571429em 0 1.5em;
  cursor: pointer; }
  .gdd-category h3 span {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .gdd-category h3 span:after {
      content: "+";
      position: absolute;
      right: -37px;
      top: 0.0714285714em;
      width: 28px;
      height: 28px; }
  .gdd-category h3:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 1.1785714286em;
    height: 0.0714285714em;
    left: 0;
    top: 0.6071428571em; }
  .gdd-category h3:after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 1.1785714286em;
    height: 0.0714285714em;
    right: 0;
    top: 0.6071428571em; }
  .gdd-category h3.active span:after {
    content: "-"; }

.gdd-category .widget-module {
  position: relative; }
  .gdd-category .widget-module ul {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    border: 1px solid #cccccc; }
    .gdd-category .widget-module ul li a {
      color: #1f75a5;
      text-decoration: none;
      background-color: #ffffff;
      display: block;
      padding: 0.7777777778em;
      font-size: 1.125em !important; }
      .gdd-category .widget-module ul li a:hover {
        color: #ffffff;
        background-color: #dc833d; }
    .gdd-category .widget-module ul.active {
      display: block; }

@media (min-width: 40em) {
  .gdd-subcrp-form {
    float: left;
    width: 50%; }
  .gdd-category {
    float: right; }
  .gdd-subcription-module .hs-email {
    width: 64%;
    display: inline-block; }
  .gdd-subcription-module .actions {
    margin-top: 2.125em; } }

@media (min-width: 60em) {
  .gdd-subcrp-form {
    width: 69%; }
  .gdd-subcription-module .inner-wrap, .gdd-subcription-module .inner-wrap-narrow, .gdd-subcription-module .inner-wrap-wide, .gdd-subcription-module .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .gdd-subcription-module .form-title {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 1.75em; }
  .gdd-subcription-module .hs-email {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 69%; }
    .gdd-subcription-module .hs-email .hs-input {
      border: 0;
      border-radius: 3px; }
  .gdd-subcription-module .actions {
    display: inline-block;
    margin-left: 0.9375em;
    margin-top: 2.125em;
    vertical-align: middle; }
  .gdd-subcription-module #hs_cos_wrapper_blog_subscription > div {
    display: inline-block;
    width: 66%;
    vertical-align: middle; } }

@media (min-width: 80em) {
  .inner-wrap-narrow {
    max-width: 61.9375em; } }

@media (min-width: 80em) {
  .gdd-subcription-module .form-title {
    width: 51%;
    vertical-align: middle; }
  .gdd-subcription-module .inner-wrap-narrow {
    padding-top: 1.125em;
    padding-bottom: 0.9375em; }
  .gdd-subcription-module #hs_cos_wrapper_blog_subscription > div {
    width: 48%;
    vertical-align: middle; }
  .gdd-subcription-module .gdd-subcrp-form {
    width: 71%; }
  .gdd-subcription-module .hs-email {
    width: 59%; }
  .gdd-subcription-module .actions {
    margin-left: 0.4375em; }
    .gdd-subcription-module .actions .hs-button {
      padding-left: 1.6666666667em;
      padding-right: 1.6666666667em; }
  .gdd-category h3 {
    padding-left: 1.8928571429em;
    padding-right: 2.9285714286em;
    margin-top: 1em; } }

.gdd-003-b .inner-wrap, .gdd-003-b .inner-wrap-narrow, .gdd-003-b .inner-wrap-wide, .gdd-003-b .inner-wrap-fullwidth {
  padding-top: 1.5em; }

.gdd-003-b .hs-featured-image {
  float: none !important;
  margin: 0 auto !important;
  max-width: auto !important;
/*   max-height: 10.75em !important; */
  min-height: 326px !important;
  object-fit: contain;
  display: block; }

.gdd-003-b .post-header h2 {
  font-size: 1.5em;
  padding-top: 0.75em; }
  .gdd-003-b .post-header h2 a {
    color: #1f75a5; }

.gdd-003-b .post-topic {
  margin-bottom: 0;
  margin-top: 0.5625em;
  font-size: 0.875em; }
  .gdd-003-b .post-topic a {
    color: #1f75a5;
    text-transform: uppercase;
    text-decoration: none; }

.gdd-003-b .blog-section .post-listing .post-item {
  border-bottom: 0; }

.gdd-003-b .post-item {
  padding: 1.25em 1.25em 0.5625em 0.875em;
  border: 1px solid #cccccc;
  box-shadow: 1px 2px 2px #cccccc; }

.gdd-003-b .pb-btn {
  margin-top: 0.8888888889em;
  font-size: 1.125em;
  font-family: 'eurostile';
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 17px; }

.gdd-003-b .post-body {
  overflow: hidden;
  max-height: 7.6875em;
  position: relative; }
  .gdd-003-b .post-body:after {
    position: absolute;
    content: "";
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/gradient-post-item.png);
    height: 48px;
    width: 100%;
    left: 0;
    bottom: -7px;
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% 48px; }
  .gdd-003-b .post-body p {
    font-size: 1.125em;
    line-height: 1.3888888889em;
    font-family: 'eurostile'; }

.gdd-003-b .gdd-info-date {
  display: block;
  font-size: 0.875em;
  color: #3e3a3a;
  margin-top: 2em;
  padding-top: 0.2142857143em;
  border-top: 1px solid #cccccc; }

.gdd-003-b .pagination li {
  margin-right: 1.0625em;
  width: auto;
  position: relative; }
  .gdd-003-b .pagination li:after {
    content: "/";
    position: absolute;
    right: -0.8125em;
    top: 0.125em; }
  .gdd-003-b .pagination li:first-child {
    margin-right: 0.3888888889em; }
    .gdd-003-b .pagination li:first-child:after {
      content: ""; }
    .gdd-003-b .pagination li:first-child a {
      border-radius: 3px;
      border: 1px solid #cccccc;
      padding: 0.0555555556em 0.4444444444em; }
  .gdd-003-b .pagination li:last-child:after {
    content: ""; }
  .gdd-003-b .pagination li:last-child a {
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 0.0555555556em 0.4444444444em; }
  .gdd-003-b .pagination li:nth-child(6n):after {
    content: ""; }
  .gdd-003-b .pagination li a {
    color: #3e3a3a;
    text-decoration: none;
    font-family: 'eurostile';
    font-size: 1.125em; }
    .gdd-003-b .pagination li a:hover {
      color: #dc833d; }

@media (min-width: 40em) {
  .gdd-003-b .post-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    min-height: 33.5625em;
    margin-bottom: 2.25em; }
    .gdd-003-b .post-item:last-child {
      margin-right: 0; }
    .gdd-003-b .post-item:nth-child(3n) {
      margin-right: 0; }
    .gdd-003-b .post-item:nth-child(3n+1) {
      clear: left; } }

.hs-content-id-1 .fakelabel span {
  color: #0b396a;
  font-size: 2em;
  line-height: 1em; }

.hs-content-id-1 .fakelabel input {
  background-color: #2196F3;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
  margin-right: 1em;
  /* vertical-align: middle; */ }

.hs-content-id-1 .item-inner p {
  font-size: 1.3em;
  margin-top: 0;
  text-indent: 2em; }

.hs-content-id-1 .subscribe-options p {
  color: #0b396a; }

.hs-content-id-0 .fakelabel span {
  color: #0b396a;
  font-size: 2em;
  line-height: 1em; }

.hs-content-id-0 .fakelabel input {
  background-color: #2196F3;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
  margin-right: 1em;
  /* vertical-align: middle; */ }

.hs-content-id-0 .item-inner p {
  font-size: 1.3em;
  margin-top: 0;
  text-indent: 2em; }

.hs-content-id-0 .subscribe-options p {
  color: #0b396a; }

@media (min-width: 60em) {
  .rl-image {
    padding-top: 3.375em; } }

.hs-blog-listing .gdd-003-a {
  display: none; }

.gdd-003-b {
  display: block !important; }
  .gdd-003-b .grecaptcha-logo {
    display: none; }
  .gdd-003-b .grecaptcha-badge {
    display: none; }

/*=============== Full Page style ===============*/
/*=============== Fp-site intro ===============*/
.si-first-wrap {
  background-image: url("https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/img-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center top; }
  .si-first-wrap .fp-tableCell {
    vertical-align: top !important; }

.si-conatiner {
  background-color: rgba(4, 46, 90, 0.92);
  margin: 5.125em 0 1.625em; }
  @media (min-width: 40em) {
    .si-conatiner {
      margin: 7.5em 0 2em; } }
  @media (max-height: 48em) and (max-width: 80em) {
    .si-conatiner {
      margin: 3em 0 1em; } }
  @media (max-height: 56.25em) and (max-width: 80em) {
    .si-conatiner {
      margin: 1.5em 0 1em; } }
  @media (max-height: 48em) and (min-width: 80em) {
    .si-conatiner {
      margin: 2.5em 0 1em; } }

.si-bucket {
  width: 80%;
  margin: 0 auto;
  padding: 1.25em 0;
  position: relative; }
  @media (min-width: 40em) {
    .si-bucket {
      padding: 7em 0; } }
  @media (max-height: 48em) and (max-width: 80em) {
    .si-bucket {
      padding: 0.4375em 0; } }
  @media (max-height: 56.25em) and (max-width: 80em) {
    .si-bucket {
      padding: 0.4375em 0; } }
  @media (max-height: 48em) and (min-width: 80em) {
    .si-bucket {
      padding: 0.8125em 0; } }

.si-heading {
  font-size: 2.0625em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0.1875em; }
  @media (min-width: 40em) {
    .si-heading {
      font-size: 2.75em; } }
  @media (min-width: 60em) {
    .si-heading {
      font-size: 2.5em; } }
  @media (min-width: 80em) {
    .si-heading {
      font-size: 2.5em; } }
  @media (max-height: 48em) and (max-width: 80em) {
    .si-heading {
      font-size: 1.875em; } }

.si-left-bucket {
  width: 100%;
  display: block;
  vertical-align: top; }
  @media (min-width: 40em) {
    .si-left-bucket {
      width: 70%;
      display: inline-block; } }

.si-text {
  font-family: 'Helvetica Neue';
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.46);
  width: 100%;
  margin-bottom: 1.5em; }
  @media (min-width: 40em) {
    .si-text {
      font-size: 0.9375em; } }
  @media (min-width: 60em) {
    .si-text {
      font-size: 1.25em; } }

.si-nav-list {
  position: relative;
  z-index: 9999;
  margin-bottom: 0.625em; }
  @media (min-width: 40em) {
    .si-nav-list {
      margin-bottom: 0; } }
  .si-nav-list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 7%;
    padding-bottom: 0.3125em;
    margin-bottom: 0.75em; }
    @media (min-width: 40em) {
      .si-nav-list li {
        margin-right: 4%;
        padding-bottom: 0.5625em; } }
    @media (min-width: 60em) {
      .si-nav-list li {
        margin-bottom: 1.25em; } }
    .si-nav-list li:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 2px;
      background-color: #dc833d; }
  .si-nav-list a {
    text-decoration: none;
    font-family: 'Helvetica Neue';
    font-size: 0.9375em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
    .si-nav-list a:hover {
      color: #dc833d;
      transition: all ease-in-out .5s; }

.si-right-block {
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 40em) {
    .si-right-block {
      width: 34%;
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  .si-right-block img {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    max-width: 18.75em; }

.si-scroll {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-family: "Helvetica Neue";
  font-size: .6875em;
  text-align: center;
  vertical-align: top;
  margin-bottom: 1.25em; }
  .si-scroll span {
    display: block; }

.moveSectionUp {
  cursor: pointer; }

/*=============== Content Module ===============*/
.slidesNav {
  position: fixed;
  left: 0;
  top: 56px;
  width: 10%;
  z-index: 100;
  display: none; }
@media (min-width: 60em) {
   .new-fullpage .slidesNav {
      display: block;
      width: 12.5%;
      top: 50%;
    }
}
  @media (min-width: 80em) {
    .slidesNav {
      display: block;
      width: 12.5%;
      top: 170px;
    } }
  @media (max-height: 60em) and (min-width: 80em) {
    .slidesNav {
      top: 50%;
      transform: translateY(-50%);
      left: 0; } }
  .slidesNav li {
    font-family: 'Helvetica Neue';
    font-size: 0.75em !important;
    line-height: 1.875em !important;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    margin-bottom: 1.375em !important; }
    .slidesNav li:after {
      display: none !important; }
    .slidesNav li.active a {
      font-weight: 700;
      color: #1f75a5;
      /*&:before {
              background-color: white;
              content: "";
              height: 1px;
              position: absolute;
              right: em(-61);
              top: 46%;
              width: em(53);
            }*/ }
      .slidesNav li.active a:after {
        background-color: #1f75a5; }
  .slidesNav a {
    text-decoration: none;
    color: rgba(172, 172, 172, 0.7); }
    .slidesNav a:hover {
      color: #1f75a5; }
      .slidesNav a:hover:after {
        background-color: #1f75a5; }
    .slidesNav a:after {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      background-color: #474747;
      margin-left: 0.9375em;
      top: 8px; }

.sis-left {
  text-align: center;
  padding-top: 2.5em; }
  @media (min-width: 40em) {
    .sis-left {
      width: 29%;
      display: inline-block; } }
  @media (min-width: 60em) {
    .sis-left {
      padding-top: 8%; } }
  @media (min-width: 80em) {
    .sis-left {
      width: 29%;
      float: left;
      padding-top: 8%; } }
  .sis-left img {
    border-radius: 50%;
    max-width: 16.25em; }

.sisr-heading {
  display: none;
  font-size: 2.046875em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #0b396a; }
  @media (min-width: 40em) {
    .sisr-heading {
      font-size: 3.046875em;
      display: block; } }

.sisl-heading {
  font-size: 0.9375em;
  font-style: italic;
  display: block;
  margin-bottom: 0.625em; }
  @media (min-width: 40em) {
    .sisl-heading {
      margin: 0.625em 0 0 0;
      text-align: left !important; } }

.sis-right {
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 40em) {
    .sis-right {
      width: 57%;
      display: inline-block;
      text-align: left;
      margin-right: 1%; } }
  @media (min-width: 60em) {
    .sis-right {
      width: 61%;
      float: left;
      margin-right: 5%; } }

.sisr-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.0625em;
  line-height: 1.5em; }
  .sisr-textnth-child(1) {
    padding-bottom: 0.625em; }

.btn-no-border {
  margin-left: 10%; }
  @media (min-width: 40em) {
    .btn-no-border {
      margin-left: 5%; } }
  @media (min-width: 60em) {
    .btn-no-border {
      margin-left: 12%; } }

/*=============== Bottom module ===============*/
#section10 {
  background-color: #042e5a; }

.bucket-module .si-btn-wrap {
  text-align: center;
  margin-top: 2.0625em; }
  @media (min-width: 40em) {
    .bucket-module .si-btn-wrap {
      margin-top: 3.0625em; } }
  .bucket-module .si-btn-wrap .btn-alt, .bucket-module .si-btn-wrap .btn-alt-download, .bucket-module .si-btn-wrap .btn-alt-arrow {
    background: transparent;
    border: 1px solid #dc833d; }
  .bucket-module .si-btn-wrap a {
    margin-right: 0.9375em;
    display: block;
    margin-bottom: 0.625em; }
    @media (min-width: 40em) {
      .bucket-module .si-btn-wrap a {
        display: inline-block; } }

.Logo-container {
  text-align: center; }
  .Logo-container img {
    width: 32%; }
    @media (min-width: 40em) {
      .Logo-container img {
        width: 22%; } }

.sft-content {
  color: rgba(255, 255, 255, 0.46);
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 400;
  margin: 3.3333333333em 0 1.88625em;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  padding: 1.625em 0;
  width: 86%; }

.sft-heading {
  font-size: 1.375em;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.9333333333em;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: .8333333333em; }
  .sft-heading:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #28628f;
    bottom: 0;
    position: absolute;
    left: 0; }

.sisr-text {
  font-size: 1.125em;
  line-height: 1.4375em;
  color: #373636; }

/*
.sft-link-wrap {
  display: flex;
  flex-wrap: wrap;
}*/
.sft-link-list {
  width: 100%; }
  @media (min-width: 40em) {
    .sft-link-list {
      width: 29%;
      display: inline-block;
      vertical-align: top; } }
  .sft-link-list ul {
    padding-left: 0; }
    .sft-link-list ul li {
      line-height: 1.4375em !important;
      margin-bottom: 0.9375em; }
      @media (min-width: 40em) {
        .sft-link-list ul li {
          width: 79%; } }
      .sft-link-list ul li:after {
        visibility: hidden; }
      .sft-link-list ul li a {
        color: rgba(255, 255, 255, 0.46);
        line-height: 0.9375em; }

@media (min-width: 40em) {
  .sft-link-list:nth-child(2) {
    margin: 0 4%; } }

.sft-link-wrap {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 40em) {
    .sft-link-wrap {
      text-align: center; } }
  @media (min-width: 60em) {
    .sft-link-wrap {
      width: 80%; } }

.si-btn-wrap {
  margin: 0 auto;
  max-width: 15.75em;
  text-align: left;
  margin-top: 3.4375em;
  clear: both; }
  @media (min-width: 40em) {
    .si-btn-wrap {
      max-width: none; } }
  .si-btn-wrap a {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px; }
    @media (min-width: 40em) {
      .si-btn-wrap a {
        padding: 0.75em 2.1875em; } }

.see-more a {
  color: #fff !important;
  text-decoration: none; }

.hs-content-id-1 .sh-sticky-wrap.stuck {
  position: relative; }

.hs-content-id-1 .dest-site-intro-wrap {
  background: none; }

.hs-content-id-1 h1 {
  color: #1f75a5; }
  @media (min-width: 40em) {
    .hs-content-id-1 h1 {
      font-size: 2.5em; } }

.hs-content-id-1 .site-footer {
  display: none; }

.hs-content-id-1 .site-content .sh-utility-nav .inner-wrap-wide {
  padding-bottom: 0.6875em !important;
  padding-top: 0.8125em !important; }

.sft-contet-wrap li {
  font-size: 1.0625em !important; }

body.fp-viewing-firstPage .slidesNav,
body.fp-viewing-lastpage .slidesNav {
  display: none; }

.iScrollIndicator {
  display: none !important; }

@media (min-width: 60em) {
  /* Slide 1 */
  .section-two > .fp-tableCell h2,
  .section-two > .fp-tableCell h1,
  .section-two > .fp-tableCell p,
  .section-two > .fp-tableCell .sis-right,
  .section-two > .fp-tableCell .si-btn-wrap,
  .section-two > .fp-tableCell .sisr-list,
  .si-second-wrap:after {
    opacity: 0;
    transition: opacity 1s linear; }
  .section-two.active > .fp-tableCell h2,
  .section-two.active > .fp-tableCell h1,
  .section-two.active > .fp-tableCell .sis-right,
  .section-two.active > .fp-tableCell .si-btn-wrap,
  .section-two.active > .fp-tableCell p,
  .section-two.active > .fp-tableCell .sisr-list,
  .si-second-wrap.active:after {
    opacity: 1; }
  .section-two.active > .fp-tableCell h2 {
    transition-delay: .44s; }
  .section-two.active > .fp-tableCell h1 {
    transition-delay: .33s; }
  .section-two.active > .fp-tableCell p {
    transition-delay: .22s; }
  .si-second-wrap.active:after {
    transition-delay: .22s; }
  .section-two.active > .fp-tableCell p + p {
    transition-delay: 0s; }
  .section-two > .fp-tableCell .sis-left {
    transform: translateY(-1000px);
    opacity: 0;
    transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out; }
  .section-two.active > .fp-tableCell .sis-left {
    transform: translateX(0);
    opacity: 1; }
  .section-two > .fp-tableCell .si-second-content::before {
    transform: translateY(-1000px);
    opacity: 0;
    transition: transform 0.66s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.66s ease-in-out; }
  .section-two.active > .fp-tableCell .si-second-content::before {
    transform: translateX(0);
    opacity: 1; } }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

#section-1,
#section-1 .fp-slide,
#section-1 .fp-tableCell {
  height: auto !important;
  min-height: 100%; }

@media (max-width: 40em) {
  .section,
  .fp-tableCell,
  .fp-scrollable {
    height: auto !important; } }

#fp-nav {
  display: block !important;
  right: 0; }
  @media (min-width: 40em) {
    #fp-nav {
      left: 25px; } }
  @media (min-width: 80em) {
    #fp-nav {
      display: none !important; } }
  #fp-nav li:after {
    display: none !important; }

.m-heading {
  display: block;
  font-size: 2.046875em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #0b396a; }
  @media (min-width: 40em) {
    .m-heading {
      display: none; } }

@media (max-width: 40em) {
  .fp-tableCell .inner-wrap, .fp-tableCell .inner-wrap-narrow, .fp-tableCell .inner-wrap-wide, .fp-tableCell .inner-wrap-fullwidth {
    padding: 1.5em 2em 1.5em 1em; } }

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

.fp-site-intro h3 {
  color: #fff !important;
  font-size: 1.875em; }

.design {
  color: #1f75a5;
  font-weight: 500 !important; }

@media (min-width: 40em) {
  #section1,
  #section3,
  #section4,
  #section5,
  #section6,
  #section9 {
    padding-left: 1.875em; } }

@media (min-width: 60em) {
  #section1,
  #section3,
  #section4,
  #section5,
  #section6,
  #section9 {
    padding-left: 6.25em; } }

@media (min-width: 80em) {
  #section1,
  #section3,
  #section4,
  #section5,
  #section6,
  #section9 {
    padding-left: 12.25em; } }

@media (min-width: 40em) {
  #section7,
  #section8,
  #section2 {
    padding-left: 1.875em; } }

@media (min-width: 60em) {
  #section7,
  #section8,
  #section2 {
    padding-left: 6.25em; } }

@media (min-width: 80em) {
  #section7,
  #section8,
  #section2 {
    padding-left: 12.25em; } }

.heading {
  display: block !important; }
  @media (min-width: 40em) {
    .heading {
      font-size: 1.5em; } }
  @media (min-width: 60em) {
    .heading {
      font-size: 2.5em; } }

/*.right-bucket, .si-buckets-lists {
    width: 70% !important;
      @include mq(xlarge) { 
        margin-left: 6%;
      }
}*/
#section1 {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/img-intro-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.si-nav-list-intro {
  margin-left: 0.625em; }
  @media (min-width: 80em) {
    .si-nav-list-intro {
      width: 56%; } }
  .si-nav-list-intro li {
    position: relative; }
    @media (min-width: 80em) {
      .si-nav-list-intro li {
        width: 33%;
        display: inline-block; } }
  .si-nav-list-intro a {
    color: #373636;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.125em;
    text-decoration: none; }
    .si-nav-list-intro a:after {
      background: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/Untitled-2.png);
      background-repeat: no-repeat;
      background-position: right center;
      content: "";
      height: 1.5625em;
      position: absolute;
      left: -27px;
      top: 0;
      width: 1.25em; }

.si-first-nav-intro .si-nav-list {
  margin-bottom: 0; }
  .si-first-nav-intro .si-nav-list li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .si-first-nav-intro .si-nav-list li:after {
      display: none !important; }

.bucket-module #hs_cos_wrapper_top_posts ul li a {
  font-size: 1.0625em !important; }

.mi-lists {
  font-family: 'Open Sans', sans-serif; }

.fp-site-intro h1 {
  color: #fff; }
  @media (min-width: 60em) {
    .fp-site-intro h1 {
      font-size: 3.25em !important; } }

#section10 .filter-expand-link {
  color: #fff;
  text-decoration: none; }

#section9 ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em; }

#fullpage #hs_cos_wrapper_post_body {
  display: none; }

/*=============== GDD 004 Hero redesign ===============*/
.gdd-004-b {
  display: block }

.site-intro-wrap .site-header {
  background-color: #0b396a; }

.gdd-002-b-site-intro .si-btn-wrap {
  left: 0px !important;
  top: -88px !important;
  position: relative !important;
  display: block !important; }

.site-intro .si-smart-cta {
  display: none; }

.site-intro .si-btn-wrap {
  background: none; }

.recommended-res {
  background-color: #0b396a; }

.recommended-res .rr-header {
  text-align: center;
  color: #ffffff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.571428571428571em; }

.recommended-res {
  text-align: center; }

.recommended-res .rr-cta {
  background-color: transparent;
  font-weight: 400;
  padding-left: 0;
  padding-right: 2.1875em; }

.recommended-res .rr-cta:after {
  background-image: none; }

.rr-icon:after {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/gdd-download-ico.svg);
  background-size: 40% auto; }

.rr-icon:after {
  content: '';
  display: block;
  right: 0;
  top: 10px;
  bottom: 0;
  width: 1.25em;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  transition: background .1s linear;
  background-color: white;
  border-radius: 50%;
  height: 1.25em; }

.recommended-res .rr-title {
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

.si-cta1 {
  position: relative;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid #DC833D !important;
  outline-color: rgba(220, 131, 61, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(220, 131, 61, 0.5);
  outline-offset: 0px; }

.si-cta1:hover {
  border: 1px solid #DC833D;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(220, 131, 61, 0) !important; }

@media (min-width: 80em) {
  .rr-item:nth-child(1) {
    position: relative;
    left: 40px; }
  #pm {
    position: relative;
    left: 25px; }
  .site-intro .inner-wrap .secondary-header, .site-intro .inner-wrap-narrow .secondary-header, .site-intro .inner-wrap-wide .secondary-header, .site-intro .inner-wrap-fullwidth .secondary-header {
    width: 100%; }
  .rr-content {
    display: inline-block;
    vertical-align: middle;
    width: 60%; } }

@media (min-width: 60em) {
  .recommended-res .rr-header {
    padding: 0 4.4em; }
  .rr-header:before {
    border: 1px solid #ffffff;
    content: "";
    left: 0;
    position: absolute;
    top: 49%;
    width: 3.714285714285714em; }
  .rr-header:after {
    border: 1px solid #ffffff;
    content: "";
    right: 0;
    position: absolute;
    top: 49%;
    width: 3.714285714285714em; }
  .site-intro.gdd-002-b-site-intro .page-header.section-header {
    max-width: 100%; }
  .gdd-002-b-site-intro h1 {
    max-width: 63%; }
  .recommended-res .inner-wrap .recommended-res-wrap .rr-item figure, .recommended-res .inner-wrap-narrow .recommended-res-wrap .rr-item figure, .recommended-res .inner-wrap-wide .recommended-res-wrap .rr-item figure, .recommended-res .inner-wrap-fullwidth .recommended-res-wrap .rr-item figure {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2% 0 0;
    text-align: right; }
  .rr-content {
    display: inline-block;
    vertical-align: middle;
    width: 55%; }
  .recommended-res .inner-wrap .recommended-res-wrap .rr-item, .recommended-res .inner-wrap-narrow .recommended-res-wrap .rr-item, .recommended-res .inner-wrap-wide .recommended-res-wrap .rr-item, .recommended-res .inner-wrap-fullwidth .recommended-res-wrap .rr-item {
    text-align: left; } }

@media (max-height: 46em) and (min-width: 60em) {
  .rr-content {
    display: inline-block;
    vertical-align: middle;
    width: 50%; } }

/*=============== GDD 004 Hero redesign end ===============*/
/* ==== GDD 006 B css start ==== */
.gdd-006-b-site-content .sidebar-nav {
  display: none; }

.gdd-006-b-site-content .sc-nav {
  background-color: #0b396a;
  padding: 0.5em 0.9375em 0em 0.75em;
  margin-top: 0.125em;
  margin-bottom: 1.375em; }
  .gdd-006-b-site-content .sc-nav .hs-menu-wrapper ul:not([class]) {
    margin-bottom: 0;
    padding-left: 0; }
  .gdd-006-b-site-content .sc-nav .hs-menu-wrapper li {
    border-top: 1px solid #cccccc;
    height: auto;
    line-height: initial;
    float: none;
    display: block;
    width: 100%; }
  .gdd-006-b-site-content .sc-nav .hs-menu-wrapper a {
    color: #f5f7f9;
    text-decoration: none;
    padding: 0.3125em 0.5em 0.375em;
    font-size: 1em;
    display: block;
    height: auto;
    line-height: 1.5em;
    white-space: normal; }
    .gdd-006-b-site-content .sc-nav .hs-menu-wrapper a:hover {
      text-decoration: underline; }

.gdd-006-b-site-content .sc-heading {
  color: white;
  font-size: 1.125em;
  margin-top: 0; }

.gdd-006-b-site-content .sc-menu li {
  border-top: 1px solid #cccccc; }

.gdd-006-b-site-content .sc-menu a {
  color: #f5f7f9;
  text-decoration: none;
  padding: 0.3125em 0.5em 0.375em;
  font-size: 1em;
  display: block; }

.gdd-006-b-site-content .sc-cta a {
  text-decoration: none; }

.gdd-006-b-site-content .sc-cta a:hover .rli-header {
color:#ad5e1f;
}

.gdd-006-b-site-content .sc-cta .rl-cta {
  font-size: 1em;
  text-decoration: none;
  font-weight: 700;
  /*color: #dc823e;*/ }

.gdd-006-b-site-content .rl-image {
  padding-top: 0;
  text-align: left;
  margin: 0 auto 0.1875em; }
  .gdd-006-b-site-content .rl-image img {
    display: inline-block;
    max-width: 11em;
    margin-right: 1.5625em; }

.gdd-006-b-site-content .rli-header {
  color: #0c396a;
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.1666666667em;
  /*margin-bottom: 0;*/ }
  .gdd-006-b-site-content .rli-header span {
    position: relative;
    padding-right: 1.6666666667em;
    display: inline-block;
    vertical-align: top; }
    .gdd-006-b-site-content .rli-header span:after {
      content: "";
      position: absolute;
      background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/download-cta.png);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 1.1111111111em 1.1111111111em;
      width: 1.1111111111em;
      height: 1.1111111111em;
      right: 0;
      bottom: 0; }

@media (min-width: 60em) {
  .gdd-006-b-site-content.site-content.two-column .site-content-primary {
    margin-right: 4.7%;
    width: 70%; }
  .gdd-006-b-site-content.site-content.two-column .site-content-secondary {
    width: 25.3%;
    border-left: 1px solid #dfdfdf;
    padding-left: 3.0625em;
    margin-top: 1.625em; }
  .gdd-006-b-site-content .rl-image {
    text-align: center; } }

@media (min-width: 80em) {
  .gdd-006-b-site-content .rli-header span:after {
    right: 3.3888888889em; } }

/* ==== GDD 006 B css end ==== */
.anchor-links-nav{
text-align:center;
}
.anchor-links-nav > ul {
  padding-left: 0; }

.anchor-links-nav > ul li {
  display: inline; }

.anchor-links-content {
  margin-top: -210px;
  padding-top: 210px; }

.cust-plastic-injection-wrap {
  text-align: center; }
  @media (min-width: 40em) {
    .cust-plastic-injection-wrap .cust-img-wrap {
      width: 23%;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; } }
  @media (min-width: 40em) {
    .cust-plastic-injection-wrap .cust-content-wrap {
      width: 70%;
      display: inline-block;
      vertical-align: top;
      padding-left: 30px;
      margin-top: 20px; } }
  @media (min-width: 40em) {
    .cust-plastic-injection-wrap {
      text-align: left; } }

.ingographic-img-container {
  position: relative;
  z-index: 1;
  width: 100%;
  float: none;
  margin-left: 0; }
  @media (min-width: 40em) {
    .ingographic-img-container {
      float: right;
      width: 15.625em;
      margin-left: 0.9375em; } }

/*** GDD-007 ***/
.gdd-007-b {
  display: block !important; }

.sf-secondry .inner-wrap, .sf-secondry .inner-wrap-narrow, .sf-secondry .inner-wrap-wide, .sf-secondry .inner-wrap-fullwidth {
  padding-bottom: 50px; }

.gdd-007-cta {
  display: none;
  background: #dc823d;
  color: #ffffff;
  position: fixed;
  bottom: 0px;
  left: 25%;
  width: 160px;
  text-align: right;
  text-decoration: none;
  font-size: 1.1875em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  animation: slidecta .35s linear, orangePulse 3s infinite;
  -webkit-animation: slidecta .35s linear, orangePulse 3s infinite;
  -moz-animation: slidecta .35s linear, orangePulse 3s infinite;
  -o-animation: slidecta .35s linear, orangePulse 3s infinite;
  -ms-animation: slidecta .35s linear, orangePulse 3s infinite;
  padding-top: 11px;
  padding-right: 20px;
  z-index: 1; }

.gdd-007-cta:hover {
  color: #ffffff; }

.gdd-007-cta:focus {
  color: #ffffff; }

.gdd-007-cta::before {
  content: "";
  position: absolute;
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/noun_contact_1562095.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 33px 32px;
  width: 33px;
  height: 32px;
  left: 20px;
  bottom: 0.5em; }

@-webkit-keyframes orangePulse {
  from {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; }
  50% {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 18px #ff5c00; }
  to {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; } }

@keyframes orangePulse {
  from {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; }
  50% {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 18px #ff5c00; }
  to {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; } }

@-moz-keyframes orangePulse {
  from {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; }
  50% {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 18px #ff5c00; }
  to {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; } }

@-o-keyframes orangePulse {
  from {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; }
  50% {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 18px #ff5c00; }
  to {
    background-color: #dc823d;
    -webkit-box-shadow: 0 0 9px #333; } }

/* Chrome, Safari, Opera*/
@-webkit-keyframes slidecta {
  from {
    bottom: -48px; }
  to {
    bottom: 0px; } }

@keyframes slidecta {
  from {
    bottom: -48px; }
  to {
    bottom: 0px; } }

@-moz-keyframes slidecta {
  from {
    bottom: -48px; }
  to {
    bottom: 0px; } }

@-o-keyframes slidecta {
  from {
    bottom: -48px; }
  to {
    bottom: 0px; } }

@media (min-width: 40em) {
  .gdd-007-cta {
    left: 42.1%; } }

@media (max-height: 40em) and (min-width: 60em) {
  .gdd-007-cta {
    padding-right: 23px;
    font-size: 1.666666666666667em; } }

/*** GDD-007 end ***/
/*** GDD-005 ***/
/*** TY page ***/
.gdd005-ty-module {
  display: block !important;
  margin-bottom: 20px; }

.gdd005-ty-module .subscribe-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: "eurostile-condensed", arial, sans-serif; }

.hs_submit {
  display: inline-block;
  vertical-align: top; }

.gdd005-ty-module .inner-wrap, .gdd005-ty-module .inner-wrap-narrow, .gdd005-ty-module .inner-wrap-wide, .gdd005-ty-module .inner-wrap-fullwidth {
  padding-top: 25px;
  border-top: 1px solid #dfdfdf;
  padding-left: 0; }

.gdd005-ty-module input[type="email"] {
  width: 210px;
  height: 40px; }

.gdd005-ty-module .hs_email {
  display: inline-block; }

.gdd005-ty-module .cta-main-wrap {
  text-align: center; }

.gdd005-ty .content-inner-wrap {
  padding-bottom: 0px; }

.gdd005-ty-module .actions {
  float: left !important;
  display: inline-block;
  position: relative; }

.gdd005-ty-module form label {
  font-size: 16px;
  font-weight: 100;
  color: #434040; }

.gdd005-ty-module #res-btn {
  margin-bottom: 20px;
  margin-top: 7px; }

.gdd005-ty-module .cta-wrap > * {
  display: inline-block;
  vertical-align: middle; }

.gdd005-ty-module .cta-wrap img {
  height: 235px; }

.gdd005-ty-module .cta-wrap .cta_button {
  width: 237px;
  background: #1f75a5;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  font-family: "eurostile-condensed", arial, sans-serif;
  position: relative;
  z-index: 1; }

.gdd005-ty-module .cta-wrap .cta_button:hover {
  background: #0b396a; }

.gdd005-ty #hs_cos_wrapper_right_column {
  display: none; }

.gdd005-ty-module form input[type=submit] {
  background: url("https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/gdd005submit-ico%20-%20white.svg") no-repeat center center;
  width: 38px;
  height: 40px;
  border: none;
  color: transparent;
  background-color: #dc833d;
  position: absolute;
  right: -36px;
  top: 30px;
  background-size: 30px 30px; }

.gdd005-ty-module .cta-item {
  position: relative; }

.gdd005-ty-module .blog-wrap {
  width: 100%; }

.gdd005-ty-module .cta-main-wrap {
  width: 100%; }

.gdd005-ty-module .blog-wrap {
  text-align: center; }

@media (min-width: 87.5em) {
  .gdd005-ty-module input[type="email"] {
    width: 236px !important; } }

@media (min-width: 80em) {
  .gdd005-ty-module .ty-title {
    padding-left: 4%; }
  .gdd005-ty-module .cta-item::after {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/Macbook.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 437px 255px !important;
    width: 437px !important;
    height: 255px !important;
    left: 109px !important;
    bottom: -55px !important; }
  .video-module .cta-item::after {
    display: none; }
  .gdd005-ty-module .cta-wrap {
    position: relative;
    right: 17px;
/*     padding-top: 18px;*/ } 
  .gdd005-ty-module .subscribe-wrap {
    padding-left: 22px; }
  .gdd005-ty-module .hs_email {
    margin-left: 12px; } }

@media (min-width: 60em) {
  .gdd005-ty-module .cta-item::after {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/Macbook.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 300px 189px;
    width: 300px;
    height: 189px;
    left: 149px;
    bottom: -34px; }
  .gdd005-ty-module input[type="email"] {
    width: 190px; }
  .gdd005-ty-module .hs_email {
    float: left !important;
    display: inline-block; }
  .gdd005-ty-module .blog-wrap {
    text-align: left; }
  .gdd005-ty-module .cta-main-wrap {
    text-align: left; } }

@media (min-width: 56.25em) {
  .gdd005-ty-module .subscribe-wrap > * {
    display: inline-block;
    vertical-align: middle; } }

@media (min-width: 60em) {
  .gdd005-ty-module .blog-wrap {
    width: 48.821174201%; }
  .gdd005-ty-module .cta-main-wrap {
    width: 48.821174201%; }
  .gdd005-ty-module .inner-wrap, .gdd005-ty-module .inner-wrap-narrow, .gdd005-ty-module .inner-wrap-wide, .gdd005-ty-module .inner-wrap-fullwidth {
    padding-left: 1.5em; } }

@media (min-width: 40em) {
  .gdd005-ty-module .cta-item::after {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/Macbook.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 260px 154px;
    width: 267px;
    height: 162px;
    left: 149px;
    bottom: -34px; } }

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .video-content {
    width: 30%; }
    .video-content iframe {
      width: 100% !important; }
  .video-module .blog-wrap {
    width: 40.821%;
    text-align: left; }
  .gdd005-ty-module .cta-wrap .cta_button {
    width: 203px !important; }
  .gdd005-ty-module .subscribe-wrap h3 {
    font-size: 18px; } }

/*** GDD-005 end***/
.video-module .cta-item:after {
  display: none; }

.video-module .blog-wrap {
  text-align: center; }
  @media (min-width: 60em) {
    .video-module .blog-wrap {
      width: 22.821%;
      text-align: left; } }
  @media (min-width: 80em) {
    .video-module .blog-wrap {
      width: 38.821%; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .video-module .blog-wrap {
      width: 23.821%; } }

@media (min-width: 60em) {
  .video-module .cta-main-wrap {
    width: 25.821%; } }

@media (min-width: 80em) {
  .video-module .cta-main-wrap {
    width: 15.821%; } }

@media (min-width: 60em) {
  .video-module .cta-item {
    margin-left: 22px; } }

@media (min-width: 80em) {
  .video-module .cta-item {
    margin-left: 32px;
    right: 0; } }

.video-content {
  text-align: center;
  width: auto;
  float: none; }
  @media (min-width: 60em) {
    .video-content {
      width: 44%;
      float: right !important; } }
  @media (min-width: 80em) {
    .video-content {
      width: 33%;
      float: right;
      margin-left: 22px; } }

.site-bg-video .site-intro {
  overflow: hidden; }

.site-bg-video .inner-wrap, .site-bg-video .inner-wrap-narrow, .site-bg-video .inner-wrap-wide, .site-bg-video .inner-wrap-fullwidth {
  position: relative;
  z-index: 9; }

.site-bg-video .secondary-header {
  width: 72% !important;
  margin-bottom: 44px; }

.site-bg-video .si-video-wrap {
  position: absolute; display:none; }
@media (min-width: 40em) {
  .site-bg-video .si-video-wrap {
  position: absolute; display:block; }
}
  .site-bg-video  .si-video-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 270px);
    background-color: rgba(0, 0, 0, 0.4); }


.home-video .site-intro.gdd-002-b-site-intro{
  
 height:40em; 
}
.hs-content-name-home-clone .sh-sticky-wrap {
  background-color: #0b396b; }

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


/*Infographics Animaion css style start*/
/*Infographics Animaion css style start*/
.fp-intro1 {
  color: #ffffff; }
  .fp-intro1 .inner-wrap, .fp-intro1 .inner-wrap-narrow, .fp-intro1 .inner-wrap-wide, .fp-intro1 .inner-wrap-fullwidth {
    padding-top: 12.0625em;
    padding-bottom: 4.375em; }

.fp-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.fp-intro1.fp-bg {
  background-position: center bottom; }

.fi-header {
  color: #ffffff;
  text-align: center;
  font-size: 4.5em;
  margin-bottom: 0.0694444444em; }

.fi-sub-header {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  font-size: 1.875em;
  margin-bottom: 0.4em; }

.fi-text {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  font-size: 1.25em;
  max-width: 42.5em;
  line-height: 1.3em;
  margin: 0 auto 0.8em; }

.fi-svg-animation {
  max-width: 30.5em;
  width: 100%;
  margin: 0 auto;
  position: relative;
max-height: 25.0625em;}
.fi-svg-animation .fi-svg > svg {
      max-width: 30.5em;
      width: 100%;
      height: 25.0625em; }
.fi-svg-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*max-width: 27.5625em;*/
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%; }

.fi-svg-text > p {
  color: #ffffff;
  font-size: 1.4375em;
  /*font-weight: bold;*/
  text-align: center;
  margin: 0; }

.fi-col-two {
  max-width: 60em;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5em; }
  .fi-col-two > div {
    width: 100%;
    margin-bottom: 2.1875em; }
    .fi-col-two > div:first-child {
      margin-left: 0; }
  @media (min-width: 40em) {
    .fi-col-two {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .fi-col-two > div {
        width: 50%;
        margin-bottom: 0;
        margin-left: 2.192982456140351%; } }

.fic-heading {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding-top: 1.1875em;
  padding-bottom: 0.8125em;
  position: relative; }
  .fic-heading:before {
    content: '';
    background-color: #ffffff;
    width: 3.875em;
    height: 0.125em;
    position: absolute;
    left: 0;
    bottom: -0.125em; }

.fic-title {
  font-size: 1.75em;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px; }

.fic-text p {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal; }

.fullpage-scroll {
  background-color: #082f5a;
  color: #ffffff; }
  .fullpage-scroll #section1, .fullpage-scroll #section2, .fullpage-scroll #section3, .fullpage-scroll #section4, .fullpage-scroll #section5, .fullpage-scroll #section6 {
    padding: 0;
    background-image: none; }

.fp-content-color1 {
  background: -moz-linear-gradient(top, #1f75a6 0%, #0b396a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1f75a6 0%, #0b396a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1f75a6 0%, #0b396a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.fp-content-color2 {
  background: -moz-linear-gradient(top, #1f75a6 0%, #1e74a3 1%, #1f71a1 1%, #1f73a2 2%, #1d71a0 2%, #2072a2 3%, #1c73a0 3%, #2070a1 3%, #1d719f 4%, #1d6f9f 5%, #1d709c 5%, #1b6c99 8%, #1b6d95 8%, #1e6b99 8%, #1c6b96 9%, #1c6995 11%, #1b6892 11%, #1d6892 12%, #1a658f 13%, #1d668f 14%, #19648c 14%, #1a658f 14%, #1b648d 14%, #18668d 14%, #1c638d 14%, #1c658e 15%, #1a638c 15%, #1a658c 16%, #1a618b 16%, #18638b 17%, #19608a 17%, #186086 19%, #1a5f88 19%, #175b80 22%, #1a5b81 23%, #17587e 24%, #165a7f 24%, #18587e 24%, #165a7f 24%, #17577d 24%, #19597d 26%, #16567a 26%, #18587b 27%, #165679 27%, #18567b 27%, #155475 29%, #175377 30%, #175375 30%, #145374 30%, #175274 31%, #134e6e 34%, #134e6e 35%, #164c6e 35%, #134e6e 35%, #164c6e 35%, #144d6b 36%, #134e6c 37%, #144969 37%, #144d6a 37%, #144969 37%, #144b69 38%, #124967 38%, #144968 40%, #104863 40%, #144766 40%, #144766 40%, #114763 41%, #134665 41%, #11445f 43%, #12445f 45%, #10425d 45%, #10425d 45%, #13405d 46%, #12415b 46%, #103f59 47%, #12415b 47%, #0f3e58 47%, #0f415a 48%, #103c57 48%, #103e58 49%, #0f3d55 49%, #0e3e55 50%, #103c55 50%, #103c55 51%, #0e3a53 51%, #0f3c53 52%, #0f3751 53%, #0e394c 54%, #0f3750 54%, #0c3950 54%, #0e3850 54%, #0e374d 54%, #0f354c 57%, #0e3447 57%, #0e334d 57%, #0e3449 58%, #0c3247 58%, #0c3549 59%, #0d3046 59%, #0d3244 60%, #0d3149 60%, #0e3346 60%, #0b3042 60%, #0c3048 61%, #0c3144 61%, #0d3245 61%, #0a2f42 61%, #0c2f43 62%, #0a2d40 63%, #0d2e41 63%, #0b2c3f 65%, #0b2a3c 65%, #0c293b 67%, #0a2a39 68%, #0b273c 68%, #0b2838 68%, #0b2838 69%, #092636 69%, #0a2536 70%, #0a2632 70%, #0a2536 70%, #092531 71%, #092437 71%, #092533 71%, #092634 72%, #092332 72%, #09202e 74%, #07212e 75%, #081b2a 79%, #071b26 79%, #081a26 80%, #041b23 81%, #081825 81%, #071925 81%, #061822 81%, #061a23 83%, #061721 83%, #071820 83%, #05161d 83%, #061625 84%, #051620 84%, #05161d 84%, #031018 89%, #061117 90%, #040f15 90%, #051016 90%, #020d13 91%, #040f15 91%, #040e10 91%, #030e14 92%, #050c14 92%, #050e13 92%, #020b12 93%, #040d12 93%, #04090f 93%, #02090f 94%, #030c11 94%, #010a0f 94%, #060910 94%, #010a0f 94%, #020a0c 95%, #000a0c 96%, #03080c 96%, #000407 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1f75a6 0%, #1e74a3 1%, #1f71a1 1%, #1f73a2 2%, #1d71a0 2%, #2072a2 3%, #1c73a0 3%, #2070a1 3%, #1d719f 4%, #1d6f9f 5%, #1d709c 5%, #1b6c99 8%, #1b6d95 8%, #1e6b99 8%, #1c6b96 9%, #1c6995 11%, #1b6892 11%, #1d6892 12%, #1a658f 13%, #1d668f 14%, #19648c 14%, #1a658f 14%, #1b648d 14%, #18668d 14%, #1c638d 14%, #1c658e 15%, #1a638c 15%, #1a658c 16%, #1a618b 16%, #18638b 17%, #19608a 17%, #186086 19%, #1a5f88 19%, #175b80 22%, #1a5b81 23%, #17587e 24%, #165a7f 24%, #18587e 24%, #165a7f 24%, #17577d 24%, #19597d 26%, #16567a 26%, #18587b 27%, #165679 27%, #18567b 27%, #155475 29%, #175377 30%, #175375 30%, #145374 30%, #175274 31%, #134e6e 34%, #134e6e 35%, #164c6e 35%, #134e6e 35%, #164c6e 35%, #144d6b 36%, #134e6c 37%, #144969 37%, #144d6a 37%, #144969 37%, #144b69 38%, #124967 38%, #144968 40%, #104863 40%, #144766 40%, #144766 40%, #114763 41%, #134665 41%, #11445f 43%, #12445f 45%, #10425d 45%, #10425d 45%, #13405d 46%, #12415b 46%, #103f59 47%, #12415b 47%, #0f3e58 47%, #0f415a 48%, #103c57 48%, #103e58 49%, #0f3d55 49%, #0e3e55 50%, #103c55 50%, #103c55 51%, #0e3a53 51%, #0f3c53 52%, #0f3751 53%, #0e394c 54%, #0f3750 54%, #0c3950 54%, #0e3850 54%, #0e374d 54%, #0f354c 57%, #0e3447 57%, #0e334d 57%, #0e3449 58%, #0c3247 58%, #0c3549 59%, #0d3046 59%, #0d3244 60%, #0d3149 60%, #0e3346 60%, #0b3042 60%, #0c3048 61%, #0c3144 61%, #0d3245 61%, #0a2f42 61%, #0c2f43 62%, #0a2d40 63%, #0d2e41 63%, #0b2c3f 65%, #0b2a3c 65%, #0c293b 67%, #0a2a39 68%, #0b273c 68%, #0b2838 68%, #0b2838 69%, #092636 69%, #0a2536 70%, #0a2632 70%, #0a2536 70%, #092531 71%, #092437 71%, #092533 71%, #092634 72%, #092332 72%, #09202e 74%, #07212e 75%, #081b2a 79%, #071b26 79%, #081a26 80%, #041b23 81%, #081825 81%, #071925 81%, #061822 81%, #061a23 83%, #061721 83%, #071820 83%, #05161d 83%, #061625 84%, #051620 84%, #05161d 84%, #031018 89%, #061117 90%, #040f15 90%, #051016 90%, #020d13 91%, #040f15 91%, #040e10 91%, #030e14 92%, #050c14 92%, #050e13 92%, #020b12 93%, #040d12 93%, #04090f 93%, #02090f 94%, #030c11 94%, #010a0f 94%, #060910 94%, #010a0f 94%, #020a0c 95%, #000a0c 96%, #03080c 96%, #000407 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1f75a6 0%, #1e74a3 1%, #1f71a1 1%, #1f73a2 2%, #1d71a0 2%, #2072a2 3%, #1c73a0 3%, #2070a1 3%, #1d719f 4%, #1d6f9f 5%, #1d709c 5%, #1b6c99 8%, #1b6d95 8%, #1e6b99 8%, #1c6b96 9%, #1c6995 11%, #1b6892 11%, #1d6892 12%, #1a658f 13%, #1d668f 14%, #19648c 14%, #1a658f 14%, #1b648d 14%, #18668d 14%, #1c638d 14%, #1c658e 15%, #1a638c 15%, #1a658c 16%, #1a618b 16%, #18638b 17%, #19608a 17%, #186086 19%, #1a5f88 19%, #175b80 22%, #1a5b81 23%, #17587e 24%, #165a7f 24%, #18587e 24%, #165a7f 24%, #17577d 24%, #19597d 26%, #16567a 26%, #18587b 27%, #165679 27%, #18567b 27%, #155475 29%, #175377 30%, #175375 30%, #145374 30%, #175274 31%, #134e6e 34%, #134e6e 35%, #164c6e 35%, #134e6e 35%, #164c6e 35%, #144d6b 36%, #134e6c 37%, #144969 37%, #144d6a 37%, #144969 37%, #144b69 38%, #124967 38%, #144968 40%, #104863 40%, #144766 40%, #144766 40%, #114763 41%, #134665 41%, #11445f 43%, #12445f 45%, #10425d 45%, #10425d 45%, #13405d 46%, #12415b 46%, #103f59 47%, #12415b 47%, #0f3e58 47%, #0f415a 48%, #103c57 48%, #103e58 49%, #0f3d55 49%, #0e3e55 50%, #103c55 50%, #103c55 51%, #0e3a53 51%, #0f3c53 52%, #0f3751 53%, #0e394c 54%, #0f3750 54%, #0c3950 54%, #0e3850 54%, #0e374d 54%, #0f354c 57%, #0e3447 57%, #0e334d 57%, #0e3449 58%, #0c3247 58%, #0c3549 59%, #0d3046 59%, #0d3244 60%, #0d3149 60%, #0e3346 60%, #0b3042 60%, #0c3048 61%, #0c3144 61%, #0d3245 61%, #0a2f42 61%, #0c2f43 62%, #0a2d40 63%, #0d2e41 63%, #0b2c3f 65%, #0b2a3c 65%, #0c293b 67%, #0a2a39 68%, #0b273c 68%, #0b2838 68%, #0b2838 69%, #092636 69%, #0a2536 70%, #0a2632 70%, #0a2536 70%, #092531 71%, #092437 71%, #092533 71%, #092634 72%, #092332 72%, #09202e 74%, #07212e 75%, #081b2a 79%, #071b26 79%, #081a26 80%, #041b23 81%, #081825 81%, #071925 81%, #061822 81%, #061a23 83%, #061721 83%, #071820 83%, #05161d 83%, #061625 84%, #051620 84%, #05161d 84%, #031018 89%, #061117 90%, #040f15 90%, #051016 90%, #020d13 91%, #040f15 91%, #040e10 91%, #030e14 92%, #050c14 92%, #050e13 92%, #020b12 93%, #040d12 93%, #04090f 93%, #02090f 94%, #030c11 94%, #010a0f 94%, #060910 94%, #010a0f 94%, #020a0c 95%, #000a0c 96%, #03080c 96%, #000407 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.fp-content-color3 {
  background: -moz-linear-gradient(top, #000407 0%, #020307 0%, #010204 0%, #000407 0%, #010204 1%, #010206 1%, #000200 1%, #000103 1%, #010103 2%, #000000 2%, #010103 2%, #000000 2%, #000000 7%, #010005 7%, #000002 7%, #010100 8%, #020003 8%, #000201 8%, #010005 8%, #000002 10%, #020305 10%, #000308 16%, #000509 18%, #01060c 19%, #00050b 21%, #03080e 21%, #02070d 22%, #00070f 22%, #02070d 22%, #000912 22%, #00070f 22%, #00070f 23%, #010a11 26%, #010914 26%, #000a14 31%, #030d17 31%, #020c16 33%, #000e1b 34%, #050e17 34%, #040e1a 35%, #010d19 35%, #020f18 36%, #020e1e 36%, #02101b 40%, #020f20 40%, #02101b 40%, #02101d 41%, #031020 41%, #02101d 41%, #041122 41%, #041020 42%, #001220 42%, #021124 48%, #031424 48%, #031426 51%, #051628 51%, #051525 51%, #01162b 51%, #031529 51%, #04162c 55%, #02172a 55%, #021728 56%, #02162e 56%, #031930 61%, #051b32 61%, #041a31 63%, #031833 63%, #061c31 63%, #051b33 65%, #021c33 65%, #041d33 66%, #041c38 66%, #041c34 66%, #031d36 69%, #041e39 69%, #041e35 70%, #041d3b 71%, #041e39 72%, #03213b 72%, #031e3b 74%, #06213e 74%, #05203d 76%, #052242 77%, #072240 77%, #052240 77%, #032541 77%, #082341 77%, #062542 78%, #052345 78%, #082744 78%, #072642 78%, #052645 78%, #062746 78%, #082743 78%, #052645 78%, #072847 78%, #062947 79%, #06284b 79%, #072a48 79%, #082b49 79%, #082a4d 79%, #072b4b 80%, #0a2e4e 80%, #082c4c 80%, #0b2d50 80%, #0a2e4e 80%, #0b2d52 80%, #07304c 80%, #093051 80%, #073050 81%, #0a3353 81%, #0a3152 81%, #0a3557 82%, #0b3454 82%, #0d3558 82%, #0a3557 82%, #0b3859 83%, #0f375a 83%, #0b3859 83%, #0c3a5b 83%, #0e395c 83%, #0a3b5c 83%, #0e3a5d 83%, #0c3a5c 84%, #0e3c5e 84%, #0e3a5d 84%, #0d3d61 84%, #0e4063 85%, #0f4068 85%, #0f4164 85%, #104267 86%, #0d4166 86%, #104469 86%, #0e4267 86%, #11456c 86%, #0f4569 86%, #12476f 87%, #124a6f 87%, #104a70 88%, #134d73 88%, #114d72 89%, #134e76 89%, #134f73 89%, #144f77 89%, #145279 90%, #14557d 90%, #14537c 91%, #16557e 91%, #14537c 91%, #17567f 91%, #15567e 91%, #15557b 91%, #175783 91%, #185782 92%, #155882 92%, #195883 92%, #165983 92%, #165983 92%, #185b86 93%, #155c86 93%, #185b86 93%, #195e88 93%, #165d87 93%, #185f89 93%, #175e88 94%, #185f8d 94%, #17608b 94%, #1a638e 95%, #19648b 95%, #196390 95%, #1a6491 95%, #196692 96%, #1b6894 96%, #1b6896 96%, #1d6693 96%, #1a6b9a 96%, #1b6997 97%, #1c6a98 97%, #196c98 97%, #1e6b99 97%, #1b6c97 97%, #1c6d9c 98%, #1e70a0 98%, #1d6f9e 98%, #1f71a3 98%, #1e70a0 99%, #1e70a0 99%, #1f73a2 99%, #1f71a0 99%, #1e74a5 99%, #1f73a2 100%, #1e74a5 100%, #1f75a6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000407 0%, #020307 0%, #010204 0%, #000407 0%, #010204 1%, #010206 1%, #000200 1%, #000103 1%, #010103 2%, #000000 2%, #010103 2%, #000000 2%, #000000 7%, #010005 7%, #000002 7%, #010100 8%, #020003 8%, #000201 8%, #010005 8%, #000002 10%, #020305 10%, #000308 16%, #000509 18%, #01060c 19%, #00050b 21%, #03080e 21%, #02070d 22%, #00070f 22%, #02070d 22%, #000912 22%, #00070f 22%, #00070f 23%, #010a11 26%, #010914 26%, #000a14 31%, #030d17 31%, #020c16 33%, #000e1b 34%, #050e17 34%, #040e1a 35%, #010d19 35%, #020f18 36%, #020e1e 36%, #02101b 40%, #020f20 40%, #02101b 40%, #02101d 41%, #031020 41%, #02101d 41%, #041122 41%, #041020 42%, #001220 42%, #021124 48%, #031424 48%, #031426 51%, #051628 51%, #051525 51%, #01162b 51%, #031529 51%, #04162c 55%, #02172a 55%, #021728 56%, #02162e 56%, #031930 61%, #051b32 61%, #041a31 63%, #031833 63%, #061c31 63%, #051b33 65%, #021c33 65%, #041d33 66%, #041c38 66%, #041c34 66%, #031d36 69%, #041e39 69%, #041e35 70%, #041d3b 71%, #041e39 72%, #03213b 72%, #031e3b 74%, #06213e 74%, #05203d 76%, #052242 77%, #072240 77%, #052240 77%, #032541 77%, #082341 77%, #062542 78%, #052345 78%, #082744 78%, #072642 78%, #052645 78%, #062746 78%, #082743 78%, #052645 78%, #072847 78%, #062947 79%, #06284b 79%, #072a48 79%, #082b49 79%, #082a4d 79%, #072b4b 80%, #0a2e4e 80%, #082c4c 80%, #0b2d50 80%, #0a2e4e 80%, #0b2d52 80%, #07304c 80%, #093051 80%, #073050 81%, #0a3353 81%, #0a3152 81%, #0a3557 82%, #0b3454 82%, #0d3558 82%, #0a3557 82%, #0b3859 83%, #0f375a 83%, #0b3859 83%, #0c3a5b 83%, #0e395c 83%, #0a3b5c 83%, #0e3a5d 83%, #0c3a5c 84%, #0e3c5e 84%, #0e3a5d 84%, #0d3d61 84%, #0e4063 85%, #0f4068 85%, #0f4164 85%, #104267 86%, #0d4166 86%, #104469 86%, #0e4267 86%, #11456c 86%, #0f4569 86%, #12476f 87%, #124a6f 87%, #104a70 88%, #134d73 88%, #114d72 89%, #134e76 89%, #134f73 89%, #144f77 89%, #145279 90%, #14557d 90%, #14537c 91%, #16557e 91%, #14537c 91%, #17567f 91%, #15567e 91%, #15557b 91%, #175783 91%, #185782 92%, #155882 92%, #195883 92%, #165983 92%, #165983 92%, #185b86 93%, #155c86 93%, #185b86 93%, #195e88 93%, #165d87 93%, #185f89 93%, #175e88 94%, #185f8d 94%, #17608b 94%, #1a638e 95%, #19648b 95%, #196390 95%, #1a6491 95%, #196692 96%, #1b6894 96%, #1b6896 96%, #1d6693 96%, #1a6b9a 96%, #1b6997 97%, #1c6a98 97%, #196c98 97%, #1e6b99 97%, #1b6c97 97%, #1c6d9c 98%, #1e70a0 98%, #1d6f9e 98%, #1f71a3 98%, #1e70a0 99%, #1e70a0 99%, #1f73a2 99%, #1f71a0 99%, #1e74a5 99%, #1f73a2 100%, #1e74a5 100%, #1f75a6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000407 0%, #020307 0%, #010204 0%, #000407 0%, #010204 1%, #010206 1%, #000200 1%, #000103 1%, #010103 2%, #000000 2%, #010103 2%, #000000 2%, #000000 7%, #010005 7%, #000002 7%, #010100 8%, #020003 8%, #000201 8%, #010005 8%, #000002 10%, #020305 10%, #000308 16%, #000509 18%, #01060c 19%, #00050b 21%, #03080e 21%, #02070d 22%, #00070f 22%, #02070d 22%, #000912 22%, #00070f 22%, #00070f 23%, #010a11 26%, #010914 26%, #000a14 31%, #030d17 31%, #020c16 33%, #000e1b 34%, #050e17 34%, #040e1a 35%, #010d19 35%, #020f18 36%, #020e1e 36%, #02101b 40%, #020f20 40%, #02101b 40%, #02101d 41%, #031020 41%, #02101d 41%, #041122 41%, #041020 42%, #001220 42%, #021124 48%, #031424 48%, #031426 51%, #051628 51%, #051525 51%, #01162b 51%, #031529 51%, #04162c 55%, #02172a 55%, #021728 56%, #02162e 56%, #031930 61%, #051b32 61%, #041a31 63%, #031833 63%, #061c31 63%, #051b33 65%, #021c33 65%, #041d33 66%, #041c38 66%, #041c34 66%, #031d36 69%, #041e39 69%, #041e35 70%, #041d3b 71%, #041e39 72%, #03213b 72%, #031e3b 74%, #06213e 74%, #05203d 76%, #052242 77%, #072240 77%, #052240 77%, #032541 77%, #082341 77%, #062542 78%, #052345 78%, #082744 78%, #072642 78%, #052645 78%, #062746 78%, #082743 78%, #052645 78%, #072847 78%, #062947 79%, #06284b 79%, #072a48 79%, #082b49 79%, #082a4d 79%, #072b4b 80%, #0a2e4e 80%, #082c4c 80%, #0b2d50 80%, #0a2e4e 80%, #0b2d52 80%, #07304c 80%, #093051 80%, #073050 81%, #0a3353 81%, #0a3152 81%, #0a3557 82%, #0b3454 82%, #0d3558 82%, #0a3557 82%, #0b3859 83%, #0f375a 83%, #0b3859 83%, #0c3a5b 83%, #0e395c 83%, #0a3b5c 83%, #0e3a5d 83%, #0c3a5c 84%, #0e3c5e 84%, #0e3a5d 84%, #0d3d61 84%, #0e4063 85%, #0f4068 85%, #0f4164 85%, #104267 86%, #0d4166 86%, #104469 86%, #0e4267 86%, #11456c 86%, #0f4569 86%, #12476f 87%, #124a6f 87%, #104a70 88%, #134d73 88%, #114d72 89%, #134e76 89%, #134f73 89%, #144f77 89%, #145279 90%, #14557d 90%, #14537c 91%, #16557e 91%, #14537c 91%, #17567f 91%, #15567e 91%, #15557b 91%, #175783 91%, #185782 92%, #155882 92%, #195883 92%, #165983 92%, #165983 92%, #185b86 93%, #155c86 93%, #185b86 93%, #195e88 93%, #165d87 93%, #185f89 93%, #175e88 94%, #185f8d 94%, #17608b 94%, #1a638e 95%, #19648b 95%, #196390 95%, #1a6491 95%, #196692 96%, #1b6894 96%, #1b6896 96%, #1d6693 96%, #1a6b9a 96%, #1b6997 97%, #1c6a98 97%, #196c98 97%, #1e6b99 97%, #1b6c97 97%, #1c6d9c 98%, #1e70a0 98%, #1d6f9e 98%, #1f71a3 98%, #1e70a0 99%, #1e70a0 99%, #1f73a2 99%, #1f71a0 99%, #1e74a5 99%, #1f73a2 100%, #1e74a5 100%, #1f75a6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.fp-content-color1 .inner-wrap, .fp-content-color1 .inner-wrap-narrow, .fp-content-color1 .inner-wrap-wide, .fp-content-color1 .inner-wrap-fullwidth {
  padding-top: 8.75em; }

.fif-header {
  text-align: center;
  font-size: 3.375em;
  color: #ffffff; }

.fif-header-big {
  font-size: 3.375em;
  margin-top: 0.2222222222em; }

.fp-content-color2 .inner-wrap, .fp-content-color2 .inner-wrap-narrow, .fp-content-color2 .inner-wrap-wide, .fp-content-color2 .inner-wrap-fullwidth {
  padding-top: 6.75em; }

.fpf-footer {
  text-align: center; }
  .fpf-footer .inner-wrap, .fpf-footer .inner-wrap-narrow, .fpf-footer .inner-wrap-wide, .fpf-footer .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 4.6875em; }

.fp-intro6 .inner-wrap, .fp-intro6 .inner-wrap-narrow, .fp-intro6 .inner-wrap-wide, .fp-intro6 .inner-wrap-fullwidth {
  padding-top: 7.625em; }

.fpf-top-logo {
  padding-bottom: 1.25em; }
  .fpf-top-logo a {
    max-width: 8.875em;
    width: 100%;
    margin: 0 auto 0;
    display: block; }
    .fpf-top-logo a img {
      display: block;
      width: 100%; }

.fpf-logo a {
  max-width: 8.875em;
  width: 100%;
  margin: 0 auto 0;
  display: block; }
  .fpf-logo a img {
    display: block;
    width: 100%; }

.fpf-bottom {
  margin-bottom: 2.5em;
  font-size: 1.75em;
  font-weight: bold; }

.fif-top-text {
  font-size: 1.125em;
  max-width: 50em;
  width: 100%;
  margin: 0 auto 1.9444444444em;
  text-align: center;
  line-height: 1.2222222222em; }

.fif-top-blow-text {
  font-size: 1.25em;
  max-width: 45em;
  width: 100%;
  margin: 0 auto 1.75em;
  text-align: center;
  line-height: 1.2em; }

.fpf-two-col {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 56.25em;
  margin: 6.25em auto 3.125em;
  width: 100%;
  -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;
  align-items: center;  }
  .fpf-two-col > div {
    width: 100%;
    padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .fpf-two-col > div {
      padding-bottom: 5.3125em; }
      .fpf-two-col > div.fpftc-col-heading {
        width: 40%;
        float: left;
        padding-right: 3%;
        position: relative; }
        .fpf-two-col > div.fpftc-col-heading::before {
          content: '';
          background-color: #ffffff;
          height: 6.25em;
          width: 1px;
          position: absolute;
          right: 1.5%;
          top: 0; }
      .fpf-two-col > div.fpftc-col-text {
        width: 60%;
        padding-left: 2.1875em; } }

.fpftc-col-heading h4 {
  font-size: 1.5em; color:rgb(220, 131, 61); }

.fpftc-col-text p {
  font-size: 1.125em; }

.fp-intro6 {
  background-position: center bottom; }

.fp-intro5 {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #76adcc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 60%, #76adcc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #76adcc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .fp-intro5 p, .fp-intro5 h2 {
    color: #0b396a; }

.fp-footer {
  text-align: center;
  padding-top: 3.125em;
  border-top: 1px solid #38597a; }
  .fp-footer > p {
    font-size: 1.25em;
    line-height: 1.2em; }

.fif-three-bucket {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fif-three-bucket > div {
    width: 100%;
    border: 1px solid #c4c4c4;
    padding: 1.25em; }
  @media (min-width: 40em) {
    .fif-three-bucket {
      font-size: 1.66666667vw; }
      .fif-three-bucket > div {
        width: 50%;
        border: 1px solid #c4c4c4;
        padding: 1.25em; } }
  @media (min-width: 60em) {
    .fif-three-bucket {
      font-size: 1.25vw; }
      .fif-three-bucket > div {
        width: 33.33%;
        border: 1px solid #c4c4c4;
        padding: 1.25em; } }
  @media (min-width: 80em) {
    .fif-three-bucket {
      font-size: 1em; } }

.fp-intro5 .inner-wrap, .fp-intro5 .inner-wrap-narrow, .fp-intro5 .inner-wrap-wide, .fp-intro5 .inner-wrap-fullwidth {
  padding-top: 10.9375em;
  padding-bottom: 13.8125em; }

.fp-intro5 .fif-header {
  font-size: 3.375em; }

.fp-intro5 p {
  color: #707070;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 2.5em;
  max-width: 45em;
  width: 100%;
  margin: 0 auto 2.5em; }

.ftbi-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 4.6875em;
  width: 100%; }
  .ftbi-image img {
    display: block;
    width: 100%; }

.ftbi-title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.875em; }
  .ftbi-title > span {
    display: block;
    font-weight: bold;
    font-size: 1.5625em;
    color: #6f6f6f; }

.fp-intro3 .inner-wrap, .fp-intro3 .inner-wrap-narrow, .fp-intro3 .inner-wrap-wide, .fp-intro3 .inner-wrap-fullwidth {
  padding-top: 6.25em; }

.fp-intro3 .fif-header {
  font-size: 3.375em;
  margin-bottom: 0.5555555556em; }

.fif-sub-content {
  max-width: 56.25em;
  width: 100%;
  margin: 0 auto 2.5em;
  text-align: center; }
  .fif-sub-content > p {
    font-size: 1.25em;
    line-height: 1.2em; }
.fps-header{
  font-size:2.625em;
}
.fif-tab .accordion-tabs .tab-header-and-content .tab-link {
  background-color: transparent;
  width: 100%;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #c1c2c6;cursor: pointer; }
  .fif-tab .accordion-tabs .tab-header-and-content .tab-link:first-child {
    width: 100%; }
  .fif-tab .accordion-tabs .tab-header-and-content .tab-link:last-child {
    width: 100%; }
  .fif-tab .accordion-tabs .tab-header-and-content .tab-link.is-active {
    color: #dc833d;
    border-bottom: none; }
    .fif-tab .accordion-tabs .tab-header-and-content .tab-link.is-active > span {
      text-decoration: underline; }

@media (min-width: 40em) {
  .fif-tab .accordion-tabs .tab-header-and-content .tab-link {
    background-color: transparent;
    width: 33.33%;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #c1c2c6;
    margin-left: -4px; }
    .fif-tab .accordion-tabs .tab-header-and-content .tab-link:first-child {
      width: 33.33%; }
    .fif-tab .accordion-tabs .tab-header-and-content .tab-link:last-child {
      width: 33.20%; }
    .fif-tab .accordion-tabs .tab-header-and-content .tab-link.is-active {
      color: #dc833d;
      border-bottom: none; }
      .fif-tab .accordion-tabs .tab-header-and-content .tab-link.is-active > span {
        text-decoration: underline; } }

.fif-tab .accordion-tabs .tab-content {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 9em; }
  .fif-tab .accordion-tabs .tab-content > p {
    font-size: 1.25em;
    line-height: 1.2em; }

.fif-bucket-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3.9375em; }
  .fif-bucket-wrap > div {
    width: 100%;
    position: relative; }
  @media (min-width: 40em) {
    .fif-bucket-wrap > div {
      width: 49%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      margin-bottom: 2.1875em; } }

.fifb-header {
  font-size: 27px;
  text-align: center; }

.fpf-i3-content {
  font-size: 1.25em;
  line-height: 1.2em;
  text-align: center; }

.fif-item {
  padding: 4.5em 1.875em 1.875em; }

.color-bg {
  color: #dc833d; }

.fifi-image {
  display: block;
  max-width: 6.25em;
  width: 100%;
  position: absolute;
  height: 6.25em;
  top: 0;
  left: 0;
  opacity: 0.25; }

.fifi-title {
  font-size: 1.9375em;
  margin-top: 0;
  position: relative;
  padding-bottom: 0.3225806452em;
  margin-bottom: 1.6129032258em; }
  .fifi-title::before {
    content: '';
    background-color: #7f8386;
    width: 3em;
    height: 0.064516129em;
    position: absolute;
    left: 0;
    bottom: 0; }

.fifi-content p {
  font-size: 1.25em; }

.fp-intro4 {
  color: #0b396a; }
  .fp-intro4 .inner-wrap, .fp-intro4 .inner-wrap-narrow, .fp-intro4 .inner-wrap-wide, .fp-intro4 .inner-wrap-fullwidth {
    padding-bottom: 9.375em; }
.fp-intro4 .iv-bg{
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
 
}
@media (min-width: 40em) {
  .fif-res-b {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto; }
    .fif-res-b > div {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      padding: 0 3.5em; } }

.fp-intro2 p {
  font-size: 1.125em;
  line-height: 1.6666666667em; }

.fpt-row {
  padding-bottom: 5em; }
  @media (min-width: 40em) {
    .fpt-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .fpt-row > div {
        width: 60%; }
        .fpt-row > div.fpt-year {
          width: 40%; }
        .fpt-row > div.fpt-content {
          padding-left: 5em;
          position: relative; }
          .fpt-row > div.fpt-content .fpt-pluse {
            background-color: #dc853e;
            width: 0.6875em;
            height: 0.6875em;
            position: absolute;
            left: -0.3125em;
            top: 0;
            border-radius: 15px;
            z-index: 1;
            box-shadow: 0 0 10px #dc853e; }
    .fpt-row > div.fpt-content .fpt-pluse::before {
              content: '';
              background-color: #dc853e;
              width: 1.5625em;
              height: 1.5625em;
              position: absolute;
              left: -0.375em;
              top: -0.375em;
              border-radius: 15px;
              z-index: 1;
              box-shadow: 0 0 15px #dc853e;
              animation: pulsenew 1000ms infinite; }
      .fpt-row::after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        border-left: 1px dashed #ffffff;
        top: 0;
        left: 40%; } }
@-webkit-keyframes pulsenew {
  0% {
    /*box-shadow: 0 0 0 0 rgba(220,131,61,0.9);*/
    transform: scale(0.25, 0.25);
    /*width: em(11);
    height: em(11);*/
    opacity: 0.9; }
  75% {
    /*box-shadow: 0 0 0 2000px rgba(220,131,61,0);*/
    transform: scale(1.05, 1.05);
    /* width: em(15);
    height: em(15);*/
    opacity: 1; }
  90% {
    /*width: em(25);
    height: em(25);*/
    opacity: 0.50; }
  100% {
    /*box-shadow: 0 0 0 0 rgba(220,131,61,0);*/
    transform: scale(0.85, 0.85);
    /*width: em(25);
    height: em(25);*/
    opacity: 0; } }
/*.fpt-pluse-ring{
    background-color: #dc853e;
          width: em(30);
          height: em(30);
          position: absolute;
          left: em(-15);
          top: 0;
          border-radius: 100px;
          z-index: 1;
          box-shadow: 0 0 0 0 rgba(220,131,61,0.9);
    animation: pulse 1000ms infinite;
    display: block;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220,131,61,0.9);
  }
  90% {
      box-shadow: 0 0 0 2000px rgba(220,131,61,0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(220,131,61,0);
  }
}
@keyframes pulse1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  90% {
      transform: scale(1.5);
    opacity: 1;
  }
  100% {
      transform: scale(0);
    opacity: 0;
  }
}*/
.fpt-content p {
  margin-top: 1.3333333333em; }

.fpt-first {
  position: relative; }
  .fpt-first::before {
    content: '';
    background-color: #dc833d;
    width: 2.3333333333em;
    height: 0.1111111111em;
    position: absolute;
    left: 0;
    top: -18px; }

.fpt-year > span {
  display: block;
  font-size: 9.8125em;/*font-size: 157px;*/
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  position: relative;
  max-width: 2.8343949045em;
  width: 100%;
  margin: 0 auto; }
  .fpt-year > span::before {
    content: '';
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    max-width: 2.8343949045em;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.60; }
  .fpt-year > span > span {
    opacity: 0.30; }

.fpt-row1 .fpt-year > span::before {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/2000-timeline-img.svg);
  height: 0.6815286624em; }

.fpt-row2 .fpt-year > span::before {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/2009-timeline-img.svg);
  height: 0.3949044586em; }

.fpt-row3 .fpt-year > span::before {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/2010-timeline-img.svg);
  height: 0.3566878981em; }

.fpt-row4 .fpt-year > span::before {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/2016-timeline-img.svg);
  height: 0.6242038217em; }

.fpt-row5 .fpt-year > span::before {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/2019-timeline-img.svg);
  height: 0.6242038217em; }

.fif-svg {
  max-width: 26em;
  width: 100%;
  margin: 0 auto; }
  .fif-svg img {
    display: block;
    width: 100%; }

.fif-svg-title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5925925926em;
  margin: 0 auto;
  font-size: 1.6875em;
  right: 0;
  width: 100%;
  text-align: center; }

.fif-svg-wrap {
  position: relative; }

.fp-svg2-wrap {
  max-width: 22em;
  width: 100%;
  margin: 0 auto; }
  .fp-svg2-wrap img {
    display: block;
    width: 100%; }
.fp-svg-wrap-content {
  position: relative; }

.fp-intro4 .inner-wrap, .fp-intro4 .inner-wrap-narrow, .fp-intro4 .inner-wrap-wide, .fp-intro4 .inner-wrap-fullwidth {
  padding-top: 5em; }

.fp-svg-content {
  text-align: center;
  color: #ffffff;
  max-width: 40.5em;
  width: 100%;
  margin: 0 auto 1.5625em; }
  @media (min-width: 60em) {
    .fp-svg-content {
      position: absolute;
      left: 0;
      bottom: 0em;
      right: 0; }
      .fp-svg-content .fps-text {
        margin-bottom: 0;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); } }

.fif-res-bucket {
  padding-top: 8.75em;
  position: relative;
  margin-bottom: 6.5em; }
  .fif-res-bucket::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    border: 1px dashed #ffffff;
    left: 50%;
    top: -0.625em;
    opacity: 0; }
  @media (min-width: 40em) {
    .fif-res-bucket::before {
      opacity: 1; } }

.fifr-content p {
  font-size: 18px;
  color: #3e3a3a; }

.fifr-header {
  font-size: 1.875em;
  position: relative;
  border-bottom: 1px solid #0b396a;
  padding-bottom: 0.3333333333em; }
  .fifr-header:before {
    content: '';
    position: absolute;
    height: 0.1em;
    width: 1.6666666667em;
    left: 0;
    bottom: -2px;
    background-color: #0b396a; }

.fif-bottom-two {
  max-width: 59.25em;
  width: 100%;
  margin: 0 auto; }
  .fif-bottom-two p {
    font-size: 1.25em;
    color: #3e3a3a;
    padding-left: 1.7em;
    border-left: 2px solid #dc833d; }

@media (min-width: 60em) {
  body.fp-viewing-firstPage .new-fullpage .slidesNav {
    display: block; } }

.new-fullpage .slidesNav {
  display: none; }

@media (min-width: 60em) {
  .new-fullpage .slidesNav {
    display: block; }
  .new-fullpage .slidesNav li {
    text-align: left;
    margin-bottom: 0.3125em !important; }
    .new-fullpage .slidesNav li a {
      padding-left: 5.3125em;
      outline: none !important; }
      .new-fullpage .slidesNav li a > span {
        opacity: 0;/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);*/ }
      .new-fullpage .slidesNav li a::after {
        background-color: #ccc;
        width: 2.25em;
        height: 0.1875em;
        left: 0; }
    .new-fullpage .slidesNav li.active a {
      color: orange; }
      .new-fullpage .slidesNav li.active a > span {
        opacity: 1; }
      .new-fullpage .slidesNav li.active a::after {
        background-color: orange;
        width: 3.4375em;
        height: 0.1875em;
        left: 0; } }

.fp-section .intro p, .fp-section .intro h1, .fp-section .intro h2, .fp-section .intro h3, .fp-section .intro h4, .fp-section .intro img, .fp-section .fif-res-bucket:before, .fp-section .ftbi-title > span {
  transform: translateY(25%);
  opacity: 0;
  transition: all 0.5s ease 1s;
  /*>div{
        opacity: 0;
        transform: translateY(5%);
        
        transition: all 2s linear;
        transition-delay:1s;
      }*/ }

.fp-section.active .intro p, .fp-section.active .intro h1, .fp-section.active .intro h2, .fp-section.active .intro h3, .fp-section.active .intro h4, .fp-section.active .intro img, .fp-section.active .fif-res-bucket:before, .fp-section.active .ftbi-title > span {
  transform: translateY(0);
  opacity: 1;
  /*>div{
          transform: translateY(0);
        opacity: 1;
        }*/ }

@media (min-width: 40em) {
  body.new-infographics #fp-nav {
    left: auto !important; } }

@media (min-width: 60em) {
  body.new-infographics #fp-nav {
    display: none !important; } }

.fi-svg-animation.aos-animate .path {
  animation: dash 1s linear backwards; }

@keyframes dash {
  from {
    stroke-dashoffset: 600;
    stroke-dasharray: 600; }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 3; } }

.fi-svg-animation.aos-animate .path2 {
  animation: dash 2.5s linear backwards 0.5s; }
@media (min-width: 40em) {
  .fp-trends {
    font-size: 1.6666667vw; } }

@media (min-width: 60em) {
  .fp-trends {
    font-size: 1em; } }
@media (min-width: 80em) {
  .fullpage-scroll #section2 .inner-wrap, .fullpage-scroll #section2 .inner-wrap-narrow, .fullpage-scroll #section2 .inner-wrap-wide, .fullpage-scroll #section2 .inner-wrap-fullwidth {
    max-width: 61.25em; }
  .fullpage-scroll #section3 .inner-wrap, .fullpage-scroll #section3 .inner-wrap-narrow, .fullpage-scroll #section3 .inner-wrap-wide, .fullpage-scroll #section3 .inner-wrap-fullwidth {
    max-width: 61.25em; }
  .fullpage-scroll #section4 .inner-wrap, .fullpage-scroll #section4 .inner-wrap-narrow, .fullpage-scroll #section4 .inner-wrap-wide, .fullpage-scroll #section4 .inner-wrap-fullwidth {
    max-width: 61.25em; } }
@media (min-width: 90em) {
  .fullpage-scroll #section2 .inner-wrap, .fullpage-scroll #section2 .inner-wrap-narrow, .fullpage-scroll #section2 .inner-wrap-wide, .fullpage-scroll #section2 .inner-wrap-fullwidth {
    max-width: 73.375em; }
  .fullpage-scroll #section3 .inner-wrap, .fullpage-scroll #section3 .inner-wrap-narrow, .fullpage-scroll #section3 .inner-wrap-wide, .fullpage-scroll #section3 .inner-wrap-fullwidth {
    max-width: 73.375em; }
  .fullpage-scroll #section4 .inner-wrap, .fullpage-scroll #section4 .inner-wrap-narrow, .fullpage-scroll #section4 .inner-wrap-wide, .fullpage-scroll #section4 .inner-wrap-fullwidth {
    max-width: 73.375em; } }
/*#section2 .is-animated {
  top: -05%;
  position: relative;
  transition: all 0.5s ease 1s;
  opacity: 0; }

/**
    * Here we fire the animation for section 3.
    * As the fp-viewing class in the body changes on each section and slide.
    */
/*body.fp-viewing-secondPage #section2 .fpt-row1 {
  transition-delay: 0.5s;
  top: 0%;
  opacity: 1; }

body.fp-viewing-secondPage #section2 .fpt-row2 {
  transition-delay: 1s;
  top: 0%;
  opacity: 1; }

body.fp-viewing-secondPage #section2 .fpt-row3 {
  transition-delay: 1.5s;
  top: 0%;
  opacity: 1; }

body.fp-viewing-secondPage #section2 .fpt-row4 {
  transition-delay: 2s;
  top: 0%;
  opacity: 1; }

body.fp-viewing-secondPage #section2 .fpt-row5 {
  transition-delay: 2.5s;
  top: 0%;
  opacity: 1; }*/

/*Infographics Animaion css style end*/

/*
 * 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
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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: 80%;
  display: block; }
  @media (min-width: 40em) {
    .flexslider .slides img {
      width: auto; } }

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

.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: 25px;
  height: 25px;
  margin: 0px 0 0;
  position: absolute;
  top: 40%;
  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(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/Media%20Library/ico-arrow-left-slider.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(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/Media%20Library/ico-arrow-right-slider.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 !important;
  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: 0;
  text-align: right;
  padding-right: 12px;
  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 -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

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

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative;
  z-index: 100; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important;
  background: white  !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
  /*opacity: 1;
    position: absolute;
    z-index: 4;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;*/ }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #dc833d;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 3.4375em;
  width: 100%; }

ul.tabs li {
  float: left;
  margin: 0 0 0 -0.0625em;
  cursor: pointer;
  padding: 0px 1.3125em;
  height: 3.4375em;
  line-height: 3.4375em;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-size: 1.125em;
  font-weight: 600; }

ul.tabs li:hover {
  background-color: transparent;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #ffffff; }
  ul.tabs li:hover:first-child {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent; }

ul.tabs li.active {
  background-color: transparent;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #ffffff;
  display: block; }
  ul.tabs li.active:first-child {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent; }

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  overflow: auto; }

.tab_content {
  padding: 1.25em;
  display: none; }
  .tab_content p {
    color: rgba(255, 255, 255, 0.59);
    font-size: 1em;
    line-height: 1.6875em;
    margin: 0; }

.tab_drawer_heading {
  display: none; }

@media screen and (max-width: 640px) {
  .tabs {
    display: none; }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 0.3125em 1.25em;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .d_active {
    background-color: #666;
    color: #fff; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

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

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

@-moz-keyframes rpmFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

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

@-webkit-keyframes fadeInSide {
  from {
    -webkit-transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-moz-keyframes fadeInSide {
  from {
    -moz-transform: translateX(-100px);
    opacity: 0; }
  to {
    -moz-transform: translateX(0px);
    opacity: 1; } }

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

/*! /* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/

   .pop-up-cta .close {
    background-color: transparent !important;
    width: .9090909091em !important;
    height: 1.1818181818em !important;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/close-ico.png) !important;
    background-position: center center !important;
    top: 1em !important;
    right: .9090909091em !important;
    background-repeat: no-repeat !important;
    background-size: .9090909091em 1.1818181818em !important;
}

.pop-up-cta .sb-btn {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
    position: relative;
    color: #fff !important;
    text-decoration: underline;
    font-weight: 600 !important;
    margin: 0;
}
.pop-up-cta {
  color: #ffffff;
    overflow: hidden;
    background: #000000;
    width: 100%;
    padding: 1.625em 1.25em 1.8125em;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 1001;
    text-align: center;
  }

a.close {
    text-align: center;
    float: left;
    padding: 0 0.5em;
    font-size: 0.6875em;
    border-radius: 0.1875em;
    position: absolute;
    cursor: pointer;
    background-color: transparent !important;
    width: .9090909091em !important;
    height: 1.1818181818em !important;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/close-ico.png) !important;
    background-position: center center !important;
    top: 1em !important;
    right: .9090909091em !important;
    background-repeat: no-repeat !important;
    background-size: .9090909091em 1.1818181818em !important;
}
.gdd-008-b a.close > span{
  display:none;
}
.hs-content-id-27784346228 .pop-up-cta{
  display:none;
}

/* gdd 008 b start */
.gdd-008-b {
  position: fixed;
  z-index: 999;
  bottom: -6.25em;
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(220, 131, 61) !important;
  padding: 0.5em 0.625em;
  box-shadow: 0 0 19px -12px #c0c0c0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.gdd-link {
  text-decoration: none;
  color: #3e3a3a;
  font-size: 1.125em;
  font-weight: 700;
  position: relative;
  padding-right: 2.5555555556em; }
  .gdd-link:hover {
    text-decoration: underline;
    color: white; }
.gdd-link:hover:after{
  background-image: url(https://www.rodongroup.com/hubfs/RPM-Img/ico-email.svg);
}
  .gdd-link:focus, .gdd-link:active {
    color: white; }
  .gdd-link:after {
    content: "";
    position: absolute;
    background-image: url(https://www.rodongroup.com/hubfs/RPM-Img/ico-email-hover.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.3333333333em 1.3333333333em;
    right: 0;
    top: 0.3333333333em;
    width: 1.3333333333em;
    height: 1.3333333333em; }
  @media (min-width: 40em) {
    .gdd-link {
      font-size: 1.5em;
      padding-right: 1.9166666667em; }
      .gdd-link:after {
        background-size: 1em 1em;
        top: 0.25em;
        width: 1em;
        height: 1em; } }
body #hubspot-messages-iframe-container {
  bottom:50px !important;
}

/* gdd 008 b end */

/** GDD 010 contact page c **/

 .lp-gmap{
  margin-top:20px;
  }

h3#hs_cos_wrapper_gdd010_main_form_title {
    font-size: 2.75em;
  text-align:center;
}

.gdd010-form-wrap .hs_email span a{
text-transform: capitalize;
}

.gdd010-form-wrap {
    background-color: #f7f7f7;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 1em;
      padding-bottom: 45px;
    padding-top: 3px;
}

.gdd010-form-wrap .hs-form label{
display:none;
}

.gdd010-form-wrap .hs-form .hs-form-booleancheckbox-display{
display:block;
}

.gdd010-form-wrap .hs-form .hs_email label{
  display:block;
}



.gdd010-form-wrap .hs-form textarea{
    border: 1px solid #7d7d7d;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
}

.gdd010-form-wrap .hs-form input[type="email"]{
    border: 1px solid #7d7d7d;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd010-form-wrap .hs-form [type="number"] {
    border: 1px solid #7d7d7d;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd010-form-wrap .hs-form input[type="tel"] {
    border: 1px solid #7d7d7d;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd010-form-wrap .hs-form input[type="text"] {
    border: 1px solid #7d7d7d;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd010-form-wrap .hs-form input[type="url"] {
    border: 1px solid #7d7d7d;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd010-form-wrap .hs-form select {
    border: 1px solid #7d7d7d;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd010-form-wrap .hs-form select{
padding-top: 0.26em;
}

.gdd010-form-wrap .hs-form .hs-form-field {
    margin-top: 15px;
}

.gdd010-form-wrap .hs-form input[type="checkbox"]{
width:auto !important;
}

.gdd010-form-wrap .hs-form .hs-form-booleancheckbox label{
font-weight:400;
font-size:18px;  
}

.gdd010-form-wrap .hs-form input[type="submit"]{
font-size: 18px;
  padding: 11px 48px 11px 48px;
  margin-top:25px;
}

.gdd010-contact-section .cs-details p{
font-size:18px;
font-weight:400;
  margin-top:0;
    margin-bottom:0;
}

.gdd010-contact-section .cs-details span{
font-weight:700;  
}

.ct-col,.add-col,.pf-col{
position:relative;
}

.gdd010-contact-section .pf-col::before {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/gdd-pf-ico.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    bottom: 100%;
}


.gdd010-contact-section .add-col::before {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/gdd-loc-ico.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    bottom: 100%;
}

.gdd010-contact-section .ct-col::before {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/gdd-ph-ico.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    bottom: 100%;
}

.pf-col a{
font-size:32px;
  font-weight:700;
  text-decoration:none; 
}

.pf-col a:hover{
  text-decoration:underline; 
}

.ct-col a{
color: #dc833d;
text-decoration:none;  
}

.ct-col a:hover{
color: #ad5e1f;  
text-decoration:underline;  
}

.lp-note{
text-align:center;
 font-size:22px;
  color:#000000;
     margin-bottom: 0;
}

@media (max-width: 700px){

.gdd010-form-wrap .hs-form .form-columns-3 .hs-form-field{
width:100%;
float:none;  
}
  
.gdd010-form-wrap .hs-form .form-columns-2 .hs-form-field{
width:100%;
float:none; 
} 
  
}

@media (min-width: 701px){
  
.gdd010-form-wrap .hs_phone label{
display:block;
opacity:0;  
}
  
  .gdd010-form-wrap .hs_country .input{
  margin-right:0px !important;
  }
  
 .gdd010-form-wrap .form-columns-3 .hs-form-field {
    width: 32.9% !important;
  }
  
}
  
@media (min-width: 750px){
 

.gdd010-form-wrap .hs-form .hs-form-booleancheckbox label {
    font-size: 15px;
}

.gdd010-form-wrap .hs-form .grecaptcha-badge{
    margin: 0 auto;
    margin-top: -53px;	
}

.gdd010-form-wrap .hs-form .hs_submit {
    display: block;
}


.gdd010-form-wrap .hs-form input[type="submit"] {
    float: right;
    margin-top: -55px;
  margin-right:6%;
}  
  
  .gdd010-form-wrap .hs-form .actions{
  max-width:100%;
  }  
  
  .gdd010-form-wrap{
  padding-bottom: 3em;
    padding-top: 1em;
  }
  
}

@media (max-width: 959px){

  .gdd010-contact-section .gcs-item{
  width:100%;
    margin-top: 70px;
    text-align:center;
  }
  
  .gdd010-contact-section .pf-col::before {
   transform: translateX(-50%);
    left: 50%;
}


.gdd010-contact-section .add-col::before {
   transform: translateX(-50%);
    left: 50%;
}

.gdd010-contact-section .ct-col::before {
  transform: translateX(-50%);
    left: 50%;
} 
  
}

@media (min-width: 60em){
 
.gdd010-form-wrap {
    padding-left: 4em;
  padding-right: 4em;
}
  
.gdd010-form-wrap .hs-form .hs-form-booleancheckbox label {
    font-size: 15px;
}

.gdd010-form-wrap .hs-form .grecaptcha-badge{
    margin: 0 auto;
    margin-top: -53px;	
}

.gdd010-form-wrap .hs-form .hs_submit {
    display: block;
}


.gdd010-form-wrap .hs-form input[type="submit"] {
    float: right;
    margin-top: -55px;
  margin-right:0%;
}  
  
  .gdd010-form-wrap .hs-form .actions{
  max-width:690px;
  }  
  
  

.ct-col, .add-col, .pf-col {
    padding-left: 55px;
}
  
.gdd010-contact-section .pf-col::before {
   top:0;
  left:0;
}


.gdd010-contact-section .add-col::before {
    top:0;
  left:0;
}

.gdd010-contact-section .ct-col::before {
    top:0;
  left:0;
} 
  
  .gdd010-contact-section{
  margin-top:40px;
  } 
  
 
 
}

@media (min-width: 64em){
  
.gdd010-form-wrap .hs-form .hs-form-booleancheckbox label {
    font-size: 18px;
}


}

/** GDD 010 contact page c end**/

/** GDD 010 contact page var-b **/

.ct-tel{
text-decoration:none;
  outline:none;
}

/** GDD 010 contact page var-b end **/

/** RFQ 009 Var-b **/

.gdd009-b-formwrap .form-title{
  font-size: 2.75em;
  text-align:center;
  margin-top:0;
}

.gdd009-b-formwrap .hs_submit {
    display: block;
    text-align: center;
}

.gdd009-b-formwrap{
    background-color: #f7f7f7;
    padding-left: 25px;
    padding-right: 20px;
  padding-top: 25px;
    padding-bottom: 30px;
}

.gdd009-b-formwrap .hs-form textarea{
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
}

.gdd009-b-formwrap .hs-form input[type="email"]{
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
  width:100% !important;
}

.gdd009-b-formwrap .hs-form [type="number"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-b-formwrap .hs-form input[type="tel"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
   width:100% !important;
}

.gdd009-b-formwrap .hs-form input[type="text"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
   width:100% !important;
}

.gdd009-b-formwrap .hs-form input[type="url"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
   width:100% !important;
}

.gdd009-b-formwrap .hs-form select {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-b-formwrap .hs-form select{
padding-top: 0.26em;
}


.rf-title{
font-size: 1.640625em;
    line-height: 1.2em;
    color: #0b396a;
    font-weight: normal;
}

.gdd009-b-formwrap .hs-form label{
display:none;
}


.gdd009-b-formwrap .hs-form .hs_email label{
  display:block;
}

.gdd009-b-formwrap .hs_recaptcha{
    margin-bottom: 25px;
}

.gdd009-b-formwrap .hs-form .hs_email .hs-form-required{
  display:none;
}

.gdd009-b-formwrap .hs-form .hs_file_upload label{
display:block !important;
}

.gdd009-b-formwrap .hs-form .hs_attach_file label{
display:block !important;
}

 .gdd009-b-formwrap .hs-form .hs_file_upload{
padding-right: 20px;
}

.gcn-list ul:not([class]):after {
    background-size: 7px !important;
}

.gcn-list li:not([class]):after {
    background-size: 7px !important;
}

.gdd009-b-formwrap .hs-form .hs-error-msg{
display:block !important;
}

@media (min-width: 40em){

.rf-title{
  font-size: 1.96875em;
}  
  
}


@media (min-width: 60em){

.rf-title{
 font-size: 2.1875em;
}   
  
.gdd-009-b .site-content-primary , .gdd-017-b .site-content-primary { 
    width: 59.410587% !important;
} 
  
.gdd-009-b .site-content-secondary , .gdd-017-b .site-content-secondary {
    width: 38.231761% !important;
}  
  .gdd-017-b .site-content-secondary {
      padding-left: 5em;
}
}

.gdd-017-b ul.inputs-list.multi-container li {
    padding-right: 4em;
}
.gdd-017-b ul.inputs-list.multi-container {
    display: inline-flex;
}
.gdd-017-b label.hs-form-radio-display {
    display: flex;
}
.gdd017-b-formwrap {
    background-color: #edeef2;
    padding: 8px 25px 35px 30px;
}
.gdd017-b-formwrap .hs_submit.hs-submit {
    width: 98.6%;
    margin-top: 15px;
}
.gdd-017-b input.hs-button {
    text-transform: uppercase;
    font-size: 20px;
  width: 98.6%;
    margin-top: 15px;
}
.gdd-017-b ul.inputs-list.multi-container li span {
    font-weight: normal;
}

.gdd-017-b .hs_is_your_current_volumne_greater_than_1_million_parts_.hs-is_your_current_volumne_greater_than_1_million_parts_.hs-fieldtype-radio.field.hs-form-field,
.gdd-017-b .hs_are_you_concerned_with_your_overall_injection_molding_costs_.hs-are_you_concerned_with_your_overall_injection_molding_costs_.hs-fieldtype-radio.field.hs-form-field ,    
.gdd-017-b .hs_is_there_existing_tooling__.hs-is_there_existing_tooling__.hs-fieldtype-radio.field.hs-form-field , 
.gdd-017-b .hs_please_provide_a_brief_part_description.hs-please_provide_a_brief_part_description.hs-fieldtype-textarea.field.hs-form-field  {
    padding-top: 0.5em;
}
section.site-content.two-column.gdd-017-b {
    position: relative;
}
section.site-content.two-column.gdd-017-b:before {
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/Images/rodon-ring-1.svg);
    background-repeat: no-repeat;
    background-position: 132%;
    background-size: contain;
    position: absolute;
    right: 0;
    content: '';
    width: 100%;
    height: 95%;
    top: 2em;
}
.gdd-015-b {
  display: none;
}

@media (min-width: 481px){

.gdd009-b-formwrap .hs-form .hs_phone label{
display:block;
opacity:0;  
}
  
  .gdd009-b-formwrap .hs-form .hs-form-field {
    margin-top: 15px;
}
  
}
/** RFQ 009 Var-b end**/

/** RFQ 009 Var-c**/
.gdd009-c-formwrap .hs-input{
width:100% !important;
}



.gdd009-c-formwrap {
    max-width: 73.375em;
    background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 17px;
  padding-top: 30px;
    padding-bottom: 35px;
}

.gdd009-c-formwrap .form-title{
  font-size: 2.75em;
  text-align:center;
  margin-top:0;
}

.gdd009-c-formwrap .hs_submit {
    display: block;
    text-align: center;
}

.gdd009-c-formwrap input[type="submit"]{
font-size:18px;
  margin-top:25px;
}

.gdd009-c-formwrap .hs-form textarea{
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
}

.gdd009-c-formwrap .hs-form input[type="email"]{
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-c-formwrap .hs-form [type="number"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-c-formwrap .hs-form input[type="tel"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-c-formwrap .hs-form input[type="text"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-c-formwrap .hs-form input[type="url"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-c-formwrap .hs-form select {
    border: 1px solid #7c7c7c;
    box-shadow: none;
  border-radius:0px;
      font-size: 18px;
  height:42px !important;
}

.gdd009-c-formwrap .hs-form select{
padding-top: 0.26em;
}

.gdd009-c-formwrap .hs-form label{
display:none;
}


.gdd009-c-formwrap .hs-form .hs_email label{
  display:block;
}

.gdd009-c-formwrap .hs_recaptcha{
    margin-bottom: 25px;
}


.rfq-content-title{
font-size: 1.640625em;
    line-height: 1.2em;
    color: #0b396a;
    font-weight: normal;
}

.gdd009-c-formwrap .hs-form-booleancheckbox-display{
display:block !important;
font-size:18px;  
}

.gdd009-c-formwrap .form-columns-1 input[type="checkbox"]{
width:auto !important;
}

.gdd009-c-formwrap .form-columns-0 .hs-richtext h1{
font-size: 22px;
    margin-top: 20px;
}

.gdd009-c-formwrap .hs-form .hs_email .hs-form-required{
  display:none;
}

.gdd009-c-formwrap .hs-form .hs-form-booleancheckbox .hs-form-required{
margin-left:5px;
}

.gdd009-c-formwrap .hs-form .hs_file_upload label{
display:block !important;
}

.gdd009-c-formwrap .hs-form .hs_attach_file label{
display:block !important;
}

.gdd009-c-formwrap .hs-form .hs_file_upload{
padding-right: 20px;
}

.gdd009-c-formwrap .hs-form .hs-error-msg{
display:block !important;
}

.hs_current_volume_must_be_larger_than_1_million_in_order_to_proceed_with_this_form label{
  display:block !important;
  color: #C02F2F;
  }


 .hs_current_volume_must_be_larger_than_1_million_in_order_to_proceed_with_this_form .hs-form-required{
  display:none !important;
}


 .hs_current_volume_must_be_larger_than_1_million_in_order_to_proceed_with_this_form .hs-input{
  display:none !important;;
}

  .hs_current_volume_must_be_larger_than_1_million_in_order_to_proceed_with_this_form .hs-error-msg {
  opacity:0;
  height:0px;
} 

@media (min-width: 40em){

   .rfq-content-title{
 font-size: 1.96875em;
}
 
}

@media (min-width: 60em){

 .rfq-content-title{
 font-size: 2.1875em;
}
  .gdd009-c-formwrap {
    padding-left: 70px;
    padding-right: 60px;
}
  
}


@media (min-width: 481px){

.gdd009-c-formwrap .hs-form .hs_phone label{
display:block;
opacity:0;  
}
  
  .gdd009-c-formwrap .hs-form .hs-form-field {
    margin-top: 15px;
}
  
}
/** RFQ 009 Var-c end**/


/* gdd 011 b css start */
@media (min-width: 40em) {
  .gdd-011-b > .inner-wrap-wide {
    padding-bottom: 0; } }

@media (min-width: 40em) {
  .gdd-011-b .rr-item {
    margin-bottom: 0; } }

@media (min-width: 60em) {
  .gdd-011-b .rr-item {
    text-align: center !important; } }

@media (min-width: 80em) {
  .gdd-011-b .rr-item {
    text-align: left !important;
    left: 0 !important;
    position: relative !important; }
    .gdd-011-b .rr-item:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 2px;
      background-color: rgba(31, 116, 163, 0.2); }
    .gdd-011-b .rr-item:last-child:after {
      content: none; }
    .gdd-011-b .rr-item > a {
      left: 0 !important;
      float: left;
      width: 60%;
      padding: 0 1.875em; } }

.gdd-011-b .rr-title {
  max-width: 13.6363636364em;
  margin: 0 auto 1.1363636364em;
  line-height: 1.1363636364em; }
  @media (min-width: 40em) {
    .gdd-011-b .rr-title {
      max-width: 9.0909090909em;
      min-height: 5em;
      margin-bottom: 0; } }
  @media (min-width: 80em) {
    .gdd-011-b .rr-title {
      max-width: 100%;
      min-height: auto;
      margin-bottom: 1.1363636364em;
      line-height: 1.3636363636em; } }

@media (min-width: 60em) {
  .gdd-011-b .rr-content {
    display: block;
    width: 100%; } }

@media (min-width: 80em) {
  .gdd-011-b .rr-content {
    display: block;
    width: 40%;
    float: left; } }

@media (min-width: 40em) {
  .gdd-011-b figure {
    text-align: center; }
    .gdd-011-b figure img {
      display: inline-block;
      vertical-align: top; } }

.gdd-011-b .btn-download.rr-cta {
  background-color: #dc833d;
  position: relative;
  text-align: center;
  border-radius: 0;
  padding: 0.625em 0.9375em 0.625em 0.8125em;
  font-weight: 700;
  color: #313030;
  margin-bottom: 1.5625em; }
  .gdd-011-b .btn-download.rr-cta:hover {
    background-color: #c36923;color: white; }
.gdd-011-b .btn-download.rr-cta:hover span:before {
  background-image: url(https://www.rodongroup.com/hubfs/Images/gdd-download.png);
}
  .gdd-011-b .btn-download.rr-cta span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 1.75em; }
    .gdd-011-b .btn-download.rr-cta span:before {
      content: "";
      position: absolute;
      background-image: url(https://www.rodongroup.com/hubfs/Images/gdd-download-new.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 1.125em 1.125em;
      left: 0;
      top: 0;
      width: 1.125em;
      height: 1.125em; }
  @media (min-width: 80em) {
    .gdd-011-b .btn-download.rr-cta {
      margin-bottom: 0; } }

/* gdd 011 b css end */

.hs-blog-listing .site-content-secondary{
  display:none !important;
}

@media(min-width:87.5em){

.hs-content-id-5398681145 .gdd005-ty{
margin-bottom:7em;
}
   
}


/** gdd 010 Var B **/

.gdd-010-b .gdd-003-b-form-wrapper .hs_submit {
    display: block;
    text-align: center;
}

.gdd-010-b .gdd-003-b-form-wrapper input[type="submit"]{
padding-left: 3.4em;
    padding-right: 3.4em;
    margin-top: 15px;
}

@media (min-width: 60em){

.gdd-010-b .gdd-003-b-primary {
    float: left !important;
     margin-left: 0 !important; 
}


.gdd-010-b .gdd-003-b-secondary {
    float: right !important;
}
  
.hs-content-id-5334703449 .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 400px !important;
    min-width: 400px !important;
    height:320px !important;
    max-height: 320px !important;
}

.hs-content-id-5334703449 .hs-responsive-embed-inner-wrapper{
	position: static !important;
}  

}


/** gdd 010 Var B end **/

.cta-image {
    text-align: center;
    margin-bottom: 20px;
}
.cta-image img {
    display: inline-block;
    vertical-align: top;
}
.cta-content {
    background-color: #0b396a;
    padding: 20px;
    color: white !important;
}
.cta-content h2,.cta-content p {
    color: white;
}
.cta-content ul:not([class]) li:not([class])::after{
  background-image: url(https://info.rodongroup.com/hubfs/img/ico-bullet-orange.svg);
}
.hs-cta-bg{
border: 1px solid #0b396a;
}
@media (min-width: 40em) {
.hs-cta-bg {
    -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
  display: flex;
  
    align-items: center;
    overflow: hidden;
    clear: both;
}
  .cta-image{
  padding: 10px 20px;
  }
  .cta-content h2{
  padding-top:0;
    padding-bottom:0;
  }
  .btn.hs-cta-btn {
    font-size: 20px;
}
}
/* resources page css*/
.r-item {
    background-color: #e3e5e8;
    padding: 20px;
    text-align: center;
    margin-bottom: 2%;
    position: relative;
    width: 100%;
}
.r-item img {
    display: inline-block;
    vertical-align: top;
}
.r-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: left;
    background-color: rgba(12,62,109,0);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}
.r-title {
    color: #444 !important;
    font-weight: 600 !important;
}
.r-text p{
color:white;
}
.r-link {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 24px;
    font-weight: 600;
    font-size: 20px;
    color: #dc833d;
}
.r-link::after {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrow-circle.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 18px;
    right: 0;
    top: 7px;
    width: 18px;
    height: 18px;
}
.r-item:hover .r-wrap {
    background-color: rgba(12,62,109,0.9);
    visibility: visible;
}
@media (min-width: 40em) {
  .resources {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
  .r-item{
  width: 49%;
margin-right: 2%;
  }
  .r-item:nth-of-type(2n) {
    margin-right: 0;
}
  .r-text p{
    font-size: 18px;
  }
}
@media (min-width: 80em) {
 .r-item{
  width: 32%;

  }
  .r-item:nth-of-type(2n) {
    margin-right: 2%;
}
   .r-item:nth-of-type(3n) {
    margin-right: 0;
}
}
.interactive-infographics {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding: 20px;
    background-color: #e3e5e8;
}
.ii-heading {
    color: #444 !important;
    font-weight: 600 !important;
}
.ii-link {
    text-decoration: none;
    color: #144271;
    font-size: 20px;
    font-weight: 600;
  display:inline-block;
  vertical-align:top;
  position: relative;
    padding-right: 24px;
}
.ii-link::after {
    content: "";
    position: absolute;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/ico-arrow-circle-blue.svg);
  
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 18px;
    right: 0;
    top: 7px;
    width: 18px;
    height: 18px;
}
.ii-link:hover{
color: #dc833d;
}
.ii-link:hover:after{
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/ico-arrow-circle.svg);
}
@media (min-width: 60em) {
  .interactive-infographics{
    background-position: 90% bottom;
  }
  .ii-text {
    max-width: 548px;
}
  .ii-text p{
  font-size:18px;
  }
}
/* resources page css*/

/* gdd 011 b css start */

.reshoring-module {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
@media (min-width: 40em) {
  .reshoring-module {
     text-align: left;
  }
  .reshoring-module > .inner-wrap{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
align-content:center;
  }
}
@media (min-width: 60em) {
  .reshoring-module > .inner-wrap{
    padding-top: 80px;
padding-bottom: 60px;
  }
}
.rsm-left-div {
    margin-bottom: 50px;
  
}
@media (min-width: 40em) {
.rsm-left-div {
    margin-bottom: 0;
  width:50%;
  align-self:center;
}
}
@media (min-width: 40em) {
  .rsm-right-div {
    align-self: end;
    width: 50%;
}
}
.rsm-heading {
    margin-top: 0;
    color: white;
    font-size: 28px;
    margin-bottom: 25px;
}
@media (min-width: 60em) {
  .rsm-heading{
  font-size: 34px;
  }
}
.rsm-heading span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
    border-bottom: 3px solid #5983a1;
    position: relative;
    padding-right: 35px;
}
.rsm-heading span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 59px;
    background-color: #fff;
}

.rsm-text {
    color: white;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 35px;
}
@media (min-width: 60em) {
  .rsm-text{
    font-size: 23px;
  max-width: 366px;
}
}
.rsm-link {
    font-size: 18px;
    text-decoration: none;
    color: #09365b;
    padding: 11px 11px;
    background-color: #dc833d;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}
@media (min-width:60em) {
  .rsm-link {
  font-size: 20px;
    padding:14px 27px;
  }
}
.rsm-link:hover {
  color:white;
}
.rsm-link:focus,.rsm-link:active {
  color:white;
}
.rsm-image {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -34px;
    max-width: 597px;
}

@media (min-width: 40em) {
  .rsm-image {
  margin-bottom: -50px;
  }
}
@media (min-width:60em) {
.rsm-image {
  margin-bottom: -72px;
  }
}
.rsm-image img {
    display: block;
}

.re-link{
  text-decoration:none;
}

.re-link .rli-header:hover{
  color:#ad5e1f;
}



/* gdd 011 b css end */
/**======= New Infograpgics ========*/
.new-fullpage-innovative .slidesNav {
  top: 27.5em; }
  .new-fullpage-innovative .slidesNav li {
    font-family: "eurostile-condensed", arial, sans-serif;
    font-size: 1.125em !important;
    line-height: 1em !important; }

.new-fullpage-innovative .fp-intro1 {
  position: relative; }
  .new-fullpage-innovative .fp-intro1::before {
    content: '';
    background: transparent linear-gradient(180deg, #0B396A00 0%, #0B396A 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .new-fullpage-innovative .fp-intro1 .inner-wrap-wide {
    padding-top: 9.1875em;
    padding-bottom: 9.125em; }
  .new-fullpage-innovative .fp-intro1 .fi-header {
    font-size: 4.4375em;
    margin-bottom: 0.4225352113em; }

  @media (max-width: 40em) {
    .new-fullpage-innovative .fp-intro1 .fi-header{
     font-size: 4em;
  }
}
  .new-fullpage-innovative .fp-intro1 .fi-text {
    max-width: 52.7em;
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 2.5em; }
  .new-fullpage-innovative .fp-intro1 .fi-li-wrap {
    max-width: 57.1875em;
    width: 100%;
    margin: 0 auto; }
    .new-fullpage-innovative .fp-intro1 .fi-li-wrap li {
      font-size: 1.25em;
      line-height: 1.6em;
      font-weight: 700;
      position: relative;
      padding-bottom: 0.5em;
      margin-bottom: 1em; }
      .new-fullpage-innovative .fp-intro1 .fi-li-wrap li:before {
        content: '';
        background-color: #dc833d;
        width: 2em;
        height: 0.1em;
        position: absolute;
        left: 0;
        bottom: 0; }
.new-fullpage-innovative .fp-intro1 .fi-li-wrap li > a {
        text-decoration: none;
        color: #ffffff; }
.new-fullpage-innovative .fp-intro1 .fi-li-wrap li > a:hover {
          text-decoration: underline; }
    @media (min-width: 60em) {
      .new-fullpage-innovative .fp-intro1 .fi-li-wrap {
        display: flex; }
        .new-fullpage-innovative .fp-intro1 .fi-li-wrap li {
          margin-bottom: 0;
          margin-left: 2.8em; }
          .new-fullpage-innovative .fp-intro1 .fi-li-wrap li:first-child {
            margin-left: 0; } }

.new-fullpage-innovative .fp-intro2 {
  background-color: #0B396A; }
  .new-fullpage-innovative .fp-intro2 .inner-wrap-wide {
    padding-top: 7em;
    padding-bottom: 2.5625em; }
  .new-fullpage-innovative .fp-intro2 .fif-header {
    margin-bottom: 0.7407407407em; }
  .new-fullpage-innovative .fp-intro2 .fi-text {
    max-width: 100%;
    font-size: 1.25em;
    line-height: 1.6em; }
  .new-fullpage-innovative .fp-intro2 .fpm-tow-col {
    padding-top: 3.125em; }
  .new-fullpage-innovative .fp-intro2 .fpmr-heading {
    font-size: 2.1875em;
    line-height: 1.2857142857em;
    text-align: center;
    font-weight: 400; }
  .new-fullpage-innovative .fp-intro2 .fpmr-text p {
    font-size: 1.25em;
    line-height: 1.6em; }
  .new-fullpage-innovative .fp-intro2 .fpm-rows {
    padding-bottom: 4em;
    min-height: 23.75em; }
    .new-fullpage-innovative .fp-intro2 .fpm-rows .fpmr-image > div {
      text-align: center; }
    .new-fullpage-innovative .fp-intro2 .fpm-rows .fpmr-line {
      display: block;
      height: 0.25em;
      position: relative; }
      .new-fullpage-innovative .fp-intro2 .fpm-rows .fpmr-line::before {
        content: '';
        background-color: rgba(255, 255, 255, 0.9);
        width: 0px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 1px; }
      .new-fullpage-innovative .fp-intro2 .fpm-rows .fpmr-line::after {
        content: '';
        background-color: rgba(255, 255, 255, 0.9);
        width: 0;
        height: 3px;
        position: absolute;
        left: 0;
        top: 0; }
      .new-fullpage-innovative .fp-intro2 .fpm-rows .fpmr-line.aos-animate::before {
        animation: mymove 0.5s linear forwards 0.8s; }
      .new-fullpage-innovative .fp-intro2 .fpm-rows .fpmr-line.aos-animate::after {
        animation: mymovetwo 0.5s linear forwards 0.5s; }

@keyframes mymove {
  from {
    width: 0px; }
  to {
    width: 100%; } }

@keyframes mymovetwo {
  from {
    width: 0px; }
  to {
    width: 5.6875em; } }
    .new-fullpage-innovative .fp-intro2 .fpm-rows [data-aos="example-anim1"] {
      opacity: 0;
      transition-property: opacity; }
      .new-fullpage-innovative .fp-intro2 .fpm-rows [data-aos="example-anim1"].aos-animate {
        opacity: 1; }
    @media (min-width: 40em) {
      .new-fullpage-innovative .fp-intro2 .fpm-rows {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        .new-fullpage-innovative .fp-intro2 .fpm-rows > div.fpmr-content {
          max-width: 34.375em;
          width: 100%;
          float: left; }
        .new-fullpage-innovative .fp-intro2 .fpm-rows > div.fpmr-image {
          max-width: 36em;
          width: 100%;
          float: left; }
        .new-fullpage-innovative .fp-intro2 .fpm-rows:nth-of-type(2n) > div.fpmr-content {
          float: right; } }

.new-fullpage-innovative .capabiltiy-imagebg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
  position: relative; }
  .new-fullpage-innovative .capabiltiy-imagebg::before {
    content: '';
    background: -moz-linear-gradient(top, rgba(11,57,106,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(11,57,106,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(11,57,106,1) 0%,rgba(255,255,255,1) 100%); 
    //background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF7F 63%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .new-fullpage-innovative .capabiltiy-imagebg .inner-wrap, .new-fullpage-innovative .capabiltiy-imagebg .inner-wrap-narrow, .new-fullpage-innovative .capabiltiy-imagebg .inner-wrap-wide, .new-fullpage-innovative .capabiltiy-imagebg .inner-wrap-fullwidth {
    padding-top: 4.9375em;
    padding-bottom: 7.9375em; }

.new-fullpage-innovative .fp-intro3 {
  background-color: #ffffff; }
.new-fullpage-innovative .fp-intro3 .inner-wrap-wide{
  padding-top: 6.25em;  /*14.9375em;*/
  padding-bottom: 12.9375em;
  
}
.new-fullpage-innovative .fptct-link {
  max-width: 7.625em;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #1F75A5;
  text-decoration: none; }

.new-fullpage-innovative .fptct-link-text {
  display: block;
  font-size: 1.25em;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: bold;
  text-align: center;}


.new-fullpage-innovative .fptct-link-right {
  float: right; }

.new-fullpage-innovative .fptc-cetner {
  max-width: 46.375em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 6.5625em;
  min-height:46.875em;
  padding-bottom: 6.875em; }
@media (min-width: 30em) {
  .new-fullpage-innovative .fptc-cetner {
    min-height:37.5em;
  }
}
@media (min-width: 50em) {
  .new-fullpage-innovative .fptc-cetner {
    min-height:31.25em;
  }
}
  .new-fullpage-innovative .fptc-cetner .fptc-header {
    font-size: 3.375em;
    color: #0b396a; }
  .new-fullpage-innovative .fptc-cetner .fptcc-content p {
    font-size: 1.125em;
    line-height: 1.7777777778em;
    color: #3E3A3A; }

.new-fullpage-innovative .fptcp-popup {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff; }
  .new-fullpage-innovative .fptcp-popup h2 {
    color: #0b396a; }
  .new-fullpage-innovative .fptcp-popup.active {
    opacity: 1; }

.fptcp-header h2 span > img {
  display: block;
  max-width: 3.037037037em;
  width: 100%;
  margin: 0 auto; }

.fptcp-header .fpmr-line {
  display: block;
  height: 0.25em;
  position: relative; }
  .fptcp-header .fpmr-line::before {
    content: '';
    background-color: rgba(11, 57, 106, 0.9);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 1px; }
  .fptcp-header .fpmr-line::after {
    content: '';
    background-color: rgba(11, 57, 106, 0.9);
    width: 5.6875em;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0; }

.fptcp-content {
  text-align: left; }
  .fptcp-content p {
    font-size: 1.25em;
    line-height: 1.6em;
    color: #000000; }


.new-fullpage-innovative .offshoring-vs-reshoring-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .new-fullpage-innovative .offshoring-vs-reshoring-module .inner-wrap-wide {
    padding-top: 4.75em;
    padding-bottom: 12.5625em; }
  .new-fullpage-innovative .offshoring-vs-reshoring-module .ovrm-header {
    color: #ffffff;
    text-align: center;
    font-size: 2.1875em;
    line-height: 1.2857142857em;
    padding: 0 1.7142857143em; }
    .new-fullpage-innovative .offshoring-vs-reshoring-module .ovrm-header > a {
      color: #dc833d; }

.new-fullpage-innovative .fp-intro4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative; }
  .new-fullpage-innovative .fp-intro4 .iv-bg::before {
    content: '';
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF99 40%, #FFFFFF99 62%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .new-fullpage-innovative .fp-intro4 .inner-wrap, .new-fullpage-innovative .fp-intro4 .inner-wrap-narrow, .new-fullpage-innovative .fp-intro4 .inner-wrap-wide, .new-fullpage-innovative .fp-intro4 .inner-wrap-fullwidth {
    padding-top: 27.125em;
    padding-bottom: 15em; }
  .new-fullpage-innovative .fp-intro4 .fpmr-line {
    display: block;
    height: 0.25em;
    position: relative;
    max-width: 28.375em;
    width: 100%; }
    .new-fullpage-innovative .fp-intro4 .fpmr-line::before {
      content: '';
      background-color: rgba(11, 57, 106, 0.9);
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 1px; }
    .new-fullpage-innovative .fp-intro4 .fpmr-line::after {
      content: '';
      background-color: rgba(11, 57, 106, 0.9);
      width: 5.6875em;
      height: 3px;
      position: absolute;
      left: 0;
      top: 0; }
  .new-fullpage-innovative .fp-intro4 .fpm-header {
    font-size: 3.375em;
    line-height: 1.0740740741em;
    max-width: 8.4074074074em; }
    .new-fullpage-innovative .fp-intro4 .fpm-header > span {
      display: block;
      font-size: 20px;
      line-height: 1.6em;
      font-weight: normal;
      text-transform: uppercase; }
  .new-fullpage-innovative .fp-intro4 .fpm-content .right .popup-youtube {
    font-size: 2em;
    line-height: 2.1em;
    color: #0b396a;
    font-weight: bold;
    text-decoration: none;
    padding-left: 3em;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/ico-play.svg);
    background-repeat: no-repeat;
    background-size: 2em;
    background-position: left center;
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 40em) {
    .new-fullpage-innovative .fp-intro4 .fpm-content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .new-fullpage-innovative .fp-intro4 .fpm-content > div {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%; }
        .new-fullpage-innovative .fp-intro4 .fpm-content > div.right {
          text-align: center;
          padding-top: 3.3125em; } }
@media (min-width: 60em) {
  .new-fullpage-innovative .fp-intro4 .fpm-content > div.right {
    text-align: right;
  }
  .new-fullpage-innovative .fp-intro4 .fpm-content .right .popup-youtube {
    padding-right: 3em;
  }
}
.new-fullpage-innovative .fpf-image-top {
  
  position: relative;
  z-index: 9; }
.new-fullpage-innovative .fpf-image-top::before {
    content: '';
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 82%;
    position: absolute;
    left: 0;
    top: 0; }
  .new-fullpage-innovative .fpf-image-top .inner-wrap, .new-fullpage-innovative .fpf-image-top .inner-wrap-narrow, .new-fullpage-innovative .fpf-image-top .inner-wrap-wide, .new-fullpage-innovative .fpf-image-top .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 10.6875em; }

.new-fullpage-innovative .fpf-top-image {
  text-align: center; }

.new-fullpage-innovative .fp-intro5 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -5.0625em; }
  .new-fullpage-innovative .fp-intro5::before {
    content: '';
    background: transparent linear-gradient(180deg, #0b315c 0%, #0B396A99 40%, #0B396A99 62%, #0B396A 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .new-fullpage-innovative .fp-intro5 .inner-wrap-wide {
    padding-top: 10.375em; }
  .new-fullpage-innovative .fp-intro5 .fpf-top-logo {
    opacity: 0.70; }
  .new-fullpage-innovative .fp-intro5 .fif-header {
    color: #ffffff;
    margin-bottom: 54px; }
  .new-fullpage-innovative .fp-intro5 .fpm-conten p {
    max-width: 52em;
    font-size: 1.125em;
    line-height: 1.7777777778em;
    color: #ffffff !important; }

.new-fullpage-innovative .recommended-reading-form-rodon-module {
  background-color: #0B396A; }
  .new-fullpage-innovative .recommended-reading-form-rodon-module .inner-wrap-wide {
    padding-top: 5em;
    padding-bottom: 5.0625em; }

.new-fullpage-innovative .rrfrm-header {
  text-align: center;
  color: #ffffff;
  font-size: 2.1875em;
  line-height: 1.2857142857em;
  padding: 0 1.1428571429em;
  font-weight: normal; }

.new-fullpage-innovative .rrfrm-three-bucket > div {
  max-width: 22.375em;
  width: 100%;
  margin: 0.9375em auto 2.1875em;
  text-align: center; }

@media (min-width: 60em) {
  .new-fullpage-innovative .rrfrm-three-bucket {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.new-fullpage-innovative .rrfrm-item a {
  text-decoration: none; }
  .new-fullpage-innovative .rrfrm-item a:hover .rrfrmi-title {
    color: #dc833d; }
  .new-fullpage-innovative .rrfrm-item a:hover .rrfrmi-link-text {
    color: #dc833d; }

.new-fullpage-innovative .rrfrmi-title {
  text-align: center;
  color: #ffffff;
  font-size: 2.1875em;
  line-height: 1.2857142857em;
  font-weight: normal; }

.new-fullpage-innovative .rrfrmi-link-text {
  font-size: 1.25em;
  display: block;
  line-height: 1.6em;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  padding-bottom: 0.5em; }
  .new-fullpage-innovative .rrfrmi-link-text::before {
    content: '';
    background-color: #dc833d;
    width: 2em;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0; }

body.section3 .new-fullpage .slidesNav li a:after {
  background-color: #0b396a; }

body.section3 .new-fullpage .slidesNav li.active a {
  color: #0b396a; }
body.section3 .new-fullpage .slidesNav li.active a:after {
  background-color: orange; }
body.section5 .new-fullpage .slidesNav li a:after {
  background-color: #ffffff; }

body.section5 .new-fullpage .slidesNav li.active a {
  color: #ffffff; }

.new-fullpage-innovative .offshoring-vs-reshoring-module .ovrm-header > a:hover {
        text-decoration: none; }

.site-content.stuck {
    margin-top: 100px;
}





.sn-li-l3,
.hs-menu-depth-3 {
  background-color: #06203c; }



   .sn-li-l3 > a,
  .hs-menu-depth-3 > a {
    padding: 0 1em;
    color: #ffffff;
    border-top: 1px solid #0b396a;
    display: block;
    text-decoration: none;
    line-height: 3.125em; }


    .sn-li-l3 > a span,
    .hs-menu-depth-3 > a span {
      font-size: 1em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }


  .sn-li-l3:last-child > a,
  .hs-menu-depth-3:last-child > a {
    border-bottom: 0; }
  .sn-li-l3:hover,
  .hs-menu-depth-3:hover {
    background-color: #01070e; }

  @media (min-width: 40em) {
    .sn-li-l3:hover .sn-level-3,
    .hs-menu-depth-3:hover .sn-level-3 {
      display: block; }
    .sn-li-l3 > a,
    .hs-menu-depth-3 > a {
      padding: 0 0.5em; } }


  @media (min-width: 60em) {
    .sn-li-l3 > a,
    .hs-menu-depth-3 > a {
      padding: 0 0.5em; } }
  @media (min-width: 80em) {
    .sn-li-l3 > a,
    .hs-menu-depth-3 > a {
      padding: 0 1.5em; } }

 @-webkit-keyframes diamondMoves{
        0% { transform: scale(1); }
        50%  { transform: scale(0.8); }
        100%  { transform: scale(1); }
    }
     @-moz-keyframes diamondMoves {
        0% { transform: scale(1); }
        50%  { transform: scale(0.8); }
        100%  { transform: scale(1); }
    }
     @keyframes diamondMoves {
        0% { transform: scale(1); }
        50%  { transform: scale(0.8); }
        100%  { transform: scale(1); }
    }
.fptc-link span img{
  animation-name: diamondMoves;
    animation-duration: 1.75s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 4s;
    transform-origin: 50% 50%;
}
.small-text{
  text-align: center;
  color:#000000;
}
.fp-intro4 .fp-bg-wrap{
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  overflow:hidden;
}
.fp-intro5 .fpm-conten{
  padding-top:2.18em;
}
.fp-intro4 .fp-bg[data-aos="fade-zoom"]{
  animation: fade-zoom 25s infinite;
  opacity: 1;
}
 @-webkit-keyframes fade-zoom{
        0% { transform: scale(1); }
        50%  { transform: scale(1.3); }
        100%  { transform: scale(1); }
    }
     @-moz-keyframes diamondMoves {
        0% { transform: scale(1); }
        50%  { transform: scale(1.3); }
        100%  { transform: scale(1); }
    }
     @keyframes diamondMoves {
        0% { transform: scale(1); }
        50%  { transform: scale(1.3); }
        100%  { transform: scale(1); }
    }

/** gdd-012 b css start **/
.wcr-heading {
    text-align: center;
    color: #1f74a5;
    font-size: 38px;
    font-weight: 500;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 15px;
}
@media (min-width: 60em) {
  .why-choose-rodon {
    margin-bottom: 4em; } }

.why-choose-rodon .gcm-title {
 
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff; }
@media (min-width: 60em) {
  .why-choose-rodon .gcm-title {
  color: #0d3a69;
  }
}
.why-choose-rodon .gcm-header {
  font-size: 1.75em;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #2e2e2e;
  position: relative;
  margin-bottom: 1.5em; }
  @media (min-width: 60em) {
    .why-choose-rodon .gcm-header:after {
      position: absolute;
      content: "";
      background: #2b2b2b;
      right: 0;
      width: 67%;
      height: 2px;
      top: 50%; } }
  @media (min-width: 80em) {
    .why-choose-rodon .gcm-header {
      font-size: 2.0625em; } }

.why-choose-rodon .gis-text {
  font-size: 1.125em !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #595959; }

.why-choose-rodon .gcm-cta {
  font-size: 1.125em;
  font-family: 'Open Sans', sans-serif;
  background-color: #be2226;
  color: #fff;
  text-decoration: none;
  padding: 13px 45px 13px 31px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-bottom: 1em; }
  .why-choose-rodon .gcm-cta:after {
    position: absolute;
    content: "";
    right: 16px;
    top: 14px;
    width: 25px;
    height: 25px;
    background-image: url(img/gcm-ico-right.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right center; }
  .why-choose-rodon .gcm-cta:hover {
    background-color: #931a1d; }

@media (min-width: 40em) {
  .why-choose-rodon .tab-header-and-content {
    display: block; } }

.why-choose-rodon .tab-link {
  background-color: #2e2e2e;
  font-size: 1.125em !important;
  padding: 15px 10px 15px 20px !important; }
  @media (min-width: 87.5em) {
    .why-choose-rodon .tab-link {
      padding: 10px 10px 10px 35px !important; } }
  .why-choose-rodon .tab-link.is-active {
    background-color: #0d3a69 ;
    font-size: 1.1em !important;
    padding: 10px 10px 10px 20px !important; }
    @media (min-width: 60em) {
      .why-choose-rodon .tab-link.is-active {
        position: relative;
      background-color: transparent;
font-size: 1.1em !important;
padding: 10px 10px 10px 20px !important;
color: #0d3a69;
border: none;
opacity: 1;
      }
        .why-choose-rodon .tab-link.is-active:after {
          position: absolute;
content: "";
top: 0;
width: 2px;
height: 100%;
left: -2px;
background-color: #0d3a69; } }
    @media (min-width: 87.5em) {
      .why-choose-rodon .tab-link.is-active {
        padding: 10px 10px 10px 35px !important; } }
  @media (min-width: 40em) {
    .why-choose-rodon .tab-link {
      display: block; } }
  @media (min-width: 60em) {
    .why-choose-rodon .tab-link {
      
      
      float: left;
      
    opacity:0.49;
      background-color: transparent;
      border:none;
    } }
  @media (min-width: 87.5em) {
    .why-choose-rodon .tab-link {
       } }

@media (min-width: 60em) {
  .why-choose-rodon .accordion-tabs-wrap {
    position: relative; } }

@media (min-width: 60em) {
  .why-choose-rodon .accordion-tabs {
    width: 30%;
    clear: both; 
  border-left: 2px solid #b8c8d5;
  } }

@media (min-width: 40em) {
  .why-choose-rodon .tab-content {
    float: none; } }

@media (min-width: 60em) {
  .why-choose-rodon .tab-content {
    position: absolute;
    right: 0;
    width: 70%;
    top: 0;
    background: transparent; 
  border:none;
    padding-top:0;
  } }

@media (min-width: 60em) {
  .why-choose-rodon .gcm-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 60em) {
  .why-choose-rodon .gcm-content-wrap .gcm-text-wrap {
    width: 60%; } }

.why-choose-rodon .gcm-content-wrap .gcm-img-wrap {
  text-align: center; }
  .why-choose-rodon .gcm-content-wrap .gcm-img-wrap img {
    display: inline-block;
    vertical-align: top;
background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/rodon-logographic.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
  @media (min-width: 60em) {
    .why-choose-rodon .gcm-content-wrap .gcm-img-wrap {
      width: 40%; } }

.why-choose-rodon .gcm-logo-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  max-width: 4em; }
  .why-choose-rodon .gcm-logo-link:last-child {
    margin-right: 0; }
  .why-choose-rodon .gcm-logo-link img {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 60em) {
    .why-choose-rodon .gcm-logo-link {
      max-width: 4.0625em; } }
  @media (min-width: 80em) {
    .why-choose-rodon .gcm-logo-link {
      max-width: 5.1875em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .why-choose-rodon .gcm-logo-link {
      max-width: 4.6428571429em; } }

.why-choose-rodon .accordion-tabs .tab-header-and-content:first-child .tab-link,.why-choose-rodon .accordion-tabs .tab-header-and-content:last-child .tab-link{
width:100%;
}
.btn.gcm-btn {
    padding: 12px 30px;
}
/************************* Infographics page *******************************/
.infographics-one-grid {
  padding-top: 3.625em; }

.iog-wrap {
  margin-bottom: 3.75em;
  padding-bottom: 3.75em;
  border-bottom: 1px solid #dfdfdf; }
  .iog-wrap:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .iog-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .iog-wrap > div {
        float: left; } }

.iog-image {
  max-width: 20.375em;
  width: 100%;
  margin: 0 auto 1.25em; }
  @media (min-width: 40em) {
    .iog-image {
      margin: 0; } }

.iog-content {
  max-width: 20.375em;
  width: 100%;
  margin: 0 auto; text-align:center; }
  @media (min-width: 40em) {
    .iog-content {
      max-width: 22.875em;
      padding-left: 2.5em; text-align:left;} }

.iogc-header {
  font-size: 1.5em;
  line-height: 1.1666666667em;
  color: #3E3A3A !important;
  font-weight: 500;
  margin: 0 0 0.6666666667em; }

.iogc-text p {
  font-size: 1.0625em;
  line-height: 1.5294117647em;
  color: #3E3A3A;
  margin-bottom: 1.4705882353em; }

.iogc-cta {
  font-size: 1.1875em;
  padding-top: 0.7894736842em;
  padding-bottom: 0.8421052632em;
  max-width: 9.4736842105em;
  width: 100%;
  text-align: center; }
/** gdd-012 b end **/
/******************** injection molding manufacturing cycle ********************************/
.pimc-intro-module {
  position: relative; }
  .pimc-intro-module .inner-wrap, .pimc-intro-module .inner-wrap-narrow, .pimc-intro-module .inner-wrap-wide, .pimc-intro-module .inner-wrap-fullwidth {
    padding-top: 8.625em !important;
    padding-bottom: 14.5625em !important; }

.pimci-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .pimci-bg::before {
    content: '';
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/hero-gradient-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.pimci-wrap {
  text-align: center;
  max-width: 60.875em;
  width: 100%;
  margin: 0 auto 3.4375em; }

.pimci-header {
  font-size: 4.4375em;
  line-height: 1.3098591549em;
  color: #ffffff;
  font-weight: 900;
  padding-bottom: 0.2112676056em;
  position: relative; }
  .pimci-header::before {
    content: '';
    background-color: #dc833d;
    width: 70px;
    height: 0.0563380282em;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    position: absolute; }

.pimci-text-wrap {
  padding-bottom: 2.875em; }
  .pimci-text-wrap p {
    font-size: 1.5em;
    line-height: 1.125em;
    color: #ffffff; }

.pimci-arrow {
  display: block;
  max-width: 3.125em;
  width: 100%;
  margin: 0 auto;
  padding: 0.75em; }
  .pimci-arrow img {
    display: block;
    width: 100%; }

/************************************************/
.pimc-process-cycle-module {
  position: relative; }

.pimcpcm-text-wrap {
  max-width: 48.5em;
  width: 100%;
  margin: 0 auto 1.875em;
  text-align: center; }
  .pimcpcm-text-wrap p {
    font-size: 1.25em;
    line-height: 1.25em; }

.pimcpcm-header {
  font-size: 2.625em;
  line-height: 1.3095238095em;
  color: #072F59; }

.pimcpcm-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .pimcpcm-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(img/molding-process-cycle-gradient.png);*/
    background: -moz-linear-gradient(top, white 0%, rgba(252, 252, 252, 0.85) 8%, rgba(227, 227, 227, 0.85) 75%, #d9d9d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(252, 252, 252, 0.85) 8%, rgba(227, 227, 227, 0.85) 75%, #d9d9d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(252, 252, 252, 0.85) 8%, rgba(227, 227, 227, 0.85) 75%, #d9d9d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.pimcpcms-text-wrap {
  position: relative;
  padding-left: 4.6875em;
  padding-right: 1.75em;
  padding-top: 2.5em; }

.pimcpcms-steper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 19.5em;
  line-height: 0.75em;
  /*em(312,312);*/
  opacity: 0.05;
  color: #0A396A;
  font-weight: 900; }

.pimcpcm-step {
  padding: 6.875em 0; }
  @media (min-width: 60em) {
    .pimcpcm-step {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .pimcpcm-step > div.pimcpcms-text-wrap {
        -webkit-flex-basis: 42%;
        -moz-flex-basis: 42%;
        flex-basis: 42%;
        -ms-flex-preferred-size: 42%;
        padding-left: 4.6875em;
        padding-right: 1.75em; }
      .pimcpcm-step > div.pimcpcms-image-wrap {
        -webkit-flex-basis: 58%;
        -moz-flex-basis: 58%;
        flex-basis: 58%;
        -ms-flex-preferred-size: 58%;
        padding: 0 0 0 2.5em; } }

.pimcpcms-header {
  font-size: 1.75em;
  line-height: 1.25em;
  color: #0b396a; }

.pimcpcms-textt {
  font-size: 1.25em;
  line-height: 1.25em; }

/***********************************************************/
.pimc-cycle-module .inner-wrap, .pimc-cycle-module .inner-wrap-narrow, .pimc-cycle-module .inner-wrap-wide, .pimc-cycle-module .inner-wrap-fullwidth {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.pimct-bg-one {
  padding-top: 2.25em; }

.pimc-text-wrap {
  text-align: center;
  max-width: 50em;
  width: 100%;
  margin: 0 auto 5.3125em; }
  .pimc-text-wrap p {
    color: #072F59;
    font-size: 1.25em;
    line-height: 1.25em; }

.pimct-header {
  font-size: 2.625em;
  line-height: 1.3095238095em;
  color: #072F59; }

.pimct-image-text-wrap {
  padding-top: 5.5625em; }

.pimctit-row {
  color: #ffffff;
  padding-bottom: 7.8125em;
  /*em(94);*/
  position: relative; }
  .pimctit-row:before {
    content: '';
    width: 0.5em;
    height: 6.25em;
    border: 1px solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }

.orange-box-wrap {
  position: absolute;
  display: block;
  width: 0.5em;
  height: 6.25em;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0; }
  .orange-box-wrap > span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dc833d;
    border: 1px solid #dc833d; }

.pimctit-title {
  font-size: 2em;
  line-height: 1.125em; }

@media (min-width: 40em) {
  .pimct-image-text-wrap .pimctit-row:nth-of-type(2n) .pimctit-wrap {
    flex-direction: row-reverse; }
    .pimct-image-text-wrap .pimctit-row:nth-of-type(2n) .pimctit-wrap .pimctit-content-wrap {
      text-align: right;
      padding: 0 1em 0 5em; } }

@media (min-width: 40em) {
  .pimct-image-text-wrap2 .pimctit-row:nth-of-type(2n-1) .pimctit-wrap {
    flex-direction: row-reverse; }
    .pimct-image-text-wrap2 .pimctit-row:nth-of-type(2n-1) .pimctit-wrap .pimctit-content-wrap {
      text-align: right;
      padding: 0 1em 0 5em; } }

@media (min-width: 40em) {
  .pimctit-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .pimctit-wrap > div.pimctit-image-wrap {
      -webkit-flex-basis: 33.92%;
      -moz-flex-basis: 33.92%;
      flex-basis: 33.92%;
      -ms-flex-preferred-size: 33.92%; }
    .pimctit-wrap > div.pimctit-content-wrap {
      -webkit-flex-basis: 66.08%;
      -moz-flex-basis: 66.08%;
      flex-basis: 66.08%;
      -ms-flex-preferred-size: 66.08%;
      padding: 0 5em 0 1em; } }

.pimctit-text-wrap p {
  font-size: 1.25em;
  line-height: 1.25em; }

.pimctit-image-wrap {
  max-width: 23.875em;
  position: relative;
  margin: 0 auto 2.1875em; }
  .pimctit-image-wrap::before {
    content: '';
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/dotted-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5.5em;
    height: 5.5em;
    position: absolute;
    opacity: 0.20; }
  @media (min-width: 40em) {
    .pimctit-image-wrap {
      margin: 0; } }

.pimctit-image {
  max-width: 17.25em;
  min-height: 17.25em;
  position: relative;
  border-radius: 100%;
  overflow: hidden; }
  .pimctit-image img {
    display: block; }

.pimctit-icon {
  background-color: #ffffff;
  width: 5em;
  height: 5em;
  border-radius: 10px;
  padding: 0.625em;
  position: absolute; }
  .pimctit-icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 5em;
    padding: 0.625em;
    margin: 0 auto;
    max-height: 5em;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.pimctit-row-1 .pimctit-image-wrap::before {
  top: 2.25em;
  left: 2.25em; }

.pimctit-row-1 .pimctit-image-wrap .pimctit-icon {
  bottom: 0;
  left: 4.0625em; }

.pimctit-row-2 {
  padding-bottom: 7.9375em; }
  .pimctit-row-2 .pimctit-image-wrap::before {
    top: 2.25em;
    left: 3.4375em; }
  .pimctit-row-2 .pimctit-image-wrap .pimctit-icon {
    bottom: 0;
    right: 1.6875em; }

.pimctit-row-3 .pimctit-image-wrap::before {
  top: 2.25em;
  right: 1.9375em; }

.pimctit-row-3 .pimctit-image-wrap .pimctit-icon {
  bottom: 0;
  left: 4.5625em; }

.pimctit-row-4 .pimctit-image-wrap::before {
  bottom: 2.25em;
  left: 4.125em; }

.pimctit-row-4 .pimctit-image-wrap .pimctit-icon {
  top: 0;
  right: 0; }

.pimctit-row-5 .pimctit-image-wrap::before {
  top: 2.25em;
  left: 3.4375em; }

.pimctit-row-5 .pimctit-image-wrap .pimctit-icon {
  bottom: 0;
  left: 5em; }

.pimctit-row-6 .pimctit-image-wrap::before {
  bottom: 0.375em;
  right: 0.875em; }

.pimctit-row-6 .pimctit-image-wrap .pimctit-icon {
  top: 0;
  left: 4.125em; }

.pimctit-row-7 .pimctit-image-wrap::before {
  top: 2.25em;
  left: 3.6875em; }

.pimctit-row-7 .pimctit-image-wrap .pimctit-icon {
  bottom: 0;
  right: 2.0625em; }

.pimctit-row-8 .pimctit-image-wrap::before {
  top: 2.25em;
  left: 2.8125em; }

.pimctit-row-8 .pimctit-image-wrap .pimctit-icon {
  bottom: 0.3125em;
  right: 1.25em; }

.pimctit-row-9 {
  padding-bottom: 0; }
  .pimctit-row-9 .pimctit-image-wrap::before {
    top: 2.25em;
    left: 3.4375em;
    opacity: 0.22; }
  .pimctit-row-9 .pimctit-image-wrap .pimctit-icon {
    bottom: 0;
    right: 1.3125em; }
  .pimctit-row-9:before {
    display: none; }

.pimctit-row-1 .pimctit-image-wrap {
  padding-left: 5.1875em;
  padding-right: 1.3125em; }

.pimctit-row-3 .pimctit-image-wrap {
  padding-left: 3.75em;
  padding-right: 2.625em; }

.pimctit-row-6 .pimctit-image-wrap {
  padding-left: 4.125em;
  padding-right: 2.1875em; }

.pimctit-row-2 .pimctit-image-wrap, .pimctit-row-4 .pimctit-image-wrap, .pimctit-row-5 .pimctit-image-wrap, .pimctit-row-7 .pimctit-image-wrap, .pimctit-row-8 .pimctit-image-wrap, .pimctit-row-9 .pimctit-image-wrap {
  padding-left: 5.1875em; }

.pimct-bg-one {
  position: relative;
  z-index: 1; }
  .pimct-bg-one::before {
    content: '';
    background: -moz-linear-gradient(top, #d9d9d9 0%, #0a396a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d9d9d9 0%, #0a396a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d9d9d9 0%, #0a396a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: -150%;
    top: 0;
    width: 300%;
    height: 100%;
    z-index: -1; }

.pimct-bg-two {
  position: relative;
  z-index: 1;
  padding-bottom: 9.625em; }
  .pimct-bg-two::before {
    content: '';
    background: -moz-linear-gradient(top, #0a396a 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a396a 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0a396a 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: -150%;
    top: 0;
    width: 300%;
    height: 100%;
    z-index: -1; }

/***********************/
.pimcbm-module {
  position: relative; }
  .pimcbm-module .pimcbm-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .pimcbm-module .pimcbm-bg::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
      background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/footer-gradient.png); }
  .pimcbm-module > .inner-wrap, .pimcbm-module > .inner-wrap-narrow, .pimcbm-module > .inner-wrap-wide, .pimcbm-module > .inner-wrap-fullwidth {
    padding-bottom: 9.75em;
    padding-top: 12.5em !important; /*padding-top: 25.0625em !important;*/ }

.pimcbm-wrap {
  text-align: center;
  color: #ffffff;
  max-width: 60.875em;
  width: 100%;
  margin: 0 auto; }

.pimcbm-cta {
  max-width: 8.6666666667em;
  width: 100%;
  //display: block;
  padding-top: 0.7777777778em;
  padding-bottom: 0.8333333333em;
  font-size: 1.125em; }

.pimcbm-cta-wrap .pimcbm-cta-one {
  background-color: #ffffff;
  color: #0b396a; }
  @media (min-width: 40em) {
    .pimcbm-cta-wrap .pimcbm-cta-one {
      margin-right: 1em; } }

.pimcbm-header {
  margin-top: 0;
  font-size: 3.375em;
  line-height: 1.3148148148em; }

.pimcbm-footer {
  position: relative;
  text-align: center; }
  .pimcbm-footer::before {
    content: '';
    background-color: #072F59;
    position: absolute;
    left: -150%;
    top: 0;
    position: absolute;
    width: 300%;
    height: 100%; }
  .pimcbm-footer span {
    display: block;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.3888888889em;
    color: #ffffff; }
  .pimcbm-footer > .inner-wrap, .pimcbm-footer > .inner-wrap-narrow, .pimcbm-footer > .inner-wrap-wide, .pimcbm-footer > .inner-wrap-fullwidth {
    padding-top: 1.3125em !important;
    padding-bottom: 1.3125em !important; }

.pimcbm-text {
  padding-bottom: 1.5625em; }
.pimctit-text-wrap ul:not([class]) li:not([class]):after {
  background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/img/ico-bullet-white.svg); }

/************Infographics page style****************/
.iibm-item {
  max-width: 11.5625em;
  width: 100%;
  margin: 0 auto 0.9375em;
  border-bottom: 1px solid rgba(223, 223, 223, 0.75);
  border-right: 1px solid rgba(223, 223, 223, 0.75); }
  .iibm-item > a {
    display: block;
    outline: none !important;
    padding: 1.125em 1.125em;
    text-decoration: none;
    color: #0d3969; }
    .iibm-item > a > span {
      display: block; }
    .iibm-item > a .iibm-item-title {
      font-size: 1.3125em;
      line-height: 1.1904761905em;
      font-family: "eurostile-condensed", arial, sans-serif;
      text-align: center;
      color: #0d3969;
      padding-bottom: 0.7142857143em; }
  @media (min-width: 40em) {
    .iibm-item {
      max-width: 14.5em;
      width: 30%; } }

.iibm-item-image {
  max-width: 9.5em;
  width: 100%;
  margin: 0 auto; }
  .iibm-item-image img {
    display: block;
    width: 100%; }

@media (min-width: 40em) {
  .iibm-wraper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .iibm-wraper > div {
      float: left;
      margin: 0 0.5625em 0.9375em 0.5625em; } }

@media (min-width: 80em) {
  .iibm-wraper > div {
    float: left;
    margin: 0 0.75em 0.9375em 0.75em; } }
.mfp-iframe-holder .mfp-close {
    background-color: transparent !important;
}
.mfp-iframe-holder .mfp-close:hover {
    background-color: transparent !important;
}
.custome-video-wrap{position:relative;
display:block;}
.custome-video-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
    -moz-transition: all 0.25s cubic-bezier(0,0,.2,1);
    -webkit-transition: all 0.25s cubic-bezier(0,0,.2,1);
    transition: all 0.25s cubic-bezier(0,0,.2,1);
    z-index: 63;
    cursor: pointer;
    background-image: url(https://91208.fs1.hubspotusercontent-na1.net/hubfs/91208/RPM-Img/play-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
  opacity:0.9;
}
@media only screen and (min-width:960px){
.mfg-popup-open .sh-sticky-wrap.stuck{
    width: calc(100% - 17px);
}
.mfg-popup-open .pop-up-cta{
    width: calc(100% - 17px);
  right:17px !important;
}
}
/************************ New Infographics style start**********************************/
.supply-chain-bottom-module {
  position: relative; }

.scbm-module {
  position: relative; }
  .scbm-module .inner-wrap, .scbm-module .inner-wrap-narrow, .scbm-module .inner-wrap-wide, .scbm-module .inner-wrap-fullwidth {
    position: relative;
    z-index: 1;
    padding-top: 7.8125em !important;
    padding-bottom: 7.4375em; }
  .scbm-module::after {
    content: '';
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65; }

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

.scbm-wrap {
  text-align: center; }

.scbm-header {
  font-size: 3.375em;
  color: #ffffff;
  line-height: 1.4074074074em; }

.scbm-text p {
  font-size: 1.25em;
  color: #ffffff;
  line-height: 1.25em; }
  .scbm-text p > a {
    color: #7bc7f2; }

.supply-chain-fulfillment-packaging {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  .supply-chain-fulfillment-packaging .inner-wrap-wide {
    padding-top: 5.4375em !important; }

.scfp-header {
  text-align: center;
  font-size: 3.375em;
  line-height: 1.3148148148em;
  color: #0A396A;
  position: relative; }
  .scfp-header:before {
    content: '';
    background-color: #B92116;
    width: 1.2962962963em;
    height: 0.0740740741em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }

.scfp-text {
  max-width: 40.125em;
  width: 100%;
  margin: 0 auto 1em;
  text-align: center;
  min-height: 8.1875em; }

/*@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 500; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 500; }
  to {
    stroke-dashoffset: 0; } }

.scfp-image-wrap.aos-animate .line {
  stroke-width: 3;
  stroke-dasharray: 12;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 1s linear backwards;
  animation: dash 1s linear backwards; }*/

.scfp-image-wrap.aos-animate .line {
  animation: dash 2s linear;
  -webkit-animation: dash 2s linear backwards; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 886;
    stroke-dasharray: 886; }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 886;
    stroke-dasharray: 886; }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 0; } }
.supply-chain-site-intro {
  position: relative; }
  .supply-chain-site-intro .inner-wrap, .supply-chain-site-intro .inner-wrap-narrow, .supply-chain-site-intro .inner-wrap-wide, .supply-chain-site-intro .inner-wrap-fullwidth {
    padding-top: 5.25em !important;
    padding-bottom: 17.0625em !important; }

.scsi-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .scsi-bg::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.scsi-header {
  text-align: center;
  font-size: 3em;
  line-height: 1.2083333333em;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.4791666667em; }
  .scsi-header:before {
    content: '';
    background-color: #B92116;
    width: 1.4583333333em;
    height: 0.0833333333em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }
  @media (min-width: 60em) {
    .scsi-header {
      max-width: 11.1549295775em;
      width: 100%;
      font-size: 4.4375em;
      line-height: 1.1126760563em;
      padding-bottom: 0.323943662em;
      margin: 0 auto 0.4507042254em; }
      .scsi-header::before {
        width: 0.985915493em;
        height: 0.0563380282em; } }

.scsi-text-wrap {
  max-width: 60.875em;
  width: 100%;
  margin: 0 auto 2.1875em;
  text-align: center; }
  .scsi-text-wrap p {
    color: #ffffff; }
  @media (min-width: 60em) {
    .scsi-text-wrap {
      min-height: 6.875em; } }

@-webkit-keyframes widther {
  from {
    width: 0; }
  to {
    width: 82%; } }

@keyframes widther {
  from {
    width: 0; }
  to {
    width: 82%; } }

@media (min-width: 60em) {
  .scsi-wrap-bucket {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .scsi-wrap-bucket::before {
      content: '';
      border-bottom: 4px dotted white;
      position: absolute;
      left: 5.4375em;
      top: 2.5em;
      width: 0%;
      height: 6px; }
    .scsi-wrap-bucket.aos-animate::before {
      -webkit-animation: widther 1s forwards linear;
      animation: widther 1s forwards linear; } }

.scsi-item {
  max-width: 11.875em;
  width: 100%;
  margin: 0 auto 2.8125em; }
  .scsi-item > a {
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1; }
    .scsi-item > a:hover {
      color: #b92116; }

.scsii-image {
  display: block;
  max-width: 5.6875em;
  height: 5.6875em;
  width: 100%;
  padding: 1.3125em;
  margin: 0 auto 2em;
  background-image: url(https://info.rodongroup.com/hubfs/img/rodon-ring-filled.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .scsii-image > img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 3.1875em;
    min-height: 3.1875em; }

.scsii-text {
  font-size: 1.75em;
  line-height: 1.1428571429em;
  display: block;
  text-align: center; }

.supply-chain-difference-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative; }
  .supply-chain-difference-module .inner-wrap, .supply-chain-difference-module .inner-wrap-narrow, .supply-chain-difference-module .inner-wrap-wide, .supply-chain-difference-module .inner-wrap-fullwidth {
    padding-top: 0 !important;
    padding-bottom: 3.875em !important; }
    @media (min-width: 60em) {
      .supply-chain-difference-module .inner-wrap, .supply-chain-difference-module .inner-wrap-narrow, .supply-chain-difference-module .inner-wrap-wide, .supply-chain-difference-module .inner-wrap-fullwidth {
        position: static !important; } }

@media (min-width: 60em) {
  .scdm-wrap {
    display: flex;
    font-size: 1.25vw; } }

@media (min-width: 80em) {
  .scdm-wrap {
    font-size: 1em; } }

.scdm-left {
  padding-top: 6.375em;
  max-width: 30.9375em;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .scdm-left {
      margin: 0; } }

.scdm-right {
  font-size: 1.25vw; }
  @media (min-width: 60em) {
    .scdm-right {
      position: absolute;
      right: -5em; } }
  @media (min-width: 80em) {
    .scdm-right {
      font-size: 1em; } }

.scdmr-image-wrap {
  max-width: 49.1875em;
  width: 100%;
  position: relative;
  min-height: 49.1875em;
  padding: 4.4375em;
  top: -9.625em;
  margin: 0 auto; }
  .scdmr-image-wrap::before {
    content: '';
    background-image: url(https://info.rodongroup.com/hubfs/img/rodon-ring-filled.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.scdmri-image {
  max-width: 40.75em;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  .scdmri-image img {
    display: block;
    width: 100%; }

.scdm-header {
  margin-top: 0;
  font-size: 3em;
  line-height: 1.2291666667em;
  color: #0A396A;
  position: relative;
  padding-bottom: 0.3125em;
  margin-bottom: 0.5833333333em; }
  .scdm-header:before {
    content: '';
    background-color: #B92116;
    width: 1.4583333333em;
    height: 0.0833333333em;
    position: absolute;
    left: 0;
    bottom: 0; }

.scdm-text {
  margin-bottom: 1.5625em; }
  .scdm-text p {
    font-size: 1.5em;
    line-height: 1.125em;
    color: #333333;
    margin-bottom: 1.25em; }

.supply-chain-design-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .supply-chain-design-module .inner-wrap, .supply-chain-design-module .inner-wrap-narrow, .supply-chain-design-module .inner-wrap-wide, .supply-chain-design-module .inner-wrap-fullwidth {
    padding-top: 3.875em !important;
    padding-bottom: 11.25em !important; }
    @media (min-width: 60em) {
      .supply-chain-design-module .inner-wrap, .supply-chain-design-module .inner-wrap-narrow, .supply-chain-design-module .inner-wrap-wide, .supply-chain-design-module .inner-wrap-fullwidth {
        position: static !important;
        padding-bottom: 32.25em !important;} }

.scddmri-image {
  max-width: 40.75em;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  .scddmri-image img {
    display: block;
    width: 100%; }

.scddm-header {
  margin-top: 0;
  font-size: 3em;
  line-height: 1.2291666667em;
  color: #0A396A;
  position: relative;
  padding-bottom: 0.3125em;
  margin-bottom: 0.5833333333em; }
  .scddm-header:before {
    content: '';
    background-color: #B92116;
    width: 1.4583333333em;
    height: 0.0833333333em;
    position: absolute;
    left: 0;
    bottom: 0; }

.scddm-text {
  margin-bottom: 1.5625em; }
  .scddm-text p {
    font-size: 1.5em;
    line-height: 1.125em;
    color: #333333;
    margin-bottom: 1.25em; }

@media (min-width: 60em) {
  .scddm-wrap {
    display: flex;
    font-size: 1.25vw;
    flex-direction: row-reverse; } }

@media (min-width: 80em) {
  .scddm-wrap {
    font-size: 1em; } }

.scddm-left {
  padding-top: 4.8125em;
  max-width: 30.9375em;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .scddm-left {
      margin: 0;
      padding-top: 10.8125em;} }

.scddm-right {
  font-size: 1.25vw; }
  @media (min-width: 60em) {
    .scddm-right {
      position: absolute;
      left: -5em; } }
  @media (min-width: 80em) {
    .scddm-right {
      font-size: 1em; } }

.supply-chain-tool-making-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1; }
  .supply-chain-tool-making-module::before {
    content: '';
    background-image: url(https://info.rodongroup.com/hubfs/img/tool-making-section-bg-gradient-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .supply-chain-tool-making-module > .inner-wrap, .supply-chain-tool-making-module > .inner-wrap-narrow, .supply-chain-tool-making-module > .inner-wrap-wide, .supply-chain-tool-making-module > .inner-wrap-fullwidth {
    padding-top: 6.5625em !important;
    padding-bottom: 6em !important; }
    @media (min-width: 60em) {
      .supply-chain-tool-making-module > .inner-wrap, .supply-chain-tool-making-module > .inner-wrap-narrow, .supply-chain-tool-making-module > .inner-wrap-wide, .supply-chain-tool-making-module > .inner-wrap-fullwidth {
        position: static !important; } }

.sctmm-image-wrap {
  position: relative;
  top: -18.25em; }

.sctmm-image {
  max-width: 48.875em;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .sctmm-image img {
    display: block;
    width: 100%; }

.sctmm-right {
  font-size: 1.25vw; }
  @media (min-width: 60em) {
    .sctmm-right {
      position: absolute;
      right: 0em; } }
  @media (min-width: 80em) {
    .sctmm-right {
      font-size: 1em; } }

.sctmm-left {
  max-width: 29.9375em;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .sctmm-left {
      margin: 0; } }

.sctmm-header {
  margin-top: 0;
  font-size: 3.375em;
  line-height: 1.4074074074em;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.2777777778em;
  margin-bottom: 0.5185185185em; }
  .sctmm-header:before {
    content: '';
    background-color: #B92116;
    width: 1.2962962963em;
    height: 0.0740740741em;
    position: absolute;
    left: 0;
    bottom: 0; }

.sctmm-text {
  margin-bottom: 1.5625em; }
  .sctmm-text p {
    font-size: 1.5em;
    line-height: 1.125em;
    color: white;
    margin-bottom: 1.25em; }

.supply-chain-manufacturing-module {
  position: relative; }
  .supply-chain-manufacturing-module::before {
    content: '';
    background-image: url(https://info.rodongroup.com/hubfs/img/tool-making-section-botom-gradient-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 15.375em;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .supply-chain-manufacturing-module .inner-wrap, .supply-chain-manufacturing-module .inner-wrap-narrow, .supply-chain-manufacturing-module .inner-wrap-wide, .supply-chain-manufacturing-module .inner-wrap-fullwidth {
    padding-top: 5.9375em !important;
    padding-bottom: 15.375em !important; }

.scmm-manufacturing-wraper {
  text-align: center;
  max-width: 47.9375em;
  width: 100%;
  margin: 0 auto;
  color: #ffffff; }

.scmmm-header {
  margin-top: 0;
  font-size: 3.375em;
  line-height: 1.4074074074em;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.2777777778em;
  margin-bottom: 0.5185185185em;
  text-align: center; }
  .scmmm-header:before {
    content: '';
    background-color: #B92116;
    width: 1.2962962963em;
    height: 0.0740740741em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }

.supply-chain-material-selection {
  position: relative;
  background-image: url(https://info.rodongroup.com/hubfs/img/material-selection-bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom; background-color: white;}
  .supply-chain-material-selection .inner-wrap, .supply-chain-material-selection .inner-wrap-narrow, .supply-chain-material-selection .inner-wrap-wide, .supply-chain-material-selection .inner-wrap-fullwidth {
    padding-bottom: 10.8125em !important; }
  @media (min-width: 60em) {
    .supply-chain-material-selection .inner-wrap, .supply-chain-material-selection .inner-wrap-narrow, .supply-chain-material-selection .inner-wrap-wide, .supply-chain-material-selection .inner-wrap-fullwidth {
      position: static !important; } }

.scms-header {
  margin-top: 0;
  font-size: 3.375em;
  line-height: 1.4074074074em;
  color: #0a396a;
  position: relative;
  padding-bottom: 0.2777777778em;
  margin-bottom: 0.5185185185em;
  text-align: center; }
  .scms-header:before {
    content: '';
    background-color: #b92116;
    width: 1.2962962963em;
    height: 0.0740740741em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }

.scms-text {
  max-width: 38.75em;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .scms-text p {
    font-size: 1.5em;
    line-height: 1.125em;
    margin-bottom: 1.25em; }

.scmsi-image-wrap {
  max-width: 28.5em;
  width: 100%;
  position: relative;
  min-height: 28.5em;
  padding: 2.375em;
  margin: 0 auto 3.25em; 
font-size: 1.666666666666667vw; }
  .scmsi-image-wrap::before {
    content: '';
    background-image: url(https://info.rodongroup.com/hubfs/img/material-selection-product-bg-graphic.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
@media (min-width: 60em) {
    .scmsi-image-wrap {
      font-size: 1em; } }
.scmsi-image {
  max-width: 23.5625em;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  .scmsi-image img {
    display: block;
    width: 100%; }

@media (min-width: 60em) {
  .scms-wraper {
    font-size: 1.25vw; } }

@media (min-width: 80em) {
  .scms-wraper {
    font-size: 1em; } }

.scms-image-wrap {
  padding-top: 4.25em; }
  @media (min-width: 60em) {
    .scms-image-wrap {
      display: flex;
      font-size: 1.25vw; } }
  @media (min-width: 80em) {
    .scms-image-wrap {
      font-size: 1em; } }

@media (min-width: 60em) {
  .scmsi-image-wrap-1 {
    position: absolute;
    left: -8.3125em;
    top: 0; } }

@media (min-width: 60em) {
  .scmsi-image-wrap-4 {
    position: absolute;
    right: -8.3125em;
    top: 0; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(9deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.scdm-right.aos-animate .scdmr-image-wrap::before {
  -webkit-animation: rotation 1s forwards linear;
  animation: rotation 1s forwards linear; }

@media screen and (max-width: 699px) {
.initial-message-bubble {
    display: none !important;
}
}

.right-img{
  text-align: center;
}


@media screen and (min-width: 960px){
.right-img{
  float: right;
   margin:10px;
}
}
li.hs-menu-item.hs-menu-depth-1.rfq-menu {
    background-color: #b92116;
}

.alignright{
  padding-bottom:0 !important;
  padding-left:0 !important;
}

@media screen and (min-width: 640px){
	 .infographic-container  {
		float: right;
    margin:0 0 10px 10px;
	}
}
 	.infographic-container p{
  text-align: center;
  
    margin: 12px;
    padding: 4px;
  }
  
  .infographic-container  img{
    z-index: 1;
    position: relative;
	 vertical-align:top;
  }


 .lightbox{
    display: inline-block;
    vertical-align: top;
}

.mfp-zoom-out-cur .sh-sticky-wrap.stuck{
        width: calc(100% - 17px) !important;
    }


@media screen and (-webkit-min-device-pixel-ratio:1.1) {

    _:-webkit-full-screen,
    .mfp-zoom-out-cur .sh-sticky-wrap.stuck {
        width: 100% !important;
    }
}
li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin button {
    margin-bottom: 5px;
}

.site-nav a:hover {
    color: #b92116;
}
.sh-utility-nav .inner-wrap-wide .sh-nav #hs_menu_wrapper_default ul li a:hover {
    color: #b92116;
}
.sitemap #hs_menu_wrapper_default ul .sn-li-l1 a,
.sitemap #hs_menu_wrapper_default ul .hs-menu-depth-1 a,
.sitemap #hs_menu_wrapper_default ul .sn-li-l2 a,
.sitemap #hs_menu_wrapper_default ul .sn-li-l3 a,
.sitemap #hs_menu_wrapper_default ul .sn-li-l3 a,
.sitemap #hs_menu_wrapper_default ul .hs-menu-depth-2 a {
  color: #b92116;
}
.hs-site-page .site-content .sh-nav a:hover {
  color: #b92116!important;
}
.right-new-img{
  text-align: center;
}
.right-new-img  img{
    z-index: 1;
    position: relative;
	 vertical-align:top;
}
.right-new-img  a{
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 960px){
.right-new-img{
  float: right;
   margin:0 0 10px 10px;
}
 .mt-20{
   margin-top:20px;
  }
}
/* Pillar Page */
.page-inner-anchor {
  margin-top: -20px !important;
  padding-top: 20px; }
  @media (min-width: 60em) {
/*     .page-inner-anchor {
      margin-top: -210em !important;
      padding-top: 210em; }  */
  .anchor-links-nav-1 {
    top: -12px;
    }
}
  @media (min-width: 60em) {
    .page-inner-anchor {
      margin-top: -180px !important;
      padding-top: 180px; } }

.anchor-links-nav-1 {
  background-color: #0b396a;
  margin-top: 0;
  position: relative;
  z-index: 2;
  top: -12px;
}
  .anchor-links-nav-1:after {
    position: absolute;
    content: '';
    width: 150%;
    height: 100%;
    background-color: #0b396a;
    top: 0;
    left: -25%;
    z-index: -1; }
  .anchor-links-nav-1 .inner-wrap, .anchor-links-nav-1 .inner-wrap-narrow, .anchor-links-nav-1 .inner-wrap-wide, .anchor-links-nav-1 .inner-wrap-fullwidth {
    padding-top: 1.1875em !important;
    padding-bottom: 1.1875em !important; }
  .anchor-links-nav-1 ul {
    padding: 0; }
  .anchor-links-nav-1 li {
    display: inline-block;
    list-style-type: none;
    width: 100%;
    margin-bottom: 0.625em;
    -webkit-transition: 0.25s all linear;
    -moz-transition: 0.25s all linear;
    transition: 0.25s all linear; }
    .anchor-links-nav-1 li a {
      display: block;
      text-decoration: none;
      color: #ffffff !important;
      text-align: center;
      border-bottom: 6px solid transparent;
      font-size: 1em;
      line-height: 1.5625em;
      -webkit-transition: 0.25s all linear;
      -moz-transition: 0.25s all linear;
      transition: 0.25s all linear; }
    .anchor-links-nav-1 li:hover a {
      border-bottom: 6px solid #ffffff;
      font-weight: 700; }
    .anchor-links-nav-1 li.active a {
      border-bottom: 6px solid #ffffff;
      font-weight: 700; }
@media (max-width: 60em) {
  .anchor-links-nav-1 li.active a {
    border-bottom: 0;
    font-weight: normal;
  }
  .anchor-links-nav-1 li a {
    border-bottom: 2px solid #ffffff !important;
  }
  .anchor-links-nav-1 li:last-child a {
    border-bottom: 0 !important;
  }
  .anchor-links-nav-1 li:hover a {
    border-bottom: 0;
    font-weight: normal;
  }
}
  @media (min-width: 60em) {
    .anchor-links-nav-1.stuck {
      position: fixed;
      left: 0;
      top: 5.618125em;
      width: 100%;
      margin-top: 0;
      z-index: 2;
      margin-top: 0;
      -webkit-box-shadow: 0 3px 6.93px 0.07px rgba(157, 157, 157, 0.44);
      box-shadow: 0 3px 6.93px 0.07px rgba(157, 157, 157, 0.44); }
      .anchor-links-nav-1.stuck .inner-wrap, .anchor-links-nav-1.stuck .inner-wrap-narrow, .anchor-links-nav-1.stuck .inner-wrap-wide, .anchor-links-nav-1.stuck .inner-wrap-fullwidth {
        padding: 0 1.875em; }
    .anchor-links-nav-1 ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
    .anchor-links-nav-1 li {
      padding: 0 0.3125em;
      margin-top: 0.625em;
      margin-bottom: 0;
      width: auto; } }
  @media (min-width: 80em) {
    .anchor-links-nav-1.stuck .inner-wrap, .anchor-links-nav-1.stuck .inner-wrap-narrow, .anchor-links-nav-1.stuck .inner-wrap-wide, .anchor-links-nav-1.stuck .inner-wrap-fullwidth {
      padding: 0 4.375em; }
    .anchor-links-nav-1:after {
      width: 200%;
      left: -50%;
      z-index: -1; }
    .anchor-links-nav-1 ul li a {
      font-size: 1.1875em;
      line-height: 1.3157894737em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .anchor-links-nav-1.stuck {
      top: 5.6183333333em; } }
  @media (min-width: 84em) {
    .anchor-links-nav-1.stuck {
      top: 100px; } }

@media (min-width: 84em) and (max-height: 46em) and (min-width: 60em) {
  .anchor-links-nav-1.stuck {
    top: 5.875em; } }
@media (min-width: 60em) {
  .content-stuck.stuck {
    margin-top: 180px; } }
/* .pp-wrap .page-inner-anchor > .inner-wrap {
    padding-bottom: 0;
}
.content-stuck > .inner-wrap {
    padding-bottom: 0;
} */
.text-under {
    text-decoration: underline !important;
}
  .text-under:hover {
    text-decoration: none !important;
}
/********** The End*****************/