/*!
Theme Name: 	Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for .
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box; }

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

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

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

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

/**
 * 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: #383838;
  font-family: "Source Sans Pro", 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.1875em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 3.825em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 4.25em; } }

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

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

.large-font-size {
  font-size: 1.6875em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 2.025em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 2.25em; } }

.smedium-font-size {
  font-size: 0.984375em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .smedium-font-size {
      font-size: 1.18125em; } }
  @media (min-width: 60em) {
    .smedium-font-size {
      font-size: 1.3125em; } }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  line-height: 1.25;
  margin: 0;
  color: #002f87; }

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

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

h3 {
  font-size: 1.6875em;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h3 {
      font-size: 2.025em; } }
  @media (min-width: 60em) {
    h3 {
      font-size: 2.25em; } }

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

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

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

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

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

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #002f87;
  text-decoration: underline; }
  a:hover {
    color: #00143b; }
  a:active, a:focus {
    color: #00143b;
    outline: none; }

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

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

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

select {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #ebebeb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Source Sans Pro", 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: #d2d1d1; }
  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: #002f87;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 38, 110, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

ul:not([class]) {
  clear: left;
  list-style-type: none;
  padding-left: 1.8421052632em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.3333333333em;
    font-size: 1.125em;
    line-height: 1.5789473684em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0.125em;
      left: -1.25em;
      background-image: url(img/ico-bullet-blue.svg);
      background-position: center center;
      background-size: 5px 5px;
      background-repeat: no-repeat; }

.bullet-style {
  clear: left;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 0.625em; }
  .bullet-style li {
    position: relative;
    font-size: 1.125em;
    line-height: 1.6842105263em;
    font-weight: 700;
    color: #003e98;
    padding-left: 0.125em; }
    .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.1875em;
      left: -1.1052631579em;
      background-image: url(img/ico-bullet-blue.svg);
      background-position: center center;
      background-size: 5px 5px;
      background-repeat: no-repeat; }
    .bullet-style li ul {
      margin-bottom: 0; }
      .bullet-style li ul li {
        font-size: 1em !important;
        list-style-type: none;
        font-weight: normal !important;
        color: #383838;
        font-family: "Source Sans Pro", sans-serif;
        line-height: 1.5em; }

ol {
  clear: left;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 0.625em; }
  ol li {
    position: relative;
    font-size: 1.125em;
    line-height: 1.6842105263em;
    font-weight: 700;
    color: #003e98;
    padding-left: 0.125em; }
    ol li span {
      font-family: "Source Sans Pro", sans-serif; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }
    ol li ol {
      padding-left: 1em; }
      ol li ol li {
        font-size: 1em !important;
        list-style-type: none;
        font-weight: normal !important;
        color: #383838;
        font-family: "Source Sans Pro", sans-serif;
        line-height: 1.7777777778em; }
        ol li ol li span {
          font-weight: bold !important;
          color: #002f87; }

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

th {
  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: white; }

.spec-thead {
  display: block; }

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

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

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

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

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

@media (min-width: 40em) {
  .spec-table {
    display: table; }
  .spec-thead {
    display: table-header-group; }
  .spec-table-row {
    display: table-row; }
  .spec-cell {
    display: table-cell; }
    .spec-cell p {
      font-size: 1em; }
  .spec-spec-col-1 {
    width: 30%; }
  .spec-spec-col-2 {
    width: 70%; } }

.btn, .btn-onc, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-onc, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 1.0555555556em 2.7222222222em 1.2777777778em 2.4444444444em;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 10px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, .btn-onc:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-onc:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white; }
  .btn:disabled, .btn-onc:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-onc:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, .btn-onc:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-onc:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, .btn-onc, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #ce0e2d; }
  .btn:hover, .btn-onc:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #002f87;
    color: #ffffff; }
    .btn:hover:focus, .btn-onc:hover:focus, button:hover:focus,
    input:hover:focus[type="submit"], .btn-download:hover:focus, .btn-arrow:hover:focus, .product-grid-item-link:hover:focus {
      background-color: #002f87;
      color: #ffffff; }
    .btn:hover:active, .btn-onc:hover:active, button:hover:active,
    input:hover:active[type="submit"], .btn-download:hover:active, .btn-arrow:hover:active, .product-grid-item-link:hover:active {
      background-color: #002f87;
      color: #ffffff; }
  .btn:after, .btn-onc:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #002f87; }
  .btn:focus, .btn-onc:focus, button:focus,
  input:focus[type="submit"], .btn-download:focus, .btn-arrow:focus, .product-grid-item-link:focus {
    background-color: #ce0e2d;
    color: #ffffff; }
  .btn:active, .btn-onc:active, button:active,
  input:active[type="submit"], .btn-download:active, .btn-arrow:active, .product-grid-item-link:active {
    background-color: #ce0e2d;
    color: #ffffff; }

.btn-alt, .btn-alt-onc, .btn-alt-download, .btn-alt-arrow {
  background-color: #ce0e2d;
  padding: 0.8333333333em 2.3333333333em 0.9444444444em 2.2222222222em; }
  .btn-alt:hover, .btn-alt-onc:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #002f87;
    color: #ffffff; }
    .btn-alt:hover:focus, .btn-alt-onc:hover:focus, .btn-alt-download:hover:focus, .btn-alt-arrow:hover:focus {
      background-color: #002f87;
      color: #ffffff; }
    .btn-alt:hover:active, .btn-alt-onc:hover:active, .btn-alt-download:hover:active, .btn-alt-arrow:hover:active {
      background-color: #002f87;
      color: #ffffff; }
  .btn-alt:after, .btn-alt-onc:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #002f87; }
  .btn-alt:focus, .btn-alt-onc:focus, .btn-alt-download:focus, .btn-alt-arrow:focus {
    background-color: #ce0e2d;
    color: #ffffff; }
  .btn-alt:active, .btn-alt-onc:active, .btn-alt-download:active, .btn-alt-arrow:active {
    background-color: #ce0e2d;
    color: #ffffff; }

.btn-onc {
  border: 2px solid #ce0e2d;
  color: #ffffff;
  background-color: #ce0e2d;
  padding: 0.9444444444em 1.3888888889em 1.1666666667em 1.3888888889em; }
  .btn-onc:hover {
    background-color: #002f87;
    color: #ffffff;
    border: 2px solid #002f87; }
    .btn-onc:hover:focus {
      background-color: #002f87;
      color: #ffffff;
      border: 2px solid #002f87; }
    .btn-onc:hover:active {
      background-color: #002f87;
      color: #ffffff;
      border: 2px solid #002f87; }
  .btn-onc:after {
    background-color: #002f87; }
  .btn-onc:focus {
    background-color: #ce0e2d;
    color: #ffffff; }
  .btn-onc:active {
    background-color: #ce0e2d;
    color: #ffffff; }
  @media (min-width: 40em) {
    .btn-onc {
      padding: 0.9444444444em 2.3333333333em 1.1666666667em 2.3888888889em; } }

.btn-alt-onc {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #ce0e2d;
  padding: 0.8235294118em 1.4705882353em 0.8823529412em 1.4705882353em; }
  .btn-alt-onc:hover {
    border: 2px solid #ce0e2d;
    background-color: #ce0e2d;
    color: #ffffff; }
  .btn-alt-onc:hover {
    border: 2px solid #ce0e2d;
    background-color: #ce0e2d;
    color: #ffffff; }
    .btn-alt-onc:hover:focus {
      border: 2px solid #ce0e2d;
      background-color: #ce0e2d;
      color: #ffffff; }
    .btn-alt-onc:hover:active {
      border: 2px solid #ce0e2d;
      background-color: #ce0e2d;
      color: #ffffff; }
  .btn-alt-onc:after {
    background-color: #002f87; }
  .btn-alt-onc:focus {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #ce0e2d; }
  .btn-alt-onc:active {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #ce0e2d; }
  @media (min-width: 40em) {
    .btn-alt-onc {
      padding: 0.8235294118em 2.4117647059em 0.8235294118em 2.5294117647em; } }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

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

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

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

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

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

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #002f87; }
      .site-nav span,
      #hs_menu_wrapper_primary_nav span {
        white-space: nowrap; } }

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

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: none;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #c9c9c9; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.1875em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: inline-block;
    line-height: 2.625em;
    color: #002f87;
    text-decoration: none;
    font-weight: 700;
    padding: 0 0.3125em 0.125em 1.875em;
    vertical-align: middle;
    letter-spacing: 0.2px; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #002f87; }
  .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 {
    background-image: url(img/ico-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 11px;
    cursor: pointer;
    display: inline-block;
    width: 1.0526315789em;
    top: 0.7894736842em;
    right: 1.3157894737em;
    height: 1.0526315789em;
    vertical-align: middle;
    position: absolute; }
    @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 {
    display: block; }
  .sn-li-l1:hover .m-subnav-arrow,
  .hs-menu-depth-1:hover .m-subnav-arrow {
    background-image: url(img/ico-arrow.svg); }
  .sn-li-l1:hover > a,
  .hs-menu-depth-1:hover > a {
    color: #002f87; }
  .sn-li-l1.active .m-subnav-arrow,
  .hs-menu-depth-1.active .m-subnav-arrow {
    background-image: url(img/ico-arrow.svg);
    transform: rotate(180deg); }
  .sn-li-l1.active > a,
  .hs-menu-depth-1.active > a {
    color: #002f87; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 4.375em;
      float: left;
      border-bottom: 0;
      border-right: none;
      background-color: transparent;
      text-align: left;
      position: relative;
      margin-left: 2.8125em; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.890625em;
        font-weight: 700; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.75em;
        color: #ffffff;
        height: 4.375em;
        line-height: 4.1875em;
        letter-spacing: 0.12px; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #002f87; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #ffffff; }
        .sn-li-l1:hover .sn-level-2,
        .sn-li-l1:hover .hs-menu-children-wrapper,
        .hs-menu-depth-1:hover .sn-level-2,
        .hs-menu-depth-1:hover .hs-menu-children-wrapper {
          display: block; } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      margin-left: 3em; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.1875em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        color: #ffffff;
        padding: 0 1.0625em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #002f87; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 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 {
      background-color: #ffffff;
      position: absolute;
      margin: 0;
      min-width: 16.3125em;
      padding: 0;
      top: 4.375em;
      border-bottom-left-radius: 0.625em;
      border-bottom-right-radius: 0.625em;
      overflow: hidden; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0.3125em 1.25em 0.625em 2.625em;
    line-height: 1.25em;
    color: #002f87;
    border-top: none;
    display: block;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.18px; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.1875em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:first-child, .sn-li-l3:first-child,
  .hs-menu-depth-2:first-child {
    border-top: 1px solid #c9c9c9; }
  .sn-li-l2:last-child, .sn-li-l3:last-child,
  .hs-menu-depth-2:last-child {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #002f87; }
    .sn-li-l2:hover a, .sn-li-l3:hover a,
    .hs-menu-depth-2:hover a {
      color: #ffffff;
      font-weight: 700; }
      .sn-li-l2:hover a span, .sn-li-l3:hover a span,
      .hs-menu-depth-2:hover a span {
        font-weight: 700; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: transparent;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      line-height: 3em;
      height: 3.4375em;
      border-bottom: 0; }
      .sn-li-l2:first-child, .sn-li-l3:first-child,
      .hs-menu-depth-2:first-child {
        border-top: 0; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        height: 3.125em;
        padding: 0 1.25em 0.875em 1.125em;
        position: relative;
        display: inline-block;
        z-index: 1;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.1875em;
          font-weight: 700; }
      .sn-li-l2:hover a, .sn-li-l3:hover a,
      .hs-menu-depth-2:hover a {
        color: #ffffff; }
        .sn-li-l2:hover a span, .sn-li-l3:hover a span,
        .hs-menu-depth-2:hover a span {
          font-weight: 700; } }
  @media (min-width: 80em) {
    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
    .hs-menu-depth-2:hover .sn-level-3 {
      display: block;
      margin: -1.5625em;
      padding: 1.5625em; } }

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

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

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

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #002f87 !important;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  background-image: url(img/ico-x.svg);
  background-size: 2.4375em 2.4375em;
  background-position: center center;
  background-repeat: no-repeat;
  height: 3.75em;
  width: 2.8125em;
  vertical-align: top; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  background-color: #ffffff;
  text-align: right;
  padding: 1.875em 0.8125em 1em 1.875em; }
  @media (min-width: 60em) {
    .snc-header {
      display: none; } }

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

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

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

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

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

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

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

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

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

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

.media-grid-2 > * {
  margin-bottom: 1em; }

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

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

/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em !important;
  /*@include transition (all .2s ease-in-out);*/
  border-radius: 10px; }
  .click-expand.active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18); }
    .click-expand.active:hover {
      background-color: #ffffff; }
    .click-expand.active .ce-header {
      background-color: #002f87;
      border-color: #002f87;
      border-radius: 10px 10px 0 0;
      color: #ffffff; }
      .click-expand.active .ce-header:after {
        background-image: url(img/ico-minus.svg); }
    .click-expand.active > .ce-body {
      display: block;
      opacity: 1;
      /* @include animation-delay(.05s);
            @include animation(click-expand .5s 1);
            @include animation-fill-mode(backwards);
            @include animation-delay(.05s);*/
      padding: 24px 25px;
      display: block;
      border-top: 0;
      border-radius: 0 0 10px 10px; }
      .click-expand.active > .ce-body > *:first-child {
        margin-top: 0; }
      .click-expand.active > .ce-body > *:last-child {
        margin-bottom: 0; }

.ce-header {
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 1.5em;
  color: #ffffff;
  padding: 0.5833333333em 1.4583333333em 0.5833333333em 0.8333333333em;
  border: solid 1px #002f87;
  border-radius: 10px;
  background-color: #002f87; }
  .ce-header:after {
    content: '';
    color: #fff;
    padding-left: 8px;
    position: absolute;
    right: 15px;
    height: 15px;
    width: 24px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(img/ico-plus.svg);
    background-position: center center;
    background-size: 0.9375em 0.9375em;
    background-repeat: no-repeat; }

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

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

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

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #002f87; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

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

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

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

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
  border-top: 1px solid #cccccc; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  .accordion-tabs .tab-header-and-content {
    list-style: none; }
    .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-link {
    color: #383838;
    display: block;
    font-weight: 700;
    font-size: 1.3125em;
    padding: 0.3em 1.15em 0.5em 1.25em;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    border: 0px solid #002f87; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block; } }
    .accordion-tabs .tab-link:hover {
      color: #383838; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      border-bottom: 3px solid #ffffff;
      position: relative;
      color: #002f87;
      font-size: 1.5em;
      padding: 0em 1.0416666667em 0em 1.1666666667em;
      position: relative; }
      .accordion-tabs .tab-link.is-active::after {
        background-color: #002f87;
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: -5px;
        left: 0;
        content: ''; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          margin-bottom: 1px;
          border: 0px solid #002f87; } }
    @media (min-width: 40em) {
      .accordion-tabs .tab-link {
        border: 0px solid #002f87; } }
  .accordion-tabs .tab-content {
    padding: 1.7777777778em 1.1111111111em 2.1111111111em 1.5555555556em;
    display: none;
    border-bottom: 3px solid #fff;
    width: 100%; }
    .accordion-tabs .tab-content p {
      font-size: 1.125em;
      line-height: 1.3333333333em; }
    .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 {
        float: left; } }
    .accordion-tabs .tab-content.is-open {
      border: 0px solid #cccccc;
      box-shadow: 0 6px 9px -4px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0 6px 9px -4px rgba(0, 0, 0, 0.18);
      -webkit-box-shadow: 0 6px 9px -4px rgba(0, 0, 0, 0.18);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    @media (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom: 0px solid #fff; }
        .accordion-tabs .tab-content.is-open {
          border-top: 1px solid #cccccc;
          margin-top: -0.25em; } }

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer; }

.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #ebebeb; }

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

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

figure {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

/*=============== Layouts  ===============*/
.page-intro {
  text-align: center;
  position: relative;
  background-color: #282828;
  background-image: url(img/pattern-page-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page-intro::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.69; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 5.625em;
    padding-bottom: 5.0625em;
    position: relative;
    z-index: 1; }

.pi-heading {
  font-size: 2.25em;
  line-height: normal;
  text-align: center;
  position: relative;
  margin: 0;
  padding-bottom: 0.2291666667em;
  color: #ffffff;
  margin-bottom: 0.3125em;
  text-align: center; }
  @media (min-width: 60em) {
    .pi-heading {
      text-align: left;
      font-size: 3em; } }

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

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

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .product-grid-item:hover {
    border-bottom: 1px solid #282b2e;
    border-right: 1px solid #282b2e; }
    .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

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

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

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

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

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

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

/*=============== Product Carousel ===============*/
.product-item {
  text-align: center; }
  .product-item .product-cta {
    font-weight: 600;
    color: #002f87;
    font-size: 1.125em; }
  .product-item:hover .product-cta {
    font-weight: 600;
    color: #383838; }
  @media (max-width: 40em) {
    .product-item {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 47.5854210427%; }
      .product-item:last-child {
        margin-right: 0; }
      .product-item:nth-child(2n) {
        margin-right: 0; }
      .product-item:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 40em) {
    .product-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .product-item:last-child {
        margin-right: 0; } }

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #ffffff; }

.rm-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 40em) {
    .rm-item-wrap {
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .rm-item-wrap > * {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto; }
    @media (min-width: 40em) {
      .rm-item-wrap > * {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

.rm-item {
  text-align: center;
  background-color: #ebebeb;
  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: #002f87;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #002f87; }

/*=============== pattern page Modules ===============*/
.breadcrumb-menu {
  font-size: 0.875em;
  margin-bottom: 1.4285714286em; }
  .breadcrumb-menu a {
    color: #002f87;
    margin-right: 0.1875em;
    font-weight: 700; }
    .breadcrumb-menu a:hover {
      color: #ce0e2d; }
  .breadcrumb-menu .breadcrumb_last {
    margin-left: 0.25em;
    font-weight: 700; }

.emph, .section-header-wrap p {
  font-size: 1.75em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3571428571em;
  color: #002f87;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 1.0714285714em 0; }

.color-text {
  color: #002f87;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em; }

.blockquote-text {
  background-color: #002f87;
  border-radius: 9px;
  margin: 0 auto;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
  padding-top: 1.8125em;
  padding-bottom: 2.0625em;
  max-width: 985px; }
  .blockquote-text span {
    font-size: 1.5em;
    line-height: 1.4166666667em;
    text-align: left;
    width: 88%;
    display: block;
    margin: 0 auto;
    padding-top: 1.25em;
    position: relative;
    color: #ffffff; }
    .blockquote-text span:after {
      content: '';
      width: 3em;
      height: 3em;
      background-image: url(img/quote.png);
      background-repeat: no-repeat;
      background-size: 30px 26px;
      background-position: center;
      position: absolute;
      top: -2.7083333333em;
      left: 50%;
      background-color: #002f87;
      border-radius: 50%;
      border: 2px solid #ebebeb;
      transform: translateX(-50%); }
  @media (min-width: 60em) {
    .blockquote-text {
      margin-top: 5.0625em;
      margin-bottom: 2.5em; } }

.dest-header {
  font-size: 1.5em;
  color: #8f8f8f;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

hr {
  display: block;
  clear: both;
  border-bottom: solid 2px #b7b7b7;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 2.5em 0 2.5em !important; }

.additional-content .inner-wrap, .additional-content .inner-wrap-narrow, .additional-content .inner-wrap-wide, .additional-content .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

/*================ Dest Slider ============= */
.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%;
  margin-bottom: 2.5em; }
  .innerpage-carousel #carousel {
    width: 84%; }
    .innerpage-carousel #carousel .slides li {
      margin: 0.5em 0.25em 0;
      position: relative;
      opacity: 1;
      width: 90px !important; }
      .innerpage-carousel #carousel .slides li img {
        width: 100%; }
    .innerpage-carousel #carousel .slides .flex-active-slide {
      opacity: 1;
      position: relative; }
    .innerpage-carousel #carousel .flex-direction-nav li {
      border: none;
      margin: 0; }
      .innerpage-carousel #carousel .flex-direction-nav li:after {
        display: none; }
      .innerpage-carousel #carousel .flex-direction-nav li a {
        height: 2.5em;
        width: 2.1875em;
        text-decoration: none; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-prev {
      display: none; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-next {
      right: -3.75em !important;
      opacity: 1;
      top: 50%; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
        background-image: url(img/right-arrow.png);
        background-position: center center;
        transform: rotate(0deg);
        background-size: 1.3125em 2.5em !important;
        width: 2.5em;
        height: 2.5em;
        top: 0;
        left: 0; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:hover:before {
        background-image: url(img/right-arrow.png); }

.column-subtext {
  font-size: 1em;
  color: #ce0e2d; }

.media-img {
  margin-bottom: 0.9375em; }

.full-width-cta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative; }
  .full-width-cta.dest {
    margin-top: 2.5em; }
  .full-width-cta::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002f87;
    opacity: 0.2;
    content: ''; }
  .full-width-cta > .inner-wrap, .full-width-cta > .inner-wrap-narrow, .full-width-cta > .inner-wrap-wide, .full-width-cta > .inner-wrap-fullwidth {
    position: relative;
    z-index: 2;
    padding-top: 3.0625em;
    padding-bottom: 3.0625em; }

.fwc-heading {
  font-size: 2.25em;
  line-height: normal;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.75em;
  letter-spacing: -0.3px; }

.cta-btn-dest {
  padding: 0.8333333333em 2.1666666667em 0.9444444444em 2.3333333333em; }
  .cta-btn-dest:hover {
    background-color: #ffffff;
    color: #002f87; }
    .cta-btn-dest:hover:focus {
      background-color: #ffffff;
      color: #002f87; }
    .cta-btn-dest:hover:active {
      background-color: #ffffff;
      color: #002f87; }
  .cta-btn-dest:focus {
    background-color: #ce0e2d;
    color: #ffffff; }
  .cta-btn-dest:active {
    background-color: #ce0e2d;
    color: #ffffff; }

/*========== Button Styling ============== */
.button-wrap {
  padding-left: 0em; }
  .button-wrap .normal-btn-wrapper {
    margin-top: 34px;
    margin-bottom: 20px; }
    .button-wrap .normal-btn-wrapper a {
      margin-right: 0.625em;
      margin-bottom: 0.625em;
      vertical-align: middle; }
    .button-wrap .normal-btn-wrapper span {
      background-color: #383838;
      padding: 0.9375em 0.625em 0.8125em 0.625em;
      margin-right: 0.625em;
      display: inline-block;
      margin-bottom: 0.625em;
      vertical-align: middle; }
      .button-wrap .normal-btn-wrapper span a {
        margin-right: 0;
        margin-bottom: 0em; }
  @media (min-width: 40em) {
    .button-wrap .normal-btn-wrapper a {
      margin-right: 0.625em; }
    .button-wrap .normal-btn-wrapper span {
      padding: 0.9375em 1.25em 0.8125em 1.25em; }
      .button-wrap .normal-btn-wrapper span:nth-of-type(1) {
        padding: 0.9375em 1.25em 0.8125em 1.25em; } }

/*================ product grid ============= */
.product-grid-module {
  width: 100%;
  display: table; }

.pgm-item {
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 1.1111111111em;
  font-size: 1.125em;
  font-weight: 700; }
  .pgm-item:hover .pgm-item-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07); }
  @media (min-width: 40em) {
    .pgm-item {
      width: 48%;
      margin-right: 2%;
      float: left; } }
  @media (min-width: 60em) {
    .pgm-item {
      width: 23%; } }

.pgm-item-img {
  overflow: hidden;
  margin-bottom: 1.25em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .pgm-item-img img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

/*============ slider module==============*/
.dest-slider-module {
  width: 100%;
  background-color: #efefef;
  position: relative;
  padding-top: 2.8125em;
  padding-bottom: 2.5em; }
  .dest-slider-module:before {
    content: '';
    position: absolute;
    background-color: #efefef;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0; }
  .dest-slider-module:after {
    content: '';
    position: absolute;
    background-color: #efefef;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0; }

.dest-slider-module .owl-carousel .owl-item img {
  width: auto; }

.dest-slider-module .owl-carousel .owl-nav .owl-prev {
  width: 3.125em;
  height: 3.125em;
  background-image: url(img/dest-arrow-left.png);
  background-repeat: no-repeat;
  background-size: 3.125em 3.125em;
  opacity: 0.5; }
  .dest-slider-module .owl-carousel .owl-nav .owl-prev span {
    display: none; }
  .dest-slider-module .owl-carousel .owl-nav .owl-prev:hover {
    background: transparent;
    background-image: url(img/dest-arrow-left-hover.png);
    background-repeat: no-repeat;
    background-size: 3.125em 3.125em;
    opacity: 1; }

.dest-slider-module .owl-carousel .owl-nav .owl-next {
  width: 3.125em;
  height: 3.125em;
  background-image: url(img/dest-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 3.125em 3.125em;
  opacity: 0.5; }
  .dest-slider-module .owl-carousel .owl-nav .owl-next span {
    display: none; }
  .dest-slider-module .owl-carousel .owl-nav .owl-next:hover {
    background: transparent;
    background-image: url(img/dest-arrow-right-hover.png);
    background-repeat: no-repeat;
    background-size: 3.125em 3.125em;
    opacity: 1; }

.dest-slider-module .owl-carousel .owl-dot span {
  width: 0.875em !important;
  height: 0.875em !important;
  background-color: #696969 !important;
  position: static;
  transform: none;
  border: 0; }

.dest-slider-module .owl-carousel .owl-dot.active span {
  width: 1.25em !important;
  height: 1.25em !important;
  background-color: #696969 !important; }

.dest-slider-module .owl-carousel .owl-dot:focus {
  outline: none; }

.dest-slider-module .owl-carousel .owl-dots {
  margin-top: 0.9375em; }

@media (min-width: 80em) {
  .dest-slider-module .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 31%;
    left: -5px; }
  .dest-slider-module .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 31%;
    right: -5px; }
  .dest-slider-module .owl-carousel .owl-dots {
    width: 311px;
    float: right;
    margin-right: 8%;
    margin-top: 0; } }

.dsm-wrap {
  width: 100%;
  display: table;
  margin: 0 auto; }
  @media (min-width: 80em) {
    .dsm-wrap {
      width: 85%; } }

.dsm-text {
  text-align: left; }
  @media (min-width: 60em) {
    .dsm-text {
      width: 52%;
      float: left;
      padding-right: 1.875em; } }
  @media (min-width: 80em) {
    .dsm-text {
      width: calc(100% - 311px);
      padding-right: 7.5em; } }

.dsm-title {
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0;
  color: #ce0e2d; }

.dsm-header {
  font-size: 2.75em;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  color: #ce0e2d; }

.dsm-para {
  font-size: 1.125em;
  margin-top: 0.4444444444em; }
  @media (min-width: 80em) {
    .dsm-para {
      margin-bottom: 1.1111111111em; } }

.dsm-image {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 1.875em; }
  @media (min-width: 60em) {
    .dsm-image {
      width: 48%;
      float: right;
      max-width: auto;
      margin: 0; } }
  @media (min-width: 80em) {
    .dsm-image {
      width: 311px; } }

.dsm-cta {
  padding-left: 3.8888888889em; }

/*================ additional capabilities ============= */
.addition-cap {
  width: 100%;
  margin-top: 3.125em !important;
  margin-bottom: 3.125em !important;
  clear: both;
  display: table; }

.ac-heading {
  font-size: 2.75em;
  text-align: center;
  margin-bottom: 0.6818181818em; }

.ac-wrap-main {
  text-align: center;
  width: 100%; }

.ac-wrap {
  margin-bottom: 1.25em; }
  @media (min-width: 40em) {
    .ac-wrap {
      width: 33.33%;
      margin-bottom: 0;
      display: inline-block; } }
  @media (min-width: 60em) {
    .ac-wrap {
      width: 20%; } }

.ac-list {
  width: 10.9375em;
  height: 10.9375em;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  background-color: #383838;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }
  .ac-list:hover .ac-para {
    display: none; }
  .ac-list:hover .ac-overlay {
    opacity: 1; }

.ac-para {
  text-align: center;
  margin: 0;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  font-size: 1.25em;
  line-height: normal;
  font-family: "Roboto Slab", serif;
  font-weight: 600; }

.ac-overlay {
  position: absolute;
  opacity: 0;
  transition: .5s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #ce0e2d;
  color: #ffffff;
  font-size: 1.125em;
  width: 100%;
  padding-top: 12px;
  text-decoration: none;
  padding-bottom: 12px;
  font-size: 1.25em;
  line-height: normal;
  font-family: "Roboto Slab", serif; }
  .ac-overlay:hover {
    color: #ffffff; }

/*================ forms ============= */
.form-section {
  width: 100%; }

.fs-form {
  width: 100%;
  margin-bottom: 1.875em; }
  @media (min-width: 60em) {
    .fs-form {
      margin-bottom: 0;
      width: 40%;
      padding-right: 3em;
      float: left; } }

.fs-side-nav {
  width: 100%;
  margin-bottom: 2.5em; }
  @media (min-width: 40em) {
    .fs-side-nav {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .fs-side-nav {
      width: 36%;
      float: left;
      margin-bottom: 0; } }

.fs-drop-test {
  width: 100%; }
  @media (min-width: 40em) {
    .fs-drop-test {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .fs-drop-test {
      width: 24%;
      float: left; } }

/*============Side Navigation Test==============*/
.form-nav-module .form-section {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.form-nav-module .side-nav-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

@media (min-width: 60em) {
  .form-nav-module .form-section {
    width: 40%; }
  .form-nav-module .side-nav-wrapper {
    width: 29%; } }

.side-nav {
  margin: 0 auto; }
  .side-nav h3 {
    margin-top: 0; }
  .side-nav h2 {
    font-size: 1.5em;
    color: #8f8f8f;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600; }
    @media (min-width: 60em) {
      .side-nav h2 {
        text-align: left; } }

.sn-nav {
  max-width: 16.375em;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px; }
  .sn-nav li {
    background-color: #002f87;
    position: relative; }
    .sn-nav li:nth-last-child(1)::after {
      display: none; }
    .sn-nav li::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      background-color: #4d6eab;
      height: 1px;
      width: 100%;
      content: '';
      transform: translateX(-50%); }
    .sn-nav li.active {
      background-color: #002f87; }
      .sn-nav li.active::after {
        display: none; }
      .sn-nav li.active .m-subnav-arrow {
        transform: rotate(180deg); }
    .sn-nav li a {
      color: #ffffff;
      display: block;
      font-size: 1.125em;
      line-height: 1.3333333333em;
      text-decoration: none;
      padding: 0.6111111111em 2.2222222222em 0.6111111111em 0.8888888889em; }
  .sn-nav .menu-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.625em 0.3125em;
    display: block;
    width: 2.5em;
    height: 2.875em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0; }
    .sn-nav .menu-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
  .sn-nav .menu-item-has-children ul {
    margin-bottom: 0;
    padding: 4px 0 4px;
    display: none;
    background-color: #ebebeb; }
    .sn-nav .menu-item-has-children ul li {
      margin-bottom: 0;
      background-color: #ebebeb;
      border-bottom: 0; }
      .sn-nav .menu-item-has-children ul li a {
        color: #383838;
        padding: 0.1111111111em 1.6666666667em 0.1111111111em 0.8888888889em;
        font-size: 1.125em;
        line-height: 1.3888888889em;
        font-weight: 600; }
      .sn-nav .menu-item-has-children ul li:not([class]) {
        margin-bottom: 0;
        padding: 0; }
      .sn-nav .menu-item-has-children ul li:hover a {
        color: #000000; }
    .sn-nav .menu-item-has-children ul:not([class]) {
      margin-bottom: 0; }
  .sn-nav .menu-item-has-children ul.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-nav {
      max-width: 100%;
      margin: 0; } }
  @media (min-width: 80em) {
    .sn-nav {
      /*max-width: em(250);*/ } }

.form-title {
  font-size: 1.5em;
  color: #8f8f8f;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }
  @media (min-width: 60em) {
    .form-title {
      text-align: left; } }

/*==========form style==========*/
.gform_wrapper {
  margin: 0 auto;
  background-color: #ebebeb;
  padding: 1.875em; }
  .gform_wrapper .gf_left_half {
    width: 48%;
    display: inline-block;
    margin-right: 0; }
  .gform_wrapper .gf_right_half {
    width: 46%;
    display: inline-block; }
  .gform_wrapper label.gfield_label {
    color: #383838;
    font-weight: 400 !important;
    font-size: 0.875em;
    line-height: 1.7142857143em;
    margin-bottom: 0; }
  .gform_wrapper label .gfield_required {
    color: #383838; }
  .gform_wrapper form ul li.gfield {
    margin-top: 0 !important; }
  .gform_wrapper .gform_title {
    display: none; }
  .gform_wrapper .gform_heading {
    display: none; }
  .gform_wrapper .gfield_required {
    color: #ffffff;
    margin-left: 0; }
  .gform_wrapper .gform_footer {
    text-align: center;
    margin: 0.625em 0 0 0;
    padding-bottom: 0 !important; }
    .gform_wrapper .gform_footer input[type="submit"] {
      font-size: 1.125em;
      line-height: 1.1666666667em !important;
      margin: 0 0.8888888889em 0 0;
      width: 7.7777777778em !important;
      max-width: 7.7777777778em;
      padding: 0.8888888889em 0.5555555556em;
      color: #ffffff;
      width: auto;
      font-weight: normal;
      background-color: #ce0e2d;
      position: relative;
      font-weight: bold; }
      .gform_wrapper .gform_footer input[type="submit"]::after {
        position: absolute;
        left: 0.1111111111em;
        height: 93%;
        width: 2.6111111111em;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(img/quote.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 22px 23px;
        border: 0.1111111111em solid #ffffff;
        border-radius: 50px;
        background-color: transparent; }
      .gform_wrapper .gform_footer input[type="submit"]:hover {
        background-color: #002f87;
        color: #ffffff; }
  .gform_wrapper select {
    padding: 1px 20px 1px 5px;
    font-weight: 400 !important;
    font-size: 1.125em;
    line-height: 1.2222222222em;
    margin-bottom: 1.5625em !important;
    height: 2.2em !important; }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }
  .gform_wrapper textarea,
  .gform_wrapper input[type="color"],
  .gform_wrapper input[type="date"],
  .gform_wrapper input[type="datetime"],
  .gform_wrapper input[type="datetime-local"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="month"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="password"],
  .gform_wrapper input[type="search"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="time"],
  .gform_wrapper input[type="url"],
  .gform_wrapper input[type="week"],
  .gform_wrapper textarea,
  .gform_wrapper select[multiple="multiple"],
  .gform_wrapper select {
    background-color: #ffffff;
    margin-bottom: 0.625em;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    font-size: 1.125em !important;
    line-height: 1.2777777778em !important;
    border: 1px solid #dfdede; }
  .gform_wrapper .ginput_container_select {
    position: relative;
    /*Don't really need this just for demo styling*/ }
    .gform_wrapper .ginput_container_select::after {
      content: '';
      position: absolute;
      background-image: url(img/dropdown-arrow-black.png);
      background-repeat: no-repeat;
      right: 1px;
      top: 23px;
      display: block;
      width: 0.9375em;
      height: 0.9375em;
      background-size: 0.5625em 0.5625em; }
    .gform_wrapper .ginput_container_select::before {
      content: '';
      position: absolute;
      background-image: url(img/dropdown-arrow-black.png);
      transform: rotate(180deg);
      background-repeat: no-repeat;
      right: 7px;
      top: 5px;
      display: block;
      width: 0.9375em;
      height: 0.9375em;
      background-size: 0.5625em 0.5625em; }
    .gform_wrapper .ginput_container_select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 2.375em !important; }
  .gform_wrapper select::-ms-expand {
    display: none; }
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 6px 4px !important; }
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: initial;
    min-height: auto; }

@media (min-width: 60em) {
  .gform_wrapper {
    margin: 0; }
    .gform_wrapper .gf_left_half {
      width: 47%;
      display: inline-block;
      margin-right: 0; }
    .gform_wrapper .gf_right_half {
      width: 48%;
      display: inline-block; }
    .gform_wrapper .gform_footer input[type="submit"] {
      width: 7.7777777778em !important;
      max-width: 7.7777777778em; } }

/*=============== IE ===============*/
/*=============== Edge ===============*/
/* ===== 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 #ebebeb;
  padding-bottom: 2em;
  margin-bottom: 2em; }

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

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

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

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

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

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

.hs-author-social-links img {
  opacity: .7;
  width: 1.875em;
  height: 1.875em; }
  .hs-author-social-links img:hover {
    opacity: 1; }

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

/*=============== Site Header ===============*/
.site-header-wrap {
  position: relative; }
  .site-header-wrap.dest {
    min-height: 29.4375em; }
  @media (min-width: 60em) {
    .site-header-wrap.dest {
      min-height: 29.4375em; } }

.si-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 35.6875em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #002f87;
  background-blend-mode: multiply; }
  .si-hero-bg.dest {
    min-height: 29.4375em;
    background-position: top center; }
  @media (min-width: 60em) {
    .si-hero-bg {
      min-height: 46.875em; }
      .si-hero-bg.dest {
        min-height: 29.4375em; } }

.site-header {
  position: relative;
  z-index: 99;
  min-height: 9.375em; }

.utility-wrapper > .inner-wrap-wide {
  padding-top: 1.25em;
  padding-bottom: 0.75em; }

@media (min-width: 60em) {
  .utility-wrapper > .inner-wrap-wide {
    position: relative;
    padding-top: 1.0625em;
    padding-bottom: 0.875em;
    padding-right: 0.625em; } }

.site-logo {
  display: block;
  margin: 0 auto;
  max-width: 15em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 60em) {
    .site-logo {
      float: left;
      margin: 0;
      width: 33%;
      max-width: 10.5em;
      margin-top: 0.875em !important;
      margin-left: 0.0625em !important; } }
  @media (min-width: 80em) {
    .site-logo {
      float: left;
      width: 40%;
      margin: 0 !important;
      max-width: 15.875em;
      margin-top: 0em !important;
      margin-left: 0.0625em !important; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .site-logo {
      float: left;
      width: 40%;
      max-width: 14.875em; } }

.sh-sticky-wrap {
  background-color: #002f87; }
  .sh-sticky-wrap .inner-wrap-wide {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 4.375em; }
      .sh-sticky-wrap .inner-wrap-wide {
        position: relative;
        padding-left: 1.5em;
        padding-right: 1.5em; }
      .sh-sticky-wrap.stuck {
        background-color: #002f87;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); } }

.sh-utility-nav {
  overflow: hidden;
  display: none;
  text-align: center; }
  .sh-utility-nav .sh-contact {
    display: none; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      text-align: right;
      margin-top: 1.25em;
      margin-right: 0.4375em;
      display: inline-block;
      float: right; }
      .sh-utility-nav .sh-contact {
        display: inline-block;
        vertical-align: top;
        float: right; } }
  @media (min-width: 80em) {
    .sh-utility-nav {
      margin-top: 0.625em; } }

.sh-icons {
  display: block;
  text-align: center;
  height: 4.375em;
  margin-top: 3px;
  position: relative; }
  @media (min-width: 60em) {
    .sh-icons {
      display: inline-block;
      width: 3%;
      height: 2.1875em;
      vertical-align: middle; }
      .sh-icons .sh-contact {
        display: none; } }

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

.sh-email {
  padding: 0;
  color: #002f87;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 2.5em;
  background-image: url(img/mail.png);
  background-repeat: no-repeat;
  background-size: 30px 26px;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-right: 0em;
  margin-top: 1px;
  height: 98%;
  width: 21%;
  position: relative; }
  .sh-email span {
    display: none; }
  .sh-email:hover {
    text-decoration: none;
    color: #ce0e2d;
    background-image: url(img/mail-hover.png); }
  @media (min-width: 40em) {
    .sh-email {
      background-position: center center; } }
  @media (min-width: 60em) {
    .sh-email {
      padding-left: 1.25em;
      margin-right: 0.5em;
      margin-top: 0.6em;
      background-position: left top 0.35em;
      background-image: url(img/mail-blue.png);
      background-size: 17px 14px;
      width: auto;
      height: auto;
      line-height: 1.55em;
      font-size: 1em; }
      .sh-email span {
        display: block;
        font-weight: 700; } }
  @media (min-width: 80em) {
    .sh-email {
      margin-right: 1em;
      background-size: 20px 16px;
      font-size: 1.25em;
      margin-top: 1em;
      background-position: left top 0.4em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-email {
      background-size: 15px 12px; } }

.sh-ph {
  padding: 0;
  color: #002f87;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 2.5em;
  background-image: url(img/ico-phone.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  height: 100%;
  width: 20%;
  position: relative; }
  .sh-ph span {
    display: none; }
  .sh-ph:hover {
    text-decoration: none;
    color: #ce0e2d;
    background-image: url(img/ico-phone-hover.svg); }
  @media (min-width: 60em) {
    .sh-ph {
      font-size: 1em;
      background-position: left top 0.25em;
      margin-right: 0.5em;
      margin-top: 1em;
      padding: 0em 0 0em 1.35em;
      float: none;
      width: auto;
      height: auto;
      background-size: 18px 19px;
      background-image: url(img/ico-phone-blue.svg);
      letter-spacing: 0.1px;
      line-height: 1.55em; }
      .sh-ph span {
        display: block; } }
  @media (min-width: 80em) {
    .sh-ph {
      font-size: 1.25em;
      background-size: 22px 23px;
      margin-right: 1em;
      margin-top: 1.25em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-ph {
      background-size: 17px 17px;
      background-position: left top 0.2em;
      padding: 0em 0 0em 1.75em; } }

.sh-signin {
  padding: 0;
  color: #002f87;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 2.5em;
  background-image: url(img/login.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-right: 0em;
  margin-top: 1px;
  height: 98%;
  width: 21%;
  position: relative; }
  .sh-signin span {
    display: none; }
  .sh-signin:hover {
    text-decoration: none;
    color: #ce0e2d;
    /* background-image: url(img/login-hover.svg);*/ }
  @media (min-width: 40em) {
    .sh-signin {
      background-position: center center; } }
  @media (min-width: 60em) {
    .sh-signin {
      /*padding-left: em(34, 20);*/
      margin-right: 0.5em;
      margin-top: 1em;
      background-position: left top 0.05em;
      width: auto;
      height: auto;
      font-size: 1em;
      /* background-image: url(img/login-blue.svg);*/
      background-size: 27px 27px;
      line-height: 1.55em;
      letter-spacing: 0.1px; }
      .sh-signin span {
        display: block;
        font-weight: 700; } }
  @media (min-width: 80em) {
    .sh-signin {
      margin-right: 1em;
      font-size: 1.25em;
      background-position: left top 0.15em;
      margin-top: 1.25em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-signin {
      background-size: 15px 15px;
      background-position: left top 0.25em; } }

.sh-nmenu {
  padding: 0;
  color: #002f87;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 2.5em;
  background-image: url(img/login.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-right: 0em;
  margin-top: 1px;
  height: 98%;
  width: 21%;
  position: relative; }
  .sh-nmenu span {
    display: none; }
  .sh-nmenu:hover {
    text-decoration: none;
    color: #ce0e2d;
    background-image: url(img/login-hover.svg); }
  @media (min-width: 40em) {
    .sh-nmenu {
      background-position: center center; } }
  @media (min-width: 60em) {
    .sh-nmenu {
      font-size: 1em;
      padding-left: 1.7em;
      margin-right: 0.5em;
      margin-top: 1em;
      background-position: left top 0.05em;
      width: auto;
      height: auto;
      background-image: url(img/login-blue.svg);
      background-size: 23px 22px;
      line-height: 1.55em;
      letter-spacing: 0.1px; }
      .sh-nmenu span {
        display: block;
        font-weight: 700; } }
  @media (min-width: 80em) {
    .sh-nmenu {
      margin-right: 1em;
      font-size: 1.25em;
      background-size: 24px 27px;
      background-position: left top 0.15em;
      margin-top: 1.25em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-nmenu {
      background-size: 15px 15px;
      background-position: left top 0.25em; } }

.nmenu {
  padding: 0;
  color: #002f87;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 2.5em;
  background-image: url(img/login.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-right: 0em;
  margin-top: 1px;
  height: 98%;
  width: 21%;
  position: relative; }
  .nmenu span {
    display: none; }
  .nmenu:hover {
    text-decoration: none;
    color: #ce0e2d;
    /*background-image: url(img/login-hover.svg);*/ }
  @media (min-width: 40em) {
    .nmenu {
      background-position: center center; } }
  @media (min-width: 60em) {
    .nmenu {
      /* padding-left: em(34, 20);*/
      margin-right: 0.5em;
      margin-top: 1em;
      background-position: left top 0.05em;
      width: auto;
      height: auto;
      /*background-image: url(img/login-blue.svg);*/
      background-size: 27px 27px;
      line-height: 1.55em;
      letter-spacing: 0.1px;
      font-size: 1em; }
      .nmenu span {
        display: block;
        font-weight: 700; } }
  @media (min-width: 80em) {
    .nmenu {
      margin-right: 1em;
      font-size: 1.25em;
      background-position: left top 0.15em;
      margin-top: 1.25em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .nmenu {
      background-size: 15px 15px;
      background-position: left top 0.25em; } }

.sh-ico-search {
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin: 0;
  width: 18%; }
  @media (min-width: 60em) {
    .sh-ico-search {
      float: right;
      width: 1.875em;
      padding: 0;
      background-position: center top 45%;
      margin-right: -1.25em; } }
  @media (min-width: 80em) {
    .sh-ico-search {
      margin-right: 0.3125em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-ico-search {
      background-size: 14px 14px; } }

.sh-menu {
  width: 19%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 100%; }
  @media (min-width: 60em) {
    .sh-menu {
      display: none; } }

.sh-ico-menu {
  background-image: url(img/menu.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: left 0.4444444444em center;
  display: inline-block;
  height: 100%;
  margin: 0;
  vertical-align: middle;
  width: 76%;
  position: relative;
  font-size: 1.125em;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 auto;
  text-align: left;
  color: #002f87; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

.rfq-wrapper {
  text-align: center;
  background-color: #fff;
  padding-top: 2.1875em;
  padding-bottom: 2.8125em;
  display: block; }
  @media (min-width: 60em) {
    .rfq-wrapper {
      display: none; } }

.sh-contact {
  background-color: #ce0e2d;
  font-size: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 2.0833333333em;
  font-weight: 600;
  color: #ffffff;
  padding: 0.2083333333em 2.2916666667em 0.2083333333em 2.2083333333em;
  float: none;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  float: left;
  border: 0;
  font-weight: bold;
  letter-spacing: 0.3px; }
  .sh-contact:active {
    color: #ffffff; }
  .sh-contact:focus {
    color: #ffffff;
    outline: 0; }
  .sh-contact:hover {
    background-color: #002f87;
    color: #ffffff; }
  @media (min-width: 60em) {
    .sh-contact {
      padding: 0.2083333333em 1.25em 0.2083333333em 1.25em;
      font-size: 1.125em; } }
  @media (min-width: 80em) {
    .sh-contact {
      padding: 0.2083333333em 2.2916666667em 0.2083333333em 2.2083333333em;
      font-size: 1.5em; } }

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 22.875em;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .site-intro::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002f87;
    opacity: 0.45;
    content: ''; }
  .site-intro .inner-wrap-wide {
    padding-top: 3.3125em;
    padding-bottom: 1.25em;
    position: relative;
    z-index: 1; }
  .site-intro .si-header {
    font-size: 2.125em;
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    line-height: 1.2058823529em;
    margin-bottom: 0.9117647059em; }
  .site-intro .si-item-wrapper {
    max-width: 63.1875em;
    margin: 0 auto;
    display: table;
    width: 100%;
    margin-bottom: 3.25em;
    box-shadow: 0 6px 14px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 6px 14px 0px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 6px 14px 0px rgba(0, 0, 0, 0.36);
    border-radius: 20px;
    display: none; }
    .site-intro .si-item-wrapper .si-item {
      display: inline-block;
      vertical-align: top;
      float: left;
      width: 33.33%;
      text-align: center;
      height: 6.5em;
      position: relative;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      .site-intro .si-item-wrapper .si-item::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000;
        position: absolute;
        content: '';
        opacity: 0.65;
        z-index: 1; }
      .site-intro .si-item-wrapper .si-item::after {
        position: absolute;
        top: 0;
        right: -3.4375em;
        height: 100%;
        width: 7.1875em;
        content: '';
        background-image: url(img/bg-grad.png);
        z-index: 1;
        opacity: 0.85; }
      .site-intro .si-item-wrapper .si-item:nth-of-type(1) {
        border-top-left-radius: 0.9375em;
        border-bottom-left-radius: 0.9375em; }
        .site-intro .si-item-wrapper .si-item:nth-of-type(1)::before {
          border-top-left-radius: 0.9375em;
          border-bottom-left-radius: 0.9375em; }
        .site-intro .si-item-wrapper .si-item:nth-of-type(1) .si-title {
          left: 47%;
          top: 49%; }
      .site-intro .si-item-wrapper .si-item:nth-of-type(2):after {
        position: absolute;
        top: 0;
        right: -4em;
        height: 100%;
        width: 7.5em;
        content: '';
        background-image: url(img/bg-grad.png);
        z-index: 1;
        opacity: 1; }
      .site-intro .si-item-wrapper .si-item:nth-of-type(2) .si-title::after {
        position: absolute;
        top: 48%;
        right: -5.4%;
        height: 2px;
        width: 75px;
        content: '';
        background-color: #878787; }
      .site-intro .si-item-wrapper .si-item:nth-last-child(1) {
        border-top-right-radius: 0.9375em;
        border-bottom-right-radius: 0.9375em; }
        .site-intro .si-item-wrapper .si-item:nth-last-child(1)::before {
          border-top-right-radius: 0.9375em;
          border-bottom-right-radius: 0.9375em; }
        .site-intro .si-item-wrapper .si-item:nth-last-child(1)::after {
          position: absolute;
          top: 0;
          right: -3.8125em;
          height: 100%;
          width: 7.1875em;
          content: '';
          background-image: url(img/bg-grad.png);
          z-index: 1;
          opacity: 0.85;
          display: none; }
        .site-intro .si-item-wrapper .si-item:nth-last-child(1) .si-title {
          left: 53%;
          top: 50%; }
          .site-intro .si-item-wrapper .si-item:nth-last-child(1) .si-title::after {
            display: none; }
      .site-intro .si-item-wrapper .si-item .si-title {
        font-size: 1.5em;
        line-height: 1.3333333333em;
        font-family: "Roboto Slab", serif;
        color: #ffffff;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #ffffff;
        text-decoration: none; }
        .site-intro .si-item-wrapper .si-item .si-title::after {
          position: absolute;
          top: 50%;
          right: -19.5%;
          height: 2px;
          width: 87px;
          content: '';
          background-color: #878787; }
        .site-intro .si-item-wrapper .si-item .si-title:hover {
          color: #ffffff;
          text-decoration: underline; }
  @media (min-width: 60em) {
    .site-intro .si-btn-wrapper {
      padding-top: 1.5em; } }
  .site-intro .si-btn-wrapper .si-btn {
    margin-right: 0em;
    padding: 0.9047619048em 1em 0.9523809524em 0.9523809524em;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid #002f87;
    margin-bottom: 0.9523809524em;
    font-size: 1.3125em; }
    .site-intro .si-btn-wrapper .si-btn:hover {
      background-color: #002f87;
      color: #ffffff;
      border: 1px solid #002f87; }
  .site-intro .si-btn-wrapper .si-btn-contact {
    padding: 0.9047619048em 3.2380952381em 0.9523809524em 3.2380952381em;
    font-size: 1.3125em;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid #002f87; }
    .site-intro .si-btn-wrapper .si-btn-contact:hover {
      background-color: #002f87;
      color: #ffffff;
      border: 1px solid #002f87; }
  @media (min-width: 40em) {
    .site-intro .si-header {
      font-size: 3.1875em; } }
  @media (min-width: 60em) {
    .site-intro {
      min-height: 29.0625em; }
      .site-intro .inner-wrap-wide {
        padding-top: 7.6875em;
        padding-bottom: 1.25em; }
      .site-intro .si-header {
        font-size: 3.75em;
        line-height: 1.1666666667em;
        margin-bottom: 0.3833333333em; }
      .site-intro .si-item-wrapper {
        display: table; }
      .site-intro .si-btn-wrapper .si-btn {
        margin-right: 1em;
        margin-left: -0.8095238095em;
        margin-bottom: 0em; } }

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.application-module {
  margin-bottom: 2.3125em; }
  .application-module > .inner-wrap-wide {
    padding-top: 13px;
    padding-bottom: 0; }
  .application-module .am-title {
    color: #002f87;
    margin: 0;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.380952381em; }

#big .item {
  display: table;
  width: 100%;
  padding-left: 0.1875em; }
  #big .item > .inner-wrap-wide {
    padding-bottom: 1.875em !important;
    padding-top: 0em !important; }

#big .am-image-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  #big .am-image-wrapper::after {
    content: '';
    position: absolute;
    bottom: -5em;
    left: 1.3125em;
    height: 100%;
    width: 92%;
    /*background-image: url(img/hero-product-shadow.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }

#big .am-content-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 0em; }

@media (min-width: 60em) {
  #big .item > .inner-wrap-wide {
    padding-top: 4.5em !important; }
  #big .am-image-wrapper {
    width: 55%;
    float: left;
    padding-left: 2.3125em;
    vertical-align: middle; }
  #big .am-content-wrapper {
    width: 44%;
    text-align: left;
    padding-top: 0em;
    padding-left: 1.125em;
    vertical-align: middle; } }

@media (min-width: 80em) {
  #big .am-image-wrapper {
    width: 55%;
    float: left;
    padding-left: 2.3125em;
    vertical-align: top; }
  #big .am-content-wrapper {
    width: 44%;
    text-align: left;
    padding-top: 2em;
    padding-left: 1.125em;
    vertical-align: top; } }

#big .owl-stage-outer {
  width: 100%; }

#big .owl-nav, #big .slick-arrow-nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  z-index: 9;
  /*width: em(110,16);*/ }
  #big .owl-nav button.owl-prev, #big .owl-nav button.slick-prev.slick-arrow, #big .slick-arrow-nav button.owl-prev, #big .slick-arrow-nav button.slick-prev.slick-arrow {
    font-size: 16px;
    background-image: url(img/ico-arrow1.svg) !important;
    height: 3.125em !important;
    width: 3.125em !important;
    background-position: left 0.6875em center !important;
    background-size: 27px 23px !important;
    transform: rotate(180deg);
    opacity: 1 !important;
    background-color: #f3f4f1 !important;
    border-radius: 50%;
    left: 0 !important;
    top: 100% !important;
    border: 2px solid #f3f4f1;
    box-shadow: 1px -2px 4px 0px rgba(15, 15, 15, 0.27);
    -moz-box-shadow: 1px -2px 4px 0px rgba(15, 15, 15, 0.27);
    -webkit-box-shadow: 1px -2px 4px 0px rgba(15, 15, 15, 0.27);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0 10px; }
    #big .owl-nav button.owl-prev:hover, #big .owl-nav button.slick-prev.slick-arrow:hover, #big .slick-arrow-nav button.owl-prev:hover, #big .slick-arrow-nav button.slick-prev.slick-arrow:hover {
      border: 2px solid #002f87; }
  #big .owl-nav button.owl-next, #big .owl-nav button.slick-next.slick-arrow, #big .slick-arrow-nav button.owl-next, #big .slick-arrow-nav button.slick-next.slick-arrow {
    font-size: 16px;
    background-image: url(img/ico-arrow1.svg) !important;
    height: 3.125em !important;
    width: 3.125em !important;
    background-position: left 0.6875em center !important;
    background-size: 27px 23px !important;
    opacity: 1 !important;
    background-color: #f3f4f1 !important;
    border-radius: 50%;
    right: 0 !important;
    top: 100% !important;
    border: 2px solid #f3f4f1;
    box-shadow: 0px 2px 4px 0px rgba(15, 15, 15, 0.27);
    -moz-box-shadow: 0px 2px 4px 0px rgba(15, 15, 15, 0.27);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(15, 15, 15, 0.27);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0 5px; }
    #big .owl-nav button.owl-next:hover, #big .owl-nav button.slick-next.slick-arrow:hover, #big .slick-arrow-nav button.owl-next:hover, #big .slick-arrow-nav button.slick-next.slick-arrow:hover {
      border: 2px solid #002f87; }
  @media (min-width: 60em) {
    #big .owl-nav, #big .slick-arrow-nav {
      position: absolute;
      right: calc(50% - 200px);
      bottom: 12%;
      left: auto;
      /*width: em(110,16);*/ } }
  @media (min-width: 80em) {
    #big .owl-nav, #big .slick-arrow-nav {
      /*right: 35.2%;*/
      bottom: 11.9%;
      transform: translateX(0); } }
  @media (max-height: 46em) and (min-width: 60em) {
    #big .owl-nav, #big .slick-arrow-nav {
      /*button.owl-prev, button.slick-prev.slick-arrow {
                background-size: 19px 20px !important;
                background-position: left 53% center !important;
                }
                button.owl-next, button.slick-next.slick-arrow {
                background-position: left 70% center !important;
                background-size: 22px 20px !important;
                &:hover{
                    border: 2px solid $blue;
                }
            }*/ } }

.am-img {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 8.625em;
  border-radius: 10px;
  max-height: 25em; }
  @media (min-width: 40em) {
    .am-img {
      max-width: 33.625em; }
      .am-img::after {
        position: absolute;
        bottom: 0;
        width: 100%; } }
  @media (min-width: 60em) {
    .am-img {
      margin: 0; } }

.am-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3666666667em;
  font-size: 1.875em;
  color: #383838;
  font-weight: 300; }
  @media (min-width: 40em) {
    .am-heading {
      font-size: 2.25em;
      margin-bottom: 0.64em;
      margin-top: 0.7058823529em; } }
  @media (min-width: 60em) {
    .am-heading {
      font-size: 2.025em;
      margin-top: 0;
      margin-bottom: 0.16em; } }
  @media (min-width: 80em) {
    .am-heading {
      font-size: 2.25em;
      margin-bottom: 0.22em; } }

.am-content {
  font-size: 1.1875em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4210526316em;
  margin-top: 0;
  padding: 0 2.1052631579em 0 2.1052631579em; }
  @media (min-width: 60em) {
    .am-content {
      margin-bottom: 1.3684210526em;
      padding: 0 0em 0 0em; } }

.am-btn {
  background-color: #ce0e2d;
  color: #ffffff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ce0e2d;
  position: relative;
  overflow: hidden;
  padding: 0.5555555556em 2.6666666667em 0.4444444444em 2.6111111111em;
  margin: 0 auto 0.0555555556em; }
  .am-btn:hover {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #002f87;
    background-color: #002f87; }
    .am-btn:hover:active {
      color: #ffffff;
      text-decoration: none;
      border: 2px solid #002f87;
      background-color: #002f87; }
    .am-btn:hover:focus {
      color: #ffffff;
      text-decoration: none;
      border: 2px solid #002f87;
      background-color: #ce0e2d; }
  .am-btn:active {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ce0e2d;
    background-color: #ce0e2d; }
  .am-btn:focus {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ce0e2d;
    background-color: #ce0e2d; }
  @media (min-width: 40em) {
    .am-btn {
      margin-right: 1.3888888889em; } }
  @media (min-width: 60em) {
    .am-btn {
      display: inline-block;
      margin-top: 0em;
      margin-left: 0.0555555556em;
      vertical-align: middle; } }

.thumb-slider {
  width: calc(100% - 7.876em);
  margin-left: 55px; }

#thumbs {
  width: 100%;
  height: 8em;
  position: relative;
  display: none; }
  #thumbs::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: transparent;
    content: '';
    position: absolute;
    height: 8em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  #thumbs::before {
    top: 0;
    right: -100%;
    width: 100%;
    height: 1px;
    background-color: transparent;
    content: '';
    position: absolute;
    height: 8em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  #thumbs .owl-stage-outer, #thumbs .slick-list {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 0em;
    position: relative;
    height: 8em;
    width: 100%;
    z-index: 1; }
  #thumbs .owl-stage, #thumbs .slick-list .slick-track {
    padding: 2.5625em 0 !important;
    height: 8em;
    /*transform: none !important;*/
    /*.owl-item {*/
    text-align: center;
    /*}*/ }
    #thumbs .owl-stage .item, #thumbs .slick-list .slick-track .item {
      height: 6em;
      cursor: pointer;
      padding-bottom: 0;
      padding-left: 0; }
      #thumbs .owl-stage .item:focus, #thumbs .slick-list .slick-track .item:focus {
        outline: none !important; }
    #thumbs .owl-stage.current span::after, #thumbs .owl-stage.slick-current span::after, #thumbs .slick-list .slick-track.current span::after, #thumbs .slick-list .slick-track.slick-current span::after {
      display: block; }
    #thumbs .owl-stage span, #thumbs .slick-list .slick-track span {
      display: block;
      color: #000000;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.3125em;
      font-weight: 700;
      line-height: 1.0476190476em;
      text-align: left;
      position: relative; }
      #thumbs .owl-stage span:hover, #thumbs .slick-list .slick-track span:hover {
        color: #002f87; }
      #thumbs .owl-stage span:focus, #thumbs .slick-list .slick-track span:focus {
        outline: none; }
      #thumbs .owl-stage span::after, #thumbs .slick-list .slick-track span::after {
        position: absolute;
        bottom: -2em;
        left: 0;
        height: 0.2857142857em;
        content: '';
        background-color: #002f87;
        width: 5.1428571429em;
        display: none; }
  #thumbs .owl-nav {
    position: absolute;
    right: -4.4375em;
    top: 1px;
    height: 100%;
    width: 4.4375em;
    z-index: 2;
    display: none; }
    #thumbs .owl-nav:hover {
      background-color: #002f87; }
      #thumbs .owl-nav:hover button.owl-next {
        background-image: url(img/arrow.svg) !important; }
    #thumbs .owl-nav button.owl-prev {
      display: none; }
    #thumbs .owl-nav button.owl-next {
      background-image: url(img/arrow-blue.svg) !important;
      height: 3.125em !important;
      width: 4.4375em !important;
      background-position: top 0.375em right 0.625em !important;
      background-size: 50px 28px !important;
      opacity: 1 !important;
      right: 0 !important;
      top: 50% !important;
      transform: translateY(-50%);
      position: relative;
      display: none; }
      #thumbs .owl-nav button.owl-next::after {
        position: absolute;
        bottom: -2.375em;
        right: 0;
        height: 0.25em;
        content: '';
        background-color: #002f87;
        width: 4.375em; }
      #thumbs .owl-nav button.owl-next::before {
        position: absolute;
        top: -2.5em;
        right: 0;
        height: 0.25em;
        content: '';
        background-color: #002f87;
        width: 4.375em; }
  @media (min-width: 60em) {
    #thumbs {
      display: block;
      max-width: 87.5em !important;
      margin: 0 auto; } }
  @media (min-width: 80em) {
    #thumbs::after {
      top: 0;
      left: -96%;
      width: 100%;
      height: 1px;
      background-color: transparent;
      content: '';
      position: absolute;
      height: 8em;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
    #thumbs::before {
      top: 0;
      right: -92%;
      width: 100%;
      height: 1px;
      background-color: transparent;
      content: '';
      position: absolute;
      height: 8em;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; } }

/*=============== lubricants Module Start ===============*/
.lubricants-module {
  text-align: center;
  position: relative; }
  .lubricants-module::after {
    background-image: url(img/lubricant-bg-logo.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 502px;
    width: 349px;
    top: -39.1%;
    right: 0; }
  .lubricants-module > .inner-wrap-wide {
    padding-top: 1.4375em; }
  .lubricants-module .sm-heading {
    color: #002f87;
    margin-bottom: 1.9047619048em;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2; }
  .lubricants-module .lubricants-module-wrapper {
    height: 29.25em;
    position: relative;
    border-radius: 1.25em;
    margin-bottom: -6.25em;
    z-index: 1; }
    .lubricants-module .lubricants-module-wrapper::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #002f87;
      opacity: 0.70;
      content: '';
      border-radius: 1.25em; }
    .lubricants-module .lubricants-module-wrapper .bg-img {
      background-image: url(img/lubricants-bg.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      filter: grayscale(100%);
      border-radius: 1.25em; }
    .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: -3.5625em; }
      .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel {
        width: 89%;
        margin: 0 auto; }
        .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item {
          text-align: center; }
          .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item {
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
            -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
            text-align: center;
            display: block;
            overflow: hidden;
            max-width: 13.75em;
            border-radius: 0.625em;
            margin: 0.625em auto 0;
            height: 23.125em;
            background-color: #ffffff;
            position: relative;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item:hover {
              background-color: #002f87; }
              .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item:hover .lubricants-item-img {
                height: 14.125em; }
              .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item:hover .lubricants-item-link {
                background-color: #002f87; }
                .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item:hover .lubricants-item-link .lm-title {
                  color: #ffffff;
                  font-size: 1.1em;
                  top: 25%; }
                .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item:hover .lubricants-item-link .lm-link {
                  transform: translate(-50%, -50%);
                  top: 70%;
                  left: 55%; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item .lubricants-item-img {
              height: 10.25em;
              width: auto;
              display: inline-block;
              position: absolute;
              top: 39.2%;
              left: 49%;
              transform: translate(-50%, -50%);
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item .lubricants-item-link {
              background-color: #ebebeb;
              margin: 0;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 6.5625em;
              display: block;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
              .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item .lubricants-item-link .lm-title {
                font-size: 1.3125em;
                color: #020065;
                font-weight: 700;
                line-height: 1.0952380952em;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 95%;
                transform: translate(-50%, -50%);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
              .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item .lubricants-item-link .lm-link {
                font-size: 1.1em;
                color: #ffffff;
                font-weight: 700;
                line-height: 1.0952380952em;
                display: block;
                margin: 0;
                position: absolute;
                top: 50%;
                left: 41%;
                width: 95%;
                transform: translate(-50%, 260%);
                background-image: url(img/arrow.svg);
                background-position: right 1.0526315789em top 0;
                background-repeat: no-repeat;
                background-size: 22px 24px;
                padding-right: 42px;
                height: 1.2105263158em;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
            @media (min-width: 40em) {
              .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item {
                max-width: 15.625em; } }
            @media (min-width: 60em) {
              .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item {
                max-width: 16.625em; } }
            @media (max-height: 46em) and (min-width: 60em) {
              .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .item .lubricants-item .lubricants-item-link .lm-link {
                background-size: 29px 18px; } }
        .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav {
          position: absolute;
          width: 100%;
          top: 40%;
          transform: translateY(-50%); }
          .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-prev {
            background-image: url(img/ico-arrow1.svg);
            height: 2.5em;
            width: 2.5em;
            background-position: center center;
            background-size: 30px 21px;
            transform: rotate(180deg);
            opacity: 1;
            background-color: #f3f4f1;
            border-radius: 50%;
            left: -1.75em;
            box-shadow: 1px -2px 4px 0px rgba(15, 15, 15, 0.27);
            -moz-box-shadow: 1px -2px 4px 0px rgba(15, 15, 15, 0.27);
            -webkit-box-shadow: 1px -2px 4px 0px rgba(15, 15, 15, 0.27);
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-prev:hover {
              border: 2px solid #002f87; }
          .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-next {
            background-image: url(img/ico-arrow1.svg);
            height: 2.5em;
            width: 2.5em;
            background-position: center center;
            background-size: 30px 21px;
            opacity: 1;
            background-color: #f3f4f1;
            border-radius: 50%;
            right: -1.875em;
            box-shadow: 0px 2px 4px 0px rgba(15, 15, 15, 0.27);
            -moz-box-shadow: 0px 2px 4px 0px rgba(15, 15, 15, 0.27);
            -webkit-box-shadow: 0px 2px 4px 0px rgba(15, 15, 15, 0.27);
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-next:hover {
              border: 2px solid #002f87; }
          @media (min-width: 40em) {
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-prev {
              left: -3.125em;
              height: 3.125em;
              width: 3.125em; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-next {
              right: -3.125em;
              height: 3.125em;
              width: 3.125em; } }
          @media (min-width: 60em) {
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-prev {
              left: -3.125em; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-next {
              right: -3.125em; } }
          @media (min-width: 80em) {
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-prev {
              left: -5.3125em; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-next {
              right: -5.3125em; } }
          @media (min-width: 87.5em) {
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-prev {
              left: -5.9375em; }
            .lubricants-module .lubricants-module-wrapper .lm-slider-wrapper .lubricants-carousel .owl-nav .owl-next {
              right: -5.9375em; } }
  .lubricants-module .lm-btn {
    position: absolute;
    z-index: 2;
    font-size: 1.125em;
    padding: 0.8888888889em 0.5555555556em 0.8333333333em 0.5555555556em;
    bottom: -3.3333333333em;
    left: 50%;
    transform: translateX(-50%);
    min-width: 13.8888888889em;
    background-color: #002f87; }
    .lubricants-module .lm-btn:hover {
      background-color: #ffffff;
      color: #002f87; }
      .lubricants-module .lm-btn:hover:active {
        background-color: #ffffff;
        color: #002f87; }
      .lubricants-module .lm-btn:hover:focus {
        background-color: #ffffff;
        color: #002f87; }
    .lubricants-module .lm-btn:active {
      color: #ffffff;
      text-decoration: none;
      background-color: #ce0e2d; }
    .lubricants-module .lm-btn:focus {
      color: #ffffff;
      text-decoration: none;
      background-color: #ce0e2d; }
    @media (min-width: 40em) {
      .lubricants-module .lm-btn {
        padding: 0.8333333333em 1.7777777778em 0.9444444444em 1.6111111111em; } }

/*=============== lubricants Module End ===============*/
/*=============== Reliability Solutions Module Start ===============*/
.reliability-solutions-module {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative; }
  .reliability-solutions-module::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/reliability-solutions-bg-overlay.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: ''; }
  .reliability-solutions-module > .inner-wrap-wide {
    padding-top: 13em;
    position: relative;
    z-index: 1; }
  .reliability-solutions-module .rsm-module-wrapper {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      padding: 3.125em 1.25em 3.125em 1.25em;
      text-align: center; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-heading {
        font-size: 2.23125em;
        color: #002f87;
        margin: 0;
        letter-spacing: -0.5px;
        margin-bottom: 0.1428571429em; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-content {
        font-size: 1.3125em;
        line-height: 1.3333333333em;
        max-width: 22.619047619em;
        margin: 0;
        margin-left: 0.0952380952em;
        margin-bottom: 1.5238095238em; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-btn {
        font-size: 0.95625em;
        padding: 0.8888888889em 1.7777777778em 0.8333333333em 1.7222222222em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-btn:hover {
          background-color: #002f87;
          color: #ffffff; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-btn:focus {
          background-color: #ce0e2d;
          color: #ffffff; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-btn:active {
          background-color: #ce0e2d;
          color: #ffffff; }
    .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        max-width: 13.0625em;
        height: 13.3125em;
        max-height: 13.3125em;
        overflow: hidden;
        margin-bottom: 0.125em;
        float: left;
        border-right: 2px solid #fff;
        position: relative; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item::after {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          content: '';
          /* background-color: $black;
                    opacity: 0.65;*/ }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item:hover .img-bg:before {
          height: 100%; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item:hover .rsm-title {
          bottom: auto;
          transform: translateY(-50%);
          top: 50%; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item:nth-of-type(3) {
          border-right: 0; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item:nth-of-type(4) {
          margin-bottom: 0; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item:nth-of-type(5) {
          margin-bottom: 0; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item:nth-of-type(6) {
          border-right: 0;
          margin-bottom: 0; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .img-bg {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          /* filter: grayscale(100%);
                    -webkit-filter: grayscale(100%);*/ }
          .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .img-bg:before {
            content: '';
            background: #ce0e2d;
            opacity: 0.7;
            width: 100%;
            height: 41%;
            bottom: 0;
            left: 0;
            position: absolute;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            transition: all 0.3s linear; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsmw-img {
          position: absolute;
          z-index: 2;
          top: 41%;
          left: 53%;
          transform: translate(-50%, -50%);
          width: 50px; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsm-title {
          font-size: 0.9375em;
          line-height: 1.2631578947em;
          font-weight: 700;
          position: absolute;
          z-index: 1;
          color: #ffffff;
          width: 100%;
          bottom: 20px;
          letter-spacing: -0.2px;
          left: -3px;
          text-align: center;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
    @media (min-width: 40em) {
      .reliability-solutions-module .rsm-module-wrapper {
        flex-direction: row;
        height: 26.75em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper {
          width: 49%;
          padding: 0em 1.25em 0.625em 1.875em;
          text-align: left; }
          .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-heading {
            font-size: 2.23125em; }
          .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-content {
            font-size: 1.115625em; }
          .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-btn {
            padding: 0.8888888889em 1.3888888889em 0.8333333333em 1.3888888889em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper {
          width: 48.4%; }
          .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsmw-img {
            height: 50px; }
          .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsm-title {
            font-size: 0.9375em; } }
    @media (min-width: 60em) {
      .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper {
        padding: 0em 1.875em 0.625em 3.125em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-heading {
          font-size: 2.625em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-content {
          font-size: 1.3125em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-btn {
          font-size: 1.125em;
          padding: 0.8888888889em 1.7777777778em 0.8333333333em 1.7222222222em; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper {
        width: 48.4%; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsmw-img {
          height: 70px; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsm-title {
          font-size: 0.9375em; } }
    @media (min-width: 80em) {
      .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper {
        vertical-align: top;
        padding: 0em 3.125em 0.625em 6.25em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-heading {
          font-size: 2.625em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-content {
          font-size: 1.3125em; }
        .reliability-solutions-module .rsm-module-wrapper .rsm-content-wrapper .rsm-btn {
          font-size: 1.125em;
          padding: 0.8888888889em 1.7777777778em 0.8333333333em 1.7222222222em; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsmw-img {
        height: auto;
        width: auto; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsm-title {
        font-size: 1.1875em; } }
    @media (max-height: 46em) and (min-width: 60em) {
      .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsmw-img {
        height: 60px;
        width: auto; }
      .reliability-solutions-module .rsm-module-wrapper .rsm-image-wrapper .rsm-image-item .rsm-title {
        font-size: 1.1875em;
        bottom: 0.7894736842em; } }
  @media (min-width: 40em) {
    .reliability-solutions-module {
      height: 46.25em; } }

/*=============== Reliability Solutions Module End ===============*/
/*=============== Industries Served Module Start ===============*/
.industries-served-module {
  display: table;
  padding-bottom: 5.875em;
  padding-top: 6.4375em;
  clear: both;
  width: 100%; }
  .industries-served-module .ism-content-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.875em;
    padding-right: 1.875em;
    text-align: center; }
    .industries-served-module .ism-content-wrapper .ism-inner-wrap {
      max-width: 36.5625em;
      float: none;
      padding-left: 0.1875em;
      display: inline-block; }
      .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-heading {
        font-size: 2.625em;
        color: #002f87;
        letter-spacing: -0.5px;
        margin: 0.619047619em 0 0.1666666667em; }
      .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-content {
        font-size: 1.3125em;
        line-height: 1.380952381em;
        margin-left: 0.0952380952em;
        margin-top: 0;
        margin-bottom: 1.2857142857em;
        max-width: 21.9523809524em;
        display: inline-block; }
      .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper {
        margin-bottom: 1.6875em; }
        .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item {
          text-align: center; }
          .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li {
            display: inline-block;
            width: 100%;
            margin-bottom: 1em;
            position: relative; }
            .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li::after {
              position: absolute;
              top: 50%;
              left: 0.125em;
              width: 2.4375em;
              height: 0.125em;
              background-color: #a5a5a5;
              display: none; }
            .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li:nth-child(even)::after {
              left: 0em; }
            .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li a {
              font-size: 1.25em;
              font-weight: 600;
              color: #002f87;
              text-decoration: none;
              line-height: 1.2em;
              letter-spacing: -0.1px; }
      .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-btn {
        font-size: 1em;
        padding: 0.9444444444em 1.2222222222em 0.7777777778em 1.2222222222em;
        margin-left: 1px;
        margin-bottom: 1.9444444444em;
        background-color: #002f87;
        border: 1px solid #002f87; }
        .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-btn:hover {
          color: #002f87;
          border: 1px solid #002f87;
          background-color: rgba(255, 255, 255, 0.2); }
          .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-btn:hover:focus {
            background-color: #002f87;
            color: #ffffff; }
          .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-btn:hover:active {
            background-color: #002f87;
            color: #ffffff; }
        .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-btn:focus {
          background-color: #ce0e2d;
          color: #ffffff; }
        .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-btn:active {
          background-color: #ce0e2d;
          color: #ffffff; }
  .industries-served-module .ism-image-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: right;
    background-image: url(img/industries-served.jpg);
    height: 26.75em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: none; }
    .industries-served-module .ism-image-wrapper .ism-img {
      display: block; }
    @media (min-width: 60em) {
      .industries-served-module .ism-image-wrapper {
        display: none; } }
    .industries-served-module .ism-image-wrapper.active {
      display: block; }
  @media (min-width: 40em) {
    .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item {
      text-align: left; }
      .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li {
        width: 49%; }
        .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li::after {
          display: block; }
        .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li:nth-child(even)::after {
          left: 0em; }
    .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-btn {
      font-size: 1.125em;
      padding: 0.8888888889em 1.7222222222em 0.8333333333em 1.7777777778em;
      margin-left: 1px;
      margin-bottom: 1.9444444444em; } }
  @media (min-width: 60em) {
    .industries-served-module {
      display: block; }
      .industries-served-module .ism-content-wrapper {
        width: 50%;
        padding-right: 0em;
        text-align: left; }
        .industries-served-module .ism-content-wrapper .ism-inner-wrap {
          float: right;
          display: block;
          margin-right: 0.625em;
          padding-left: 0.8125em; }
          .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-content {
            display: block; }
          .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item {
            text-align: left; }
            .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li::after {
              left: 0.125em;
              display: block; }
            .industries-served-module .ism-content-wrapper .ism-inner-wrap .ism-item-wrapper .ism-item li:nth-child(even)::after {
              left: 1.3125em; }
      .industries-served-module .ism-image-wrapper {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; } }

.wrap-img {
  position: relative; }
  @media (min-width: 60em) {
    .wrap-img {
      width: 49.9%;
      float: right; } }

/*=============== Industries Served Module End ===============*/
/*=============== About us Module Start ===============*/
.about-us-module {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  clear: both;
  margin-bottom: 3em; }
  .about-us-module::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #002f87;
    opacity: 0.85; }
  .about-us-module > .inner-wrap-wide {
    padding-top: 4.1875em;
    padding-bottom: 4.1875em;
    position: relative;
    z-index: 1; }
  .about-us-module .aum-heading {
    color: #ffffff;
    font-size: 2.625em;
    line-height: 0.5714285714em;
    font-family: "Roboto Slab", serif;
    letter-spacing: -0.5px;
    margin-bottom: 0.5476190476em;
    margin-right: 0.1428571429em; }
    @media (max-width: 40em) {
      .about-us-module .aum-heading {
        line-height: 1.2em; } }
  .about-us-module .aum-content {
    color: #ffffff;
    font-size: 1.3125em;
    line-height: 1.380952381em;
    max-width: 33.3333333333em;
    margin: 0 auto;
    margin-bottom: 1.8571428571em; }
  .about-us-module .aum-btn {
    padding: 0.8888888889em 1.4444444444em 0.8333333333em 1.9444444444em;
    margin-right: 0.1666666667em;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid #ffffff; }
    .about-us-module .aum-btn:hover {
      background-color: #002f87;
      color: #ffffff;
      border: 1px solid #002f87; }
      .about-us-module .aum-btn:hover:focus {
        background-color: #ffffff;
        color: #002f87; }
      .about-us-module .aum-btn:hover:active {
        background-color: #ffffff;
        color: #002f87; }
    .about-us-module .aum-btn:focus {
      background-color: #002f87;
      color: #ffffff; }
    .about-us-module .aum-btn:active {
      background-color: #002f87;
      color: #ffffff; }

/*=============== About us Module Start ===============*/
/*=============== News and Events Module Start ===============*/
.news-events-module > .inner-wrap-wide {
  padding-top: 2.375em;
  padding-bottom: 6.5625em; }

.news-events-module .nem-heading-wrapper {
  text-align: center; }
  .news-events-module .nem-heading-wrapper .nem-heading {
    font-size: 2.625em;
    color: #002f87;
    font-family: "Roboto Slab", serif;
    margin-bottom: 1.0476190476em;
    letter-spacing: -0.4px; }

.news-events-module .nem-item-wrapper {
  padding: 0 0em;
  text-align: center; }
  .news-events-module .nem-item-wrapper .nem-item {
    background-image: url(img/new-event-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 25.9375em;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    border-radius: 0.625em;
    padding: 1.75em 1.875em 2.4375em;
    margin-bottom: 1.875em; }
    .news-events-module .nem-item-wrapper .nem-item .nem-title {
      font-family: "Roboto Slab", serif;
      font-weight: 300;
      line-height: 1.25em;
      font-size: 2.25em;
      margin: 0;
      margin-bottom: 0.1111111111em;
      position: relative;
      display: inline-block;
      color: #383838; }
      .news-events-module .nem-item-wrapper .nem-item .nem-title::after {
        position: absolute;
        bottom: -0.1388888889em;
        left: 0;
        width: 103%;
        height: 1px;
        background-color: #ababab;
        content: ''; }
    .news-events-module .nem-item-wrapper .nem-item .nem-content {
      font-size: 1.3125em;
      line-height: 1.380952381em;
      margin-top: 0;
      margin-bottom: 1.5714285714em;
      letter-spacing: 0.1px;
      max-width: 21.25em; }
    .news-events-module .nem-item-wrapper .nem-item .nem-readmore-wrapper .nemrw-time {
      font-size: 1.0625em;
      font-family: "Source Sans Pro", sans-serif;
      display: inline-block;
      font-weight: 600;
      line-height: 1.9411764706em;
      background-image: url(img/date.svg);
      background-repeat: no-repeat;
      background-position: top 6px left;
      background-size: 20px 20px;
      padding-left: 2.2352941176em;
      margin-right: 4.8235294118em; }
    .news-events-module .nem-item-wrapper .nem-item .nem-readmore-wrapper .nemrw-readmore {
      background-image: url(img/read-more.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 16px 14px;
      color: #002f87;
      font-size: 1.0625em;
      font-family: "Source Sans Pro", sans-serif;
      display: inline-block;
      font-weight: 600;
      line-height: 1.9411764706em;
      padding-left: 2.0588235294em;
      margin-right: 4.7647058824em;
      text-decoration: none; }
      .news-events-module .nem-item-wrapper .nem-item .nem-readmore-wrapper .nemrw-readmore:hover {
        color: #ce0e2d;
        background-image: url(img/read-more-hover.svg); }
  @media (min-width: 40em) {
    .news-events-module .nem-item-wrapper {
      padding: 0 2.125em;
      text-align: left; }
      .news-events-module .nem-item-wrapper .nem-item {
        width: 49%;
        max-width: 37.0625em;
        margin-bottom: 0em; }
        .news-events-module .nem-item-wrapper .nem-item:nth-last-child(1) {
          float: right; }
        .news-events-module .nem-item-wrapper .nem-item .nem-title {
          font-size: 1.35em; }
        .news-events-module .nem-item-wrapper .nem-item .nem-content {
          font-size: 1.125em; } }
  @media (min-width: 60em) {
    .news-events-module .nem-item-wrapper .nem-item {
      padding: 1.75em 1.875em 2.4375em; }
      .news-events-module .nem-item-wrapper .nem-item:nth-last-child(1) {
        float: right; }
      .news-events-module .nem-item-wrapper .nem-item .nem-title {
        font-size: 2.25em; }
      .news-events-module .nem-item-wrapper .nem-item .nem-content {
        font-size: 1.3125em; } }
  @media (min-width: 80em) {
    .news-events-module .nem-item-wrapper .nem-item {
      max-width: 37.0625em;
      padding: 1.75em 7.5625em 2.4375em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .news-events-module .nem-item-wrapper .nem-item .nem-readmore-wrapper .nemrw-time {
      background-position: top 5px left;
      background-size: 17px 17px; } }

/*=============== News and Events Module End ===============*/
/*=============== full width Module Start ===============*/
.full-width-cta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  margin-top: 0; }
  .full-width-cta::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002f87;
    opacity: 0.2;
    content: ''; }
  .full-width-cta > .inner-wrap-wide {
    padding-bottom: 1.875em;
    padding-top: 1.875em;
    position: relative;
    z-index: 2; }
  .full-width-cta .fwc-title {
    display: block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 2em;
    margin-right: 0em;
    margin-bottom: 0.6875em;
    letter-spacing: -0.2px; }
  .full-width-cta .cta-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0.9444444444em 1.3333333333em 1.1111111111em 1.6111111111em;
    margin-right: 0.1111111111em; }
    .full-width-cta .cta-btn:hover {
      background-color: #ffffff;
      color: #002f87; }
      .full-width-cta .cta-btn:hover:focus {
        background-color: #ffffff;
        color: #002f87; }
      .full-width-cta .cta-btn:hover:active {
        background-color: #ffffff;
        color: #002f87; }
    .full-width-cta .cta-btn:focus {
      background-color: #ce0e2d;
      color: #ffffff; }
    .full-width-cta .cta-btn:active {
      background-color: #ce0e2d;
      color: #ffffff; }
  @media (min-width: 60em) {
    .full-width-cta .fwc-title {
      margin-right: 1.96875em;
      margin-bottom: 0.0625em;
      display: inline-block; }
    .full-width-cta .cta-btn {
      margin-right: 0.1111111111em;
      display: inline-block; } }

/*=============== full width Module end ===============*/
/*=============== Site Footer ===============*/
.site-footer {
  text-align: center;
  color: #ffffff;
  background-color: #ebebeb;
  background-image: url(img/footer-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  .site-footer::after {
    position: absolute;
    top: 50%; }
  .site-footer > .inner-wrap-wide {
    padding-top: 3.125em;
    padding-bottom: 2.4375em; }
  .site-footer .sf-logo-wrapper {
    margin-bottom: 1.3125em; }
    .site-footer .sf-logo-wrapper a {
      display: inline-block; }
      .site-footer .sf-logo-wrapper a .sf-logo {
        max-width: 17.91em; }
  .site-footer .sf-social-nav {
    text-align: center;
    margin-bottom: 1.5em; }
    .site-footer .sf-social-nav > a {
      background-position: center center;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      height: 20px;
      width: 20px;
      display: inline-block;
      vertical-align: middle; }
    .site-footer .sf-social-nav .facebook {
      /*background-size: 11px 20px;*/
      margin-right: 0.625em;
      margin-left: -0.25em;
      background-size: auto;
      background-position: left center; }
      .site-footer .sf-social-nav .facebook:hover {
        background-image: url(img/footer-social-icons-hover.png) !important; }
    .site-footer .sf-social-nav .twitter {
      /*background-size: 19px 16px;*/
      margin-right: 0.875em;
      background-size: auto;
      background-position: left -30px center; }
      .site-footer .sf-social-nav .twitter:hover {
        background-image: url(img/footer-social-icons-hover.png) !important; }
    .site-footer .sf-social-nav .linkedin {
      /* background-size: 17px 17px;*/
      margin-right: 0.875em;
      background-size: auto;
      background-position: left -61px center; }
      .site-footer .sf-social-nav .linkedin:hover {
        background-image: url(img/footer-social-icons-hover.png) !important; }
    .site-footer .sf-social-nav .youtube {
      /*background-size: 21px 16px;*/
      margin-top: 0.125em;
      margin-right: 0.875em;
      background-size: auto;
      background-position: right -44px center; }
      .site-footer .sf-social-nav .youtube:hover {
        background-image: url(img/footer-social-icons-hover.png) !important; }
    .site-footer .sf-social-nav .instagram {
      /*background-size: 100%;*/
      margin-top: 0.125em;
      /*width: 1.35em;*/
      background-size: auto;
      background-position: right -10px center; }
      .site-footer .sf-social-nav .instagram:hover {
        background-image: url(img/footer-social-icons-hover.png) !important; }
  .site-footer .sf-nav-wrapper {
    margin-bottom: 2.3125em; }
    .site-footer .sf-nav-wrapper .sf-nav li {
      display: inline-block;
      margin: 0.5em 0.9375em; }
      .site-footer .sf-nav-wrapper .sf-nav li a {
        font-size: 1.125em;
        font-family: "Source Sans Pro", sans-serif;
        color: #282b2e;
        font-weight: 700;
        text-decoration: none; }
        .site-footer .sf-nav-wrapper .sf-nav li a:hover {
          color: #ce0e2d; }
    @media (min-width: 60em) {
      .site-footer .sf-nav-wrapper .sf-nav li {
        display: inline-block;
        margin: 0 0.9375em; } }
  .site-footer .sf-contact-wrapper {
    max-width: 54.6875em;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5625em; }
    .site-footer .sf-contact-wrapper .sf-iso-wrapper {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      padding-top: 0.4375em;
      margin-bottom: 1.875em; }
      .site-footer .sf-contact-wrapper .sf-iso-wrapper img {
        display: inline-block;
        vertical-align: middle; }
      .site-footer .sf-contact-wrapper .sf-iso-wrapper span {
        display: inline-block;
        vertical-align: middle;
        color: #383838;
        text-align: left;
        font-size: 1.125em;
        line-height: 1.2222222222em;
        padding-left: 0.4444444444em;
        margin-top: -0.1111111111em; }
    .site-footer .sf-contact-wrapper .sf-contact {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding-left: 0em;
      margin-bottom: 0.4375em; }
      .site-footer .sf-contact-wrapper .sf-contact .sf-address {
        font-style: normal;
        color: #383838;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.0625em;
        background-position: left -0.1176470588em center;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-image: url(img/address.svg);
        display: inline-block;
        padding-left: 1.1764705882em; }
      .site-footer .sf-contact-wrapper .sf-contact span {
        display: block;
        color: #383838;
        font-size: 1.125em; }
        .site-footer .sf-contact-wrapper .sf-contact span a {
          text-decoration: none;
          color: #383838;
          font-family: "Source Sans Pro", sans-serif; }
          .site-footer .sf-contact-wrapper .sf-contact span a:hover {
            color: #ce0e2d; }
    @media (min-width: 60em) {
      .site-footer .sf-contact-wrapper .sf-iso-wrapper {
        width: 50%;
        margin-bottom: 0em; }
        .site-footer .sf-contact-wrapper .sf-iso-wrapper span {
          text-align: left; }
      .site-footer .sf-contact-wrapper .sf-contact {
        width: 49%;
        padding-left: 2.4375em;
        text-align: left; } }
    @media (max-height: 46em) and (min-width: 60em) {
      .site-footer .sf-contact-wrapper .sf-contact .sf-address {
        background-size: 15px 15px; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .site-footer {
      /*.sf-social-nav {
            >a {
            }
            .facebook {
                background-size: 10px 16px;
            }
            .twitter {
                background-size: 16px 14px;
            }
            .linkedin {
                background-size: 17px 15px;
                background-position: center center;
            }
            .youtube {
                background-size: 16px 14px;
            }
        }
*/ } }

.sf-copyright {
  text-align: center;
  color: #b2b6ba;
  background-color: #424242;
  font-size: 1.0625em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.7058823529em;
  padding: 0.8235294118em 1.4705882353em 0.7647058824em 1.4705882353em; }
  @media (max-width: 40em) {
    .sf-copyright {
      font-size: 0.875em; } }
  .sf-copyright .inner-wrap-wide {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center; }
  .sf-copyright a {
    color: #b2b6ba;
    text-decoration: underline; }
    .sf-copyright a:hover {
      color: #ffffff;
      text-decoration: none; }

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

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

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

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em;
  padding-top: 0.6em; }
  @media (min-width: 60em) {
    .search-cell1 {
      padding-top: 0.6em; } }

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

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

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important;
  outline: 0 !important; }

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

.search-module {
  background-color: #002f87;
  height: 10em;
  margin-top: -10em;
  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-wide {
    padding: 0 1.5em 1em;
    position: relative;
    padding-top: 1.875em; }
    @media (max-width: 40em) {
      .search-module .inner-wrap-wide {
        padding: 0 1.5em 1em !important; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .search-module {
      height: 7.3em;
      margin-top: -7.3em; } }
  @media (min-width: 40em) {
    .search-module {
      height: 7.3em;
      margin-top: -7.3em; } }

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
  right: 0.4375em;
  margin-top: 2.625em !important; }

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

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

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

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

.sitemap-menu li .sub-menu {
  padding-left: 1.875em; }

@media (min-width: 60em) {
  .sidebar-wrap {
    display: inline-block;
    width: 23%; } }

.sidebar-wrap .ce-body {
  /*display: block !important;*/ }
  .sidebar-wrap .ce-body h4 {
    font-size: 1.3em; }
  .sidebar-wrap .ce-body ul {
    padding-left: 0.85em; }

.sidebar-wrap .sn-nav {
  margin-bottom: 1.5em;
  max-width: none; }
  .sidebar-wrap .sn-nav a {
    cursor: pointer; }
  @media (min-width: 60em) {
    .sidebar-wrap .sn-nav {
      max-width: 16.375em; } }

.advert-wrap {
  text-align: center; }
  .advert-wrap .single-advert img {
    height: 100px;
    width: 100px; }

.five_col_bucket {
  padding-top: 2em; }
  .five_col_bucket .bm-single p {
    margin: 0; }
  .five_col_bucket .bm-single img {
    width: 100%; }
  .five_col_bucket .bm-single span {
    font-size: 19px; }

.small-bucket-wrap {
  padding-top: 2.5em; }
  .small-bucket-wrap .sbm-single p {
    vertical-align: top;
    display: inline-block;
    margin-top: 8px; }
  .small-bucket-wrap .sbm-single img {
    margin-right: 1.25em; }

@media (min-width: 60em) {
  .large-list-menu .sn-level-2 {
    width: 25em;
    padding-bottom: 10px; }
    .large-list-menu .sn-level-2 .sn-li-l2, .large-list-menu .sn-level-2 .sn-li-l3 {
      display: inline-block;
      width: 33%;
      float: left; } }
    @media (min-width: 60em) and (min-width: 40em) {
      .large-list-menu .sn-level-2 .sn-li-l2, .large-list-menu .sn-level-2 .sn-li-l3 {
        height: 4.5em;
        padding: 8px 0 0px 0px; } }
    @media (min-width: 60em) and (min-width: 60em) {
      .large-list-menu .sn-level-2 .sn-li-l2, .large-list-menu .sn-level-2 .sn-li-l3 {
        height: 4.5em;
        padding: 8px 0 0px 0px; } }

@media (min-width: 60em) {
      .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link {
        line-height: 1.2em; }
        .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link span, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link span {
          white-space: normal;
          font-size: 1.1em; } }
        @media (min-width: 60em) and (min-width: 60em) {
          .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link span, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link span {
            font-size: 0.9375em; } }

@media (min-width: 80em) {
  .large-list-menu .sn-level-2 {
    width: 38em;
    padding-bottom: 10px; }
    .large-list-menu .sn-level-2 .sn-li-l2, .large-list-menu .sn-level-2 .sn-li-l3 {
      display: inline-block;
      width: 33%;
      float: left; }
      .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link {
        line-height: 1.2em; }
        .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link span, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link span {
          white-space: normal;
          font-size: 1.1em; } }

.five_col_bucket .bm-single img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.green, .red {
  float: left;
  margin-right: 0.9375em; }

.right_img {
  position: relative;
  z-index: 1; }
  .right_img .alignright {
    margin: 1.5625em auto;
    padding-bottom: 0; }
    @media (min-width: 40em) {
      .right_img .alignright {
        margin: 0;
        padding-bottom: 0.9375em; } }

.left_img .alignright {
  margin: 1.5625em auto;
  padding-bottom: 0; }
  @media (min-width: 40em) {
    .left_img .alignright {
      margin: 0;
      padding-bottom: 0.9375em; } }

.single_img img {
  display: block;
  margin: 25px auto 0; }
  @media (min-width: 40em) {
    .single_img img {
      margin: 25px 0 0 0; } }

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

.rows-of-2 div:nth-of-type(1) {
  margin-bottom: 0; }

.pdf-news-article-module {
  margin-bottom: 2.5em; }

/*=============== find-consultant styling ===========================*/
#map {
  height: 31.25em; }

.advance-search-form tr, .advance-search-form td, .advance-search-form th {
  vertical-align: top; }

.side-nav {
  margin: 0 0 1.5em; }
  .side-nav .menu-item-has-children.active > ul {
    display: block; }

/*
 .page-id-1295{
    .sidebar-wrap{
        .ce-header{
            font-size: 1.125em;
            border-radius: 0;
             &:after{    
                    content: '';
                    color: #fff;
                    padding-left: 8px;
                    position: absolute;
                    right: 0;
                    width: 2.1em;
                    height: 2.1em;
                    top: 50%;
                    transform: translateY(-50%);
                    background-image: url(img/dropdown-arrow.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 10px 8px;

            }
            &:before{
               position: absolute;
                bottom: -1px;
                 left: 50%;
                 background-color: #4d6eab;
                 height: 1px;
                 width: 100%;
                 content: '';
                 transform: translateX(-50%); 
                }
        }
        .click-expand.active .ce-header:after {
    background-image: url(img/dropdown-arrow.png);
    transform: rotate(180deg);
    top: -9px;
}
.click-expand {
    overflow: hidden;
    margin-bottom: 0 !important; 
    border-radius: 0px;
}
.click-expand.active .ce-body {
    background-color: #ebebeb;
}
.click-expand:last-child {
    border-radius: 0 0 10px 10px;
}
.click-expand:first-child {
    border-radius: 10px 10px 0 0;
}
}
}
*/
.sh-social-nav {
  text-align: center;
  display: inline-block;
  margin-right: 1.2em;
  margin-top: 1em;
  position: absolute;
  top: 0;
  right: 4px; }
  .sh-social-nav > a {
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle; }
  .sh-social-nav .facebook {
    /*background-size: 11px 16px;*/
    margin-right: 0.625em;
    margin-left: -0.25em;
    background-size: auto;
    background-position: left center; }
    .sh-social-nav .facebook:hover {
      background-image: url(img/header-social-icons-hover.png) !important; }
  .sh-social-nav .twitter {
    /*background-size: 19px 16px;*/
    margin-right: 0.875em;
    background-size: auto;
    background-position: left -30px center; }
    .sh-social-nav .twitter:hover {
      background-image: url(img/header-social-icons-hover.png) !important; }
  .sh-social-nav .linkedin {
    /*background-size: 17px 17px;*/
    margin-right: 0.875em;
    background-size: auto;
    background-position: left -61px center; }
    .sh-social-nav .linkedin:hover {
      background-image: url(img/header-social-icons-hover.png) !important; }
  .sh-social-nav .youtube {
    /*background-size: 21px 16px;*/
    margin-top: 0.125em;
    margin-right: 0.9333333333em;
    background-size: auto;
    background-position: right -44px center; }
    .sh-social-nav .youtube:hover {
      background-image: url(img/header-social-icons-hover.png) !important; }
  .sh-social-nav .instagram {
    /*background-size: 100%;*/
    margin-top: 0.125em;
    /*width: 1.35em;
            height: 1.2em;*/
    background-size: auto;
    background-position: right -13px center; }
    .sh-social-nav .instagram:hover {
      background-image: url(img/header-social-icons-hover.png) !important; }
  @media (min-width: 80em) {
    .sh-social-nav {
      margin-right: 2em;
      right: 4px; } }

#industry-slider .flex-control-nav {
  bottom: 10px; }
  #industry-slider .flex-control-nav li a {
    background-color: #002f87; }
  #industry-slider .flex-control-nav .flex-active {
    background-color: #000; }

.news-events-module {
  display: none; }

@media (min-width: 1280px) {
  .lubricants-carousel .owl-nav {
    display: none; } }

#skipToContent {
  opacity: 0;
  position: fixed;
  z-index: -99;
  top: 0;
  left: 10px;
  font-size: 0.8125em;
  padding: 0.7692307692em 1.5384615385em; }
  #skipToContent.btn, #skipToContent.btn-onc, button#skipToContent,
  input#skipToContent[type="submit"], #skipToContent.btn-download, #skipToContent.btn-arrow, #skipToContent.product-grid-item-link {
    background-color: #282b2e; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99; }

@media (min-width: 1380px) {
  #skipToContent {
    top: 0; } }

@media all and (-ms-high-contrast: none) and (min-width: 60em) {
  .large-list-menu .sn-level-2 {
    width: 26em;
    padding-bottom: 10px; }
    .large-list-menu .sn-level-2 .sn-li-l2, .large-list-menu .sn-level-2 .sn-li-l3 {
      display: inline-block;
      width: 33%;
      float: left; }
      .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link {
        line-height: 1.2em; }
        .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link span, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link span {
          white-space: normal;
          font-size: 1.1em; } }
        @media all and (-ms-high-contrast: none) and (min-width: 60em) and (min-width: 60em) {
          .large-list-menu .sn-level-2 .sn-li-l2 .sn-sub-menu-link span, .large-list-menu .sn-level-2 .sn-li-l3 .sn-sub-menu-link span {
            font-size: 0.9375em; } }

#thumbs .slick-list .slick-track .item {
  width: auto !important;
  position: relative; }

#thumbs .slick-list .slick-track .slick-current .item {
  display: inline-block; }
  #thumbs .slick-list .slick-track .slick-current .item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    height: 5px;
    content: "";
    background: #002f87; }

button.slick-arrow {
  outline: none;
  padding: 0;
  text-indent: 9999px;
  background-repeat: no-repeat; }

#thumbs .slick-list {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 30px; }

#thumbs .slick-arrow {
  background-image: url(img/ico-arrow1.svg);
  transform: translateY(-50%);
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background-position: center center;
  top: 30%; }
  #thumbs .slick-arrow.slick-prev {
    transform: rotate(180deg) translateY(-50%); }
  #thumbs .slick-arrow.slick-next {
    left: auto;
    right: 0;
    top: 53%; }

@media (min-width: 960px) and (max-width: 1450px) {
  .sn-level-1 li:last-child .sub-menu {
    right: 0; }
  .large-list-menu .sn-level-2 {
    width: 28.125em; }
  .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l3 > a, .hs-menu-depth-2 > a {
    padding: 0 10px 0.875em 10px; }
    .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l3 > a span, .hs-menu-depth-2 > a span {
      font-size: 15px !important; } }

@media (max-width: 767px) {
  .lubricants-module::after {
    background-size: auto 66%;
    background-position: right center; } }

@media (min-width: 768px) and (max-width: 960px) {
  .lubricants-module::after {
    background-size: auto 83%;
    background-position: right center; } }

@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .large-list-menu .sn-level-2 {
    width: 33.3em; }
  .large-list-menu .sn-li-l2, .large-list-menu .sn-li-l3 {
    width: 33% important; } }

@media (min-width: 60em) {
  .mob-menu {
    display: none; } }

.mob-menu a {
  display: block; }

@media (min-width: 60em) {
  .sh-icons .sh-ph, .sh-icons .sh-signin {
    display: none; } }

.application-module, .lubricants-module {
  display: none; }

.al-display {
  display: block; }

.search-lp {
  background-image: url(img/search-lp.svg);
  height: 50px; }

.right-search .sh-ico-search {
  margin-top: 0.625em;
  float: right; }
  @media (min-width: 40em) {
    .right-search .sh-ico-search {
      margin-right: 5em;
      transform: translateY(22%); } }
  @media (min-width: 60em) {
    .right-search .sh-ico-search {
      transform: translateY(55%); } }
  @media (min-width: 80em) {
    .right-search .sh-ico-search {
      transform: translateY(22%); } }

.right-search .sh-ico-menu {
  display: none; }

.lp-logo {
  float: left;
  max-width: 14em; }
  @media (min-width: 40em) {
    .lp-logo {
      max-width: 15em; } }

.ginput_recaptcha {
  transform: scale(0.7); }
  @media (min-width: 40em) {
    .ginput_recaptcha {
      transform: scale(1); } }

@media (min-width: 60em) {
  .postid-29605 .site-content .site-content-primary {
    width: 60%; }
  .postid-29605 .site-content .site-content-secondary {
    width: 37%; } }

/***Product Bucket Module******/
.product-module {
  text-align: center;
  background-color: #ffffff;
  /*.pm-heading {
       font-size: em(48);
       font-weight: 600;
       line-height: em(16);
       margin-bottom: em(24);
       text-transform: uppercase;
   }

   .pm-para {
       font-size: em(18);
       line-height: em(28);
       margin: 0 auto;

       span {
           font-weight: 700;
       }
   }*/ }
  .product-module .inner-wrap, .product-module .inner-wrap-narrow, .product-module .inner-wrap-wide, .product-module .inner-wrap-fullwidth {
    padding-bottom: 1.4375em;
    padding-top: 0.75em; }
  .product-module h3 {
    text-align: left; }
  .product-module p {
    text-align: left; }
  .product-module .pm-item {
    float: left;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 50%;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    /*&:last-child {
           &:after {
               display: none;
           }
       }*/ }
    @media (max-width: 40em) {
      .product-module .pm-item {
        width: 100%; } }
    @media (min-width: 60em) {
      .product-module .pm-item {
        width: 25%; } }
    .product-module .pm-item:after {
      content: "";
      width: 0.125em;
      height: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      display: none; }
      @media (min-width: 40em) {
        .product-module .pm-item:after {
          display: inline-block; } }
      @media (max-height: 46em) and (min-width: 60em) {
        .product-module .pm-item:after {
          width: 2px; } }
    .product-module .pm-item .pm-item-title {
      color: #fff;
      font-size: 1.125em;
      font-weight: 600;
      left: 0;
      line-height: 22px;
      margin: auto;
      padding: 1em 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      @media (min-width: 40em) {
        .product-module .pm-item .pm-item-title {
          font-size: 1.25em;
          line-height: 1.75em; } }
      @media (min-width: 60em) {
        .product-module .pm-item .pm-item-title {
          font-size: 1.3125em;
          line-height: 1.5em; } }
      .product-module .pm-item .pm-item-title span {
        display: inline-block;
        width: 80%; }
    .product-module .pm-item:hover .pm-item-inner-wrap {
      background-color: transparent; }
    .product-module .pm-item:hover img {
      transform: scale(1.03); }
    .product-module .pm-item:hover .pm-item-title {
      background-color: rgba(35, 31, 32, 0.7);
      padding: 1em 0; }
  .product-module img {
    display: block;
    transition: all 0.3s linear 0s;
    width: 100%;
    height: 18em; }
  .product-module .pm-item-inner-wrap {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.parent-pageid-1178 .click-expand.active .click-expand .ce-header:after {
  background-image: url(img/ico-plus-blue.svg); }

.parent-pageid-1178 .click-expand.active .click-expand.active {
  box-shadow: none; }
  .parent-pageid-1178 .click-expand.active .click-expand.active .ce-header:after {
    background-image: url(img/ico-minus-blue.svg); }

.parent-pageid-1178 .click-expand .click-expand {
  margin-right: -23px; }
  .parent-pageid-1178 .click-expand .click-expand .ce-header {
    background-color: #ffffff;
    color: #002f87;
    border: 0;
    border-radius: 0;
    padding: 0; }
    .parent-pageid-1178 .click-expand .click-expand .ce-header:after {
      width: 14px;
      background-size: 28px; }
  .parent-pageid-1178 .click-expand .click-expand .ce-body {
    padding: 0;
    margin-top: 16px;
    border-radius: 0;
    padding-right: 14px; }
    .parent-pageid-1178 .click-expand .click-expand .ce-body a {
      text-decoration: none; }
    .parent-pageid-1178 .click-expand .click-expand .ce-body ul li {
      position: relative; }
      .parent-pageid-1178 .click-expand .click-expand .ce-body ul li:after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        background-image: url(img/ico-bullet-blue.svg);
        background-position: center center;
        background-size: 5px 5px;
        background-repeat: no-repeat; }
    @media (max-height: 46em) and (min-width: 60em) {
      .parent-pageid-1178 .click-expand .click-expand .ce-body ul li:after {
        /*width: 18px;*/
        height: 18px;
        /*left: -18px;*/ } }

@media all and (-ms-high-contrast: none) and (min-width: 60em) {
  .parent-pageid-1178 .click-expand .click-expand .ce-body ul li:after {
    width: 24px;
    height: 24px;
    top: -1px;
    left: -20px; } }

@media all and (-ms-high-contrast: none) and (min-width: 80em) {
  .parent-pageid-1178 .click-expand .click-expand .ce-body ul li:after {
    top: 0px; } }

.parent-pageid-1180 .click-expand.active .click-expand .ce-header:after {
  background-image: url(img/ico-plus-blue.svg); }

.parent-pageid-1180 .click-expand.active .click-expand.active {
  box-shadow: none; }
  .parent-pageid-1180 .click-expand.active .click-expand.active .ce-header:after {
    background-image: url(img/ico-minus-blue.svg); }

.parent-pageid-1180 .click-expand .click-expand {
  margin-right: -23px; }
  .parent-pageid-1180 .click-expand .click-expand .ce-header {
    background-color: #ffffff;
    color: #002f87;
    border: 0;
    border-radius: 0;
    padding: 0; }
    .parent-pageid-1180 .click-expand .click-expand .ce-header:after {
      width: 14px;
      background-size: 28px; }
  .parent-pageid-1180 .click-expand .click-expand .ce-body {
    padding: 0;
    margin-top: 16px;
    border-radius: 0;
    padding-right: 14px; }
    .parent-pageid-1180 .click-expand .click-expand .ce-body a {
      text-decoration: none; }
    .parent-pageid-1180 .click-expand .click-expand .ce-body ul li {
      position: relative;
      font-size: 1.125em;
      line-height: 1.5789473684em; }
      .parent-pageid-1180 .click-expand .click-expand .ce-body ul li:after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        background-image: url(img/ico-bullet-blue.svg);
        background-position: center center;
        background-size: 5px 5px;
        background-repeat: no-repeat; }
    @media (max-height: 46em) and (min-width: 60em) {
      .parent-pageid-1180 .click-expand .click-expand .ce-body ul li:after {
        /*width: 18px;*/
        height: 18px;
        /*left: -18px;*/ } }

@media all and (-ms-high-contrast: none) and (min-width: 60em) {
  .parent-pageid-1180 .click-expand .click-expand .ce-body ul li:after {
    width: 24px;
    height: 24px;
    top: -1px;
    left: -20px; } }

@media all and (-ms-high-contrast: none) and (min-width: 80em) {
  .parent-pageid-1180 .click-expand .click-expand .ce-body ul li:after {
    top: 0px; } }

.page-id-2169 #map {
  width: 100%; }

.page-id-2169 #search_results h3 {
  margin-top: 0;
  margin-bottom: 0; }

.page-id-2169 .rep-locator-right-wrap {
  margin-top: 3.125em; }

@media (min-width: 40em) {
  .page-id-2169 .rep-locator-left-wrap {
    width: 40.821174201%;
    margin-bottom: 1.875em !important; }
  .page-id-2169 .rep-locator-right-wrap {
    width: 56.821174201%;
    margin-top: -3.125em; } }

@media (min-width: 60em) {
  .page-id-2169 .rep-locator-right-wrap {
    margin-top: -9.375em; } }

@media (max-height: 46em) and (min-width: 60em) {
  .page-id-2169 .rep-locator-right-wrap {
    margin-top: -12.5em; } }

#country, #cust-country, #select_territory {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px,
 5px 5px,
 2.5em 2.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

/*body{
    display: none !important;
}*/
.aam-wrap {
  text-align: center; }
  .aam-wrap p {
    font-weight: bold; }

.page-id-1340 .click-expand.active .click-expand .ce-header:after {
  background-image: url(img/ico-plus-blue.svg); }

.page-id-1340 .click-expand.active .click-expand.active {
  box-shadow: none; }
  .page-id-1340 .click-expand.active .click-expand.active .ce-header:after {
    background-image: url(img/ico-minus-blue.svg); }

.page-id-1340 .click-expand .click-expand {
  margin-right: -23px; }
  .page-id-1340 .click-expand .click-expand .ce-header {
    background-color: #ffffff;
    color: #002f87;
    border: 0;
    border-radius: 0;
    padding: 0; }
    .page-id-1340 .click-expand .click-expand .ce-header:after {
      width: 14px;
      background-size: 28px; }
  .page-id-1340 .click-expand .click-expand .ce-body {
    padding: 0;
    margin-top: 16px;
    border-radius: 0;
    padding-right: 14px; }
    .page-id-1340 .click-expand .click-expand .ce-body a {
      text-decoration: none; }
    .page-id-1340 .click-expand .click-expand .ce-body ul li {
      position: relative; }
      .page-id-1340 .click-expand .click-expand .ce-body ul li:after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        background-image: url(img/ico-bullet-blue.svg);
        background-position: center center;
        background-size: 5px 5px;
        background-repeat: no-repeat; }
    @media (max-height: 46em) and (min-width: 60em) {
      .page-id-1340 .click-expand .click-expand .ce-body ul li:after {
        /*width: 18px;*/
        height: 18px;
        /*left: -18px;*/ } }

@media all and (-ms-high-contrast: none) and (min-width: 60em) {
  .page-id-1340 .click-expand .click-expand .ce-body ul li:after {
    width: 24px;
    height: 24px;
    top: -1px;
    left: -20px; } }

@media all and (-ms-high-contrast: none) and (min-width: 80em) {
  .page-id-1340 .click-expand .click-expand .ce-body ul li:after {
    top: 0px; } }

.page-id-1343 .click-expand.active .click-expand .ce-header:after, .page-id-1341 .click-expand.active .click-expand .ce-header:after, .page-id-1342 .click-expand.active .click-expand .ce-header:after {
  background-image: url(img/ico-plus-blue.svg); }

.page-id-1343 .click-expand.active .click-expand.active, .page-id-1341 .click-expand.active .click-expand.active, .page-id-1342 .click-expand.active .click-expand.active {
  box-shadow: none; }
  .page-id-1343 .click-expand.active .click-expand.active .ce-header:after, .page-id-1341 .click-expand.active .click-expand.active .ce-header:after, .page-id-1342 .click-expand.active .click-expand.active .ce-header:after {
    background-image: url(img/ico-minus-blue.svg); }

.page-id-1343 .click-expand .click-expand, .page-id-1341 .click-expand .click-expand, .page-id-1342 .click-expand .click-expand {
  margin-right: -23px; }
  .page-id-1343 .click-expand .click-expand .ce-header, .page-id-1341 .click-expand .click-expand .ce-header, .page-id-1342 .click-expand .click-expand .ce-header {
    background-color: #ffffff;
    color: #002f87;
    border: 0;
    border-radius: 0;
    padding: 0; }
    .page-id-1343 .click-expand .click-expand .ce-header:after, .page-id-1341 .click-expand .click-expand .ce-header:after, .page-id-1342 .click-expand .click-expand .ce-header:after {
      width: 14px;
      background-size: 28px; }
  .page-id-1343 .click-expand .click-expand .ce-body, .page-id-1341 .click-expand .click-expand .ce-body, .page-id-1342 .click-expand .click-expand .ce-body {
    padding: 0;
    margin-top: 16px;
    border-radius: 0;
    padding-right: 14px; }
    .page-id-1343 .click-expand .click-expand .ce-body a, .page-id-1341 .click-expand .click-expand .ce-body a, .page-id-1342 .click-expand .click-expand .ce-body a {
      text-decoration: none; }
    .page-id-1343 .click-expand .click-expand .ce-body ul li, .page-id-1341 .click-expand .click-expand .ce-body ul li, .page-id-1342 .click-expand .click-expand .ce-body ul li {
      position: relative; }
      .page-id-1343 .click-expand .click-expand .ce-body ul li:after, .page-id-1341 .click-expand .click-expand .ce-body ul li:after, .page-id-1342 .click-expand .click-expand .ce-body ul li:after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        background-image: url(img/ico-bullet-blue.svg);
        background-position: center center;
        background-size: 5px 5px;
        background-repeat: no-repeat; }
    @media (max-height: 46em) and (min-width: 60em) {
      .page-id-1343 .click-expand .click-expand .ce-body ul li:after, .page-id-1341 .click-expand .click-expand .ce-body ul li:after, .page-id-1342 .click-expand .click-expand .ce-body ul li:after {
        /*width: 18px;*/
        height: 18px;
        /*left: -18px;*/ } }

@media all and (-ms-high-contrast: none) and (min-width: 60em) {
  .page-id-1343, .page-id-1341, .page-id-1342 .click-expand .click-expand .ce-body ul li:after {
    width: 24px;
    height: 24px;
    top: -1px;
    left: -20px; } }

@media all and (-ms-high-contrast: none) and (min-width: 80em) {
  .page-id-1343, .page-id-1341, .page-id-1342 .click-expand .click-expand .ce-body ul li:after {
    top: 0px; } }

.iso-link-hover {
  padding-left: 0 !important;
  font-size: 1em !important; }

.iso-link-hover:hover {
  color: #ce0e2d !important; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* html .slides {
  height: 1%; }

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

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

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

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

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

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

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

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

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

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

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

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

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

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

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

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

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

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

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

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

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: .3;
  left: 10px; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .5em;
  padding-bottom: .5em;
  color: #003e98;
  word-break: break-word; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr:nth-child(odd) {
  background-color: #efefef; }

.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: 50%;
    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; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  width: 92%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin: 0 auto; }

@media (min-width: 60em) {
  .owl-carousel {
    width: 93%; } }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: url(img/side-arrow.svg) no-repeat left top;
  background-size: 2.5em 2.5em;
  color: inherit;
  border: none;
  padding: 0 !important;
  width: 2.5em;
  height: 2.5em;
  top: 20%;
  right: -5%;
  position: absolute;
  font: inherit;
  opacity: 0.5; }
  .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none; }

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background: url(img/side-arrow.svg) no-repeat left top;
  background-size: 2.5em 2.5em;
  opacity: 1; }

.crm-flexslider.owl-carousel .owl-nav button.owl-prev, .crm-flexslider.owl-carousel .owl-nav button.owl-next {
  background: url(img/side-arrow-blue.svg) no-repeat left top;
  top: 35%;
  background-size: 2.5em 2.5em; }

.owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: -5%;
  transform: rotate(180deg); }

@media (min-width: 65.5em) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    right: -8%; }
  .owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -8%; } }

.owl-carousel button.owl-dot {
  width: 0.9375em;
  height: 0.9375em;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55); }

.owl-carousel button.owl-dot.active {
  background-color: white; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

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