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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .col-2:last-child {
    margin-right: 0;
  }

  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .col-3:last-child {
    margin-right: 0;
  }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .col-4:last-child {
    margin-right: 0;
  }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .col-5:last-child {
    margin-right: 0;
  }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .col-6:last-child {
    margin-right: 0;
  }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .col-7:last-child {
    margin-right: 0;
  }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .col-8:last-child {
    margin-right: 0;
  }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .col-9:last-child {
    margin-right: 0;
  }

  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .col-10:last-child {
    margin-right: 0;
  }

  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .col-11:last-child {
    margin-right: 0;
  }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .col-12:last-child {
    margin-right: 0;
  }

  .col-last {
    margin-right: 0;
    margin-right: 0 !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #d7d7d7;
  color: #1c1c1c;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
@media (max-height: 46em) and (min-width: 60em) {
  body {
    font-size: 0.875em;
  }
}
@media (max-height: 40em) and (min-width: 60em) {
  body {
    font-size: 0.75em;
  }
}

.display-font-size {
  font-size: 1.875em;
}
@media (min-width: 40em) {
  .display-font-size {
    font-size: 2.25em;
  }
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 2.5em;
  }
}

.xlarge-font-size {
  font-size: 2.109375em;
}
@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 2.53125em;
  }
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 2.8125em;
  }
}

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

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

.xmedium-font-size {
  font-size: 1.25em;
}
@media (min-width: 40em) {
  .xmedium-font-size {
    font-size: 1.5625em;
  }
}
@media (min-width: 60em) {
  .xmedium-font-size {
    font-size: 1.5625em;
  }
}

.medium-font-size {
  font-size: 1.25em;
}
@media (min-width: 40em) {
  .medium-font-size {
    font-size: 1.375em;
  }
}
@media (min-width: 60em) {
  .medium-font-size {
    font-size: 1.375em;
  }
}

.smedium-font-size {
  font-size: 1.25em;
}
@media (min-width: 40em) {
  .smedium-font-size {
    font-size: 1.375em;
  }
}
@media (min-width: 60em) {
  .smedium-font-size {
    font-size: 1.375em;
  }
}

.base-font-size {
  font-size: 0.796875em;
}
@media (min-width: 40em) {
  .base-font-size {
    font-size: 0.95625em;
  }
}
@media (min-width: 60em) {
  .base-font-size {
    font-size: 1.0625em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #1b4234;
}

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

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

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

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

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

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

p {
  margin: 16px 0;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
}

.emph, .section-header-wrap p {
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.52em;
  font-family: "Lato", sans-serif;
  color: #1b4234;
  margin-bottom: 1.08em;
  letter-spacing: -0.2px;
}
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #66a96c;
  text-decoration: underline;
}
a:hover {
  color: #467d4b;
}
a:visited, a:active, a:focus {
  outline: none;
}
a:focus:not(:hover):not(:active) {
  outline: 2px dotted #ff0000;
  outline-offset: 1px;
}

.nonlink {
  pointer-events: auto;
  cursor: auto;
}

hr {
  border-bottom: 2px solid #cccccc;
  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;
  background-color: #dbdbdb;
  position: relative;
}
blockquote > .inner-wrap, blockquote > .inner-wrap-fullwidth, blockquote > .inner-wrap-wide, blockquote > .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0;
}
blockquote::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 59%;
  width: 10px;
  content: "";
  background-color: #1b4234;
  transform: translateY(-50%);
}
blockquote::before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 59%;
  width: 10px;
  content: "";
  background-color: #1b4234;
  transform: translateY(-50%);
}
blockquote .blockquote-text {
  padding: 1.25em 1.25em 1.25em 1.25em;
  position: relative;
}
blockquote .blockquote-text::after {
  position: absolute;
  left: -3.1875em;
  top: 47%;
  transform: translateY(-50%);
  height: 4.875em;
  width: 4.875em;
  background-image: url(img/quote-left.png);
  background-position: center center;
  background-size: 46px 38px;
  background-repeat: no-repeat;
  content: "";
  display: none;
  z-index: 1;
  opacity: 0.75;
}
blockquote .blockquote-text::before {
  position: absolute;
  right: -2.625em;
  top: 49.5%;
  transform: translateY(-50%);
  height: 4.875em;
  width: 4.875em;
  background-image: url(img/quote-right.png);
  background-position: center center;
  background-size: 46px 38px;
  background-repeat: no-repeat;
  content: "";
  display: none;
  opacity: 0.75;
}
blockquote .blockquote-text p {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #1c1c1c;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: normal;
  letter-spacing: -0.3px;
}
@media (min-width: 40em) {
  blockquote .blockquote-text {
    padding: 2.375em 4.125em 2.625em 4.125em;
  }
  blockquote .blockquote-text::after {
    display: block;
    left: -0.9375em;
  }
  blockquote .blockquote-text::before {
    display: block;
    right: -0.9375em;
  }
}
@media (min-width: 80em) {
  blockquote .blockquote-text::after {
    left: -3.1875em;
  }
  blockquote .blockquote-text::before {
    right: -2.625em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  blockquote .blockquote-text::after {
    background-size: 27px 22px;
  }
  blockquote .blockquote-text::before {
    background-size: 27px 22px;
  }
}

cite {
  color: #5c5c5c;
  font-style: italic;
}
cite:before {
  content: "— ";
}

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

input,
label,
select {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.0625em;
}

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

textarea,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Ubuntu", sans-serif;
  font-size: 1.0625em;
  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: #d6d6d6;
}
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: #66a96c;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(88, 157, 95, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 0.9375em;
}
ul:not([class]) li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: -0.05px;
}
ul:not([class]) li:not([class]) a {
  text-decoration: none;
  font-weight: normal;
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.25em;
}
.bullet-style li {
  position: relative;
  margin-bottom: 0;
  font-size: 1.0625em;
  line-height: 2em;
  color: #1c1c1c;
  font-weight: normal;
}
.bullet-style li:after {
  content: "";
  width: 0.5882352941em !important;
  height: 0.5882352941em !important;
  display: block;
  position: absolute;
  top: 0.6470588235em !important;
  left: -0.9411764706em !important;
  background-image: url(img/ico-bullet-gray.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px 7px;
}
.bullet-style li a {
  text-decoration: none;
  font-weight: normal;
}
.bullet-style li ul {
  margin: 0;
  padding-left: 1.9411764706em;
}
.bullet-style li ul li {
  margin-bottom: 0 !important;
  font-size: 1em;
  line-height: 2em;
  color: #1c1c1c;
  font-weight: normal;
}
.bullet-style li ul li:after {
  content: "";
  height: 0.375em !important;
  display: block;
  position: absolute;
  top: 0.9375em !important;
  left: -0.625em !important;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  width: 0.3125em !important;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 6px 6px;
}
@media (max-height: 46em) and (min-width: 60em) {
  .bullet-style li:after {
    background-size: 5px 5px;
  }
}

ol {
  clear: left;
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 0;
  padding-left: 0;
  counter-reset: list;
}
ol li {
  position: relative;
  margin-bottom: 0;
  font-size: 1.0625em;
  line-height: 2em;
  color: #1c1c1c;
  font-weight: normal;
}
ol li::before {
  counter-increment: list;
  content: counter(list, decimal) " ";
  color: #1b4234;
  font-weight: 600;
}
ol li a {
  text-decoration: none;
  font-weight: normal;
}
ol li ol {
  margin: 0;
  list-style-type: none;
  counter-reset: list;
  padding-left: 3.3125em;
}
ol li ol li {
  margin-bottom: 0 !important;
  font-size: 1em;
  line-height: 2em;
  font-weight: normal !important;
  color: #1c1c1c;
}
ol li ol li::before {
  counter-increment: list;
  content: counter(list, lower-alpha) " ";
  color: #838181;
  font-weight: normal;
  margin-left: -1em;
}

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

th {
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  padding: 0.75em 0;
}

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

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

.spec-thead {
  display: block;
}

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

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

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

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

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

@media (min-width: 40em) {
  .spec-table {
    display: table;
  }

  .spec-thead {
    display: table-header-group;
  }

  .spec-table-row {
    display: table-row;
  }

  .spec-cell {
    display: table-cell;
  }
  .spec-cell p {
    font-size: 1em;
  }

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

  .spec-spec-col-2 {
    width: 70%;
  }
}
.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .btn-alt, .btn-alt-onc, .btn, button,
input[type=submit], .btn-onc {
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  font-size: 1.0625em;
  border-radius: 0.1764705882em;
  text-decoration: none;
  text-align: center;
  border: 2px solid;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover, .btn-arrow:hover, .btn-alt-download:hover, .btn-download:hover, .btn-alt:hover, .btn-alt-onc:hover, .btn:hover, button:hover,
input[type=submit]:hover, .btn-onc:hover {
  color: white;
}
.btn-alt-arrow:disabled, .btn-arrow:disabled, .btn-alt-download:disabled, .btn-download:disabled, .btn-alt:disabled, .btn-alt-onc:disabled, .btn:disabled, button:disabled,
input[type=submit]:disabled, .btn-onc:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after, .btn-alt:after, .btn-alt-onc:after, .btn:after, button:after,
input[type=submit]:after, .btn-onc:after {
  content: "";
}

.btn, .btn-arrow, .btn-download, button,
input[type=submit], .btn-onc {
  background-color: #66a96c;
  border-color: #66a96c;
  padding: 1.1176470588em 2.5882352941em 1.1764705882em 2.4705882353em;
}
.btn:hover, .btn-arrow:hover, .btn-download:hover, button:hover,
input[type=submit]:hover, .btn-onc:hover, .btn:focus, .btn-arrow:focus, .btn-download:focus, button:focus,
input[type=submit]:focus, .btn-onc:focus {
  background-color: #003629;
  border-color: #003629;
  color: #ffffff;
}
.btn:active, .btn-arrow:active, .btn-download:active, button:active,
input[type=submit]:active, .btn-onc:active {
  color: #ffffff;
}
.btn:after, .btn-arrow:after, .btn-download:after, button:after,
input[type=submit]:after, .btn-onc:after {
  background-color: #4f8d55;
}

.btn-alt, .btn-alt-arrow, .btn-alt-download, .btn-alt-onc {
  background-color: transparent;
  border-color: #66a96c;
  padding: 0.8235294118em 2.2941176471em 0.8823529412em 2.1176470588em;
  color: #66a96c;
}
.btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover, .btn-alt-onc:hover, .btn-alt:focus, .btn-alt-arrow:focus, .btn-alt-download:focus, .btn-alt-onc:focus {
  background-color: #539d5a;
  border-color: #539d5a;
  color: #ffffff;
}
.btn-alt:hover:active, .btn-alt-arrow:hover:active, .btn-alt-download:hover:active, .btn-alt-onc:hover:active, .btn-alt:focus:active, .btn-alt-arrow:focus:active, .btn-alt-download:focus:active, .btn-alt-onc:focus:active {
  color: #ffffff;
}
.btn-alt:active, .btn-alt-arrow:active, .btn-alt-download:active, .btn-alt-onc:active {
  color: #ffffff;
}
.btn-alt:after, .btn-alt-arrow:after, .btn-alt-download:after, .btn-alt-onc:after {
  background-color: #4f8d55;
}

.btn-onc {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.btn-alt-onc {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:focus:not(:hover):not(:active),
input[type=submit]:focus:not(:hover):not(:active) {
  outline: 2px dotted #ff0000;
  outline-offset: 1px;
}

.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download {
  padding-right: 4em;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download: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-alt-arrow:hover:after, .btn-arrow:hover:after, .btn-alt-download:hover:after, .btn-download: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 {
  text-align: left;
  background-color: rgba(0, 54, 41, 0.85);
  padding-top: 0.8125em;
}
@media (min-width: 60em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    float: left;
    padding-top: 0;
    width: 88.2%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 80em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    width: 89.2%;
  }
}

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 60em) {
  .sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
    height: 3.75em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background-color: transparent;
  position: relative;
}
.sn-li-l1:nth-last-child(1),
.hs-menu-depth-1:nth-last-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 1.0625em;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 1em 0.625em 1.1875em 1.125em;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
}
.sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
  color: #ffffff;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(img/ico-arrow1-hover.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  display: block;
  width: 1.25em;
  height: 3.5em;
  position: absolute;
  background-color: transparent;
  right: 1.1764705882em;
  top: 0.125em;
  bottom: 0;
  transform: rotate(90deg);
}
@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, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
.hs-menu-depth-1.has-subnav > a,
.hs-menu-depth-1.menu-item-has-children > a,
.hs-menu-depth-1.hs-item-has-children > a {
  padding-right: 3.75em;
}
.sn-li-l1:hover,
.hs-menu-depth-1:hover {
  background-color: #ffffff;
}
.sn-li-l1:hover.has-subnav .m-subnav-arrow, .sn-li-l1:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l1:hover.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1:hover.has-subnav .m-subnav-arrow,
.hs-menu-depth-1:hover.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1:hover.hs-item-has-children .m-subnav-arrow {
  background-image: url(img/ico-arrow1.svg);
}
.sn-li-l1:hover > a,
.hs-menu-depth-1:hover > a {
  color: #1c1c1c;
}
.sn-li-l1.active,
.hs-menu-depth-1.active {
  background-color: #ffffff;
}
.sn-li-l1.active.has-subnav .m-subnav-arrow, .sn-li-l1.active.menu-item-has-children .m-subnav-arrow, .sn-li-l1.active.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.active.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.active.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.active.hs-item-has-children .m-subnav-arrow {
  background-image: url(img/ico-arrow1.svg);
  transform: rotate(270deg);
}
.sn-li-l1.active > a,
.hs-menu-depth-1.active > a {
  color: #1c1c1c !important;
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    background-color: transparent;
    float: left;
    border-bottom: 0;
    border-right: 0;
    text-align: center;
    line-height: 3.125em;
    margin: 0 0.25em;
    height: 3.9375em;
  }
  .sn-li-l1:nth-last-child(1),
.hs-menu-depth-1:nth-last-child(1) {
    border-bottom: 0;
  }
  .sn-li-l1:nth-of-type(1),
.hs-menu-depth-1:nth-of-type(1) {
    margin-left: 0;
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1.0625em;
    color: #ffffff;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.9375em 0 0.9375em !important;
    line-height: 3.75em;
  }
  .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
.hs-menu-depth-1.has-subnav > a,
.hs-menu-depth-1.menu-item-has-children > a,
.hs-menu-depth-1.hs-item-has-children > a {
    padding-right: 0.9375em;
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sn-li-l1:hover > a span,
.hs-menu-depth-1:hover > a span {
    color: #1c1c1c;
  }
  .sn-li-l1:hover.active,
.hs-menu-depth-1:hover.active {
    background-color: #e6ebea;
  }
  .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.active,
.hs-menu-depth-1.active {
    background-color: transparent;
  }
  .sn-li-l1.active > a,
.hs-menu-depth-1.active > a {
    color: #ffffff;
  }
}
@media (min-width: 80em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    margin: 0 1.125em;
  }
}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
}
.sn-level-2.active,
.hs-menu-children-wrapper.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    position: absolute;
    z-index: 9999;
    text-align: left;
    min-width: 11.875em;
    top: 100%;
    left: 0;
  }
  .sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: none;
  }
}
@media (min-width: 80em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    min-width: 15em;
  }
}
@media (min-width: 87.5em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    min-width: 21.125em;
  }
}

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #e6ebea;
  position: relative;
}
.sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
  padding: 1.1875em 0.9375em 1.125em 1.125em;
  color: #1c1c1c;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  border-top: 1px solid #073628;
  display: block;
  text-decoration: none;
  line-height: 1.25em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
  font-size: 1.0625em;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
}
.sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
  background-color: #66a96c;
}
.sn-li-l2:hover > a, .sn-li-l3:hover > a,
.hs-menu-depth-2:hover > a {
  color: #ffffff;
}
.sn-li-l2:hover.menu-item-has-children > a, .sn-li-l3:hover.menu-item-has-children > a,
.hs-menu-depth-2:hover.menu-item-has-children > a {
  padding-right: 3.75em;
}
.sn-li-l2:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l3:hover.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-2:hover.menu-item-has-children .m-subnav-arrow {
  transform: rotate(90deg);
  background-image: url(img/ico-arrow1-hover.svg) !important;
}
@media (min-width: 60em) {
  .sn-li-l2:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l3:hover.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-2:hover.menu-item-has-children .m-subnav-arrow {
    display: none !important;
  }
}
.sn-li-l2.active, .active.sn-li-l3,
.hs-menu-depth-2.active {
  background-color: #66a96c;
}
.sn-li-l2.active > a, .active.sn-li-l3 > a,
.hs-menu-depth-2.active > a {
  color: #ffffff;
}
.sn-li-l2.active.menu-item-has-children .m-subnav-arrow, .active.menu-item-has-children.sn-li-l3 .m-subnav-arrow,
.hs-menu-depth-2.active.menu-item-has-children .m-subnav-arrow {
  transform: rotate(270deg) !important;
  background-image: url(img/ico-arrow1-hover.svg);
}
@media (min-width: 60em) {
  .sn-li-l2.active.menu-item-has-children .m-subnav-arrow, .active.menu-item-has-children.sn-li-l3 .m-subnav-arrow,
.hs-menu-depth-2.active.menu-item-has-children .m-subnav-arrow {
    display: none !important;
  }
}
.sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow,
.hs-menu-depth-2.has-subnav .m-subnav-arrow,
.hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
  transform: rotate(90deg) !important;
  background-image: url(img/ico-arrow1.svg);
}
@media (min-width: 60em) {
  .sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow,
.hs-menu-depth-2.has-subnav .m-subnav-arrow,
.hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
    display: none !important;
  }
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sn-li-l2:nth-last-child(1) > a, .sn-li-l3:nth-last-child(1) > a,
.hs-menu-depth-2:nth-last-child(1) > a {
    border-bottom: 0;
  }
  .sn-li-l2::nth-of-type(1), .sn-li-l3::nth-of-type(1),
