/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/*!
Theme Name: 	Stangenes Industries Inc.
Theme URI: 		http://julian.is
Description: 	Default theme for Stangenes Industries Inc.
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: #ffffff;
  color: #1f1f1f;
  font-family: "Open Sans", 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: 1.59375em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 1.9125em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 2.125em; } }

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

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

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

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

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

h1 {
  font-size: 2.125em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #202121; }

h2 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #202121;
  font-weight: 600; }

h3 {
  font-size: 1.6875em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #224f9b;
  font-weight: 500; }

h4 {
  font-size: 1.3125em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #202121; }

h5 {
  font-size: 1.1875em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #202121; }

h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #202121; }

p {
  font-size: 1.0625em;
  line-height: 1.7647058824em;
  margin: 16px 0;
  color: #1f1f1f; }

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.4em;
  color: #224f9b;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.4em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #07afcf;
  text-decoration: underline; }
  a:hover {
    color: #224f9b; }
  a:active, a:focus {
    color: #07afcf;
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed #07afcf;
    outline-offset: 2px; }

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

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

blockquote {
  padding: 0;
  margin: 0; }

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

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

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

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

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d6d5d5; }
  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: #07afcf;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(6, 154, 182, 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 ; }

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

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

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

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 1.75em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0;
    font-size: 1.0625em;
    line-height: 2em;
    color: #1f1f1f;
    font-weight: 400; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0.8823529412em;
      left: -0.5882352941em;
      background-color: #1f1f1f; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 0.6875em;
  margin-top: 2em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0;
    font-size: 1.0625em;
    line-height: 2em;
    color: #1f1f1f;
    font-weight: 400; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0.8823529412em;
      left: -0.5882352941em;
      background-color: #1f1f1f; }
    .bullet-style li ul li {
      font-size: 1em !important;
      line-height: 2em !important;
      color: #7b7b7b !important;
      font-weight: 400 !important; }
      .bullet-style li ul li:after {
        background-color: #7b7b7b !important; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0;
  padding-left: 0.6875em;
  margin-top: 2em; }
  ol li {
    position: relative;
    margin-bottom: 0;
    margin-bottom: 0;
    font-size: 1.0625em;
    line-height: 2em;
    color: #1f1f1f;
    font-weight: 400; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }
    ol li ol {
      list-style-type: lower-alpha;
      padding-left: 1.75em;
      margin-top: 0; }
      ol li ol li {
        font-size: 1em;
        line-height: 2em;
        color: #7b7b7b;
        font-weight: 400; }

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

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

td {
  border-bottom: 1px solid #efefef;
  padding: 0.75em 0; }

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

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

.spec-thead {
  display: block; }

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

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

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

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

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

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

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-sm, .btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-alt-color, .btn-color {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: normal;
  padding: 0.75em 1em;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-sm:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-alt-color:hover, .btn-color:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-sm:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled, .btn-alt-color:disabled, .btn-color:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-sm:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-alt-color:after, .btn-color:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #0174ce;
  color: #ffffff;
  padding: 1.0588235294em 1.7058823529em 1.1176470588em; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #0064b2;
    color: #ffffff; }
  .btn:focus, button:focus,
  input:focus[type="submit"], .btn-download:focus, .btn-arrow:focus, .product-grid-item-link:focus {
    background-color: #0174ce;
    color: #ffffff; }
    .btn:focus:hover, button:focus:hover,
    input:focus:hover[type="submit"], .btn-download:focus:hover, .btn-arrow:focus:hover, .product-grid-item-link:focus:hover {
      background-color: #0064b2;
      color: #ffffff; }

.btn-sm {
  background-color: #0174ce;
  color: #ffffff;
  padding: 0.7647058824em 1.7647058824em 0.8235294118em; }
  .btn-sm:hover {
    background-color: #0064b2;
    color: #ffffff; }
  .btn-sm:focus {
    background-color: #0174ce;
    color: #ffffff; }
    .btn-sm:focus:hover {
      background-color: #0064b2;
      color: #ffffff; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #1f1f1f; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #060505; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #060505; }

.btn-alt-color {
  border: solid 2px #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 0.6470588235em 1.7647058824em 0.7058823529em; }
  .btn-alt-color:hover {
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #000000; }
  .btn-alt-color:focus {
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff; }
    .btn-alt-color:focus:hover {
      border: solid 2px #ffffff;
      background-color: #ffffff;
      color: #000000; }

.btn-color {
  border: solid 2px #ffffff;
  background-color: #ffffff;
  color: #000000;
  padding: 0.6470588235em 0.8823529412em 0.7058823529em; }
  .btn-color:hover {
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff; }
  .btn-color:focus {
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #000000; }
    .btn-color:focus:hover {
      border: solid 2px #ffffff;
      background-color: transparent;
      color: #ffffff; }

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; }
  button:focus:not(:hover):not(:active),
  input[type="submit"]:focus:not(:hover):not(:active) {
    outline: 2px dashed #07afcf;
    outline-offset: 2px; }

.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(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/ico-download.svg); }

.btn-alt-download:after {
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/ico-download.svg); }

.btn-arrow:after {
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/ico-white-arrow-right.svg); }

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

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #052138; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    /*white-space: nowrap;*/ }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent; }
      .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; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 3.75em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid rgba(13, 13, 13, 0);
  background-color: transparent;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.0625em!important; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #006ad7;
    text-decoration: none;
    padding: 0 2.5em;
    font-weight: 600; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
       }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/nav-drop-down-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8125em 0.8125em;
    display: block;
    width: 20px;
    height: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    right: 28px;
    top: 0;
    bottom: 0; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: rgba(0, 0, 0, 0); }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.75em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid rgba(13, 13, 13, 0);
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.9375em!important; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        height: 3.75em;
        line-height: 3.75em;
        padding: 0 0.625em;
        color: #484c4e; }
        .sn-li-l1 > a:visited,
        .hs-menu-depth-1 > a:visited {
          color: #484c4e; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #006ad7; }
      .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 !important; }
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        padding-right: 1.5em;
        background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/nav-drop-down.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 0.8125em 0.8125em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #052138; }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #ffffff; }
        .sn-li-l1:hover.has-subnav > a span, .sn-li-l1:hover.menu-item-has-children > a span, .sn-li-l1:hover.hs-item-has-children > a span,
        .hs-menu-depth-1:hover.has-subnav > a span,
        .hs-menu-depth-1:hover.menu-item-has-children > a span,
        .hs-menu-depth-1:hover.hs-item-has-children > a span {
          background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/nav-drop-down-hover.svg); } }
  @media (min-width: 80em) {
    .sn-li-l1 span,
    .hs-menu-depth-1 span {
      font-size: 1.0625em!important; }
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 1em; } }

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

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #052138;
  position: relative; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 3.4375em;
    color: #ffffff;
    border-top: 1px solid rgba(26, 25, 25, 0);
    display: block;
    text-decoration: none;
    line-height: 3.125em;
    font-weight: 600; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.0625em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #006ad7; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #ffffff; }
    .sn-li-l2:hover.has-subnav .m-subnav-arrow, .sn-li-l3:hover.has-subnav .m-subnav-arrow, .sn-li-l2:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l3:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l2:hover.hs-item-has-children .m-subnav-arrow, .sn-li-l3:hover.hs-item-has-children .m-subnav-arrow,
    .hs-menu-depth-2:hover.has-subnav .m-subnav-arrow,
    .hs-menu-depth-2:hover.menu-item-has-children .m-subnav-arrow,
    .hs-menu-depth-2:hover.hs-item-has-children .m-subnav-arrow {
      background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/nav-drop-down-white.svg); }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #052138; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 1em;
        line-height: 3.125em;
        border-top: 1px solid rgba(26, 25, 25, 0);
        border-right: 1px solid rgba(26, 25, 25, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 0.9375em; }
      .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
      .hs-menu-depth-2:hover .sn-level-3 {
        display: block !important;
        margin: -1.5625em;
        padding: 1.5625em; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.0625em; } }

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

.site-nav-container {
  background-color: transparent;
  width: 100%;
  height: 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: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      display: inline-block;
      vertical-align: middle;
      font-size: 85%; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .site-nav-container {
      font-size: 100%; } }
  @media (min-width: 80em) {
    .site-nav-container {
      font-size: 100%; } }

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

.close-menu {
  font-size: 1.0625em;
  line-height: 1.2941176471em;
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  padding: 0;
  padding-right: 1.7647058824em;
  margin: 0 auto;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/close.svg);
    background-size: 1.4705882353em 1.4705882353em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.4705882353em;
    height: 1.4705882353em;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  background-color: #052138;
  text-align: right;
  padding: 26px 25px 7px 16px; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0;
      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: 74.875em;
  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: 73.375em; }

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

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

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

.blockquote-text {
  color: #0174ce;
  font-weight: 600;
  position: relative;
  font-size: 1.125em;
  padding: 0 1.7777777778em 0;
  margin-top: 1.7777777778em;
  margin-bottom: 1.7777777778em; }
  .blockquote-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.5em;
    height: 100%;
    background-color: #0174ce; }
  @media (min-width: 40em) {
    .blockquote-text {
      max-width: 45.7142857143em;
      width: 100%;
      margin: auto;
      font-size: 1.3125em;
      line-height: 1.3333333333em;
      padding: 0 0.7619047619em 0 2.1428571429em;
      margin-top: 3.5238095238em;
      margin-bottom: 3.5238095238em; } }

/*================ Dest Slider ============= */
.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%; }
  .innerpage-carousel #carousel {
    width: 85%; }
    .innerpage-carousel #carousel .slides li {
      margin: 0.5em 0.25em 0;
      position: relative;
      border: 1px solid transparent;
      opacity: 1; }
      .innerpage-carousel #carousel .slides li img {
        width: 100%; }
      .innerpage-carousel #carousel .slides li.flex-active-slide {
        /*border:1px solid $black;*/ }
        .innerpage-carousel #carousel .slides li.flex-active-slide img {
          opacity: 1; }
      .innerpage-carousel #carousel .slides li:hover:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(1, 116, 206, 0.2); }
    .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.5em; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-prev {
      left: -1em !important;
      opacity: 1;
      top: 2.3125em;
      display: none; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-prev:before {
        background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/mm-prev-icon.png);
        background-size: 0.875em 1.5625em; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-next {
      right: -3.8125em !important;
      opacity: 1;
      top: 70%; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
        background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/slider-arrow.png);
        background-size: 21px 40px; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:hover:before {
        background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/slider-arrow.png); }
    @media (min-width: 60em) {
      .innerpage-carousel #carousel .flex-direction-nav .flex-next {
        top: 60%; }
        .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
          background-size: auto 2.375em; } }

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
  border: 0; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 0;
      border: 1px solid #efefef; } }
  @media (min-width: 40em) {
    .accordion-tabs {
      border: 0; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline;
        vertical-align: bottom; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-radius: 5px 5px 0 0; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0;
          border-radius: 0; } }
    .accordion-tabs .tab-header-and-content:last-child .tab-link {
      border-radius: 5px 5px 0 0;
      border-right: 0; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:last-child .tab-link {
          border-radius: 0; } }
  .accordion-tabs .tab-link {
    font-family: "Poppins", sans-serif;
    border-top: 1px solid #efefef;
    font-size: 1em;
    background-color: #000000;
    color: rgba(255, 255, 255, 0.55);
    display: block;
    line-height: normal;
    padding: 1em 1.5625em;
    text-decoration: none;
    border-bottom: 0;
    vertical-align: bottom; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border: 0;
        border-radius: 5px 5px 0 0;
        margin-right: 2px;
        padding: 0.625em 1.5625em; } }
    .accordion-tabs .tab-link:hover {
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #0174ce;
      color: #ffffff; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          font-size: 1.125em;
          padding: 0.6666666667em 1.3888888889em; } }
  .accordion-tabs .tab-content {
    background: #efefef;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%;
    border-top: solid 1px #7a2232; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        float: left; } }

/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  border: 0;
  /*overflow: hidden;*/
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header {
    background-color: #0174ce;
    border-radius: 5px 5px 0 0; }
    .click-expand.active .ce-header:after {
      background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/minus-icon.png);
      background-size: 0.8125em 0.1875em;
      top: 50%; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 1.5em 1.618em;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #efefef; }

.ce-header {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  background-color: #000000;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 1.25em 2.125em 1.25em 1.5em;
  border-radius: 5px; }
  .ce-header:after {
    content: '';
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/plus-icon.png);
    background-size: 0.8125em 0.8125em;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25em;
    position: absolute;
    width: 0.8125em;
    height: 0.8125em;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%; }
  .ce-header:focus {
    outline: none; }
  .ce-header:focus:not(:hover):not(:active) {
    outline: 2px dashed #07afcf;
    outline-offset: 2px; }

