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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #4f5356;
  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.546875em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 1.85625em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 2.0625em; } }

.xlarge-font-size {
  font-size: 1.265625em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 1.51875em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 1.6875em; } }

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

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.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: "Open Sans", sans-serif;
  line-height: 1.25;
  margin: 0; }

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

h2 {
  font-size: 1.6875em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #000000; }

h3 {
  font-size: 1.5625em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #000000; }

h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #000000;
  font-weight: 600; }

h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #10749b; }

h6 {
  font-size: 1.0625em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #10749b;
  font-weight: normal; }

p {
  font-size: 1em;
  color: #4f5356;
  line-height: 1.5em;
  margin: 16px 0; }

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

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #000;
  text-decoration: underline; }
  a:hover {
    color: #ffc233; }
  a:focus {
    /*color: $hover-link-color;*/
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed red;
    outline-offset: -1px; }

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

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

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: #8e9397;
  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: #10749b;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(14, 99, 132, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

a:focus {
  color: #000; }

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

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 2.125em;
    color: #000;
     }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 0.625em;
      height: 0.625em;
      display: block;
      position: absolute;
      top: 0.8em;
      left: -0.9375em;
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-bullet-blue.svg);
      background-position: center center;
      background-size: 0.3125em 0.3125em;
      background-repeat: no-repeat;
      border-radius: 50%; }

.two-col-list {
  padding-left: 1.25em;
  margin-bottom: 1em;
  display: table;
  width: 100%; }
  .two-col-list li {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 2.125em;
    color: #4f5356;
    font-weight: 600; }
    .two-col-list li a {
      text-decoration: none;
      font-weight: normal; }
    .two-col-list li:after {
      content: '';
      width: 0.3125em;
      height: 0.3125em;
      display: block;
      position: absolute;
      top: 0.9375em;
      left: -0.9375em;
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-bullet-blue.svg);
      background-position: center center;
      background-size: 0.3125em 0.3125em;
      background-repeat: no-repeat;
      border-radius: 50%; }
  @media (min-width: 40em) {
    .two-col-list li {
      width: 50%;
      float: left; } }

.cat-item {
  position: relative;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2.125em;
  color: #10749b;
  font-weight: 600; }
  .cat-item a {
    text-decoration: none;
    font-weight: normal; }
  .cat-item:after {
    content: '';
    width: 0.3125em;
    height: 0.3125em;
    display: block;
    position: absolute;
    top: 0.9375em;
    left: -0.9375em;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-bullet-blue.svg);
    background-position: center center;
    background-size: 0.3125em 0.3125em;
    background-repeat: no-repeat;
    border-radius: 50%; }
  .cat-item ul {
    margin: 0; }
    .cat-item ul li {
      margin-bottom: 0 !important;
      font-size: 0.8421052632em !important;
      line-height: 2.125em !important;
      font-weight: normal !important;
      color: #1c1c1c !important; }
      .cat-item ul li:after {
        width: 0.25em !important;
        height: 0.25em !important;
        top: 0.9375em !important;
        left: -0.625em !important;
        background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-bullet.svg) !important;
        background-size: 0.25em 0.25em !important;
        border-radius: 50% !important; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 1.0625em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0;
    font-size: 1.1875em;
    line-height: 1.7894736842em;
    color: #10749b;
    font-weight: 600; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 0.2631578947em;
      height: 0.2631578947em;
      display: block;
      position: absolute;
      top: 0.7894736842em;
      left: -0.7894736842em;
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-bullet-blue.svg);
      background-position: center center;
      background-size: 0.2631578947em 0.2631578947em;
      background-repeat: no-repeat;
      border-radius: 50%; }
    .bullet-style li ul {
      margin: 0; }
      .bullet-style li ul li {
        margin-bottom: 0 !important;
        font-size: 0.8421052632em !important;
        line-height: 2.125em !important;
        font-weight: normal !important;
        color: #1c1c1c !important; }
        .bullet-style li ul li:after {
          width: 0.25em !important;
          height: 0.25em !important;
          top: 0.9375em !important;
          left: -0.625em !important;
          background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-bullet.svg) !important;
          background-size: 0.25em 0.25em !important;
          border-radius: 50% !important; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0;
  padding-left: 1.5em; }
  ol li {
    margin-bottom: 0;
    font-size: 1.1875em;
    line-height: 1.7894736842em;
    font-weight: 600; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }
    ol li ol {
      margin: 0;
      list-style-type: lower-alpha; }
      ol li ol li {
        margin-bottom: 0 !important;
        font-size: 0.8421052632em !important;
        line-height: 2.125em !important;
        font-weight: normal !important; }

/* 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-alt, .btn-alt-download, .btn-alt-arrow, .btn-on-color, .form-section .gform_footer .button {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-on-color:hover, .form-section .gform_footer .button:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled, .btn-on-color:disabled, .form-section .gform_footer .button: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-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-on-color:after, .form-section .gform_footer .button:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #ffc233;
  color: #000000;
  padding: 1.375em 2.875em; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #fbb000;
    color: #000000; }
  .btn:focus, button:focus,
  input:focus[type="submit"], .btn-download:focus, .btn-arrow:focus, .product-grid-item-link:focus {
    background-color: #ffc233;
    color: #000000; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #0b516d; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: transparent;
  border: solid 1px #292929;
  color: #292929;
  padding: 1em 2.75em; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #37393b; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #ffc233;
    border: solid 1px #ffc233;
    color: #000000; }
  .btn-alt:focus, .btn-alt-download:focus, .btn-alt-arrow:focus {
    background-color: transparent;
    border: solid 1px #292929;
    color: #000000; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #37393b; }

.btn-on-color {
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
  padding: 1.25em 1.5625em; }
  .btn-on-color:hover {
    background-color: #ffc233;
    border: solid 2px #ffc233;
    color: #000000; }
  .btn-on-color:focus {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff; }
  .btn-on-color:after {
    background-color: #37393b; }
  @media (min-width: 40em) {
    .btn-on-color {
      padding: 1.25em 2.6875em; } }

.btn-sm {
  padding: 0.9375em 1.5625em; }
  @media (min-width: 40em) {
    .btn-sm {
      padding: 0.9375em 2.75em; } }

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

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

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

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

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

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

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff;
  text-align: left; }
  .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: #ffffff;
      text-align: center; } }

.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: 5em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 80em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 5.875em; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: inline-block;
    height: 3.125em;
    line-height: 3.125em;
    color: #3c3b3b;
    text-decoration: none;
    padding: 0 1em;
    font-weight: 600; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #3c3b3b; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #ffc233; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    padding-right: 0em;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/nav-drop-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9375em;
    display: block;
    width: 20px;
    height: 50px;
    display: inline-block;
    vertical-align: middle; }
    .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.active > a,
  .hs-menu-depth-1.active > a {
    color: #ffc233; }
  .sn-li-l1.active.has-subnav .m-subnav-arrow, .sn-li-l1.active.menu-item-has-children .m-subnav-arrow, .sn-li-l1.active.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.active.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.active.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.active.hs-item-has-children .m-subnav-arrow {
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/nav-drop-down-hover.svg); }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 5em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid white;
      -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; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        display: block;
        padding: 0 0.5625em;
        height: 5em;
        line-height: 5em;
        color: #3c3b3b; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffc233; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block; }
      .sn-li-l1.has-subnav .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.625em;
        display: inline;
        background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/nav-drop-down.svg);
        background-repeat: no-repeat;
        background-position: right 0.3125em;
        background-size: 0.9375em; }
      .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://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-arrow-down.svg); }
      .sn-li-l1:hover > a,
      .hs-menu-depth-1:hover > a {
        color: #ffc233; }
      .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://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/nav-drop-down-hover.svg); } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 5.875em; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 1.5em 0 1.5em;
        height: 5.875em;
        line-height: 5.875em; }
      .sn-li-l1:last-child > a,
      .hs-menu-depth-1:last-child > a {
        padding-right: 1.125em; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      min-width: 13.6875em;
      background-color: #e6e5e5;
      border-radius: 5px;
      padding-top: 0.625em;
      padding-bottom: 0.625em;
      z-index: 2; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: rgba(229, 231, 230, 0.3);
  border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 0 0 2em;
    color: #3c3b3b;
    display: inline-block;
    text-decoration: none;
    line-height: 3.125em;
    text-align: left; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 0.875em;
      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.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow,
  .hs-menu-depth-2.has-subnav .m-subnav-arrow,
  .hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/nav-drop-down.svg) !important; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #ffc233; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #000000; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: transparent;
      border-top: 0; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 1.5625em;
        line-height: 3.125em;
        border-bottom: solid 1px rgba(70, 70, 70, 0.11);
        border-top: 0;
        border-right: 0;
        display: block; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 0.875em; }
      .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
      .hs-menu-depth-2:hover .sn-level-3 {
        display: block; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3 {
      position: absolute;
      min-width: 13.6875em;
      background-color: #e6e5e5;
      border-radius: 0 5px 5px 0;
      padding-top: 0.625em;
      padding-bottom: 0.625em;
      top: 0;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }

.site-nav-container {
  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; } }

.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: 1em;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #3c3b3b !important;
  padding-right: 1.5625em;
  line-height: 1.5em;
  margin: 0 auto;
  font-weight: 600;
  text-decoration: none; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/close.svg);
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.125em;
    height: 1.5em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1.75em 1em 1.8125em 1em;
  background-color: #ffffff; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0;
      display: none; } }

.snc-links-box {
  background-color: #000000;
  padding: 2.5em 0 0.6875em; }
  @media (min-width: 60em) {
    .snc-links-box {
      padding: 0;
      display: none; } }

.snc-links {
  margin: 0;
  text-align: center; }
  .snc-links li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 1.875em; }
    .snc-links li a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      font-size: 0.875em;
      font-weight: 600;
      padding: 0 1.0714285714em; }
      .snc-links li a:hover {
        color: #ffc233; }
      .snc-links li a:focus {
        color: #ffffff; }
    .snc-links li:after {
      content: '';
      width: 1px;
      height: 0.9375em;
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 0.375em; }
    .snc-links li:nth-child(3):after {
      display: none; }
    .snc-links li:last-child:after {
      display: none; }
    @media (min-width: 40em) {
      .snc-links li:nth-child(3):after {
        display: inline-block; } }

/*=============== media query for top navigation ===============*/
@media only screen and (max-width: 1314px) and (min-width: 1280px) {
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    padding: 0 1.25em; } }

/*
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-wider, .inner-wrap-fullwidth {
  max-width: 73.25em;
  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-wider::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-wider > *: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-wider > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-wider, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

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

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

.inner-wrap-wider {
  max-width: 82.5625em; }

.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-wider, .section-header-wrap .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .section-header-wrap h1 {
    margin: 0; }
  .section-header-wrap p {
    margin: .5em 0 0 0; }

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

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

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

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

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

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

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

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

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #efefef;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em !important;
  -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: #ffc233;
    color: #000000; }
    .click-expand.active .ce-header:after {
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/minus-icon.png);
      background-size: 0.65em 0.15em;
      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;
    background-color: #efefef;
    padding: 25px 24px;
    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 {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 1.25em;
  padding: 0.9em 1.2em;
  color: #ffffff;
  background-color: #000000;
  font-weight: normal; }
  .ce-header:after {
    content: '';
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/plus-icon.png);
    background-size: 0.65em 0.65em;
    top: 50%;
    transform: translateY(-50%);
    right: 0.6em;
    position: absolute;
    width: 0.65em;
    height: 0.65em;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%; }

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

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

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

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

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #10749b; }
  .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: #232323;
  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: #232323;
    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: #232323;
  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: #4f5356; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

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

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

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 639px) {
    .accordion-tabs {
      border-radius: 0;
      border: 1px solid #efefef; } }
  .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: 639px) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      @media screen and (max-width: 639px) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 639px) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  .accordion-tabs .tab-link {
    background-color: #000000;
    border-top: 1px solid #efefef;
    color: #ffffff;
    display: block;
    font-size: 1.25em;
    padding: 0.4em 1.4em;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    border-bottom: 0; }
    @media screen and (min-width: 639px) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
        margin-right: 1px;
        vertical-align: bottom; } }
    .accordion-tabs .tab-link:hover {
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #ffc233;
      color: #000000; }
      @media screen and (min-width: 639px) {
        .accordion-tabs .tab-link.is-active {
          border-bottom-color: white;
          padding: 0.5em 1.4em; } }
  .accordion-tabs .tab-content {
    background: #efefef;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%;
    border-top: solid 1px #ffc233; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 639px) {
      .accordion-tabs .tab-content {
        float: left; } }

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

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

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

/*=============== 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 .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-wider, .page-intro .inner-wrap-fullwidth {
  padding-top: 3.25em;
  padding-bottom: 3.1875em; }

.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: 71.5441%; }
    .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: 26.1%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

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

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #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 #3c3b3b;
    border-right: 1px solid #3c3b3b; }
    .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: #4f5356;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none; }
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      text-align: center; } }

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

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

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

/*=============== Product Carousel ===============*/
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%; }
    .product-item:last-child {
      margin-right: 0; }
    .product-item:nth-child(2n) {
      margin-right: 0; }
    .product-item:nth-child(2n+1) {
      clear: left; } }

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

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #ffffff;
  position: relative;
  width: 100%; }
  .resources-module:before {
    content: '';
    width: 100%;
    height: calc(100% + 3.125em);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .resources-module .inner-wrap, .resources-module .inner-wrap-narrow, .resources-module .inner-wrap-wide, .resources-module .inner-wrap-wider, .resources-module .inner-wrap-fullwidth {
    padding-top: 3.125em;
    padding-bottom: 0; }

.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-wrap {
  width: 100%;
  display: table;
  text-align: center; }

.rm-item {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 3.125em; }
  .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;
      width: 47%;
      display: inline-block;
      vertical-align: middle; } }