.hs-menu-depth-2::nth-of-type(1) {
    border-top: 0;
  }
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0 0.4375em 0.3125em 1.1875em;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    line-height: 2.75em;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    font-size: 1.0625em;
    color: #1c1c1c;
  }
  .sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
    background-color: #66a96c;
  }
  .sn-li-l2:hover > a span, .sn-li-l3:hover > a span,
.hs-menu-depth-2:hover > a span {
    color: #ffffff;
  }
  .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
.hs-menu-depth-2:hover .sn-level-3 {
    display: block;
    margin: -1.5625em;
    padding: 1.5625em;
  }
}
.sn-li-l2.has-subnav:hover .m-subnav-arrow, .has-subnav.sn-li-l3:hover .m-subnav-arrow, .sn-li-l2.menu-item-has-children:hover .m-subnav-arrow, .menu-item-has-children.sn-li-l3:hover .m-subnav-arrow, .sn-li-l2.hs-item-has-children:hover .m-subnav-arrow, .hs-item-has-children.sn-li-l3:hover .m-subnav-arrow,
.hs-menu-depth-2.has-subnav:hover .m-subnav-arrow,
.hs-menu-depth-2.menu-item-has-children:hover .m-subnav-arrow,
.hs-menu-depth-2.hs-item-has-children:hover .m-subnav-arrow {
  background-image: url(img/ico-arrow-mobile-hover.svg);
  display: inline-block;
}
.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 0.0625em;
  display: none;
  position: relative;
}
.sn-level-3.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-3 {
    position: absolute;
    top: -0.0625em;
    left: 100%;
    min-width: 16.875em;
    border: 0;
  }
  .sn-level-3.active {
    display: none;
  }
}
@media (min-width: 80em) {
  .sn-level-3 {
    min-width: 21.9375em;
  }
}
@media (min-width: 87.5em) {
  .sn-level-3 {
    min-width: 20em;
  }
}

.sn-li-l3 > a {
  padding-left: 1.875em;
}
@media (min-width: 60em) {
  .sn-li-l3 {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sn-li-l3 > a {
    padding-left: 1.5625em;
  }
}

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

.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 {
  background-image: url(img/close.svg);
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  padding-left: 2.1875em;
}
.close-menu span {
  font-size: 1.0625em;
  color: #1c1c1c;
  font-weight: 400;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

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

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

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

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

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #efefef;
}
.section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.section-header-wrap h1 {
  margin: 0;
}
.section-header-wrap p {
  margin: 0.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: 0.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-module > .inner-wrap, .click-expand-module > .inner-wrap-narrow, .click-expand-module > .inner-wrap-wide, .click-expand-module > .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 1.25em;
}

.click-expand {
  clear: both;
  overflow: hidden;
  margin-bottom: 1.25em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.click-expand.active:hover {
  background-color: #539d5a;
}
.click-expand.active:hover .ce-header {
  color: #ffffff;
}
.click-expand.active .ce-header {
  background-color: #66a96c;
  color: #ffffff;
}
.click-expand.active .ce-header:after {
  background-image: url(img/ico-minus.svg);
}
.click-expand.active > .ce-body {
  display: block;
  opacity: 1;
  padding: 1.6875em 1.875em 2.3125em 1.875em;
  display: block;
  background-color: #efefef;
}
.click-expand.active > .ce-body > *:first-child {
  margin-top: 0;
}
.click-expand.active > .ce-body > *:last-child {
  margin-bottom: 0;
}
.click-expand.active > .ce-body p {
  font-size: 1.0625em;
  line-height: 1.6666666667em;
  color: #1c1c1c;
  margin-bottom: 0.9375em;
}

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  background-color: #15443a;
  color: #ffffff;
  font-size: 1.375em;
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.5em 1.8181818182em 0.7272727273em 1.2727272727em;
}
.ce-header:after {
  content: "";
  color: #fff;
  padding-left: 0.2666666667em;
  position: absolute;
  right: 0.5em;
  height: 0.5em;
  width: 0.8em;
  font-size: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(img/ico-plus.svg);
  background-position: center center;
  background-size: 0.9375em 0.9375em;
  background-repeat: no-repeat;
}
.ce-header:hover {
  background-color: #66a96c;
  color: #ffffff;
}
.ce-header:hover:after {
  background-image: url(img/ico-plus-white.svg);
}

.ce-body {
  display: none;
  opacity: 0;
  background-color: #477DCA;
}
.ce-body p {
  margin: 0;
  line-height: 1.5882352941em;
}

@-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;
  }
}
.tablesaw ul li {
  font-size: 1.0625em !important;
  color: #000000 !important;
}

.table-heading {
  font-size: 1.5625em;
  color: #1b4234;
  line-height: 1.28em;
}

/*=============== Value Prop Module Start ===============*/
.cta-module {
  clear: both;
  background-color: #1b4234;
  text-align: center;
  position: relative;
}
.cta-module .bg-img {
  background-color: #1b4234;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  opacity: 0.3;
}
@media (min-width: 60em) {
  .cta-module {
    text-align: center;
  }
}
.cta-module > .inner-wrap, .cta-module > .inner-wrap-narrow, .cta-module > .inner-wrap-wide, .cta-module > .inner-wrap-fullwidth {
  padding-bottom: 3.8125em;
  padding-top: 3.8125em;
  position: relative;
  z-index: 1;
}
.cta-module .cm-heading {
  font-size: 2.1875em;
  color: #ffffff;
  font-weight: 900;
  margin: 0;
  line-height: 1.3142857143em;
  letter-spacing: -0.3px;
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 60em) {
  .cta-module .cm-heading {
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.0571428571em;
    margin-right: 0.4em;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .cta-module .cm-heading {
    margin-right: 3.9142857143em;
  }
}
.cta-module .cm-link {
  font-size: 1.0625em;
  line-height: 1.0588235294em;
  color: #ffffff;
  font-weight: 600;
  border-radius: 0.1764705882em;
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 0.8235294118em 2.0588235294em 0.8235294118em 2.1764705882em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  letter-spacing: 0.1px;
}
.cta-module .cm-link:hover, .cta-module .cm-link:focus {
  background-color: #66a96c;
  border-color: #66a96c;
}

/*=============== Value Prop Module End ===============*/
/*========== Button Styling ============== */
.normal-btn-wrapper > a {
  margin-right: 0.9375em;
  margin-bottom: 1.25em;
}
.normal-btn-wrapper > span {
  background-color: #2a2d2f;
  padding: 0.9375em 1.875em 0.1875em 1.875em;
  display: inline-block;
  margin-bottom: 1.25em;
  margin-right: 0.9375em;
}
.normal-btn-wrapper > span:nth-of-type(2) {
  margin-right: 0;
  background-color: #2a2d2f;
  padding: 1.25em 1.875em 0.5em 1.875em;
}
.normal-btn-wrapper > span a {
  margin-right: 0.3125em;
  margin-bottom: 10px;
}
.normal-btn-wrapper > span a:nth-last-of-type(1) {
  margin-right: 0;
}

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
}
.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: 0.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: #1c1c1c;
  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: 0.2em 1em;
}
.slide-panel p {
  background: #1c1c1c;
  padding: 0.25px 2em;
}
.slide-panel label {
  color: #ffffff !important;
}
.slide-panel:hover {
  right: 0px;
}
@media (min-width: 40em) {
  .slide-panel {
    display: block;
  }
}

/*=============== 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;
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
  margin-right: -0.0625em;
}
.accordion-tabs .tab-header-and-content:nth-last-child(1) .tab-link::after {
  display: none;
}
.accordion-tabs .tab-header-and-content:nth-of-type(1) .tab-link {
  margin-left: 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-link {
  background-color: #1b4234;
  color: #ffffff;
  display: block;
  font-weight: 600;
  font-size: 1.265em;
  padding: 0.6916996047em 0.9881422925em 0.6916996047em 0.9881422925em;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  line-height: 1.1111111111em;
  text-transform: none;
  border: 1px solid #1b4234;
  text-align: center;
  position: relative;
}
.accordion-tabs .tab-link::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: 107%;
  background-color: #ffffff;
  content: "";
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link {
    display: inline-block;
    vertical-align: bottom;
    width: 33.35%;
    margin-left: -3px;
    border: 1px solid #1b4234;
  }
}
@media (min-width: 60em) {
  .accordion-tabs .tab-link {
    width: 33.35%;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .accordion-tabs .tab-link {
    width: 33.24%;
    border-right: 1px solid #fff !important;
  }
}
.accordion-tabs .tab-link:hover {
  color: #ffffff;
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link.is-active {
  background-color: #539d5a;
  font-size: 1.375em;
  padding: 0.5454545455em 0.9090909091em 0.4545454545em 0.9090909091em;
  border: 1px solid #539d5a;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link.is-active {
    margin-bottom: 1px;
  }
}
.accordion-tabs .tab-content {
  background-color: #efefef;
  padding: 1.5em 1.9375em 2.125em 1.9375em;
  display: none;
  border-bottom: 3px solid #fff;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: -1px;
}
.accordion-tabs .tab-content p {
  font-size: 1.125em;
  line-height: 1.6666666667em;
  color: #1c1c1c;
}
.accordion-tabs .tab-content > *:first-child {
  margin-top: 0;
}
.accordion-tabs .tab-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-content {
    float: left;
  }
}
/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer;
}
.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #efefef;
}
.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #66a96c;
}

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

figure {
  margin: 0;
  padding: 0;
}

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

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

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

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

body .mfp-arrow {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  top: auto;
  bottom: 0.625em;
}
body .mfp-arrow:after {
  width: 51px;
  height: 51px;
  top: 50%;
  margin-right: 2.5em;
  margin-top: -25px;
  line-height: 45px;
  border: none;
  border-radius: 50%;
  color: inherit;
  background: rgba(0, 0, 0, 0.2) url(img/arrowleft.png) center no-repeat;
  background-size: 23px 18px;
  opacity: 1;
  text-shadow: none;
  z-index: 5;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body .mfp-arrow:before {
  content: none;
}
body .mfp-arrow.mfp-arrow-right {
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  transform-origin: unset !important;
}
body .mfp-arrow:hover:after {
  background-color: rgba(0, 54, 41, 0.85);
}
@media (min-width: 60em) {
  body .mfp-arrow {
    top: 50%;
    bottom: auto;
  }
}

.mfp-bg {
  z-index: 99999 !important;
}

.mfp-wrap {
  z-index: 999999 !important;
}

/* 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: absolute;
  width: 100%;
  min-height: 17.875em;
  background-color: #000000;
  position: relative;
}
.page-intro .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}
.page-intro > .inner-wrap, .page-intro > .inner-wrap-narrow, .page-intro > .inner-wrap-wide, .page-intro > .inner-wrap-fullwidth {
  padding-top: 9.5em;
  padding-bottom: 1.5625em;
}
@media (min-width: 60em) {
  .page-intro {
    margin-top: -3.8125em;
  }
  .page-intro.stuck {
    margin-top: 5.625em;
  }
}
@media (min-width: 80em) {
  .page-intro.stuck {
    margin-top: 7.4375em;
  }
}

.pi-header {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}
.pi-header span {
  color: #66a96c;
}

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

.color-text {
  color: #1b4234;
  font-weight: 700;
  font-size: 1.0625em;
}

.column-heading {
  text-transform: uppercase;
  color: #838181;
  font-family: "Lato", sans-serif;
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.12em;
  margin-bottom: 1em;
}

.column-subheading {
  font-size: 1em;
  font-family: "Lato", sans-serif;
  color: #1c1c1c;
}

/*=============== Breadcrumbs Module Start ===============*/
.breadcrumb-menu {
  margin-top: 0 !important;
  margin-bottom: 2.3125em;
  padding: 0;
  color: #1c1c1c;
}
.breadcrumb-menu > span:first-child > span a {
  margin-left: 0;
  margin-right: 0.1875em;
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  color: #1b4234;
  text-decoration: underline;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
.breadcrumb-menu > span:first-child > span span[typeof="v:Breadcrumb"] a, .breadcrumb-menu > span:first-child > span span a {
  margin-left: 0.2352941176em;
  color: #1b4234;
  margin-right: 0em;
  font-size: 1.0625em;
  line-height: 1.4117647059em;
}
.breadcrumb-menu span[rel="v:child"] a {
  margin: 0 0.0588235294em 0 0.0588235294em;
}
.breadcrumb-menu span[rel="v:child"] a:last-child {
  margin-right: 0;
}
.breadcrumb-menu .breadcrumb_last {
  margin-left: 0.2352941176em;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  color: #1c1c1c;
  line-height: 1.4117647059em;
  font-size: 1.0625em;
  color: #1c1c1c;
}

/*=============== Breadcrumbs Module End ===============*/
/*================ Dest Slider ============= */
.dest-carousel {
  max-width: 29.25em;
  margin: 0;
  width: 100%;
}
.dest-carousel #carousel {
  width: 84%;
}
.dest-carousel #carousel .slides li {
  margin: 0.5em 0.25em 0;
  position: relative;
  opacity: 1;
}
.dest-carousel #carousel .slides li img {
  width: 100%;
}
.dest-carousel #carousel .slides li.flex-active-slide {
  /*border:1px solid $black;*/
}
.dest-carousel #carousel .slides li.flex-active-slide img {
  opacity: 1;
}
.dest-carousel #carousel .flex-direction-nav li {
  border: none;
  margin: 0;
}
.dest-carousel #carousel .flex-direction-nav li:after {
  display: none;
}
.dest-carousel #carousel .flex-direction-nav li a {
  height: 2.5em;
  width: 2.1875em;
  text-decoration: none;
}
.dest-carousel #carousel .flex-direction-nav .flex-prev {
  display: none;
}
.dest-carousel #carousel .flex-direction-nav .flex-next {
  right: -2.5em !important;
  opacity: 1;
  top: 57%;
}
.dest-carousel #carousel .flex-direction-nav .flex-next:before {
  background-image: url(img/dest-slider-arrow.png);
  background-position: center center;
  transform: rotate(0deg);
  background-size: 1em 1.875em !important;
  width: 2.5em;
  height: 2.5em;
  top: 0;
  left: 0;
}
.dest-carousel #carousel .flex-direction-nav .flex-next:hover:before {
  background-image: url(img/dest-slider-arrow.png);
}
@media (min-width: 40em) {
  .dest-carousel #carousel .flex-direction-nav .flex-next {
    right: -2.5em !important;
    background-size: 1.3125em 2.5625em !important;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .dest-carousel #carousel .flex-direction-nav .flex-next {
    top: 65% !important;
  }
}
@media (min-width: 40em) {
  .dest-carousel #carousel .flex-direction-nav li a {
    height: 2.8125em;
    width: 2.8125em;
  }
  .dest-carousel #carousel .flex-direction-nav .flex-prev {
    display: none;
  }
  .dest-carousel #carousel .flex-direction-nav .flex-next {
    right: -4.375em !important;
    opacity: 1;
    top: 55%;
  }
  .dest-carousel #carousel .flex-direction-nav .flex-next:before {
    background-position: center center;
    transform: rotate(0deg);
    background-size: 1.3125em 2.5625em !important;
    width: 2.5em;
    height: 2.5em;
    top: 0;
    left: 0;
  }
}