.ce-body {
  display: none;
  opacity: 0;
  background-color: #efefef; }
  .ce-body p {
    font-size: 1em; }

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

/*Full Width CTA Module*/
.fwc-module {
  background-color: #efefef;
  text-align: center; }

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

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

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

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

/*=============== Product Carousel ===============*/
@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .product-item:last-child {
      margin-right: 0; } }

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

.product-title {
  font-size: 1.0625em;
  display: block;
  text-align: center;
  line-height: 1.4117647059em;
  margin-top: 0.5882352941em; }

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

/*=============== 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: #0174ce; }
  .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: #202121;
  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: #202121;
    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: #202121;
  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: #1f1f1f; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #0174ce;
  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); }

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

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

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

figure {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

/*=============== Layouts  ===============*/
.page-intro {
  background-size: cover;
  background-position: center top; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 6.25em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }

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

/*=============== 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: #efefef;
  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: #1f1f1f;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #1f1f1f; }

/*=============== Destination Page  ===============*/
.destination > .inner-wrap-narrow {
  padding-top: 3.5em;
  padding-bottom: 2.3125em; }

.image-gallery-with-thumbs .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.multiple-cols-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 2.3125em; }

.accordian-tabs-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.click-expand-module .inner-wrap-narrow {
  padding-bottom: 0; }

.tabular-data .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.text-media-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.full-width-cta-test .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.product-grid-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.content-img-slider .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.addition-cap-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.single-line-cta .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.breadcrumb-menu {
  font-size: 1em;
  margin-bottom: 1.875em;
  margin-top: 2.125em; }
  .breadcrumb-menu a {
    margin-right: 0.1875em;
    color: #6d6d6d; }
    .breadcrumb-menu a:hover {
      color: #0174ce; }
    .breadcrumb-menu a:focus {
      color: #6d6d6d; }
      .breadcrumb-menu a:focus:hover {
        color: #0174ce; }
  .breadcrumb-menu .breadcrumb_last {
    margin-left: 0.1875em; }

/*================ blockquotes ============= */
.blockquote-text-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875em;
  position: relative;
  max-width: 64.375em;
  width: 100%;
  margin-top: 5.625em;
  margin-bottom: 6em; }
  .blockquote-text-wrap:before {
    content: '';
    width: 1.8125em;
    height: 0.5625em;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/left-quote.png);
    background-size: 1.8125em 0.5625em;
    position: absolute;
    top: -0.625em;
    left: -0.625em; }
  .blockquote-text-wrap:after {
    content: '';
    width: 1.8125em;
    height: 0.5625em;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/right-quote.png);
    background-size: 1.8125em 0.5625em;
    position: absolute;
    bottom: -1.875em;
    right: -0.625em; }
  .blockquote-text-wrap p {
    font-family: "Poppins", sans-serif;
    font-size: 1.3125em;
    line-height: 1.2857142857em;
    color: #224f9b;
    margin: 0;
    font-weight: 500; }
  @media (min-width: 80em) {
    .blockquote-text-wrap:before {
      left: -1em; }
    .blockquote-text-wrap:after {
      right: -1em; } }

/*================ Dest Slider ============= */
.igt-wrap {
  width: 100%; }
  @media (min-width: 60em) {
    .igt-wrap {
      float: left;
      margin-bottom: 1.875em; } }

@media (min-width: 60em) {
  .igwt-left-sec {
    width: calc(100% - 29.25em);
    float: left;
    padding-right: 4.375em; } }

.igwt-innerpage-carousel {
  max-width: 29.25em;
  margin: 0;
  width: 100%;
  position: relative; }
  @media (min-width: 60em) {
    .igwt-innerpage-carousel {
      float: left; } }

#sync1 .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: -3.5em;
  height: 2.8125em;
  right: 0;
  width: 3.75em; }
  #sync1 .owl-nav .owl-prev {
    display: none; }
  #sync1 .owl-nav .owl-next {
    width: 1.875em;
    height: 100%;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.1875em 2.125em;
    margin: 0;
    transform: none; }
    #sync1 .owl-nav .owl-next span {
      display: none; }
    #sync1 .owl-nav .owl-next:hover {
      background: transparent !important;
      background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/slider-arrow.png) !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 1.1875em 2.125em !important; }
    #sync1 .owl-nav .owl-next:focus {
      outline: none; }
    #sync1 .owl-nav .owl-next:focus:not(:hover):not(:active) {
      outline: 2px dashed #07afcf;
      outline-offset: 2px; }

@media (min-width: 40em) {
  #sync1 .owl-nav {
    bottom: -5em;
    height: 4.375em;
    right: 0;
    width: 4.375em; } }

@media only screen and (max-width: 360px) and (min-width: 320px) {
  #sync1 .owl-nav {
    bottom: -3.125em; }
    #sync1 .owl-nav .owl-next {
      background-size: 0.9375em; }
      #sync1 .owl-nav .owl-next:hover {
        background-size: 0.9375em !important; } }

#sync2 {
  width: calc(100% - 3.75em); }
  #sync2 .item {
    border: solid 10px #ffffff;
    border-top: solid 10px #ffffff;
    border-left: 0;
    opacity: 0.50; }
  #sync2 .current .item {
    /*border:solid 1px $red;*/
    opacity: 1;
    position: relative; }
  @media (max-height: 46em) and (min-width: 60em) {
    #sync2 {
      width: calc(100% - 5em); } }

.column-subtext {
  font-family: "Poppins", sans-serif;
  font-size: 1.875em;
  font-weight: 600;
  color: #1f1f1f; }

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

/*=============== Full width CTA Module ===============*/
.fwc-sec-heading {
  margin-bottom: 16px !important; }

.full-width-cta {
  background-color: #052138;
  text-align: center;
  padding: 3.3125em 0; }

.fwc-heading {
  font-size: 1.6875em;
  line-height: normal;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.9259259259em; }

.fwc-btn {
  padding: 0.8235294118em 2.2941176471em 0.8823529412em; }

/*================ Button Styles ============= */
.button-style-wrap {
  position: relative; }

.btn-wrap {
  display: inline-block;
  vertical-align: middle; }
  .btn-wrap .btn-sm {
    margin-top: 0.5882352941em;
    display: table; }
  @media (min-width: 40em) {
    .btn-wrap {
      margin-left: 0.3125em; }
      .btn-wrap .btn-sm {
        margin: 0;
        display: inline-block;
        margin-left: 1.1764705882em; } }
  @media (min-width: 60em) {
    .btn-wrap {
      margin-left: 0; } }

.btn-color-wrap {
  background-color: #2a2d2f;
  max-width: 34.375em;
  width: 100%;
  text-align: center;
  padding: 1.1875em 0.625em;
  margin: 0.625em 0; }
  .btn-color-wrap .btn-alt-color {
    margin-bottom: 0.5882352941em; }
  @media (min-width: 40em) {
    .btn-color-wrap {
      padding: 1.1875em 0; }
      .btn-color-wrap .btn-alt-color {
        margin-right: 1.1764705882em;
        margin-bottom: 0; } }
  @media (min-width: 60em) {
    .btn-color-wrap {
      display: inline-block;
      vertical-align: middle;
      margin: 0.625em 1.125em 0.625em; } }
  @media (min-width: 80em) {
    .btn-color-wrap {
      max-width: 36.25em;
      margin: 0 1.125em; } }

/*================ product grid ============= */
.product-list-grid-module {
  width: 100%;
  display: table;
  text-align: center; }
  @media (min-width: 80em) {
    .product-list-grid-module {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }

.plgm-item {
  max-width: 16.4375em;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-left: 0.75em;
  margin-right: 0.75em;
  margin-bottom: 1.25em;
  text-decoration: none;
  overflow: hidden;
  color: #224f9b; }
  .plgm-item:hover {
    color: #0174ce; }
    .plgm-item:hover .plgm-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: 80em) {
    .plgm-item:nth-of-type(1) {
      margin-left: 0; }
    .plgm-item:nth-of-type(4n) {
      margin-right: 0; }
    .plgm-item:nth-of-type(4n+1) {
      margin-left: 0; } }

.plgm-item-img {
  overflow: hidden;
  margin-bottom: 0.625em;
  height: 16.4375em;
  background: #e1e1e1;
  display: table;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /*border: solid 1px #eee;*/ }
  .plgm-item-img span {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
  .plgm-item-img img {
    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;
    height: 100%; }

.plgm-link {
  font-size: 1.625em;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

.pgm-header-wrap {
  text-align: center; }

.pgm-desc {
  margin-bottom: 1.8823529412em; }

/*================ form section ============= */
.gform_wrapper {
  position: relative;
  background-color: #efefef;
  padding: 1.25em; }

/*.gfield_label{
    font-weight: normal;
    font-size: em(15);
    margin-bottom: em(3,15);
    color: #383838;
    font-weight: 400;
  }*/
/*.gf_left_half {
  
  @include mq(large) {
    display: inline-block;
    width: 50%;
    padding-right: em(16);
  }
}
.gf_right_half {
  
  @include mq(large) {
    width: 50%;
    display: inline-block;
  }
}*/
.gform_body input, .gform_body select {
  font-size: 0.875em !important;
  height: 2.7142857143em !important;
  background-color: #ffffff;
  border: solid 1px #e0dede;
  box-shadow: none;
  color: rgba(32, 33, 33, 0.6); }
  .gform_body input:focus, .gform_body select:focus {
    outline: none;
    box-shadow: none; }

.gform_body .ginput_container_fileupload input {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0.75em; }

.gform_body .gfield_checkbox input {
  margin-top: 0 !important;
  background-color: transparent; }

.gform_body .gfield_checkbox label {
  font-weight: 400 !important; }

.gform_body .cust-bold > label {
  font-weight: bold !important; }

.gform_body .cust-bold .ginput_container_checkbox {
  margin-top: 0 !important; }

.gform_body .cust-app-heading {
  margin: 10px 0; }

.gform_body .gfield_required {
  color: black !important; }

body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-top: 0; }

.gform_footer {
  text-align: center; }

.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: 100% !important;
  padding-right: 16px !important;
  margin-right: 0 !important; }

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  max-width: 100% !important;
  margin-right: 0 !important; }

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.gfield_label {
  font-size: 0.9375em !important;
  margin-bottom: 0.2em;
  color: #383838;
  font-weight: 400 !important; }

@media (min-width: 40em) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0 !important; } }

.gform_button {
  font-size: 1.0625em !important;
  padding: 0.8235294118em 2.3529411765em 0.7647058824em !important;
  width: auto !important;
  line-height: initial !important; }
  @media (min-width: 60em) {
    .gform_button {
      padding: 0.8235294118em 3.3529411765em 0.7647058824em !important; } }

#field_2_8 {
  padding-right: 0; }

.ginput_container_address label, .ginput_container_name label {
  font-weight: 400 !important; }

/*============Side Navigation Test==============*/
.side-nav {
  max-width: 15em; }
  .side-nav h3 {
    margin-top: 0; }