.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: #000000;
  font-weight: normal; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block; }

.rm-heading {
  font-size: 2.0625em;
  position: relative;
  text-align: center;
  line-height: normal;
  margin-bottom: 0.9090909091em;
  color: #000000; }

.destination .inner-wrap, .destination .inner-wrap-narrow, .destination .inner-wrap-wide, .destination .inner-wrap-wider, .destination .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 0; }

.breadcrumb-menu {
  font-size: 0.875em;
  margin-bottom: 1.9285714286em; }
  .breadcrumb-menu a {
    margin-right: 0.2142857143em; }
  .breadcrumb-menu .breadcrumb_last {
    margin-left: 0.4285714286em; }

.emph, .section-header-wrap p, .page-intro p {
  color: #2e2e2e;
  font-size: 1.6875em;
  line-height: 1.4074074074em;
  font-weight: 600;
  margin-top: 1em; }

.blockquote-text {
  max-width: 59.375em;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 2.5em;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  margin-bottom: 3.75em;
  margin-top: 3.75em; }
  .blockquote-text:before {
    content: '';
    width: 0.5625em;
    height: 100%;
    background-color: #ffc233;
    position: absolute;
    top: 0;
    left: 0; }
  .blockquote-text p {
    margin: 0;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.7em;
    color: #000000; }

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

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

.multiple-cols-module .inner-wrap, .multiple-cols-module .inner-wrap-narrow, .multiple-cols-module .inner-wrap-wide, .multiple-cols-module .inner-wrap-wider, .multiple-cols-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

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

.click-expand-module .inner-wrap, .click-expand-module .inner-wrap-narrow, .click-expand-module .inner-wrap-wide, .click-expand-module .inner-wrap-wider, .click-expand-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

.tabular-data .inner-wrap, .tabular-data .inner-wrap-narrow, .tabular-data .inner-wrap-wide, .tabular-data .inner-wrap-wider, .tabular-data .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

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

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

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

/*================ 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(16, 116, 155, 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://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/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://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/mm-next-icon.png);
        background-size: 0.875em 1.5625em; }
    @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; } }

.column-subtext {
  font-size: 1.125em;
  color: #1c1c1c;
  font-weight: 600;
  font-family: "Open Sans", sans-serif; }

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

.full-width-cta {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 2.9375em 0; }
  .full-width-cta:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(2, 2, 2, 0.41);
    position: absolute;
    top: 0;
    left: 0; }
  .full-width-cta .inner-wrap, .full-width-cta .inner-wrap-narrow, .full-width-cta .inner-wrap-wide, .full-width-cta .inner-wrap-wider, .full-width-cta .inner-wrap-fullwidth {
    position: relative; }

.fwc-heading {
  font-size: 2.25em;
  line-height: normal;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.8333333333em; }
  .fwc-heading a {
    color: #ffffff; }

.fwc-cta {
  padding: 0;
  font-size: 1.0625em;
  color: #ffffff;
  font-weight: 600;
  padding: 0.7647058824em 2.1764705882em 0.7058823529em;
  border: solid 1px #ffffff;
  line-height: normal;
  background-color: transparent;
  text-align: center;
  border-radius: 30px; }
  .fwc-cta:hover {
    background-color: #ffc233;
    color: #232323;
    border: solid 1px #ffc233; }
  .fwc-cta:focus {
    background-color: transparent;
    color: #ffffff;
    border: solid 1px #ffffff; }

.btn-wrap {
  display: inline-block;
  vertical-align: middle; }
  .btn-wrap .btn-alt, .btn-wrap .btn-alt-download, .btn-wrap .btn-alt-arrow {
    margin-top: 0.5555555556em; }
  @media (min-width: 40em) {
    .btn-wrap .btn-alt, .btn-wrap .btn-alt-download, .btn-wrap .btn-alt-arrow {
      margin: 0;
      margin-left: 0.5555555556em; } }

.btn-color-wrap {
  background-color: #2a2d2f;
  max-width: 18.75em;
  width: 100%;
  text-align: center;
  padding: 1.1875em 0.625em;
  margin: 0.625em 0; }
  @media (min-width: 40em) {
    .btn-color-wrap {
      padding: 1.1875em 0; } }
  @media (min-width: 60em) {
    .btn-color-wrap {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.625em; } }

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

.pgm-item {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.1111111111em;
  font-size: 1.125em;
  max-width: 18.75em; }
  .pgm-item a {
    color: #4f5356; }
    .pgm-item a:hover {
      color: #10749b; }
    .pgm-item a:focus {
      color: #4f5356; }
  .pgm-item:hover .pgm-item-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07); }
  @media (min-width: 40em) {
    .pgm-item {
      width: 47%;
      margin-right: 2%;
      display: inline-block;
      vertical-align: top;
      max-width: inherit; } }
  @media (min-width: 60em) {
    .pgm-item {
      width: 22.7%;
      margin: 0 1.3%; }
      .pgm-item:first-child {
        margin-left: 0; }
      .pgm-item:nth-child(4) {
        margin-right: 0; } }

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

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

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

.fs-side-nav {
  width: 100%; }

.fs-drop-test {
  width: 100%; }

/*================ gravity forms ============= */
.form-section #gform_wrapper_3 {
  background-color: #efefef;
  padding: 1.25em; }
  @media (min-width: 40em) {
    .form-section #gform_wrapper_3 {
      padding: 1.25em 0 1.25em 1.25em; } }

.form-section .gfield_label {
  color: #4f5356;
  font-size: 0.875em !important;
  margin-bottom: 0;
  font-weight: 500 !important; }