/*=============== Product Grid ===============*/
.product-module h2 {
  text-align: center;
}
@media (min-width: 60em) {
  .product-module h2 {
    text-align: left;
  }
}

.product-grid {
  clear: both;
  text-align: center;
}

.product-grid-item, .product-item {
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  max-width: 21.875em;
  margin-bottom: 1.25em;
  margin-right: 1%;
  margin-left: 1%;
}
.product-grid-item .pi-wrapper, .product-item .pi-wrapper {
  box-shadow: 0px 5px 17.1px 0.9px rgba(0, 0, 0, 0.35);
  position: relative;
  display: inline-block;
}
.product-grid-item .pi-wrapper img, .product-item .pi-wrapper img {
  width: 100%;
  display: block;
}
.product-grid-item:hover .product-grid-item-link, .product-item:hover .product-grid-item-link {
  color: #467d4b;
}
@media (min-width: 40em) {
  .product-grid-item, .product-item {
    font-size: 0.75em;
    margin-bottom: 1.5em;
    max-width: 25em;
    display: block;
  }
}
@media (min-width: 60em) {
  .product-grid-item, .product-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: #1c1c1c;
  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 {
  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: 0.5882352941em 0 0 0;
  text-align: center;
  clear: none;
  font-size: 1.0625em;
  font-family: "Ubuntu", sans-serif;
  color: #539d5a;
  text-decoration: underline;
}
@media (min-width: 40em) {
  .product-grid-item-link {
    width: auto;
    float: none;
    text-align: center;
  }
}

/*=============== Product Carousel ===============*/
.product-item {
  text-decoration: none;
  margin-right: 1.25em;
}
.product-item:hover .product-grid-item-link {
  color: #1c130f;
}
.product-item:hover .product-header {
  height: auto;
}
@media (max-width: 40em) {
  .product-item {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.25em;
  }
}
@media (min-width: 40em) {
  .product-item {
    display: inline-block;
    float: left;
    margin-right: 1.25em;
    width: 23%;
  }
  .product-item .product-header {
    height: 4.375em;
  }
  .product-item:nth-last-child(1) {
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .product-item .product-header {
    height: 5em;
  }
}

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

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

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

.rm-item-cta {
  font-size: 0.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;
}

/*============Side Navigation Test==============*/
.form-nav-module .form-section {
  width: 100%;
}
.form-nav-module .side-nav-wrapper {
  width: 100%;
}
.form-nav-module .side-nav-wrapper {
  width: 100%;
}
@media (min-width: 40em) {
  .form-nav-module .form-section {
    width: 100%;
  }
  .form-nav-module .side-nav-wrapper {
    width: 48%;
  }
  .form-nav-module .side-nav-wrapper {
    width: 48%;
  }
}
@media (min-width: 60em) {
  .form-nav-module .form-section {
    width: 42%;
  }
  .form-nav-module .side-nav-wrapper {
    width: 25%;
  }
  .form-nav-module .side-nav-wrapper {
    width: 25%;
  }
}

.side-nav, .form-section {
  margin: 20px auto;
}
.side-nav h2, .form-section h2 {
  text-align: center;
  margin-top: 0;
}
@media (min-width: 40em) {
  .side-nav h2, .form-section h2 {
    text-align: center;
    margin-top: 0;
  }
}
@media (min-width: 60em) {
  .side-nav, .form-section {
    margin: 0 auto;
  }
  .side-nav h2, .form-section h2 {
    text-align: left;
    margin-top: 0;
  }
}

.dropdown .side-nav .sn-nav li::after {
  display: none;
}

.sn-nav {
  max-width: 16.375em;
  margin: 0 auto;
  overflow: hidden;
}
.sn-nav li {
  background-color: #66a96c;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sn-nav li.active {
  background-color: #1b4234;
  border: 0;
}
.sn-nav li.active > a {
  color: #ffffff;
}
.sn-nav li.active .m-subnav-arrow {
  background-image: url(img/dropdown-arrow.png);
  transform: rotate(180deg);
}
.sn-nav li a {
  color: #ffffff;
  display: block;
  font-size: 1.0625em;
  line-height: 1.6666666667em;
  text-decoration: none;
  padding: 0.6111111111em 2.2222222222em 0.6111111111em 0.8888888889em;
  font-weight: normal;
}
.sn-nav .menu-item-has-children .m-subnav-arrow {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(img/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625em 0.3125em;
  display: block;
  width: 2.5em;
  height: 2.875em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0;
}
.sn-nav .menu-item-has-children .m-subnav-arrow.active {
  transform: rotate(180deg);
}
.sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0.5em 0 0.5em;
  display: none;
  background-color: #efefef;
}
.sn-nav .menu-item-has-children ul li {
  margin-bottom: 0;
  background-color: #efefef;
  border-bottom: 0;
}
.sn-nav .menu-item-has-children ul li a {
  color: #1c1c1c;
  padding: 0.1176470588em 2.3529411765em 0.1176470588em 0.9411764706em;
  font-size: 1.0625em;
  line-height: 1.7647058824em;
  font-weight: normal;
}
.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: #1b4234;
}
.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;
}
@media (min-width: 60em) {
  .sn-nav {
    margin: 0;
  }
}

.form-title {
  margin-top: 0.6571428571em !important;
  font-style: normal;
  font-size: 2.8125em;
  line-height: 1.0285714286em;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 60em) {
  .form-title {
    text-align: left;
  }
}

/*==========form style==========*/
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 0.7em 0.5em !important;
}

.gform_wrapper {
  max-width: 23.125em;
  margin: 0 auto;
  background-color: #efefef;
  padding: 1.875em 1.25em 1.375em 1.25em;
}
.gform_wrapper .gf_left_half {
  width: 100% !important;
  display: inline-block;
  padding: 0 !important;
}
.gform_wrapper .gf_right_half {
  width: 100% !important;
  display: inline-block;
  padding: 0 !important;
}
.gform_wrapper label.gfield_label {
  color: #1c1c1c;
  font-weight: normal !important;
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}
.gform_wrapper label .gfield_required {
  color: #1c1c1c;
}
.gform_wrapper form ul li.gfield {
  margin-top: 0 !important;
  vertical-align: top;
  padding: 0 !important;
}
.gform_wrapper .ginput_recaptcha iframe {
  transform: scale(0.8) !important;
  margin-left: -35px;
}
.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gfield_requiblue {
  color: #ffffff;
  margin-left: 0;
}
.gform_wrapper .gform_footer {
  text-align: center;
  margin: 0.625em 0 0 0;
  padding-bottom: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1.0625em !important;
  line-height: 1.2352941176em !important;
  margin: 0 0.9411764706em 0 0;
  min-width: 0 !important;
  width: 8.2352941176em !important;
  padding: 0.7058823529em 0.5882352941em 0.7058823529em;
  color: #1c1c1c;
  width: auto;
  font-weight: 600;
  background-color: transparent;
  font-family: "Ubuntu", sans-serif;
  margin-right: 0;
  text-align: center;
  border: 2px solid #1b4234;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #66a96c;
  border: 2px solid #66a96c;
  color: #ffffff;
}
.gform_wrapper select {
  padding: 0.0588235294em 1.1764705882em 0.0588235294em 0.2941176471em;
  font-weight: 400 !important;
  font-size: 1.0625em;
  line-height: 1.2941176471em 1.0625em;
  margin-bottom: 1.5625em !important;
  height: 2.2352941176em !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper textarea, .gform_wrapper input[type=color], .gform_wrapper input[type=date], .gform_wrapper input[type=datetime], .gform_wrapper input[type=datetime-local], .gform_wrapper input[type=email], .gform_wrapper input[type=month], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=time], .gform_wrapper input[type=url], .gform_wrapper input[type=week], .gform_wrapper textarea, .gform_wrapper select[multiple=multiple], .gform_wrapper select {
  background-color: #ffffff;
  margin-bottom: 0.625em;
  box-shadow: none;
  font-size: 1.0625em !important;
  line-height: 1.3529411765em !important;
  border: 1px solid #cccccc;
  height: 2.2352941176em !important;
}
.gform_wrapper .ginput_container_select {
  position: relative;
  /*Don't really need this just for demo styling*/
}
.gform_wrapper .ginput_container_select::after {
  content: "";
  position: absolute;
  background-image: url(img/ico-dropdown2.svg);
  background-repeat: no-repeat;
  right: 1px;
  top: 50%;
  display: block;
  width: 1.25em;
  height: 1.5625em;
  background-size: 1.125em 1.125em;
  transform: translateY(-50%);
  background-position: center center;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 6px 4px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: initial;
  min-height: auto;
}

@media (min-width: 40em) {
  .gform_wrapper {
    margin: 0 auto;
  }
  .gform_wrapper .gf_left_half {
    width: 48% !important;
    display: inline-block;
    margin-right: 0.3125em !important;
  }
  .gform_wrapper .gf_right_half {
    width: 48% !important;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=submit] {
    width: 8.2352941176em !important;
  }
}
@media (min-width: 60em) {
  .gform_wrapper {
    margin: 0;
  }
  .gform_wrapper .ginput_recaptcha iframe {
    transform: scale(1) !important;
    margin-left: 0;
  }
  .gform_wrapper .gf_left_half {
    width: 48% !important;
    display: inline-block;
    margin-right: 0.625em !important;
  }
  .gform_wrapper .gf_right_half {
    width: 48% !important;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=submit] {
    width: 8.2352941176em !important;
  }
}
@media (min-width: 80em) {
  .gform_wrapper {
    margin: 0;
  }
  .gform_wrapper .gf_left_half {
    width: 48% !important;
    display: inline-block;
    margin-right: 0.625em !important;
  }
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  margin-right: 0 !important;
  width: 48% !important;
  max-width: 48% !important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half .gfield_label .gfield_required {
  color: #790000;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  width: 48% !important;
  max-width: 48% !important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half .gfield_label .gfield_required {
  color: #790000;
}

.additional-content .multiple-cols-module .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 100% !important;
}
.additional-content .multiple-cols-module .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .gfield_label .gfield_required {
  color: #790000;
}

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important;
}

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em;
}

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold;
}
.blog-pagination a {
  margin-right: 2em;
  text-decoration: none;
}

.more-link {
  font-size: 1.4em;
  text-decoration: none;
}

.post-item {
  border-bottom: 5px solid #efefef;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

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

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

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

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

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

.hs-author-social-links a {
  text-decoration: none;
}
.hs-author-social-links img {
  opacity: 0.7;
  width: 1.875em;
  height: 1.875em;
}
.hs-author-social-links img:hover {
  opacity: 1;
}

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
}
.site-wrap.nav-active {
  position: relative;
}
.site-wrap.nav-active .sh-sticky-wrap {
  position: initial;
}
.site-wrap.nav-active::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 2;
}

.mfp-zoom-out-cur, .mfp-helper {
  overflow-x: hidden;
}
.mfp-zoom-out-cur .site-header.stuck, .mfp-zoom-out-cur .anchor-links-nav.stuck, .mfp-zoom-out-cur .inline-btns.stuck, .mfp-zoom-out-cur .internal-links-nav.stuck, .mfp-helper .site-header.stuck, .mfp-helper .anchor-links-nav.stuck, .mfp-helper .inline-btns.stuck, .mfp-helper .internal-links-nav.stuck {
  width: calc(100% - 17px);
  transition: none !important;
}
.mfp-zoom-out-cur #back-to-top, .mfp-helper #back-to-top {
  right: 3.35em;
}

#skipToContent {
  opacity: 0;
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
}
#skipToContent:focus {
  opacity: 1;
  z-index: 99999;
}
#skipToContent.btn, #skipToContent.btn-onc, button#skipToContent,
input#skipToContent[type=submit], #skipToContent.btn-download, #skipToContent.btn-arrow {
  background-color: #66a96c;
  color: #ffffff;
  border-radius: 0;
}
#skipToContent:focus {
  opacity: 1;
  z-index: 99999;
}

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

.nonlink {
  cursor: default;
  /*pointer-events: auto;*/
  /*@include mq(large) {
    pointer-events: none;
  }*/
}

.no-touch .nonlink {
  pointer-events: none;
}

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

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