.sn-nav li {
  background-color: #052138;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative; }
  .sn-nav li a {
    color: #ffffff;
    display: block;
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    text-decoration: none;
    font-weight: 400;
    padding: 0.6470588235em 2.3529411765em 0.6470588235em 0.9411764706em; }
    .sn-nav li a:focus:not(:hover):not(:active) {
      outline: 2px dashed #07afcf;
      outline-offset: -2px; }
  .sn-nav li:hover, .sn-nav li.active {
    background-color: #0174ce; }
    .sn-nav li:hover a, .sn-nav li.active a {
      color: #ffffff; }
  .sn-nav li.active {
    border-bottom: 0;
    background-color: #0174ce; }
    .sn-nav li.active .m-subnav-arrows {
      transform: rotate(180deg); }

.sn-nav .menu-item-has-children .m-subnav-arrows {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5882352941em 0.2941176471em;
  display: block;
  width: 2.3529411765em;
  height: 2.7058823529em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0; }
  .sn-nav .menu-item-has-children .m-subnav-arrows.active {
    transform: rotate(180deg); }

.sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0;
  display: none; }
  .sn-nav .menu-item-has-children ul li {
    margin-bottom: 0;
    background-color: #efefef;
    border-bottom: 0;
    /*  &:hover {
          background-color: #f7941d;
          a {
            color: $white;
          }
        }*/ }
    .sn-nav .menu-item-has-children ul li a {
      color: #1f1f1f;
      font-size: 1.0625em;
      padding: 0.2941176471em 2.3529411765em 0.2941176471em 0.9411764706em;
      line-height: 1.5294117647em;
      text-transform: initial;
      position: relative; }
      .sn-nav .menu-item-has-children ul li a:hover {
        background-color: #0174ce;
        color: #ffffff; }
    .sn-nav .menu-item-has-children ul li:not([class]) {
      margin-bottom: 0;
      padding: 0; }
      .sn-nav .menu-item-has-children ul li:not([class]):after {
        display: none; }
  .sn-nav .menu-item-has-children ul:not([class]) {
    margin-bottom: 0; }

.sn-nav .menu-item-has-children ul.active {
  display: block; }

/*============ single line cta module ==============*/
.single-line-cta {
  background-color: #052138;
  padding: 3.3125em 0;
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  margin-bottom: 0.5em; }
  @media (min-width: 60em) {
    .single-line-cta {
      text-align: left; } }

.slm-wrap {
  max-width: 60em;
  width: 100%;
  margin: 0 auto; }

.slc-heading {
  font-size: 1.625em;
  line-height: normal;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.9615384615em; }
  @media (min-width: 60em) {
    .slc-heading {
      margin-bottom: 0;
      float: left;
      margin-left: 0.1923076923em;
      margin-top: 0.1923076923em; } }

.slc-btn {
  padding: 0;
  max-width: 10.5882352941em;
  width: 100%;
  line-height: 2.9411764706em;
  text-align: center; }
  @media (min-width: 60em) {
    .slc-btn {
      float: right;
      margin-right: 3.5294117647em; } }

/* ===== 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 #efefef;
  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;
  /* @include display(flex); //sticky footer
  @include flex-direction(column); //sticky footer*/
  min-height: 100%; }

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99999; }

.site-nav-container .site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
  position: relative;
  z-index: 1; }

.site-nav-container .site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

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

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

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

/*=============== Site Header ===============*/
.site-header {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #ffffff; }
  @media (min-width: 60em) {
    .site-header {
      height: 7em; } }

.sh-sticky-wrap {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #ffffff; }
  .sh-sticky-wrap .inner-wrap-wide {
    padding-top: 1.875em;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 7em; }
      .sh-sticky-wrap .inner-wrap-wide {
        padding-top: 1.6875em;
        padding-bottom: 1.5em; }
      .sh-sticky-wrap.stuck {
        background-color: #ffffff;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 2px 2px 2px rgba(72, 76, 78, 0.1); } }

.site-logo {
  max-width: 20.1875em;
  width: 100%;
  display: table;
  margin: 0 auto; }
  .site-logo img {
    display: block; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 18.25em;
      width: 100%;
      display: inline-block;
      margin: 0;
      float: left; } }
  @media (min-width: 80em) {
    .site-logo {
      max-width: 20.1875em;
      margin-left: 0.625em; } }

.sh-top-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 1.875em;
  padding-bottom: 1.25em; }
  @media (min-width: 60em) {
    .sh-top-nav {
      width: calc(100% - 18.25em);
      text-align: right;
      float: right;
      display: block;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 80em) {
    .sh-top-nav {
      width: calc(100% - 20.8125em); } }

.sh-ph {
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/phone.svg);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em; }
  .sh-ph span {
    display: none; }
  .sh-ph:hover {
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/phone-hover.svg); }
  .sh-ph:focus {
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/phone.svg); }
    .sh-ph:focus:hover {
      background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/phone-hover.svg); }
  @media (min-width: 60em) {
    .sh-ph {
      /*margin-left: em(14);*/
      margin-left: 1.5em; } }
  @media (min-width: 64em) {
    .sh-ph {
      margin-left: 0.625em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-ph {
      margin-left: 1.5em; } }
  @media (min-width: 80em) {
    .sh-ph {
      /*margin-left: em(26);*/
      margin-left: 2.125em; } }

.sh-ico-search {
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/search.svg);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em; }
  .sh-ico-search span {
    display: none; }
  .sh-ico-search:hover {
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/search-hover.svg); }
  .sh-ico-search:focus {
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/search.svg); }
    .sh-ico-search:focus:hover {
      background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/search-hover.svg); }
  @media (min-width: 60em) {
    .sh-ico-search {
      /*margin-left: em(14);*/
      margin-left: 1em; } }
  @media (min-width: 64em) {
    .sh-ico-search {
      margin-left: 0.625em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-ico-search {
      margin-left: 1em; } }
  @media (min-width: 80em) {
    .sh-ico-search {
      margin-left: 1.125em; } }

.sh-rfq {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.0625em;
  padding: 0;
  max-width: 11.3529411765em;
  width: 100%;
  line-height: 3.5294117647em;
  background-color: #0174ce;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px; }
  .sh-rfq .sh-rq-mob {
    display: none; }
  .sh-rfq .sh-rq-desk {
    display: inline-block; }
  .sh-rfq:before {
    content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px; }
  .sh-rfq span {
    position: relative; }
  .sh-rfq:hover {
    background-color: #0064b2;
    color: #ffffff; }
  .sh-rfq:focus {
    background-color: #0174ce;
    color: #ffffff; }
    .sh-rfq:focus:hover {
      background-color: #0064b2;
      color: #ffffff; }
  @media (min-width: 60em) {
    .sh-rfq {
      font-size: 0.9375em;
      max-width: 5.3333333333em;
      line-height: 3.6666666667em;
      /*margin-left: em(14,15);*/
      margin-left: 1.5em; }
      .sh-rfq .sh-rq-desk {
        display: none; }
      .sh-rfq .sh-rq-mob {
        display: inline-block; } }
  @media (min-width: 64em) {
    .sh-rfq {
      font-size: 1.0625em;
      margin-left: 0.5882352941em;
      max-width: 9.4117647059em;
      line-height: 3.2352941176em; }
      .sh-rfq .sh-rq-desk {
        display: block; }
      .sh-rfq .sh-rq-mob {
        display: none; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-rfq {
      margin-left: 1.5em; } }
  @media (min-width: 80em) {
    .sh-rfq {
      max-width: 11.3529411765em;
      line-height: 3.5294117647em;
      margin-left: 2.125em; } }

.sh-icons {
  float: right; }

.sh-ico-menu {
  width: 1.9375em;
  height: 1.5625em;
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/ico-nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.9375em 1.5625em; }
  .sh-ico-menu span {
    display: none; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .site-intro .inner-wrap-narrow {
    padding-top: 4.0625em;
    padding-bottom: 4em; }
  @media (min-width: 40em) {
    .site-intro .inner-wrap-narrow {
      padding-top: 6em;
      padding-bottom: 6.125em; } }

.si-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-position: center;
  /*-webkit-transition: all 12s linear;
    -moz-transition: all 12s linear;
    transition: all 12s linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);*/ }

.si-wrap {
  padding: 2.875em 0 2.6875em 0;
  max-width: 37.75em;
  width: 100%;
  position: relative;
  text-align: center; }
  .si-wrap:before {
    content: '';
    width: 120%;
    height: 100%;
    background-color: rgba(1, 116, 206, 0.74);
    position: absolute;
    top: 0;
    left: -10%;
    /*transform: skew(-9deg);*/ }
  @media (min-width: 40em) {
    .si-wrap {
      padding: 6.125em 1.25em 5.8125em 0;
      text-align: left; }
      .si-wrap:before {
        width: 138%;
        left: -13.5em;
        transform: skew(-9deg); } }
  @media (min-width: 100em) {
    .si-wrap:before {
      width: 200%;
      left: -32.25em; } }
  @media (max-height: 46em) and (min-width: 80em) {
    .si-wrap:before {
      width: 200%;
      left: -25em; } }
  @media (max-height: 46em) and (min-width: 87.5em) {
    .si-wrap:before {
      width: 200%;
      left: -26.875em; } }
  @media (max-height: 46em) and (min-width: 100em) {
    .si-wrap:before {
      width: 200%;
      left: -34.375em; } }

.si-sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.1875em;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.1578947368em;
  position: relative; }
  @media (min-width: 40em) {
    .si-sub-heading {
      font-size: 1.3125em;
      margin-bottom: 0.2857142857em; } }

.si-heading {
  font-size: 1.625em;
  line-height: 1.4230769231em;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.8076923077em;
  position: relative; }
  @media (min-width: 40em) {
    .si-heading {
      font-size: 2.375em;
      line-height: 1.4473684211em;
      margin-bottom: 1.1578947368em; } }

.si-btn {
  font-size: 1.125em;
  line-height: 3.1111111111em;
  font-weight: 600;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  border: solid 2px #ffffff;
  width: 100%;
  border-radius: 5px;
  padding: 0;
  display: inline-block; }
  .si-btn:hover {
    background-color: #ffffff;
    color: #253d52;
    border: solid 2px #ffffff; }
  .si-btn:focus {
    background-color: transparent;
    color: #ffffff;
    border: solid 2px #ffffff; }
    .si-btn:focus:hover {
      background-color: #ffffff;
      color: #253d52;
      border: solid 2px #ffffff; }
  .si-btn.si-one-btn-alt {
    max-width: 10.7777777778em;
    margin-bottom: 0.5555555556em;
    margin-left: 0.3125em;
    margin-right: 0.3125em; }
  .si-btn.si-two-btn-alt {
    /*max-width: em(185,18);*/
    max-width: 10.7777777778em;
    margin-left: 0.3125em;
    margin-right: 0.3125em; }
  @media (min-width: 40em) {
    .si-btn {
      display: inline-block; }
      .si-btn.si-one-btn-alt {
        margin-right: 1.1666666667em;
        margin-left: 0;
        margin-bottom: 0; }
      .si-btn.si-two-btn-alt {
        margin-left: 0;
        margin-right: 0; } }

.si-slider {
  width: 100%; }
  .si-slider .slides {
    width: 100%; }
    .si-slider .slides li {
      width: 100%; }
      .si-slider .slides li.flex-active-slide > .si-bg {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); }
  .si-slider .flex-control-nav {
    bottom: 1.5625em;
    z-index: 5; }
    .si-slider .flex-control-nav.flex-control-paging li {
      margin: 0 5px; }
      .si-slider .flex-control-nav.flex-control-paging li a {
        box-shadow: none;
        border: 1px solid #0174ce;
        width: 10px;
        height: 10px;
        background-color: transparent; }
        .si-slider .flex-control-nav.flex-control-paging li a.flex-active {
          background-color: #0174ce; }

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

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

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

.search-cell1 {
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell1 {
      width: 90%; } }

.search-cell2 {
  display: table-cell;
  width: 3.75em;
  border: 0;
  vertical-align: middle;
  text-align: center; }
  @media (min-width: 60em) {
    .search-cell2 {
      width: 6%; } }

.search-cell3 {
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell3 {
      width: 3%;
      text-align: center; } }

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

.search-submit {
  width: 1.5625em;
  height: 2.3em;
  border: 0;
  padding: 0 !important;
  background: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/ico-search.svg) no-repeat center center !important;
  transform: none !important; }
  .search-submit:hover {
    border: 0 !important; }
  .search-submit:focus {
    outline: none;
    border: 0 !important; }
  .search-submit:focus:not(:hover):not(:active) {
    outline: 2px dashed #000000;
    outline-offset: 2px; }

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

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

.search-exit img {
  width: 1.1875em; }

@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px; } }

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

/*=============== Product Line Module ===============*/
.product-line-module .inner-wrap, .product-line-module .inner-wrap-narrow, .product-line-module .inner-wrap-wide, .product-line-module .inner-wrap-fullwidth {
  padding-top: 3.625em;
  padding-bottom: 2em; }

.plm-wrap {
  position: relative; }
  .plm-wrap:before {
    content: '';
    width: 52.125em;
    height: 52.625em;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/products-bg.svg);
    background-repeat: no-repeat;
    background-size: 52.125em 52.625em;
    background-position: center;
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.05; }

.plm-heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em; }

.plm-item {
  width: 100%;
  position: relative;
  margin-bottom: 3.4375em; }
  @media (min-width: 60em) {
    .plm-item {
      width: 100%;
      display: table; }
      .plm-item:nth-of-type(2n) .plm-img {
        left: auto;
        right: 0; }
      .plm-item:nth-of-type(2n) .plm-cont {
        float: left; } }
  @media (min-width: 80em) {
    .plm-item:nth-of-type(2n) {
      margin-bottom: 4.0625em; } }

.plm-img {
  display: block; }
  .plm-img img {
    width: 100%;
    display: block; }
  @media (min-width: 60em) {
    .plm-img {
      width: 50%;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }
      .plm-img img {
        position: absolute;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        left: -100%;
        right: -100%;
        top: -100%;
        bottom: -100%;
        width: auto; } }

.plm-cont {
  padding: 1.875em;
  border: solid 1px rgba(0, 0, 0, 0.4); }
  @media (min-width: 40em) {
    .plm-cont {
      padding: 3.125em; } }
  @media (min-width: 60em) {
    .plm-cont {
      width: 50%;
      padding-top: 3.0625em;
      padding-left: 3.125em;
      padding-right: 4.0625em;
      padding-bottom: 3em;
      float: right; } }
  @media (min-width: 80em) {
    .plm-cont {
      padding-left: 5.125em; } }

.plm-title {
  font-size: 1.4375em;
  font-weight: 600;
  color: #000000;
  padding-left: 2.3043478261em;
  margin-bottom: 1.0869565217em;
  position: relative; }
  .plm-title:before {
    content: '';
    width: 2em;
    height: 0.4347826087em;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/product-line-border.png);
    background-repeat: no-repeat;
    background-size: 2em 0.4347826087em;
    position: absolute;
    top: 0.347826087em;
    left: 0; }
  @media (min-width: 40em) {
    .plm-title {
      font-size: 1.6875em;
      padding-left: 2.5185185185em;
      margin-bottom: 0.9259259259em; }
      .plm-title:before {
        width: 1.8518518519em;
        height: 0.5185185185em;
        top: 50%;
        transform: translateY(-50%);
        left: -0.037037037em;
        background-size: 1.8518518519em 0.5185185185em; } }

.plm-desc {
  font-size: 1.0625em;
  line-height: 1.4705882353em;
  color: #484c4e;
  margin: 0;
  margin-bottom: 2.1764705882em; }

.plm-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.0625em;
  padding: 0;
  max-width: 11.4117647059em;
  width: 100%;
  line-height: 2.9411764706em;
  background-color: #0174ce;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px; }
  .plm-btn:hover {
    background-color: #0064b2;
    color: #ffffff; }
  .plm-btn:focus {
    background-color: #0174ce;
    color: #ffffff; }
    .plm-btn:focus:hover {
      background-color: #0064b2;
      color: #ffffff; }

/*=============== Product Grid Module ===============*/
.product-bucket-module {
  background-color: #fff; }
  .product-bucket-module .inner-wrap, .product-bucket-module .inner-wrap-narrow, .product-bucket-module .inner-wrap-wide, .product-bucket-module .inner-wrap-fullwidth {
    padding-top: 5em;
    padding-bottom: 4.125em; }

.pbm-wrap {
  text-align: center; }
  @media (min-width: 60em) {
    .pbm-wrap {
      height: 11.25em; } }
  @media (min-width: 60em) {
    .pbm-wrap {
      height: 10em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .pbm-wrap {
      height: 11.25em; } }
  @media (min-width: 87.5em) {
    .pbm-wrap {
      height: 12em; } }

.pbm-heading {
  background: #052137;
  padding: 2em;
  margin-bottom: 0px; }
  .pbm-heading h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0; }

.pbm-item {
  max-width: 11.1875em;
  width: 100%;
  height: 12.1875em;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-left: 1.25em;
  margin-right: 1.25em;
  margin-bottom: 1.875em;
  text-decoration: none;
  /* @include mq(large){
  max-width: em(130);
  height: em(145);
  margin-left: em(10);
 margin-right: em(10);
 margin-bottom: em(10);
 }*/ }
  .pbm-item img {
    /*width: 100%;*/ }
  .pbm-item:hover .pbm-overlay {
    opacity: 1; }
  .pbm-item:hover .pbm-title {
    opacity: 0; }
  .pbm-item:focus .pbm-overlay {
    opacity: 1; }
  .pbm-item:focus .pbm-title {
    opacity: 0; }
  .pbm-item:focus:not(:hover):not(:active) {
    outline-offset: 1px; }
  @media (min-width: 40em) {
    .pbm-item {
      /*margin-left: em(35);
  margin-right: em(35);*/
      margin-left: 0;
      margin-right: 0;
      max-width: 32.9%;
      border-right: 2px solid rgba(5, 33, 55, 0.8);
      margin-bottom: 0; }
      .pbm-item:first-child {
        margin-left: 0; }
      .pbm-item:last-child {
        margin-right: 0; } }
  @media (min-width: 60em) {
    .pbm-item {
      float: left;
      margin-left: 0;
      margin-right: 0;
      max-width: 16.66%;
      /*height: em(256);*/
      height: 11.25em;
      border-right: 2px solid rgba(5, 33, 55, 0.8); }
      .pbm-item:first-child {
        margin-left: 0; }
      .pbm-item:last-child {
        margin-right: 0; }
      .pbm-item .pbm-img {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: block;
        margin: 0px auto;
        text-align: center; }
        .pbm-item .pbm-img img {
          height: 11.25em;
          max-width: initial;
          vertical-align: middle; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .pbm-item {
      height: 11.25em; }
      .pbm-item .pbm-img img {
        height: 11.25em; } }
  @media (min-width: 80em) {
    .pbm-item {
      height: 10em; }
      .pbm-item .pbm-img img {
        height: 12em; } }
  @media (max-height: 46em) and (min-width: 80em) {
    .pbm-item {
      height: 11.25em; }
      .pbm-item .pbm-img img {
        height: 13.75em; } }
  @media (min-width: 87.5em) {
    .pbm-item {
      height: 12em; }
      .pbm-item .pbm-img img {
        height: 13em; } }
  @media (max-height: 46em) and (min-width: 87.5em) {
    .pbm-item .pbm-img img {
      height: 14.875em; } }
  @media (min-width: 100em) {
    .pbm-item .pbm-img img {
      height: 14.875em; } }

.pbm-title {
  font-size: 1.1875em;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  /*background-color: rgba($black,0.75);*/
  background-color: rgba(5, 33, 55, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.7894736842em 1.3157894737em 0.8421052632em;
  line-height: 1.2105263158em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (min-width: 60em) {
    .pbm-title {
      font-size: 1em;
      padding: 0.5263157895em 0.7894736842em 0.5789473684em;
      bottom: 57px;
      left: 10%;
      width: 80%; } }
  @media (min-width: 80em) {
    .pbm-title {
      font-size: 1.1875em;
      padding: 0.7894736842em 1.3157894737em 0.8421052632em;
      bottom: 57px;
      left: 10%;
      width: 80%; } }

.pbm-overlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  /*background-color: rgba($nav-blue,0.90);*/
  background-color: rgba(5, 33, 55, 0.8); }

.pbm-overlay-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 1.5625em; }

.pbm-overlay-title {
  display: block;
  font-size: 1.1875em;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2105263158em;
  margin-bottom: 0.5263157895em; }

.pbm-link {
  font-size: 1.0625em;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  position: relative;
  /*&:after{
    content:'';
    width: 100%;
    height: 1px;
    background-color: $white;
    position: absolute;
    bottom: em(2,17);
    left: 0;
  }*/ }
  @media (max-width: 40em) {
    .pbm-link {
      text-decoration: none;
      background: #0174ce;
      padding: 0.625em;
      border-radius: 5px;
      margin-top: 3.125em; } }
  @media (min-width: 40em) {
    .pbm-link {
      text-decoration: none;
      background: #0174ce;
      padding: 0.625em;
      border-radius: 5px;
      margin-top: 3.125em; } }
  @media (min-width: 60em) {
    .pbm-link {
      margin-top: 1.25em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .pbm-link {
      margin-top: 3.125em; } }
  @media (min-width: 80em) {
    .pbm-link {
      margin-top: 2.375em; } }

/*=============== Who We Are Module ===============*/
.who-we-are-module {
  position: relative;
  border-top: 3px solid #052137; }
  .who-we-are-module:before {
    content: '';
    width: 100%;
    height: calc(100% - 5.9375em);
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/who-we-are-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0; }
  .who-we-are-module .inner-wrap, .who-we-are-module .inner-wrap-narrow, .who-we-are-module .inner-wrap-wide, .who-we-are-module .inner-wrap-fullwidth {
    position: relative;
    padding-bottom: 0;
    padding-top: 17.6875em; }

.wwam-wrap {
  max-width: 57.9375em;
  width: 100%;
  margin: 0 auto;
  background-color: #0174ce;
  text-align: center;
  padding: 3.75em 3.75em 2.6875em;
  position: relative; }
  .wwam-wrap:before {
    content: '';
    width: 6.375em;
    height: 0.125em;
    background: #004174;
    position: absolute;
    bottom: 5.875em;
    left: -6.375em; }
  .wwam-wrap:after {
    content: '';
    width: 6.375em;
    height: 0.125em;
    background: #004174;
    position: absolute;
    bottom: 5.875em;
    right: -6.375em; }
  @media (min-width: 60em) {
    .wwam-wrap {
      padding: 4.125em 2.1875em 2.6875em; } }

.wwam-heading {
  font-size: 2em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.625em; }

.wwam-desc {
  font-size: 1.25em;
  line-height: 1.25em;
  color: rgba(255, 255, 255, 0.83);
  margin: 0;
  margin-bottom: 2.4em; }

.wwam-btn-alt {
  font-size: 1.0625em;
  font-weight: 600;
  text-align: center;
  max-width: 11.4705882353em;
  width: 100%;
  line-height: 3.2941176471em;
  border: solid 2px #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 0;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.1764705882em; }
  .wwam-btn-alt:hover {
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #0174ce; }
  .wwam-btn-alt:focus {
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff; }
    .wwam-btn-alt:focus:hover {
      border: solid 2px #ffffff;
      background-color: #ffffff;
      color: #0174ce; }
  @media (min-width: 40em) {
    .wwam-btn-alt {
      display: inline-block;
      margin: 0;
      margin-right: 0.5882352941em;
      margin-bottom: 0.5882352941em; } }
  @media (min-width: 60em) {
    .wwam-btn-alt {
      margin-right: 1.7647058824em; } }

.wwam-btn {
  font-size: 1.0625em;
  font-weight: 600;
  text-align: center;
  max-width: 11.4705882353em;
  width: 100%;
  line-height: 3.2941176471em;
  border: solid 2px #ffffff;
  background-color: #ffffff;
  color: #0174ce;
  padding: 0;
  border-radius: 5px; }
  .wwam-btn:hover {
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff; }
  .wwam-btn:focus {
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #0174ce; }
    .wwam-btn:focus:hover {
      border: solid 2px #ffffff;
      background-color: transparent;
      color: #ffffff; }

/*=============== Right Choice Module ===============*/
.right-choice-module {
  text-align: center; }
  .right-choice-module .inner-wrap, .right-choice-module .inner-wrap-narrow, .right-choice-module .inner-wrap-wide, .right-choice-module .inner-wrap-fullwidth {
    padding-top: 4.4375em;
    padding-bottom: 4.1875em; }

.rcm-heading {
  font-size: 2.125em;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5588235294em; }
  .rcm-heading span {
    color: #0174ce; }

.rcm-desc {
  font-size: 1.25em;
  line-height: normal;
  color: #333639;
  margin: 0;
  margin-bottom: 3.05em; }

.rcm-wrap {
  text-align: center; }

.rcm-item {
  display: inline-block;
  vertical-align: top;
  width: 9.375em;
  margin: 0 1.5em 1.875em;
  text-decoration: none; }
  .rcm-item:nth-of-type(1) .rcm-img-wrap .rcm-img {
    width: 3.9375em; }
  .rcm-item:nth-of-type(2) .rcm-img-wrap .rcm-img {
    width: 4.625em; }
  .rcm-item:nth-of-type(3) .rcm-img-wrap .rcm-img {
    width: 5em; }
  .rcm-item:nth-of-type(4) .rcm-img-wrap .rcm-img {
    width: 4.6875em; }
  .rcm-item:hover .rcm-img-wrap {
    background-color: #0174ce; }
  @media (min-width: 40em) {
    .rcm-item {
      width: 30%;
      margin: 0 2% 1.875em; } }
  @media (min-width: 60em) {
    .rcm-item {
      width: 9.375em;
      margin: 0 1.5em 1.875em; } }
  @media (min-width: 80em) {
    .rcm-item {
      margin: 0 3.4375em 1.875em; } }

.rcm-img-wrap {
  display: block;
  background-color: #041c30;
  width: 8.625em;
  height: 8.625em;
  margin: 0 auto;
  /*margin-bottom: em(34);*/
  margin-bottom: 1.25em;
  position: relative; }

.rcm-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }

.rcm-title {
  display: block;
  font-size: 1.0625em;
  color: #000000;
  line-height: 1.2941176471em; }

/*=============== Big CTA Module ===============*/
.big-cta-module {
  background-color: #041c30;
  position: relative;
  text-align: center; }
  .big-cta-module:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/big-cta-bg.jpg);
    background-position: 0 1px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.67; }
  .big-cta-module .inner-wrap-narrow {
    padding-top: 4.375em;
    padding-bottom: 5.5em;
    position: relative; }
  @media (min-width: 40em) {
    .big-cta-module {
      text-align: left; } }
  @media (min-width: 80em) {
    .big-cta-module:before {
      background-size: contain; } }
  @media (min-width: 100em) {
    .big-cta-module:before {
      background-size: cover; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .big-cta-module:before {
      background-size: cover; } }

.bcm-heading {
  font-size: 1.6875em;
  line-height: 1.6666666667em;
  color: #ffffff;
  font-weight: 600;
  max-width: 17.4074074074em;
  width: 100%;
  margin-bottom: 1.5555555556em;
  opacity: 0.90; }
  @media (min-width: 80em) {
    .bcm-heading {
      position: relative;
      left: -2px; } }

.bcm-btn {
  font-size: 1.0625em;
  font-weight: 600;
  text-align: center;
  max-width: 11.4117647059em;
  width: 100%;
  line-height: 2.7058823529em;
  border: solid 2px #ffffff;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.4117647059em; }
  .bcm-btn:hover {
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff; }
  .bcm-btn:focus {
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #000000; }
    .bcm-btn:focus:hover {
      border: solid 2px #ffffff;
      background-color: transparent;
      color: #ffffff; }
  @media (min-width: 40em) {
    .bcm-btn {
      margin: 0;
      margin-right: 1.4117647059em;
      display: inline-block; } }

.bcm-btn-alt {
  font-size: 1.0625em;
  font-weight: 600;
  text-align: center;
  max-width: 11.4117647059em;
  width: 100%;
  line-height: 2.7058823529em;
  border: solid 2px #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 0;
  border-radius: 5px; }
  .bcm-btn-alt:hover {
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #000000; }
  .bcm-btn-alt:focus {
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff; }
    .bcm-btn-alt:focus:hover {
      border: solid 2px #ffffff;
      background-color: #ffffff;
      color: #000000; }

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

.sf-small {
  background-color: #999;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }

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

.sf-footer .inner-wrap-narrow {
  padding-top: 3.1875em;
  padding-bottom: 3.125em; }

.sf-logo-mob {
  max-width: 8.9375em;
  width: 100%;
  display: table;
  margin: 0 auto 1.25em; }
  .sf-logo-mob img {
    display: block; }
  @media (min-width: 60em) {
    .sf-logo-mob {
      display: none; } }

.sf-wrap {
  text-align: center;
  padding-top: 1.875em; }
  @media (min-width: 60em) {
    .sf-wrap {
      text-align: left;
      /*width: calc(100% -  8.9375em);*/
      width: calc(100% -  12.9375em);
      float: none;
      display: inline-block;
      vertical-align: bottom;
      padding-top: 0.5em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sf-wrap {
      width: calc(100% -  18.9375em); } }
  @media (min-width: 80em) {
    .sf-wrap {
      width: calc(100% -  17.9375em); } }

@media (min-width: 60em) {
  .sf-logo-wrap {
    float: none;
    display: inline-block;
    vertical-align: bottom; }
    .sf-logo-wrap .sf-logo {
      max-width: 5em;
      float: none;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 0.625em; }
      .sf-logo-wrap .sf-logo img {
        display: inline-block; } }

@media (min-width: 80em) {
  .sf-logo-wrap .sf-logo {
    max-width: 7.9375em; } }

.sf-link-list {
  margin-bottom: 1.25em; }
  .sf-link-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.6875em;
    margin-bottom: 0.75em; }
    .sf-link-list li a {
      font-size: 0.9375em;
      color: #ffffff;
      text-decoration: none; }
      .sf-link-list li a:hover {
        color: #0174ce; }
      .sf-link-list li a:focus {
        color: #ffffff; }
        .sf-link-list li a:focus:hover {
          color: #0174ce; }

.sf-location {
  margin: 0;
  font-size: 0.9375em;
  color: #ffffff;
  line-height: 1.8666666667em;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 0.6666666667em; }
  @media (min-width: 80em) {
    .sf-location {
      margin-right: 2.3333333333em; } }

.sf-ph {
  margin: 0;
  font-size: 0.9375em;
  color: #ffffff;
  line-height: 1.8666666667em;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 0.6666666667em; }
  .sf-ph a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none; }
    .sf-ph a:hover {
      color: #0174ce; }
    .sf-ph a:focus {
      color: rgba(255, 255, 255, 0.75); }
      .sf-ph a:focus:hover {
        color: #0174ce; }
  @media (min-width: 80em) {
    .sf-ph {
      margin-right: 2.3333333333em; } }

.sf-fax {
  margin: 0;
  font-size: 0.9375em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8666666667em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6666666667em; }
  .sf-fax a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    cursor: text; }
    .sf-fax a:hover {
      color: rgba(255, 255, 255, 0.75); }
    .sf-fax a:focus {
      color: rgba(255, 255, 255, 0.75); }
      .sf-fax a:focus:hover {
        color: rgba(255, 255, 255, 0.75); }
  @media (min-width: 80em) {
    .sf-fax {
      margin-right: 2.3333333333em; } }

.sf-email {
  font-size: 0.9375em;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  .sf-email:hover {
    color: #0174ce; }
  .sf-email:focus {
    color: rgba(255, 255, 255, 0.75); }
    .sf-email:focus:hover {
      color: #0174ce; }

.sf-logo {
  display: none;
  /*@include mq(xlarge) {
    position: relative;
    right: em(-19);
  }*/ }
  @media (min-width: 60em) {
    .sf-logo {
      max-width: 8.9375em;
      width: 100%;
      display: inline-block;
      margin: 0;
      float: right; }
      .sf-logo img {
        display: block; } }

.sf-small-footer {
  background-color: #ffffff;
  color: #000000; }
  .sf-small-footer .inner-wrap-narrow {
    padding-top: 1.125em;
    padding-bottom: 0.625em; }

.sf-copyright {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 1em; }
  .sf-copyright a {
    color: #000000; }
    .sf-copyright a:hover {
      color: #0174ce; }
    .sf-copyright a:focus {
      color: #000000; }
      .sf-copyright a:focus:hover {
        color: #0174ce; }
  @media (min-width: 60em) {
    .sf-copyright {
      width: 80%;
      float: left;
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 80em) {
    .sf-copyright {
      width: 85%; } }

.sf-social {
  text-align: center; }
  .sf-social a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 0.5625em; }
    .sf-social a .on {
      display: block; }
    .sf-social a .off {
      display: none; }
    .sf-social a:hover .on {
      display: none; }
    .sf-social a:hover .off {
      display: block; }
    .sf-social a:nth-of-type(1) img {
      width: 1.25em; }
    .sf-social a:nth-of-type(2) img {
      width: 2.0625em; }
    .sf-social a:nth-of-type(3) img {
      width: 1.75em; }
  @media (min-width: 60em) {
    .sf-social {
      width: 20%;
      float: right;
      text-align: right; } }
  @media (min-width: 80em) {
    .sf-social {
      width: 15%; } }

/*=============== IE ===============*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-ph {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .sh-ico-search {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .search-exit img {
    width: 18px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .search-submit {
    width: 25px;
    background-size: 25px 25px !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sf-logo-wrap .sf-logo {
    max-width: 100px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 80em), (-ms-high-contrast: none) and (min-width: 80em) {
  .sf-logo-wrap .sf-logo {
    max-width: 95px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 100em), (-ms-high-contrast: none) and (min-width: 100em) {
  .sf-logo-wrap .sf-logo {
    max-width: 110px; } }

/*=============== Edge ===============*/
@supports (-ms-ime-align: auto) {
  .sh-ph {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .sh-ico-search {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .search-exit img {
    width: 18px; }
  @media (min-width: 60em) {
    .search-submit {
      width: 25px;
      background-size: 25px 25px !important; } } }

.specs dl {
  margin: 0 0 0.625em 0; }
  .specs dl dt {
    padding: 0.625em 0.9375em 0.625em 0.9375em;
    border-bottom: 1px solid #ffffff;
    font-weight: 700; }
  .specs dl dd {
    padding: 0.625em 0.9375em 0.625em 0.9375em;
    margin: 0; }

.specs dd dl {
  border: none; }
  .specs dd dl dt {
    border: none;
    font-weight: 400;
    padding: 0; }
  .specs dd dl dd {
    border: none;
    font-weight: 400;
    padding: 0; }

.specs ul {
  margin: 0 !important;
  padding-left: 0.9em; }
  .specs ul li {
    font-size: inherit; }

.specs ol {
  padding: 0 0 0 0.9375em; }

.specs > dl:nth-of-type(2n-1) {
  background-color: #f4f6fa; }

@media (min-width: 40em) {
  .specs {
    border-top: 1px solid #ffffff; }
    .specs dl {
      border-bottom: 1px solid #ffffff;
      display: table;
      margin: 0;
      width: 100%; }
      .specs dl dt {
        border-bottom: none;
        border-right: 1px solid #ffffff;
        display: table-cell;
        vertical-align: middle;
        width: 20%;
        border-left: 1px solid #ffffff; }
      .specs dl dd {
        border-bottom: none;
        border-right: 1px solid #ffffff;
        display: table-cell;
        vertical-align: middle;
        width: 79%; }
    .specs dd dl {
      border: none; }
      .specs dd dl dt {
        width: 49%;
        padding: 0 0.625em 0 0; }
      .specs dd dl dd {
        width: 49%;
        padding: 0 0 0 0.625em;
        vertical-align: top; } }

.sitemap-menu ul {
  padding-left: 0.9375em;
  display: block !important; }

.sitemap-menu .sub-menu {
  display: block !important; }

#gmap iframe {
  width: 450px;
  height: 350px;
  border: 1px solid;
  max-width: 100%; }

.page-id-9 #breadcrumbs {
  display: none; }

.featured-img {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 9; }
  .featured-img span {
    display: inherit;
    margin-top: 0.625em; }
  .featured-img img {
    width: 18.75em;
    height: 12.5em;
    border: 1px solid; }
  @media (min-width: 40em) {
    .featured-img {
      max-width: 20.25em; } }

.rfq-btn-wrap {
  text-align: center;
  clear: both;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  @media (min-width: 40em) {
    .rfq-btn-wrap {
      text-align: right; } }

.back_txt {
  padding-top: 0 !important;
  text-align: right; }

.breadcrumb-menu a {
  margin: 0 0.3em; }

.breadcrumb-menu span > span:first-child > a {
  margin-left: 0; }

.breadcrumb-menu .breadcrumb_last {
  margin-left: 0.3em; }

.spec-inner-wrap {
  padding-top: 0; }

.page-id-1031 .back_txt {
  display: none; }

@media (min-width: 40em) {
  .cust-table-wrap {
    overflow-x: auto;
    white-space: nowrap; }
    .cust-table-wrap .tablesaw {
      width: 120px;
      display: inline-block; } }

.innr-gallery-img {
  float: right;
  margin: 0 0 1.875em 1.875em;
  position: relative;
  z-index: 1; }
  @media (max-width: 40em) {
    .innr-gallery-img {
      float: none;
      margin-left: 0; } }

/*================ Dest Slider ============= */
.slick-list {
  padding: 4px 0 !important; }

.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%; }
  .innerpage-carousel .slick-slider {
    visibility: hidden; }
    .innerpage-carousel .slick-slider.slick-initialized {
      visibility: visible; }
  .innerpage-carousel #carousel {
    width: 100%;
    padding-right: 17%;
    padding-left: 17%;
    /*}*/ }
    .innerpage-carousel #carousel.slick-cfullwidth {
      padding-right: 0;
      padding-left: 0; }
      .innerpage-carousel #carousel.slick-cfullwidth .slick-slide:first-child {
        margin-left: 0.5em; }
    .innerpage-carousel #carousel .slick-slide {
      margin: 0.5em 0.125em 0;
      position: relative;
      border: 1px solid transparent;
      opacity: 1;
      overflow: hidden; }
      .innerpage-carousel #carousel .slick-slide:first-child {
        margin-left: 0; }
      .innerpage-carousel #carousel .slick-slide img {
        /*width: 100%;*/
        height: 2.8125em;
        max-width: initial;
        margin: 0 auto; }
      .innerpage-carousel #carousel .slick-slide.slick-current img {
        opacity: 1; }
      .innerpage-carousel #carousel .slick-slide:hover:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(1, 116, 206, 0.2); }
    .innerpage-carousel #carousel .slick-prev {
      /*display: none !important;*/
      position: absolute;
      left: 0 !important;
      opacity: 1;
      top: auto;
      bottom: 0;
      width: 16%;
      height: calc(100% - 10px);
      color: transparent;
      text-align: center;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .innerpage-carousel #carousel .slick-prev img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .innerpage-carousel #carousel .slick-next {
      position: absolute;
      right: 0 !important;
      opacity: 1;
      top: auto;
      bottom: 0;
      width: 16%;
      height: calc(100% - 10px);
      color: transparent;
      text-align: center; }
      .innerpage-carousel #carousel .slick-next img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .innerpage-carousel #slider .slick-slide {
    text-align: center; }
    .innerpage-carousel #slider .slick-slide img {
      display: inline-block;
      vertical-align: top; }

.slick-slide img {
  max-height: 20em; }

.mfp-zoom-out-cur .sh-sticky-wrap.stuck {
  width: calc(100% - 17px);
  transition: none; }

/*img.mfp-img{
  @include mq(large){
    max-height: 650px !important;
  }
  @include mq(large){
    max-height: 550px ;
  }
}*/
button.mfp-close, button.mfp-arrow {
  outline: none !important; }

.postid-1568 .mfp-img {
  max-height: initial !important; }

.postid-1568 .infographic {
  margin: 0 auto;
  padding-bottom: 0 !important; }
  @media (min-width: 60em) {
    .postid-1568 .infographic {
      padding-left: 0 !important;
      padding-bottom: 0 !important;
      margin: 0;
      z-index: 2;
      position: relative; } }

.postid-1578 .mfp-img {
  max-height: initial !important; }

.postid-1578 .infographic {
  margin: 0 auto;
  padding-bottom: 0 !important; }
  @media (min-width: 60em) {
    .postid-1578 .infographic {
      padding-left: 0 !important;
      padding-bottom: 0 !important;
      margin: 0;
      z-index: 2;
      position: relative; } }

.infographic {
  text-align: center; }
  @media (min-width: 60em) {
    .infographic {
      float: right;
      margin: 10px; } }
  .infographic img {
    z-index: 1;
    position: relative; }

/*=============== Company Overview Video Module ===============*/
.company-overview-video-module {
  background-color: #041c30;
  position: relative; }
  .company-overview-video-module:before {
    content: '';
    width: 100%;
    height: 100%;
    /* background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/covm-bg.png);*/
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4; }
  .company-overview-video-module:after {
    content: '';
    position: absolute;
    background: rgba(22, 97, 162, 0.4);
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 9; }
  .company-overview-video-module .inner-wrap-narrow {
    padding-top: 4.375em;
    padding-bottom: 5.5em;
    position: relative; }
  @media (min-width: 40em) {
    .company-overview-video-module {
      text-align: left; } }
  .company-overview-video-module video {
    min-width: 100%;
    min-height: 100%;
    height: 20vh;
    object-fit: cover;
    width: 100%;
    position: absolute; }
  .company-overview-video-module iframe {
    position: relative;
    z-index: 99;
    margin: 0 auto;
    width: 100%;
    max-width: 658px;
    display: block; }

.covm-section-header {
  font-size: 2.25em;
  line-height: 1.6666666667em;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.5555555556em;
  opacity: 0.90;
  z-index: 99;
  position: relative;
  text-align: center;
  /*@include mq(xlarge) {
    position: relative;
    left: -2px;
  }*/ }
  @media (min-width: 40em) {
    .covm-section-header {
      margin: 0 0 1.5555555556em; } }

.covm-btn {
  font-size: 1.0625em;
  font-weight: 600;
  text-align: center;
  max-width: 11.4117647059em;
  width: 100%;
  line-height: 2.7058823529em;
  border: solid 2px #ffffff;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.4117647059em;
  z-index: 99;
  position: relative; }
  .covm-btn:hover {
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff; }
  .covm-btn:focus {
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #000000; }
    .covm-btn:focus:hover {
      border: solid 2px #ffffff;
      background-color: transparent;
      color: #ffffff; }
  @media (min-width: 40em) {
    .covm-btn {
      margin: 0;
      display: inline-block; } }

@media (max-height: 46em) and (min-width: 60em) {
  .mfp-iframe-scaler {
    padding-top: 41.25% !important; } }

.no-transition .sh-sticky-wrap.stuck {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

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

.right-image {
  display: block;
  text-align: center; }
  @media (min-width: 60em) {
    .right-image {
      float: right;
      margin-left: 2%; }
      .right-image img {
        display: block;
        margin: 0 auto; } }
  .right-image span {
    font-weight: bold;
    display: block; }
  .right-image a {
    width: 12.9375em;
    position: relative;
    z-index: 9; }

.page-id-1589 .mfp-img {
  max-height: inherit !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(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/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(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/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.mfp-close:hover,
  button.mfp-arrow:hover {
    background-color: transparent !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: #f4f6fa; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #000000;
  word-wrap: break-word;
  padding: 10px 0; }

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

.tablesaw thead tr:first-child th {
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 0.875em;
  font-weight: 700;
  color: #000000; }

.tablesaw-cell-content {
  font-size: 0.8125em; }
  @media (min-width: 40em) {
    .tablesaw-cell-content {
      font-size: 0.875em; } }

.gray {
  background-color: #f4f6fa; }

.tablesaw-cell-label {
  font-size: 0.8125em;
  vertical-align: middle !important;
  color: #000000; }

th, td, tr, .tablesaw-stack tbody tr {
  border-bottom: 1px solid; }
  @media (min-width: 40em) {
    th, td, tr, .tablesaw-stack tbody tr {
      border: 0 !important; } }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

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

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

/* Flying focus */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 1px 1px #07afcf, 0 0 1px #07afcf inset; }

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999; }

.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */ }

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important; }

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px; } }

/**
 * 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, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

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

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

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

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

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

.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

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

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

.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 .1s 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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*======= Slick Slider =========*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }


/***********hubspot page style************/
.hub-right-choice-module {
  background-color: #F7F7F7; }

@media (min-width: 60em) {
  .cut-two-col {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse; }
    .cut-two-col > div {
      flex-basis: 57.48%; }
      .cut-two-col > div.cut-form {
        flex-basis: 42.52%; } }

.cut-form {
  background-color: #0072CC;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.41);
  padding: 3.25em;
  padding-top: 2.2em;}

@media (min-width: 60em) {
  .cut-text {
    padding-left: 3em; } }

.ebook-wraper {
  position: relative; }
  .ebook-wraper .inner-wrap-wide {
    padding-top: 4.5em;
    padding-bottom: 4.875em;
    position: relative;
    z-index: 1; }

.ebook-wraper:before {
  content: '';
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/Wire-3-scaled-e1599077484867.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 39.3125em;
  position: absolute;
  left: 0;
  top: 0; }

.ebook-wraper:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 39.3125em; }

@media (max-height: 46em) and (min-width: 60em) {
  .ebook-wraper:before {
  content: '';
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/Wire-3-scaled-e1599077484867.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 42.3125em;
  position: absolute;
  left: 0;
  top: 0; }
  .ebook-wraper:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 42.3125em; }
}

.cut-text h1, .cut-text p {
  color: white; }

@media (max-width: 500px) {
  .ebook-wraper:after, .ebook-wraper:before {
    height: 42.3125em; } }

@media (max-width: 425px) {
  .ebook-wraper:after, .ebook-wraper:before {
    height: 48.3125em; } }
@media (max-width: 375px) {
  .ebook-wraper:after, .ebook-wraper:before {
    height: 48.3125em; } }
@media (max-width: 320px) {
  .ebook-wraper:after, .ebook-wraper:before {
    height: 48.3125em; } }

.ebook-wraper .legal-consent-container {
  background-color: #f7f7f7;
  padding: 1.5625em 0;
  margin-bottom: 1.5625em;
  position: relative;
  z-index: 1; }
  .ebook-wraper .legal-consent-container:before {
    content: '';
    background-color: #f7f7f7;
    height: 100%;
    width: 60%;
    transform: skewX(10deg);
    position: absolute;
    right: 75%;
    top: 0;
    z-index: -1; }
  .ebook-wraper .legal-consent-container:after {
    content: '';
    background-color: #f7f7f7;
    height: 100%;
    width: 3.25em;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1; }
  .ebook-wraper .legal-consent-container p {
    font-size: 0.75em;
    line-height: 1.8333333333em; }
    .ebook-wraper .legal-consent-container p a {
      color: #0f0f0f; }
      .ebook-wraper .legal-consent-container p a:hover {
        text-decoration: none; }

.cut-form .hs-form-field label {
  display: none; }

.cut-form .hs-form .hs-recaptcha {
  margin-bottom: 1.0625em;
  transform: scale(0.8);
  transform-origin: top left; }

@media only screen and (min-width: 600px) {
  .cut-form .hs-form .hs-recaptcha {
    transform: scale(1); } }

.cut-form .hs-form-field.hs-fieldtype-checkbox label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #545557; }

.cut-form .hs-form-field label.hs-form-booleancheckbox-display, .cut-form .hs-form-field label.hs-error-msg {
  display: block; }

.cut-form .hs-form-field .hs-form-booleancheckbox .hs-input {
  width: auto !important;
  margin-top: 7px; }

.cut-form .hs-form .hs-input {
  font-size: 0.875em;
  margin-bottom: 20px; }
.legal-consent-container .hs-form-booleancheckbox-display>span{
  font-size:14px;
  
}
.cut-form .hs-form .hs-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #181818;
  opacity: 1;
  /* Firefox */ }

.cut-form .hs-form select.hs-input {
  height: auto !important; }

.hs_submit.hs-submit {
  text-align: center; }
  .hs_submit.hs-submit .hs-button {
    background-color: white;    padding: 14px 24px;
    color: #0072cc; }
   .hs_submit.hs-submit .hs-button:hover {
      background-color: #0064b2;
      color: white; }
div#hs_cos_wrapper_widget_1681384689702{
text-align: center;}

.ebook-wraper.ebook-ty-page {
  position: relative; }
  .ebook-wraper.ebook-ty-page .inner-wrap, .ebook-wraper.ebook-ty-page .inner-wrap-narrow, .ebook-wraper.ebook-ty-page .inner-wrap-wide, .ebook-wraper.ebook-ty-page .inner-wrap-fullwidth {
    padding-top: 3.6875em;
    padding-bottom: 10.5em;
    position: relative;
    z-index: 1; }

.ebook-wraper.ebook-ty-page:before {
  content: '';
  background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/who-we-are-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 20.25em;
  position: absolute;
  left: 0;
  top: 0; }

.ebook-wraper.ebook-ty-page:after {
  display: none; }

.ebook-ty-page .cut-two-col {
  background-color: #0072cc;
  /*flex-direction: inherit;*/
  padding:35px;
  padding-top: 3.25em; }
.ebook-ty-page .cut-text{
      padding-bottom:40px;
    }
  @media (min-width: 60em) {
    .ebook-ty-page .cut-two-col > div {
      flex-basis: 62.49%; padding-left: 0; }
      .ebook-ty-page .cut-two-col > div.cut-image {
        flex-basis: 37.51%; } 
.ebook-ty-page .cut-two-col {
  padding-bottom:0;
    }
    .ebook-ty-page .cut-text{
      padding-right:190px;
    }
}
.cut-image {
    text-align: center;
    }
.cut-image img{
    max-width:250px !important;
    }
.hs-content-id-151380590194 .cut-image {
    margin-bottom: 0;
    }
@media (min-width: 60em) {
  .cut-image {
/*     margin-bottom: -97px; */
    text-align: center;
    padding-right: 61px; } 
  .ebook-ty-page .cut-two-col{
    font-size:1.25vw;
  }
}
@media (min-width: 80em) {
  .ebook-ty-page .cut-two-col{
    font-size:16px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .cut-image  {
    padding-right: 50px; } 
  .ebook-ty-page .cut-text{
      padding-right:25px;
      font-size:12px;
    }
}
.ebook-cta {
  background-color: white;
  color: #0072cc;
  padding: 14px 24px; }
  .ebook-cta:hover {
    background-color: #0064b2;
    color: white; }
/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F; }

.rfq-wraper{
 padding:0 1em; 
}
.rfq-wraper .rfq-bg-wraper {
    background-color: #efefef;
}
@media only screen and (max-width: 2000px) and (min-width: 960px){
.rfq-wraper .heading-one{
      margin-left: 0;
}
}

ul.inputs-list.multi-container {
    column-count: 2;
}

.page-intro{
 background-image: url(https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/hero-1.jpg);
}
@media only screen and (max-width: 2000px) and (min-width: 960px)  {
.heading{
  margin-left: 312px;
    margin-top: 53px;
}
}

.hs-form-booleancheckbox input[type="checkbox"]{
  width:auto !important;
}
  
.inputs-list  .hs-input {
  width:100% !important;
}

.hs_submit.hs-submit .hs-button {
    background-color: #ffffff;
    color: #0072cc;
  padding:14px 57px 13px;
  margin-top: 15px;
}
@media only screen and (max-width: 2000px) and (min-width: 960px){
h1.heading-one {
  
    margin-left: -42px;
}
}

.hs-form-checkbox-display span {
    font-weight: 400;
}
.hs-button:hover{
	    background: #02467b;
}
.hs-form-56a928ad-304c-477b-be9e-d86775797bb9_84c1e7b4-cada-4e54-9e86-11accf8b5704 .hs-button:hover{
  background: #02467b!important;
}

span.hs-form-required {
    color: red;
}

.hs-form-booleancheckbox .hs-input {
    margin-top: 5px!important;
}

.gdd-001-b .top-bar-wrap {
  background-color: #051A30;
  padding: 1.0625em 0.9375em 1.125em;
  text-align: center; }
  .gdd-001-b .top-bar-wrap .tb-link {
    font-size: 1em;
    line-height: 1.375em;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.18px;
    text-decoration: none;
    font-weight: 600;
    padding-right: 1.53125em;
    position: relative; }
    .gdd-001-b .top-bar-wrap .tb-link:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 0.75em;
      height: 100%;
      background-image: url(https://info.stangenes.com/hubfs/arrow.svg);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.75em; }

.gdd-001-b .sn-li-l1 .hs-menu-depth-1 span {
  letter-spacing: -0.16px; }

@media (min-width: 60em) {
  .gdd-001-b .inner-wrap-wide {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .gdd-001-b .site-header {
    height: initial; }
  .gdd-001-b .sh-sticky-wrap.stuck {
    box-shadow: none; }
  .gdd-001-b .site-logo {
    max-width: 12.1875em;
    margin-left: 0; }
  .gdd-001-b .sh-top-nav {
    width: calc(100% - 12.1875em); }
  .gdd-001-b .sn-li-l1 span, .gdd-001-b .hs-menu-depth-1 span {
    font-size: 0.875em; }
  .gdd-001-b .sn-li-l1 a, .gdd-001-b .hs-menu-depth-1 a {
    padding: 0 0.4375em; }
  .gdd-001-b .sn-li-l1.menu-item-has-children > a span, .gdd-001-b .hs-menu-depth-1.menu-item-has-children > a span {
    background-size: 0.8571428571em;
    padding-right: 1.5em; }
  .gdd-001-b .sh-ico-search {
    margin-left: 0.4375em; }
  .gdd-001-b .sh-ph, .gdd-001-b .sh-rfq {
    margin-left: 0.875em; } }

@media (min-width: 80em) {
  .gdd-001-b .site-logo {
    max-width: 13.625em;
    margin-left: 0; }
  .gdd-001-b .sh-top-nav {
    width: calc(100% - 13.625em); }
  .gdd-001-b .sn-li-l1 span, .gdd-001-b .hs-menu-depth-1 span {
    font-size: 0.875em; }
  .gdd-001-b .sn-li-l1 a, .gdd-001-b .hs-menu-depth-1 a {
    padding: 0 0.625em; }
  .gdd-001-b .sn-li-l1.menu-item-has-children > a span, .gdd-001-b .hs-menu-depth-1.menu-item-has-children > a span {
    background-size: 1.0714285714em;
    padding-right: 1.7857142857em; }
  .gdd-001-b .sh-ico-search {
    margin-left: 0.625em; }
  .gdd-001-b .sh-ph, .gdd-001-b .sh-rfq {
    margin-left: 1.25em; } }

h3#hs_cos_wrapper_form_title {
    color: #fff;
}
.ullist{
  display: flex;
  width: 100%;
}
.left-ul-list{
  width: 39%;
}
@media(max-width:660px){
.left-ul-list{
    width: 100%;
}}
@media(max-width:425px){
.ullist{
  display: block;
  width: 100%;
}}
.ullist ul:not([class]) li:not([class]):after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.8823529412em;
    left: -0.5882352941em;
    background-color: #fff;
}
/*! /* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-form{

}

.page-intro-new > .inner-wrap {
    position: relative;
    background-image: url(https://info.stangenes.com/hubfs/img/strings_pick.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 57px 86%;
    padding-left: 62px;
    padding-right: 62px;
}
.page-intro-new {
    background-color: #2E6175;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.pi-heading {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.links-module > .inner-wrap {
   padding-top:30px;
  padding-bottom:0;
}
.lm-wrapper {
    text-align: center;
    margin-top: 33px;
}
.lm-item {
    text-decoration: none;
    box-shadow: 0px 3px 6px #00000029;
    padding: 45px 20px;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:247px;
}
.lm-heading {
    font-size: 18px;
    text-align: center;
    color: #224F9B;
    line-height: 22px;
    margin-bottom:0;
}
.lm-item img {
    max-width: 130px;
    display: inline-block;
    vertical-align: middle;
}
.lm-item .img-on {
    display: none;
}
.lm-item:hover .img-on {
    display: inline-block;
}
.lm-item:hover .img-off {
    display: none;
}
.lm-title {
    display: block;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
   line-height: 22px;
}
.fm-form {
    padding: 20px;
    background-color: #EFEFEF;
  margin-bottom:20px;
}
.fm-form textarea, .fm-form input[type="color"], .fm-form input[type="date"], .fm-form input[type="datetime"], .fm-form input[type="datetime-local"], .fm-form input[type="email"], .fm-form input[type="month"], .fm-form input[type="number"], .fm-form input[type="password"], .fm-form input[type="search"], .fm-form input[type="tel"], .fm-form input[type="text"], .fm-form input[type="time"], .fm-form input[type="url"], .fm-form input[type="week"], .fm-form textarea, .fm-form input[type="hidden"], .fm-form select[multiple=multiple], .fm-form select {
  
  background-color: white;
  border-radius: 3px;
  border: 1px solid #9DA9B1;
  margin-bottom: 1em;
  padding: .3em .5em;
  width: 100%; }


.fm-form textarea {
  
  min-height: 75px; }
.fm-form label{
  font-weight:400;
}
.fm-form .hs_submit.hs-submit .hs-button {
    background-color: #0072cc;
    color: white;
    padding: 14px 57px 13px;
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
    max-width: 80%;
}
.fm-form .hs_submit.hs-submit .hs-button:hover{
background-color:#0064b2;
}
.fm-banner-img {
    max-width: 500px;
    margin: 0 auto 25px;
}
.fm-logo-module {
    text-align: center;
}
.fm-logo-module a {
    display: inline-block;
    vertical-align: middle;
    max-width: 169px;
    margin: 0 5px 10px;
}
.fm-logo-module img{
  display:inline-block;
  vertical-align:top;
}
@media (min-width:481px){
  .fm-form textarea {
    width: 100% !important;
  }
}

@media (min-width:40em){

.links-module > .inner-wrap {
    padding-top: 45px;
    padding-bottom: 0;
}
  .lm-heading {
    font-size: 20px;
    line-height: 26px;
    
}
  .lm-wrapper {
    
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    flex-wrap: wrap;
}
  .lm-item {
   
    margin: 0 40px 32px;
    width: 216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    height: 277px;
}
  .lm-item:hover {
    box-shadow: 0px 3px 6px #0064B280;
    margin-top:-15px;
}
  .lm-item:hover .img-off {
    display: none;
}
  .lm-item:hover .img-on {
    display: inline-block;
}
  .lm-item img {
    
    max-height: 95px;
}
  .lm-title {
   
    margin-top: 38px;
   
}
  .lm-item:hover .lm-title {
    color: #0064B2;
}
  .fm-logo-module a:hover {
    opacity: 0.8;
}
}

.fm-right-div{
display:none;
}

@media (min-width: 60em) {
  .page-intro-new > .inner-wrap {
        background-position: 54px top;
    padding-left: 127px;
    padding-right: 127px;
    background-size: 73px 131px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
.pi-heading {
    font-size: 50px;
    line-height: 60px;
}
  .links-module > .inner-wrap{
    padding-bottom:0;
  }
  .fm-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
  .fm-form {
    padding: 20px 27px 36px;
    background-color: #EFEFEF;
    margin-bottom: 20px;
    width: 49%;
}
  .fm-right-div {
    width: calc(50% - 18px);
    padding-left: 18px;
    display:block;
}
  .fm-banner-img {
    max-width: 100%;
    margin: 0 auto 25px;
}
}

@media (min-width: 80em) {
  .page-intro-new > .inner-wrap{
    background-position: 17px top;
    padding-left: 127px;
    padding-right: 127px;
    background-size: 94px 151px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
.links-module > .inner-wrap {
    padding-top: 57px;
    padding-bottom: 0;
}
  .lm-heading {
    font-size: 25px;
    line-height: 30px;
}
  .lm-wrapper {
    margin-top: 55px;
   
}
  .lm-item:hover {
    
    margin-top: -23px;
}
/*   .lm-item{
  
    margin: 0 7px 5px;
  } */
  .fm-logo-module a {
    
    margin: 0 22px 10px;
}
    .lm-wrapper {
    
    flex-wrap: nowrap;
}
  .lm-item {
   
    margin: 0 10px 32px;
}
}

.fm-wrapper-single{
text-align:center;
display:block;
}

@media (min-width: 60em) {
.fm-wrapper-single{
display:none;
}
}
.hs-content-id-162894525016 .page-intro-new > .inner-wrap {
  background-image: none;
}
.hs-content-id-162894525016 .page-intro-new {
 position:relative; 
}
.hs-content-id-162894525016 .page-intro-new:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
}
@media (max-width: 425px) {
.hs-content-id-169787965016 .ebook-wraper:before, .hs-content-id-169787965016 .ebook-wraper:after{
        height: 59em;
}
}


.rfq-page-intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.rfq-page-intro:before {
    content: '';
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.25;
}
.rfq-page-intro > .inner-wrap {
  position: relative;
  z-index: 1;
}
.rfq-pi-heading {
    color: white;
    font-size: 34px;
    line-height: 43px;
    font-weight: 700;
}
.rfq-pi-text {
    color: white;
    font-size: 17px;
    line-height: 25px;
/*     max-width: 635px; */
    margin: 0;
}
.rfq-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.rfq-head {
    width: 100%;
}
@media (min-width: 60em) {
  .rfq-wrap {
    text-align: initial;
  }
  .rfq-head {
    width: 40%;
  }
  .rfq-sub {
    width: 55% !important;
  }
  .rfq-pi-text {
    max-width: 635px;
  }
  .rfq-page-intro > .inner-wrap {
    padding-top: 60px;
    padding-bottom: 227px;
  }
}
.rfq-sub {
    width: 100%;
}

.rpm-main-heading {
  font-size: 2.25em;
  line-height: 1.1111111111em;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.8055555556em;
}

.rpm-btn-wrap {
  text-align: center;
  padding-top: 1.8125em;
}

.rpm-slider-bucket {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 2.625em 2.125em 3.875em 2.125em;
  position: relative;
  height: 100%;
/*   min-width: 391px; */
/*   width: 100%; */
/*     max-width: 391px; */
}
@media (min-width: 60em) {
  .rpm-slider-bucket {
    padding: 45px 34px 28px 34px;
  }
}

.rpm-slider-wrap .slick-arrow {
  font-size: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.rpm-slider-wrap .slick-arrow:hover {
  
}
.rpm-slider-wrap .slick-arrow.slick-prev {
  background: url("https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/rpm-left-arrow.svg"), linear-gradient(180deg, #0072cb 0%, #075ca4 100%);
  background-repeat: no-repeat;
  background-position: center;
  left: 3px;
}
.rpm-slider-wrap .slick-arrow:hover {
  opacity: 0.9;
}
.rpm-slider-wrap .slick-arrow.slick-next {
  background: url("https://24324694.fs1.hubspotusercontent-na1.net/hubfs/24324694/img/rpm-right-arrow.svg"), linear-gradient(180deg, #0072cb 0%, #075ca4 100%);
  background-repeat: no-repeat;
  background-position: center;
  right: 3px;
}
@media (min-width: 40em) {
  .rpm-slider-wrap .slick-track {
    display: flex;
  }
}
@media (min-width: 60em) {
  .rpm-slider-wrap .slick-list {
    padding: 0 2.375em !important;
  }
  .rpm-slider-wrap .slick-arrow.slick-prev {
    left: 30px;
  }
  .rpm-slider-wrap .slick-arrow.slick-next {
    right: 38px;
  }
}

.rpm-slider-wrap .slick-slide {
/*   padding: 42px 0 0 34px; */
  padding: 5px 0;
/*   min-height: 259px; */
margin: 0 17px; 
}
@media (min-width: 40em) {
  .rpm-slider-wrap .slick-slide {
    height: inherit;
  }
}

.rpm-bucket-heading {
  font-size: 1.5em;
  line-height: 1.4583333333em;
  color: #041B2F;
  font-weight: 700;
}

.rpm-bucket-link {
  font-family: "Poppins", sans-serif;
  font-size: 0.875em;
  line-height: 1.7142857143em;
  color: #0174ce;
  font-weight: 700;
  position: absolute;
  text-decoration: none;
  bottom: 1.4285714286em;
  right: 2.4285714286em;
}
.rpm-bucket-link .fa {
  margin-left: 1.7857142857em;
}
@media (min-width: 60em) {
  .rpm-bucket-link {
    bottom: 3em;
  }
  .public-patent-module {
    padding-top: 170px !important;
  }
}
.pp-heading {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #041B2F;
    margin-bottom: 30px;
}
.rpm-btn-wrap {
    text-align: center;
    padding-top: 1.8125em;
}
.btn-grad {
    background-color: #0174ce;
    position: relative;
    color: #fff;
    padding: 16px 48px;
}
.btn-grad:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.public-patent-module {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.public-patent-module:before {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.ppm-wrap {
  position:relative;
  z-index: 1;
}

.nrb-heading {
    color: white;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
}
.nrb-link {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: inline-block;
    max-width: 252px;
    margin: 0 auto;
}
.nrb-link:hover {
  color: white;
  text-decoration: underline;
}
.nrb-link:focus {
  color: white;
  text-decoration: underline;
}
.nrb-item img {
    display: block;
    text-align: center;
    margin: 0 auto;
      width: 67px;
}
.nr-bucket {
    background: #0072CB;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
}
.nrb-links {
    margin-top: 52px;
}
.nrb-item {
    margin-bottom: 52px;
}
.nr-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: center;
}
@media (min-width: 60em) {
  .nr-wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0 12px;
    margin-top: -230px !important;
  }
  .nr-form {
    width: 100%;
  }
  .nr-bucket {
    margin: o auto;
  }
  .public-patent-module {
    margin-top: -100px;
  }
}
@media (min-width: 40em) {
  .nr-form form ul.inputs-list.multi-container {
     column-count: 2 !important;
      margin-bottom: 32px;
  }
}
 .nr-form form ul.inputs-list.multi-container {
    column-count: auto;
}
.nr-form {
    width: 775px;
}
.nr-bucket {
    background: #0072CB;
    text-align: center;
    width: 354px;
    padding: 60px 32px 142px;
    margin: 0;
    height: max-content;
}
.nrb-link-txt {
    display: block;
    margin-top: 20px;
}
@media only screen and (max-width: 1050px) and (min-width: 960px) {
  .rqm-btn {
    font-size: 15px;
  }
}
 .rqm-btn {
    border: solid 2px #fff;
    background-color: #fff;
    color: #0174ce;
    padding: 11.5px 26px;
}
.rqm-btn:hover {
  background-color: transparent;
  border: solid 2px #fff;
  color: #ffffff;
}

.nr-form form {
  background: #EFEFEF;
  padding: 32px 40px;
  box-shadow: 0px 3px 6px #00000029;
}
.nr-form form input[type="text"], input[type="email"] {
  border-radius: 4px;
  border: 1px solid #727272;
  padding: 7px 0.5em;
}
.nr-form form input[type="email"] {
  border-color: #727272;
}
.nr-form form textarea {
  border-radius: 4px;
  border: 1px solid #727272;
  width: 100% !important;
  padding: 11.5px 0.5em;
}
.nr-form form select {
  border-radius: 4px;
  border: 1px solid #727272;
  width: 100% !important;
  height: 38px !important;
  margin-bottom: 0;
}
.nr-form h3 {
  margin: 0;
}
.nr-form form .hs-form-checkbox-display {
    display: flex;
    align-items: center;
    justify-content: start;
}
.nr-form form .inputs-list .hs-input {
    width: auto !important;
}
.nr-form form .hs_submit.hs-submit .hs-button {
  background-color: #0174CE;
    color: white;
    padding: 14px 57px 13px;
    margin-top: 36px;
    border-radius: 0;
}
.nr-form form .hs_submit.hs-submit .hs-button:hover {
  opacity: 0.9;
}
.nr-form form .hs-form-required {
    color: #DB0000;
    margin-left: 5px;
}
.hs_custom_products {
    margin-bottom: 32px;
}
.hs-form-booleancheckbox-display a {
    color: #DB0001;
}
.hs-form-booleancheckbox-display a:hover {
    color: #DB0001;
    text-decoration: none;
}
.rfq-wraper {
  z-index: 1;
  position: relative;
}
.legal-consent-container .hs-error-msgs label {
    color: #C02F2F !important;
}
.nr-form form .hs-richtext span {
  background-color: transparent !important;
}

 .hs-input {
    width: 100% !important;
}
.legal-consent-container .hs-form-booleancheckbox-display>span p{
    font-size: 14px;
}



/* GDD */
.gdd-005-b{
    display:block!important;
}
.gdd-005-b .gd-cat-rfq{
    line-height:normal!important;
}
.gdd-005-a,.gdd-005-b #catalog-mob{
    display:none
}
.gdd-005-b .sh-rfq{
    margin-left:.2em
}
.gdd-005-b .site-nav-container .hs-menu-depth-1>a,.gdd-005-b .site-nav-container .sn-li-l1>a{
    padding:0 .5em
}
#menu-primary-nav-1 .sn-li-l1>a{
    font-weight:600;
    font-size:.875em
}
.sh-top-nav{
    text-wrap:nowrap
}
.sh-catalog{
    padding:1.0357142857em 1.8571428571em!important;
    margin-left:.9375em;
    background-color:#fff!important;
    color:#0174ce!important;
    border:1px solid #0174ce
}
.sh-catalog,.sh-rfq{
    font-size:.875em!important
}
.sh-catalog:hover{
    background-color:#0174ce!important;
    color:#fff!important
}
.sh-ph{
    padding-right:10px
}
.site-nav .sn-level-1{
    height:3.25em
}
.sn-sub-menu-link{
    font-size:14px
}
.gdd-005-b .site-nav-container .sn-li-l1.menu-item-has-children>a span{
    font-size:14px!important;
    padding-right:1.125em;
    font-weight: 600;
}
.gd-cat-rfq{
    line-height:3.535294em!important
}
.page-id-5 .gd-cat-rfq{
    line-height:normal!important
}
@media only screen and (min-width:960px) and (max-width:1100px){
    .sh-top-nav{
        width:calc(100% - 13.25em)!important
    }
    .gdd-005-b .site-logo{
        max-width:10.5625em
    }
}
@media only screen and (max-width:959px){
    .hs-menu-depth-1,.sn-li-l1{
        background-color:#052138!important
    }
    #menu-primary-nav-1 .sn-li-l1>a{
        display:block;
        height:3.125em;
        line-height:3.125em;
/*         color:#fff; */
        text-decoration:none;
        padding:0 2.5em;
        font-weight:700
    }
}
@media only screen and (max-width:767px){
    .site-header-wrap .gdd-005-b .sh-catalog{
        display:none
    }
    .snc-header{
        text-align:right;
        padding:26px 25px 7px 16px
    }
    .site-nav,.snc-header{
        background-color:#052138
    }
    .sn-li-l1 span{
        font-size:1.0625em
    }
    .gdd-005-b,.gdd-005-b #catalog-mob{
        display:block
    }
    .gdd-005-a{
        display:none
    }
    .hs-menu-depth-1,.sn-li-l1{
        background-color:#052138!important
    }
    #menu-primary-nav-1 .sn-li-l1>a{
        display:block;
        height:3.125em;
        line-height:3.125em;
        color:#fff;
        text-decoration:none;
        padding:0 2.5em;
        font-weight:700
    }
    .site-nav .sn-level-1{
        height:auto
    }
    .sn-li-l1.menu-item-has-children .m-subnav-arrow.active{
        transform:rotate(180deg)!important
    }
    .sn-li-l1.menu-item-has-children .m-subnav-arrow{
        transform:rotate(1deg)
    }
}
@media (min-width:60em){
    .gdd-005-b .site-logo{
        max-width:12.5em;
        width:100%;
        display:inline-block;
        margin:0;
        float:left
    }
}
/* @media (min-width:80em){
    .site-header .sh-rfq{
        margin-left:2px!important
    }
} */

.gdd-005-b #catalog-mob {
    text-align: center;
}

@media screen and (min-width: 380px) {
    .gdd-005-b #catalog-mob .sh-catalog-mob {
        padding: 15.5px 109px;
    }
}

.gdd-005-b #catalog-mob .sh-catalog-mob {
    font-size: 14px;
    padding: 15.5px 90px;
    font-weight: 600;
    color: #0174ce;
    border: 1px solid #0174ce;
    background-color: #fff;
    margin: 20px 5px 30px 5px;
}

.sn-li-l1>a, .hs-menu-depth-1>a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #484c4e;
    text-decoration: none;
    padding: 0 2.5em!important;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .sn-li-l1>a, .hs-menu-depth-1>a { 
      color: #fff;
}
.sn-li-l1 > a:hover, .hs-menu-depth-1 > a:hover {
        color: #fff;
  }
.sn-li-l1 > a:visited, .hs-menu-depth-1 > a:visited {
        color: #fff;
  }
}

@media (min-width: 80em) {
    .gdd-005-b .site-logo {
        max-width: 14.5625em;
        margin-left: .625em;
    }

    .gdd-005-b .sh-rfq {
        margin-left: 1.25em!important;
    }
}

.gdd-005-b .sh-catalog {
    display: none;
    font-size: .875em;
    vertical-align: middle;
    padding: 1.0357142857em 1.0714285714em;
    font-weight: 600;
    border: 1px solid #0174ce;
    background-color: transparent;
    color: #0174ce;
}

@media (min-width: 60em) {
    .gdd-005-b .sh-catalog {
        display: inline-block;
    }
}

.gdd-005-b .sh-rfq {
    font-size: .875em;
    margin-left: .625em;
    padding: 1.1071428571em 1.8571428571em;
    line-height: normal;
    max-width: fit-content;
}
.sh-rfq:hover {
    background-color: #0064b2;
    color: #fff;
}

.gdd-005-b #catalog-mob {
  display: none;
}

.gdd-005-b .site-nav-container .hs-menu-depth-1>a, .gdd-005-b .site-nav-container .sn-li-l1>a {
    padding: 0 .5em!important;
}

@media only screen and (max-width: 960px) {
    .gdd-005-b #catalog-mob {
  display: block;
}
  .site-nav .sn-level-1 {
    height: auto;
}
.gdd-005-b .site-nav-container .hs-menu-depth-1>a, .gdd-005-b .site-nav-container .sn-li-l1>a {
     padding: 0 2.5em !important;
}

.gdd-005-b .site-nav-container .sn-li-l1.menu-item-has-children>a span {
  font-size: 1.0625em !important;
  font-weight: 700;
  }

  .sn-li-l1>a, .hs-menu-depth-1>a { 
    color: #fff;
  }

}

@media screen and (min-width: 380px) {
    .gdd-005-b #catalog-mob .sh-catalog-mob {
        padding: 15.5px 109px;
    }
}

.site-header-w-nav .sh-sticky-wrap .inner-wrap-wide {
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
}

.slwn-wrap {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
  max-width: 20.1875em;
}

.slwn-wrap img {
  display: block;
}

.feedback-ty-wrapper {
  position: relative;
}

.feedback-ty-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.25em;
  background-size: cover;
  background-position: center;
  background-image: url('https://info.stangenes.com/hubfs/feedback-hero-backgd.jpg');
}

.feedback-ty-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.25em;
  background-color: #000;
  opacity: 0.5;
}

.feedback-ty-wrapper > * {
  position: relative;
  z-index: 1;
}

.feedback-ty-wrapper .inner-wrap {
  padding-top: 78px;
  padding-bottom: 10.5em;
}

.ftw-inner {
    background-color: #efefef;
    padding: 35px;
    padding-top: 3.25em;
  text-align: center;
}

@media (max-height: 46em) and (min-width: 60em) {
  .site-header-w-nav .sh-sticky-wrap .inner-wrap-wide {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}