.form-section .gform_body ul li {
  width: 100%;
  margin: 0  !important; }
  .form-section .gform_body ul li input, .form-section .gform_body ul li select {
    height: 2.375em !important;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    color: #bebcbc;
    border: solid 1px #bebcbc; }
    .form-section .gform_body ul li input:focus, .form-section .gform_body ul li select:focus {
      outline: none;
      box-shadow: none; }

@media (min-width: 40em) {
  .form-section .gform_body ul li {
    padding-right: 1.25em; }
    .form-section .gform_body ul li:nth-child(1) {
      width: 50%;
      padding-right: 1.25em;
      float: left; }
    .form-section .gform_body ul li:nth-child(2) {
      width: 50%;
      padding-right: 1.25em;
      float: left; }
    .form-section .gform_body ul li:nth-child(3) {
      width: 50%;
      padding-right: 1.25em;
      float: left; }
    .form-section .gform_body ul li:nth-child(4) {
      width: 50%;
      padding-right: 1.25em;
      float: left; } }

.form-section .gform_footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 !important; }
  .form-section .gform_footer .button {
    font-size: 1em !important;
    display: table;
    padding: 0;
    margin: 0 auto !important;
    line-height: 3.125em;
    max-width: 8.75em !important;
    width: 100% !important;
    background-color: #ffc233;
    color: #000000; }
    .form-section .gform_footer .button:hover {
      background-color: #fbb000;
      color: #000000; }
    .form-section .gform_footer .button:focus {
      outline: none;
      background-color: #ffc233;
      color: #000000; }
  @media (min-width: 40em) {
    .form-section .gform_footer {
      width: calc(100% - 40px); } }

.gform_wrapper .top_label div.ginput_container {
  margin: 0 !important; }

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

.sn-nav {
  font-family: "Open Sans", sans-serif; }
  .sn-nav li {
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative; }
    .sn-nav li a {
      color: #ffffff;
      display: block;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 1.0625em;
      line-height: 1.4117647059em;
      text-decoration: none;
      padding: 0.6470588235em 2.3529411765em 0.6470588235em 0.9411764706em; }
    .sn-nav li:hover, .sn-nav li.active {
      background-color: #ffc233; }
      .sn-nav li:hover a, .sn-nav li.active a {
        color: #000000; }
      .sn-nav li:hover .m-subnav-arrows, .sn-nav li.active .m-subnav-arrows {
        transform: rotate(180deg);
        background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/dropdown-arrow.png); }
    .sn-nav li.active {
      border-bottom: 0; }
  .sn-nav .menu-item-has-children .m-subnav-arrows {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/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);
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/dropdown-arrow.png); }
  .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 {
        font-family: "Open Sans", sans-serif;
        color: #232323;
        font-size: 1em;
        padding: 0.3125em 2.5em 0.3125em 1em;
        line-height: 1.625em;
        font-weight: normal;
        text-transform: initial; }
        .sn-nav .menu-item-has-children ul li a:hover {
          background-color: #fbb000;
          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; }

.pp-heading {
  color: #000000;
  text-decoration: none; }
  .pp-heading:hover {
    color: #ffc233; }

.product-listing {
  width: 100%; }
  .product-listing .inner-wrap, .product-listing .inner-wrap-narrow, .product-listing .inner-wrap-wide, .product-listing .inner-wrap-wider, .product-listing .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }

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

.pl-item {
  width: 100%;
  margin: 1.25em 0;
  display: inline-block;
  border: solid 1px #eee;
  padding: 25px; }
  @media (min-width: 40em) {
    .pl-item {
      width: 47%;
      margin: 0 1% 1.875em; } }
  @media (min-width: 60em) {
    .pl-item {
      width: 33.33%; } }

.pl-title {
  font-size: 1.125em;
  margin-bottom: 0.3125em; }

.pl-price {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.625em; }

.dest-image {
  width: 18.75em;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.9375em;
  border: solid 1px #eee; }
  @media (min-width: 40em) {
    .dest-image {
      float: right;
      margin: 0 0 0.9375em 0.9375em; } }

.page-id-1031 .resources-module {
  display: none; }

/*Image Gallery Module*/
.image-gallery-module .inner-wrap, .image-gallery-module .inner-wrap-narrow, .image-gallery-module .inner-wrap-wide, .image-gallery-module .inner-wrap-wider, .image-gallery-module .inner-wrap-fullwidth {
  padding-top: 2em; }

/* ===== 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;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%; }

/*=============== Site Header ===============*/
.site-header-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/hero/hero-bg-image.jpg); }

.site-header {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  @media (min-width: 80em) {
    .site-header {
      height: 10.25em; } }

.sh-top-nav {
  display: none; }
  @media (min-width: 60em) {
    .sh-top-nav {
      width: 100%;
      display: table;
      height: 3.5625em;
      background-color: rgba(29, 29, 29, 0.7);
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .sh-top-nav .inner-wrap-wider {
        padding-top: 1.0625em;
        padding-bottom: 0.9375em; } }

.sh-top-links {
  width: 43%;
  float: left; }
  @media (min-width: 80em) {
    .sh-top-links {
      width: 57%; } }

.sh-top-link-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.75em; }
  .sh-top-link-list li a {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500; }
    .sh-top-link-list li a:hover {
      color: #ffc233; }
    .sh-top-link-list li a:focus {
      color: rgba(255, 255, 255, 0.8); }

@media (min-width: 80em) {
  .sh-top-link-list {
    padding-left: 11.5em; }
    .sh-top-link-list li:nth-child(2) {
      margin-right: 0.75em; }
    .sh-top-link-list li:nth-child(3) {
      margin-right: 0.75em; }
    .sh-top-link-list li:nth-child(4) {
      margin-right: 0.75em; } }

.sh-utility-nav {
  width: 57%;
  float: left;
  text-align: right; }
  @media (min-width: 80em) {
    .sh-utility-nav {
      width: 43%; } }

.sh-ph-title {
  font-size: 0.9375em;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: top;
  margin-right: 1.6666666667em;
  padding-top: 0.1333333333em;
  font-weight: 500;
  text-decoration: none; }
  .sh-ph-title:focus {
    color: rgba(255, 255, 255, 0.8); }

@media (min-width: 60em) {
  .sh-ph {
    width: auto;
    height: auto;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 700;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/phone.svg);
    background-repeat: no-repeat;
    background-size: 1.125em 1.125em;
    background-position: left 0.25em;
    margin-right: 0.5em;
    padding-left: 2.0625em; }
    .sh-ph span {
      display: inline-block; }
    .sh-ph:hover {
      color: #ffc233; }
    .sh-ph:focus {
      color: rgba(255, 255, 255, 0.8); } }

@media (min-width: 60em) {
  .sh-login {
    width: auto;
    height: auto;
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 700;
    margin-right: 0.5em;
    padding-left: 2.0625em; }
    .sh-login span {
      display: inline-block; }
    .sh-login:hover {
      color: #ffc233; }
    .sh-login:focus {
      color: rgba(255, 255, 255, 0.8); } }

.sh-ph-mob {
  width: 1.125em;
  height: 1.125em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/phone-white.svg);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.125em; }
  .sh-ph-mob span {
    display: none; }
  @media (min-width: 40em) {
    .sh-ph-mob {
      margin-left: 2.5em; } }
  @media (min-width: 60em) {
    .sh-ph-mob {
      display: none; } }

.sh-login-mob {
  width: 1.125em;
  height: 1.125em;
  font-size: 1em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/login.png);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em;
  background-position: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375em; }
  .sh-login-mob span {
    display: none; }
  @media (min-width: 40em) {
    .sh-login-mob {
      margin-left: 2.5em; } }
  @media (min-width: 60em) {
    .sh-login-mob {
      display: none; } }

.sh-sticky-wrap {
  margin-top: 2.0625em;
  margin-bottom: 1.125em;
 
}
  .sh-sticky-wrap .inner-wrap-wider {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      background-color: #ffffff;
      height: 5.375em;
      margin-top: 0;
      margin-bottom: 0; }
      .sh-sticky-wrap.stuck {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        box-shadow: 2px 0px 3px #7d7d7d; }
        .sh-sticky-wrap.stuck .logo-text {
          line-height: 5.5555555556em;
          margin-left: 6.2222222222em; }
        .sh-sticky-wrap.stuck .sl-text {
          line-height: 5.5555555556em; }
        .sh-sticky-wrap.stuck .sh-right-wrap {
          padding-top: 0.25em; }
        .sh-sticky-wrap.stuck .logo-graphic {
          width: 5.625em;
          background: transparent;
          box-shadow: none;
          top: 0; }
          .sh-sticky-wrap.stuck .logo-graphic img {
            top: 0;
            width: 100%; } }
  @media (min-width: 80em) {
    .sh-sticky-wrap {
      height: 6.75em; }
      .sh-sticky-wrap.stuck {
        height: 6.25em; }
        .sh-sticky-wrap.stuck .logo-graphic {
          width: 6.5em; } }

.site-logo {
  display: none;
  width: 100%;
  position: relative;
  text-decoration: none;
  display: table;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: width 0.25s linear;
  -moz-transition: width 0.25s linear;
  transition: width 0.25s linear; }
  .site-logo:before {
    content: '';
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: #ffffff;
    position: absolute;
    top: 0; }
  .site-logo:after {
    content: '';
    width: 100%;
    height: 100%;
    right: -100%;
    background-color: #ffffff;
    position: absolute;
    top: 0; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 15.3125em;
      width: 100%;
      float: left;
      display: inline-block;
      background-color: transparent;
      text-align: left; }
      .site-logo:before {
        display: none; }
      .site-logo:after {
        display: none; } }
  @media (min-width: 80em) {
    .site-logo {
      max-width: 21.125em; } }

.logo-graphic {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 5.4375em;
  height: 5.4375em;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  text-align: center;
  top: -1.1875em;
  box-shadow: 0px 3px 5.64px 0.36px rgba(0, 0, 0, 0.49);
  -webkit-transition: width 0.25s linear;
  -moz-transition: width 0.25s linear;
  transition: width 0.25s linear; }
  .logo-graphic img {
    vertical-align: middle;
    position: relative;
    top: 0.75em;
    left: -0.0625em;
    transform: none;
    width: 4.375em; }
  @media (min-width: 60em) {
    .logo-graphic {
      width: 6.25em;
      height: 6.25em;
      top: -0.375em;
      left: -0.0625em; }
      .logo-graphic img {
        width: 5em; } }
  @media (min-width: 80em) {
    .logo-graphic {
      width: 9.9375em;
      height: 9.9375em;
      top: -1.375em; }
      .logo-graphic img {
        top: 1.1875em;
        width: 8em; } }

.logo-text {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 1.0625em;
  font-style: italic;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  line-height: 2.8235294118em;
  overflow: hidden;
  margin-left: 6.1764705882em;
  position: relative; }
  @media (min-width: 60em) {
    .logo-text {
      font-size: 0.9375em;
      line-height: 5.6666666667em;
      margin-left: 6.8666666667em;
      padding-right: 1.9333333333em; }
      .logo-text:before {
        content: '';
        width: 6.6666666667em;
        height: 6.6666666667em;
        box-shadow: 1px 4px 3.64px 0.2px rgba(0, 0, 0, 0.35);
        position: absolute;
        right: 0.6em;
        z-index: 1;
        border-radius: 50%;
        top: -0.1333333333em; } }
  @media (min-width: 80em) {
    .logo-text {
      font-size: 1.125em;
      line-height: 6em;
      margin-left: 9.6666666667em;
      padding-right: 1.6111111111em; }
      .logo-text:before {
        content: '';
        width: 8.8333333333em;
        height: 8.8333333333em;
        right: 0.5em;
        top: -1.2222222222em; } }

.sl-text {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  line-height: 2.8235294118em;
  background: #ffffff;
  position: relative;
  z-index: 1;
  display: inline-block; }
  @media (min-width: 60em) {
    .sl-text {
      line-height: 5.7333333333em; } }
  @media (min-width: 80em) {
    .sl-text {
      line-height: 6em; } }

.sh-right-wrap {
  text-align: center;
  padding-top: 1.375em; }
  @media (min-width: 60em) {
    .sh-right-wrap {
      width: 73%;
      float: right;
      text-align: right;
      padding-top: 0; } }
  @media (min-width: 80em) {
    .sh-right-wrap {
      padding-top: 0.5625em; } }

.sh-rq {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 0.75em;
  max-width: 8.3125em;
  width: 100%;
  line-height: 3.75em;
  text-align: center;
  background-color: #ffc233;
  border-radius: 30px;
  color: #000000;
  margin-left: 1.125em; }
  .sh-rq:hover {
    background-color: #fbb000;
    color: #000000; }
  .sh-rq:focus {
    background-color: #ffc233;
    color: #000000; }
  @media (min-width: 40em) {
    .sh-rq {
      max-width: 11.125em;
      margin-left: 2.5em; } }
  @media (min-width: 60em) {
    .sh-rq {
      font-size: 0.875em;
      max-width: 11.4285714286em;
      line-height: 4.2857142857em;
      margin-left: 0.6428571429em; } }
  @media (min-width: 80em) {
    .sh-rq {
      font-size: 1em;
      max-width: 12.5em;
      line-height: 3.75em;
      margin-right: 0.0625em;
      margin-left: 2.25em; } }

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

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

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

.sh-icons {
  float: right; }

.sh-ico-search {
  width: 1.5em;
  height: 1.5em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/search-white.svg);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.125em; }
  .sh-ico-search span {
    display: none; }
  @media (min-width: 40em) {
    .sh-ico-search {
      margin-left: 2.5em; } }
  @media (min-width: 60em) {
    .sh-ico-search {
      width: 3.125em;
      height: 3.125em;
      background-color: #e5e7e6;
      border-radius: 50%;
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/search.svg);
      background-repeat: no-repeat;
      background-size: 1.5em 1.5em;
      background-position: center;
      margin-left: 0;
      text-align: center;
      text-decoration: none; }
      .sh-ico-search:hover {
        background-color: #ffc233; } }
  @media (min-width: 80em) {
    .sh-ico-search {
      width: 3.75em;
      height: 3.75em;
      margin-left: 0.875em; } }

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

/*=============== Site Intro ===============*/
.site-intro {
  clear: both;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.2); }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-wider, .site-intro .inner-wrap-fullwidth {
    padding-top: 1.75em;
    padding-bottom: 12em;
    position: relative;
    overflow: hidden; }
  @media (min-width: 60em) {
    .site-intro {
      text-align: left;
      border-top: 0; }
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-wider, .site-intro .inner-wrap-fullwidth {
        padding-top: 10.75em;
        padding-bottom: 10.1875em; } }

.si-header {
  font-size: 1.5625em;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0;
  width: 100%;
  margin-bottom: 1.12em; }
  .si-header span {
    font-size: 0.8em;
    line-height: normal;
    display: block;
    font-weight: normal;
    margin-bottom: 0.4em; }
  @media (min-width: 60em) {
    .si-header {
      font-size: 2.373125em;
      line-height: 1.3695022386em;
      max-width: 14.7748222281em;
      margin-bottom: 1.5275217277em; }
      .si-header span {
        font-size: 0.7613905715em;
        margin-bottom: 0.1037703217em; } }
  @media (min-width: 80em) {
    .si-header {
      margin-left: 0.0263365815em; } }

.si-img {
  position: absolute;
  width: 10.5em;
  bottom: -9.1875em;
  right: 0;
  left: 0;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .si-img {
      width: 33.6875em;
      top: 2.375em;
      right: -2.875em;
      left: auto; } }

.si-btn {
  padding: 0;
  font-size: 1em;
  color: #232323;
  font-weight: 600;
  max-width: 14.4375em;
  width: 100%;
  border: 0;
  line-height: 3.125em;
  background-color: #ffc233;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 1.25em; }
  .si-btn:hover {
    background-color: #fbb000;
    color: #232323; }
  .si-btn:focus {
    background-color: #ffc233;
    color: #232323; }
  @media (min-width: 40em) {
    .si-btn {
      margin-left: 0.3125em;
      margin-right: 1.5625em;
      margin-bottom: 0;
      max-width: 11.5625em; } }

.si-btn-alt {
  padding: 0;
  font-size: 1em;
  color: #ffffff;
  font-weight: 600;
  max-width: 14.4375em;
  width: 100%;
  border: solid 1px #ffffff;
  line-height: 3em;
  background-color: transparent;
  text-align: center;
  border-radius: 30px; }
  .si-btn-alt:hover {
    background-color: #ffc233;
    color: #232323;
    border: solid 1px #ffc233; }
  .si-btn-alt:focus {
    background-color: transparent;
    color: #ffffff;
    border: solid 1px #ffffff; }

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

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

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

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

.sf-footer {
  width: 100%; }
  .sf-footer .inner-wrap-wide {
    padding-top: 5.125em;
    padding-bottom: 2.875em; }

.sf-information {
  width: 100%;
  margin-bottom: 1.875em; }
  @media (min-width: 40em) {
    .sf-information {
      width: 50%;
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 60em) {
    .sf-information {
      width: 28.5%; } }
  @media (min-width: 80em) {
    .sf-information {
      padding-left: 0.125em; } }

.sf-bna {
  width: 100%; }
  @media (min-width: 40em) {
    .sf-bna {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .sf-bna {
      width: 31.2%; } }

.sf-get-touch {
  width: 100%;
  margin-top: 1.875em; }
  @media (min-width: 40em) {
    .sf-get-touch {
      float: left; } }
  @media (min-width: 60em) {
    .sf-get-touch {
      width: 40.3%;
      margin-top: 0; } }

.sf-title {
  font-size: 1.25em;
  line-height: 1.8em;
  color: #ffffff;
  position: relative;
  margin: 0;
  font-weight: 600;
  padding-bottom: 0.85em;
  margin-bottom: 1.55em; }
  .sf-title:before {
    content: '';
    width: 1.2em;
    height: 0.15em;
    background-color: #ffc233;
    position: absolute;
    bottom: 0;
    left: -0.05em; }
  @media (min-width: 40em) {
    .sf-title {
      float: left; } }

.sf-link-list {
  margin: 0;
  clear: both; }
  .sf-link-list li a {
    font-size: 1.0625em;
    line-height: 1.8823529412em;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
    .sf-link-list li a:hover {
      color: #ffc233; }
    .sf-link-list li a:focus {
      color: rgba(255, 255, 255, 0.7); }

.sf-social-wrap {
  margin-bottom: 1.875em;
  float: left; }
  .sf-social-wrap li {
    float: left;
    margin-right: 0.9375em; }
    .sf-social-wrap li a {
      display: inline-block;
      width: 2.5em;
      height: 2.5em;
      border-radius: 50%;
      display: table;
      background-color: #252525;
      text-align: center; }
      .sf-social-wrap li a span {
        display: table-cell;
        vertical-align: middle; }
      .sf-social-wrap li a .off {
        display: none; }
      .sf-social-wrap li a:hover {
        background-color: #ffc233; }
        .sf-social-wrap li a:hover .on {
          display: none; }
        .sf-social-wrap li a:hover .off {
          display: inline-block; }
    .sf-social-wrap li:nth-child(1) img {
      width: 0.875em; }
    .sf-social-wrap li:nth-child(2) img {
      width: 0.9375em; }
    .sf-social-wrap li:nth-child(3) img {
      width: 1.0625em; }
    .sf-social-wrap li:nth-child(4) img {
      width: 0.9375em; }
  @media (min-width: 40em) {
    .sf-social-wrap {
      float: right;
      text-align: right;
      padding-right: 1em;
      position: relative;
      top: -0.125em;
      margin-bottom: 0; }
      .sf-social-wrap li {
        margin-left: 0.9375em;
        margin-right: 0; } }
  @media (min-width: 80em) {
    .sf-social-wrap li {
      margin-left: 1.4375em; }
      .sf-social-wrap li:nth-child(2) {
        margin-left: 1.3125em; }
      .sf-social-wrap li:nth-child(3) {
        margin-left: 1.3125em; } }

.sf-address {
  clear: both;
  padding-top: 0.4375em; }

.sf-company-name {
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  line-height: normal;
  margin: 0; }

.sf-comp-add {
  margin: 0;
  font-size: 1.0625em;
  color: rgba(255, 255, 255, 0.7);
  line-height: normal;
  margin-top: 0.4117647059em;
  margin-bottom: 2.4705882353em; }
  .sf-comp-add span:nth-child(2) {
    position: relative;
    display: inline-block;
    padding: 0 1.4705882353em 0 1.4705882353em; }
    .sf-comp-add span:nth-child(2):before {
      content: '';
      width: 0.2352941176em;
      height: 0.2352941176em;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      top: 0.5882352941em;
      left: 0.5882352941em;
      border-radius: 50%; }
    .sf-comp-add span:nth-child(2):after {
      content: '';
      width: 0.2352941176em;
      height: 0.2352941176em;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      top: 0.5882352941em;
      right: 0.5882352941em;
      border-radius: 50%; }

.sf-phone {
  font-size: 1.0625em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/phone-white.svg);
  background-repeat: no-repeat;
  background-size: 1.0588235294em 1.1176470588em;
  background-position: 0.1764705882em 0.1764705882em;
  color: #ffffff;
  text-decoration: none;
  padding-left: 2.2352941176em;
  font-weight: 600;
  display: table;
  margin-bottom: 0.8823529412em; }
  .sf-phone:hover {
    color: #ffc233; }
  .sf-phone:focus {
    color: #ffffff; }
  @media (min-width: 40em) {
    .sf-phone {
      margin-right: 1.4705882353em;
      display: inline-block;
      margin-bottom: 0; } }
  @media (min-width: 60em) {
    .sf-phone {
      margin-right: 0.7058823529em; } }

.sf-email {
  font-size: 1.0625em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/mail.svg);
  background-repeat: no-repeat;
  background-size: 1.1764705882em 0.9411764706em;
  background-position: left 0.2941176471em;
  color: #ffffff;
  text-decoration: none;
  padding-left: 1.9411764706em;
  font-weight: 600; }
  .sf-email:hover {
    color: #ffc233; }
  .sf-email:focus {
    color: #ffffff; }

.sf-copyright {
  font-size: 0.875em;
  line-height: normal;
  color: rgba(178, 182, 186, 0.99);
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2.6428571429em; }
  .sf-copyright span {
    margin: 0 0.2857142857em; }
  .sf-copyright a {
    color: rgba(178, 182, 186, 0.99); }
    .sf-copyright a:hover {
      color: #ffc233; }
    .sf-copyright a:focus {
      color: rgba(178, 182, 186, 0.99); }

/*.desti-footer{
  margin-top: em(50);
  }*/
/*=============== 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: 92%; } }

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

.search-cell3 {
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell3 {
      width: 4%;
      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: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-search.svg) no-repeat center center !important; }
  .search-submit:hover {
    border: 0 !important; }
  .search-submit:focus {
    outline: none; }

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

.search-module {
  height: 9.125em;
  margin-top: -9.125em;
  background-color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 40em) {
    .search-module {
      height: 4.125em;
      margin-top: -4.125em; } }
  .search-module.active {
    margin-top: 0; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-wider, .search-module .inner-wrap-fullwidth {
    padding: 0.6875em 1.5em; }

.search-exit img {
  width: 1.1875em; }
  @media (max-width: 40em) {
    .search-exit img {
      width: 1.1875em;
      float: right;
      margin-left: 10px;
      margin-bottom: 5px;
      top: 0;
      right: 0;
      position: absolute; } }

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

/*=============== Feature Products ===============*/
.feature-products-module {
  width: 100%;
  position: relative; }
  .feature-products-module .inner-wrap, .feature-products-module .inner-wrap-narrow, .feature-products-module .inner-wrap-wide, .feature-products-module .inner-wrap-wider, .feature-products-module .inner-wrap-fullwidth {
    padding-top: 3.5625em;
    position: relative;
    padding-bottom: 5.75em; }
  .feature-products-module:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/featured-product-bg-image.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 60em) {
    .feature-products-module:before {
      height: 111.2%; } }

.fpm-header {
  text-align: center;
  font-size: 2.0625em;
  line-height: normal;
  color: #000000;
  margin: 0;
  font-weight: 700;
  margin-bottom: 1.4848484848em; }

.fpm-wrap {
  width: 100%;
  display: table; }

.fpm-item:nth-child(2) {
  margin: 1.875em 0; }

.fpm-item:hover .fpm-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07); }

@media (min-width: 40em) {
  .fpm-item {
    width: 32%;
    float: left; }
    .fpm-item:nth-child(2) {
      margin: 0 1.9%; } }

.fpm-img-wrap {
  width: 100%;
  height: 17.25em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/feature-products/feature-product-bg-shadow.png);
  background-size: cover;
  border-bottom: solid 2px #ffc233;
  display: table;
  text-align: center;
  overflow: hidden;
  transition: all 0.15s ease-in-out; }

.fpm-img {
  display: table-cell;
  vertical-align: middle; }
  .fpm-img img {
    transition: all 0.15s ease-in-out; }

.fpm-text-wrap {
  background-color: #ffffff;
  padding-top: 2.3125em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-bottom: 2.3125em; }
  @media (min-width: 40em) {
    .fpm-text-wrap {
      min-height: 15.625em; } }
  @media (min-width: 60em) {
    .fpm-text-wrap {
      padding-left: 2.5em;
      padding-right: 2.5em;
      padding-bottom: 3.0625em;
      min-height: 15em; } }
  @media (min-width: 80em) {
    .fpm-text-wrap {
      min-height: auto; } }

.fpm-title {
  font-size: 1.25em;
  line-height: normal;
  color: #000000;
  margin: 0;
  font-weight: 600; }

.fpm-desc {
  font-size: 1em;
  line-height: 1.4375em;
  color: #000000;
  margin-top: 0.875em;
  margin-bottom: 0.9375em; }

.fpm-link {
  font-size: 1em;
  color: #000000; }
  .fpm-link:hover {
    color: #ffc233; }
  .fpm-link:focus {
    color: #000000; }

/*=============== Industries modules ===============*/
.industry-module .inner-wrap-wide {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

@media (min-width: 60em) {
  .industry-module .inner-wrap-wide {
    padding-top: 0;
    padding-bottom: 3.5em; } }

/* Tabs container */
.r-tabs {
  position: relative; }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: block;
  height: 10em;
  border-bottom: solid 3px #ffc233;
  position: relative;
  background-size: cover;
  text-decoration: none; }
  .r-tabs .r-tabs-nav .r-tabs-anchor:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.45);
    position: absolute;
    top: 0;
    left: 0; }
  .r-tabs .r-tabs-nav .r-tabs-anchor:after {
    content: ''; }
  .r-tabs .r-tabs-nav .r-tabs-anchor span {
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-left: 1.6875em;
    padding-right: 1.6875em;
    line-height: 1.3125em; }
  @media (min-width: 80em) {
    .r-tabs .r-tabs-nav .r-tabs-anchor span {
      padding-right: 3em; } }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor span {
  color: #000000;
  z-index: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%); }

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffc233;
  position: absolute;
  top: 0;
  left: 0; }

/* Tab panel */
.r-tabs .r-tabs-panel {
  clear: both; }

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  font-size: 1em;
  padding: 0.9375em 1.25em;
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  font-weight: 600;
  border-bottom: solid 2px #ffc233;
  margin-bottom: 0.125em; }

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #ffc233;
  color: #000000; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: block;
  margin: 0;
  list-style: none;
  float: left;
  width: 14.28%; }

.r-tabs .r-tabs-panel {
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 959px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

.im-tabs {
  width: 100%;
  display: table;
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
  @media (min-width: 60em) {
    .im-tabs {
      padding-top: 3.75em;
      padding-bottom: 0; } }

@media (min-width: 40em) {
  .im-content {
    width: 50%;
    float: left; } }

@media (min-width: 60em) {
  .im-content {
    padding-top: 2.4375em; } }

.im-img {
  margin-bottom: 1.875em; }
  .im-img img {
    display: block; }
  @media (min-width: 40em) {
    .im-img {
      width: 48.9%;
      float: right;
      margin-bottom: 0; } }

.im-sub-title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #808080;
  line-height: normal;
  position: relative;
  margin: 0;
  padding-left: 1.5625em;
  margin-bottom: 0.5625em; }
  .im-sub-title:before {
    content: '';
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/industries-icon.svg);
    background-repeat: no-repeat;
    background-size: 0.75em 0.75em;
    width: 0.8125em;
    height: 0.8125em;
    position: absolute;
    top: 0.1875em;
    left: 0.0625em; }

.im-title {
  font-size: 1.6875em;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: normal;
  margin-bottom: 0.8518518519em; }

.im-desc {
  font-size: 1em;
  line-height: 1.4375em;
  max-width: 25.9375em;
  width: 100%; }

.im-btn {
  padding: 0;
  font-size: 1em;
  color: #000000;
  max-width: 12.6875em;
  width: 100%;
  font-weight: 600;
  line-height: 3.0625em;
  background-color: #ffc233;
  text-align: center;
  border-radius: 30px;
  margin-top: 1.625em;
  margin-left: 0.0625em; }
  .im-btn:hover {
    background-color: #fbb000;
    color: #000000; }
  .im-btn:focus {
    background-color: #ffc233;
    color: #000000; }

/*=============== Technical Data and Resource Module Starts ===============*/
.technical-data-resource-module {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .technical-data-resource-module .inner-wrap, .technical-data-resource-module .inner-wrap-narrow, .technical-data-resource-module .inner-wrap-wide, .technical-data-resource-module .inner-wrap-wider, .technical-data-resource-module .inner-wrap-fullwidth {
    padding-top: 3.3125em; }
  @media (min-width: 80em) {
    .technical-data-resource-module {
      overflow: hidden; } }

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

@media (min-width: 60em) {
  .tdrm-img {
    width: 41.9%;
    float: left; } }

@media (min-width: 80em) {
  .tdrm-img {
    position: relative;
    left: -1.3125em;
    height: 21.125em; } }

.tdrm-wrap {
  padding-top: 1.25em;
  text-align: center; }
  @media (min-width: 60em) {
    .tdrm-wrap {
      width: 50%;
      float: right;
      padding-top: 3.9375em;
      text-align: left; } }
  @media (min-width: 80em) {
    .tdrm-wrap {
      width: 49.4%;
      position: relative;
      right: -3px; } }

.tdrm-title {
  font-size: 1.6875em;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  margin: 0;
  margin-bottom: 0.7037037037em; }

.tdrm-para {
  font-size: 1em;
  line-height: 1.4375em;
  margin-bottom: 2.5em; }
  @media (min-width: 80em) {
    .tdrm-para {
      max-width: 33.4375em;
      width: 100%;
      margin-left: 0.1875em; } }

.tdrm-btn {
  padding: 0;
  font-size: 1.0625em;
  color: #232323;
  font-weight: 600;
  max-width: 12.7058823529em;
  width: 100%;
  border: 0;
  line-height: 2.9411764706em;
  background-color: #ffc233;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 0.8823529412em; }
  .tdrm-btn:hover {
    background-color: #fbb000;
    color: #232323; }
  .tdrm-btn:focus {
    background-color: #ffc233;
    color: #232323; }
  @media (min-width: 40em) {
    .tdrm-btn {
      margin-right: 0.8823529412em;
      margin-bottom: 0; } }
  @media (min-width: 80em) {
    .tdrm-btn {
      margin-left: 0.1764705882em;
      margin-right: 1.3529411765em; } }

.tdrm-btn-alt {
  padding: 0;
  font-size: 1.0625em;
  color: #4c4c4c;
  font-weight: 600;
  max-width: 9.4117647059em;
  width: 100%;
  border: solid 1px #4c4c4c;
  line-height: 2.8235294118em;
  background-color: transparent;
  text-align: center;
  border-radius: 30px; }
  .tdrm-btn-alt:hover {
    background-color: #ffc233;
    color: #232323;
    border: solid 1px #ffc233; }
  .tdrm-btn-alt:focus {
    background-color: transparent;
    color: #4c4c4c;
    border: solid 1px #4c4c4c; }

/*=============== Quality Sustainability Module ===============*/
.quality-sustainability-module {
  background-size: cover;
  position: relative;
  text-align: center; }
  .quality-sustainability-module:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.59);
    position: absolute;
    top: 0;
    left: 0; }
  .quality-sustainability-module .inner-wrap, .quality-sustainability-module .inner-wrap-narrow, .quality-sustainability-module .inner-wrap-wide, .quality-sustainability-module .inner-wrap-wider, .quality-sustainability-module .inner-wrap-fullwidth {
    position: relative;
    padding-top: 3.75em;
    padding-bottom: 3.375em; }

.qsm-heading {
  font-size: 2.0625em;
  line-height: normal;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0; }

.qsm-para {
  font-size: 1.25em;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  max-width: 48em;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.35em;
  margin-bottom: 1.7em; }

.qsm-wrap {
  width: 100%;
  display: table;
  margin-bottom: 2.4375em; }

.qsm-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 49%;
  margin-bottom: 1.25em; }
  .qsm-item:hover .qsm-img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.07);
    -o-transform: translate(-50%, -50%) scale(1.07);
    transform: translate(-50%, -50%) scale(1.07); }
  @media (min-width: 40em) {
    .qsm-item {
      width: 32.33%; } }
  @media (min-width: 60em) {
    .qsm-item {
      width: 20%;
      float: left;
      margin-bottom: 0; } }

.qsm-icon {
  width: 6.4375em;
  height: 6.4375em;
  border-radius: 50%;
  background-color: #ffc233;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease-in-out; }

.qsm-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-in-out; }

.qsm-title {
  font-size: 0.9375em;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.4666666667em;
  margin-top: 1.9333333333em; }
  @media (min-width: 60em) {
    .qsm-title {
      padding: 0 1.6666666667em; } }

.qsm-btn {
  padding: 0;
  font-size: 0.9375em;
  color: #ffffff;
  font-weight: 700;
  max-width: 12.9333333333em;
  width: 100%;
  border: solid 1px #ffffff;
  line-height: 3.2em;
  background-color: transparent;
  text-align: center;
  border-radius: 30px; }
  .qsm-btn:hover {
    background-color: #ffc233;
    color: #232323;
    border: solid 1px #ffc233; }
  .qsm-btn:focus {
    background-color: transparent;
    color: #ffffff;
    border: solid 1px #ffffff; }

/*=============== Official Supplier Module ===============*/
.official-supplier-module {
  width: 100%;
  background-color: #ffc233; }
  .official-supplier-module .inner-wrap-wide {
    padding-top: 5.1875em;
    padding-bottom: 4.625em; }

.osm-wrap {
  text-align: center;
  margin-bottom: 1.875em; }
  @media (min-width: 60em) {
    .osm-wrap {
      width: 45%;
      float: left;
      padding-top: 2.5em;
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 80em) {
    .osm-wrap {
      width: 49%;
      padding-top: 5.25em; } }

.osm-title {
  font-size: 1.4375em;
  line-height: 1.347826087em;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0.7826086957em; }
  .osm-title span {
    font-weight: 700; }

.osm-desc {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  color: #000000; }

.osm-img-wrap {
  max-width: 18em;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 40em) {
    .osm-img-wrap {
      max-width: 30.0625em; } }
  @media (min-width: 60em) {
    .osm-img-wrap {
      float: right;
      margin: 0; } }
  @media (min-width: 80em) {
    .osm-img-wrap {
      position: relative;
      right: -3.0625em; } }

.osm-map-img {
  display: block; }

.osm-loc-ico {
  position: absolute;
  bottom: 3.875em;
  left: 8.125em;
  display: block;
  width: 1.25em; }
  @media (min-width: 40em) {
    .osm-loc-ico {
      bottom: 6.125em;
      left: 14em; } }

.osm-loc-title {
  position: absolute;
  font-size: 1.0625em;
  line-height: normal;
  color: #000000;
  bottom: 3em;
  right: -0.5882352941em; }
  @media (min-width: 40em) {
    .osm-loc-title {
      bottom: 5.3529411765em;
      right: 3.5882352941em; } }

/*=============== Recent blogs ===============*/
.recent-blog-module .inner-wrap, .recent-blog-module .inner-wrap-narrow, .recent-blog-module .inner-wrap-wide, .recent-blog-module .inner-wrap-wider, .recent-blog-module .inner-wrap-fullwidth {
  padding-top: 4.625em;
  padding-bottom: 4.625em; }

.rbm-heading {
  font-size: 2.0625em;
  line-height: normal;
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em; }

.rbm-wrap {
  width: 100%; }

.rbm-item:nth-child(2) {
  margin: 0 0 1.875em 0; }

@media (min-width: 40em) {
  .rbm-item {
    width: 32%;
    float: left; }
    .rbm-item:nth-child(2) {
      margin: 0 1.9%; } }

@media (min-width: 80em) {
  .rbm-item {
    width: 27%; }
    .rbm-item:nth-child(1) {
      margin-right: 9.3%; }
    .rbm-item:nth-child(2) {
      margin: 0 9% 0 0; } }

.rbm-title {
  font-size: 1.125em;
  line-height: 1.6111111111em;
  font-weight: 600;
  color: #000000; }

.rbm-para {
  font-size: 1em;
  line-height: 1.4375em; }

.rbm-link {
  font-size: 1.0625em;
  line-height: normal;
  color: #202020;
  text-decoration: none;
  font-weight: 600;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/read-more.svg);
  background-repeat: no-repeat;
  background-size: 0.9411764706em 0.8235294118em;
  background-position: 0.0588235294em center;
  padding-left: 2.1176470588em;
  margin-top: 1.1764705882em;
  margin-bottom: 1.7647058824em;
  display: inline-block; }
  .rbm-link:hover {
    color: #ffc233; }
  .rbm-link:focus {
    color: #202020; }
  @media (min-width: 40em) {
    .rbm-link {
      margin-top: 1.8823529412em;
      margin-bottom: 0; } }

/*=============== help with project ===============*/
.help-with-project-module {
  background-size: cover;
  background-position: center;
  position: relative; }
  .help-with-project-module:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    position: absolute;
    top: 0;
    left: 0; }
  .help-with-project-module .inner-wrap, .help-with-project-module .inner-wrap-narrow, .help-with-project-module .inner-wrap-wide, .help-with-project-module .inner-wrap-wider, .help-with-project-module .inner-wrap-fullwidth {
    padding-top: 2.5em;
    padding-bottom: 3.25em; }

.hwpm-wrap {
  position: relative;
  text-align: center; }
  @media (min-width: 60em) {
    .hwpm-wrap {
      width: 49.1%;
      float: right;
      padding-top: 1.4375em;
      text-align: left; } }

.hwpm-title {
  font-size: 1.6875em;
  line-height: normal;
  margin: 0;
  color: #ffffff;
  font-weight: 600; }

.hwpm-para {
  font-size: 1em;
  line-height: 1.4375em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.875em; }
  @media (min-width: 80em) {
    .hwpm-para {
      margin-left: 0.125em; } }

.hwpm-btn {
  padding: 0;
  font-size: 1em;
  color: #000000;
  max-width: 10.8125em;
  width: 100%;
  font-weight: 600;
  line-height: 3.125em;
  background-color: #ffc233;
  text-align: center;
  border-radius: 30px; }
  .hwpm-btn:hover {
    background-color: #fbb000;
    color: #000000; }
  .hwpm-btn:focus {
    background-color: #ffc233;
    color: #000000; }
  @media (min-width: 80em) {
    .hwpm-btn {
      margin-left: 0.125em; } }

/*=============== media query for top navigation ===============*/
@media only screen and (max-width: 1314px) and (min-width: 1280px) {
  .sh-right-wrap {
    width: 72%; }
  .sh-rq {
    margin-left: 0.9375em; }
  .sh-ico-search {
    margin-left: 0.9375em; } }

/*=============== IE ===============*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-ph {
    background-size: 18px 18px; }
  .sh-ico-search {
    background-size: 24px 24px; }
  .sf-phone {
    background-size: 18px 19px; }
  .sf-email {
    background-size: 20px 16px; }
  .rbm-link {
    background-size: 16px 14px; } }

/*=============== Edge ===============*/
@supports (-ms-ime-align: auto) {
  .sh-ph {
    background-size: 18px 18px; }
  .sh-ico-search {
    background-size: 24px 24px; }
  .sf-phone {
    background-size: 18px 19px; }
  .sf-email {
    background-size: 20px 16px; }
  .rbm-link {
    background-size: 16px 14px; } }

.cust-resource-module {
  margin-top: 1.5625em;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }
  .cust-resource-module #RmContainer {
    margin: auto;
    text-align: center; }
  .cust-resource-module .rmm-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 40em) {
    .cust-resource-module {
      text-align: left;
      overflow: hidden; }
      .cust-resource-module .rmm-content {
        width: 78%;
        text-align: left;
        padding-bottom: 31px; }
        .cust-resource-module .rmm-content:after {
          content: "";
          position: absolute;
          right: -177px;
          left: auto;
          bottom: auto;
          background-position: right center;
          background-size: 170px 181px;
          width: 170px;
          height: 180px;
          transform: none;
          top: 20px;
          text-align: center; } }
  @media (min-width: 60em) {
    .cust-resource-module #RmContainer {
      width: 70em; }
    .cust-resource-module .rmm-content {
      width: 63%;
      padding-bottom: 92px;
      padding-top: 97px;
      margin-left: -3px; }
      .cust-resource-module .rmm-content:after {
        right: -345px;
        background-position: center center;
        background-size: 333px 476px;
        width: 333px;
        height: 476px;
        top: -26px; }
    .cust-resource-module .rmm-cta-wrapper {
      margin-left: 2px; } }

.h2-btn {
  clear: both; }

.sn-btn {
  float: none;
  clear: right; }
  @media (min-width: 40em) {
    .sn-btn {
      float: right; } }

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #f9ac39;
  font-size: 15px;
  border: 1px solid black;
  padding: 10px 45px; }

.popup:hover {
  color: black; }

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 30%;
  margin-left: -80px; }

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 82%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Toggle this class - hide and show the popup */
.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.popup-container {
  margin-bottom: 20px; }

.customColor {
  color: black; }

#myPopup a {
  padding-left: 0 !important;
  background: unset !important; }

.popupnew {
  padding: 10px 25px; }

.popup .popuptextnew {
  left: 24%; }

.popup .popuptextnew::after {
  left: 100%; }

.cust-cta {
  margin: 0.9375em 0.9375em 0.9375em 0; }

.iframe-wrap {
  padding: 25px 0; }
  .iframe-wrap iframe {
    width: 450px;
    height: 350px;
    border: 1px solid;
    max-width: 100%; }

.popup-container {
  position: relative; }
  .popup-container .popup-chart-img {
    display: none;
    position: absolute;
    bottom: 125%; }
  .popup-container .show {
    display: block; }
    .popup-container .show:after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 170px;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent; }

.way-2-block {
  display: inline-block;
  padding-top: 0.9375em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1em; }
  .way-2-block img {
    width: 9.375em; }

.ind-img img {
  max-width: 9.375em; }

.page-id-1403 .rows-of-2 {
  text-align: center; }

.sitemap-menu ul {
  padding-left: 0.9375em; }

.divider {
  border-bottom: 1px solid;
  margin-bottom: 1em; }

/*control valve btns styling*/
.valve-btn-wrap {
  text-align: right;
  margin-bottom: 30px; }

/*Hubspot Landing Pages Styles*/
.company-link {
  text-decoration: none; }

.cu-header {
  font-size: 33px;
  text-align: center;
  padding-top: 44px; }

.cu-sub-header {
  font-size: 18px;
  text-align: center;
  color: #383838; }

.contact-form-content {
  background-color: #efefef; }

.contact-form {
  padding-left: 20px;
  padding-bottom: 50px; }
  @media (min-width: 60em) {
    .contact-form {
      padding-left: 90px;
      padding-right: 55px;
      padding-bottom: 50px; } }
  .contact-form .hs-button {
    padding: 18px 71px !important; }
  .contact-form input.hs-button {
    padding: 22px 71px;
    border-radius: 30px; }
  .contact-form label {
    font-weight: 400;
    margin-bottom: 18px;
    margin-top: 18px; }
  .contact-form .actions {
    text-align: center;
    padding-top: 22px; }

.contact-form input.hs-input {
  height: 50px !important;
  width: 95%;
  border-color: #d6d5d5; }

.contact-form select.hs-input {
  height: 50px !important;
  width: 95%;
  border-color: #d6d5d5;
  color: #bdbebf; }

.contact-module {
  padding-top: 50px; }

.cm-title {
  font-size: 18px;
  font-weight: 600;
  color: #383838; }

.contact-location {
  display: table;
  padding-bottom: 32px; }

.contact-image {
  display: table-cell; }

.contact-text {
  display: table-cell; }

.contact-image img {
  margin: 10px 20px -7px 0px; }

.im-item {
  text-align: center; }
  @media (min-width: 40em) {
    .im-item {
      border-right: 1px solid #efefef; } }
  .im-item:last-child {
    border-right: none; }

@media (min-width: 60em) {
  .icon-module .im-title {
    padding-top: 18px;
    padding-left: 18px;
    display: inline-block;
    vertical-align: middle; } }

.icon-module .im-title a {
  color: #000000;
  text-decoration: none; }
  .icon-module .im-title a:hover {
    color: #ffc233; }

.im-image {
  display: inline-block;
  vertical-align: middle; }

.form-ebook-module .site-content-secondary {
  padding-top: 22px; }

.form-ebook-module .contact-form {
  padding-left: 18px;
  padding-right: 0; }

.form-ebook-module hr {
  padding-top: 16px;
  padding-bottom: 16px; }

@media (min-width: 60em) {
  .form-ebook-module .site-content-primary {
    width: 56% !important;
    margin-right: 3.2% !important; }
  .form-ebook-module .site-content-secondary {
    width: 40% !important; } }

/*
.page-intro h1{
 color:#fff;
  padding: 21px 0 40px 50px;
}
.page-intro .inner-wrap{
 padding-top:0 !important;
  padding-bottom:0 !important;
  }*/
.thank-you-module {
  background-color: #efefef; }

.tym-heading {
  font-weight: 400;
  text-align: center; }
  .tym-heading span {
    font-weight: 700; }

.ty-intro-text {
  text-align: center;
  font-size: 18px;
  font-weight: 600; }

.ty-link {
  text-decoration: underline;
  color: #ffc233; }

.ebook-wrapper {
  text-align: center; }

.ebook-image {
  display: block; 
  width: 204px;
   margin: auto;
}
  @media (min-width: 40em) {
    .ebook-image {
      display: inline-block;
      vertical-align: middle;
      width: 35%;
      margin: initial;
      padding-top: 56px; } }

.ebook-content {
  display: block;
  margin-left: 4%; }
  @media (min-width: 40em) {
    .ebook-content {
      display: inline-block;
      vertical-align: middle;
      width: 58%; } }
  @media (min-width: 60em) {
    .ebook-content {
      width: 35%; } }

.ec-titile {
  text-align: left; }

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

.ty-btn {
  position: relative; }

.ty-btn:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/Logos/down-arrow-1.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  right: 40px;
  top: 3px; }

.ty-btn {
  padding: 15px 67px 15px 44px; }

.ty-btn-left {
  text-align: left; }
  .ty-btn-left .btn:after, .ty-btn-left button:after,
  .ty-btn-left input[type="submit"]:after, .ty-btn-left .btn-download:after, .ty-btn-left .btn-arrow:after, .ty-btn-left .product-grid-item-link:after {
    background-color: transparent !important; }

.lp-hbspt .site-header-wrap {
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/Logos/hero-bg-image.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.lp-hbspt .site-header {
  height: 9em; }
  @media (min-width: 60em) {
    .lp-hbspt .site-header {
      height: 10em; } }

.lp-hbspt .sh-sticky-wrap {
  background-color: #ffffff; }

.lp-hbspt .sh-right-wrap {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 22px; }
  @media (min-width: 60em) {
    .lp-hbspt .sh-right-wrap {
      width: 73%;
      float: right;
      text-align: right;
      padding-top: 27px; } }
  @media (min-width: 80em) {
    .lp-hbspt .sh-right-wrap {
      padding-top: 40px; } }
  .lp-hbspt .sh-right-wrap .sh-ph {
    width: auto;
    height: auto;
    font-size: 1em;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/Logos/phone.png);
    background-repeat: no-repeat;
    background-size: 1.125em 1.125em;
    background-position: left .25em;
    margin-right: .5em;
    padding-left: 2.0625em; }
    .lp-hbspt .sh-right-wrap .sh-ph span {
      display: inline-block;
      padding-right: 25px; }

.lp-hbspt .page-intro .inner-wrap, .lp-hbspt .page-intro .inner-wrap-narrow, .lp-hbspt .page-intro .inner-wrap-wide, .lp-hbspt .page-intro .inner-wrap-wider, .lp-hbspt .page-intro .inner-wrap-fullwidth {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.lp-hbspt .page-intro h1 {
  color: #ffffff;
  padding: 29px 0px 32px 75px; }

.hbspt-footer .sf-social-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 1.875em;
  float: none; }
  .hbspt-footer .sf-social-wrap:before {
    content: '';
    width: 1.5em;
    height: .18em;
    background-color: #ffc233;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .hbspt-footer .sf-social-wrap li {
    margin-left: .9375em;
    margin-right: 0;
    display: inline-block;
    margin-right: 0;
    float: none; }
    .hbspt-footer .sf-social-wrap li:first-child {
      margin-left: 0; }
    @media (min-width: 80em) {
      .hbspt-footer .sf-social-wrap li:nth-child(2) {
        margin-left: 1.3125em; } }
    .hbspt-footer .sf-social-wrap li a {
      width: 2.5em;
      height: 2.5em;
      border-radius: 50%;
      display: table;
      text-align: center; }

.hbspt-footer .sf-link-list {
  margin: 0;
  clear: both;
  text-align: center; }
  .hbspt-footer .sf-link-list li {
    display: block; }
    @media (min-width: 40em) {
      .hbspt-footer .sf-link-list li {
        display: inline-block;
        padding-left: 50px;
        padding-right: 50px;
        position: relative; } }
    .hbspt-footer .sf-link-list li a {
      font-size: 1.0625em;
      line-height: 1.8823529412em;
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none; }
    .hbspt-footer .sf-link-list li:after {
      position: absolute;
      content: '|';
      right: 0;
      top: 6px;
      color: #fff; }
    .hbspt-footer .sf-link-list li:last-child:after {
      display: none; }

.product-bucket-module .inner-wrap, .product-bucket-module .inner-wrap-narrow, .product-bucket-module .inner-wrap-wide, .product-bucket-module .inner-wrap-wider, .product-bucket-module .inner-wrap-fullwidth {
  padding-top: 1.125em; }

.pmb-item-wrap > div {
  margin-bottom: 1px; }

@media (min-width: 60em) {
  .pmb-item-wrap {
    font-size: 1.25vw;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .pmb-item-wrap > div {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: 50%; }
      .pmb-item-wrap > div:nth-of-type(2n-1) > a {
        margin-right: 1px; } }

@media (min-width: 80em) {
  .pmb-item-wrap {
    font-size: 1em; } }

.pmb-item {
  border: 1px solid #e7e7e7; }

.pmb-item-link {
  text-decoration: none;
  padding-top: 3em;
  padding-left: 1.3125em;
  padding-bottom: 2.0625em; }
  .pmb-item-link > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 40em) {
    .pmb-item-link > div > span {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: 50%; } }
  @media (min-width: 60em) {
    .pmb-item-link {
      min-height: 20.625em; } }

.pmb-item-image-warp > span {
  max-width: 16.5625em;
  width: 100%;
  display: block; }
  .pmb-item-image-warp > span img {
    display: block;
    width: 100%;
    max-height: 15em; }

.pmbit-title {
  display: block;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  font-weight: bold;
  color: #10749b;
  margin-bottom: 0.4166666667em; }

.pmb-item-text {
  display: block;
  padding-right: 1.375em;
  padding-left: 0.875em; }
  .pmb-item-text > a {
    text-decoration: none;
    color: #10749b; }
    .pmb-item-text > a:hover {
      color: #10749b;
      text-decoration: underline; }

.pmbit-text {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  color: #4f5356;
  padding-bottom: 0.9375em; }

.pmbit-cta {
  background-color: transparent;
  border: 1px solid #4c4c4c;
  color: #4c4c4c !important;
  font-size: 1.0625em;
  padding-top: 0.8823529412em;
  padding-bottom: 0.9411764706em;
  padding-left: 1.4705882353em;
  font-weight: 600;
  padding-right: 1.4705882353em;
  text-decoration: none;
  margin: 1.7647058824em 1.1764705882em 0 1.1764705882em; }
  .pmbit-cta:hover {
    background-color: #ffc233;
    border-color: #ffc233;
    text-decoration: none !important;
    color: #4c4c4c !important; }
  @media screen and (min-width: 410px) {
    .pmbit-cta {
      margin-top: 0; } }

.pmbit-price-cta {
  background-color: #ffc233;
  border: 1px solid #ffc233;
  color: #232323 !important;
  font-size: 1.0625em;
  padding-top: 0.8823529412em;
  padding-bottom: 0.9411764706em;
  padding-left: 1.4705882353em;
  font-weight: 600;
  padding-right: 1.4705882353em;
  text-decoration: none; }
  .pmbit-price-cta:hover {
    background-color: #fbb000;
    border: 1px solid #fbb000;
    text-decoration: none !important;
    color: #4c4c4c !important; }

.pmbit-cta-wrap {
  max-width: 100%;
  width: 23.125em;
  margin: 1.25em auto 0;
  display: block;
  text-align: center; }
  @media screen and (min-width: 500px) {
    .pmbit-cta-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -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; } }

.site-blog-content .site-content-primary {
  margin-bottom: 2.5em; }

.site-blog-content .site-content-secondary #hs_cos_wrapper_blog_subscription {
  display: block;
  margin-bottom: 1.875em; }

.site-blog-content .site-content-secondary #hs_cos_wrapper_post_filter {
  display: block;
  margin-bottom: 1.875em; }

.site-blog-content .site-content-secondary #hs_cos_wrapper_top_posts ul {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .site-blog-content .site-content-secondary #hs_cos_wrapper_top_posts ul li {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 2.125em;
    color: #10749b;
    font-weight: 600; }
    .site-blog-content .site-content-secondary #hs_cos_wrapper_top_posts ul li a {
      text-decoration: none;
      font-weight: normal; }
    .site-blog-content .site-content-secondary #hs_cos_wrapper_top_posts ul li:after {
      content: '';
      width: 0.3125em;
      height: 0.3125em;
      display: block;
      position: absolute;
      top: 0.9375em;
      left: -0.9375em;
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-bullet-blue.svg);
      background-position: center center;
      background-size: 0.3125em 0.3125em;
      background-repeat: no-repeat;
      border-radius: 50%; }

.site-blog-content #hs_cos_wrapper_blog_comments .hs_submit {
  margin-top: 25px; }

@media (min-width: 60em) {
  .site-blog-content .site-content-primary {
    margin-bottom: 0; } }

.sitemap .breadcrumb-menu {
  display: none; }

/*=============== IE ===============*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-ph {
    background-size: 13px 13px !important; }
  .sf-phone {
    background-size: 15px 12px !important; }
  .sf-email {
    background-size: 15px 12px !important; }
  .page-template-front-page .site-content {
    overflow: hidden; }
  .hs-blog-id-3910116206 .sh-ph {
    background-size: 13px 13px !important; }
  .hs-blog-id-3910116206 .sf-phone {
    background-size: 15px 12px !important; }
  .hs-blog-id-3910116206 .sf-email {
    background-size: 15px 12px !important; }
  .hs-blog-id-3910116206 .site-content {
    overflow: hidden; } }

@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .pmb-item-wrap > div {
    flex-basis: 48%; } }

@media screen and (-ms-high-contrast: active) and (min-width: 80em), (-ms-high-contrast: none) and (min-width: 80em) {
  .pmb-item-wrap > div {
    flex-basis: 50%; } }

@media screen and (max-width: 370px) {
  .snc-links li a {
    padding: 0 0.5714285714em; } }

.contact-form-content .hs_same_as_company_address .hs-input {
  display: table-cell !important;
  float: left !important;
  width: 3% !important;
  height: 25px !important; }

.contact-form-content .hs_accept_invoices_electronically_ .hs-input {
  display: table-cell !important;
  float: left !important;
  width: 3% !important;
  height: 25px !important; }

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

.IP-butn {
  text-align: center; }

.ip-btn {
  max-width: 15.3125em !important; }

.tol-no {
  font-size: 15px;
  font-weight: normal; }

/*3d module ebook*/
.ebook-cta-module {
  max-width: 27.375em;
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #ffc233;
  border-bottom: 4px solid #ffc233;
  padding-top: 1.625em;
  padding-bottom: 0.3125em;
  margin-bottom: 1.5625em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .ebook-cta-module > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%; }
    .ebook-cta-module > div.ecm-content {
      text-align: center;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%;
      -ms-flex-preferred-size: 100%; }
  @media (min-width: 40em) {
    .ebook-cta-module > div {
      -webkit-flex-basis: 48%;
      -moz-flex-basis: 48%;
      flex-basis: 48%;
      -ms-flex-preferred-size: 48%; }
      .ebook-cta-module > div.ecm-content {
        text-align: left;
        -webkit-flex-basis: 52%;
        -moz-flex-basis: 52%;
        flex-basis: 52%;
        -ms-flex-preferred-size: 52%; } }
  @media (min-width: 60em) {
    .ebook-cta-module {
      float: right;
      margin-left: 3.75em; } }

.ecm-header {
  line-height: 1.5em; }

.ecm-image {
  display: block;
  max-width: 11.0625em;
  width: 100%;
  margin: 0 auto; }
  .ecm-image img {
    display: block;
    width: 100%; }
  @media (min-width: 40em) {
    .ecm-image {
      margin: 0; } }

.ecm-cta {
  padding-top: 1.0625em;
  padding-bottom: 1.0625em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/download-arrrow.png);
  background-repeat: no-repeat;
  background-size: 1.125em;
  background-position: 1.875em center;
  padding-left: 3.875em;
  padding-right: 1.625em; }

.yokes-video {
  max-width: 40em;
  width: 100%;
  margin: 0 auto;
  height: 22.5em; }

/*--------------- New page style start -----------------*/
.tcvm-two-col {
  padding-top: 2.1875em;
  padding-bottom: 2.1875em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  -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; }
  .tcvm-two-col > div {
    width: 100%;
    padding-top: 2.1875em; }
    .tcvm-two-col > div:first-child {
      border-bottom: 1px solid #e5e7e6;
      padding-top: 0;
      padding-bottom: 2.1875em; }
  @media (min-width: 60em) {
    .tcvm-two-col > div {
      width: 50%;
      padding-top: 0; }
      .tcvm-two-col > div:first-child {
        border-bottom: 0;
        border-right: 1px solid #e5e7e6;
        padding-bottom: 0; } }

@media (min-width: 40em) {
  .tcvmtc-col {
    padding: 0 1.5625em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: stretch; }
    .tcvmtc-col > div {
      width: 60%; }
      .tcvmtc-col > div:first-child {
        width: 40%; } }

.tcvmtc-content {
  padding-left: 1.25em;
  padding-right: 0.625em; }

.tcvmtc-image {
  text-align: center; }

.contact-valve-experts-module {
  background-color: #ffc233;
  text-align: center;
  color: #000000; }
  .contact-valve-experts-module .inner-wrap, .contact-valve-experts-module .inner-wrap-narrow, .contact-valve-experts-module .inner-wrap-wide, .contact-valve-experts-module .inner-wrap-wider, .contact-valve-experts-module .inner-wrap-fullwidth {
    padding-bottom: 3.125em;
    padding-top: 2.8125em; }
  .contact-valve-experts-module p {
    color: #000000; }

.cvem-header {
  font-size: 1.3125em;
  font-weight: bold;
  color: #2a2d2f; }

.cbem-cta {
  background-color: #000000;
  color: #ffc233;
  font-size: 1.0625em;
  padding-top: 1.1764705882em;
  padding-bottom: 1.2352941176em; }
  .cbem-cta:hover {
    border-color: #000000; }

.cvem-two-col {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 0.625em;
  -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; }
  .cvem-two-col > div {
    width: 100%;
    float: left; }
    .cvem-two-col > div p > span {
      display: block; }
  @media (min-width: 40em) {
    .cvem-two-col > div {
      width: 50%; } }

.cvemtc-title {
  font-weight: bold;
  line-height: 1.625em;
  padding-top: 2.375em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/check-icon.svg);
  background-repeat: no-repeat;
  background-size: 2em 2em;
  background-position: center 0.375em; }

.cvemtc-content {
  max-width: 23.8666666667em;
  width: 100%;
  margin: 0 auto;
  font-size: 0.9375em;
  line-height: 1.4666666667em; }

.three-tab-content-module {
  position: relative; }
  .three-tab-content-module .inner-wrap, .three-tab-content-module .inner-wrap-narrow, .three-tab-content-module .inner-wrap-wide, .three-tab-content-module .inner-wrap-wider, .three-tab-content-module .inner-wrap-fullwidth {
    position: relative; }
  @media (min-width: 60em) {
    .three-tab-content-module .inner-wrap, .three-tab-content-module .inner-wrap-narrow, .three-tab-content-module .inner-wrap-wide, .three-tab-content-module .inner-wrap-wider, .three-tab-content-module .inner-wrap-fullwidth {
      padding-top: 0; } }

@media (min-width: 60em) {
  .ttcm-tab {
    padding-top: 14.625em;
    font-size: 1.25vw; } }

@media (min-width: 80em) {
  .ttcm-tab {
    font-size: 1em; } }

.ttcm-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 60em) {
    .ttcm-bg {
      height: 24.875em; } }

.ttcm-accordion-tabs.accordion-tabs .ttcm-link {
  height: 10.25em;
  font-size: 1em;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  background-color: transparent; }
  .ttcm-accordion-tabs.accordion-tabs .ttcm-link > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3125em;
    font-weight: 600;
    padding: 0 2.5238095238em;
    line-height: 1.5238095238em; }
  .ttcm-accordion-tabs.accordion-tabs .ttcm-link.is-active {
    background-color: #000000;
    color: #ffffff; }
  @media (min-width: 60em) {
    .ttcm-accordion-tabs.accordion-tabs .ttcm-link {
      width: 32.99%; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .ttcm-accordion-tabs.accordion-tabs .ttcm-link {
      width: 32.90%; } }

.tab-content.ttcm-content-wrap {
  border-top: none;
  background-color: #ffffff; }
  @media (min-width: 60em) {
    .tab-content.ttcm-content-wrap {
      position: relative;
      padding: 1.875em 0 0;
      z-index: 1; }
      .tab-content.ttcm-content-wrap::before {
        content: '';
        background-color: #ffffff;
        width: 300%;
        left: -150%;
        top: 0;
        height: 100%;
        z-index: -1;
        position: absolute; } }

.ttccm-box-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5625em; }
  .ttccm-box-content > div {
    width: 99%;
    margin: 0 0.5% 1.25em;
    background-color: #e5e7e6; }
  @media (min-width: 40em) {
    .ttccm-box-content > div {
      width: 49%;
      margin: 0 0 1.25em;
      margin-left: 1%; }
      .ttccm-box-content > div:nth-of-type(2n-1) {
        margin-left: 0; } }
  @media (min-width: 60em) {
    .ttccm-box-content > div {
      width: 32.33%;
      margin-left: 1.50%; }
    .ttccm-box-content.ttcm-box3 > div:nth-of-type(2n-1) {
      margin-left: 1.50%; }
    .ttccm-box-content.ttcm-box3 > div:nth-of-type(3n-2) {
      margin-left: 0; }
    .ttccm-box-content.ttcm-box4 > div {
      width: 24%;
      margin-left: 1.28%; }
      .ttccm-box-content.ttcm-box4 > div:nth-of-type(2n-1) {
        margin-left: 1.28%; }
      .ttccm-box-content.ttcm-box4 > div:first-child {
        margin-left: 0; } }

.ttccmbc-text {
  padding: 15px 24px; }
  .ttccmbc-text p {
    font-size: 0.9375em;
    line-height: 1.7333333333em;
    color: #4f5356;
    margin-top: 0; }

.ttccmbc-title {
  text-align: center;
  background-color: #ffc233;
  margin-bottom: 0;
  padding-top: 1.15em;
  padding-bottom: 1.15em; }

.cbd-module {
  position: relative; }
  .cbd-module .inner-wrap, .cbd-module .inner-wrap-narrow, .cbd-module .inner-wrap-wide, .cbd-module .inner-wrap-wider, .cbd-module .inner-wrap-fullwidth {
    padding-top: 5em; }
  @media (min-width: 60em) {
    .cbd-module .site-content-primary {
      padding-right: 23.25em; } }

.cbd-image {
  display: block;
  max-width: 24.3125em;
  width: 100%;
  margin: 0 auto; }
  .cbd-image img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .cbd-image {
      position: absolute;
      right: 0;
      bottom: 0; } }

.control-valves .cust-resource-module {
  margin-top: 0; }
  .control-valves .cust-resource-module .rmm-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 40em) {
    .control-valves .cust-resource-module .rmm-content:after {
      content: "";
      position: absolute;
      right: -177px;
      left: auto;
      bottom: auto;
      background-position: right center;
      background-size: 170px 181px;
      width: 170px;
      height: 180px;
      transform: none;
      top: 20px;
      text-align: center; } }
  @media (min-width: 60em) {
    .control-valves .cust-resource-module .rmm-content {
      padding-top: 100px;
      padding-bottom: 100px; }
      .control-valves .cust-resource-module .rmm-content:after {
        right: -345px;
        background-position: center center;
        background-size: 424px 341px;
        width: 424px;
        height: 341px;
        top: 20px; } }

/*popup form hubspot on page Actuators*/
h2.popup-heading {
  font-size: 1.625em !important;
  text-align: center;
  color: #ffc233 !important; }

.popuplink {
  font-weight: bold; }

#hs_form_target_gdd_form .hs-input {
  height: 50px !important;
  border-color: #d6d5d5; }

#hs_form_target_gdd_form .hs_submit.hs-submit {
  padding-top: 1.25em;
  text-align: center; }
.gdd-010-b .hs_submit {
  margin-top: 15px;
}
.gdd-010-b .hs-error-msg {
    font-size: 14px;
    color: red !important;
}
  @media (min-width: 60em) {
.gdd-010-b .hs_recaptcha{
  transform: scale(0.75);
  transform-origin: top left;
    }}
 @media (min-width: 80em) {
.gdd-010-b .hs_recaptcha{
  transform: scale(0.9);
    }}

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

/*popup form hubspot on page end Actuators*/
/**hubsport style**/
.contact-form .hs-form fieldset.form-columns-1 .hs-input {
  width: 97% !important; }

.contact-form select.hs-input, .hs-form .input select {
  color: #4f5356 !important; }

/*3d module ebook*/
.ebook-cta-module {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #ffc233;
  border-bottom: 4px solid #ffc233;
  padding-top: 1.625em;
  padding-bottom: 0.3125em;
  margin-bottom: 1.5625em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ebook-cta-module > div {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

.ebook-cta-module > div.ecm-content {
  text-align: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

@media (min-width: 40em) {
  .ebook-cta-module > div {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    flex-basis: 35%; }
  .ebook-cta-module > div.ecm-content {
    text-align: left;
    -webkit-flex-basis: 65%;
    -moz-flex-basis: 65%;
    flex-basis: 65%; } }

@media (min-width: 60em) {
  .ebook-cta-module {
    float: right;
    margin-left: 3.75em; } }

.ecm-header {
  line-height: 1.5em; }

.ecm-image {
  display: block;
  max-width: 8.3125em;
  width: 100%;
  margin: 0 auto; }

.ecm-image img {
  display: block;
  width: 100%; }

.ecm-cta {
  padding-top: 1.0625em;
  padding-bottom: 1.0625em;
  background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/download-arrrow.png);
  background-repeat: no-repeat;
  background-size: 1.125em;
  background-position: 1.875em center;
  padding-left: 3.875em;
  padding-right: 1.625em; }

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

.hs-form .input select, .hs-form fieldset.form-columns-2 select.hs-input {
  width: 95% !important; }

.hs-form fieldset.form-columns-1 textarea.hs-input {
  width: 98% !important;
  height: auto !important; }

.new-block-cta {
  background-image: url("/wp-content/uploads/background-cta.jpg");
  background-size: cover;
  background-position: center right;
  border: 0;
  padding: 1.875em 1.25em;
  border-radius: 0.625em;
  margin: 1.5em 0; }
  .new-block-cta img {
    width: auto;
    margin: 0 auto; }
  .new-block-cta .nbc-img-wrap, .new-block-cta .nbc-content-wrap {
    margin-bottom: 0; }
  .new-block-cta .nbc-img-wrap, .new-block-cta .nbc-img {
    width: 15.625em;
    margin: 0 auto; }
  .new-block-cta .nbc-btn {
    margin-top: 0.625em; }
  @media (min-width: 40em) {
    .new-block-cta .nbc-content-wrap {
      width: calc(100% - 250px); } }
  @media (min-width: 80em) {
    .new-block-cta {
      padding: 3.125em 2.5em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .new-block-cta .nbc-content-wrap {
      width: calc(100% - 215px); } }

.hs_same_as_company_address .hs-input {
  display: table-cell !important;
  float: left !important;
  width: 3% !important;
  height: 1.25em !important; }

/* gdd 009 b css start */
.rfq-wrapper .form-wrapper {
  background-color: #efefef;
  padding: 1.25em 1.25em; }

.rfq-wrapper .rw-form-wrap {
  clear: both; }

.rfq-wrapper .additional-option {
  background-color: #ffeaba;
  padding: 1.25em 2.5em;
  margin: 1.25em 0; }

@media (min-width: 60em) {
  .rfq-wrapper .form-wrapper {
    padding: 1.25em 2.5em; } }

.rw-item-wrap {
  text-align: center; }

.rw-item {
  display: inline-block;
  vertical-align: top;
  padding: 0.625em;
  border: solid 1px #ccc;
  position: relative;
  margin: 0 0.3125em 0.625em;
  width: 15.625em;
  height: 11.6875em; }
  .rw-item:after {
    content: "";
    position: absolute;
    background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/untick.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 2em 2em;
    right: 0.625em;
    top: 0.625em;
    width: 2em;
    height: 2em; }
  .rw-item.active {
    border: 1px solid #ffc233; }
    .rw-item.active:after {
      background-image: url(https://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/tick.png); }
  .rw-item.unactive {
    opacity: 0.2; }
  @media (min-width: 60em) {
    .rw-item {
      float: left;
      width: 32.66%;
      margin: 0 1% 0.625em 0; }
      .rw-item:last-child {
        margin-right: 0; } }

.rw-image img {
  display: inline-block;
  vertical-align: top;
  max-width: 12.8125em;
  max-height: 7.25em; }

.rw-title {
  position: absolute;
  left: 1em;
  bottom: 0; }

.rw-form label {
  font-weight: 400; }

.rw-form input.hs-input, .rw-form textarea.hs-input, .rw-form select.hs-input {
  height: 2.625em !important; }

.rw-form .hs-form-radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.25em; }
  .rw-form .hs-form-radio label input, .rw-form .hs-form-radio label span {
    display: inline-block;
    vertical-align: middle;
    height: 1.5625em !important; }

.rw-form textarea, .rw-form input[type="color"], .rw-form input[type="date"], .rw-form input[type="datetime"], .rw-form input[type="datetime-local"], .rw-form input[type="email"], .rw-form input[type="month"], .rw-form input[type="number"], .rw-form input[type="password"], .rw-form input[type="search"], .rw-form input[type="tel"], .rw-form input[type="text"], .rw-form input[type="time"], .rw-form input[type="url"], .rw-form input[type="week"], .rw-form textarea, .rw-form select[multiple="multiple"], .rw-form select {
  box-shadow: none;
  border: 1px solid #d5d5d5; }

#actuators .hs-form, #control-valves .hs-form, #other .hs-form {
  position: relative; }
  #actuators .hs-form .hs_submit.hs-submit, #control-valves .hs-form .hs_submit.hs-submit, #other .hs-form .hs_submit.hs-submit {
    /*position: absolute;
right: em(40);
bottom: em(19);
width: 50%;*/
    background-color: #efefef;
    padding: 1.875em 0.9375em 1.875em;
    text-align: center; }

#actuators .hs_error_rollup, #control-valves .hs_error_rollup, #other .hs_error_rollup {
  padding: 1.25em 2.5em;
  background-color: #efefef; }

#actuators .hs_recaptcha, #control-valves .hs_recaptcha, #other .hs_recaptcha {
  background-color: #efefef;
  padding: 1.25em 1.5em; }

@media (min-width: 60em) {
  #actuators .hs_recaptcha, #control-valves .hs_recaptcha, #other .hs_recaptcha {
    padding: 1.25em 2.5em; } }

/* gdd 009 b css end */
/* gdd 010 b css  */
.gdd-010-form-wrapper{
  margin-bottom: 30px;
}
.gdd-010-form label{
  color:black;
}
.gdd-010-form 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{
  border: 1px solid black;
}
.gdd-010-form 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: black;
}

.gdd-010-form #message-eeb96ddd-37a9-4f42-bb88-2f7ece281332 {
    height: auto !important;
}
.gdd-010-form .hs_error_rollup{
  display:none;
}
/* gdd 011 b css start */


.btn.sh-contact, button.sh-contact,
input.sh-contact[type="submit"], .sh-contact.btn-download, .sh-contact.btn-arrow, .sh-contact.product-grid-item-link {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: auto;
  font-size: 0.5em;
  padding: 2em 1.25em;
  margin-left: 0; }
  @media (min-width: 40em) {
    .btn.sh-contact, button.sh-contact,
    input.sh-contact[type="submit"], .sh-contact.btn-download, .sh-contact.btn-arrow, .sh-contact.product-grid-item-link {
      font-size: 1em;
      margin-left: 2.5em;
      line-height: 1em;
      padding: 1em 1.25em;
      vertical-align: middle; } }
  @media (min-width: 60em) {
    .btn.sh-contact, button.sh-contact,
    input.sh-contact[type="submit"], .sh-contact.btn-download, .sh-contact.btn-arrow, .sh-contact.product-grid-item-link {
      border: 1px solid #3c3b3b;
      color: #3c3b3b;
      margin-left: 0.5em; }
      .btn.sh-contact:hover, button.sh-contact:hover,
      input.sh-contact:hover[type="submit"], .sh-contact.btn-download:hover, .sh-contact.btn-arrow:hover, .sh-contact.product-grid-item-link:hover {
        background-color: #ffc233;
        border: 1px solid #ffc233; }
      .btn.sh-contact:focus, button.sh-contact:focus,
      input.sh-contact:focus[type="submit"], .sh-contact.btn-download:focus, .sh-contact.btn-arrow:focus, .sh-contact.product-grid-item-link:focus, .btn.sh-contact:active, button.sh-contact:active,
      input.sh-contact:active[type="submit"], .sh-contact.btn-download:active, .sh-contact.btn-arrow:active, .sh-contact.product-grid-item-link:active {
        color: #3c3b3b; } }

.sh-contact{
  text-align:center;
}
.sh-rq {
  font-size: .5em;
padding: 2em 1.25em;
line-height: 1em;
max-width: 10em;
  margin-left:0.3em;
  border:1px solid #ffc233;
}
.sh-ico-search {
  margin-left:0.3em;
}
.sh-login{
  position:relative;
}
.sh-login:before{
  content: "";
position: absolute;
background-image: url(https://baelzna.com/wp-content/uploads/ico-account.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 1.5em 1.5em;
left: 0;
top: 0.1em;
width: 1.5em;
height: 1.5em;
}
@media only screen and (min-width:640px){
  .sh-ico-search{
    margin-left:2.5em;
  }
  .sh-rq {
    font-size: 1em;
margin-left: 2.5em;
line-height: 1em;
padding: 1em 1.25em;
  }
}
@media only screen and (min-width:960px){ 
  .sh-ico-search{
    margin-left: 0.5em;
    background-color:transparent;
  }
  .sh-ico-search:hover{
    background-color:transparent;
  }
  .sh-rq{
    margin-left:0.5em;
  }
  .sn-li-l1 > a, .hs-menu-depth-1 > a{
    padding:0 0.1em;
  }
  .sh-top-link-list li{
    margin-right: 0.7em;
  }
  .sh-top-link-list li:last-child{
    margin-right: 0;
  }
  .site-nav-container{
    width:44%;
  }
  .sh-right-wrap{
    display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;
    align-items:center;
    flex-wrap:wrap;
  }
  .sh-right-wrap > * {
    flex: auto;
}
}
@media only screen and (min-width:1280px){  
  .sh-top-link-list li{
    margin-right: 0.75em;
  }
  .sn-li-l1 > a, .hs-menu-depth-1 > a {
    padding: 0 1.25em;
}
  .sh-rq{
    max-width:12em;
    padding:1em 1.5em;
  }
  
  .site-nav-container{
    width:52%;
  }
}

/* gdd 011 b css end */

.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://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/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://2066375.fs1.hubspotusercontent-na1.net/hubfs/2066375/img/ico-arrow-right.svg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tablesaw thead tr:first-child th {
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 0.875em;
  color: #10749b; }
  @media (min-width: 80em) {
    .tablesaw thead tr:first-child th {
      font-size: 1.0625em; } }

.tablesaw-cell-content {
  font-size: 0.875em; }

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

.gray {
  background-color: #efefef; }

th {
  border: 0; }

td {
  border: 0; }

.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; } }
span.hs-form-required {
    color: red;
}

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

.mfp-img {
 max-height:none !important;
}
@media (max-width: 40em) {
   .h-img {
    float: none !important;
    display: block;
}
}
.logo-graphic{
	background:#000!important;
}
.sh-sticky-wrap.stuck .logo-graphic img{
	background:#000;
}
.sh-sticky-wrap.stuck .logo-graphic {
	background:transparent!important;
}
.sh-sticky-wrap.stuck .site-logo {
	overflow:hidden;
}
ol li{
      position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 2.125em;
    color: #000!important;
    font-weight: 400;
}
.blog-ol-li span{
      color: #000!important;
}
#siteContentFocusable{
  outline: none !important;
}
 
.mfp-zoom-out-cur .sh-sticky-wrap.stuck{
    width: calc(100% - 17px);
  }

.mfp-zoom-out-cur .anchor-links-nav.stuck{
  width: calc(100% - 17px);
 }
 
.mfp-helper .sh-sticky-wrap.stuck{
 width: calc(100% - 17px);
}

.mfp-helper .anchor-links-nav.stuck{
  width: calc(100% - 17px);
 }

 .no-touch .mfg-popup-open{
  margin-right: 17px;
 }

 .no-touch .mfg-popup-open .sh-sticky-wrap.stuck{
  padding-right: 17px;
 }

 .no-touch .mfg-popup-open .anchor-links-nav.stuck{
  padding-right: 17px;
 }


 .no-touch .mfg-popup-open .search-module{
  z-index: 999;
  width: calc(100% - 17px);
 }
@media (min-width: 60em) {
  .anchor-links-nav.stuck{
      width: calc(100% - 0px);
    }
  
}

 #loadingMessage {
            display: block;
            padding: 10px;
            background-color: #f0f0f0;
        }

        /* Optional: Hide the loading message once the page is loaded */
        #loadingMessage.hide {
            display: none;
        }
        .rfq-wrapper{
          display:none;
        }
        
        .rw-form .hs-form fieldset {
    max-width: 100% !important;
    margin-bottom: 30px;
}
      .rw-form .hs-form .hs-input,.rw-form .hs-form fieldset.form-columns-1 .hs-input, .rw-form .hs-form .input select,.rw-form .hs-form fieldset.form-columns-2 select.hs-input, .rw-form .hs-form fieldset.form-columns-1 select,.rw-form .hs-form fieldset.form-columns-1 textarea.hs-input {
    width: 100% !important;
} 
        
        
        .rw-form .hs-form .hs-input[type="radio"], .rw-form .hs-form .hs-input[type="checkbox"] {
    width: auto !important;
}
        
.rw-form .hs-form .input {
    margin-right: 0 !important;
}

.rw-form .hs-form fieldset{
	max-width:100% !important;
}



@media screen and (min-width:481px){
.rw-form .hs-form .form-columns-2 > .hs-form-field {
    margin-right: 16px !important;
    width: calc(50% - 8px) !important;
}
.rw-form .hs-form .form-columns-2 > .hs-form-field:last-child {
    margin-right: 0 !important;
}
.rw-form .hs-form .form-columns-3 > .hs-form-field {
    margin-right: 16px !important;
    width: calc(33.33% - 11px) !important;
}
.rw-form .hs-form .form-columns-3 > .hs-form-field:last-child {
    margin-right: 0 !important;
}

}
@media screen and (min-width: 960px) and (max-width: 1024px) {
    .sn-li-l1 span {
        font-size: 0.8375em !important;
    }
}
.hs-blog-social-share-item-linkedin > span {
    vertical-align: text-top !important;
    margin-top: -1px !important;
}

.sh-top-link-list li a {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .snc-links li {
    margin-bottom: 0.5em;
  }

  .snc-links-box {
     padding: 3.5em 0;
  }
}

/*! /* 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]
*/
.hs-fieldtype-text input {
    height: 30px !important;
}
.img-right{
  margin: 20px auto;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  .img-right{
  float: right;
  margin: 0 0 10px 10px;
  text-align: initial;
  }
}  
.cu-header{
   padding-left: 5px;
   padding-right: 5px;
}