/*=============== Site Header ===============*/
.site-header {
  background: #d1d1d1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d1d1d1 0%, #f8f8f8 50%, #cbcbcb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d1d1d1 0%, #f8f8f8 50%, #cbcbcb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d1d1d1 0%, #f8f8f8 50%, #cbcbcb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1d1d1", endColorstr="#cbcbcb", GradientType=1);
  /* IE6-9 */
  position: relative;
}
.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: 1.25em;
}
@media (min-width: 60em) {
  .site-header {
    /* height: em(150);*/
  }
  .site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
    padding-top: 0.875em;
    padding-bottom: 1.875em;
  }
  .site-header.stuck {
    box-shadow: 0 0 3px #1c1c1c;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
  }
}
.site-logo {
  max-width: 10.875em;
  vertical-align: top;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 4 !important;
}
.site-logo > img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .site-logo {
    max-width: 10em;
    margin-left: -0.875em;
    width: 24.2%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
  }
}
@media (min-width: 80em) {
  .site-logo {
    width: 100%;
    max-width: 12.5em;
  }
}

.sh-utility-nav {
  text-align: right;
  display: none;
}
@media (min-width: 60em) {
  .sh-utility-nav {
    text-align: right;
    display: inline-block;
    float: right;
  }
}
@media (min-width: 80em) {
  .sh-utility-nav {
    margin-top: 0.875em;
  }
}

.sh-sticky-wrap {
  background-color: rgba(0, 54, 41, 0.85);
  z-index: 3;
  position: relative;
}
.sh-sticky-wrap > .inner-wrap, .sh-sticky-wrap > .inner-wrap-narrow, .sh-sticky-wrap > .inner-wrap-wide, .sh-sticky-wrap > .inner-wrap-fullwidth {
  padding: 0;
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    position: relative;
  }
}
.sh-rfq {
  position: relative;
  padding: 0.8823529412em 1.4705882353em 1.2352941176em 1.4705882353em;
  max-width: 8.4705882353em;
  text-align: center;
  font-size: 1.0625em;
  background-color: #56a35d;
  display: inline-block;
  vertical-align: middle;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  margin-right: 0;
  border-radius: 0.1764705882em;
  line-height: 1.4117647059em;
  border: 0;
}
.sh-rfq:hover, .sh-rfq:focus {
  background-color: #003629;
  color: #ffffff;
  border: 0;
}
.sh-rfq:active {
  color: #ffffff;
}
@media (min-width: 60em) {
  .sh-rfq {
    max-width: none;
    width: auto;
    margin-right: -0.7058823529em;
    padding: 0.8823529412em 1.6470588235em 1.2352941176em 1.5882352941em;
  }
}

.sh-icons {
  display: block;
  /*text-align: left;*/
  text-align: center;
  border-top: 1px solid #9db0ab;
  /*max-width: em(375);*/
  margin: 0 auto;
  margin-top: -2.1875em !important;
  /*background-color: rgba(0, 54, 41, 0.85);*/
  z-index: 3;
  position: relative;
}
.sh-icons::after {
  position: absolute;
  top: -1px;
  left: -100%;
  width: 1000%;
  background-color: #9db0ab;
  height: 1px;
  content: "";
}
@media (min-width: 60em) {
  .sh-icons {
    display: none;
    border: 0;
    margin-top: 0 !important;
  }
}

.sh-ico-menu, .sh-ico-search {
  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-menu span, .sh-ico-search span {
  font-size: 0.75em;
}
.sh-ico-search {
  background-image: url(img/ico-search.svg);
  background-size: 24px 25px;
  margin: 0;
  padding: 0;
  width: 20%;
  height: 2.5625em;
  vertical-align: middle;
  /*background-position: right em(7,16) top em(9,17);*/
  background-position: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 31.25em) {
  .sh-ico-search {
    width: 15%;
  }
}
@media (min-width: 60em) {
  .sh-ico-search {
    width: auto;
    float: right;
    margin-top: 0.625em;
    margin-right: 0.1875em;
    background-position: center right;
    margin-right: 0.9375em;
    padding-right: 2.5625em;
    display: inline-block;
    vertical-align: middle;
  }
  .sh-ico-search span {
    font-size: 1.0625em;
    display: block;
    font-family: "Ubuntu", sans-serif;
    color: #ffffff;
    font-weight: normal;
    line-height: 2.3529411765em;
  }
}
@media (min-width: 80em) {
  .sh-ico-search {
    margin-right: 0.9375em;
  }
  .sh-ico-search:hover, .sh-ico-search:focus {
    background-image: url(img/ico-search-hover.svg);
  }
  .sh-ico-search:hover span, .sh-ico-search:focus span {
    color: #539d5a;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .sh-ico-search {
    background-size: 16px 15px;
  }
}

.sh-email-wrap {
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/ico-mail.svg);
  background-position: center top 0.4375em;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 2.5625em;
  width: 20%;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  z-index: 7;
}
.sh-email-wrap .sh-email {
  display: none;
}
@media (max-width: 31.25em) {
  .sh-email-wrap {
    width: 15%;
  }
}
@media (min-width: 60em) {
  .sh-email-wrap {
    width: auto;
    background-image: url(img/ico-mail-desk.svg);
    background-position: top 0.0625em left;
    border-right: 0;
    height: auto;
    margin-right: 4em;
    padding-left: 2.125em;
    margin-top: 0.125em;
  }
  .sh-email-wrap .sh-email {
    font-size: 1.0625em;
    display: block;
    font-family: "Ubuntu", sans-serif;
    color: #1b4234;
    font-weight: 600;
  }
  .sh-email-wrap:hover, .sh-email-wrap:focus {
    background-image: url(img/ico-mail-desk-hover.svg);
  }
  .sh-email-wrap:hover .sh-email, .sh-email-wrap:focus .sh-email {
    color: #539d5a;
  }
}
@media (min-width: 80em) {
  .sh-email-wrap {
    margin-right: 4em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .sh-email-wrap {
    background-position: top 0.3125em left;
    background-size: 18px 14px;
  }
}

.sh-ph-wrap {
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/ico-phone.svg);
  /*background-position: top em(9,16) left em(8,19);*/
  background-position: left;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 2.5625em;
  width: 15%;
  vertical-align: middle;
  text-decoration: none;
  /*margin-right: 7%;*/
}
.sh-ph-wrap .sh-ph {
  display: none;
}
@media (max-width: 31.25em) {
  .sh-ph-wrap {
    width: 15%;
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .sh-ph-wrap {
    background-image: url(img/ico-phone-desk.svg);
    width: auto;
    background-position: top 0.125em left;
    border-right: 0;
    margin-right: 3.4375em;
    height: auto;
    padding-left: 2.0625em;
    margin-top: 0.125em;
  }
  .sh-ph-wrap .sh-ph {
    font-size: 1.0625em;
    display: block;
    font-family: "Ubuntu", sans-serif;
    color: #1b4234;
    font-weight: 600;
  }
  .sh-ph-wrap:hover, .sh-ph-wrap:focus {
    background-image: url(img/ico-phone-desk-hover.svg);
  }
  .sh-ph-wrap:hover .sh-ph, .sh-ph-wrap:focus .sh-ph {
    color: #539d5a;
  }
}
@media (min-width: 80em) {
  .sh-ph-wrap {
    margin-right: 3.4375em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .sh-ph-wrap {
    background-size: 14px 16px;
  }
}

.sh-ico-menu {
  background-image: url(img/hamburger-menu.svg);
  background-size: 25px 25px;
  /*background-position: center center;*/
  background-position: left center;
  padding: 0;
  width: 20%;
  height: 2.5625em;
  vertical-align: middle;
  margin: -1px 0 0 0;
}
@media (max-width: 31.25em) {
  .sh-ico-menu {
    width: 15%;
  }
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  text-align: left;
  position: relative;
  /*    min-height: em(548);*/
  min-height: 31.25em;
  background-color: #000000;
  z-index: 2;
  margin-top: -3.75em;
}
.site-intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.site-intro .bg-img {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.72;
}
.site-intro .owl-carousel .owl-item:after {
  content: "";
  background: #173110;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
  padding-top: 6.375em;
  padding-bottom: 7em;
  z-index: 1;
}
@media (min-width: 60em) {
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 6.375em;
    padding-bottom: 4.75em;
  }
}
@media (min-width: 80em) {
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-bottom: 7.1875em;
  }
}
@media (min-width: 40em) {
  .site-intro {
    text-align: left;
    min-height: 31.25em;
  }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 11.125em;
  }
}
@media (min-width: 60em) {
  .site-intro {
    margin-top: -3.75em;
    min-height: 39.5625em;
  }
  .site-intro.stuck {
    margin-top: 5.625em;
  }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 11.125em;
  }
}
@media (min-width: 80em) {
  .site-intro {
    margin-top: -3.9375em;
  }
  .site-intro.stuck {
    margin-top: 7.4375em;
  }
}

.si-content-wrap {
  position: relative;
  z-index: 2;
}
.si-header {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.3333333333em;
  max-width: 10.6666666667em;
}
@media (max-width: 40em) {
  .si-header {
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 40em) {
  .si-header {
    max-width: 26.6666666667em;
  }
}
@media (min-width: 60em) {
  .si-header {
    font-size: 2.5em;
    line-height: 1.25em;
    margin-bottom: 0.25em;
    max-width: 20em;
  }
}

.si-subtext {
  font-size: 1.25em;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1.5em;
  display: block;
  margin-left: 0.15em;
}
@media (max-width: 40em) {
  .si-subtext {
    text-align: center;
  }
}
@media (min-width: 40em) {
  .si-subtext {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1.25em;
    margin-left: 0;
  }
}
@media (min-width: 60em) {
  .si-subtext {
    font-size: 1.875em;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
}

.si-btn-wrap .si-btn {
  padding: 1.1176470588em 1.5882352941em 1.1764705882em 1.6470588235em;
  margin-bottom: 1.2352941176em;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1c1c1c;
  vertical-align: top;
}
.si-btn-wrap .si-btn:hover, .si-btn-wrap .si-btn:focus {
  background-color: #539d5a;
  border-color: #539d5a;
  color: #ffffff;
}
@media (max-width: 40em) {
  .si-btn-wrap .si-btn {
    padding: 1.0176470588em 2.5882352941em 1.264705882em 2.5882352941em;
  }
}
@media (min-width: 40em) {
  .si-btn-wrap .si-btn {
    margin-right: 1.5882352941em;
    margin-bottom: 0;
  }
}
.si-btn-wrap .si-stud {
  background-color: #56a35d;
  border-color: #56a35d;
  padding: 1.0588235294em 1.6470588235em 1.2352941176em 1.5294117647em;
  vertical-align: top;
}
.si-btn-wrap .si-stud:hover, .si-btn-wrap .si-stud:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1c1c1c;
}
.si-btn-wrap .btn-wrap {
  display: block;
}
@media (min-width: 40em) {
  .si-btn-wrap .btn-wrap {
    display: inline-block;
  }
}
@media (max-width: 40em) {
  .si-btn-wrap {
    text-align: center;
  }
}

.si-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /*.si-slide2{
    .si-item{
      background-position: 70% center;
    }
  }*/
}
.si-slider .owl-item {
  overflow: hidden;
  /* &.active{
  .si-item{
    transform: scale(1);
  }
  }*/
}
.si-slider .item {
  position: relative;
}
.si-slider .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/hero-overlay.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.52;
}
.si-slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-position: center;
  opacity: 0.1;
}
.si-slider .owl-dots {
  position: absolute;
  /*        bottom: em(24);*/
  bottom: 2.5em;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.si-slider .owl-dots .owl-dot {
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.5em;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
  /*&:focus{
    outline: none;
  }*/
}
.si-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.si-slider .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
.si-slider .owl-nav {
  display: none;
}
@media (min-width: 60em) {
  .si-slider .owl-dots {
    bottom: 1.3125em;
  }
  .si-slider .owl-dots .owl-dot {
    width: 0.9375em;
    height: 0.9375em;
    margin-right: 0.625em;
  }
}

.si-item {
  background-size: cover;
  background-position: center;
  -webkit-transition: all 12s linear;
  -moz-transition: all 12s linear;
  transition: all 12s linear;
  /*transform: scale(1.5);*/
  transform: scale(1);
  -webkit-backface-visibility: hidden;
}

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

/*=============== Product Module Start ===============*/
.product-module {
  padding-bottom: 5.0625em;
}
.product-module .inner-wrap, .product-module .inner-wrap-narrow, .product-module .inner-wrap-wide, .product-module .inner-wrap-fullwidth {
  padding-top: 5.3125em;
  padding-bottom: 0;
  position: relative;
}
.product-module #sync1 .item {
  padding: 0;
  color: #FFF;
  padding: 1.25em 1em;
}
.product-module #sync2.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.product-module #sync2 {
  display: none;
}
.product-module #sync2 .owl-item:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: 100%;
  background: #56a35d;
  content: "";
  z-index: 1;
}
.product-module #sync2 .owl-item:hover::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 15px solid #56a35d;
  content: "";
  z-index: 8;
}
.product-module #sync2 .owl-item:hover .pm-title-wrapper .pm-title {
  color: #ffffff;
}
.product-module #sync2 .item {
  background: #dadada;
  padding: 1.375em 0.3125em 1.375em 0.3125em;
  color: #15443a;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.product-module #sync2 .item::after {
  position: absolute;
  top: 0;
  right: 1px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
.product-module #sync2 .item h1 {
  font-size: en(18);
}
.product-module #sync2 .item:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: 100%;
  background: #56a35d;
  content: "";
}
.product-module #sync2 .item:hover .pm-title-wrapper .pm-title {
  color: #ffffff;
}
.product-module #sync2 .active {
  position: relative;
}
.product-module #sync2 .active:nth-last-of-type(1) .item {
  border-right: 0;
}
.product-module #sync2 .active:nth-last-of-type(1) .item::after {
  display: none;
}
.product-module #sync2 .current .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: 100%;
  background: #56a35d;
  content: "";
}
.product-module #sync2 .current .item .pm-title-wrapper .pm-title {
  color: #ffffff;
}
@media (min-width: 40em) {
  .product-module #sync2 {
    display: block;
  }
}
.product-module .pm-title-wrapper {
  position: relative;
  z-index: 1;
}
.product-module .pm-title-wrapper .pm-title {
  display: block;
  font-size: 1.375em;
  line-height: 2.5em;
  color: #15443a;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
@media (min-width: 40em) {
  .product-module .pm-title-wrapper .pm-title {
    font-size: 2vw;
  }
}
@media (min-width: 60em) {
  .product-module .pm-title-wrapper .pm-title {
    font-size: 1.0625em;
  }
}
@media (min-width: 80em) {
  .product-module .pm-title-wrapper .pm-title {
    font-size: 1.375em;
  }
}
.product-module .owl-item.active.current::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 15px solid #56a35d;
  content: "";
  z-index: 8;
}
.product-module #sync1.owl-theme {
  position: relative;
}
.product-module #sync1.owl-theme .owl-nav {
  margin-top: 0;
  display: none;
}
@media (min-width: 60em) {
  .product-module #sync1.owl-theme .owl-nav {
    display: block;
    position: absolute;
    bottom: 1.875em;
    right: 12.625em;
    width: 7.0625em;
  }
}
@media (min-width: 80em) {
  .product-module #sync1.owl-theme .owl-nav {
    display: block;
    position: absolute;
    bottom: 8em;
  }
}
.product-module #sync1.owl-theme .owl-next,
.product-module #sync1.owl-theme .owl-prev {
  background-size: 31px 31px;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  position: absolute;
  top: 50%;
  margin: 0;
  transition: none;
}
.product-module #sync1.owl-theme .owl-next span,
.product-module #sync1.owl-theme .owl-prev span {
  display: none;
}
.product-module #sync1.owl-theme .owl-next:hover,
.product-module #sync1.owl-theme .owl-prev:hover {
  background-size: 25px 25px;
  background-color: transparent !important;
}
.product-module #sync1.owl-theme .owl-next svg,
.product-module #sync1.owl-theme .owl-prev svg {
  display: none;
}
.product-module #sync1.owl-theme .owl-prev {
  background-image: url(img/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
}
.product-module #sync1.owl-theme .owl-prev:hover {
  background-image: url(img/arrow-left-hover.png);
}
@media (max-height: 46em) and (min-width: 60em) {
  .product-module #sync1.owl-theme .owl-prev {
    background-size: 30px 30px;
  }
}
.product-module #sync1.owl-theme .owl-next {
  background-image: url(img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}
