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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

@media (max-width: 20em) {
  .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: #454545;
  font-family: Lato;
  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.734375em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 2.08125em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 2.3125em; } }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway;
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 1.734375em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #477DCA; }
  @media (min-width: 40em) {
    h1 {
      font-size: 2.08125em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 2.3125em; } }

h2 {
  font-size: 1.5em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #232526;
  font-weight: 500; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.8em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 1.3125em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #232526;
  font-weight: 500; }
  @media (min-width: 40em) {
    h3 {
      font-size: 1.575em; } }
  @media (min-width: 60em) {
    h3 {
      font-size: 1.875em; } }

h4 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #232526;
  font-weight: 500; }
  @media (min-width: 40em) {
    h4 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h4 {
      font-size: 1.75em; } }

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

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

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

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

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #3299bb;
  text-decoration: underline; }
  a:hover {
    color: #2686a5; }
  a:active, a:focus {
    color: #2686a5;
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed #3299bb;
    outline-offset: 2px; }

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

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

input,
label,
select {
  display: block;
  font-family: Lato;
  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 #eaeaea;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: Lato;
  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: #d1d0d0; }
  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: #3299bb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(45, 137, 167, 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%; }

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

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

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

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  padding-left: 1.5em; }
  ul:not([class]) > li:not([class]) {
    position: relative;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5em; }
    @media (min-width: 40em) {
      ul:not([class]) > li:not([class]) {
        font-size: 1.125em; } }
    ul:not([class]) > li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) > li:not([class]):after {
      background-image: url("//www.triadmagnetics.com/wp-content/themes/triadmagnetics-default/img/ico-bullet.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 8px auto;
      content: "";
      display: block;
      height: 9px;
      left: -18px;
      position: absolute;
      top: 11px;
      width: 13px; }
    ul:not([class]) > li:not([class]) ul li {
      font-weight: 400;
      color: #353535;
      font-size: 1em !important; }
      ul:not([class]) > li:not([class]) ul li:after {
        content: '';
        width: 9px;
        height: 10px;
        display: block;
        position: absolute;
        top: 13px;
        left: -17px;
        background-image: url(img/ico-bullet-inner.png) !important;
        background-position: center center;
        background-size: auto;
        background-repeat: no-repeat; }

.bullet-style {
  clear: left;
  list-style-type: none;
  padding-left: 1em; }
  .bullet-style > li {
    position: relative;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 700;
    color: #232526;
    padding-bottom: 0.2222222222em; }
    @media (min-width: 40em) {
      .bullet-style > li {
        font-size: 1.5625em; } }
    .bullet-style > li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style > li:after {
      background-image: url("//www.triadmagnetics.com/wp-content/themes/triadmagnetics-default/img/ico-bullet.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 11px auto;
      content: "";
      display: block;
      height: 9px;
      left: -17px;
      position: absolute;
      top: 11px;
      width: 11px; }
  .bullet-style ul {
    padding-bottom: 5px;
    padding-left: 33px;
    padding-top: 3px; }
    .bullet-style ul li {
      font-weight: 400;
      color: #454545;
      font-size: 0.72em !important;
      padding-bottom: 4px; }
      .bullet-style ul li:last-child {
        padding-bottom: 0; }
      .bullet-style ul li:after {
        background-image: url("img/ico-bullet-inner.png") !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto auto !important;
        content: "";
        display: block;
        height: 22px !important;
        left: -22px !important;
        position: absolute;
        top: 4px !important;
        width: 16px !important; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em; }
  ol li {
    position: relative;
    font-size: 1.125em;
    padding-bottom: 3px;
    font-weight: 600;
    font-family: Raleway;
    line-height: 1.5em;
    color: #232526; }
    @media (min-width: 40em) {
      ol li {
        font-size: 1.5625em; } }
    ol li a {
      text-decoration: none;
      font-weight: normal; }
    ol li ol {
      list-style-type: lower-alpha;
      padding-bottom: 3px;
      padding-left: 33px;
      padding-top: 7px; }
      ol li ol li {
        font-weight: 400;
        color: #454545;
        font-size: 0.72em !important;
        font-family: Lato;
        padding-bottom: 9px; }
        ol li ol li:last-child {
          padding-bottom: 0; }
  ol ul {
    padding-left: 2.3125em; }

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

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

td {
  border-bottom: 1px solid #eaeaea;
  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%; } }

.product-cta {
  display: block;
  text-align: center; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: #000; }
  .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 {
    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 {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #ffb606; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #d29400; }
  .btn:focus, button:focus,
  input:focus[type="submit"], .btn-download:focus, .btn-arrow:focus, .product-grid-item-link:focus {
    color: #000; }
  .btn:visited, button:visited,
  input:visited[type="submit"], .btn-download:visited, .btn-arrow:visited, .product-grid-item-link:visited {
    color: #ffffff; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #d29400; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #477DCA; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #3264ac; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #3264ac; }

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

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

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

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

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

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

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

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  background-color: #ffffff;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.125em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.0625em;
    line-height: 3.0625em;
    color: #323232;
    font-weight: 700;
    text-decoration: none;
    padding: 0 0 0 0.9375em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #323232; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #323232; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    display: none;
    padding-right: 0em;
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/top-nav-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
    @media (min-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; } }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: transparent; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 4.375em;
      float: left;
      border-bottom: 0;
      text-align: center;
      margin-left: 2.125em;
      background-color: transparent; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.125em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0;
        color: #323232;
        height: 3.3125em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #323232; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block !important; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; }
        .sn-li-l1:hover > a span:after,
        .hs-menu-depth-1:hover > a span:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 0.375em;
          background-color: #ffb606;
          border-radius: 10px;
          bottom: 1.6875em;
          left: 0; } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      margin-left: 2.8125em;
      height: 4.9375em; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.125em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0;
        color: #323232;
        height: 4.9375em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #323232; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; } }

.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;
      background-color: #eaeaea;
      left: -3.5em;
      padding: 0.75em 0 0 0;
      text-align: left; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #eaeaea; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 0 0.4375em 2.4375em;
    color: #323232;
    border-top: 1px solid #c7c7c7;
    display: block;
    text-decoration: none;
    line-height: 2.625em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #ffb606; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: transparent;
      border-bottom: 1px solid #d7d7d7; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0.6875em 2.1875em 0.6875em 1.625em;
        line-height: 1em;
        border-top: 1px solid rgba(26, 25, 25, 0);
        border-right: 1px solid rgba(26, 25, 25, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #ffb606; }
        .sn-li-l2:hover a, .sn-li-l3:hover a,
        .hs-menu-depth-2:hover a {
          color: #000; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block;
          margin: 0em;
          padding: 0em; } }

  @media (min-width: 80em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: transparent; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        border-top: 1px solid rgba(26, 25, 25, 0);
        border-right: 1px solid rgba(26, 25, 25, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #ffb606; } }

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

.sn-li-l3 > a {
  color: #323232 !important; }

.sn-li-l3:hover > a {
  color: #000 !important; }


.site-nav-container {
  background-color: #ffffff;
  width: 100%;
  right: -100%;
  top: 0;
  padding-bottom: 1.5625em;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .site-nav-container.active {
    right: 0; }
  .site-nav-container .sh-rfq-btn {
    display: none; }
  .site-nav-container .sh-ico-search, .site-nav-container .sh-rfq {
    display: none; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      padding-bottom: 0; }
      .site-nav-container .sh-rfq-btn {
        display: inline-block;
        vertical-align: top; }
      .site-nav-container .sh-iso-logo {
        display: none; }
      .site-nav-container .sh-list {
        display: none; }
      .site-nav-container .sh-ico-search, .site-nav-container .sh-rfq {
        display: inline-block;
        vertical-align: top; }
      .site-nav-container .sh-ico-search {
        font-weight: 700;
        font-size: 1.125em;
        line-height: 1.3333333333em;
        color: #323232;
        margin: 1.6666666667em 1.7222222222em 0 2em;
        width: auto;
        height: auto;
        padding: 0 2.3333333333em 0 0;
        background-position: right 0px;
        position: relative; } }
    @media (min-width: 60em) and (min-width: 60em) {
      .site-nav-container .sh-ico-search:hover, .site-nav-container .sh-ico-search.active {
        background-image: url(https://www.triadmagnetics.com/wp-content/themes/triadmagnetics-default/img/search-submit-hover.svg) !important; }
        .site-nav-container .sh-ico-search:hover:after, .site-nav-container .sh-ico-search.active:after {
          content: "";
          width: 100%;
          height: 0.3333333333em;
          background-color: #ffb606;
          position: absolute;
          bottom: -0.6666666667em;
          left: -0.3333333333em;
          border-radius: 0.6666666667em; } }
    @media (min-width: 60em) and (min-width: 80em) {
      .site-nav-container .sh-ico-search {
        margin: 1.6666666667em 1.7222222222em 0 2.8888888889em; } }

.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 {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 1.25em;
  padding-right: 42px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  text-decoration: none; }
  .close-menu:visited {
    color: #000000; }
  .close-menu:hover {
    color: #000000; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/close.svg);
    background-size: 1.95em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.95em;
    height: 1.95em;
    top: -0.2em;
    bottom: 0;
    right: -0.0666666667em;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1.125em 1em 2.75em 1em; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=============== Click to Expand ===============*/
.click-expand {
  border: none;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active .ce-header {
    background-color: #000000; }
  .click-expand.active:hover {
    background-color: #f3f6f8; }
    .click-expand.active:hover .ce-header {
      background-color: #000000; }
  .click-expand.active .ce-header:after {
    content: '-';
    color: white; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 0 12px 1.5em 12px;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #eaeaea; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #ffb606;
  color: #ffffff;
  border: none;
  border-radius: 3px; }
  .ce-header:after {
    content: '+';
    color: #3299bb;
    padding-left: 8px;
    position: absolute;
    right: 0.625em;
    color: white;
    font-size: 24px;
    font-weight: 400;
    top: 15; }

.ce-body {
  display: none;
  opacity: 0;
  padding-left: 30px !important;
  padding-right: 30px !important; }

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

.headexpand-wrap h3 em {
  color: #4f5356; }

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

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

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

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

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 0;
      border: 1px solid #eaeaea; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 40em) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }
  .accordion-tabs .tab-link {
    background-color: #020202;
    border-top: 1px solid #eaeaea;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-weight: bold;
    font-size: 1.125em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: Raleway;
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
        border-radius: 5px 5px 0 0; } }
    .accordion-tabs .tab-link:hover {
      color: rgba(255, 255, 255, 0.6);
      border-bottom: 0;
      background-color: #ffb606;
      padding: 14px 28px; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #ffb606; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          background-color: #ffb606;
          border: 1px solid #eaeaea;
          border-bottom-color: #f3f6f8;
          margin-bottom: -1px;
          color: #020202;
          padding: 14px 28px; } }
  .accordion-tabs .tab-content {
    background: #f3f6f8;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-top: 1px solid #ffb606;
        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 #eaeaea; }

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

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

figure {
  margin: 0;
  padding: 0; }

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

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  display: none;
  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;
  display: block;
  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 {
  position: relative;
  background-size: cover; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 81px;
    padding-bottom: 76px; }
  .page-intro:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute; }
  .page-intro h1 {
    color: white;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    z-index: 1; }
  .page-intro p {
    margin: .5em 0 0 0; }
  @media (min-width: 60em) {
    .page-intro h1 {
      margin: 0 0 0 53px; } }

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt.lp-contact-us .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin: 0;
    width: 46%;
    padding-top: 3.125em; }
    .site-content.two-column-alt.lp-contact-us .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt.lp-contact-us .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
    margin: 0 4% 0 0;
    width: 50%; }
    .site-content.two-column-alt.lp-contact-us .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 #eaeaea;
  border-right: 1px solid #eaeaea;
  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 #999;
    border-right: 1px solid #999; }
    .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: #477DCA;
  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-item {
  text-decoration: none; }
  .product-item:hover {
    text-decoration: underline; }
    .product-item:hover h2.product-header {
      color: #2686a5; }

.product-grid-module ul.slides li {
  clear: both; }

h2.product-header {
  font-size: 17px;
  text-align: center;
  font-weight: 700; }

.product-grid-module ul.slides li + li {
  padding-top: 40px; }

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

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

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

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

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

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

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

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

.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%; }
  .innerpage-carousel #carousel {
    width: 90%; }
    .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 {
        opacity: 1; }
        .innerpage-carousel #carousel .slides li.flex-active-slide img {
          opacity: 1; }
    .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.8125em;
        width: 2.8125em; }
    .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(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: 2.5625em; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
        background-image: url(img/mm-prev-icon.png);
        background-size: 2.5em 2.5em; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:hover:before {
        background-image: url(img/mm-prev-icon.png); }

.full-width-cta-module {
  background-color: #020202;
  padding: 1.875em 0;
  text-align: center; }
  .full-width-cta-module .inner-wrap, .full-width-cta-module .inner-wrap-narrow, .full-width-cta-module .inner-wrap-wide, .full-width-cta-module .inner-wrap-fullwidth {
    padding-top: 2.1875em;
    padding-bottom: 1.75em;
    position: relative; }

.fwc-heading {
  font-size: 1.375em;
  color: #000000;
  line-height: 1.1304347826em;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: normal; }
  @media (min-width: 60em) {
    .fwc-heading {
      height: auto;
      margin: 0;
      left: 68px;
      position: absolute;
      top: 106px;
      width: 166px;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -moz-transform-origin: 0 100% 0;
      -ms-transform-origin: 0 100% 0;
      -o-transform-origin: 0 100% 0;
      -webkit-transform-origin: 0 100% 0;
      transform-origin: 0 100% 0; } }

.fwc-text {
  color: #ffffff;
  font-size: 1.875em !important;
  line-height: 1.2em !important;
  font-weight: 500; }
  @media (min-width: 60em) {
    .fwc-text {
      margin: 0 0 20px 0;
      padding: 0;
      text-align: center; } }

.fw-cta {
  background-color: #ffb606;
  color: #575552;
  border: none;
  padding: 20px 28px 19px;
  border-radius: 5px;
  font-size: 18px; }

.btn-wrap .btn, .btn-wrap button,
.btn-wrap input[type="submit"], .btn-wrap .btn-download, .btn-wrap .btn-arrow, .btn-wrap .product-grid-item-link {
  padding: 1.1764705882em 2.3529411765em;
  margin-right: 1.4705882353em;
  margin-bottom: 20px; }

.btn-wrap .btn-alt, .btn-wrap .btn-alt-download, .btn-wrap .btn-alt-arrow {
  padding: 1.1764705882em 2.3529411765em;
  margin-right: 1.4705882353em;
  background-color: #3299bb;
  margin-bottom: 20px; }
  .btn-wrap .btn-alt:hover, .btn-wrap .btn-alt-download:hover, .btn-wrap .btn-alt-arrow:hover {
    background-color: #1c3b7b; }

.btn-wrap .btn-background {
  background-color: #020202;
  padding: 29px 16px;
  display: block;
  width: 253px; }
  @media (min-width: 40em) {
    .btn-wrap .btn-background {
      display: inline-block;
      padding: 29px 16px 20px; } }
  .btn-wrap .btn-background .btn, .btn-wrap .btn-background button,
  .btn-wrap .btn-background input[type="submit"], .btn-wrap .btn-background .btn-download, .btn-wrap .btn-background .btn-arrow, .btn-wrap .btn-background .product-grid-item-link {
    padding: 1em 3.5294117647em;
    margin-right: 0;
    background-color: #020202;
    border: 2px solid #ffb606; }

/*============Side Navigation Test==============*/
.side-nav-bg ul li {
  background-color: #ffb606; }
  .side-nav-bg ul li a {
    border: none;
    color: #ffffff; }
  .side-nav-bg ul li:hover {
    background-color: #ffb606; }

.side-nav-bg .sn-nav li.active {
  background-color: #ffb606;
  color: #ffffff; }

.side-nav-bg .sn-nav .menu-item-has-children ul li:hover a {
  color: #000000 !important; }

.side-nav-bg .menu-item-has-children .m-subnav-arrow {
  background-image: url("img/dropdown-arrow-white.png") !important; }

.side-nav-bg .menu-item-has-children .m-subnav-arrow.active {
  transform: rotate(0deg) !important; }

.side-nav-bg .menu-item-has-children .m-subnav-arrow.active a {
  color: #ffffff !important; }

.side-nav-bg .menu-item-has-children .m-subnav-arrow.active a:hover {
  color: #ffffff !important; }

.side-nav .sn-nav .menu-item-has-children ul li a {
  color: #000000; }

.side-nav .sn-nav .menu-item-has-children ul li a:hover {
  color: #ffffff !important; }

.side-nav {
  max-width: 16.375em;
  margin: 0 auto; }
  .side-nav h3 {
    margin-top: 0; }
  .side-nav h2 {
    font-size: 1.75em; }
  .side-nav .sn-nav > li:last-child a {
    border-bottom: none; }

.dropdown-nav .sn-nav li {
  background-color: #ffb606; }
  .dropdown-nav .sn-nav li.active {
    background-color: #3299bb; }
  .dropdown-nav .sn-nav li ul li {
    background-color: #eaeaea;
    border: none; }
    .dropdown-nav .sn-nav li ul li a {
      border-bottom: none;
      color: #000000; }

.sn-nav li {
  background-color: #ffb606;
  position: relative;
  padding: 0;
  margin-bottom: 1px; }
  .sn-nav li:hover {
    background-color: #3299bb; }
  .sn-nav li.active {
    background-color: #3299bb; }
  .sn-nav li a {
    color: #ffffff;
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4117647059em;
    text-decoration: none;
    padding: 0.5882352941em 0 0.5882352941em 0;
    margin-left: 0.9411764706em;
    margin-right: 0.9411764706em; }

.sn-nav .menu-item-has-children .m-subnav-arrow {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(img/dropdown-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625em 0.3125em;
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  background-color: transparent;
  right: 1em;
  top: 0.9375em;
  bottom: 0; }
  .sn-nav .menu-item-has-children .m-subnav-arrow.active {
    transform: rotate(180deg); }

.sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0;
  display: none;
  padding: 0;
  background-color: #477DCA; }
  .sn-nav .menu-item-has-children ul li {
    margin-bottom: 0;
    background-color: #eaeaea;
    border-bottom: 0; }
    .sn-nav .menu-item-has-children ul li:hover {
      background-color: #477DCA; }
    .sn-nav .menu-item-has-children ul li a {
      color: #223256;
      padding: 0.3157894737em 0 0.3157894737em 1.5789473684em;
      font-size: 1.1875em;
      font-weight: 500;
      line-height: 1.2105263158em;
      border-bottom: 0; }
    .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 li:hover {
      background-color: #ffb606; }
      .sn-nav .menu-item-has-children ul li:hover a {
        color: #ffffff; }
  .sn-nav .menu-item-has-children ul:not([class]) {
    margin-bottom: 0; }

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

body .gform_wrapper {
  background-color: #e9e9e9;
  box-shadow: none;
  padding: 1.5625em 0.9375em 1.125em 0.9375em;
  border: none; }
  body .gform_wrapper label.gfield_label {
    color: #000000;
    font-weight: 500 !important;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 0.2em; }
  body .gform_wrapper form ul li.gfield {
    margin-top: 0 !important; }
  body .gform_wrapper .gform_title {
    display: none; }
  body .gform_wrapper .gform_heading {
    display: none; }
  body .gform_wrapper .gfield_required {
    color: #000000;
    margin-left: 0; }
  body .gform_wrapper .gform_footer {
    text-align: center;
    margin: 0 0 0 0; }
    body .gform_wrapper .gform_footer input[type="submit"] {
      font-size: 1em;
      line-height: 1.25em !important;
      margin: 0 1em 0 0;
      min-width: 10.8125em;
      border: 1px solid #ffb606;
      padding: 1em 0.625em;
      width: auto;
      background-color: #ffb606;
      color: #353639 !important; }
      body .gform_wrapper .gform_footer input[type="submit"]:hover {
        background-color: #ffb606 !important;
        border: 1px solid #ffb606;
        color: #093f89 !important; }
      body .gform_wrapper .gform_footer input[type="submit"]:focus:not(:hover):not(:active) {
        outline: 2px dashed #3299bb;
        outline-offset: 2px; }
  body .gform_wrapper select {
    padding: 0.125em 1.25em 0.125em 0.3125em; }
  body .gform_wrapper textarea,
  body .gform_wrapper input[type="color"],
  body .gform_wrapper input[type="date"],
  body .gform_wrapper input[type="datetime"],
  body .gform_wrapper input[type="datetime-local"],
  body .gform_wrapper input[type="email"],
  body .gform_wrapper input[type="month"],
  body .gform_wrapper input[type="number"],
  body .gform_wrapper input[type="password"],
  body .gform_wrapper input[type="search"],
  body .gform_wrapper input[type="tel"],
  body .gform_wrapper input[type="text"],
  body .gform_wrapper input[type="time"],
  body .gform_wrapper input[type="url"],
  body .gform_wrapper input[type="week"],
  body .gform_wrapper textarea,
  body .gform_wrapper select[multiple="multiple"],
  body .gform_wrapper select {
    background-color: #f7f7f7;
    margin-bottom: 0.3125em;
    box-shadow: none;
    border: 1px solid #f7f7f7;
    font-size: 16px;
    color: #000000;
    font-weight: 400; }
  body .gform_wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: initial;
    min-height: auto; }

@media (min-width: 40em) {
  body .gform_wrapper .gform_footer input[type="submit"] {
    min-width: 9.375em;
    margin-top: 1.25em; } }

@media (min-width: 60em) {
  body .gform_wrapper .gform_footer input[type="submit"] {
    min-width: 10.8125em; }
  body .gform_wrapper .gf_left_half,
  body .gform_wrapper .gf_right_half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 0.625em;
    float: left; }
  body .gform_wrapper .gf_right_half {
    padding-right: 0 !important; } }

.ginput_container.ginput_container_text {
  margin-bottom: 0.625em; }

body .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #003278; }

.form-wrapper h2 {
  height: 100px; }

.bullet-heading {
  font-size: 2.1875em; }

.column-subheading {
  color: #3299bb;
  font-size: 1.125em;
  font-weight: 500; }

.dest-slider {
  background-color: #e1e1e1;
  overflow: hidden; }
  .dest-slider > .inner-wrap, .dest-slider > .inner-wrap-narrow, .dest-slider > .inner-wrap-wide, .dest-slider > .inner-wrap-fullwidth {
    padding-top: 40px;
    padding-bottom: 15px; }
  @media (min-width: 60em) {
    .dest-slider .flexslider .slides img {
      margin: 0 5.5em; } }
  .dest-slider .flexslider .flex-control-paging {
    bottom: -2%;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    width: 149px; }
    @media (min-width: 40em) {
      .dest-slider .flexslider .flex-control-paging {
        bottom: 23%;
        left: auto;
        position: absolute;
        right: 20%;
        text-align: center;
        width: 9.3125em; } }
    @media (min-width: 60em) {
      .dest-slider .flexslider .flex-control-paging {
        bottom: 14%;
        position: absolute;
        right: 20%;
        text-align: center;
        width: 149px; } }
    @media (min-width: 80em) {
      .dest-slider .flexslider .flex-control-paging {
        bottom: 0;
        position: absolute;
        right: 20%;
        text-align: center;
        width: 9.3125em; } }
    .dest-slider .flexslider .flex-control-paging li a {
      display: inline-block;
      vertical-align: middle;
      background: #0054a6; }
      .dest-slider .flexslider .flex-control-paging li a.flex-active {
        width: 16px;
        height: 16px;
        background: #0054a6; }
  .dest-slider .flexslider .flex-direction-nav a {
    top: 50%;
    opacity: 1; }
    .dest-slider .flexslider .flex-direction-nav a:before {
      background-image: url(img/left-arrow.png);
      background-size: 20px 21px;
      background-position: center; }
    .dest-slider .flexslider .flex-direction-nav a.flex-next:before {
      background-image: url(img/right-arrow.png);
      background-position: center; }
  .dest-slider .flexslider .flex-direction-nav .flex-prev {
    left: -5.375em; }
  .dest-slider .flexslider .flex-direction-nav .flex-next {
    right: -5.375em; }

.ds-subheading {
  font-size: 28px;
  color: #3299bb;
  font-weight: 500;
  margin-bottom: 2px; }

.ds-content {
  margin-top: 0.875em; }

.ds-heading {
  font-size: 35px;
  font-weight: 500;
  color: #232526;
  margin-top: 2px;
  margin-bottom: 20px; }

.ds-text {
  margin-top: 10px;
  margin-bottom: 25px;
  max-width: 25.8823529412em;
  color: #454545;
  font-size: 18px;
  line-height: 27px;
  width: 100%; }

.ds-cta {
  color: #0f7bbc;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
  font-size: 16px;
  text-decoration: underline; }

.ds-visual img {
  width: auto !important; }

/*=============== Breadcrumb ===============*/
.breadcrumb-menu {
  padding: 0 0 12px 0; }
  .breadcrumb-menu > span {
    font-size: 1.125em;
    font-weight: 400; }
    .breadcrumb-menu > span a {
      margin-left: 0;
      margin-right: 0.2222222222em;
      color: #000000;
      text-decoration: underline; }
      .breadcrumb-menu > span a:hover {
        text-decoration: none; }
  .breadcrumb-menu span[rel="v:child"] a {
    /*margin:0 em(28) 0 em(28);*/ }
    .breadcrumb-menu span[rel="v:child"] a:last-child {
      margin-right: 0; }
  .breadcrumb-menu span a {
    /*margin:0 em(28) 0 em(28);*/ }
    .breadcrumb-menu span a:last-child {
      margin-right: 0; }
  .breadcrumb-menu .breadcrumb_last {
    margin-left: 0.1666666667em;
    text-decoration: none; }

.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-fullwidth, .multiple-cols-module .inner-wrap, .multiple-cols-module .inner-wrap-narrow, .multiple-cols-module .inner-wrap-wide, .multiple-cols-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

.page-id-6908 .product-item {
  /* @include mq(small) {
    @include span-columns(3 of 6);
    @include omega(2n);
     }  */ }
  @media (min-width: 40em) {
    .page-id-6908 .product-item {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 17.7259315437%; }
      .page-id-6908 .product-item:last-child {
        margin-right: 0; } }

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

/*=============== Site Header ===============*/
.site-header {
  background-color: white; }
  .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
    padding-top: 1.25em;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .site-header {
      text-align: right;
      height: 11.25em;
      position: relative;
      z-index: 9; }
      .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
        padding-top: 2.5625em;
        padding-bottom: 0; } }

@media (min-width: 60em) {
  .sh-sticky-wrap.stuck {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: white; }
    .sh-sticky-wrap.stuck .sh-utility-nav {
      height: 0;
      margin: 0;
      display: none; }
    .sh-sticky-wrap.stuck .site-nav-container {
      margin-top: -0.875em; }
    .sh-sticky-wrap.stuck .search-module {
      top: 8.1875em; }
    .sh-sticky-wrap.stuck .sn-li-l1 {
      margin-left: 1.75em; }
    .sh-sticky-wrap.stuck .site-logo {
      max-width: 24%; }
      .sh-sticky-wrap.stuck .site-logo img {
        max-height: 3.75em;
        width: auto; } }

@media (min-width: 80em) {
  .sh-sticky-wrap.stuck .site-nav-container {
    margin-top: -0.375em; } }

.site-logo {
  max-width: 23.1875em;
  width: 56%;
  margin: 0 auto 1.3125em;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-logo img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .site-logo {
      float: left;
      margin: 0 auto 2.75em;
      width: 19%; } }
  @media (min-width: 80em) {
    .site-logo {
      width: 100%;
      margin: 0.0625em 0 2.75em -0.3125em !important; } }

.sh-utility-nav {
  display: none;
  transition: all 0.2s ease-in-out 0s; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      display: inline-block;
      vertical-align: top;
      margin-right: 0.25em; }
      .sh-utility-nav .sh-ph {
        font-size: 1.25em;
        line-height: 1.2em;
        color: #3299bb;
        font-weight: 700;
        text-decoration: none;
        background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/phone.svg);
        background-repeat: no-repeat;
        background-position: left center;
        letter-spacing: 0.3px;
        padding: 0 0 0 1.2em;
        display: inline-block;
        background-size: 1.2em 1.2em; } }

.sh-rfq-btn {
  border-radius: 3px;
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  padding: 1.0588235294em 1.7647058824em 1.2941176471em 1.7647058824em;
  margin: 0.5882352941em 0 0 0;
  font-family: "Open Sans";
  font-weight: 600; 
color:#000;}
.sh-rfq-btn:hover, .sh-rfq-btn:focus{
color:#000;
}
  @media (max-width: 20em) {
    .sh-rfq-btn {
      padding: 1.0588235294em 0.7058823529em 1.2941176471em 0.7058823529em;
      margin: 0.5882352941em 0 0 0; } }
  @media (min-width: 40em) {
    .sh-rfq-btn {
      padding: 1.0588235294em 2.1176470588em 1.2941176471em 2.0588235294em;
      margin: 0.5882352941em 0 0 0; }
      .sh-rfq-btn:hover {
        background-color: #dc9b00; } }

.sh-icons {
  background-color: #f2f2f2;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  text-align: center; }
  .sh-icons:after, .sh-icons:before {
    content: "";
    position: absolute;
    background-color: #f2f2f2;
    width: 1.5em;
    height: 100%; }
  .sh-icons:after {
    top: 0;
    left: -1.5em; }
  .sh-icons:before {
    top: 0;
    right: -1.5em; }
  .sh-icons .sh-ph {
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/call-black.png);
    background-repeat: no-repeat;
    background-position: 29px 14px;
    padding: 16px 16px 26px 55px;
    margin: 17px 0 0 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-size: 19px 19px; }
    .sh-icons .sh-ph:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      top: 2px;
      left: 0; }
    .sh-icons .sh-ph:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      top: 2px;
      right: 0; }
  .sh-icons .sh-rfq-btn {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .sh-icons .sh-rfq-btn:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 70%;
      background-color: rgba(0, 0, 0, 0.1);
      top: 9px;
      left: -29px; }
  @media (min-width: 60em) {
    .sh-icons {
      display: none; } }

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

.sh-rfq-wrap {
  display: inline-block;
  vertical-align: top; }

.sh-ph {
  margin: 0;
  image-rendering: -webkit-optimize-contrast; }

.sh-ico-search {
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/search.svg);
  background-size: 1.5em;
  background-position: center;
  padding: 0;
  margin: 1.6875em 2.6875em 0 1.0625em;
  width: 1.9375em;
  height: 1.625em;
  display: inline-block;
  vertical-align: top; }

.sh-ico-menu {
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/nav.svg);
  margin: 1.3125em 0 0 0.3125em;
  padding: 0;
  width: 2.375em;
  height: 2.375em;
  background-size: 2.3125em 2.3125em; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 5.125em;
    padding-bottom: 2.125em; }
  @media (min-width: 60em) {
    .site-intro {
      background-size: cover;
      background-position: 44% top;
      margin: 0;
      text-align: left;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .site-intro.stuck {
        margin-top: 9.8125em; }
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
        padding-top: 5.125em;
        padding-bottom: 6.9375em; } }
  @media (min-width: 80em) {
    .site-intro {
      background-position: right top; } }

.si-heading-wrap {
  padding-bottom: 3em; }
  @media (min-width: 60em) {
    .si-heading-wrap {
      padding-bottom: 0; } }

.si-heading {
  font-size: 2.1875em;
  color: #ffb606;
  line-height: 1.2285714286em;
  font-weight: 700;
  margin: 0 0 2.0857142857em 0; }
  @media (min-width: 60em) {
    .si-heading {
      margin: 1.5135135135em 0 0.972972973em 0 !important;
      font-size: 2.3125em;
      line-height: 1.2702702703em;
      padding-right: 5.1351351351em; } }
  @media (min-width: 80em) {
    .si-heading {
      margin: 1.5135135135em 0 0.972972973em 0.5945945946em !important;
      padding-right: 0; } }

.si-sub-text {
  display: block;
  font-size: 0.6285714286em;
  line-height: 1.1363636364em;
  color: #ffffff;
  font-weight: 500;
  display: none; }
  @media (min-width: 60em) {
    .si-sub-text {
      display: block;
      font-size: 0.8108108108em;
      line-height: 1.5666666667em;
      margin: 0.2333333333em 0 0 0; } }

.si-icon {
  display: block;
  width: 4.875em;
  height: 4.875em;
  background-color: #ffb606;
  border-radius: 50%;
  margin: 0 auto;
  position: relative; }
  .si-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%); }
  @media (min-width: 60em) {
    .si-icon {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 1.4375em; } }

.si-info {
  color: #ffffff;
  font-size: 1.125em;
  line-height: 1.2222222222em;
  font-weight: 400;
  margin: 1.1111111111em 0 0 0;
  padding: 0 1.1666666667em; }
  @media (min-width: 60em) {
    .si-info {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      margin: 0 0 0 1.0416666667em;
      color: rgba(255, 255, 255, 0.47);
      font-size: 1.5em;
      line-height: 1.5833333333em;
      width: 49%; } }

.sh-list {
  text-align: center;
  border-bottom: 1px solid #d9d9d9; }
  .sh-list li {
    display: inline-block;
    vertical-align: top;
    height: auto;
    border-bottom: 0; }
    .sh-list li:nth-child(2) {
      position: relative;
      margin: 0 0.3125em; }
      .sh-list li:nth-child(2):after, .sh-list li:nth-child(2):before {
        content: "";
        position: absolute;
        width: 1px;
        height: 48%;
        background-color: #eaeaea; }
      .sh-list li:nth-child(2):after {
        top: 0.1875em;
        left: 0; }
      .sh-list li:nth-child(2):before {
        top: 0.1875em;
        right: 0; }
      .sh-list li:nth-child(2) > a {
        padding: 0 0.75em; }
    .sh-list li a {
      font-weight: 400;
      color: #3299bb;
      font-size: 1.25em;
      line-height: 1em;
      text-decoration: none;
      height: auto; }
      .sh-list li a span {
        font-size: 1em; }
      .sh-list li a:visited {
        color: #3299bb; }
    .sh-list li > a {
      height: 1.5em;
      display: inline-block;
      vertical-align: top;
      padding: 0; }
    .sh-list li:hover > a span:after {
      display: none; }
    .sh-list li .sn-level-2 {
      z-index: 1;
      left: 0;
      padding: 0;
      min-width: 12.25em;
      position: absolute; }
      .sh-list li .sn-level-2 li {
        display: block; }
        .sh-list li .sn-level-2 li:nth-child(2) {
          margin: 0; }
        .sh-list li .sn-level-2 li > a {
          padding: 5px 15px;
          height: auto; }
          .sh-list li .sn-level-2 li > a span {
            font-size: 0.8em; }
    .sh-list li .m-subnav-arrow {
      display: inline-block !important;
      position: static !important;
      width: 0.9375em !important;
      height: 1.875em !important;
      background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/top-nav-arrow.png) !important;
      background-repeat: no-repeat !important;
      background-position: center 0.3125em !important;
      background-size: 0.625em !important;
      transform: none !important; }
  .sh-list .sub-menu li a {
    display: block; }
  @media (min-width: 60em) {
    .sh-list {
      display: inline-block;
      vertical-align: top;
      border-bottom: none;
      margin: 0 0 0 0.9375em;
      padding-top: 0.0625em; }
      .sh-list li {
        padding: 0;
        margin: 0; }
        .sh-list li:nth-child(2) {
          margin: 0 0.9375em 0 1.125em; }
          .sh-list li:nth-child(2):after, .sh-list li:nth-child(2):before {
            display: none; }
          .sh-list li:nth-child(2) > a {
            padding: 0; }
      .sh-list .sn-level-2 {
        left: -1.5625em; } }
@media (min-width: 80em){
.sh-list {
    margin: 0 0 0 2.0625em;
}
  .sh-list li:nth-child(2) {
    margin: 0 3.5em 0 3.6875em;
}
}

.sh-no-link > a {
  cursor: default; }

.sh-iso-logo {
  text-align: center; }
  .sh-iso-logo img {
    display: block;
    margin: 1.875em auto 0; }
  @media (min-width: 60em) {
    .sh-iso-logo {
      display: inline-block;
      vertical-align: top;
      margin: -0.5em 1.25em 0 0; }
      .sh-iso-logo img {
        margin: 0 auto; } }
@media (min-width: 80em){
.sh-iso-logo {
    margin: -0.5em 3em 0 0;
}
}

.si-intro-bottom {
  background-color: rgba(33, 33, 32, 0.66);
  padding-bottom: 0.625em; }
  @media (min-width: 60em) {
    .si-intro-bottom {
      padding-bottom: 0 !important; } }
  .si-intro-bottom .inner-wrap, .si-intro-bottom .inner-wrap-narrow, .si-intro-bottom .inner-wrap-wide, .si-intro-bottom .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }

.si-intro-text {
  color: #ffffff;
  font-size: 1.125em;
  line-height: 2.1111111111em;
  font-weight: 400;
  margin: 0 0.4444444444em; }
  @media (min-width: 60em) {
    .si-intro-text {
      display: inline-block;
      vertical-align: top;
      padding: 1.4583333333em 2.4166666667em 1.5em 1.9583333333em;
      font-size: 1.5em;
      line-height: 1.5833333333em;
      margin: 0; } }

.sib-btn {
  color: #575552;
  font-size: 1em;
  line-height: 1.4375em;
  font-weight: 400;
  padding: 0.9375em 3.1875em 1.125em 2.4375em;
  border-radius: 3px;
  margin-top: 0.3125em; }
  .sib-btn span {
    position: relative;
    color: #575552; }
    .sib-btn span:after {
      content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/si-btn-arrow.png);
      position: absolute;
      background-repeat: no-repeat;
      right: -2em;
      top: 0; }
    .sib-btn span:visited {
      color: #575552; }
    .sib-btn span:foucs {
      color: #575552; }
  @media (min-width: 40em) {
    .sib-btn {
      font-size: 1.1875em;
      line-height: 1.4210526316em;
      padding: 0.7894736842em 3.5263157895em 0.9473684211em 2.0526315789em; }
      .sib-btn:hover {
        background-color: #dc9b00;
        color: #ffffff; }
        .sib-btn:hover span {
          color: #ffffff; }
          .sib-btn:hover span:after {
            content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/si-btn-arrow-hover.png);
            transform: rotate(90deg); } }
  @media (min-width: 60em) {
    .sib-btn {
      margin-top: 1.3157894737em;
      margin-bottom: 0 !important;
      padding: 0.9375em 4.1875em 1.125em 2.4375em; } }

.page-intro {
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/destination-hero.jpg); }

/*=============== 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-content-primary img {
  display: block;
  margin: 0 auto; }

/*========= Landing page ===========*/
.hs-blog-listing .hs-featured-image-link {
  display: block; }

.hs-blog-listing .hs-featured-image {
  float: none;
  max-width: 100%; }

.hs-blog-listing .more-link {
  font-size: 1.125em; }

@media (min-width: 40em) {
  .hs-blog-listing .post-header h3 {
    margin-top: 0; } }

.hs-landing-page .contact-sales-channel-btns > div {
  width: auto;
  display: block;
  margin-bottom: 1.5625em; }
  .hs-landing-page .contact-sales-channel-btns > div strong {
    display: block;
    margin-bottom: 5px; }
  .hs-landing-page .contact-sales-channel-btns > div:first-of-type {
    margin: 0 0 1.25em; }

.hs-landing-page .cms-wraper {
  margin: 1em auto; }

.hs-landing-page .cms-item {
  margin-bottom: 1em;
  padding: .5em 0 1.5em;
  border-bottom: 1px solid #f3f3f3; }

.hs-landing-page .cms-item:last-child {
  border-bottom: 0; }

.hs-landing-page .cmsi-img {
  width: 100%;
  max-width: 205px;
  margin: 1em auto;
  display: block;
  background-color: #f3f3f3;
  border-radius: 50%;
  padding: 3em; }

.hs-landing-page .cmsi-img img {
  display: block;
  width: 100%; }

.hs-landing-page .bullet-list li {
  font-style: italic; }

.hs-landing-page .form-wrapper .hs_cos_wrapper_type_form {
  padding: 1em;
  width: 80%;
  margin: 0 auto; }

.hs-landing-page .form-wrapper .hs_cos_wrapper_type_form .form-title {
  display: none; }

.hs-landing-page .form-wrapper .hs_cos_wrapper_type_form .hs-form {
  margin: 0 auto;
  width: 95%; }

.hs-landing-page .custom-top-footer-wrapper .custom-address p span {
  padding-right: 9px; }

.hs-landing-page .ebook-arrow {
  position: relative; }

.hs-landing-page .ebook-arrow img {
  display: block;
  margin: 0 auto; }

.hs-landing-page .cmsi-content h2 {
  text-transform: uppercase;
  margin-top: 0; }

.hs-landing-page .lp-gray-bg {
  background-color: #f3f3f3; }

.hs-landing-page .hs_cos_wrapper_type_form {
  background: #000000;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  display: block;
  padding: 2em;
  position: relative;
  color: white;
}
.hs-landing-page .form-title{
  display:none;
}
.hs-landing-page input, .hs-landing-page optgroup, .hs-landing-page select, .hs-landing-page textarea {
    color: black ;
}
.hs-landing-page .hs-button{
   color: white ;
}

  .hs-landing-page .hs_cos_wrapper_type_form .hs_submit {
    text-align: center; }

.hs-landing-page .sh-ico-search {
  background-image: url(https://info.triadmagnetics.com/hubfs/img/search.svg);
  background-size: 1.5em; }

.hs-landing-page .site-nav-container .sh-ico-search:hover {
  background-image: url(https://info.triadmagnetics.com/hubfs/img/search-submit-hover.svg) !important; }

.hs-landing-page ul:not([class]) > li:not([class]):after {
  width: 6px;
  height: 6px;
  background-color: #454545;
  border-radius: 50%; }

.hs-landing-page .rows-of-3 a span {
  display: block;
  margin-top: 10px;
  font-size: 19px;
  line-height: 26px; }

.hs-landing-page .rows-of-3 a:hover {
  text-decoration: none;
  color: #fdb827; }

.hs-landing-page .lp-page-rfq, .hs-landing-page .lp-contact-us {
  background-image: url("https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/background-1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 532px; }
  .hs-landing-page .lp-page-rfq .hs_cos_wrapper_type_form:before, .hs-landing-page .lp-contact-us .hs_cos_wrapper_type_form:before {
    background: none;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100px auto;
    border: medium none;
    content: "";
    height: 150px;
    left: -4.8em;
    position: absolute;
    top: -4.8em;
    width: 150px;
    z-index: 1; }

.hs-landing-page .lp-contact-us .site-content-secondary {
  margin-bottom: 1.875em; }

@media (min-width: 40em) {
  .hs-landing-page .cms-wraper {
    width: 95%; }
  .hs-landing-page .cmsi-img {
    margin: 3% 3% 0 0;
    float: left;
    width: 27%; }
  .hs-landing-page .cmsi-content {
    float: right;
    width: 70%;
    margin-top: 0.3125em; } }

@media (min-width: 60em) {
  .hs-landing-page .cmsi-img {
    margin: 0 auto;
    width: 30%; }
  .hs-landing-page .ebook-arrow:after {
    position: absolute;
    content: '';
    width: 7em;
    height: 7em;
    top: 35%;
    right: -6%;
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .hs-landing-page .lp-page-rfq .site-content-secondary, .hs-landing-page .lp-contact-us .site-content-secondary {
    padding-top: 2.1875em; }
  .hs-landing-page .lp-page-rfq .hs_cos_wrapper_type_form:before, .hs-landing-page .lp-contact-us .hs_cos_wrapper_type_form:before {
    background-image: url("https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/arrow-drawn.svg");
    background-size: 3.75em auto;
    left: -1.5em;
    position: absolute;
    top: -1.8em; } }

@media (min-width: 80em) {
  .hs-landing-page .lp-page-rfq .hs_cos_wrapper_type_form:before, .hs-landing-page .lp-contact-us .hs_cos_wrapper_type_form:before {
    background-size: 5em auto;
    left: -2.5em;
    position: absolute;
    top: -2.8em; } }

@media screen and (min-width: 530px) {
  .hs-landing-page .contact-sales-channel-btns > div {
    width: auto;
    display: inline-block; }
    .hs-landing-page .contact-sales-channel-btns > div:first-of-type {
      margin: 0 1% 0 0; } }

@media screen and (min-width: 960px) {
  .hs-landing-page .contact-sales-channel-btns > div {
    width: 100%;
    display: block; }
    .hs-landing-page .contact-sales-channel-btns > div strong {
      display: block;
      margin-bottom: 5px; }
    .hs-landing-page .contact-sales-channel-btns > div:first-of-type {
      margin: 0 0 1.25em; } }

@media screen and (min-width: 1130px) {
  .hs-landing-page .contact-sales-channel-btns > div {
    width: auto;
    display: inline-block; }
    .hs-landing-page .contact-sales-channel-btns > div:first-of-type {
      margin: 0 1% 0 0; } }
.hs-landing-page .text-link{color:#fff;
text-decoration:none;}
.hs-landing-page .text-link:hover{color: #2686a5;}
.lp-map {
  width: 100% !important; }

/*=============== Site Footer ===============*/
.sf-top {
  background-color: #efefef;
  text-align: center; }
  .sf-top .inner-wrap, .sf-top .inner-wrap-narrow, .sf-top .inner-wrap-wide, .sf-top .inner-wrap-fullwidth {
    padding-top: 4.6875em;
    padding-bottom: 2.1875em; }
  @media (min-width: 60em) {
    .sf-top {
      text-align: left; } }

.sf-address {
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 60em) {
    .sf-address {
      padding: 0 0 0 2.5em;
      width: 40%; } }

.sfa-text {
  padding: 0;
  font-size: 1.125em;
  line-height: 1.6666666667em;
  font-weight: 700;
  color: #434343;
  margin: 0 0 0.5555555556em 0; }

.sf-email {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.6666666667em;
  color: #434343;
  margin: 0.3333333333em 0 1.2222222222em 0; }
  .sf-email a {
    font-weight: 400;
    text-decoration: none;
    color: #434343; }

.sf-phone {
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ico-phone-footer.svg);
  background-repeat: no-repeat;
  background-position: -0.1666666667em center;
  background-size: 1.3333333333em 1.3333333333em;
  font-size: 1.125em;
  color: #434343;
  line-height: 1.6666666667em;
  padding: 0 0 0 1.3888888889em; }
  .sf-phone a {
    color: #434343;
    text-decoration: none; }
  @media (min-width: 60em) {
    .sf-phone {
      display: inline-block;
      vertical-align: top;
      padding: 0 2.2222222222em 0 1.7222222222em; } }

.sf-fax {
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ico-fax.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.125em;
  color: #434343;
  line-height: 1.6666666667em;
  padding: 0 0 0 1.3888888889em;
  display: inline-block;
  vertical-align: top;
  background-size: 23px; }
  .sf-fax a {
    color: #434343;
    text-decoration: none; cursor: default;}
  @media (min-width: 60em) {
    .sf-fax {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 1.9444444444em; } }

.sf-social-media {
  margin: 0 0 0.625em; }
  @media (min-width: 60em) {
    .sf-social-media {
      margin: 0 0 0 0.125em; } }

.sfs-link {
  display: inline-block;
  vertical-align: top; }
  .sfs-link img {
    width: 100%;
    display: block; }
  .sfs-link:nth-child(1) {
    margin: 0 16px 0 0;
    width: 19px; }
  .sfs-link:nth-child(2) {
    width: 20px;
    margin: 0 21px 0 0; }
  .sfs-link:nth-child(3) {
    width: 22px;
    margin: 0 20px 0 0; }
  .sfs-link:nth-child(4) {
    width: 21px;
    margin: 0 24px 0 0; }
  .sfs-link:nth-child(5) {
    margin: 4px 0 0 0;
    width: 19px; }
    .sfs-link:nth-child(5) img {
      width: auto; }

@media (min-width: 60em) {
  .sf-right {
    float: right;
    padding-right: 1.3125em;
    width: 60%;
    text-align: right; } }

.sfr-img-wrap {
  /*@include mq(large) {
    .sfr-img {
      margin-right: em(11);
    }
  }*/ }
  .sfr-img-wrap .sfr-img {
    display: inline-block; }
    .sfr-img-wrap .sfr-img a {
      display: inline-block;
      vertical-align: top;
      border: 1px solid #ffb606;
      margin-right: 0.6875em;
      margin-bottom: 0.6875em;
      padding: 0 0.5em;
      background-color: #ffffff; }
  .sfr-img-wrap img {
    display: block;
    max-height: 4.625em; }

.sf-search {
  background-color: #f7f7f7;
  max-width: 20.25em;
  width: 100%;
  border: 1px solid #b5b5b5;
  height: 50px;
  margin: 0 auto; }
  .sf-search .search-form {
    padding: 0; }
  .sf-search .search-submit {
    background-color: transparent !important;
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/search-submit.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 1em 0.6666666667em !important;
    background-size: 1.3333333333em !important;
    width: 1.3888888889em !important;
    height: 2.1111111111em !important; }
    .sf-search .search-submit:focus {
      outline: none; }
  .sf-search .search-text {
    box-shadow: none !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0.4444444444em 0 0 1.8888888889em !important;
    font-style: italic;
    font-size: 1.125em !important;
    box-sizing: border-box; }
  @media (min-width: 60em) {
    .sf-search {
      margin: 1.2777777778em 1.6111111111em 0 0;
      float: right; }
      .sf-search .search-text {
        padding: 0.3888888889em 0 0 1.8888888889em !important; } }

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

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

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

a.search-link.search-exit {
  margin-right: 0px;
  margin-bottom: 0;
  display: block;
  text-align: right; }
@media (min-width: 60em){
a.search-link.search-exit {
    margin-right: 10px;
}
}
.search-cell1 {
  display: table-cell;
  padding-right: 1.3125em; }

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

.search-text {
  font-size: 1.125em !important;
  font-style: initial;
  width: 100%;
  height: auto;
  float: left;
  box-shadow: none !important;
  border: none !important;
  background-color: #f7f7f7 !important;
  font-style: italic !important;
  margin-bottom: 0 !important;
  border-radius: 3px !important;
  padding: 0.7222222222em 0.7777777778em !important;
  outline: none; }
  @media (min-width: 60em) {
    .search-text {
      padding: 0.7222222222em 2.1111111111em !important; } }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  font-weight: 300;
  background: #3299bb !important;
  color: #fff;
  border-radius: 4px !important;
  padding: 0.9375em 1.6875em 2em !important; }

.search-form {
  padding: 0 1.1875em; }
  @media (min-width: 60em) {
    .search-form {
      padding: 0 3.0625em; } }

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

.search-module {
  background-color: #ffb606;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    display: block; }
    @media (min-width: 60em) {
      .search-module.active {
        top: 11.25em; } }

@inclue mq(mediumv) {
  .search-module.active {
    top: 10.3125em; } }
  @media (min-width: 60em) {
    .search-module.stuck {
      top: 8.063em; } }

@inclue mq(mediumv) {
  .search-module.stuck {
    top: 6.813em; } }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 1.25em 0 1.75em 0; }

/*.search-exit {
  &.active {
    position: absolute;
    left: 0;
    top: em(180);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  }*/
.sm-list-wrap {
  background-color: #eaeaea; }
  .sm-list-wrap .inner-wrap, .sm-list-wrap .inner-wrap-narrow, .sm-list-wrap .inner-wrap-wide, .sm-list-wrap .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }

.sm-list li {
  display: block;
  text-align: center; }
  .sm-list li a {
    color: #323232;
    font-size: 1em;
    line-height: 2.4375em;
    text-decoration: none;
    padding: 0.875em 0 0.75em;
    display: block; }
    .sm-list li a:hover {
      background-color: #ffb606;
      color: #ffffff; }
  @media (min-width: 40em) {
    .sm-list li {
      width: 31%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 60em) {
    .sm-list li {
      width: auto; }
      .sm-list li a {
        padding: 0.875em 1.1875em 0.75em; } }
  @media (min-width: 80em) {
    .sm-list li {
      width: auto; }
      .sm-list li a {
        padding: 0.875em 2.625em 0.75em; } }

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

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

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

.product-module {
  width: 100% !important; }
  .product-module .owl-stage .owl-item {
    background-color: #f2f3f0; }
    .product-module .owl-stage .owl-item:nth-of-type(2n-2) {
      background-color: #eaeaea; }

.pm-slide {
  padding-bottom: 2.625em; }

.pm-item {
  text-align: center;
  text-decoration: none;
  color: #232526;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  display: block; }
  .pm-item:hover .pm-mask, .pm-item:focus .pm-mask {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7); }
  .pm-item:hover .pm-title, .pm-item:focus .pm-title {
    visibility: hidden; }
  .pm-item:focus:not(:hover):not(:active) {
    outline-offset: -2px; }

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

.pm-title {
  display: block;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 400;
  color: #232526;
  text-transform: none;
  visibility: visible; }

.pm-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: block;
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ms-hover.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: visible;
  background-color: 0px solid rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.pm-mask-title {
  position: absolute;
  font-size: 1.125em;
  color: white;
  font-weight: 400;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }
  .pm-mask-title:after {
    content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/mask-arrow.png); }

.about-module {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  .about-module:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.71);
    top: 0;
    left: 0; }
  .about-module .inner-wrap, .about-module .inner-wrap-narrow, .about-module .inner-wrap-wide, .about-module .inner-wrap-fullwidth {
    padding-top: 6.1875em;
    padding-bottom: 4.5em; }

.am-heading {
  color: #ffffff;
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin: 0 0 1.9642857143em;
  padding: 0; }
  @media (min-width: 40em) {
    .am-heading {
      padding: 0 4.6785714286em; } }

.am-sub-heading {
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.5625em;
  line-height: 1.08em; }
  .am-sub-heading:after, .am-sub-heading:before {
    content: "";
    position: absolute;
    width: 3.04em;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: translatey(-50%); }
  .am-sub-heading:after {
    left: -67%; }
  .am-sub-heading:before {
    right: -67%; }

.am-btn-wrap {
  position: relative;
  z-index: 1;
  margin-top: 3.125em; }
  .am-btn-wrap .btn, .am-btn-wrap button,
  .am-btn-wrap input[type="submit"], .am-btn-wrap .btn-download, .am-btn-wrap .btn-arrow, .am-btn-wrap .product-grid-item-link {
    font-size: 1.125em;
    line-height: 1.1666666667em;
    color: #353639;
    font-weight: 400;
    border-radius: 3px;
    padding: 1.1666666667em 1.7222222222em 1.0555555556em 1.7777777778em;
    margin-bottom: 1em; }

@inlcude mq(large) {
  .am-btn-wrap .btn, .am-btn-wrap button,
  .am-btn-wrap input[type="submit"], .am-btn-wrap .btn-download, .am-btn-wrap .btn-arrow, .am-btn-wrap .product-grid-item-link {
    margin-bottom: 0; } }
  .am-btn-wrap .am-btn-alt {
    background-color: transparent;
    border: 2px solid #3299bb;
    color: #ffffff;
    padding: 0.9444444444em 2.8333333333em; }
    .am-btn-wrap .am-btn-alt:hover {
      background-color: #3299bb; }
  .am-btn-wrap span {
    font-size: 1.375em;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    font-family: Raleway;
    text-transform: capitalize;
    padding: 0 2.3181818182em; }
    @media (min-width: 40em) {
      .am-btn-wrap span {
        padding: 0 2.3181818182em; } }

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

.cta-ebook {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 2.1em;
  font-weight: 600;
  color: #dedede;
  font-family: "Open Sans";
  background-color: #ffb606;
  padding: 1.85em 0 1.55em 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .cta-ebook .cta-text {
    color: #ffffff;
    position: relative;
    padding: 0 0 0 3.15em; }
    .cta-ebook .cta-text span {
      color: #ffffff; }
    .cta-ebook .cta-text:after {
      content: "";
      background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ebook.svg);
      background-repeat: no-repeat;
      background-size: 2.15em 2.15em;
      position: absolute;
      left: 0;
      top: -0.4em;
      width: 2.15em;
      height: 2.15em; }
    .cta-ebook .cta-text:before {
      content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img-content-arrow.png);
      position: absolute;
      right: -1.2em;
      top: -0.4em; }
  @media (min-width: 40em) {
    .cta-ebook {
      width: 50%; }
      .cta-ebook:hover {
        background-color: #dc9b00; }
        .cta-ebook:hover .cta-text {
          color: #ffffff; }
          .cta-ebook:hover .cta-text span {
            color: #ffca4c; } }

.cta-video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 2.1em;
  font-weight: 600;
  color: #dedede;
  padding: 1.85em 0 1.55em 0;
  font-family: "Open Sans";
  background-color: #fcbf2b;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .cta-video .cta-text {
    color: #ffffff;
    position: relative;
    padding: 0 0 0 3.15em; }
    .cta-video .cta-text span {
      color: #ffffff; }
    .cta-video .cta-text:after {
      content: "";
      background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/play.svg);
      background-repeat: no-repeat;
      background-size: 2.65em 2.65em;
      position: absolute;
      left: 0;
      top: -0.6em;
      width: 2.65em;
      height: 2.65em; }
    .cta-video .cta-text:before {
      content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/img-content-arrow.png);
      position: absolute;
      right: -1.1em;
      top: -0.4em; }
  @media (min-width: 40em) {
    .cta-video {
      width: 50%; }
      .cta-video:hover {
        background-color: #dc9b00; }
        .cta-video:hover .cta-text {
          color: #ffffff; }
          .cta-video:hover .cta-text span {
            color: #ffca4c; } }

.markets-served-module {
  text-align: center; }

.ms-heading {
  color: #232526;
  font-weight: 500;
  font-size: 2.1875em;
  line-height: 1.2em;
  margin: 1.4285714286em 0 1.2285714286em 0;
  letter-spacing: 0.4px; }

.ms-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 400;
  color: white;
  line-height: 1.5555555556em;
  margin: 0 auto;
  max-width: 17.7777777778em;
  width: 100%;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .ms-link:hover {
    color: #ffffff; }
  .ms-link:focus {
    color: #ffffff; }
  .ms-link:visited {
    color: #ffffff; }
  .ms-link:focus:not(:hover):not(:active) {
    outline: 2px dashed #ffffff;
    outline-offset: -5px; }
  .ms-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  @media (min-width: 40em) {
    .ms-link:hover:after, .ms-link:focus:after {
      background-color: rgba(0, 0, 0, 0.75); }
    .ms-link:hover .ms-title, .ms-link:focus .ms-title {
      width: 100%;
      border-radius: 0;
      top: 50%;
      background-size: 2em;
      color: #ffffff;
      transform: translateY(-50%);
      background-color: transparent;
      padding-left: 0;
      text-align: center; }
    .ms-link:hover .ms-icon, .ms-link:focus .ms-icon {
      position: static;
      display: block;
      margin: 0 auto; }
    .ms-link:hover .ms-header, .ms-link:focus .ms-header {
      padding: 1.9444444444em 0 3.3333333333em;
      display: block; }
    .ms-link:hover .ms-cta, .ms-link:focus .ms-cta {
      visibility: visible;
      position: static; } }
  @media (min-width: 60em) {
    .ms-link {
      font-size: 0.6875em;
      width: 20%;
      float: left;
      max-width: none; } }
  @media (min-width: 80em) {
    .ms-link {
      font-size: 1.125em; } }
  @media (min-width: 100em) {
    .ms-link {
      /*&:nth-child(2) {
      .ms-icon{
        left: em(21,18)
      }
    }
    &:nth-child(5) {
      .ms-icon{
        left: em(18,18)
      }
    }*/ } }

.ms-cta {
  font-size: 1.125em;
  visibility: hidden;
  color: #ffb606 !important;
  background-image: url(img/right-yellow-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.1666666667em;
  background-size: 1.3333333333em 1.3333333333em;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  color: white;
  padding-right: 1.7777777778em;
  position: absolute; }

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

.ms-title {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  left: 0;
  right: 0;
  width: 82%;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .ms-title {
      padding-left: 4.9090909091em;
      text-align: left; } }
  @media (min-width: 80em) {
    .ms-title {
      padding-left: 3em; } }
  @media (min-width: 100em) {
    .ms-title {
      text-align: center;
      padding-left: 0; } }

.ms-icon {
  width: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8333333333em; }
  @media (min-width: 60em) {
    .ms-icon {
      left: 0.5555555556em; } }
  @media (min-width: 100em) {
    .ms-icon {
      left: 2.1111111111em; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .ms-icon {
    left: 0.6666666667em; } }

.ms-header {
  padding: 1.4444444444em 0;
  display: inline-block; }

.sf-thomas {
  background-color: #000000;
  text-align: center; }
  .sf-thomas .inner-wrap, .sf-thomas .inner-wrap-narrow, .sf-thomas .inner-wrap-wide, .sf-thomas .inner-wrap-fullwidth {
    padding-top: 1.9375em;
    padding-bottom: 1.5625em; }
  .sf-thomas p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.1875em;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    display: inline-block;
    text-align: left;
    vertical-align: top; }
    .sf-thomas p a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 60em) {
    .sf-thomas {
      text-align: right; }
      .sf-thomas p {
        float: left;
        margin: 0 0 0 2.5625em; }
        .sf-thomas p span {
          position: relative;
          /*padding: 0 0 0 em(9);
        &:after {
          content: "|";
          position: absolute;
          left: 0;
          top: 0;
          color: rgba(255, 255, 255, 0.75);
          }*/ } }

.sf-list {
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  .sf-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.625em; }
    .sf-list li a {
      text-decoration: none;
      color: white;
      font-weight: 400;
      font-size: 1em;
      line-height: 1.1875em; }
      .sf-list li a:hover {
        text-decoration: underline; }
  @media (min-width: 60em) {
    .sf-list {
      margin: -0.1875em 2.5em 0 0; }
      .sf-list li {
        margin: 0 0 0 3.1875em; } }

.blog-module .inner-wrap, .blog-module .inner-wrap-narrow, .blog-module .inner-wrap-wide, .blog-module .inner-wrap-fullwidth {
  padding-top: 3.625em;
  padding-bottom: 3.4375em; }

.blog-module h2 {
  font-size: 1.5em;
  line-height: 1.75em;
  color: #232526;
  font-family: Lato;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #727272;
  padding: 0 0 0.625em 0;
  letter-spacing: 0.7px;
  text-align: left; }
  @media (min-width: 60em) {
    .blog-module h2 {
      font-size: 1.375em; } }
  @media (min-width: 80em) {
    .blog-module h2 {
      font-size: 1.5em; } }

.bm-upcoming-event,
.subscribe-to-blog,
.news-announcements {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5625em;
  width: 100%;
  position: relative; }

@media (min-width: 40em) {
  .subscribe-to-blog {
    margin-right: 2.3576515979%;
    width: 48.821174201%; } }

@media (min-width: 60em) {
  .subscribe-to-blog {
    margin-left: 0; } }

@media (min-width: 40em) {
  .news-announcements {
    margin-right: 0;
    width: 48.821174201%; } }

.bm-upcoming-event {
  text-align: center; }
  .bm-upcoming-event .bm-heading {
    text-align: left; }
  .bm-upcoming-event > a {
    display: inline-block;
    text-decoration: none; }

.bue-img {
  margin: 1.6111111111em auto 2em; }
  @media (max-height: 40em) and (min-width: 60em) {
    .bue-img {
      max-width: 8.0625em; } }

.news-announcements {
  text-align: left; }

.bm-text {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 2.3333333333em;
  color: #232526;
  display: block;
  margin: 1.1111111111em 0 0.2222222222em 0.7222222222em; }
  .bm-text span {
    font-weight: 400; }

.bm-contnet {
  color: #6c6c6c;
  font-size: 1.125em;
  line-height: 1.6111111111em;
  font-weight: 400;
  margin: 0;
  padding: 0 2.2222222222em 1.2777777778em 0.7222222222em; }

.bm-link {
  color: #ffb606;
  font-size: 1.125em;
  line-height: 1.1666666667em;
  text-decoration: none;
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/download-ebook.png);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: 700;
  padding: 0 0 1.0555555556em 2.2222222222em; }
  .bm-link:hover {
    color: #dc9b00;
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/download-ebook-hover.png); }
  .bm-link:focus {
    color: #ffb606; }

.stb-contnet {
  color: #6c6c6c;
  font-size: 1.125em;
  line-height: 1.6111111111em;
  font-weight: 400;
  margin: 1.6111111111em 0 2em 0;
  padding: 0px 0.7222222222em; }

.demos-heading {
  font-size: 1em;
  text-align: center; }
  @media (min-width: 40em) {
    .demos-heading {
      min-height: 6.25em; } }
  @media (min-width: 60em) {
    .demos-heading {
      font-size: 1.125em;
      min-height: 5.5555555556em; } }
  @media (min-width: 80em) {
    .demos-heading {
      font-size: 1.125em;
      min-height: 3.7222222222em; } }

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

.pbm-item {
  max-width: 18.75em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0.9375em;
  margin-bottom: 0.9375em; }
  .pbm-item a {
    color: #232526;
    text-decoration: none; }
    .pbm-item a:hover {
      color: #2686a5; }
    .pbm-item a:hover {
      color: #232526; }
  .pbm-item img {
    display: block;
    width: 100%;
    border: solid 1px #efefef; }
  @media (min-width: 40em) {
    .pbm-item {
      width: 33.33%;
      float: left; } }
  @media (min-width: 60em) {
    .pbm-item {
      width: 25%; } }

.pbm-title {
  font-size: 1.125em;
  font-family: Raleway;
  text-align: center;
  display: block;
  margin-top: 0.2777777778em; }

body .gform_wrapper.stb-form_wrapper {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0; }

.stb-text, .stb-form_wrapper input[type="text"] {
  box-shadow: none !important;
  background-color: #f7f7f7 !important;
  border: 1px solid #b5b5b5 !important;
  font-size: 1.125em !important;
  color: #434343 !important;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0.7222222222em 1.8888888889em 0.7222222222em !important;
  margin-bottom: 0 !important; }

body .gform_wrapper.stb-form_wrapper .gform_footer {
  text-align: left;
  margin: 0;
  padding-bottom: 0; }

body .gform_wrapper.stb-form_wrapper .gform_footer input[type="submit"] {
  margin: 0;
  font-size: 1.25em !important;
  font-weight: 400 !important;
  text-transform: capitalize;
  border-radius: 3px !important;
  padding: 0.7em 1.6em !important;
  color: #fff !important;
  min-width: inherit !important; }
  @media (min-width: 80em) {
    body .gform_wrapper.stb-form_wrapper .gform_footer input[type="submit"] {
      padding: 0.7em 2.65em !important; } }
  body .gform_wrapper.stb-form_wrapper .gform_footer input[type="submit"]:hover, body .gform_wrapper.stb-form_wrapper .gform_footer input[type="submit"]:focus {
    background-color: #d29400 !important; }

.stb-btn {
  font-size: 1.125em !important;
  font-weight: 400 !important;
  text-transform: capitalize;
  border-radius: 3px !important;
  padding: 0.7777777778em 1.7777777778em !important; }
  @media (min-width: 80em) {
    .stb-btn {
      padding: 0.7777777778em 2.9444444444em !important; } }

.na-content {
  color: #6c6c6c;
  font-size: 1.125em;
  line-height: 1.6111111111em;
  font-weight: 400;
  margin: 1.4444444444em 0 1em 0;
  padding: 0 0 0 0.5em; }
  .na-content:nth-child(3) {
    margin: 0 0 2.5555555556em 0; }
  .na-content a {
    color: #3299bb; }

.na-btn {
  color: #ffb606;
  font-size: 1.125em;
  line-height: 1.1666666667em;
  text-decoration: none;
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ico-new-link.svg);
  background-repeat: no-repeat;
  background-position: left 0;
  font-weight: 700;
  padding: 0 0 0 1.9444444444em;
  margin: 0 0 0 5.277778em;
  background-size: 1.2222222222em;
  position: absolute;
  bottom: 17px;
  right: 0; }
  .na-btn:hover {
    color: #dc9b00;
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ico-new-link-hover.svg); }
  .na-btn:focus {
    color: #ffb606; }
  @media (min-width: 80em) {
    .na-btn {
      right: 35px;
      bottom: 15px; } }

.featured-video {
  margin: 1.6111111111em 0 2em 0;
  display: inline-block;
  position: relative;
  width: 100%; }
  .featured-video:before {
    position: absolute;
    content: '';
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ico-play.png);
    background-repeat: no-repeat;
    width: 3.375em;
    height: 3.375em;
    background-size: 3.375em 3.375em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .featured-video:hover:before {
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/ico-play-hover.png); }

.site-wrap.nav-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0; }

.one-col .inner-wrap-narrow {
  padding-top: 4.3125em;
  padding-bottom: 4.9375em; }

.one-col .bold-text {
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1.3846153846em;
  color: #222526;
  margin: 0 0 35px 0; }

.dest-page .inner-wrap-narrow {
  padding-left: 2.25em;
  padding-right: 1.6875em; }

.dest-page p.emph, .dest-page .section-header-wrap p, .section-header-wrap .dest-page p, .dest-page .page-intro p, .page-intro .dest-page p {
  font-size: 1.875em;
  line-height: 1.3em; }

.dest-page p strong {
  color: #3299bb; }

.dest-page hr {
  border-bottom: 2px solid #b7b7b7; }

hr {
  border-bottom: 2px solid #b7b7b7;
  margin: 1.5em 0 !important; }

.dest-product-gallery {
  padding-top: 79px;
  padding-bottom: 0;
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-top: 1px solid #e5e5e5;
  margin-top: 67px; }

.dpg-wrap {
  width: 100%; }
  .dpg-wrap img {
    display: block;
    margin: 2px auto; }
  @media (min-width: 40em) {
    .dpg-wrap {
      width: 20%;
      padding: 0 0.625em; } }

.blockquote-text {
  background-color: #eaeaea;
  border-top: 5px solid #fdb827; }
  .blockquote-text p {
    padding: 19px 43px 50px;
    line-height: 25px;
    position: relative; }
    .blockquote-text p:after {
      content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/img-quote.png);
      position: absolute;
      top: 18px;
      left: 18px; }
    .blockquote-text p:before {
      content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/img-quote-bottom.png);
      position: absolute;
      bottom: 44px;
      right: 83px; }

.page-template-dest-page .site-content > .inner-wrap-narrow {
  padding-bottom: 47px; }

.page-template-dest-page .additional-content .dest-product-gallery-module > .inner-wrap-narrow {
  padding-top: 0; }

.specifications-block {
  border-spacing: 5px 3px;
  display: table;
  width: 100%; }

.specifications-block dl {
  display: table;
  width: 100%;
  margin: 0; }

.specifications-block dl dt {
  display: table-cell;
  margin: 0;
  border: 1px solid #bdbdbd;
  padding: 10px;
  width: 35%;
  font-size: 15px; }

.specifications-block dl dd {
  display: table-cell;
  margin: 0;
  border: 1px solid #bdbdbd;
  padding: 10px; }

.specifications-block dl dd p {
  font-size: 15px;
  margin: 0; }

.multiple-cols-module section.rows-of-1 > div {
  clear: both; }

.anchor-link-nav-module .inner-wrap-narrow {
  padding-top: 0; }

ul.alnm-links {
  background: #3299bb;
  padding: 0.625em;
  z-index: 9;
  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; }

ul.alnm-links li {
  position: relative; }

ul.alnm-links li + li:before {
  border-left: 1px solid #fff;
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  height: 16px; }

ul.alnm-links li + li {
  margin-left: 10px;
  padding-left: 10px; }

ul.alnm-links li a {
  color: #fff;
  font-weight: 700; }

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

.mfp-wrap figcaption .mfp-title {
  text-align: center; }

/*Historical Module */
.historical_innerwrap {
  background: #424242;
  color: #fff;
  max-width: 49.625em;
  width: 100%;
  margin-top: .3571428571428571em;
  font-size: 14px; }

.historical_header {
  background: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/historical_header_bg.jpg) 147px top no-repeat; }

.historical_header > nav {
  padding: 0 .7142857142857143em; }

@media only screen and (min-width: 40em) {
  .historical_header > nav {
    float: right;
    padding: 5.428571428571429em .7142857142857143em 0 0; } }

#historical_menu > ul {
  padding: 0; }

@media only screen and (min-width: 40em) {
  #historical_menu li {
    background: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/historical_menu_bg.jpg) right center no-repeat;
    display: inline-block;
    padding: 0 .5em; }
  #historical_menu li:last-child {
    background: none; } }

#historical_menu li:after {
  display: none; }

#historical_menu ul li a {
  color: #a6a6a6;
  display: block;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px; }
  #historical_menu ul li a:hover, #historical_menu ul li a:focus {
    color: #fff; }

@media only screen and (min-width: 40em) {
  .historical_banner {
    margin-top: 0; } }

.historical_contant {
  background: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/line_bg.jpg) repeat-x;
  margin: .7142857142857143em; }

.historical_contant > p {
  padding: .7142857142857143em 0;
  font-size: 14px;
  margin: 0; }

.product-carousel .slides li {
  text-align: center; }

.product-item {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto 40px;
  float: none; }
  .product-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .product-item {
      float: left;
      display: block;
      margin: 0;
      margin-right: 2.3576515979%;
      width: 22.6317613015%; } }

#sr-map {
  width: 100%;
  min-height: 25em; }
  #sr-map .sr-rep {
    background-color: white;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: auto;
    border: none;
    text-align: left; }
  @media (min-width: 40em) {
    #sr-map {
      min-height: 37.5em; } }

.sr-rep {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  margin-bottom: 1.25em;
  position: relative;
  /*top: 570px;*/
  text-align: center;
  min-height: 200px;
  padding-top: 20px;
  /*margin-right: 20px;*/ }
  .sr-rep a {
    word-break: break-all; }
  @media (min-width: 40em) {
    .sr-rep {
      width: 31%; }
      .sr-rep:not(:nth-of-type(3n)) {
        margin-right: 3%; } }

#sr-distributors ul {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

@media (min-width: 40em) {
  #sr-distributors ul {
    width: 33%; } }

#gform_wrapper_4 {
  min-height: 120px; }

#gform_confirmation_message_4 {
  min-height: 60px; }
  @media only screen and (min-width: 40em) {
    #gform_confirmation_message_4 {
      min-height: 110px; } }

#sr-locator {
  border-bottom: 1px #ccc solid;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0; }

.sr-select-label {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  padding: 0 0 0 10px; }

.sr-select-country {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 200px; }

.sr-locations,
.sr-countries {
  margin-bottom: 0; }

.sr-select-location {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 300px; }

#sr-reps-info {
  border-top: 1px #ccc solid;
  /*max-height: 300px;*/
  height: 18.75em;
  overflow: auto;
  /*overflow: scroll;*/
  margin: 10px 0;
  padding: 30px 0 0 0;
  position: relative;
  vertical-align: top; }
  #sr-reps-info h2 {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    left: 15px; }
  #sr-reps-info .sr-rep {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, white 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 20px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top; }
    #sr-reps-info .sr-rep:hover {
      background: #e5e5e5;
      background: -moz-linear-gradient(top, #e5e5e5 0%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, white));
      background: -webkit-linear-gradient(top, #e5e5e5 0%, white 100%);
      background: -o-linear-gradient(top, #e5e5e5 0%, white 100%);
      background: -ms-linear-gradient(top, #e5e5e5 0%, white 100%);
      background: linear-gradient(to bottom, #e5e5e5 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); }
  @media (min-width: 40em) {
    #sr-reps-info .sr-rep {
      margin: 0 1% 10px 1%; } }

#sr-locator h2 {
  border-bottom: 1px #ccc solid;
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 5px; }

#sr-distributors a {
  font-size: 16px;
  text-align: left;
  text-decoration: none; }

/*=============== simple search drop down ===============*/
.sib-nav {
  display: inline-block; }

.sib-nav > li {
  position: relative; }

.sib-nav > li:hover .sib-btn {
  background-color: #dc9b00;
  color: #ffffff;
  border-radius: 3px 3px 0 0; }
  .sib-nav > li:hover .sib-btn span {
    color: #ffffff; }
    .sib-nav > li:hover .sib-btn span:after {
      content: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/si-btn-arrow-hover.png); }

.mobile-nav {
  display: none; }

.sub-nav-menu {
  background: rgba(255, 182, 6, 0.9);
  display: none;
  position: absolute;
  padding: 0;
  z-index: 3;
  width: 100%;
  text-align: left; }

.sub-nav-menu li {
  list-style: none; }
  .sub-nav-menu li a {
    font-size: 1em;
    border-bottom: 1px solid rgba(254, 212, 126, 0.8);
    display: block;
    padding: 0.625em 1.5625em;
    color: #575552;
    text-decoration: none; }
    .sub-nav-menu li a:hover {
      background-color: #fed47e;
      color: #ffffff; }
  .sub-nav-menu li:last-child {
    border: 0; }

@media (max-width: 767px) {
  .mobile-nav {
    display: block; } }

@media (min-width: 767px) {
  .sib-nav > li:hover > .sub-nav-menu {
    display: block !important; } }

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

.yellow-color {
  font-size: 2.5em !important;
  color: #fdb827; }

.website-search-wrap {
  overflow: hidden;
display:inline-block;}

.plp-search-wrap {
  overflow: hidden; }

@media (min-width: 40em) {
  .smf-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

.smf-wrapper h5.smf-heading {
  min-width: 105px;
  text-align: left; }

.smf-wrapper .smf-block {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 40em) {
    .smf-wrapper .smf-block {
      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;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .smf-wrapper .smf-block > div {
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .smf-wrapper .smf-block > div + div:before {
      content: "or";
      position: absolute;
      left: -9px;
      font-size: 16px;
      top: 10px;
      font-weight: 700;
      height: 100%; }
    @media (min-width: 40em) {
      .smf-wrapper .smf-block > div {
        width: 25%; } }
@media (min-width: 60em){
.smf-wrapper .smf-block > div {
    height: 50px;
}
}
    .smf-wrapper .smf-block > div select.smf-prod-search {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      border-radius: 30px;
      padding: 10px 25px;
      /* line-height: 10px; */
      width: 100%;
      height: 46px !important;
      box-shadow: 0px 2px 4px #cccccc;
      background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/select-image.png);
      background-repeat: no-repeat;
      background-position: center right 25px;
      margin: 0; }
    .smf-wrapper .smf-block > div a.btn, .smf-wrapper .smf-block > div a.btn-download, .smf-wrapper .smf-block > div a.btn-arrow, .smf-wrapper .smf-block > div a.product-grid-item-link {
      background-color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      line-height: 20px;
      box-shadow: 0px 2px 4px #cccccc;
      color: #4e4d4d;
      width: 100%;
      text-align: left;
      font-weight: 400;
      font-size: 15px;
      background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/arrow-left-image.png);
      background-repeat: no-repeat;
      background-position: center right 25px; }
    .smf-wrapper .smf-block > div .search-form {
      padding: 0 !important; }
      .smf-wrapper .smf-block > div .search-form .search-cell1 {
        padding: 0 !important; }
      .smf-wrapper .smf-block > div .search-form .search-text {
        border-radius: 50px !important;
        width: 100%;
        height: auto !important;
        box-shadow: 0px 2px 4px #cccccc !important;
        /*background-image: url(img/search.svg);
          background-repeat: no-repeat;
          background-position: center right 25px;*/
        margin: 0;
        padding: 13px 30px 15px 25px !important;
        background-color: #fff !important;
        font-style: normal !important;
        font-size: 15px !important;
        text-overflow: ellipsis; }
      .smf-wrapper .smf-block > div .search-form .search-submit {
        width: 55px;
        min-width: inherit;
        height: 25px;
        padding: 0 !important;
        position: absolute !important;
        right: 5px;
        top: 10px;
        color: transparent !important;
        background-color: transparent !important;
        background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/search.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center right 25px !important;
        background-size: 23px auto !important; }

#lightbox, #lightbox1 {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
  display: none; }
  #lightbox article#popup, #lightbox article#popup1, #lightbox1 article#popup, #lightbox1 article#popup1 {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
    max-width: 550px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #lightbox article#popup .lightbox_header, #lightbox article#popup1 .lightbox_header, #lightbox1 article#popup .lightbox_header, #lightbox1 article#popup1 .lightbox_header {
    background: url(header_bg.jpg) left 6.25em repeat-x #fff;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
text-align: center;}
#lightbox article#popup .lightbox_header a.close, #lightbox article#popup1 .lightbox_header a.close, #lightbox1 article#popup .lightbox_header a.close, #lightbox1 article#popup1 .lightbox_header a.close {
    top: 0.9090909091em;
    right: 0.9090909091em;
}
#lightbox article#popup .lightbox_header .site-logo, #lightbox article#popup1 .lightbox_header .site-logo, #lightbox1 article#popup .lightbox_header .site-logo, #lightbox1 article#popup1 .lightbox_header .site-logo {
    margin: 15px auto 11px !important;
    float: none;
    display: inline-block;
}
@media (min-width: 60em){
#lightbox article#popup .lightbox_header, #lightbox article#popup1 .lightbox_header, #lightbox1 article#popup .lightbox_header, #lightbox1 article#popup1 .lightbox_header {
    min-height: 122px;
}
  #lightbox article#popup .lightbox_header .site-logo, #lightbox article#popup1 .lightbox_header .site-logo, #lightbox1 article#popup .lightbox_header .site-logo, #lightbox1 article#popup1 .lightbox_header .site-logo {
    width: 100%;
}
}
  #lightbox article#popup iframe, #lightbox article#popup1 iframe, #lightbox1 article#popup iframe, #lightbox1 article#popup1 iframe {
    display: block;
    height: 300px;
    margin: 20px auto 0;
    width: 95%;
    padding: 5px;
    border: 1px solid #000; }

.lightboxActive {
  height: 100vh;
  overflow: hidden; }

@media (max-width: 959px) {
  .sm-form-wrap .inner-wrap, .sm-form-wrap .inner-wrap-narrow, .sm-form-wrap .inner-wrap-wide, .sm-form-wrap .inner-wrap-fullwidth {
    padding-left: 15px;
    padding-right: 15px; }
  .sm-form-wrap .smf-block > div {
    width: 100%;
    position: relative;
    margin: 5px 0;
    min-height: 2.875em; } }

@media (max-width: 959px) {
  .sm-form-wrap .smf-wrapper .smf-block > div + div:before {
    position: relative;
    top: auto;
    left: auto;
    display: none; } }

@media (min-width: 768px) and (max-width: 959px) {
  .sm-form-wrap .inner-wrap, .sm-form-wrap .inner-wrap-narrow, .sm-form-wrap .inner-wrap-wide, .sm-form-wrap .inner-wrap-fullwidth {
    padding-left: 15px;
    padding-right: 15px; }
  .sm-form-wrap .smf-block > div {
    width: 50%;
    position: relative;
    margin: 5px 0; } }

@media (min-width: 960px) and (max-width: 1260px) {
  .sm-form-wrap .inner-wrap, .sm-form-wrap .inner-wrap-narrow, .sm-form-wrap .inner-wrap-wide, .sm-form-wrap .inner-wrap-fullwidth {
    padding-left: 15px;
    padding-right: 15px; }
  .sm-form-wrap .smf-block > div {
    width: 25%;
    position: relative;
    margin: 5px 0; }
    .sm-form-wrap .smf-block > div + div:before {
      display: none; } }

.product-bucket-module .pbm-item:hover .product-header, .product-bucket-module .pbm-item:focus .product-header {
  text-decoration: underline;
  color: #2686a5; }
  .product-bucket-module .pbm-item:hover .product-header:hover, .product-bucket-module .pbm-item:hover .product-header:focus, .product-bucket-module .pbm-item:focus .product-header:hover, .product-bucket-module .pbm-item:focus .product-header:focus {
    text-decoration: underline;
    color: #2686a5; }

@media (max-width: 354px) {
  .sh-rfq-btn {
    font-size: 1.0625em;
    padding: 1.0588235294em 0.7058823529em 1.2941176471em 0.7058823529em;
    margin: 0.5882352941em 0 0 0; } }

.search-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4e4d4d; }

.search-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #4e4d4d; }

.search-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #4e4d4d; }

.search-text:-moz-placeholder {
  /* Firefox 18- */
  color: #4e4d4d; }

/*competitor-item-search*/
.competitor-item-search .search-submit {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.competitor-item-search .search-cell1 {
  padding-right: 0; }

.competitor-item-search .search-form {
  padding: 0; }

@media (min-width: 40em) {
  .column3 {
    column-count: 3; }
    .column3 > li {
      font-weight: 400;
      font-size: 1em; } }

.popover__wrapper {
  position: absolute;
  display: inline-block;
  top: -12px;
  right: 11px; 
top:0}
@media (min-width: 60em){
.popover__wrapper {
    top: -24px;
}
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -122px;
  transform: translate(0, 10px);
  background-color: #000;
  color: #fff;
  padding: 0.1rem 0.1em 0em 0.1em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 260px;
  bottom: 10px; }

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  bottom: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  transform: rotate(180deg); }

@media screen and (max-width: 1260px) {
  .popover__content {
    left: -266px;
    bottom: -48px; }
  .popover__content:before {
    bottom: 37px;
    transform: rotate(90deg);
    right: -12px; } }

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97); }

.popover__message {
  text-align: center;
  font-size: 0.8em;
  margin: 11px 0 20px 0; }

.page-id-1415 .competitor-item-search .inner-wrap, .page-id-1415 .competitor-item-search .inner-wrap-narrow, .page-id-1415 .competitor-item-search .inner-wrap-wide, .page-id-1415 .competitor-item-search .inner-wrap-fullwidth {
  padding: 0.5em 1.5em 2.5em 1.5em; }

.page-id-1415 .item-lists {
  margin-bottom: 0px !important; }

/*Scrollbar in mobile*/
#sr-reps-info::-webkit-scrollbar {
  -webkit-appearance: none; }

#sr-reps-info::-webkit-scrollbar:vertical {
  width: 12px; }

#sr-reps-info::-webkit-scrollbar:horizontal {
  height: 12px; }

#sr-reps-info::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff; }

#sr-reps-info::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff; }

.rows-of-3 {
  text-align: center; }

#sr-map .gm-style .gm-style-mtc div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.page-id-1355 .dest-product-gallery,
.page-id-1365 .dest-product-gallery,
.page-id-1334 .dest-product-gallery,
.page-id-1376 .dest-product-gallery,
.page-id-1380 .dest-product-gallery {
  padding-top: 0px;
  border: none;
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5; }

.page-id-1355 .dest-product-gallery-module .inner-wrap-narrow,
.page-id-1365 .dest-product-gallery-module .inner-wrap-narrow,
.page-id-1334 .dest-product-gallery-module .inner-wrap-narrow,
.page-id-1376 .dest-product-gallery-module .inner-wrap-narrow,
.page-id-1380 .dest-product-gallery-module .inner-wrap-narrow {
  padding: 0.2em 1.5em 0.5em 1.5em; }

@media screen and (max-width: 640px) {
  .page-id-1417 .multiple-cols-module .rows-of-1 .lazyloaded {
    float: none;
    margin: 0px auto; }
  .page-id-1417 .multiple-cols-module .rows-of-1 h4 {
    text-align: center; }
  .page-id-1417 .multiple-cols-module .rows-of-1 p {
    text-align: center; } }

.info-desk {
  display: none; }
  @media (min-width: 40em) {
    .info-desk {
      display: block;
      max-width: 72em;
      width: 95%;
      margin: 0 auto; } }
  @media (min-width: 60em) {
    .info-desk {
      /*height: em(905.433);*/
      max-width: 60em;
      height: 41.875em; } }
  @media (min-width: 80em) {
    .info-desk {
      max-width: 72em;
      height: 52.375em;
      width: 100%; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .info-desk {
      height: 720px; } }

.info-mob {
  padding-left: 1em;
  padding-right: 1em; }
  @media (min-width: 40em) {
    .info-mob {
      display: none; } }

.info-mob-wrap {
  width: 100%;
  margin-top: 1.25em; }

.info-item {
  width: 100%;
  border-top: solid 2px #ffb606;
  border-left: solid 2px #ffb606;
  border-right: solid 2px #ffb606;
  display: table;
  padding: 0 10px 0; }
  .info-item:last-child {
    border-bottom: solid 2px #ffb606; }

.im-item-img {
  max-width: 7.5em;
  width: 100%;
  display: block;
  float: left; }

.im-item-desc {
  width: calc(100% - 7.5em);
  float: right;
  padding: 0.625em; }

.im-item-title {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0;
  color: #477DCA;
  margin-bottom: 0.5714285714em; }

.im-item-head {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5714285714em; }

.im-item-con {
  font-size: 0.8125em;
  margin: 0; }

.alighn-right-img {
  display: table;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (min-width: 40em) {
    .alighn-right-img {
      display: inline-block;
      float: right;
      margin: 0;
      margin-bottom: 1.5em;
      margin-left: 1.5em; } }

@media (max-width: 670px) {
  .am-btn-wrap span {
    display: block;
    margin-bottom: 18px; } }

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  font-size: 0.8125em;
  opacity: 0;
  position: fixed;
  z-index: -99;
  top: 0.7692307692em;
  left: 0.7692307692em;
  background: #ffb606;
  padding: 0.5384615385em 0.7692307692em;
  color: #454545;
  font-weight: 400;
  text-shadow: none; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 9999; }

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

.video-about-tm {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #cccccc;
  width: 100%; }

.btn-new {
  margin-top: 15px; }
  @media (min-width: 40em) {
    .btn-new {
      margin-top: 0; } }

/* gdd 002 b css start */
/*=============== GDD-015-Sticky Bearing Finder===============*/
.gdd-002-b-sticky {
  display: none; }
  @media (min-width: 40em) {
    .gdd-002-b-sticky {
      position: fixed !important;
      bottom: 2%;
      right: 0.75em;
      display: block;
      z-index: 11;
      width: 6.8125em;
      height: 8.625em; }
   
      .gdd-002-b-sticky:hover a {
        background-color: #ffb606;
        color:#000;
        transform: rotate(-30deg);
        right: 2.0555555556em;
        bottom: 0.3888888889em; }
    .gdd-002-b-sticky:hover a span{
     color:#000; }
      .gdd-002-b-sticky:hover img {
        opacity: 1;
        transform: rotate(-7deg);
        right: -0.625em;
        top: -3.625em; }
      .gdd-002-b-sticky a {
        color: #ffffff;
        text-decoration: none;
        background-color: #3299bb;
        font-size: 1.125em;
        width: 6.0555555556em;
        height: 7.6666666667em;
        position: absolute;
        border-radius: 6px 15px 15px 6px;
        z-index: 11;
        right: 0;
        bottom: 0;
        transform: rotate(0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .gdd-002-b-sticky a:before {
          content: "";
          position: absolute;
          left: 0.9444444444em;
          top: 0;
          width: 0.3333333333em;
          height: 100%;
          background-color: #fff; }
      .gdd-002-b-sticky span {
        color: #fff;
        position: absolute;
        top: 50%;
        right: 0.7777777778em;
        line-height: 1.1111111111em;
        transform: translateY(-50%); }
      .gdd-002-b-sticky img {
        transform: rotate(0deg);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9; } }

/*.gdd-002-b-sticky {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 17px;
    color: #ffffff;
    text-decoration: none;
    background-color: #ffb606;
   
    border-radius: 50%;
  z-index:11;
  width: em(124);
  height: em(124);
  text-align: center;
text-decoration: none;
&:hover{
  color:#ffffff;
} 
&:focus{
  color:#ffffff;
}
span{
  font-size: em(17);
    font-family: $header-font-family;
    display: block;
    padding: 0 em(4,17);
    line-height: em(19,17);
    margin-top: em(11,17);
    padding-top: em(25);
  &:hover{
color:#ffffff;
  }
}

 @include mq(medium) {
       display: block;
    }
}*/
/*.tring {
   position: absolute;
   top: em(-13);
   left: em(-13);
   width: em(150);
    height: em(150);
   border-radius: 50%;
   border: solid #ffb606;
   border-width: 2px;
 
@include mq(medium) {
    //width: 7.3125em;
   //height: 7.25em;
   }

   @include mq(mediumv) {
    //width: 8.6875em;
    //height: 8.25em;
   }
}*/
/*.circle-wrap{
   top: em(-2);
   left: em(-2);
   width: em(150);
    height: em(150);
   border-radius: 50%;
    -webkit-animation: circle 5s infinite linear; 
   animation: circle 5s infinite linear;   
-moz-animation: circle 5s infinite linear;      
-o-animation: circle 5s infinite linear;
-ms-animation:  circle 5s infinite linear;
position: relative;

}*/
.close-sticky {
  display: none;
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/gdd002-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.9375em 0.9375em;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  vertical-align: top;
  margin-top: 0.0625em;
  margin-right: 0.0625em;
  margin-left: 0.25em;
  position: fixed;
  bottom: 10.0625em;
  right: 0.375em;
  z-index: 12;
  cursor: pointer; }
  .close-sticky:hover {
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/gdd002-close-hover.png); }
  @media (min-width: 40em) {
    .close-sticky {
      display: block; } }

/*@media (min-height: 85.375em){
.close-sticky {
 bottom: 4.8125em; 
}
}

@media (max-height: 30em){
.close-sticky {
 bottom: 0.8125em; 
}
}*/
/*.circle-one {
    background-color: #ffb606;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    width: em(10);
    height: em(10);
    position: absolute;
    left: em(75);
    top: em(3);
     
}

.circle-two {
    background-color: #ffb606;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    width: em(10);
    height: em(10);
    top: em(3);
    position: absolute;
    left: em(64);
}

.circle-three {
    background-color: #ffb606;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
     width: em(10);
    height: em(10);
    position: absolute;
    top: em(5);
    left: em(53);
}*/
.gdd-002-stickyfooter {
  display: block;
  background-color: #3299bb;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  text-align: center;
  z-index: 100; }
  .gdd-002-stickyfooter a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1875em; }
 .stuck-close {
    position: absolute;
    right: 10px;
}
  @media (min-width: 40em) {
    .gdd-002-stickyfooter {
      display: none; } }

/*@keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
  
@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}*/
.sfr-img .tn-badge__link {
  border: none !important;
  background-color: transparent !important; }

/** gdd-003 resource module **/
.gdd003-resource-module {
  background-color: #efefef;
  text-align: center; }
  .gdd003-resource-module .inner-wrap, .gdd003-resource-module .inner-wrap-narrow, .gdd003-resource-module .inner-wrap-wide, .gdd003-resource-module .inner-wrap-fullwidth {
    padding-top: 3em;
    padding-bottom: 3em; }
    @media (min-width: 40em) {
      .gdd003-resource-module .inner-wrap, .gdd003-resource-module .inner-wrap-narrow, .gdd003-resource-module .inner-wrap-wide, .gdd003-resource-module .inner-wrap-fullwidth {
        padding-top: 4em;
        padding-bottom: 4em; } }
  .gdd003-resource-module a {
    text-decoration: none; }
  .gdd003-resource-module .grm-heading {
    font-size: 35px;
    color: #232526;
    font-weight: 500;
    font-family: Raleway;
    margin-bottom: 0.87em; }
  .gdd003-resource-module .grs-title {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 400;
    color: #232526; }
    @media (min-width: 60em) {
      .gdd003-resource-module .grs-title {
        font-size: 1.1em;
        height: 42px; } }
    @media (min-width: 80em) {
      .gdd003-resource-module .grs-title {
        font-size: 1.25em;
        height: 48px; } }
  .gdd003-resource-module .grs-item-cta {
    color: #ffb606;
    font-size: 1.125em;
    line-height: 1.1666666667em;
    text-decoration: none;
    background-image: url(//www.triadmagnetics.com/wp-content/themes/triadmagnetics-default/img/download-ebook.png);
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: 700;
    padding: 0 0 1.0555555556em 2.2222222222em; }
    .gdd003-resource-module .grs-item-cta:hover {
      color: #dc9b00;
      background-image: url(//www.triadmagnetics.com/wp-content/themes/triadmagnetics-default/img/download-ebook-hover.png); }
  .gdd003-resource-module .grs-cta {
    font-size: 18px;
    font-weight: 500;
    font-family: Raleway;
    color: #232526;
    background-color: #ffb606;
    padding: 0.75em 2.2em 0.75em 2.2em;
    border-radius: 5px;
    margin-top: 1em;
    display: inline-block; }
    .gdd003-resource-module .grs-cta:hover {
      background-color: #d29400; }

@media (max-width: 850px) and (min-width: 640px) {
  .grs-item {
    width: 47.231761%; } }

/** gdd-003 resource module 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://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/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://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/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: auto;
  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%;
  max-height: inherit !important;
  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 tr {
    background-color: #ffffff;
    padding: 0; }
    .tablesaw tr:nth-of-type(2n-2) {
      background-color: #efefef; }

.tablesaw th {
  font-weight: 700; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5714285714em 0.7142857143em 0.5714285714em;
  font-size: 0.875em;
  font-weight: 500;
  color: #000000; }
  @media (min-width: 80em) {
    .tablesaw th,
    .tablesaw td {
      font-size: 0.875em; } }

.tablesaw thead tr:first-child th {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875em;
  color: #000000;
  font-weight: 700;
  border-top: none; }
  @media (min-width: 80em) {
    .tablesaw thead tr:first-child th {
      font-size: 0.875em; } }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: none; }

.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: 40%;
    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: 959px) {
  .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: 960px) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

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

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

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

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

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

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

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

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }
  .owl-carousel .owl-nav .owl-prev:focus:not(:hover):not(:active), .owl-carousel .owl-nav .owl-next:focus:not(:hover):not(:active), .owl-carousel .owl-dot:focus:not(:hover):not(:active) {
    outline: 2px dashed #3299bb;
    outline-offset: -2px; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/arrow-side-left.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: transparent;
  background-size: 2.0625em 2.0625em;
  color: inherit;
  border: none;
  padding: 0 !important;
  width: 2.0625em;
  height: 2.0625em;
  top: 47%;
  left: 15px;
  position: absolute;
  font: inherit;
  opacity: 1;
  font-size: 1em; }
  .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span, .owl-carousel button.owl-dot span {
    display: none; }

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/arrow-side-left-hover.png);
  background-size: 2.0625em 2.0625em; }

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 13px;
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/arrow-side.png); }
  .owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/arrow-side-hover.png); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Chosen v1.4.1 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../img/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../img/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../img/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../img/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(../img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* gdd 005 b css start */
.bottom-cta {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: -12.5em;
  left: 0;
  background-color: #fdb52c;
  padding: 0.9375em;
  z-index: 999;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  @media (min-width: 40em) {
    .bottom-cta {
      padding: 1.25em 0.625em; } }

.cta-heading {
  font-size: 1.25em;
  line-height: 1.3em;
  color: #111111;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5em; }
  @media (min-width: 40em) {
    .cta-heading {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.5625em;
      line-height: 1.2em;
      margin-bottom: 0;
      margin-right: 0.6em; } }
  @media (min-width: 60em) {
    .cta-heading {
      margin-right: 2em; } }

.btn.cta-link, button.cta-link,
input.cta-link[type="submit"], .cta-link.btn-download, .cta-link.btn-arrow, .cta-link.product-grid-item-link {
  display: inline-block;
  vertical-align: middle;
  background-color: #121212;
  color: white;
  border-radius: 4px;
  font-size: 1em;
  padding: 1em 1.5625em; }
  .btn.cta-link:hover, button.cta-link:hover,
  input.cta-link:hover[type="submit"], .cta-link.btn-download:hover, .cta-link.btn-arrow:hover, .cta-link.product-grid-item-link:hover {
    background-color: #454545; }
  @media (min-width: 40em) {
    .btn.cta-link, button.cta-link,
    input.cta-link[type="submit"], .cta-link.btn-download, .cta-link.btn-arrow, .cta-link.product-grid-item-link {
      padding: 1.0625em 1.625em; } }

.cta-close, .close-cta {
  font-size: 1em;
  position: absolute;
  top: 0.3125em;
  right: 0.625em;
  text-decoration: none;
  color: #333;
  font-weight: 700; }

/* gdd 005 b css end */

/* gdd 008 b start  */

/* gdd 009 b css start */
.gdd-009-b.site-footer {
  background-color: #efefef;
  text-align: center; }
  .gdd-009-b.site-footer > .inner-wrap, .gdd-009-b.site-footer > .inner-wrap-narrow, .gdd-009-b.site-footer > .inner-wrap-wide, .gdd-009-b.site-footer > .inner-wrap-fullwidth {
    padding-top: 3.125em;
    padding-bottom: 3.125em; }
  .gdd-009-b.site-footer .sf-thomas p {
    text-align: center;
    float: none;
    margin: 0; }
  @media (min-width: 60em) {
    .gdd-009-b.site-footer {
      text-align: left; }
      .gdd-009-b.site-footer > .inner-wrap, .gdd-009-b.site-footer > .inner-wrap-narrow, .gdd-009-b.site-footer > .inner-wrap-wide, .gdd-009-b.site-footer > .inner-wrap-fullwidth {
        padding-bottom: 1.25em; } }
  @media (min-width: 80em) {
    .gdd-009-b.site-footer .sf-thomas {
      text-align: center; }
      .gdd-009-b.site-footer .sf-thomas p {
        text-align: center; } }

@media (min-width: 60em) {
  .sf-wrapper {
    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;
    width: 100%; }
    .sf-wrapper > * {
      -webkit-box-flex: auto;
      -moz-box-flex: auto;
      box-flex: auto;
      -webkit-flex: auto;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto; } }

.sf-item {
  margin-bottom: 1.25em; }
  .sf-item .sf-address {
    display: block;
    margin-bottom: 0.625em;
    font-size: 1em; }
    .sf-item .sf-address > span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 1.875em; }
      .sf-item .sf-address > span:before {
        content: "";
        position: absolute;
        background-image: url(https://info.triadmagnetics.com/hubfs/img/location.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.5em 1.5em;
        width: 1.5em;
        height: 1.5em;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
  .sf-item .sf-fax {
    display: block;
    margin-bottom: 0.625em;
    background-image: none;
    font-size: 1em; }
    .sf-item .sf-fax > span, .sf-item .sf-fax > a {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 1.875em; }
      .sf-item .sf-fax > span:before,.sf-item .sf-fax > a:before {
        content: "";
        position: absolute;
        background-image: url(https://info.triadmagnetics.com/hubfs/img/ico-fax.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.5em 1.5em;
        width: 1.5em;
        height: 1.5em;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
  .sf-item .sf-phone {
    display: block;
    margin-bottom: 0.625em;
    background-image: none;
    font-size: 1em; }
    .sf-item .sf-phone > span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 1.875em; }
      .sf-item .sf-phone > span:before {
        content: "";
        position: absolute;
        background-image: url(https://info.triadmagnetics.com/hubfs/img/ico-phone-footer.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.5em 1.5em;
        width: 1.5em;
        height: 1.5em;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sf-item .sf-phone a:hover {
      color: #434343;
      text-decoration: underline; }
    .sf-item .sf-phone a:focus, .sf-item .sf-phone a:active {
      color: #434343; }
  .sf-item .sf-mail {
    display: block;
    margin-bottom: 0.625em;
    background-image: none;
    font-size: 1em; }
    .sf-item .sf-mail > span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 1.875em; }
      .sf-item .sf-mail > span:before {
        content: "";
        position: absolute;
        background-image: url(https://info.triadmagnetics.com/hubfs/img/ico-mail.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.5em 1.5em;
        width: 1.5em;
        height: 1.5em;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sf-item .sf-mail a {
      color: #434343;
      text-decoration: none; }
      .sf-item .sf-mail a:hover {
        color: #434343;
        text-decoration: underline; }
      .sf-item .sf-mail a:focus, .sf-item .sf-mail a:active {
        color: #434343; }
  .sf-item .menu li {
    margin-bottom: 0.625em; }
  .sf-item .menu a {
    color: #434343;
    text-decoration: none; }
    .sf-item .menu a:hover {
      color: #434343;
      text-decoration: underline; }
    .sf-item .menu a:focus, .sf-item .menu a:active {
      color: #434343; }
  @media (min-width: 60em) {
    .sf-item:first-child {
      width: 25%;
      text-align: center; }
    .sf-item:nth-child(2) {
      width: 25%; }
    .sf-item:nth-child(3) {
      width: 14%; }
    .sf-item:nth-child(4) {
      width: 14%; }
    .sf-item:last-child {
      width: 22%;
      text-align: center; }
    .sf-item .sf-address, .sf-item .sf-phone, .sf-item .sf-fax, .sf-item .sf-mail {
      padding: 0;
      width: 100%; } }

.sf-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.25em; }
  @media (min-width: 60em) {
    .sf-logo {
      max-width: 10.625em; } }

.sf-social-media {
  overflow: hidden;
  display: block;
  text-align: center; }

.sf-rfq-cta {
  display: inline-block;
  font-size: 1.125em;
  padding: 0.6666666667em 1.1111111111em;
  background-color: #ffb606;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  margin: 0 0.2777777778em 0.5555555556em;
  min-width: 8.8888888889em;
  border: 1px solid #ffb606; }
  .sf-rfq-cta:hover {
    color: #232526;
    background-color: transparent;
    border: 1px solid #7d8185; }
  .sf-rfq-cta:focus, .sf-rfq-cta:active {
    color: #232526; }

.sf-contact-cta {
  display: inline-block;
  font-size: 1.125em;
  padding: 0.6666666667em 1.1111111111em;
  background-color: transparent;
  text-decoration: none;
  color: #232526;
  border-radius: 5px;
  margin: 0 0.2777777778em 0.5555555556em;
  border: 1px solid #7d8185;
  min-width: 8.8888888889em; }
  .sf-contact-cta:hover {
    color: #000;
    background-color: #ffb606;
    border: 1px solid #ffb606; }
  .sf-contact-cta:focus, .sf-contact-cta:active {
    color: #000; }


.sf-logos {
  text-align: center; }
  .sf-logos > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.625em 0.625em; }
  @media (min-width: 60em) {
    .sf-logos > a {
      margin: 0 1.5em 0.625em; } }

/* gdd 009 b css end */
@media (min-width: 60em){
  
  .hs-landing-page .site-content.two-column-alt .site-content-secondary {
    margin-right: 2.3576515979% !important;
} 
  
.hs-landing-page .site-content.two-column-alt .site-content-primary {
    margin-right: 0 !important;
}  
  
}
.hs-landing-page input {
    color: black;
}
}

.hs_image_upload_end_product.hs-image_upload_end_product.hs-fieldtype-file.field.hs-form-field input {
    color: #FFF;
}
.hs_image_upload_end_product.hs-image_upload_end_product.hs-fieldtype-file.field.hs-form-field input {
    color: #FFF !important;
}
.hs_image_upload_triad_component input {
    color: #FFF;
}
.hs_file_upload input {
    color: #FFF;
}
.hs_file_upload input {
    color: #FFF;
}
.tn-badge__link img {
  width: 69px;
}

.er-dummy-search-box .er_search_input_dummy {
    border-radius: 50px !important;
    width: 200px !important;
    height: auto !important;
    box-shadow: 0px 2px 4px #ccc !important;
    margin: 0;
    padding: 13px 30px 15px 18px !important;
    background-color: #fff !important;
    font-style: normal !important;
    font-size: 15px !important;
    text-overflow: ellipsis !important;
    border: none !important;
    font-weight: 400 !important;
}
.er-dummy-search-box .er_search_button_dummy{
  background: none !important;
    padding-top: 20px !important;
}
.er-dummy-search-box .er_voice_search_dummy{
  background: none !important;
    padding-top: 20px !important;
}
.smf-wrapper{
  padding-left: 0;
}
@media (min-width: 60em){
.smf-wrapper {
    padding-left: 5%;
}
}
@media (min-width: 80em){
.smf-wrapper {
    padding-left: 15%;
}
}
.hs-landing-page .ebook-module {
  background-image: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/Triad-Custom%20Vs%20Standard-2152023.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.hs-landing-page .em-heading {
  color: white;
  font-size: 2.5em;
  line-height: 1.375em;
  font-weight: bold;
  margin-bottom: 1.225em; }

.hs-landing-page .em-text p {
  color: white; }

.hs-landing-page .em-text ul {
  margin-bottom: 1.0625em; }
  .hs-landing-page .em-text ul li {
    color: white;
    margin-bottom: 7px; }
    .hs-landing-page .em-text ul li:after {
      background: #3299BB !important;
      width: 4px !important;
      height: 4px !important; }

.hs-landing-page .em-wrap {
  padding-bottom: 3.625em; }
  @media (min-width: 60em) {
    .hs-landing-page .em-wrap {
      display: flex; }
      .hs-landing-page .em-wrap > div {
        flex-basis: 50%; } }

.hs-landing-page .em-image {
  text-align: center; }

.hs-landing-page .emb-from-wrap {
  max-width: 64.375em;
  padding: 0 1.5em;
  width: 100%;
  margin: 0 auto; }
    .hs-landing-page .emb-from-wrap h3 {
    color: #FFB607;
    font-weight: 500;
    font-size: 2.375em;
    line-height: 1.2631578947em; }
  .hs-landing-page .emb-from-wrap .hs_cos_wrapper_type_form {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    border: none; }
    .hs-landing-page .emb-from-wrap .hs_cos_wrapper_type_form .hs-form-required {
      color: #FFB607; }
    .hs-landing-page .emb-from-wrap .hs_cos_wrapper_type_form .hs-form-field label {
      font-size: 1.125em;
      line-height: 1.5555555556em;
      font-weight: 400; }
    .hs-landing-page .emb-from-wrap .hs_cos_wrapper_type_form .hs-form-field .hs-input {
      height: 4.125em !important;
      margin-bottom: 1.25em; }
  .hs-landing-page .emb-from-wrap .hs-form fieldset.form-columns-2 .input {
    margin-right: 0; }
@media (min-width: 481px) {
  .hs-landing-page .emb-from-wrap .hs_cos_wrapper_type_form .hs-form-field label{font-size:15px;}
  
    .hs-landing-page .emb-from-wrap .hs-form fieldset.form-columns-2 > div {
      width: 49%;
      margin-left: 1%; }
      .hs-landing-page .emb-from-wrap .hs-form fieldset.form-columns-2 > div:first-child {
        margin-left: 0; } }
@media (min-width: 40em){
 .hs-landing-page .emb-from-wrap .hs_cos_wrapper_type_form .hs-form-field label{font-size:1.125em;}
}
@media (min-width: 481px) and (max-width:959px){
  .hs-landing-page .emb-from-wrap .hs_cos_wrapper_type_form .hs-form-field .hs-input{width: 100% !important;}
  .hs-landing-page .emb-from-wrap .hs-form fieldset.form-columns-1 input[type="checkbox"]{width: auto !important;}
}
  @media (min-width: 60em) {
    .hs-landing-page .emb-from-wrap .hs-form fieldset.form-columns-2 > div {
      width: 47%;
      margin-left: 6%; }
      .hs-landing-page .emb-from-wrap .hs-form fieldset.form-columns-2 > div:first-child {
        margin-left: 0; } }
  @media (min-width: 60em) {
    .hs-landing-page .emb-from-wrap .hs-form fieldset:nth-of-type(4).form-columns-1 {
      width: 50%; } }
  .hs-landing-page .emb-from-wrap .hs-form fieldset:nth-of-type(5) .hs-form-field .hs-input {
    height: auto !important; }
  @media (min-width: 60em) {
    .hs-landing-page .emb-from-wrap .hs-form fieldset:nth-of-type(5) {
      margin-top: 3.375em; }
      .hs-landing-page .emb-from-wrap .hs-form fieldset:nth-of-type(5).form-columns-1 {
        width: 50%; } }

.hs-landing-page .emb-form {
  position: relative; }
  @media (min-width: 60em) {
    .hs-landing-page .emb-form .hs_submit.hs-submit {
      position: absolute;
      left: 53%;
      bottom: 50px; } }
  .hs-landing-page .emb-form .hs-form-booleancheckbox > .hs-form-booleancheckbox-display > span {
    display: inline-block;
    vertical-align: top;
    width: 80%; }
  .hs-landing-page .emb-form .hs_submit.hs-submit .hs-button {
    color: black;
    min-width: 217px;
    height: 55px; }

.hs-landing-page .emb-from-wrap {
  position: relative; }
  .hs-landing-page .emb-from-wrap:before {
    content: '';
    background: url(https://1936504.fs1.hubspotusercontent-na1.net/hubfs/1936504/img/arrow-yello.svg);
    background-repeat: no-repeat;
    position: absolute; }
    @media (min-width: 40em) {
      .hs-landing-page .emb-from-wrap:before {
        left: 70%;
        top: -120px;
        width: 213px;
        height: 194px; } }
    @media (min-width: 60em) {
      .hs-landing-page .emb-from-wrap:before {
        left: 39%;
        top: -120px;
        width: 213px;
        height: 194px; } }

section.ebook-module.ebook-module-ty {
  text-align: center; }
  section.ebook-module.ebook-module-ty .em-text .btn, section.ebook-module.ebook-module-ty .em-text button,
  section.ebook-module.ebook-module-ty .em-text input[type="submit"], section.ebook-module.ebook-module-ty .em-text .btn-download, section.ebook-module.ebook-module-ty .em-text .btn-arrow, section.ebook-module.ebook-module-ty .em-text .product-grid-item-link {
    color: black; }

.sc-thank-you .additional-content #hs_cos_wrapper_widget_25514306930 {
  text-align: center; }
  .sc-thank-you .additional-content #hs_cos_wrapper_widget_25514306930 hr {
    border-bottom: 2px solid #3299BB; }
/* request-form  */
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 20px 0px;
}

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

.site-nav-container .sh-rfq-btn {
  padding: 1.2em 9px!important;
  font-size: 13px;
  margin: 1.3em 0.5em 0em 1em;
  line-height: 1.15em; }
  .site-nav-container .sh-rfq-btn:after {
    top: 2px;
    height: 45px;
    content: "";
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    left: -13px; }

.site-nav-container .sh-buynow-btn {
  padding: 1.2em .5em 1.2em .5em;
  font-size: 13px;
  margin-top: 1.3em;
  line-height: 1.15em; }

.site-nav-container .sh-icons .sh-rfq-btn:after {
  top: 2px;
  height: 45px; }

.site-nav-container .sh-ico-search {
  background-position: center;
  margin: 1em 0 0em;
  width: 40px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  background-size: 1.5em; }




.site-nav-container .sh-icons .sh-ph {
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 1em 0.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-size: 19px 19px;
  width: 60px;
  height: 45px; }
  .site-nav-container .sh-icons .sh-ph:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 2px;
    right: 0; }
  .site-nav-container .sh-icons .sh-ph:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 2px;
    left: 0; }

.site-nav-container .sh-ico-menu {
  margin: 1.3125em 0 0 0em;
  padding: 0;
  width: 2.375em;
  height: 2.375em;
  background-size: 2.3125em 2.3125em; }

@media (min-width: 60em) {
  .site-nav-container .sn-li-l1 {
    margin-left: 1em; }
  .site-nav-container .sh-ico-search {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.3333333333em;
    color: #323232;
    margin: 1.6666666667em 1em 0 1em;
    width: auto;
    height: auto;
    padding: 0 2.3333333333em 0 0;
    background-position: right 0;
    position: relative; }
  .site-nav-container .sh-rfq-btn {
    margin: 22px 0em 0em 0em; }
    .site-nav-container .sh-rfq-btn:after {
      display: none; }
  .site-nav-container .sh-buynow-btn {
    margin-top: 1.3em; } }

@media (min-width: 64em) {
  .site-nav-container .sh-rfq-btn {
    margin: 1.3em 1em 0em 1em; }
    .site-nav-container .sh-rfq-btn:after {
      display: none; }
  .site-nav-container .sh-buynow-btn {
    margin-top: 1.3em; } }
.sh-search-buy-now {
  display: inline-flex;
  text-align: right !important; }

.sh-search-buy-now input {
  font-size: 14px !important;
  display: inline-block !important;
  height: 3.2857142857em;
  padding: 10px !important; }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-search-buy-now input {
      height: 46px; } }

.sh-search-buy-now input[name="partnumber2"] {
  max-width: 110px !important;
  border: 1px solid #dc9b00 !important;
  font-style: italic;
  color: grey;
  border-radius: 4px 0px 0 4px !important; }

.sh-search-buy-now input[name="partnumber3"] {
  max-width: 110px !important;
  border: 1px solid #dc9b00 !important; }

.sh-search-buy-now input.search-submit {
  background-color: #ffb606 !important;
  color: #000 !important;
  font-size: 0.875em !important;
  font-weight: 500 !important;
  width: 84px;
  border-radius: 0 4px 4px 0 !important; }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-search-buy-now input.search-submit {
      height: 46px; } }

  .sh-search-buy-now .search-form {
  padding: 0 0.3125em;
  margin-top: 17px; }
  @media (min-width: 60em) {
    .sh-search-buy-now .search-form {
      padding: 0 0.3125em;
      margin-top: 21px; } }

.sh-search-buy-now .search-form-new {
  padding: 0 0.3125em; }
  @media (min-width: 60em) {
    .sh-search-buy-now .search-form-new {
      padding: 0 0.3125em;
      margin-top: 16px; } }
  @media screen and (min-width: 960px) and (max-width: 980px){
    .site-nav-container{
      position: absolute;
          right: 5px;
    }
    .sh-search-buy-now{
      margin-top: 6px;
    }
    .sh-sticky-wrap.stuck .sn-li-l1 {
    margin-left: 15px;
}
  }
    @media screen and (min-width: 980px) and (max-width: 1023px){
       .sh-search-buy-now .search-form-new {
        margin-top: 22px; 
       }
    }
    .sh-search-buy-now input.search-submit:hover {
    background-color: #d29400!important;
}

@media screen and (max-width:959px){
.desk-buy-now, .site-nav-container .sh-ico-search{
  display:none;
  }
}
.sn-li-l1.menu-item-has-children .m-subnav-arrow:nth-child(2){
display:none!important;
}
 .site-content a:hover{
  	opacity:0.8;
  }
  .hs-blog-social-share .hs-blog-social-share-item {
    float: left;
    margin-right: 3px !important;
    display: inline-block;
    vertical-align: top;
}
  .hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-right: 3px !important;
}
  .hs-blog-social-share .hs-blog-social-share-item:last-child {
    margin-right: 0 !important;
}
@media screen and (max-width:959px) and (min-width:640px) {
.desc{
min-height: 135px;
}
.title-block{
 min-height: 48px;
  }
}
.hs-blog-id-3771293177 .lightbox{
display: inline-block;
line-height: 2;
}

.social-sharing-wrapper .hs-blog-social-share-item-linkedin span{
    vertical-align: top !important;
}

.mfp-zoom-out-cur .sh-sticky-wrap.stuck{
    width: calc(100% - 17px);
  }
.alignright{
  position: relative;
    z-index: 2;
}
@media screen and (min-width: 425px){
  .img-alignright{
    display:block;
    float: right;
}
}
.ctx-exp{
margin-bottom: 2px;
}
.mfp-img{max-height: unset!important;}
.mfp-container{overflow:auto !important;}
@media screen and (max-width: 640px){
  .lightbox-infographic{
  display: inline-block;  
  }
}
.hs-landing-page .hs-button, .hs-landing-page .hs-button:hover, .hs-landing-page .hs-button:focus,
.hs-content-id-5305744426 .btn, .hs-content-id-5305744426 .btn:hover, .hs-content-id-5305744426 .btn:focus,
.hs-submit .actions .hs-button, .hs-submit .actions .hs-button:hover, .hs-submit .actions .hs-button:focus{
   color:#000;
} 
.cta_button, .cta_button:hover,
a#cta_button_1936504_6f01ec94-7b33-4cc2-92f3-d435354ffa9b, a#cta_button_1936504_6f01ec94-7b33-4cc2-92f3-d435354ffa9b:hover, a#cta_button_1936504_6f01ec94-7b33-4cc2-92f3-d435354ffa9b:active,
a#cta_button_1936504_dae92191-1e9f-43a1-b56e-cd727b1e511a, a#cta_button_1936504_dae92191-1e9f-43a1-b56e-cd727b1e511a:hover, a#cta_button_1936504_dae92191-1e9f-43a1-b56e-cd727b1e511a:active, 
a#cta_button_1936504_83970801-8a15-42fa-8f92-5e13654b5141, a#cta_button_1936504_83970801-8a15-42fa-8f92-5e13654b5141:hover, a#cta_button_1936504_83970801-8a15-42fa-8f92-5e13654b5141:active,
a#cta_button_1936504_5fd9b6aa-b48a-49f1-9af5-dff071f51d39, a#cta_button_1936504_5fd9b6aa-b48a-49f1-9af5-dff071f51d39:hover, a#cta_button_1936504_5fd9b6aa-b48a-49f1-9af5-dff071f51d39:active,
a#cta_button_1936504_4ef501ea-cefc-42c9-8f59-c4ed60b27809, a#cta_button_1936504_4ef501ea-cefc-42c9-8f59-c4ed60b27809:hover, a#cta_button_1936504_4ef501ea-cefc-42c9-8f59-c4ed60b27809:active,
a#cta_button_1936504_0c46e9de-2a2b-4faa-940c-c3280d7a00dc, a#cta_button_1936504_0c46e9de-2a2b-4faa-940c-c3280d7a00dc:hover, a#cta_button_1936504_0c46e9de-2a2b-4faa-940c-c3280d7a00dc:active,
a#cta_button_1936504_41785719-f281-452f-a9ab-ad29517c9ccb, a#cta_button_1936504_41785719-f281-452f-a9ab-ad29517c9ccb:hover, a#cta_button_1936504_41785719-f281-452f-a9ab-ad29517c9ccb:active,
a#cta_button_1936504_2194151d-d810-4c05-84fe-0f60d8dbac62, a#cta_button_1936504_2194151d-d810-4c05-84fe-0f60d8dbac62:hover, a#cta_button_1936504_2194151d-d810-4c05-84fe-0f60d8dbac62:active,
a#cta_button_1936504_2194151d-d810-4c05-84fe-0f60d8dbac62, a#cta_button_1936504_2194151d-d810-4c05-84fe-0f60d8dbac62:hover, a#cta_button_1936504_2194151d-d810-4c05-84fe-0f60d8dbac62:active,
a#cta_button_1936504_a3a464f6-a24e-44bd-9bfb-d669daaf2135, a#cta_button_1936504_a3a464f6-a24e-44bd-9bfb-d669daaf2135:hover, a#cta_button_1936504_a3a464f6-a24e-44bd-9bfb-d669daaf2135:active,
a#cta_button_1936504_55fcda98-609e-44b6-987a-db853ebff13d, a#cta_button_1936504_55fcda98-609e-44b6-987a-db853ebff13d:hover, a#cta_button_1936504_55fcda98-609e-44b6-987a-db853ebff13d:active,
a#cta_button_1936504_208862bc-b3e8-4a5d-bd61-9b2d005a8431, a#cta_button_1936504_208862bc-b3e8-4a5d-bd61-9b2d005a8431:hover, a#cta_button_1936504_208862bc-b3e8-4a5d-bd61-9b2d005a8431:active,
a#cta_button_1936504_c62cc04e-913e-4de7-a969-80dfe30b2b12, a#cta_button_1936504_c62cc04e-913e-4de7-a969-80dfe30b2b12:hover, a#cta_button_1936504_c62cc04e-913e-4de7-a969-80dfe30b2b12:active,
a#cta_button_1936504_201ed94a-f9dd-4c3c-a8b8-d1a8f9e9b1fe, a#cta_button_1936504_201ed94a-f9dd-4c3c-a8b8-d1a8f9e9b1fe:hover, a#cta_button_1936504_201ed94a-f9dd-4c3c-a8b8-d1a8f9e9b1fe:active,
a#cta_button_1936504_68df0a69-b0a2-4238-9cd2-514bcf5f38f1, a#cta_button_1936504_68df0a69-b0a2-4238-9cd2-514bcf5f38f1:hover, a#cta_button_1936504_68df0a69-b0a2-4238-9cd2-514bcf5f38f1:active,
a#cta_button_1936504_00e74e2a-f000-49e1-9719-791c12f492b5, a#cta_button_1936504_00e74e2a-f000-49e1-9719-791c12f492b5:hover, a#cta_button_1936504_00e74e2a-f000-49e1-9719-791c12f492b5:active{
  color:#000 !important;
}

@media (min-width: 60em){
.site-nav-container .sh-rfq-btn {
    color: #000;
} 
}

li#menu-item-1476 a, #nav-menu-item-1476 a {
    background-color: #ffb606;
    color: #323232 !important;
    padding: 1.4em 10px;
    font-size: 13px;
    line-height: 0.15em;
    border-radius: 3px;
    font-weight: 600;
}

.sh-utility-nav a.sh-ph {
    margin-top: 0.2em;
}
li#nav-menu-item-1163, li#nav-menu-item-6945, #menu-item-1164 {
    margin-top: 0.3em;
}
 li#nav-menu-item-7911 {
    position: relative;
}

/*! /* 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]
*/