.product-module #sync1.owl-theme .owl-next:hover {
  background-image: url(img/arrow-right-hover.png);
}
@media (max-height: 46em) and (min-width: 60em) {
  .product-module #sync1.owl-theme .owl-next {
    background-size: 30px 30px;
  }
}
@media (min-width: 60em) {
  .product-module #sync1.owl-theme {
    margin-left: -1em;
  }
}
.product-module .owl-dots {
  width: 100%;
  margin-top: 1.1875em;
}
.product-module .owl-dots .owl-dot span {
  width: 0.9375em !important;
  height: 0.9375em !important;
  background-color: #d2d2d2 !important;
  border: 2px solid #d2d2d2;
  margin: 0.3125em 0.3125em !important;
}
.product-module .owl-dots .owl-dot.active span {
  border: 2px solid #1b4234;
  background-color: #1b4234 !important;
}
.product-module .owl-dots .owl-dot:hover span {
  border: 2px solid #1b4234;
  background-color: #1b4234 !important;
}
@media (min-width: 60em) {
  .product-module .owl-dots {
    width: 46%;
    margin-top: -0.0625em;
  }
}

.slider-counter {
  position: absolute;
  right: 16.7647058824em;
  bottom: 5.5882352941em;
  color: #a8a1a1;
  opacity: 0.6;
  font-size: 1.0625em;
  display: none;
  z-index: 2;
}
@media (min-width: 60em) {
  .slider-counter {
    bottom: -0.1176470588em;
    display: block;
  }
}
@media (min-width: 80em) {
  .slider-counter {
    bottom: 5.6470588235em;
    display: block;
  }
}

.pm-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media (min-width: 60em) {
  .pm-wrapper {
    -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;
  }
}

.pm-img-wrap {
  border: 1px solid #bababa;
  height: 100%;
  width: 100%;
  position: relative;
}

.pm-image-wrapper {
  max-width: 30.4375em;
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
  height: 18.8125em;
  margin: 0 auto;
  box-shadow: 0px 5px 14.1px 0.9px rgba(0, 0, 0, 0.31);
  padding: 0.5625em 0.5625em 0.5625em 0.625em;
}
.pm-image-wrapper .pm-img {
  width: auto !important;
  position: absolute;
  top: 51%;
  left: 50.4%;
  transform: translate(-50%, -50%);
}
@media (min-width: 60em) {
  .pm-image-wrapper {
    width: 58.5%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 0.0625em;
  }
}
@media (min-width: 80em) {
  .pm-image-wrapper {
    width: 55%;
    display: inline-block;
    margin-left: 0.0625em;
    vertical-align: top;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .pm-image-wrapper {
    height: auto !important;
  }
  .pm-image-wrapper .pm-img {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.pm-content-wrapper {
  display: block;
  vertical-align: top;
  width: 100%;
  padding-top: 2.25em;
  text-align: center;
}
@media (min-width: 60em) {
  .pm-content-wrapper {
    padding-left: 1.6875em;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
    padding-top: 0.9375em;
  }
}
@media (min-width: 80em) {
  .pm-content-wrapper {
    vertical-align: middle;
    padding-top: 1.75em;
  }
}

.pm-heading {
  color: #1b4234;
  font-size: 2.1875em;
  line-height: 1.2857142857em;
  margin: 0;
  font-weight: 600;
  margin-bottom: 0.2857142857em;
}
@media (min-width: 60em) {
  .pm-heading {
    font-size: 1.875em;
    margin-bottom: 0.1714285714em;
    margin-left: 1px;
  }
}
@media (min-width: 80em) {
  .pm-heading {
    font-size: 2.1875em;
    margin-bottom: 0.1714285714em;
    margin-left: 1px;
  }
}

.pm-subheading {
  font-size: 1.375em;
  line-height: 1.5909090909em;
  font-family: "Lato", sans-serif;
  color: #1c1c1c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.4545454545em;
}
@media (min-width: 60em) {
  .pm-subheading {
    margin-bottom: 0.1363636364em;
  }
}

.pm-content {
  color: #1c1c1c;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  max-width: 26.7647058824em;
  margin: 0 auto;
  margin-bottom: 1.8235294118em;
}
.pm-content .bullet-style {
  text-align: left;
}
@media (min-width: 60em) {
  .pm-content {
    margin: 0;
    margin-bottom: 2.0588235294em;
    margin-left: 1px !important;
  }
}

.pm-btn {
  padding: 1.1764705882em 2.8235294118em 1.1176470588em 2.8235294118em;
  letter-spacing: -0.5px;
}
@media (min-width: 80em) {
  .pm-btn {
    margin-left: 0.0588235294em;
  }
}

/*=============== Product Module End ===============*/
/*=============== Bucket List Module Start ===============*/
.bucket-list-module .blm-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -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;
}
@media (min-width: 40em) {
  .bucket-list-module .blm-wrapper {
    -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;
  }
}

.blm-item {
  height: 28.4375em;
  position: relative;
  width: 100%;
  background-color: #000000;
  overflow: hidden;
}
.blm-item .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.34;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.blm-item:nth-of-type(2) .bg-img {
  opacity: 0.5;
}
.blm-item:hover .bg-img, .blm-item:focus .bg-img {
  transform: scale(1.1);
}
.blm-item:hover .blm-title, .blm-item:focus .blm-title {
  top: 38.8%;
}
.blm-item:hover .blm-btn, .blm-item:focus .blm-btn {
  display: block;
}
@media (min-width: 40em) {
  .blm-item {
    width: 50%;
    float: left;
  }
}
.blm-item:focus:not(:hover):not(:active) {
  outline-offset: -1px;
}

.blm-title {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2.1875em;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  letter-spacing: 0.1px;
}

.blm-btn {
  position: absolute;
  top: 57.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 1.7647058824em;
  padding-right: 1.7647058824em;
  letter-spacing: -0.5px;
  background-color: transparent;
  border-color: #ffffff;
  display: none;
}
@media (min-width: 60em) {
  .blm-btn {
    padding-left: 2.8235294118em;
    padding-right: 2.8235294118em;
  }
}

/*=============== Bucket List Module End ===============*/
/*=============== CTA Module Start ===============*/
.home-cta {
  background-color: #56a35d;
}
.home-cta > .inner-wrap, .home-cta > .inner-wrap-narrow, .home-cta > .inner-wrap-wide, .home-cta > .inner-wrap-fullwidth {
  padding-bottom: 3.375em;
  padding-top: 3.5em;
}

.cta-heading {
  color: #ffffff;
  font-size: 2.1875em;
  line-height: 1.2571428571em;
  font-weight: 600;
  margin-bottom: 0.625em;
  display: block;
  margin-left: -0.0571428571em;
  text-align: center;
}
@media (min-width: 60em) {
  .cta-heading {
    display: inline-block;
    vertical-align: top;
    float: left;
    text-align: left;
    margin-bottom: 0;
    width: 45%;
  }
}

.home-cta {
  text-align: center;
}
.home-cta .search-form {
  margin-bottom: 1.25em;
  display: block;
  height: 3.125em;
}
@media (max-width: 40em) {
  .home-cta .search-form {
    margin-left: 0.625em;
  }
}
.home-cta .search-form form {
  display: block;
  position: relative;
  height: 3.125em;
  text-align: center;
  width: 100%;
  max-width: 17.5em;
  margin: 0 auto;
}
.home-cta .search-form form .search-text {
  background-color: #ffffff;
  border-radius: 5px;
  height: 2.9411764706em;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.49);
  max-width: 15.8823529412em;
  margin-right: 0.125em;
  width: 100%;
  font-size: 1.0625em;
  font-weight: 600;
  color: rgba(28, 28, 28, 0.4);
  padding: 0.7647058824em 3.2352941176em 0.8823529412em 0.9411764706em;
  letter-spacing: -0.5px;
}
@media (min-width: 60em) {
  .home-cta .search-form form .search-text {
    float: right;
  }
}
.home-cta .search-form form .search-submit {
  position: absolute;
  right: 1.25em;
  top: 0;
  width: 1.25em;
  height: 100%;
  background-image: url(img/ico-search-cta.svg) !important;
}
@media (min-width: 60em) {
  .home-cta .search-form {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 1.5625em;
    width: 20%;
  }
}

.hc-wrap {
  width: 100%;
}
@media (min-width: 60em) {
  .hc-wrap {
    width: 30%;
    float: right;
  }
}

.hc-cta {
  border-color: #ffffff !important;
  background-color: #ffffff;
  border-radius: 5px;
  height: 2.9411764706em;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.49);
  max-width: 17.6470588235em;
  margin-right: 0.125em;
  width: 100%;
  font-size: 1.0625em;
  font-weight: 600;
  color: #757575;
  padding: 0.8823529412em 1.1764705882em;
  letter-spacing: -0.5px;
}
@media (min-width: 60em) {
  .hc-cta {
    max-width: 17.6470588235em;
  }
}

/*=============== CTA Module End ===============*/
/*=============== Resources Module Start ===============*/
.resource-module {
  text-align: center;
}
.resource-module > .inner-wrap, .resource-module > .inner-wrap-narrow, .resource-module > .inner-wrap-wide, .resource-module > .inner-wrap-fullwidth {
  padding-bottom: 5em;
  padding-top: 4.375em;
}

.rm-heading {
  margin-bottom: 0.4em;
}

.rm-content {
  margin: 0 auto;
  max-width: 36.4705882353em;
  margin-bottom: 2.1176470588em;
}

.resource-module-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 2.5em;
}
@media (min-width: 60em) {
  .resource-module-wrapper {
    -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;
  }
}

.video-item {
  width: 100%;
  max-width: 34.5em;
  height: 18.4375em;
  position: relative;
  background-color: #14352a;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 3.125em;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}
.video-item:hover {
  background: #04130f;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.47;
  background-color: #14352a;
  background-blend-mode: luminosity;
}
@media (min-width: 60em) {
  .video-item {
    margin-bottom: 0;
    margin-right: 0.625em;
  }
}
@media (min-width: 80em) {
  .video-item {
    margin: 0;
  }
}

.ebook-item {
  width: 100%;
  max-width: 34.5em;
  height: 18.4375em;
  position: relative;
  background-color: #14352a;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}
.ebook-item:hover {
  background: #04130f;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ebook-item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.34;
  background-color: #14352a;
  background-blend-mode: luminosity;
}
@media (min-width: 60em) {
  .ebook-item {
    margin-bottom: 0;
    margin-left: 0.625em;
  }
}
@media (min-width: 80em) {
  .ebook-item {
    margin: 0;
  }
}

.rm-btn {
  letter-spacing: -0.8px;
  padding-left: 1.7058823529em;
  padding-right: 1.7058823529em;
  background-color: #56a35d;
}

.vi-content {
  position: absolute;
  top: 55.8%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vi-img {
  margin-bottom: 0.125em;
}

.vi-title {
  font-size: 1.5625em;
  display: block;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

/*=============== Resources Module End ===============*/
/*=============== Quote Section Module Start ===============*/
.quote-section-module {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.quote-section-module > .inner-wrap, .quote-section-module > .inner-wrap-narrow, .quote-section-module > .inner-wrap-wide, .quote-section-module > .inner-wrap-fullwidth {
  padding-bottom: 7.75em;
  padding-top: 5.4375em;
}

.qm-content-wrapper {
  padding: 5.125em 1.25em 0.875em 1.25em;
  background-color: rgba(255, 255, 255, 0.85);
}

.qm-heading {
  font-size: 1.5625em;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #1c1c1c;
  line-height: 1.4em;
  max-width: 29em;
  margin: 0 auto;
  margin-bottom: 1.48em;
}
.qm-heading span {
  font-style: italic;
  color: #66a96c;
}
@media (min-width: 40em) {
  .qm-heading {
    font-size: 1.875em;
    line-height: 1.3333333333em;
    margin-bottom: 1.2333333333em;
  }
}

.qm-btn-wrapper {
  text-align: center;
  padding-left: 0.0625em;
}

.contact-btn {
  border-color: #66a96c;
  color: #66a96c;
  padding: 1.1176470588em 1.7647058824em 1.1764705882em 1.7647058824em;
  letter-spacing: -0.5px;
  margin-bottom: 1.1764705882em;
}
@media (min-width: 40em) {
  .contact-btn {
    margin-right: 1.5294117647em;
    margin-bottom: 0;
  }
}

.rfq-btn {
  padding: 1.1176470588em 1.7647058824em 1.1764705882em 1.7647058824em;
  letter-spacing: -0.6px;
}

/*=============== Quote Section Module End ===============*/
.site-footer {
  background-color: #efefef;
  text-align: center;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1d1d1+0,f8f8f8+50,cbcbcb+100 */
  background: #d1d1d1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d1d1d1 0%, #f8f8f8 50%, #cbcbcb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d1d1d1 0%, #f8f8f8 50%, #cbcbcb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d1d1d1 0%, #f8f8f8 50%, #cbcbcb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1d1d1", endColorstr="#cbcbcb", GradientType=1);
  /* IE6-9 */
}
.site-footer .sf-footer-wrapper > .inner-wrap, .site-footer .sf-footer-wrapper > .inner-wrap-narrow, .site-footer .sf-footer-wrapper > .inner-wrap-wide, .site-footer .sf-footer-wrapper > .inner-wrap-fullwidth {
  padding-top: 6.3125em;
  padding-bottom: 2.125em;
  position: relative;
}
.site-footer .sf-logo-wrapper {
  margin-bottom: 1.0625em;
  position: absolute;
  top: -3.75em;
  left: 50%;
  transform: translateX(-50%);
}
.site-footer .sf-logo-wrapper .sf-logo {
  text-decoration: none;
  display: inline-block;
}
.site-footer .sf-logo-wrapper .sf-logo img {
  width: 11.1875em;
}
.site-footer .sf-nav-wrapper {
  margin-bottom: 2em;
}
.site-footer .sf-nav-wrapper .sf-nav {
  position: relative;
}
.site-footer .sf-nav-wrapper .sf-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0.625em 1.875em;
  position: relative;
}
.site-footer .sf-nav-wrapper .sf-nav li::after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1.0625em;
  width: 1px;
  background-color: gray;
  content: "";
  transform: translateY(-50%);
}
.site-footer .sf-nav-wrapper .sf-nav li:nth-last-child(1)::after {
  display: none;
}
.site-footer .sf-nav-wrapper .sf-nav li a {
  display: inline-block;
  text-decoration: none;
  color: #1c1c1c;
  font-size: 1.0625em;
  font-weight: 500;
}
.site-footer .sf-nav-wrapper .sf-nav li a:hover, .site-footer .sf-nav-wrapper .sf-nav li a:focus {
  color: #66a96c;
  text-decoration: underline;
}
@media (min-width: 40em) {
  .site-footer .sf-nav-wrapper .sf-nav li {
    padding: 0.625em 0.625em;
    margin: 0 5.7%;
  }
  .site-footer .sf-nav-wrapper .sf-nav li::after {
    right: -2.1875em;
  }
}
@media (min-width: 60em) {
  .site-footer .sf-nav-wrapper {
    padding-left: 2.8125em;
  }
  .site-footer .sf-nav-wrapper .sf-nav li {
    padding: 0.625em 0.625em;
    margin: 0 4.7%;
  }
  .site-footer .sf-nav-wrapper .sf-nav li::after {
    right: -2.5em;
  }
  .site-footer .sf-nav-wrapper .sf-nav li:nth-of-type(1) {
    margin-left: 0;
  }
  .site-footer .sf-nav-wrapper .sf-nav li:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media (min-width: 80em) {
  .site-footer .sf-nav-wrapper .sf-nav li {
    padding: 0 0.625em;
    margin: 0 5.7%;
  }
  .site-footer .sf-nav-wrapper .sf-nav li::after {
    right: -3.75em;
  }
}
.site-footer .sf-location-wrapper {
  margin-bottom: 1.4375em;
}
.site-footer .sf-location-wrapper .sf-location {
  display: inline-block;
  font-size: 1.0625em;
  padding-left: 1.7058823529em;
  background-image: url(img/location.svg);
  background-position: left 0.1176470588em top 0.2941176471em;
  background-repeat: no-repeat;
  background-size: 13px 18px;
  margin: 0;
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: -0.2px;
}
@media (max-height: 46em) and (min-width: 60em) {
  .site-footer .sf-location-wrapper .sf-location {
    background-size: 14px 14px;
  }
}
.site-footer .sf-contact-wrapper {
  margin-bottom: 1.3125em;
}
.site-footer .sf-contact-wrapper .sf-contact {
  font-weight: 600;
  font-size: 1.0625em;
  display: block;
  color: #1c1c1c;
  letter-spacing: -0.2px;
}
.site-footer .sf-contact-wrapper .sf-contact span {
  font-weight: normal;
}
.site-footer .sf-contact-wrapper .sf-contact a {
  text-decoration: none;
  color: #1c1c1c;
  font-weight: normal;
}
.site-footer .sf-contact-wrapper .sf-contact a:hover, .site-footer .sf-contact-wrapper .sf-contact a:focus {
  color: #66a96c;
  text-decoration: underline;
}
.site-footer .sf-contact-wrapper .sf-contact:nth-of-type(2) {
  position: relative;
}
.site-footer .sf-contact-wrapper .sf-contact:nth-of-type(2)::before {
  position: absolute;
  left: -1.3529411765em;
  top: 55%;
  transform: translateY(-50%);
  content: "";
  background-color: #1c1c1c;
  width: 0.0625em;
  height: 0.9375em;
  display: none;
}
.site-footer .sf-contact-wrapper .sf-contact:nth-of-type(2)::after {
  position: absolute;
  right: -1.2941176471em;
  top: 55%;
  transform: translateY(-50%);
  content: "";
  background-color: #1c1c1c;
  width: 0.0625em;
  height: 0.9375em;
  display: none;
}
@media (min-width: 40em) {
  .site-footer .sf-contact-wrapper .sf-contact {
    display: inline-block;
    margin: 0 1.25em;
  }
  .site-footer .sf-contact-wrapper .sf-contact:nth-of-type(2)::after {
    display: block;
  }
  .site-footer .sf-contact-wrapper .sf-contact:nth-of-type(2)::before {
    display: block;
  }
}
@media (min-width: 60em) {
  .site-footer .sf-contact-wrapper .sf-contact:nth-of-type(2) {
    position: relative;
  }
}
.site-footer .sf-social-wrapper > .inner-wrap, .site-footer .sf-social-wrapper > .inner-wrap-narrow, .site-footer .sf-social-wrapper > .inner-wrap-wide, .site-footer .sf-social-wrapper > .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer .sf-social-wrapper .sf-social li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.625em;
}
.site-footer .sf-social-wrapper .sf-social li .sf-social-logo {
  display: block;
}
.site-footer .sf-social-wrapper .sf-social li .sf-social-logo img {
  display: block;
}
.site-footer .sf-copyright {
  background-color: #14352a;
}
.site-footer .sf-copyright > .inner-wrap, .site-footer .sf-copyright > .inner-wrap-narrow, .site-footer .sf-copyright > .inner-wrap-wide, .site-footer .sf-copyright > .inner-wrap-fullwidth {
  padding-top: 0.9375em;
  padding-bottom: 1.125em;
}
.site-footer .sf-copyright p {
  font-size: 1.0625em;
}
.site-footer .sf-copyright p a {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}
.site-footer .sf-copyright p a:hover, .site-footer .sf-copyright p a:focus {
  color: #66a96c;
  text-decoration: underline;
}

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

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

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

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

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

.search-text {
  font-size: 0.8em;
  width: 100%;
  height: 2.3em;
  border: none !important;
  outline: none !important;
  float: left;
  padding-left: 0.5em;
  margin-bottom: 0 !important;
}

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

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

  .search-text {
    height: 2.3em;
  }

  .search-submit {
    height: 2.3em;
  }
}
.search-module {
  background-color: #66a96c;
  /*height: 8.5em;*/
  margin-top: -12.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-module.active {
  margin-top: 0;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
  padding: 1.2em 1.5em 0em;
}
@media (min-width: 40em) {
  .search-module {
    /*height: 4.3em;*/
    margin-top: -7.3em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .search-module {
    /* height: 8em;*/
    margin-top: -8em;
  }
}

.website-search-wrap {
  width: 100%;
  display: table;
}
@media (min-width: 40em) {
  .website-search-wrap {
    display: block;
    width: 48%;
  }
}

.plp-search-wrap {
  width: 100%;
  display: table;
}
@media (min-width: 40em) {
  .plp-search-wrap {
    display: block;
    width: 48%;
  }
}

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  position: absolute;
  top: -53px;
  right: -8px;
}
@media (min-width: 40em) {
  .search-exit {
    top: 10px;
    right: -15px;
  }
}

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

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

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

.alignright {
  margin: 0 auto;
  padding-top: 1.5em;
}
#menu-sitemap .sub-menu {
  padding-left: 1.5625em;
}

.page-id-5 .site-footer {
  margin-top: 0;
}

.global-cta .inner-wrap, .global-cta .inner-wrap-narrow, .global-cta .inner-wrap-wide, .global-cta .inner-wrap-fullwidth {
  padding-bottom: 5.625em;
}

.page-id-1251 .global-cta {
  display: none;
}
.page-id-1251 .site-footer {
  margin-top: 5em;
}
.page-id-1251 .contact-map {
  margin: 1.875em 0 0;
}
.page-id-1251 .contact-map iframe {
  height: 21.875em;
}
@media (min-width: 40em) {
  .page-id-1251 .rows-of-2 > * {
    margin-right: 0;
    width: 100%;
  }
  .page-id-1251 .contact-map iframe {
    height: 28.125em;
  }
}
@media (min-width: 60em) {
  .page-id-1251 .rows-of-2 > * {
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .page-id-1251 .rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .page-id-1251 .contact-map {
    margin: 2.375em 0 0;
  }
  .page-id-1251 .contact-map iframe {
    height: 33.4375em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .page-id-1251 .contact-map {
    margin: 3.75em 0 0;
  }
  .page-id-1251 .contact-map iframe {
    height: 33.4375em;
  }
}

.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 !important;
  padding-bottom: 0 !important;
}

.pdf-grid {
  padding: 20px;
  text-align: center;
}
.pdf-grid a img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.mfp-title {
  position: absolute !important;
  color: #1b4234 !important;
  background: #ffffff !important;
  padding: 0.625em !important;
  word-wrap: break-word !important;
  text-align: center !important;
  line-height: 18px !important;
  margin-top: 5px !important;
  width: 100% !important;
}

.popup-youtube {
  display: inline-block;
}

.table-caption {
  background-color: #1b4234;
  color: #ffffff;
  text-align: center;
  padding: 0.625em;
}

@media (min-width: 40em) {
  .table-image tr td {
    text-align: center;
    padding: 10px;
  }
}

@media (min-width: 40em) {
  .table-image tr th {
    text-align: center;
    padding: 10px;
  }
}

.welding-table-parent {
  overflow: auto;
}
.welding-table-parent .welding-table td {
  padding: 0.625em;
  border: 1px solid #000;
  word-break: break-all;
}

.alignright.popup-youtube {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}
@media (min-width: 40em) {
  .alignright.popup-youtube {
    padding-bottom: 1.5em;
  }
}

.image-gallery-module .lightbox {
  text-align: center;
  height: 10.9375em;
  position: relative;
  margin-bottom: 2.5em;
  display: block;
}
.image-gallery-module .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0.625em;
}

.page-id-1250 .site-content > .inner-wrap, .page-id-1250 .site-content > .inner-wrap-narrow, .page-id-1250 .site-content > .inner-wrap-wide, .page-id-1250 .site-content > .inner-wrap-fullwidth {
  padding-bottom: 0;
}

.bredSpace {
  visibility: hidden;
  display: block;
  padding: 0;
  margin: 0;
  height: 14.375em !important;
  margin-top: -14.375em !important;
}

span#respond {
  visibility: hidden;
  display: block;
  padding: 0;
  margin: 0;
  height: 14.375em !important;
  margin-top: -14.375em !important;
}

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

.page-id-1031 .global-cta {
  display: none;
}

.error404 .site-footer {
  margin-top: 3.125em;
}

strong {
  color: #1b4234;
}

/*
Back to top button 
*/
#back-top {
  position: fixed;
  bottom: 10px;
  margin: 0;
  padding: 0;
  right: 10px;
}
@media (min-width: 60em) {
  #back-top {
    bottom: 60px;
    right: 60px;
  }
}

#back-top a {
  cursor: pointer;
  display: block;
  font-size: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #1b4234;
  border-radius: 4px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.35, 0.75, 0.59, 0.93);
  transition: opacity 0.6s cubic-bezier(0.35, 0.75, 0.59, 0.93);
}

/* arrow icon (span tag) */
#back-top span {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  display: block;
  background: url(img/ico-arrow1-hover.svg) repeat-x center center;
  transform: rotate(270deg);
}

#back-top a:hover span {
  opacity: 1;
}

a.aligncenter {
  display: inline-block;
}

.qm-miusa {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 60em) {
  .qm-miusa {
    text-align: right;
    margin-top: -50px;
  }
}
@media (min-width: 80em) {
  .qm-miusa {
    text-align: right;
    margin-top: -56px;
  }
}
.qm-miusa a {
  text-decoration: none !important;
}

.ro3-contact {
  font-size: 0.8125em;
}
@media (min-width: 60em) {
  .ro3-contact {
    font-size: 1.0625em;
  }
}

.guides-logo {
  float: right;
  display: block;
  margin: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 40em) {
  .guides-logo {
    float: none;
    margin: 0 auto;
  }
}

@media (min-width: 40em) {
  .content-cta a {
    margin-right: 10px;
  }
}
@media (max-width: 40em) {
  .content-cta {
    text-align: center;
  }
  .content-cta a {
    margin: 10px;
  }
}

.video-details {
  text-align: center;
  position: relative;
  z-index: 2;
}
.video-details img {
  width: 280px !important;
  max-width: 100%;
}
@media (min-width: 40em) {
  .video-details {
    float: right;
    margin: 0.625em;
    margin-right: 0;
  }
}
.video-details .video-btn {
  display: block;
  width: 11.875em;
  margin: 0.625em auto;
}

.page-id-1241 .accordian-tabs-module .inner-wrap, .page-id-1241 .accordian-tabs-module .inner-wrap-narrow, .page-id-1241 .accordian-tabs-module .inner-wrap-wide, .page-id-1241 .accordian-tabs-module .inner-wrap-fullwidth {
  max-width: 85em;
  padding-top: 0;
}
.page-id-1241 .accordian-tabs-module .tab-link {
  width: 100%;
}
@media (min-width: 60em) {
  .page-id-1241 .accordian-tabs-module .tab-link {
    width: 19%;
    font-size: 1.125em;
  }
}
.page-id-1241 .accordian-tabs-module .multiple-cols-module .inner-wrap, .page-id-1241 .accordian-tabs-module .multiple-cols-module .inner-wrap-narrow, .page-id-1241 .accordian-tabs-module .multiple-cols-module .inner-wrap-wide, .page-id-1241 .accordian-tabs-module .multiple-cols-module .inner-wrap-fullwidth {
  max-width: 85em;
}
.page-id-1241 .multiple-cols-module .inner-wrap, .page-id-1241 .multiple-cols-module .inner-wrap-narrow, .page-id-1241 .multiple-cols-module .inner-wrap-wide, .page-id-1241 .multiple-cols-module .inner-wrap-fullwidth {
  padding-bottom: 1.5em !important;
}
@media (min-width: 40em) {
  .page-id-1241 .multiple-cols-module .inner-wrap, .page-id-1241 .multiple-cols-module .inner-wrap-narrow, .page-id-1241 .multiple-cols-module .inner-wrap-wide, .page-id-1241 .multiple-cols-module .inner-wrap-fullwidth {
    padding-bottom: 2.5em !important;
  }
}

.page-id-9 #menu-sitemap .sub-menu {
  display: block !important;
}

.mfp-bottom-bar {
  margin-top: -40px !important;
}

.mfp-title {
  margin-top: 0px !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
button.mfp-close,
button.mfp-arrow {
  outline: none !important;
}

.parent-pageid-1545 #breadcrumbs span span span a,
.parent-pageid-1741 #breadcrumbs span span span a,
.parent-pageid-1239 #breadcrumbs span span span a {
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-email-wrap {
    background-size: 20px 20px;
    background-position: top 1px left;
  }

  .sh-ph-wrap {
    background-size: 20px 20px;
    background-position: top 2px left;
  }

  .sh-ico-search {
    background-size: 20px 21px;
  }

  .pm-image-wrapper {
    height: 280px !important;
  }

  .pm-image-wrapper .pm-img {
    width: auto !important;
    position: absolute;
    top: 51%;
    left: 50.4%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .page-id-1251 .contact-map {
    margin-top: 19px;
  }

  .page-id-1251 .contact-map iframe {
    height: 535px;
  }
}
.site-content-primary a.blog-title {
  display: inline-block;
}

body .mfp-arrow {
  top: 50% !important;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
  margin-left: 20px !important;
}

.ce-header:focus:not(:hover):not(:active) {
  outline: 2px dotted #ff0000;
  outline-offset: -2px;
}

.click-expand-module .pdf-grid a {
  display: inline-block;
}

.page-id-1241 .accordion-tabs .tab-link:after {
  width: 0;
}
@media (min-width: 60em) {
  .page-id-1241 .accordion-tabs .tab-link {
    border-right: 0;
  }
  .page-id-1241 .accordion-tabs .tab-link:after {
    width: 1px;
    right: 0;
    height: 170%;
  }
  .page-id-1241 .accordion-tabs .tab-content {
    z-index: 2;
  }
}
@media (min-width: 80em) {
  .page-id-1241 .accordion-tabs .tab-link:after {
    height: 130%;
  }
}

@media (max-width: 40em) {
  .welding-table-parent .welding-table {
    table-layout: initial;
    display: block;
  }
  .welding-table-parent .welding-table td {
    white-space: nowrap;
  }
}

/*.page-id-1235 {
    .table-parent{
       span.tablesaw-cell-content img {
        display: block;
         margin: 0px auto;
        }  
        .tablesaw-stack td{
          word-break: initial !important;  
        } 
    }
    @include mq(small) {
        .tablesaw-stack {
            table-layout: initial;

            td {
                float: none;
                width: 100%;
                display: block;
                text-align: center;
                padding-top: em(15);
                padding-bottom: em(15);
                word-break: initial !important;
                border-bottom: 1px solid #ccc;
            }
        }

        .table-parent {
            overflow: auto;
        }

        .table-caption {
            padding: em(10) em(75);
        }

    }

    @include mq(medium) {
        .tablesaw-stack {
            thead {
                th {
                    word-break: break-word;
                }
            }
        }
    }
}*/
.page-id-1235 .table-parent span.tablesaw-cell-content img {
  display: block;
  margin: 0px auto;
}
.page-id-1235 .table-parent .tablesaw-stack td {
  word-break: initial !important;
}
@media (max-width: 39.9375em) {
  .page-id-1235 .tablesaw-stack {
    table-layout: initial;
  }
  .page-id-1235 .tablesaw-stack td {
    float: none;
    width: 100%;
    white-space: nowrap;
    display: table-cell;
    text-align: center;
    word-break: initial !important;
  }
  .page-id-1235 .table-parent {
    overflow: auto;
  }
  .page-id-1235 .table-caption {
    white-space: nowrap;
    display: table-cell;
    padding: 0.625em 4.6875em;
  }
}
@media (min-width: 40em) {
  .page-id-1235 .tablesaw-stack thead th {
    word-break: break-word;
  }
}

@media (min-width: 60em) {
  .thomas-badge-footer {
    float: left;
    margin-left: 50px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .thomas-badge-footer {
    margin-left: 53px;
  }
}
@media (max-height: 46em) and (min-width: 80em) {
  .thomas-badge-footer {
    margin-left: 20px;
  }
}

@media (min-width: 60em) {
  .usa-logo-footer {
    float: right;
    margin-top: -50px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .usa-logo-footer {
    margin-right: 19px;
    margin-top: -35px;
  }
}
@media (max-height: 46em) and (min-width: 80em) {
  .usa-logo-footer {
    margin-top: -37px;
    margin-right: -13px;
  }
}

@media (max-width: 40em) {
  .desk-view-badge {
    display: none;
  }
}
@media (min-width: 40em) {
  .desk-view-badge {
    display: none;
  }
}
@media (min-width: 60em) {
  .desk-view-badge {
    display: block;
  }
}

@media (max-width: 40em) {
  .mobile-view-badge {
    display: block;
    margin-top: 0.9375em;
  }
}
@media (min-width: 40em) {
  .mobile-view-badge {
    display: block;
    margin-top: 0.9375em;
  }
}
@media (min-width: 60em) {
  .mobile-view-badge {
    display: none;
  }
}

/********Home Video Module************/
.home-video-module .hvm-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
@media (min-width: 60em) {
  .home-video-module .hvm-wrapper {
    -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;
  }
}

.hvm-item {
  min-height: 30em;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 40em) {
  .hvm-item {
    min-height: 20em;
  }
}
@media (min-width: 40em) {
  .hvm-item {
    min-height: 20em;
  }
}
@media (min-width: 60em) {
  .hvm-item {
    min-height: 30em;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}

.left-hvm-item {
  background-color: #dbdbdb;
  position: relative;
}

.right-hvm-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.right-hvm-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
  height: 100%;
  background: #00000087;
  content: "";
}

@media (max-width: 40em) {
  .hvm-content-wrap {
    text-align: center;
    padding: 1.25em;
  }
}
@media (min-width: 40em) {
  .hvm-content-wrap {
    text-align: center;
    padding: 1.25em;
  }
}
@media (min-width: 60em) {
  .hvm-content-wrap {
    padding: 5.625em 6.75em 5.625em 6.5em;
    text-align: left;
  }
}

.hvm-icon {
  position: absolute;
  top: 45%;
  left: 45%;
}

.video-module-cta .hc-wrap {
  display: none;
}
@media (min-width: 60em) {
  .video-module-cta .cta-heading {
    width: 60%;
  }
}
@media (min-width: 60em) {
  .video-module-cta .search-form {
    width: 37%;
  }
}
.video-module-cta .search-submit {
  right: -10px !important;
}

.banner-img {
  margin-top: 10px;
}
@media (min-width: 60em) {
  .banner-img {
    margin-top: -79px;
    float: left;
  }
}

.owl-carousel#sync2 .owl-stage {
  transform: none !important;
}

.sh-utility-nav > span {
  padding-right: 32px;
  position: relative;
  top: 3px;
  color: #1b4234;
  font-weight: bold;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
}

@media only screen and (max-device-width: 1024px) {
  .sh-utility-nav > span {
    padding-right: 16px;
  }

  .sh-email-wrap {
    /*margin-right: 1em;*/
  }
}
@media (min-width: 80em) {
  .sh-email-wrap {
    margin-right: 3em;
  }
}
@media (min-width: 60em) {
  .sh-email-wrap {
    margin-right: 2em;
  }

  .sh-ph-wrap {
    margin-right: 2em;
  }
}
@media (min-width: 80em) {
  .slider-counter {
    right: 9.8235294118em;
  }

  .product-module #sync1.owl-theme .owl-nav {
    right: 0.3125em;
  }
}
/*============ Pillar Page Nav =======================*/
.page-intro-pillar > .inner-wrap, .page-intro-pillar > .inner-wrap-narrow, .page-intro-pillar > .inner-wrap-wide, .page-intro-pillar > .inner-wrap-fullwidth {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 60em) {
  .page-intro-pillar > .inner-wrap, .page-intro-pillar > .inner-wrap-narrow, .page-intro-pillar > .inner-wrap-wide, .page-intro-pillar > .inner-wrap-fullwidth {
    padding-top: 5.5em;
  }
}
.page-template-pillar-page {
  overflow-x: hidden;
}
.page-template-pillar-page .breadcrumb-menu {
  margin-bottom: 0;
}
.page-template-pillar-page .mfp-title {
  display: none;
}

.internal-links-nav {
  margin-top: -225px;
  background-color: rgba(239, 239, 239, 0.71);
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
  position: relative;
}
@media (min-width: 60em) {
  .internal-links-nav {
    margin-top: 0;
  }
}
.internal-links-nav .inner-wrap, .internal-links-nav .inner-wrap-narrow, .internal-links-nav .inner-wrap-wide, .internal-links-nav .inner-wrap-fullwidth {
  padding-top: 0.625em;
  padding-bottom: 1.25em;
}
.internal-links-nav ul {
  padding: 0;
}
.internal-links-nav li {
  width: 100%;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
}
@media (min-width: 60em) {
  .internal-links-nav li {
    padding: 0em 0.625em 0em;
  }
}
.internal-links-nav li a {
  display: block;
  color: #1C1C1C;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  outline: none !important;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
}
@media (min-width: 60em) {
  .internal-links-nav li a {
    display: flex;
    height: 6.0625em;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}
.internal-links-nav li:hover a {
  color: #ffffff;
  font-weight: 400;
  background-color: #1B4234;
  position: relative;
}
.internal-links-nav li:hover a:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 0;
  background-color: #56A35D;
}
@media (min-width: 60em) {
  .internal-links-nav.stuck {
    position: fixed;
    transition: none !important;
    z-index: 8;
    left: 0;
    width: 100%;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 6.93px 0.07px rgba(153, 153, 153, 0.44);
    box-shadow: 0 3px 6.93px 0.07px rgba(153, 153, 153, 0.44);
  }
  .internal-links-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .internal-links-nav li {
    width: 20%;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .internal-links-nav li a {
    display: flex;
    padding: 0 1.125em;
    font-weight: bold;
  }
  .internal-links-nav li.pillar-active a {
    color: #ffffff;
    background-color: #1B4234;
    position: relative;
    font-weight: 400;
  }
  .internal-links-nav li.pillar-active a:before {
    content: "";
    width: 12px;
    height: 100%;
    position: absolute;
    left: -12px;
    top: 0;
    background-color: #56A35D;
  }
}
.internal-links-nav.stuck {
  background-color: #ffffff;
  padding: 1em 0;
}
@media (min-width: 60em) {
  .internal-links-nav.stuck {
    padding: initial;
  }
}

@media (max-width: 959px) {
  .pillar-stuck {
    padding-top: 0 !important;
  }
}

.isn-wrap {
  padding: 0 1%;
}

/*============ Left Content Right Image Module =======================*/
.left-content-right-image-module {
  background-color: #EFEFEF;
  border-bottom: 8px solid #56A35D;
  padding-top: 8.125em;
  padding-bottom: 3.75em;
}
@media (min-width: 60em) {
  .left-content-right-image-module {
    padding-top: initial;
    padding-bottom: initial;
  }
}

.lcrim-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 60em) {
  .lcrim-wrap {
    flex-direction: row;
    align-items: center;
  }
}

.lcrim-content {
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.25em;
  padding-bottom: 1.875em;
}
@media (min-width: 60em) {
  .lcrim-content {
    width: 50%;
    padding-right: 4.6875em;
    padding-top: 0;
  }
}
@media (min-width: 80em) {
  .lcrim-content {
    padding-left: calc((100% - 70em) / 2);
  }
}

.lcrim-img {
  margin: auto;
  max-width: 25em;
  line-height: 0;
  padding: 0em 1.5em;
}
@media (min-width: 60em) {
  .lcrim-img {
    width: 50%;
    text-align: initial;
    margin: initial;
    max-width: initial;
    padding: initial;
    max-height: 52vh;
    overflow: hidden;
  }
}

.lcrim-heading {
  color: #1B4234;
  font-size: 2.1875em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 1.1428571429em;
}

.lcrim-text p {
  color: #1C1C1C;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  font-weight: 400;
}

/*============ How CD and Arc Stud Welding Differ Module =======================*/
.how-cd-and-arc-stud-welding-differ-module > .inner-wrap, .how-cd-and-arc-stud-welding-differ-module > .inner-wrap-narrow, .how-cd-and-arc-stud-welding-differ-module > .inner-wrap-wide, .how-cd-and-arc-stud-welding-differ-module > .inner-wrap-fullwidth {
  padding-top: 5em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-heading {
  color: #1B4234;
  font-size: 2.1875em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5714285714em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-desc {
  color: #1C1C1C;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  font-weight: 400;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #EFEFEF;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-video-module {
  margin-top: 2.5em;
  margin-bottom: 5em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video {
  line-height: 0;
  max-width: 25em;
  margin: 3.125em auto 0;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video {
    width: 50%;
    margin: initial;
    max-width: initial;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video .popup-youtube {
  position: relative;
  line-height: 0;
  border: 1px solid #707070;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video .popup-youtube:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video .popup-youtube:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(img/video-play-icon.svg);
  width: 3.125em;
  height: 3.125em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video .popup-youtube:after {
    width: 6.201875em;
    height: 6.20125em;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video .popup-youtube:hover:after, .how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video .popup-youtube:focus:after {
  opacity: 0.5;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-video .hcaswdmvm-caption {
  position: absolute;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1.4117647059em;
  color: #ffffff;
  bottom: 0.7647058824em;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-family: "Lato", sans-serif;
  left: 0;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-text {
  padding: 1em 2em 1em 2em;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-text {
    width: 50%;
    padding: 1em 4.0625em 0 2.5em;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-text h3 {
  color: #1C1C1C;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 2.0454545455em;
  position: relative;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-text h3:before {
  content: none;
  position: absolute;
  right: -70px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 80em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-text h3:before {
    content: "";
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-text h3 span {
  background-color: #efefef;
  padding-right: 1em;
  position: relative;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdmvm-desc p {
  color: #1C1C1C;
  font-size: 1.0625em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-heading {
  color: #1C1C1C;
  font-size: 1.375em;
  font-weight: bold;
  position: relative;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-heading:before {
  content: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-heading:before {
    content: "";
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-heading span {
  background-color: #ffffff;
  position: relative;
  padding-right: 1.25em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.4375em;
  flex-direction: column;
  margin-bottom: 3.4375em;
}
@media (min-width: 40em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-item {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 40em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-item {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-item {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-item:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 24%;
    transform: translateY(-50%);
    background-image: url(img/ico-arrow-new.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-title {
  display: block;
  color: #1C1C1C;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.8125em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module .hcaswdmim-caption {
  display: block;
  color: #1C1C1C;
  font-size: 1em;
  max-width: 12.9375em;
  margin: auto;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-icon-module.hcaswdm-icon-module-bottom {
  margin-top: 4.375em;
  margin-bottom: 0.625em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-application-module {
  border-top: 0.5px solid #1B4234;
  padding-top: 2em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-heading-wrap {
  background-color: #1B4234;
  padding: 0.5625em 1.25em 0.5625em 1.875em;
  position: relative;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-heading-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 100%;
  background-color: #56A35D;
  top: 0;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-title {
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.9090909091em;
  font-family: "Lato", sans-serif;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-body {
  background-color: #EFEFEF;
  padding: 2.5em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-lists {
  margin-bottom: 3.125em;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-lists {
    column-count: 2;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-lists li {
  color: #1C1C1C;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.6666666667em;
  position: relative;
  padding-left: 1.875em;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-lists li:before {
  content: "";
  width: 1.191875em;
  height: 1.191875em;
  position: absolute;
  left: 0;
  top: 0.375em;
  background-image: url(img/checkmark-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmpm-lists li strong {
  color: #1C1C1C;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 40em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-wrap {
    flex-direction: row;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-item {
  width: 100%;
  text-align: center;
}
@media (min-width: 40em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-item {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-item {
    width: 16.66%;
  }
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-heading {
  color: #1C1C1C;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.6875em;
  margin-bottom: 1.875em;
  padding-left: 1.875em;
  display: block;
  position: relative;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-heading:before {
  content: "";
  width: 1.191875em;
  height: 1.191875em;
  position: absolute;
  left: 0;
  top: 0.375em;
  background-image: url(img/checkmark-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-title {
  color: #1C1C1C;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  margin: 20px auto;
  max-width: 160px;
}
.how-cd-and-arc-stud-welding-differ-module .hcaswdm-panel-module .hcaswdmam-icon {
  max-width: 5.06375em;
  margin: auto;
  display: block;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module {
  margin-top: 4.375em;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .rm-heading {
  color: #1C1C1C;
  font-size: 1.375em;
  line-height: 2.0454545455em;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.3636363636em;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .rm-heading:before {
  content: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .resources-module .rm-heading:before {
    content: "";
  }
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .rm-heading span {
  background-color: #ffffff;
  position: relative;
  padding-right: 1.25em;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-link {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  font-weight: bold;
  color: #ffffff;
  height: 4.8235294118em;
  padding: 1.0588235294em;
  position: relative;
  background-color: #EFEFEF;
  color: #1C1C1C;
  border-bottom: 1px solid;
}
@media (max-width: 959px) {
  .how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-link {
    width: 100%;
  }
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-link {
    border: 0;
  }
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-link:after {
  background-color: #56A35D;
  height: 100%;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-link.is-active {
  background-color: #56A35D;
  color: #ffffff;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-link.is-active:before {
  content: "";
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 15px solid #56A35D;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-link.is-active:after {
  content: none;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-content {
  background-color: #ffffff;
  margin-top: 1.25em;
  border: 3px solid #56A35D;
  text-align: center;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .resources-module .accordion-tabs .tab-content {
    margin-top: 3.625em;
  }
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .rmd-cta {
  font-size: 0.9444444444em;
  background-color: transparent;
  color: #56A35D;
  border: 2px solid #56A35D;
  border-radius: 3px;
  min-width: 14.0588235294em;
  padding: 0.9411764706em 0.5882352941em;
  font-weight: 400;
  text-decoration: underline;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .rmd-cta span {
  display: inline-block;
  background-image: url(img/download-pdf-icon.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
  vertical-align: middle;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .rmd-cta:hover, .how-cd-and-arc-stud-welding-differ-module .resources-module .rmd-cta:focus {
  text-decoration: none;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .resources-cta {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module .resources-cta .rm-cta {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
}
.how-cd-and-arc-stud-welding-differ-module .resources-module.resources-module-bottom .tab-link {
  width: 100%;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .resources-module.resources-module-bottom .tab-link {
    width: 25%;
  }
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module {
  background-color: #EFEFEF;
  padding-bottom: 3.75em;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module {
    padding-bottom: 0;
  }
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-content {
  overflow: hidden;
  padding: 19px 24px 15px 24px;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-content {
    width: 50%;
    padding: 19px 65px 15px 30px;
  }
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-img {
  line-height: 0;
  max-width: 25em;
  margin: auto;
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-img {
    width: 50%;
    max-width: initial;
    margin: initial;
  }
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-heading {
  color: #1C1C1C;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 2.0454545455em;
  position: relative;
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-heading:before {
  content: none;
  position: absolute;
  right: -70px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 60em) {
  .how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-heading:before {
    content: "";
  }
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-heading span {
  background-color: #efefef;
  padding-right: 1em;
  position: relative;
}
.how-cd-and-arc-stud-welding-differ-module .arc-stud-welding-module .aswm-text p {
  color: #1C1C1C;
  font-size: 1.0625em;
}

/*=============== How Stud Welding Differs From Alternatives Module ===============*/
.how-stud-welding-module {
  border-top: 8px solid #56A35D;
}
.how-stud-welding-module > .inner-wrap, .how-stud-welding-module > .inner-wrap-narrow, .how-stud-welding-module > .inner-wrap-wide, .how-stud-welding-module > .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}
.how-stud-welding-module .hswm-heading {
  color: #1B4234;
  font-size: 2.1875em;
  font-weight: bold;
  margin-bottom: 0.8571428571em;
}
.how-stud-welding-module .hswm-text {
  margin-bottom: 2em;
}
.how-stud-welding-module .hswm-text p {
  color: #1C1C1C;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
}
.how-stud-welding-module .click-expand {
  margin-bottom: 1.9375em;
}
.how-stud-welding-module .click-expand .ce-header {
  position: relative;
  font-size: 1.375em;
  font-weight: bold;
}
.how-stud-welding-module .click-expand .ce-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: #56A35D;
}
.how-stud-welding-module .click-expand .ce-header:hover, .how-stud-welding-module .click-expand .ce-header:focus {
  background-color: #15443a;
}
.how-stud-welding-module .click-expand .ce-header:hover:before, .how-stud-welding-module .click-expand .ce-header:focus:before {
  background-color: #56A35D;
}
.how-stud-welding-module .click-expand.active .ce-header {
  background-color: #15443a;
}
.how-stud-welding-module .click-expand .ce-body {
  background-color: #efefef;
  padding: 0;
}
.how-stud-welding-module .click-expand .ce-body .table-container {
  overflow-x: auto;
}
.how-stud-welding-module .click-expand .ce-body table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  margin: 0;
}
.how-stud-welding-module .click-expand .ce-body th, .how-stud-welding-module .click-expand .ce-body td {
  padding: 16px 20px;
  text-align: center;
  vertical-align: middle;
  border: 0.5px solid #1B4234;
}
.how-stud-welding-module .click-expand .ce-body th {
  font-weight: 700;
  color: #1B4234;
  font-size: 1.375em;
  line-height: 1.4545454545em;
  font-family: "Lato", sans-serif;
}
.how-stud-welding-module .click-expand .ce-body th[colspan="2"] {
  text-align: center;
  font-size: 1.2em;
}
.how-stud-welding-module .click-expand .ce-body td:first-child {
  font-weight: 700;
  color: #1C1C1C;
}

/*=============== Stud Welding Equipment Module ===============*/
.stud-welding-equipment-module {
  border-top: 8px solid #56A35D;
}
.stud-welding-equipment-module > .inner-wrap, .stud-welding-equipment-module > .inner-wrap-narrow, .stud-welding-equipment-module > .inner-wrap-wide, .stud-welding-equipment-module > .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}
.stud-welding-equipment-module .swem-heading {
  color: #1B4234;
  font-size: 2.1875em;
  font-weight: bold;
  margin-bottom: 0.8571428571em;
}
.stud-welding-equipment-module .accordion-tabs .tab-link {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  font-weight: bold;
  color: #ffffff;
  height: 4.8235294118em;
  padding: 1.0588235294em;
  position: relative;
  background-color: #EFEFEF;
  color: #1C1C1C;
  border: 1px solid #56A35D;
}
@media (min-width: 60em) {
  .stud-welding-equipment-module .accordion-tabs .tab-link {
    border: 0;
  }
}
.stud-welding-equipment-module .accordion-tabs .tab-link:after {
  background-color: #56A35D;
  height: 100%;
  content: none;
}
@media (min-width: 60em) {
  .stud-welding-equipment-module .accordion-tabs .tab-link:after {
    content: "";
  }
}
.stud-welding-equipment-module .accordion-tabs .tab-link.is-active {
  background-color: #56A35D;
  color: #ffffff;
}
.stud-welding-equipment-module .accordion-tabs .tab-link.is-active:before {
  content: "";
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 15px solid #56A35D;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.stud-welding-equipment-module .accordion-tabs .tab-content {
  background-color: #ffffff;
  margin-top: 1.25em;
}
@media (min-width: 60em) {
  .stud-welding-equipment-module .accordion-tabs .tab-content {
    padding: 0 4.0625em 0 0;
    margin-top: 2.5em;
  }
}
.stud-welding-equipment-module .accordion-tabs .tab-content p {
  font-size: 1em;
  color: #1C1C1C;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.stud-welding-equipment-module .accordion-tabs .tab-content p strong {
  color: #1C1C1C;
}
.stud-welding-equipment-module .accordion-tabs .left-im {
  max-width: 25em;
  margin: auto;
  text-align: center;
  line-height: 0;
}
@media (min-width: 60em) {
  .stud-welding-equipment-module .accordion-tabs .left-im {
    float: left;
    margin: 0 2.5em 1.25em 0;
    width: 25em;
    max-width: 100%;
  }
}
@media (min-width: 80em) {
  .stud-welding-equipment-module .accordion-tabs .left-im {
    width: 34.25em;
  }
}
.stud-welding-equipment-module .accordion-tabs .left-im .lightbox {
  width: 100%;
  line-height: 0;
  border: 1px solid;
}

/*=============== Stud Welding Materials Module ===============*/
.stud-welding-materials-module {
  text-align: center;
  background-color: #EFEFEF;
  border-top: 8px solid #56A35D;
  padding-top: 3.125em;
  padding-bottom: 3.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media (min-width: 60em) {
  .stud-welding-materials-module {
    padding-bottom: 0;
    padding-left: initial;
    padding-right: initial;
  }
}
.stud-welding-materials-module .swmm-heading {
  color: #1B4234;
  font-size: 2.1875em;
  font-weight: bold;
  margin-bottom: 0.8571428571em;
}
.stud-welding-materials-module .swmm-desc {
  color: #1C1C1C;
  font-weight: bold;
  font-size: 1em;
}
.stud-welding-materials-module .swmm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 2.5em;
  margin-bottom: 5.25em;
}
@media (min-width: 40em) {
  .stud-welding-materials-module .swmm-wrap {
    justify-content: space-between;
  }
}
.stud-welding-materials-module .swmm-item {
  width: calc(100% - 10px);
  height: 14.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 3px;
}
@media (min-width: 40em) {
  .stud-welding-materials-module .swmm-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 60em) {
  .stud-welding-materials-module .swmm-item {
    width: calc(16.66% - 10px);
  }
}
.stud-welding-materials-module .swmm-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.71);
  border-radius: 3px;
}
.stud-welding-materials-module .swmm-content {
  position: absolute;
  width: 100%;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 60em) {
  .stud-welding-materials-module .swmm-content {
    padding-top: 2.5em;
    transform: none;
    top: auto;
  }
}
@media (min-width: 80em) {
  .stud-welding-materials-module .swmm-content {
    padding-top: 5.625em;
  }
}
.stud-welding-materials-module .swmm-content .swmm-title {
  display: block;
  font-size: 1.0625em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4117647059em;
  margin-bottom: 0.8823529412em;
  font-family: "Lato", sans-serif;
}
.stud-welding-materials-module .swmm-content .swmm-text {
  display: block;
  font-size: 1em;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: 400;
}

/*=============== Benefits of Stud Welding Module ===============*/
.benefits-of-stud-welding-module {
  background-color: #EFEFEF;
  border-top: 8px solid #56A35D;
  padding-bottom: 3.75em;
}
@media (min-width: 60em) {
  .benefits-of-stud-welding-module {
    padding-bottom: 0;
  }
}
.benefits-of-stud-welding-module .boswm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 60em) {
  .benefits-of-stud-welding-module .boswm-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.benefits-of-stud-welding-module .boswm-content {
  width: 100%;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-top: 1.25em;
  padding-bottom: 1.875em;
}
@media (min-width: 60em) {
  .benefits-of-stud-welding-module .boswm-content {
    width: 50%;
    padding-right: 3.125em;
  }
}
@media (min-width: 80em) {
  .benefits-of-stud-welding-module .boswm-content {
    padding-left: calc((100% - 70em) / 2);
    padding-bottom: 0;
  }
}
.benefits-of-stud-welding-module .boswm-img {
  line-height: 0;
  max-width: 25em;
  margin: auto;
  padding: 0 1.5em;
}
@media (min-width: 60em) {
  .benefits-of-stud-welding-module .boswm-img {
    width: 50%;
    max-width: initial;
    margin: initial;
    padding: initial;
  }
}
.benefits-of-stud-welding-module .boswm-heading {
  color: #1B4234;
  font-size: 2.1875em;
  font-weight: bold;
  margin-bottom: 0.8571428571em;
}
.benefits-of-stud-welding-module .boswm-text p {
  color: #1C1C1C;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 0 !important;
}
.benefits-of-stud-welding-module .boswm-text p strong {
  color: #1C1C1C;
}
.benefits-of-stud-welding-module .boswm-text:last-child {
  margin-bottom: 0;
}

/*=============== Applications of Stud Welding by Industry Module ===============*/
.applications-of-stud-welding-module {
  border-top: 8px solid #56A35D;
}
.applications-of-stud-welding-module .inner-wrap, .applications-of-stud-welding-module .inner-wrap-narrow, .applications-of-stud-welding-module .inner-wrap-wide, .applications-of-stud-welding-module .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}
.applications-of-stud-welding-module .aoswm-heading {
  color: #1B4234;
  font-size: 2.1875em;
  font-weight: bold;
  margin-bottom: 0.8571428571em;
}
.applications-of-stud-welding-module .aoswm-text {
  font-size: 1em;
  font-weight: bold;
  color: #1C1C1C;
}
.applications-of-stud-welding-module .aoswm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.125em;
  flex-direction: row;
  gap: 10px;
}
@media (min-width: 60em) {
  .applications-of-stud-welding-module .aoswm-wrap {
    flex-direction: row;
  }
}
.applications-of-stud-welding-module .aoswm-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1.25em;
}
@media (min-width: 60em) {
  .applications-of-stud-welding-module .aoswm-item {
    width: calc(50% - 10px);
  }
}
.applications-of-stud-welding-module .aoswm-icon {
  padding-right: 0.875em;
  width: 80px;
}
.applications-of-stud-welding-module .aoswm-desc {
  width: calc(100% - 66px);
}
@media (min-width: 60em) {
  .applications-of-stud-welding-module .aoswm-desc {
    max-width: 25em;
  }
}
.applications-of-stud-welding-module .aoswm-title {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.625em;
  color: #1C1C1C;
}
.applications-of-stud-welding-module .aoswm-txt {
  display: block;
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
}

.quote-section-module-new {
  text-align: left;
}
.quote-section-module-new .qm-content-wrapper {
  padding: 2.5em 1.5em 2.5em 1.5em;
}
@media (min-width: 60em) {
  .quote-section-module-new .qm-content-wrapper {
    padding: 2.5em 5.625em 2.5em 1.875em;
  }
}
.quote-section-module-new .qm-heading {
  text-align: left;
  color: #1B4234;
  font-weight: bold;
  font-size: 2.1875em;
  line-height: 1.2857142857em;
  max-width: 100%;
  margin-bottom: 0.8571428571em;
}
.quote-section-module-new .qm-content {
  margin-bottom: 2.5em;
}
.quote-section-module-new .qm-content p {
  color: #1C1C1C;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  font-weight: 400;
}

.rm-tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
}

.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: 1em auto;
  text-align: center;
}

@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: 1em 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 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* 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: 0.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: 0.3;
  left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

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

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

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

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

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

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

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

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.35em 0.7em;
  padding-left: 15px;
  word-break: break-all;
}

.tablesaw thead tr:first-child th {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 1.41em;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #1b4234;
}

.tablesaw tbody tr:nth-child(odd) {
  background-color: #efefef;
}

.tablesaw tbody tr td {
  line-height: 1.4625228519em;
  font-size: 15.38px;
  font-family: "Lato", sans-serif;
}
/* Table rows have a gray bottom stroke by default */
.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 0.6em 0 0;
    width: 100%;
  }

  /* 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: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 1.41em;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #1b4234;
    margin-bottom: 5px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
.tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 100%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
.tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

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

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

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

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

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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