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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #1f1f1f;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-size: 3.28125em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 3.9375em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 4.375em; } }

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

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

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

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

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

h1 {
  font-size: 3.28125em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #f1b909; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3.9375em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 4.375em; } }

h2 {
  font-size: 1.21875em;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  color: #7f868c; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.4625em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 1.875em; } }
  h2 a {
    text-decoration: none; }

h3 {
  font-size: 1em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #129689;
  font-family: "Open Sans";
  font-weight: normal; }
  @media (min-width: 40em) {
    h3 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h3 {
      font-size: 1.625em; } }

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

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

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

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

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1.625em;
  color: #129689;
  font-weight: normal; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #129689;
  text-decoration: underline; }
  a:hover {
    color: #0a524b; }
  a:active, a:focus {
    color: #0a524b;
    outline: none; }

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

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

blockquote {
  padding: 0;
  margin: 0; }

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

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

input,
label,
select, #form-extended label {
  display: block;
  font-family: "Open Sans";
  font-size: 1.25em; }

label, #form-extended label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after, #form-extended label.required:after {
    content: "*"; }
  label abbr, #form-extended 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,
input[type="hidden"],
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans";
  font-size: 1.25em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 90%; }
  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,
  input[type="hidden"]:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d8d7d7; }
  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,
  input[type="hidden"]:focus,
  select[multiple=multiple]:focus,
  select:focus {
    border-color: #129689;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(15, 127, 116, 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: 90%; }

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

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

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

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

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.25em;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/image/Replacement%20unit%20selector/ico-bullet-svg.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }
    ul:not([class]) li:not([class]) li {
      font-size: 1em; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.25em;
    line-height: 1.5em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-bullet.svg);
      background-position: center center;
      background-size: .25em;
      background-repeat: no-repeat; }
    @media (min-width: 60em) {
      .bullet-style li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .bullet-style li:last-child {
          margin-right: 0; }
        .bullet-style li:nth-child(2n) {
          margin-right: 0; }
        .bullet-style li:nth-child(2n+1) {
          clear: left; } }
    .bullet-style li li {
      font-size: 1em; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ol li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.125em;
    line-height: 1.5em; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }

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

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

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

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

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

.spec-thead {
  display: block; }

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

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

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

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

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

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

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

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #f1b909; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #c09307; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #c09307; }

.btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-alt-rep {
  background-color: #129689;
  border: 2px solid #129689; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-alt-rep:hover {
    background-color: #0d685f; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-alt-rep:after {
    background-color: #0d685f; }

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

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

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

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

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

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

.btn-alt-rep {
  background-color: #ffffff;
  color: #0d6c63; }
  .btn-alt-rep:after {
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-rep-finder-dgreen.svg);
    background-color: transparent; }
  .btn-alt-rep:hover {
    background-color: #e6e5e5;
    color: #0d6c63; }
  @media (min-width: 60em) {
    .btn-alt-rep:after {
      background-size: 2.5em;
      width: 4em; } }

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

.sn-level-1,
#hs_menu_wrapper_default > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_default > ul {
      height: 5em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_default > ul {
      height: 4em; } }
  @media (min-width: 80em) {
    .sn-level-1,
    #hs_menu_wrapper_default > ul {
      height: 5em; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: none;
  background-color: #f1b909;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.25em; font-weight: 600; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #60666b;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #60666b; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      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;
    display: none;
    display: none; }
    @media (max-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 {
        padding-right: 0em;
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: block;
        width: 40px;
        height: 2.5em;
        position: absolute;
        background-color: #e2ae08;
        right: 0;
        top: 0;
        bottom: 0; }
        .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
        .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
          transform: rotate(180deg); } }
    @media (min-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; } }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1.active,
  .hs-menu-depth-1.active {
    color: #ffffff; }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: #f1b909; }
    .sn-li-l1:hover > a,
    .hs-menu-depth-1:hover > a {
      color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      float: left;
      border-bottom: 0;
      border-right: none;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center;
      background-color: #ffffff;
      /*
    &:nth-child(1n) {
      width:20%;
    }
    &:nth-child(2n) {
      width:20%;
    }
    &:nth-child(3n) {
      width:20%;
    }
    &:nth-child(4n) {
      width:20%;
    }
    &:nth-child(5n) {
      width:20%;
      }*/ }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.25em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.75em;
        color: #60666b;
        height: 5em;
        line-height: 5em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #60666b; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        /* padding-right: 1em;
           background-size: em(10);
           display: inline; */
        background: none;
        padding-right: 0; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #60666b; }
          .sn-li-l1:hover > a span,
          .hs-menu-depth-1:hover > a span {
            border-bottom: 3px solid #129689;
            display: inline;
            padding-bottom: 0.5em; } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      border-right: none; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.875em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.525em;
        color: #60666b;
        height: 4em;
        line-height: 4em; } }
  @media (min-width: 80em) {
    .sn-li-l1 span,
    .hs-menu-depth-1 span {
      font-size: 1.1em; }
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 0.8em;
      height: 5em;
      line-height: 5em; } }

.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: 100;
      top: 4.375em;
      box-shadow: 0 18px 25px rgba(0, 0, 0, 0.12);
      min-width: 14.375em; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      top: 100%; } }
@media (min-width: 80em) {
    .sn-level-2, .hs-menu-children-wrapper {
    top: 100%;
    width: 28.125em;
    font-size: 1em;
  }
}
@media (min-width: 60em) {
.top-utility-nav #hs_menu_wrapper_default ul li:last-child{
  /*display: none!important;*/
}
}
.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff;
  text-align: left; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    color: #60666b;
    border-top: none;
    display: block;
    text-decoration: none;
    line-height: 3.125em; }
    .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; 
          text-wrap: wrap;
  }
    .sn-li-l2 > a:hover, .sn-li-l3 > a:hover,
    .hs-menu-depth-2 > a:hover {
      color: #ffffff; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #f1b909;
    color: #ffffff; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #ffffff; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 1.5em;
        line-height: 3.75em;
        border-top: none;
        border-right: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.0625em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #f1b909;
        color: #ffffff;
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-arrow-right-wht.svg);
        background-repeat: no-repeat;
        background-position: 16em center;
        background-size: 1em; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block;
          padding: 1.5625em; } }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: #ffffff; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 2em;
        line-height: 3.75em;
        border-top: none;
        border-right: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.0625em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #f1b909; } }

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

.sn-li-l3 {
  background-color: #477DCA; }
  @media (min-width: 60em) {
    .sn-li-l3 {
      float: left;
      margin-right: 1%;
      width: 48.8212%;
      padding-right: 5%; }
      .sn-li-l3 a {
        padding-left: 1em; }
        .sn-li-l3 a:hover {
          color: #f1b909;
          font-weight: bold; }
      .sn-li-l3:first-child {
        width: 100%;
        margin: 0;
        padding: 0 0 1.5em;
        border-bottom: 1px solid #ffffff;
        font-family: "Open Sans"; }
        .sn-li-l3:first-child > a {
          font-weight: 500;
          text-transform: uppercase;
          font-size: 1.5em;
          color: #60666b;
          height: auto;
          line-height: inherit; }
        .sn-li-l3:first-child:hover {
          background: none; }
      .sn-li-l3:hover {
        background-color: transparent;
        background-position: 95% center;
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-arrow-right.svg); } }

.site-nav-container {
  background-color: #f1b909;
  width: 17em;
  height: 100%;
  left: -17em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    left: 0; }
@media (min-width: 40em) {
  .site-nav-container.active {
    left:auto; right:0; }
}
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      clear: both; } }
  @media (min-width: 60em) {
    .site-nav-container {
      float: right;
      clear: none;
      margin-right: 0.625em; } }
  @media (min-width: 80em) {
    .site-nav-container {
      margin-right: 0; } }

.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); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  font-family: "Raleway";
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #60666b;
  border-radius: 0.1875em;
  text-decoration: none; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .ce-header:after {
    content: '+';
    color: #129689;
    padding-left: 8px;
    position: absolute;
    right: 0.3125em; }

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

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

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

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

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
    }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #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: #1f1f1f;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #1f1f1f;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #1f1f1f;
  min-width: 200px; }

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0; }

#slidebox, #slidebox1 {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #f1b909; }
  @media (min-width: 40em) {
    #slidebox, #slidebox1 {
      width: auto; } }

#slidebox1 {
  text-align: center; }
  #slidebox1 a.close {
    background-color: #0d685f;
    color: #ffffff;
    top: -1.5em; }
    #slidebox1 a.close:hover {
      background-color: #129689; }
  #slidebox1.home-page-slidebox {
    right: -100%;
    padding: 0.3125em;
    max-width: 28.125em;
    -webkit-transition: right 0.5s linear;
    -moz-transition: right 0.5s linear;
    transition: right 0.5s linear; }
    #slidebox1.home-page-slidebox a.close {
      background-color: #f1b909 !important;
      border-radius: 0;
      color: #fff;
      display: block;
      font-size: 1.25em;
      font-weight: bold;
      height: 1.65em;
      right: -0.1em;
      text-decoration: none;
      top: -1.65em;
      width: 1.75em; }
    #slidebox1.home-page-slidebox img {
      display: block;
      width: 100%; }

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

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

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

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

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

figure {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

/*=============== Layouts  ===============*/
.page-intro {
  background-color: #f1f1f1; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=============== Site Header ===============*/
.site-logo {
  max-width: 12.75em;
  width: 100%; }
  @media (min-width: 60em) {
    .site-logo {
      float: left;
      margin-right: 0; } }
  @media (min-width: 80em) {
    .site-logo {
      margin-top: 0.8em !important;
      margin-right: 2em; 
    } 

}

.site-header-wrap {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/hero-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.dest-site-header-wrap {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/dest-hero-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .dest-site-header-wrap.gdd-004-b-dest-site-header-wrap {
    background-image: none; }
.dest-site-header-wrap.gdd-004-b-dest-site-header-wrap .dest-site-intro{
position:relative;
}
    .dest-site-header-wrap.gdd-004-b-dest-site-header-wrap .dest-site-intro .dsi-heading:after {
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/image/Replacement%20unit%20selector/AdobeStock_275979345_Preview.jpeg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      opacity:0.2;
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
display:block;
 }

/*.gdd-004-b-dest-site-header-wrap{
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/gdd-004-b-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  }*/
.site-header .top-utility-nav {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  text-align: right; }
  .site-header .top-utility-nav .rfq-btn {
    color:#fff;
    float: left; }
    @media (min-width: 40em) {
      .site-header .top-utility-nav .rfq-btn {
        display: none; } }
  .site-header .top-utility-nav #hs_cos_wrapper_default {
    display: inline-block; }
  .site-header .top-utility-nav #hs_menu_wrapper_default ul {
    margin-top: 0.4em;
    height: auto;
    line-height: inherit; }
    .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item {
      display: none;
      vertical-align: middle;
      margin-left: 1em;
      height: auto;
      line-height: inherit;
      background: none; }
      .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item a {
        text-decoration: none;
        font-size: 1em;
        color: #129689;
        height: auto;
        line-height: inherit;
        padding: 0; }
        @media (min-width: 60em) {
          .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item a {
            font-size: 1.125em; } }
      .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:nth-last-child(2) {
        display: inline-block;
        float: right; }
        .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:nth-last-child(2) a {
          display: inline-block;
          float: right;
          position: relative;
          padding-right: 3em; }
          .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child a:after {
            content: '';
            position: absolute;
            top: -0.25em;
            right: 0;
            background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-rep-finder.svg);
            background-size: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            width: 2.3em;
            height: 2.3em; }
      @media (min-width: 40em) {
        .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item {
          display: inline-block;
          margin-left: 0.5em; }
          .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child {
            float: none; } }
      @media (min-width: 60em) {
        .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item {
          margin-left: 3.5em; }
          .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child {
            float: none; } }
    @media (min-width: 40em) {
      .site-header .top-utility-nav #hs_menu_wrapper_default ul {
        float: right;
        margin-top: 0; } }

@media (min-width: 80em) {
  .site-header {
    height: 10.4375em; } }
.site-header {
z-index: 2;
}
.sh-sticky-wrap {
  background-color: #ffffff; position: relative;
    z-index: 100;}
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding-bottom: 1em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1;
    background-color: #ffffff;
    position: relative; }
    @media (min-width: 80em) {
      .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
        padding-top: 1.5em;
        padding-bottom: 1.1em; } }
  @media (min-width: 60em) {
    .sh-sticky-wrap.stuck {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 999;
      -webkit-box-shadow: 0 0 10px 0 #9c9a9a;
      box-shadow: 0 0 10px 0 #9c9a9a;
      font-size: 0.95em;
      font-weight: 600; }
      .sh-sticky-wrap.stuck .inner-wrap, .sh-sticky-wrap.stuck .inner-wrap-narrow, .sh-sticky-wrap.stuck .inner-wrap-wide, .sh-sticky-wrap.stuck .inner-wrap-fullwidth {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        max-width: 100%; }
        .sh-sticky-wrap.stuck .inner-wrap .site-logo, .sh-sticky-wrap.stuck .inner-wrap-narrow .site-logo, .sh-sticky-wrap.stuck .inner-wrap-wide .site-logo, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .site-logo {
          width: 12%;
          margin-top: 1.25em !important; }
        .sh-sticky-wrap.stuck .inner-wrap .sh-ico-search, .sh-sticky-wrap.stuck .inner-wrap-narrow .sh-ico-search, .sh-sticky-wrap.stuck .inner-wrap-wide .sh-ico-search, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .sh-ico-search {
          border-bottom-left-radius: 0;
          border-top-left-radius: 0; }
        .sh-sticky-wrap.stuck .inner-wrap .rfq-btn, .sh-sticky-wrap.stuck .inner-wrap-narrow .rfq-btn, .sh-sticky-wrap.stuck .inner-wrap-wide .rfq-btn, .sh-sticky-wrap.stuck .inner-wrap-fullwidth .rfq-btn {
          border-radius: 0;
          font-weight: 600; }
      .sh-sticky-wrap.stuck .sh-utility-nav {
        margin-bottom: 0; } }

.sh-utility-nav {
  overflow: hidden;
  text-align: right;
  float: right;
  margin-top: 0.3em; }
  .sh-utility-nav .rfq-btn {
    color:#fff;
    display: none; }
    @media (min-width: 40em) {
      .sh-utility-nav .rfq-btn {
        display: inline-block;
        height: 5em;
        line-height: 4.5em;
        padding: 0 2em; }
        .sh-utility-nav .rfq-btn span {
          font-size: 1.25em; } }
    @media (min-width: 60em) {
      .sh-utility-nav .rfq-btn {
        height: 4em;
        line-height: 3.5em;
        padding: 0 1em; }
        .sh-utility-nav .rfq-btn span {
          font-size: 14px; } }
    @media (min-width: 80em) {
      .sh-utility-nav .rfq-btn {
        height: 5em;
        line-height: 4.5em;
        padding: 0 2em; }
        .sh-utility-nav .rfq-btn span {
          font-size: 1.25em; } }
  @media (min-width: 40em) {
    .sh-utility-nav {
      margin-top: 0;
      margin-bottom: 0.5em; } }
  @media (min-width: 80em) {
    .sh-utility-nav {
      margin-bottom: 0; } }

.hs-content-id-5269594750 .rfq-btn {
  padding: 0 1em; }

.sh-icons {
  float: right; }

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

.sh-ph {
  margin: 0; }
  .sh-ph i {
    font-style: normal; }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1.625em; } }

.sh-ico-search {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-search.svg); }
  @media (min-width: 40em) {
    .sh-ico-search {
      background-color: #e7e7e7;
      background-position: center 1.25em;
      float: left;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background-size: 2.5em auto;
      padding: 1.25em 2em;
      height: 5em; }
      .sh-ico-search span {
        display: none; } }
  @media (min-width: 60em) {
    .sh-ico-search {
      padding: 1.25em 3em; } }

.sh-ico-menu {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-nav.svg); }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  position: relative;
  text-align: center; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @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: 8.7em;
        padding-bottom: 6em; } }
  .site-intro .si-heading {
    font-size: 3.28125em;
    color: #50555a;
    text-shadow: 2px 2px 10px #ffffff;
    font-weight: 500; }
    @media (min-width: 40em) {
      .site-intro .si-heading {
        font-size: 3.9375em; } }
    @media (min-width: 60em) {
      .site-intro .si-heading {
        font-size: 4.375em; } }
    .site-intro .si-heading span {
      font-size: 0.4714285714285714em;
      display: block;
      margin-bottom: 1em;
      color: #0d6c63;
      font-weight: 500; }
    @media (min-width: 60em) {
      .site-intro .si-heading {
        margin-bottom: 0.31em; }
        .site-intro .si-heading span {
          margin-bottom: 0.85em; } }
  .site-intro .si-subheading {
    font-size: 1.21875em;
    color: #0d6c63;
    font-family: "Open Sans"; }
    @media (min-width: 40em) {
      .site-intro .si-subheading {
        font-size: 1.4625em; } }
    @media (min-width: 60em) {
      .site-intro .si-subheading {
        font-size: 1.875em; } }
    @media (min-width: 80em) {
      .site-intro .si-subheading {
        font-size: 2em;
        margin-top: 0; } }
  .site-intro .si-cta-wrap .si-cta1,
  .site-intro .si-cta-wrap .si-cta2 {
    font-weight: 500;
    font-size: 1.25em;
    margin-bottom: 1em; }
  .site-intro .si-cta-wrap .si-cta1 {
    padding-right: 3.5em !important;
    border: 2px solid white; }
  @media (min-width: 60em) {
    .site-intro .si-cta-wrap {
      margin-top: 4em; }
      .site-intro .si-cta-wrap .si-cta1,
      .site-intro .si-cta-wrap .si-cta2 {
        padding: 1.35em 1.5em;
        margin-right: 1em;
        margin-bottom: 0; }
      .site-intro .si-cta-wrap .si-cta2 {
        padding-right: 5em;
        font-weight: 600;
        margin-right: 0; } }

.dest-site-intro {
  text-align: center; }
  @media (min-width: 60em) {
    .dest-site-intro {
      text-align: left; } }
  .dest-site-intro .inner-wrap, .dest-site-intro .inner-wrap-narrow, .dest-site-intro .inner-wrap-wide, .dest-site-intro .inner-wrap-fullwidth {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (min-width: 60em) {
      .dest-site-intro .inner-wrap, .dest-site-intro .inner-wrap-narrow, .dest-site-intro .inner-wrap-wide, .dest-site-intro .inner-wrap-fullwidth {
        padding-top: 4.4em;
        padding-bottom: 5.5em; } }
  .dest-site-intro .dsi-heading h1 {
    font-size: 1.875em;
    color: #0d6c63;
    font-weight: 600;
    font-family: "Open Sans";
    margin: 0; }
    @media (min-width: 40em) {
      .dest-site-intro .dsi-heading h1 {
        font-size: 2.25em; } }
    @media (min-width: 60em) {
      .dest-site-intro .dsi-heading h1 {
        font-size: 2.5em; } }

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

.site-content-dest .inner-wrap, .site-content-dest .inner-wrap-narrow, .site-content-dest .inner-wrap-wide, .site-content-dest .inner-wrap-fullwidth {
  padding-top: 3.5em; }

.site-content-primary p {
  color: #363636;
  margin: 1.5em 0;
  line-height: 1.8em; }

.site-content-primary p.emph, .site-content-primary .section-header-wrap p, .section-header-wrap .site-content-primary p, .site-content-primary .page-intro p, .page-intro .site-content-primary p {
  font-size: 1.625em;
  color: #129689;
  font-weight: normal;
  margin: 1em 0 1em;
  line-height: 1.55em; }

.site-content-secondary.col-4 {
  margin-right: 0; }

.site-content-secondary .scs-wrap {
  background-color: #59b5ac;
  padding: 2.6em 1.8em 2.6em 1.5em;
  max-width: 18.8125em;
  width: 82.5%;
  margin: 1.5em auto; }
  @media (min-width: 40em) {
    .site-content-secondary .scs-wrap {
      float: right; } }

.site-content-secondary .scs-header {
  color: #ffffff;
  padding: 0;
  margin: 0 0 1em;
  font-size: 1.625em;
  font-weight: bold; }

.site-content-secondary .scs-nav #hs_menu_wrapper_default {
  background: none; }
  .site-content-secondary .scs-nav #hs_menu_wrapper_default ul {
    padding: 0;
    margin: 0;
    display: block;
    background: none;
    height: auto; }
    .site-content-secondary .scs-nav #hs_menu_wrapper_default ul li.hs-menu-item {
      padding: 0.7em 0;
      margin: 0.5em 0;
      line-height: 1.2em;
      border-bottom: 1px solid #30a398;
      background: none;
      height: auto;
      float: none;
      text-align: left;
      font-size: 1.25em; }
      .site-content-secondary .scs-nav #hs_menu_wrapper_default ul li.hs-menu-item:after {
        display: none; }
      .site-content-secondary .scs-nav #hs_menu_wrapper_default ul li.hs-menu-item a {
        color: #ffffff;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        padding: 0; }
        .site-content-secondary .scs-nav #hs_menu_wrapper_default ul li.hs-menu-item a:hover {
          color: #f1b909;
          text-shadow: 1px 1px 2px #0d6c63; }
      .site-content-secondary .scs-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #1f1f1f;
  text-align: center;
  color: #ffffff; }
  @media (min-width: 60em) {
    .site-footer {
      text-align: left; } }
  .site-footer .sf-primary .sfp-address-wrap {
    clear: both;
    padding-top: 1.5em; }
    @media (min-width: 40em) {
      .site-footer .sf-primary .sfp-address-wrap {
        clear: inherit;
        padding-top: 0; } }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-address-wrap {
        padding-left: 4em; } }
  .site-footer .sf-primary .sfp-nav-wrap #hs_menu_wrapper_default ul {
    height: auto;
    line-height: inherit;
    background: none;
    display: block; }
    .site-footer .sf-primary .sfp-nav-wrap #hs_menu_wrapper_default ul li.hs-menu-item {
      height: auto;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%;
      line-height: 2.1em !important;
      text-align: left;
      background: none; }
      .site-footer .sf-primary .sfp-nav-wrap #hs_menu_wrapper_default ul li.hs-menu-item:last-child {
        margin-right: 0; }
      .site-footer .sf-primary .sfp-nav-wrap #hs_menu_wrapper_default ul li.hs-menu-item:nth-child(2n) {
        margin-right: 0; }
      .site-footer .sf-primary .sfp-nav-wrap #hs_menu_wrapper_default ul li.hs-menu-item:nth-child(2n+1) {
        clear: left; }
      .site-footer .sf-primary .sfp-nav-wrap #hs_menu_wrapper_default ul li.hs-menu-item a {
        font-size: 1.25em;
        color: #ffffff;
        text-decoration: none;
        height: auto;
        line-height: inherit;
        padding: 0;
        /*             &.rep-log{
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-rep-finder-gray.svg);
  background-size: 1.7em;
  background-repeat: no-repeat;
  background-position: right em(-3);
  padding-right: 2.5em;
  } */ }
        .site-footer .sf-primary .sfp-nav-wrap #hs_menu_wrapper_default ul li.hs-menu-item a:hover {
          color: #f1b909; }
  .site-footer .sf-primary .sfp-title {
    color: #129689;
    font-size: 1.75em;
    font-weight: bold;
    font-family: "PT Sans";
    margin-bottom: 1em; }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-title {
        margin-bottom: 0.5em;
        margin-top: 0.8em; } }
  .site-footer .sf-primary .sfp-address {
    font-size: 1.125em; }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-address {
        font-size: 1.25em;
        line-height: 1.7em; }
        .site-footer .sf-primary .sfp-address span {
          display: block; } }
  .site-footer .sf-primary .sfp-ph {
    font-size: 1.125em;
    font-weight: 600;
    margin: 1.5em 0; }
    .site-footer .sf-primary .sfp-ph > span {
      display: inline-block; }
      .site-footer .sf-primary .sfp-ph > span:first-child {
        margin-right: 1.5em; }
    @media (min-width: 60em) {
      .site-footer .sf-primary .sfp-ph {
        font-size: 1.25em; }
        .site-footer .sf-primary .sfp-ph > span:first-child {
          margin-right: 3em; } }
span.sfp-light {
            font-weight: 400;
        }
        span.first-ph {
             margin-bottom: 15px;
             display: inline-block;
        }
  @media (min-width: 60em) {
    .site-footer .sf-secondary {
      margin-top: 2em; } }
  @media (min-width: 80em) {
    .site-footer .sf-secondary {
      margin-top: 3em; } }
  @media (min-width: 40em) {
    .site-footer .sf-secondary .sfs-social {
      float: right; } }
  @media (min-width: 60em) {
    .site-footer .sf-secondary .sfs-social {
      padding-left: 5em; } }
  .site-footer .sf-secondary .social-wrap {
    width: 11em;
    margin: 0 auto 4em; }
    .site-footer .sf-secondary .social-wrap a {
      width: 25%; }
    .site-footer .sf-secondary .social-wrap img {
      width: 1.5em; }
    @media (min-width: 40em) {
      .site-footer .sf-secondary .social-wrap {
        margin-bottom: 1em; } }
    @media (min-width: 60em) {
      .site-footer .sf-secondary .social-wrap {
        margin-top: 0.5em; } }
    @media (min-width: 80em) {
      .site-footer .sf-secondary .social-wrap {
        margin-bottom: 0;
        /*width: 9em;*/
        float: left; } }
  .site-footer .search-form {
    width: 80%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 40em) {
      .site-footer .search-form {
        width: 100%; } }
    @media (min-width: 60em) {
      .site-footer .search-form {
        float: right; } }
    @media (min-width: 80em) {
      .site-footer .search-form {
        width: 55%;
        margin-right: 2em; } }
  .site-footer .search-text {
    float: none;
    background-color: #5c5c5c !important;
    padding-right: 2.5em;
    color: #ffffff;
    border: none !important;
    display: block !important; }
    .site-footer .search-text:focus {
      background-color: #5b6066 !important; }
    @media (min-width: 60em) {
      .site-footer .search-text {
        width: 100% !important; } }
    @media (min-width: 80em) {
      .site-footer .search-text {
        height: 2.5em !important;
        background-size: 2.2em; } }
  .site-footer .search-submit {
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-search-dark.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.2em !important;
    position: absolute;
    right: 0;
    top: 0.4em;
    width: 2.2em;
    height: 2.5em; }
    .site-footer .search-submit.active {
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-search-light.svg) !important; }
  .site-footer .sfs-company {
    font-size: 1.0625em;
    font-weight: 600;
    font-family: "PT Sans";
    margin-top: 2em; }
    @media (min-width: 40em) {
      .site-footer .sfs-company {
        margin-top: 2em; } }
    @media (min-width: 60em) {
      .site-footer .sfs-company {
        margin-top: 0;
        font-size: 1.375em; } }

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

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

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-search.svg) no-repeat center center !important; }

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

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

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }

/*=============== 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: $blue;
  padding-bottom: em(10);
  @include mq(medium) {
    display: none;
  }
  } */
/*=============== BreadCrumb Menu ===============*/
.breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  display: block;
  background: none;
  height: auto; }
  .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 0;
    padding-right: 1.5em;
    font-size: 1.125em;
    padding-top: 0 !important;
    background: none;
    height: auto;
    line-height: inherit; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider:before {
      content: "/";
      color: #7f868c;
      height: 1.5625em;
      position: absolute;
      right: 0;
      top: 0;
      width: 1.25em; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-label {
      color: #7f868c;
      text-decoration: underline; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item .hs-breadcrumb-label:hover {
        color: #f1b909;
        text-decoration: none; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb {
      height: 1.6em;
      padding-left: 2em;
      padding-right: 0.5em;
      margin-right: 0.2em; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb .hs-breadcrumb-label {
        padding: 0.3125em 0.9375em 0.1875em 0.9375em;
        position: relative; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:after {
        display: none; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:before {
        background: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-breadcrumb-home.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        content: "";
        height: 1.5625em;
        position: absolute;
        left: 0;
        top: 0;
        width: 1.5625em; }
      .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb:after {
        left: 30px; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label {
      text-decoration: none;
      color: #129689;
      font-weight: 600; }
    .breadcrumb-menu-wrapper #hs_menu_wrapper_breadcrumb_nav ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb:after {
      display: none; }

/*=============== Resource Section ===============*/
.resource-section {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/resource-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }
  .resource-section .inner-wrap-narrow {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (min-width: 60em) {
      .resource-section .inner-wrap-narrow {
        padding-top: 4.5em;
        padding-bottom: 6em; } }
  .resource-section .rs-header {
    color: #ffffff;
    font-family: "Raleway";
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.5em;
    width: 55%;
    margin: 0 auto; }
  .resource-section .rs-cta1 {
    margin: 2em auto 0;
    display: inline-block;
    font-size: 1.25em;
    padding: 1.2em 1.5em; }

/*=============== Resource Module ===============*/
.resources-product-module {
  text-align: center; }
  .resources-product-module .rpm-header {
    color: #129689;
    font-size: 2.5em;
    font-weight: 500;
    font-family: "Raleway"; }
  .resources-product-module img {
    max-width: 21.25em;
    width: 100%;
    margin: 2em auto;
    display: block; }
  .resources-product-module .rpm-para {
    color: #252525;
    font-weight: normal;
    line-height: 1.8em; }
    .resources-product-module .rpm-para a {
      display: block;
      font-weight: bold;
      color: #f1b909; }
      .resources-product-module .rpm-para a:hover {
        color: #a78006; }

/*=============== Logo Module ===============*/
.logo-module {
  background-color: #f1f1f1; }
  .logo-module .inner-wrap-narrow {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (min-width: 60em) {
      .logo-module .inner-wrap-narrow {
        padding-top: 3.5em;
        padding-bottom: 3.5em; } }
  .logo-module .lm-header {
    color: #373737;
    font-size: 2.1875em;
    font-family: "Raleway";
    font-style: italic;
    text-align: center; }
    @media (min-width: 60em) {
      .logo-module .lm-header {
        float: left;
        margin-top: 1.3em;
        font-size: 1.875em;
        text-align: left; } }
    @media (min-width: 80em) {
      .logo-module .lm-header {
        font-size: 2.1875em;
        font-weight: 400; } }
  @media (min-width: 60em) {
    .logo-module .flexslider {
      float: right;
      width: 75%; } }
  .logo-module .flexslider .slides .product-grid-item {
    border: none;
    background-color: transparent;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .logo-module .flexslider .slides .product-grid-item:last-child {
      margin-right: 0; }
    .logo-module .flexslider .slides .product-grid-item:nth-child(2n) {
      margin-right: 0; }
    .logo-module .flexslider .slides .product-grid-item:nth-child(2n+1) {
      clear: left; }
    .logo-module .flexslider .slides .product-grid-item img {
      width: auto; }
    @media (min-width: 60em) {
      .logo-module .flexslider .slides .product-grid-item {
        float: left;
        display: block;
        margin-right: 5.3576515979%;/*2.3576515979%;*/
        width:18.2317613015%; /*23.2317613015%;*/
        margin-bottom: 0; }
        .logo-module .flexslider .slides .product-grid-item:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .logo-module .flexslider .slides .product-grid-item:nth-child(2n+1) {
          clear: none; }
        .logo-module .flexslider .slides .product-grid-item:last-child {
          margin-right: 0; }
        .logo-module .flexslider .slides .product-grid-item:nth-child(4n) {
          margin-right: 0; }
        .logo-module .flexslider .slides .product-grid-item:nth-child(4n+1) {
          clear: left; } }
  .logo-module .flexslider .flex-direction-nav a {
    top: 55%; }
  .logo-module .flexslider .flex-direction-nav .flex-next {
    right: -10px; }
    @media (min-width: 60em) {
      .logo-module .flexslider .flex-direction-nav .flex-next {
        right: -50px; } }
  .logo-module .flexslider .flex-direction-nav .flex-prev {
    left: -10px; }
    @media (min-width: 60em) {
      .logo-module .flexslider .flex-direction-nav .flex-prev {
        left: -50px; } }

/*=============== Products and Accessories Module Style ===============*/
.products-and-accessories-module .inner-wrap, .products-and-accessories-module .inner-wrap-narrow, .products-and-accessories-module .inner-wrap-wide, .products-and-accessories-module .inner-wrap-fullwidth {
  padding-bottom: 0;
  padding-top: 2em; }
  @media (min-width: 60em) {
    .products-and-accessories-module .inner-wrap, .products-and-accessories-module .inner-wrap-narrow, .products-and-accessories-module .inner-wrap-wide, .products-and-accessories-module .inner-wrap-fullwidth {
      padding-bottom: 2.6875em;
      padding-top: 3.6875em; } }

.paam-wrap {
  padding: 3.75em 0 4.375em 0; }
  @media (min-width: 60em) {
    .paam-wrap {
      font-size: 1.1vw;
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/paam-wrap-bg.jpg);
      background-repeat: no-repeat;
      background-position: right top; } }
  @media (min-width: 80em) {
    .paam-wrap {
      font-size: 1em; } }

.paam-heading {
  font-size: 2.0625em;
  line-height: 1em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.1515151515em;
  color: #50555a;
  font-weight: 500; }
  @media (min-width: 40em) {
    .paam-heading {
      font-size: 2.5em; } }

.paam-subheading {
  display: none; }
  @media (min-width: 40em) {
    .paam-subheading {
      display: block;
      color: #129689;
      font-size: 1.125em;
      line-height: 1em;
      text-align: center;
      font-weight: 500;
      margin-top: 0.9444444444em; }
      .paam-subheading span {
        display: inline-block;
        vertical-align: top;
        padding: 0 2em;
        position: relative; }
        .paam-subheading span:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          width: 1.1111111111em;
          height: 0.0555555556em;
          background-color: #129689; }
        .paam-subheading span:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 1.1111111111em;
          height: 0.0555555556em;
          background-color: #129689; } }

.products-wrap {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 0.125em; }
  @media (min-width: 60em) {
    .products-wrap {
      padding-left: 4em;
      margin-bottom: 1.125em; } }

.accessories-wrap {
  position: relative;
  padding-left: 2.5em; }
  .accessories-wrap .accordion-tabs-products .tab-link {
    background-color: #0d6c63; }
    .accessories-wrap .accordion-tabs-products .tab-link:hover {
      color: #ffffff;
      background-color: #c09307; }
    .accessories-wrap .accordion-tabs-products .tab-link.is-active {
      color: #ffffff;
      background-color: #c09307; }
    @media (min-width: 60em) {
      .accessories-wrap .accordion-tabs-products .tab-link {
        padding: 0.95em 1.75em 0.9em 1.75em; } }
  @media (min-width: 60em) {
    .accessories-wrap {
      padding-left: 4em; }
      .accessories-wrap .accordion-tabs-products .tab-content {
        top: -14.75em; } }

.paam-products-heading {
  height: 100%;
  width: 2.375em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fae4a1; }
  @media (min-width: 60em) {
    .paam-products-heading {
      width: 3.75em; } }
  .paam-products-heading span {
    color: #129689;
    position: absolute;
    top: 57%;
    left: 0;
    font-size: 1.25em;
    line-height: 1em;
    width: 100%;
    height: 1.25em;
    font-weight: 600;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }

.accordion-tabs-products .tab-header-and-content {
  margin-top: 0.125em; }
  .accordion-tabs-products .tab-header-and-content:first-child {
    margin-top: 0; }

.accordion-tabs-products .tab-link {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #ffffff;
  padding: 1em 0.25em;
  display: block;
  font-weight: 600;
  background-color: #129689;
  text-align: center;
  text-decoration: none; }
  .accordion-tabs-products .tab-link:hover {
    color: #ffffff;
    background-color: #c09307; }
  .accordion-tabs-products .tab-link.is-active {
    color: #ffffff;
    background-color: #c09307; }
  @media (min-width: 60em) {
    .accordion-tabs-products .tab-link {
      text-align: left;
      border-radius: 5px;
      width: 11em;
      padding: 1.45em 1.75em 1.45em 1.75em; } }

.accordion-tabs-products .tab-content {
  text-align: center;
  display: none;
  background-color: #f1f1f1;
  padding: 1.25em 1.25em 0.9375em 1.25em; }
  .accordion-tabs-products .tab-content.is-open {
    display: block; }
  @media (min-width: 40em) {
    .accordion-tabs-products .tab-content {
      text-align: left;
      background-color: transparent; } }
  @media (min-width: 60em) {
    .accordion-tabs-products .tab-content {
      position: absolute;
      left: 22.8125em;
      width: 73%;
      top: 0;
      padding: 0.625em 0;
      z-index: 9; } }

.paam-item-img {
  margin-bottom: 1.6875em; }
  .paam-item-img img {
    max-width: 21.625em;
    width: 50%;
    display: block;
    border-radius: 50%;
    margin: 0 auto; }
    @media (min-width: 40em) {
      .paam-item-img img {
        width: 21.625em;
        height:21.625em;
      } }

.paam-item-heading {
  display: none;
  font-size: 1.875em;
  line-height: 1em;
  color: #129689;
  font-weight: 400; }
  @media (min-width: 40em) {
    .paam-item-heading {
      display: block;
      margin-bottom: 1.7666666667em; } }

.paam-item-text {
  display: none;
  font-size: 1.25em;
  line-height: 1.8em;
  color: #363636; }
  @media (min-width: 40em) {
    .paam-item-text {
      display: block;
      margin-bottom: 4.2em; } }

.paam-item-content {
  padding: 0 7% 0 0; }

.paam-item-cta {
  font-size: 1.25em;
  padding: 1.2em 2.7em; }

/*=============== Applications Module Style ===============*/
.am-heading {
  font-size: 2.0625em;
  line-height: 1em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #50555a;
  font-weight: 500; }
  @media (min-width: 40em) {
    .am-heading {
      font-size: 2.5em;
      margin-top: 1.575em;
      margin-bottom: 1.525em; } }

.am-item {
  float: left;
  width: 50%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-decoration: none;
  font-size: 2.5vw;
  overflow: hidden;
  position: relative; }
  .am-item .am-item-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 1.625em;
    color: #ffffff;
    width: 100%;
    padding: 1em 0;
    text-align: center;
    font-weight: 600;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .am-item .am-item-title span {
      max-width: 11.9230769231em;
      width: 80%;
      padding: 0 0.5em;
      display: inline-block; }
  .am-item img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .am-item .am-item-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .am-item:hover .am-item-title {
    background-color: rgba(18, 150, 137, 0.7);
    padding: 1em 0; }
  .am-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .am-item:nth-of-type(2n):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #ffffff; }
  @media (min-width: 40em) {
    .am-item {
      font-size: 1.6vw;
      width: 33.33%; }
      .am-item:nth-of-type(2):after, .am-item:nth-of-type(4):after {
        display: none; }
      .am-item:nth-of-type(3):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border-right: 1px solid #ffffff; } }
  @media (min-width: 60em) {
    .am-item {
      font-size: 1em; } }

/*=============== Google Custom Search ===============*/
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important; }

.gsc-search-box {
  background: none !important; }
  .gsc-search-box td {
    padding: 0;
    border-bottom: 0 !important; }

.gssb_c {
  z-index: 500000000 !important;
  margin: 0 !important; }

.gsc-clear-button {
  display: none !important; }

.gsc-adBlock,
.gsc-adBlockVertical {
  height: 0 !important;
  display: none !important; }

.gs-web-image-box {
  display: none; }

/* If preview text too far left, add this
.gs-result .gs-snippet {
  margin-left: 9px;
}
*/
.gsc-resultsHeader {
  display: none; }

.gsc-search-box td {
  vertical-align: top !important; }

.gsc-above-wrapper-area {
  border-bottom: 0 !important; }

.gsc-input {
  border: 1px solid transparent !important; }
  .gsc-input input {
    background: #fff !important; }

.gsc-table-result {
  margin: 0; }

.cta-center {
  text-align: center; }
  .cta-center a {
    text-decoration: none; }

.resource-library-section .product-grid-item {
  color: #129689; }
  .resource-library-section .product-grid-item:hover {
    color: #f1b909; }

.resource-library-section .product-grid-item-img {
  max-height: 14.375em; }

.rc-video iframe {
  width: 100%;
  height: 17.3125em; }

@media (min-width: 60em) {
  .con-add {
    float: left;
    margin-right: 1em;
    width: 50%; } }

.con-map {
  text-align: center; }
  @media (min-width: 60em) {
    .con-map {
      float: right;
      width: 45%; } }
  .con-map iframe {
    width: 21.875em;
    height: 21.875em;
    margin-top: 3em; }
  .con-map a {
    display: inline-block;
    vertical-align: top; }

/* Landing page style */
.lp-page .site-header {
  height: auto; }
  .lp-page .site-header .inner-wrap, .lp-page .site-header .inner-wrap-narrow, .lp-page .site-header .inner-wrap-wide, .lp-page .site-header .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }
    .lp-page .site-header .inner-wrap .site-logo, .lp-page .site-header .inner-wrap-narrow .site-logo, .lp-page .site-header .inner-wrap-wide .site-logo, .lp-page .site-header .inner-wrap-fullwidth .site-logo {
      margin-top: 0 !important; }

.lp-page .dest-site-intro .inner-wrap-narrow {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  @media (min-width: 60em) {
    .lp-page .dest-site-intro .inner-wrap-narrow {
      padding-top: 4.4em;
      padding-bottom: 5.5em; } }

.lp-page.site-footer .inner-wrap-narrow {
  padding-bottom: 1.5em;
  padding-top: 1.5em; }
  .lp-page.site-footer .inner-wrap-narrow .sf-secondary {
    margin-top: 0; }
    .lp-page.site-footer .inner-wrap-narrow .sf-secondary .sfs-company {
      margin-bottom: 0; }
    .lp-page.site-footer .inner-wrap-narrow .sf-secondary .sfs-social {
      margin-right: 0;
      padding-left: 0;
      width: auto; }

.hs-site-page .site-content-secondary .hbspt-form,
.hs-site-page .site-content-primary .hbspt-form,
.hs-landing-page .site-content-secondary .hbspt-form,
.hs-landing-page .site-content-primary .hbspt-form {
  max-width: 43.75em;
  width: 60%;
  clear: both;
  margin: 2em auto; }
  .hs-site-page .site-content-secondary .hbspt-form .hs-input,
  .hs-site-page .site-content-primary .hbspt-form .hs-input,
  .hs-landing-page .site-content-secondary .hbspt-form .hs-input,
  .hs-landing-page .site-content-primary .hbspt-form .hs-input {
    max-width: inherit; }

.hs-site-page .site-content-secondary .hs-form,
.hs-site-page .site-content-primary .hs-form,
.hs-landing-page .site-content-secondary .hs-form,
.hs-landing-page .site-content-primary .hs-form {
  font-size: 0.75em; }
  .hs-site-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input,
  .hs-site-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input,
  .hs-landing-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input,
  .hs-landing-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display .hs-input {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
    width: auto !important; }
  .hs-site-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span,
  .hs-site-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span,
  .hs-landing-page .site-content-secondary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span,
  .hs-landing-page .site-content-primary .hs-form fieldset .hs-form-checkbox .hs-form-checkbox-display span {
    display: inline-block;
    vertical-align: middle; }

/* Sitemap Page Style */
.sitemap .hs_cos_wrapper #hs_menu_wrapper_default {
  background-color: transparent; }
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul {
    display: block;
    height: auto; }
    .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item {
      display: block;
      flex: inherit;
      float: none;
      height: auto;
      line-height: initial;
      position: inherit;
      text-align: left;
      width: auto;
      margin: 1em 0; }
      .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item a {
        display: block;
        flex: inherit;
        float: none;
        height: auto;
        line-height: initial;
        position: inherit;
        text-align: left;
        width: auto;
        color: #129689;
        text-decoration: none;
        padding: 0;
        margin: 0; }
        .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item a:hover {
          background: transparent;
          color: #f1b909; }
      .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item ul.hs-menu-children-wrapper {
        display: block;
        margin-left: 1em;
        background: none;
        box-shadow: none;
        position: initial; }
      .sitemap .hs_cos_wrapper #hs_menu_wrapper_default ul .hs-menu-item:hover {
        background: transparent;
        color: #1f1f1f; }
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default .sn-li-l1,
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default .hs-menu-depth-1 {
    background-color: transparent; }
  .sitemap .hs_cos_wrapper #hs_menu_wrapper_default .m-subnav-arrow {
    display: none; }

.btp-link {
  font-size: 0.75em; }

.btn-dehumidifier-catalog, .btn-free-project, .btn-hotel, .btn-residential-pool, .btn-therapy-pool {
  padding: 1.875em 5.3125em 1.75em 1.25em;
  position: relative;
  margin-bottom: 0.625em;
  text-align: left; }
  .btn-dehumidifier-catalog:after, .btn-free-project:after, .btn-hotel:after, .btn-residential-pool:after, .btn-therapy-pool:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 1.4375em;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/catalog-icon-white.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    width: 3.875em;
    height: 3.875em; }
  .btn-dehumidifier-catalog.btn-rep-finder:after, .btn-rep-finder.btn-free-project:after, .btn-rep-finder.btn-hotel:after, .btn-rep-finder.btn-residential-pool:after, .btn-rep-finder.btn-therapy-pool:after {
    background-image: url("https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/ico-rep-finder-white.svg");
    background-position: center center;
    background-size: 100% auto; }
  @media (min-width: 40em) {
    .btn-dehumidifier-catalog, .btn-free-project, .btn-hotel, .btn-residential-pool, .btn-therapy-pool {
      padding: 1.875em 9.5625em 1.75em 3.125em; }
      .btn-dehumidifier-catalog:after, .btn-free-project:after, .btn-hotel:after, .btn-residential-pool:after, .btn-therapy-pool:after {
        right: 3.125em; } }

.btn-title {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.25em; }

.btn-subtitle {
  font-weight: normal;
  font-size: 1.125em; }

.btn-free-project {
  font-size: 1.25em;
  padding: 1.5625em 3em 1.375em 0.75em; }
  .btn-free-project:after {
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/project-analysis-white.svg);
    background-size: 100% auto;
    top: 0.375em;
    right: 0.125em;
    width: 3.25em;
    height: 3.25em; }
  @media (min-width: 40em) {
    .btn-free-project {
      padding: 1.5625em 5.375em 1.375em 1.375em; }
      .btn-free-project:after {
        right: 1.375em; } }

.btn-hotel, .btn-residential-pool, .btn-therapy-pool {
  padding: 1.25em 5.3125em 1.125em 1.25em; }
  .btn-hotel:after, .btn-residential-pool:after, .btn-therapy-pool:after {
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/hotel-icon-white.svg);
    width: 4.5625em;
    height: 5.8125em;
    top: 0.5em; }
  @media (min-width: 40em) {
    .btn-hotel, .btn-residential-pool, .btn-therapy-pool {
      padding: 1.25em 9.5625em 1.125em 3.125em; } }

.btn-residential-pool:after {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/swimmingpool-icon-white.svg);
  background-size: 100% auto;
  width: 4.5625em;
  height: 5.8125em;
  top: 1.25em; }

@media (min-width: 40em) {
  .btn-residential-pool {
    padding: 1.25em 12.1875em 1.125em 3.125em; } }

.btn-therapy-pool:after {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/therapy-pool-white.svg);
  width: 4.5625em;
  height: 5.8125em;
  top: 1.25em; }

@media (min-width: 40em) {
  .btn-therapy-pool {
    padding: 1.25em 10.875em 1.125em 3.125em; } }

/* gdd 003 b */
.gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link {
  position: relative;
  background-color: #0d6c63;
  opacity: 0.4; }
  .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link.is-active, .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link:hover {
    background-color: #0d6c63;
    box-shadow: 0 0 15px #00342c inset;
    opacity: 1; }
    .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link.is-active:after, .gdd-003-b-products-and-accessories-module .accordion-tabs-products .tab-link:hover:after {
      content: "";
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/arrow-active.svg);
      background-position: right center;
      background-repeat: no-repeat;
      position: absolute;
      right: -1.25em;
      top: 43%;
      width: 1.125em;
      height: 0.9375em; }

.prs-cta {
  padding: 0.9375em 2.1875em 0.9375em 2.1875em;
  border-radius: 0px !important;
  font-weight: 600;
  font-size: 0.875em; }

.prs-cta-item {
  text-align: center; }

.guide-text {
  margin-top: 16px !important;
  font-weight: 400;
  font-size: 22px; }

.download-text {
  padding-left: 0;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  font-weight: 800; }
  .download-text:after {
    position: absolute;
    content: "";
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/Products%20and%20Accessories%20Module/download-2.svg?t=1509957531747);
    top: 1px;
    right: -25px;
    width: 19px;
    height: 16px;
    background-size: 22px 20px;
    background-repeat: no-repeat; }

.prs-header {
  text-align: center;
  color: #129689;
  font-weight: 600;
  font-size: 2.25em; }

.popular-resource-section {
  background-color: #e2eeee; }
  .popular-resource-section .cta_button {
    text-decoration: none; }
  .popular-resource-section p {
    text-align: center; }

.two-column-alt.gdd-001-b-two-column-alt .site-content-primary h2 {
  color: #129689;
  font-weight: 600; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-primary h2:first-child {
    margin-top: 0; }

.two-column-alt.gdd-001-b-two-column-alt .site-content-primary p {
  color: #62676d; }

@media (min-width: 60em) {
  .two-column-alt.gdd-001-b-two-column-alt .site-content-primary {
    float: right;
    margin-right: 0;
    width: 29.762%; } }

.two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form {
  background-color: #efefef;
  border-top: 4px solid #129689;
  padding: 1.25em 0.625em 1.875em; }
  @media (min-width: 40em) {
    .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form {
      padding: 4.5em 1.8333333333em 5.3333333333em; } }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form label {
    font-size: 1.3333333333em;
    font-weight: 600;
    padding-left: 0.5em;
    margin-bottom: 0.5em; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="color"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="date"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime-local"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="email"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="month"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="number"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="password"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="search"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="tel"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="text"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="time"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="url"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="week"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="hidden"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select[multiple="multiple"],
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: none;
    padding: 0.8666666667em;
    width: 100%; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="color"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="date"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="datetime-local"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="email"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="month"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="number"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="password"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="search"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="tel"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="text"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="time"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="url"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="week"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form textarea:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="hidden"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select[multiple="multiple"]:focus,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select:focus {
    border: 1px solid #129689;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(15, 127, 116, 0.7); }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .hs-form-field {
    margin-bottom: 1.0666666667em; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form select {
    height: 3.2em !important;
    margin-bottom: 0.7333333333em;
    max-width: 100%;
    width: 100%; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field .input,
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-1 .hs-form-field .input {
    margin-right: 0; }
    .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field .input .hs-input,
    .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-1 .hs-form-field .input .hs-input {
      width: 100%; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form input[type="submit"] {
    border-radius: 2px;
    font-size: 1.5em;
    font-weight: 600;
    padding: 1.1111111111em 3.5555555556em;
    margin-top: 1.6666666667em; }

@media (min-width: 60em) {
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary {
    float: left;
    margin-right: 4.358%;
    width: 65.8808%; } }

.gdd-001-one-column .site-content-primary {
  text-align: center; }
  .gdd-001-one-column .site-content-primary h2 {
    color: #129689;
    font-weight: 600;
    font-size: 2.5em;
    margin: 0.45em 0; }
  .gdd-001-one-column .site-content-primary p {
    color: #62676d;
    margin: 0.8em 0; }
  .gdd-001-one-column .site-content-primary .hs-form {
    text-align: left;
    background-color: #efefef;
    padding: 0; }
    @media (min-width: 40em) {
      .gdd-001-one-column .site-content-primary .hs-form {
        padding: 0; } }
    .gdd-001-one-column .site-content-primary .hs-form label {
      font-size: 1.3333333333em;
      font-weight: 600;
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
    .gdd-001-one-column .site-content-primary .hs-form textarea,
    .gdd-001-one-column .site-content-primary .hs-form input[type="color"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="date"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime-local"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="email"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="month"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="number"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="password"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="search"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="tel"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="text"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="time"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="url"],
    .gdd-001-one-column .site-content-primary .hs-form input[type="week"],
    .gdd-001-one-column .site-content-primary .hs-form textarea,
    .gdd-001-one-column .site-content-primary .hs-form input[type="hidden"],
    .gdd-001-one-column .site-content-primary .hs-form select[multiple="multiple"],
    .gdd-001-one-column .site-content-primary .hs-form select {
      border: 1px solid #c9c9c9;
      border-radius: 3px;
      box-shadow: none;
      padding: 0.8666666667em;
      width: 100%; }
    .gdd-001-one-column .site-content-primary .hs-form textarea:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="color"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="date"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="datetime-local"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="email"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="month"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="number"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="password"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="search"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="tel"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="text"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="time"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="url"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="week"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form textarea:focus,
    .gdd-001-one-column .site-content-primary .hs-form input[type="hidden"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form select[multiple="multiple"]:focus,
    .gdd-001-one-column .site-content-primary .hs-form select:focus {
      border: 1px solid #129689;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(15, 127, 116, 0.7); }
    .gdd-001-one-column .site-content-primary .hs-form .hs-form-field {
      margin-bottom: 1.0666666667em; }
    .gdd-001-one-column .site-content-primary .hs-form select {
      height: 3.2em !important;
      margin-bottom: 0.7333333333em;
      max-width: 100%;
      width: 100%; }
    .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field .input,
    .gdd-001-one-column .site-content-primary .hs-form .form-columns-1 .hs-form-field .input {
      margin-right: 0; }
      .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field .input .hs-input,
      .gdd-001-one-column .site-content-primary .hs-form .form-columns-1 .hs-form-field .input .hs-input {
        width: 100%; }
    .gdd-001-one-column .site-content-primary .hs-form input[type="submit"] {
      border-radius: 2px;
      font-size: 1.5em;
      font-weight: 600;
      padding: 1.1111111111em 3.5555555556em;
      margin-top: 1.6666666667em; }
    .gdd-001-one-column .site-content-primary .hs-form .form-section-heading {
      border-top: 4px solid #129689;
      margin-top: 0;
      padding-top: 1.25em;
      position: relative;
      font-size: 2em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:before, .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:after {
        border-top: 4px solid #129689;
        content: "";
        height: auto;
        position: absolute;
        top: -0.1666666667em;
        width: 100%; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:before {
        left: -0.7083333333em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-heading:after {
        right: -0.7083333333em; }
    .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator {
      background-color: #ffffff;
      position: relative;
      margin: 0;
      height: 2.6666666667em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:before, .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:after {
        background-color: #ffffff;
        content: "";
        height: 100%;
        position: absolute;
        top: 0em;
        width: 50%; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:before {
        left: -1.1333333333em; }
      .gdd-001-one-column .site-content-primary .hs-form .form-section-seperator:after {
        right: -1.1333333333em; }
    .gdd-001-one-column .site-content-primary .hs-form .hs_submit {
      background: #ffffff;
      text-align: center; }
    .gdd-001-one-column .site-content-primary .hs-form fieldset {
      padding: 0 1.4375em; }
    @media (min-width: 40em) {
      .gdd-001-one-column .site-content-primary .hs-form .hs-form-radio,
      .gdd-001-one-column .site-content-primary .hs-form .hs-form-checkbox {
        float: left;
        margin-bottom: 1.25em; } }
    .gdd-001-one-column .site-content-primary .hs-form .hs-form-checkbox-display > span,
    .gdd-001-one-column .site-content-primary .hs-form .hs-form-radio-display > span {
      float: left;
      padding-right: 0.625em; }

.gdd-001-b-site-footer {
  text-align: center; }

.site-footer.gdd-001-site-footer {
  text-align: center; }

@media screen and (min-width: 430px) {
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0px;
    margin-left: 8px; }
  .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px; }
  .gdd-001-one-column .site-content-primary .hs-form .form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0px;
    margin-left: 8px; }
  .two-column-alt.gdd-001-b-two-column-alt .site-content-secondary .hs-form .form-columns-2 .hs-form-field:last-child label {
    padding-left: 16px; } }

#resp-slidebox {
  z-index: 0;
  position: relative; }
  @media (min-width: 60em) {
    #resp-slidebox {
      background: #129689;
      color: #ffffff;
      text-align: center;
      position: relative;
      font-size: 18px !important;
      font-weight: 300;
      top: -500px;
      transition: all ease-in 0.5s;
      height: 0;
      opacity: 0; }
      #resp-slidebox.active {
        z-index: 0;
        opacity: 1;
        top: 0; }
        #resp-slidebox.active .inner-wrap, #resp-slidebox.active .inner-wrap-narrow, #resp-slidebox.active .inner-wrap-wide, #resp-slidebox.active .inner-wrap-fullwidth {
          height: 60px;
          max-width: 100%; }
      #resp-slidebox .inner-wrap, #resp-slidebox .inner-wrap-narrow, #resp-slidebox .inner-wrap-wide, #resp-slidebox .inner-wrap-fullwidth {
        background: #129689;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        height: 0; }
      #resp-slidebox a.close {
        background-color: transparent !important;
        text-align: center;
        float: left;
        padding: 0;
        font-size: 0.9em;
        border-radius: 0.1875em;
        position: absolute;
        cursor: pointer;
        top: 7px;
        right: 1em;
        text-decoration: none;
        z-index: 2; }
        #resp-slidebox a.close:hover {
          background-color: unset !important; }
      #resp-slidebox .slidebox-btn {
        padding-top: 0.6111111111em;
        padding-right: 0.9444444444em;
        padding-bottom: 0.6666666667em;
        padding-left: 0.9444444444em;
        margin-left: 0.8333333333em;
        position: relative; } }

.gdd-004-b-page-heading {
  background-color: #128689; }
  .gdd-004-b-page-heading > .inner-wrap, .gdd-004-b-page-heading > .inner-wrap-narrow, .gdd-004-b-page-heading > .inner-wrap-wide, .gdd-004-b-page-heading > .inner-wrap-fullwidth {
    max-width: 64.375em; }
  .gdd-004-b-page-heading h1 {
    font-size: 1.875em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
    color: white;
    line-height: 1.2666666667em; }
    .gdd-004-b-page-heading h1 span {
      font-family: "Open Sans";
      font-size: 0.8666666667em;
      font-weight: 400;
      display: block; }

.gdd-004-b-site-content > .inner-wrap-narrow {
  max-width: 51.0625em; }

.gdd-004-b-site-content .site-content-primary p,
.gdd-004-b-site-content .site-content-primary ul:not([class]) li:not([class]) {
  font-size: 0.9375em; }

.gdd-004-b-site-content .site-content-secondary {
  background-color: #e7e8ea;
  padding: 0.9375em 1.25em 1.25em; }

.gdd-004-b-site-content textarea,
.gdd-004-b-site-content input[type="color"],
.gdd-004-b-site-content input[type="date"],
.gdd-004-b-site-content input[type="datetime"],
.gdd-004-b-site-content input[type="datetime-local"],
.gdd-004-b-site-content input[type="email"],
.gdd-004-b-site-content input[type="month"],
.gdd-004-b-site-content input[type="number"],
.gdd-004-b-site-content input[type="password"],
.gdd-004-b-site-content input[type="search"],
.gdd-004-b-site-content input[type="tel"],
.gdd-004-b-site-content input[type="text"],
.gdd-004-b-site-content input[type="time"],
.gdd-004-b-site-content input[type="url"],
.gdd-004-b-site-content input[type="week"],
.gdd-004-b-site-content textarea,
.gdd-004-b-site-content input[type="hidden"],
.gdd-004-b-site-content select[multiple="multiple"],
.gdd-004-b-site-content select {
  width: 100%;
  height: 2.6875em !important;
  font-size: 0.9375em;
  box-shadow: none;
  border-radius: 0; }

.gdd-004-b-site-content .hbspt-form {
  margin: 0 !important; }

.selected-value {
  color: #7f868c;
  font-size: 1em;
  padding-left: 0.625em;
  margin-top: 0.3125em;
  margin-bottom: 0.625em;
  position: relative;
  display: inline;
  cursor: pointer; }
  .selected-value:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/title-arrow.png);
    background-repeat: no-repeat;
    background-size: 0.375em auto;
    background-position: left center;
    width: 0.375em;
    height: 100%; }
  .selected-value span {
    color: #128689;
    font-weight: 700; }

.selection-title {
  font-size: 1.5em;
  margin-bottom: 0.625em;
  margin-top: 0.4166666667em; }

.dropdown-title {
  color: #7f8686;
  font-size: 0.9375em;
  width: 100%;
  padding: 0.625em; }

.field-title {
  font-size: 0.9375em;
  color: #000;
  margin-bottom: 0.4666666667em;
  padding-bottom: 0;
  display: block; }

.third-form .rows-of-2 > * {
  margin-bottom: 0; }

.third-form .submitted-message {
  display: none; }

.final-result-title {
  font-size: 1.5em;
  margin-top: 0.4166666667em;
  margin-bottom: 0.625em;
  font-family: "Open Sans"; }

.dca-results2 {
/*   text-align: center; */
  font-size: 1.5em;
  color: #7f8686; }
  .dca-results2 a {
    font-size: 1.5em;
    margin: 0 0.4166666667em;
    font-weight: bold;
    color: #128689; }
    .dca-results2 a:last-child {
      margin-right: 0; }

.full-catalog {
  display: block;
  text-align: center; }
  .full-catalog a {
    color: #7f8686;
    font-size: 0.9375em; }

.d2-model {
  margin-bottom: 1em;
  display: none; }

.result1 {
  padding: 2em;
  border: solid 1px #ccc;
  background-color: #f8f8f8;
  width: 100%;
  text-align: center;
  display: none; }

.dca-results1 {
  font-size: 1.625em;
  line-height: 1.2307692308em;
  font-weight: bold;
  margin: .6em 0; }

.dca-result1-learn-more > a {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.4444444444em; }

.result2 {
  display: none; }

.email2 {
  margin-bottom: 1em; }

.alternate-submit2 {
  padding: 0.625em;
  display: inline-block;
  border: solid 1px #ccc;
  background-color: #0D6C63;
  font-size: 1em;
  color: white;
  height: 2.5625em;
  line-height: 1.25em;
  text-decoration: none; 
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.write-in-error2,
.write-in-error1 {
  color: #990000;
  background-color: #f8f8f8;
  border: solid 1px #red;
  padding: 1em;
  margin-top: 1em;
  text-align: center;
  display: none; }

.alternate-submit1 {
  text-decoration: none;
  padding: .75em 1em;
  display: inline-block;
  border: solid 1px #ccc;
  background-color: #0f877b;
  font-size: 1em;
  color: white; }

.gdd-005-c-rfq {
  display: inline-block;
  vertical-align: top; }
  .gdd-005-c-rfq .sh-ico-search {
    background-size: 2.5em auto;
    padding: 0;
    background-color: transparent;
    height: 35px;
    background-position: 0 0; }
    .gdd-005-c-rfq .sh-ico-search .hs_cos_wrapper {
      float: right;
      display: block; }
      .gdd-005-c-rfq .sh-ico-search .hs_cos_wrapper .hs-menu-wrapper {
        background: none; }
        .gdd-005-c-rfq .sh-ico-search .hs_cos_wrapper .hs-menu-wrapper ul {
          margin-top: 0;
          display: inline-block;
          vertical-align: top;
          float: none; }

.gdd-005-c-rfq .rfq-btn {
  margin-left: 0em; }

.flyin {
  padding: 0 !important;
  position: fixed !important;
  bottom: -6px !important;
  right: 0 !important;
  z-index: 1000 !important;
  background-color: unset !important;
  transition-delay: 5s !important; }

.pops {
  display: none; }

.hs-content-id-5263323589 .pops {
  display: block; }

/*============== GDD 007 Testimonial module =============*/
/*.gdd-007-test-module{
    background-color: #5ab5ac;
    text-align: center;
    .inner-wrap-narrow{
        padding-top: em(66);
        padding-bottom: em(41);
    }
}
.tm-test{
    font-size: $medium-font-size;
    line-height: em(32,26);
    color: $white;
    font-weight: 300;
    font-family: $header-font-family;
    padding: 0 em(4,26);
    position: relative;
    &:after{
        content:"";
        bottom: em(62,26);
        right: 0;
        width: em(20,26);
        height: em(21,26);
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/right-quote.svg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: em(20,26) em(21,26);
        position: absolute;
    }
    &:before{
        content:"";
        top: em(-23,26);
        left: 0;
        width: em(20,26);
        height: em(21,26);
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/left-quote.svg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: em(20,26) em(21,26);
        position: absolute;
    }
@include mq(medium){
    padding: 0 em(45,26);
}
@include mq(large){
    padding: 0 em(141,26);
    &:after{
        right: em(85,26);
    }
    &:before{
        left: em(99,26);
    }
}
}
.tm-author {
    display: block;
    font-size: em(17,26);
    margin-top: em(49,17);
    margin-bottom: em(28,17);
    font-family: $base-font-family;
    font-weight: 600;
    line-height: em(25,17);
    }*/
#cta_button_393656_155a2518-d9ea-4df2-a4b0-479639615bbe:hover::after {
  background-size: 1.2em; }

#cta_button_393656_155a2518-d9ea-4df2-a4b0-479639615bbe:after {
  content: '';
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/image/Social%20Icons/book-icon-white.svg);
  background-color: transparent;
  background-size: 1em;
  width: 2em;
  height: 2em;
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  right: 0px;
  bottom: 0;
  width: 3.5em;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: background .1s linear;
  transition: background .1s linear;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  top: 0.3em; }
  @media (min-width: 60em) {
    #cta_button_393656_155a2518-d9ea-4df2-a4b0-479639615bbe:after {
      top: 0.3em;
      height: 3em;
      background-size: 1.5em; } }

.close {
  background-color: transparent !important; }

.gdd-008-hamburger span {
  display: none; }

.gdd-008-close {
  display: none; }

/*-=======gdd-008-hero-redesign=======-*/
.site-header {
  background: rgba(82, 139, 130, 0.8); }
  .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item a {
    color: #fff;
    font-size: 0.875em; }
  @media (min-width: 60em) {
    .site-header .top-utility-nav.stuck #hs_menu_wrapper_default {
      padding-right: 1em; } }
  @media (min-width: 60em) {
    .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item a {
      font-size: 1.125em; } }

.top-utility-nav .sh-ico-search {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/ico-search-white.svg); }

.site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child a:after {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/ico-rep-finder-white.svg); }

.site-header .top-utility-nav .top-nav li.rep-finder-menu:after {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/ico-rep-finder-white.svg);
  top: -3px; }

.site-header .top-utility-nav #hs_menu_wrapper_default ul {
  margin-top: .4em !important; }

@media (min-width: 40em) and (min-height: 600px) {
  .top-utility-nav.stuck .gdd-008-hamburger {
    top: 0.9375em; } }

@media (max-height: 800px) {
  .top-utility-nav.stuck .gdd-008-hamburger {
    top: 0.9375em; }
  .top-utility-nav.stuck span {
    font-size: 1em; }
  .stuck .gdd-005-c-rfq {
    display: inline-block;
    vertical-align: top;
    /* width: 1em; */
    position: relative;
    top: 0.35em; }
  .site-header .top-utility-nav #hs_cos_wrapper_default {
    display: inline-block;
    /* top: 0.6em !important; */
    margin-top: 0; }
  .stuck .gdd-008-close {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    padding-left: 1em;
    top: 0.4em; }
  .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child a:after {
    content: '';
    position: absolute;
    top: -0.2em;
    right: 0;
    /* background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-rep-finder.svg);*/
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2em;
    height: 2em; } }

@media (max-height: 600px) {
  .site-header .top-utility-nav #hs_cos_wrapper_default {
    display: inline-block;
    /* top: 0.6em !important; */
    margin-top: 0; } }

@media (max-height: 660px) {
  .top-utility-nav.stuck .gdd-008-hamburger {
    /* top: em(10) !important;*/ }
  .stuck .gdd-005-c-rfq {
    display: inline-block;
    vertical-align: top;
    /* width: 1em; */
    position: relative;
    top: 0.35em; }
  .site-header .top-utility-nav #hs_cos_wrapper_default {
    display: inline-block;
    /* top: 0.6em !important; */ }
  .stuck .gdd-008-close {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    padding-left: 1em;
    top: 0.6em; }
  .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child a:after {
    content: '';
    position: absolute;
    top: -0.2em;
    right: 0;
    /* background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-rep-finder.svg);*/
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2em;
    height: 2em; } }

@media (min-width: 40em) {
  .top-utility-nav.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 0 #9c9a9a;
    box-shadow: 0 0 10px 0 #9c9a9a;
    font-size: .95em;
    font-weight: 600;
    background: #528b82 !important; }
  
  .top-utility-nav.stuck .gdd-008-hamburger {
    display: inline-block !important;
    vertical-align: top !important;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/social-suggested-images/ico-menu-white.svg);
    width: 1.5625em;
    background-repeat: no-repeat;
    position: absolute;
    height: 1.5625em;
    background-position: center;
    right: 2.875em;
    cursor: pointer;
    top: 0.9375em; }
  .stuck .gdd-008-main {
    right: -100%;
    position: relative;
    /*transition: all ease 0.5s; */
    margin-right: 6.7em;
    display: inline-block; } }
@media (min-width: 60em) {
.sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 3.5em !important;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 0 #9c9a9a;
    box-shadow: 0 0 10px 0 #9c9a9a;
    font-size: .95em;
    font-weight: 600; }
}
@media (min-width:60em) and (max-height: 46em) {
 .sh-sticky-wrap.stuck {
   top:45px !important;
   padding-top:4px;
  }
}
.stuck.actived .gdd-008-main {
  right: 0;
  transition: all ease 0.3s;
  top: -4px; }

.stuck .gdd-008-main:before {
  /*content: '';*/
  cursor: pointer;
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/social-suggested-images/ico-menu-white.svg);
  width: 1.5625em;
  background-repeat: no-repeat;
  position: absolute;
  height: 1.5625em;
  background-position: center;
  left: 0;
  top: 0; }

.stuck .gdd-008-hamburger span {
  display: inline-block;
  position: absolute;
  right: 2em;
  top: 0.0625em;
  color: white;
  white-space: nowrap;
  /* width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;*/ }

.top-utility-nav .sh-ico-hamburger {
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/social-suggested-images/ico-menu-white.svg);
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0; }

.top-utility-nav.stuck .sh-ico-hamburger {
  opacity: 1; }

.sh-ico-hamburger {
  background-size: 2.5em auto;
  padding: 0;
  background-color: transparent;
  height: 2.1875em;
  background-position: 0 0; }

.site-nav,
.top-utility-nav .stuck #hs_menu_wrapper_default {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff; }

.site-header .top-utility-nav.stuck {
  padding-top: .8em;
  padding-bottom: .8em;
  text-align: right;
  overflow: hidden; }

.gdd-008-hamburger span {
  display: none; }

.stuck .gdd-008-hamburger {
  display: inline-block; }

.stuck.actived .gdd-008-hamburger {
  display: none !important; }

.stuck .gdd-008-close {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  padding-left: 1em;
  top: 0.6em; }

.gdd-008-close {
  display: none; }
  .gdd-008-close .sh-ico-close {
    background-size: 1.5em auto;
    padding: 0;
    background-color: transparent;
    height: 2.1875em;
    background-position: 0 0;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/social-suggested-images/ico-close-white.svg) !important; }

@-webkit-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@-moz-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@-o-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@-ms-keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

@keyframes shine {
  0%,
  100% {
    margin-left: -100%; }
  50% {
    margin-left: 100%; } }

.rfq-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  visibility: visible;
  transform: rotate(-50deg);
  background: #ffffff;
  background: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -moz-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -o-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -ms-linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: linear-gradient(top, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.8;
  position: absolute;
  -webkit-animation: shine 3s ease-in-out infinite;
  -moz-animation: shine 3s ease-in-out infinite;
  -o-animation: shine 3s ease-in-out infinite;
  -ms-animation: shine 3s ease-in-out infinite;
  animation: shine 3s ease-in-out infinite; }

#hs_menu_wrapper_default .hs-menu-item span {
  white-space: wrap;
  font-weight: 600; }

#resp-slidebox1 {
  display: block !important; }

.popular-resource-section {
  padding-top: 2em; }

#resp-slidebox {
  display: none !important; }

#resp-slidebox1 {
  z-index: 0;
  position: relative;
  background: #129689;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 1.125em !important;
  font-weight: 300; }

@media (min-width: 60em) {
  #resp-slidebox1 {
    background: #129689;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 1.125em !important;
    font-weight: 300;
    top: -500px;
    transition: all ease-in 0.5s;
    opacity: 0; }
    #resp-slidebox1.active {
      z-index: 0;
      opacity: 1;
      top: 0; }
      #resp-slidebox1.active .inner-wrap, #resp-slidebox1.active .inner-wrap-narrow, #resp-slidebox1.active .inner-wrap-wide, #resp-slidebox1.active .inner-wrap-fullwidth,
      #resp-slidebox1.active .inner-wrap-narrow,
      #resp-slidebox1.active .inner-wrap-wide,
      #resp-slidebox1.active .inner-wrap-fullwidth {
        height: 3.75em;
        max-width: 100%; }
    #resp-slidebox1 .inner-wrap, #resp-slidebox1 .inner-wrap-narrow, #resp-slidebox1 .inner-wrap-wide, #resp-slidebox1 .inner-wrap-fullwidth,
    #resp-slidebox1 .inner-wrap-narrow,
    #resp-slidebox1 .inner-wrap-wide,
    #resp-slidebox1 .inner-wrap-fullwidth {
      background: #129689;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      height: 0; }
    #resp-slidebox1 a.close {
      background-color: transparent !important;
      text-align: center;
      float: left;
      padding: 0;
      font-size: 0.9em;
      border-radius: 0.1875em;
      position: absolute;
      cursor: pointer;
      top: 0.4375em;
      right: 1em;
      text-decoration: none;
      z-index: 2; }
      #resp-slidebox1 a.close:hover {
        background-color: unset !important; }
    #resp-slidebox1 .slidebox-btn {
      padding-top: 0.6111111111em;
      padding-right: 0.9444444444em;
      padding-bottom: 0.6666666667em;
      padding-left: 0.9444444444em;
      margin-left: 0.8333333333em;
      position: relative; } }

.site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:nth-last-child(3) a {
  display: inline-block;
  float: right;
  position: relative;
  padding-right: 3em; }
  .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:nth-last-child(3) a:after {
    content: '';
    position: absolute;
    top: 0.3888888888888889em;
    right: 0;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/ico-rep-finder-white.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2.3em;
    height: 2.3em; }

.site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child a {
  padding-right: 0; }
  .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-menu-item:last-child a:after {
    display: none; }

.top-nav li a span {
  color: #fff; }

.plp {
  top: 0.0625em !important; }

.stuck .gdd-008-hamburger span,
.stuck .gdd-008-close.plp-close {
  display: inline-block !important; }

.plp-close a {
  width: 2.1875em;
  position: absolute;
  top: -5px; }

.no-stuck {
  background: white; }

/* ==== GDD 010 B start ==== */
.scs-cta-wrapper {
  max-width: 18.8125em;
  width: 82.5%;
  background-color: #e2eded;
  border-radius: 5px;
  padding: 0.625em;
  margin: 0 auto; }
  @media (min-width: 40em) {
    .scs-cta-wrapper {
      float: right; } }
  @media (min-width: 80em) {
    .scs-cta-wrapper {
      padding: 0.5em 0.625em 0.875em 0.9375em;
      margin: 0 0.0625em 0 0;
      max-width: 18.75em; } }

.scs-cta-text {
  font-size: 1.125em;
  font-weight: 600;
  color: #34a397;
  margin-top: 0; }
  @media (min-width: 80em) {
    .scs-cta-text {
      margin-bottom: 0.3888888889em; } }

.scs-cta-btn {
  font-size: 1em;
  font-weight: 400; }
  .scs-cta-btn span {
    position: relative;
    padding-right: 2.5em;
    line-height: 1.1875em;
    display: inline-block;
    vertical-align: middle; }
    .scs-cta-btn span:after {
      content: "";
      position: absolute;
      background-image: url(//393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/gdd-cta-img.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 1.5625em 1.5625em;
      right: 0;
      top: -0.1875em;
      width: 1.5625em;
      height: 1.5625em; }
  @media (min-width: 40em) {
    .scs-cta-btn span {
      padding-right: 1.5em; }
      .scs-cta-btn span:after {
        background-size: 1.25em 1.25em;
        top: 0;
        width: 1.25em;
        height: 1.25em; } }
  @media (min-width: 60em) {
    .scs-cta-btn {
      font-size: 1.125em;
      font-weight: 400;
      padding: 1em 0.2777777778em 1.1111111111em 0.5555555556em;
      margin-left: -0.0555555556em;
      display: block;
      text-align: center; }
      .scs-cta-btn span {
        padding-right: 2.4444444444em; }
        .scs-cta-btn span:after {
          background-size: 1.8888888889em 1.8888888889em;
          top: -0.4444444444em;
          width: 1.8888888889em;
          height: 1.8888888889em; } }
  @media (min-width: 80em) {
    .scs-cta-btn {
      padding: 1em 1.9444444444em 1.1111111111em 1.8333333333em; } }

/* ==== GDD 010 B start ==== */
/* ==== GDD 011 B css start==== */
.gdd-011-b {
  background-color: #e2eeee; }
  .gdd-011-b .rm-header {
    margin-bottom: 0.75em;
    font-size: 1.25em;
    color: #129689;
    margin-top: 0;
    font-weight: 600; }
  .gdd-011-b .rm-left {
    margin-bottom: 2.5em; }
  .gdd-011-b .tabs {
    margin-bottom: 0.9375em; }
    .gdd-011-b .tabs li {
      display: block;
      line-height: 2.3125em;
      margin-bottom: 0.625em; }
  .gdd-011-b .tab-link {
    font-size: 1em;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.375em; }
    .gdd-011-b .tab-link:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0.625em;
      background-image: url(//393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/download-2.svg);
      background-repeat: no-repeat;
      background-size: 1em 1em;
      background-position: right top;
      width: 1em;
      height: 1em; }
    .gdd-011-b .tab-link.active {
      text-decoration: underline; }
    .gdd-011-b .tab-link:hover {
      text-decoration: underline; }
  .gdd-011-b .mp-image img {
    display: block;
    vertical-align: top; }
  .gdd-011-b .btn-rs {
    font-size: 1.125em;
    padding: 0.6666666667em 1.4444444444em 0.7777777778em 1.5em; }
  @media (min-width: 40em) {
    .gdd-011-b {
      overflow: hidden; }
      .gdd-011-b > .inner-wrap-narrow {
        padding-bottom: 0; }
      .gdd-011-b .rm-left {
        float: left;
        width: 50%;
        margin-bottom: 0;
        padding-right: 2%; }
      .gdd-011-b .rm-right {
        float: left;
        margin-bottom: 0;
        width: 50%; } }
  @media (min-width: 60em) {
    .gdd-011-b .tabs {
      margin-bottom: 1.4375em; }
      .gdd-011-b .tabs li {
        line-height: 2.1875em;
        margin-bottom: 0.625em; }
    .gdd-011-b .rm-header {
      margin-bottom: 0.40625em;
      padding-bottom: 0.28125em;
      font-size: 2em; }
    .gdd-011-b .rm-left {
      padding-top: 0;
      padding-left: 0;
      width: 60%; }
    .gdd-011-b .rm-right {
      padding: 0.8125em 0.125em 0 0;
      width: 40%;
      margin-bottom: -7.0625em; }
    .gdd-011-b .mp-image img {
      width: 100%;
      max-width: 18.3125em; } }
  @media (min-width: 80em) {
    .gdd-011-b .rm-content {
      float: right; }
    .gdd-011-b > .inner-wrap-narrow {
      padding-top: 2.375em; }
    .gdd-011-b .rm-left {
      width: 60.95%;
      padding-right: 7.75%; }
    .gdd-011-b .rm-right {
      padding: 0.25em 0 0 0;
      width: 39.05%;
      margin-bottom: -7.125em; }
    .gdd-011-b .rm-header {
      margin-bottom: 0.375em; }
    .gdd-011-b .tabs {
      margin-bottom: 1.75em; }
      .gdd-011-b .tabs li {
        line-height: 2.125em;
        margin-bottom: 0.5em; }
    .gdd-011-b .tab-link {
      font-size: 1.3125em;
      padding-right: 1.1904761905em; }
      .gdd-011-b .tab-link:after {
        top: 0.4285714286em;
        background-size: 0.7619047619em 0.7619047619em;
        width: 0.7619047619em;
        height: 0.7619047619em; }
    .gdd-011-b .btn-rs {
      padding: 0.5555555556em 1.1666666667em 0.6666666667em 1.2222222222em; } }

/* ==== GDD 011 B css end==== */
/** GDD-009 **/
.gdd-009-lp .form-wrapper {
  background: #f1f1f1;
  padding-top: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  position: relative;
  padding-right: 24px;
  z-index: 10; }

.gdd-009-lp .form-wrapper .hs-input {
  width: 100%; }

.gdd-009-lp .form-wrapper .hs-error-msg {
  color: red;
  font-size: 14px; }

.gdd-009-lp {
  display: block; }

.gdd-009-lp .form-wrapper h3 {
  color: #129689;
  margin-top: 0; }

.gdd-009-lp .site-content-primary h3 {
  margin-top: 0; }

.gdd-009-lp .form-wrapper label {
  color: #000000; }

.gdd-009-lp .form-note {
  position: relative; }

.gdd-009-lp form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  height: 2.5em !important;
  font-family: "Open Sans";
  padding-right: 30px; }

.gdd-009-lp form select option {
  font-family: "Open Sans";
  color: #363636;
  font-weight: normal; }

.gdd-009-lp form select::-ms-expand {
  display: none; }

.gdd-009-lp .hs_industry_new .input:before {
  border-bottom-style: solid;
  border-top: none; }

.gdd-009-lp .hs_industry_new .input:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1em;
  right: 0.8333333333333333em;/*10px;*/
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #000000 transparent;
  pointer-events: none;
  border-bottom-style: solid;
  border-top: none; }

.gdd-009-lp .hs_industry_new .input:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1.083333333333333em;/*13px;*/
  right: 0.8333333333333333em;/*10px;*/
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #000000 transparent;
  pointer-events: none; }

.gdd-009-lp .hs_industry_new .input:after {
  margin-top:0.5833333333333333em;/* 7px;*/
  border-top-style: solid;
  border-bottom: none; }

.gdd-009-lp .hs_industry_new .input {
  position: relative;
  width: 100%; }

@media (min-width: 40em) {
  .gdd-009-lp .site-content-primary {
    float: right !important;
    width: 48%; }
  .gdd-009-lp .site-content-secondary {
    width: 48%; }
  .gdd-009-lp .form-wrapper h3 {
    padding-right: 5px; }

}

@media (min-width: 60em) {
  .gdd-009-lp .form-wrapper {
    padding-right: 36px; }
  .gdd-009-lp .site-content-primary {
    width: 63.99%; }
  .gdd-009-lp .site-content-secondary {
    width: 30%; }
  .gdd-009-lp .form-note:before{
  display:none;
  }
    .gdd-009-lp .form-wrapper:after {
    content: '';
    position: absolute;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/gdd009-form-arrow.svg) !important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 94px;
    width: 137px;
    right: 0;
    bottom: -110px; }
}

 @media only screen and (min-width: 641px) and (max-width: 959px)  {
     .gdd-009-lp .form-note:before {
    content: '';
    position: absolute;
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/gdd009-form-arrow.svg) !important;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 94px;
    width: 137px;
    left: -154px;
    bottom: 20px; }
}
@media (min-width: 87.5em) {
  .gdd-009-lp .site-content-primary {
    padding-right: 50px; }
  .gdd-009-lp .form-wrapper {
    padding-left: 33px; } }

@media (max-width: 25em) {
  .gdd-009-lp .site-content-primary img {
    width: 100% !important; } }

/*form focus css*/
/* Change the styling here to change how the focus effect animates in and out for the form */
.gdd-009-lp .form-wrapper form.hs-form {
  display: inline-block;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  transition-delay: initial;
  transition-property: all;
  width: 100%; }

.gdd-009-lp .form-wrapper {
  transition: all ease-in .5s;
  -webkit-transition: all ease-in .5s; }

/* Change the styling here to change how the active focus effect looks on the form */
.gdd-009-lp .form-wrapper.focus-active {
  z-index: 37;
  position: relative;
  transform: scale(1);
  box-shadow: 5px 7px #A9A9A9; }

/* Change the styling here to change how the blurred/faded content looks on the page */
body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 200ms ease-in-out;
  pointer-events: none;
  z-index: 6; }

/* This sets up the `blur` class */
.blur {
  position: relative; }

/* When the `blur` class is toggled on via JS, this makes it show up on the page */
body.blur:after {
  opacity: 1;
  pointer-events: all;
  background-color: white;
  opacity: 0.8; }

/*** form focus css end **/
/** GDD-009 End**/
.hs_recaptcha {
  margin-bottom: 1.171875em; }

.celeb-25 {
  max-width: 52px;
  margin-right: 5px;
  margin-left: 5px;
  width: 4.375em;
  height: 3.75em; }
  @media (min-width: 40em) {
    .celeb-25 {
      max-width: 57px;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 60em) {
    .celeb-25 {
      max-width: 70px; } }
  @media (min-width: 80em) {
    .celeb-25 {
      margin-top: 9px; } }

.site-logo {
  vertical-align: top; }
  .site-logo img {
    width: 165px; margin-top: 11px }
    @media (min-width: 40em) {
      .site-logo img { margin-top:0;
        width: auto; } }
  @media (min-width: 40em) {
    .site-logo {
      vertical-align: top; } }

/* ==== gdd 012 b css start ==== */
/*=============== product module starts ===============*/
.product-module {
  text-align: center;
  background: #ffffff;
  display: none; }
  @media (min-width: 40em) {
    .product-module {
      display: block;
      background-color: #0d6c63; } }

.pm-heading {
  color: #477DCA;
  font-family: "Raleway";
  font-size: 4.375em;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.1em;
  padding: 0.8333333333em 0;
  text-align: center; }
  @media (min-width: 40em) {
    .pm-heading {
      display: none; } }

.is-content {
  width: 100%;
  min-height: 31.25em;
  padding: 1em 2.5em; }
  @media (min-width: 40em) {
    .is-content {
      width: 60%;
      float: left; } }
  @media (min-width: 60em) {
    .is-content {
      width: 50%;
      padding: 1.5em 3.5em; } }

.is-icon {
  margin: auto;
  text-align: center;
  transition: color 1s ease-in-out;
  background-color: #477DCA;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .is-icon > a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    padding: 0.9375em 0; }
  .is-icon:hover {
    cursor: pointer;
    background: #0d6c63 !important; }
    .is-icon:hover .pm-text {
      color: white; }
  .is-icon svg {
    display: block;
    margin: auto;
    width: 50px !important;
    transition: all 1s ease-in-out;
    margin-bottom: .75em; }
  @media (min-width: 40em) {
    .is-icon {
      position: relative;
      background-color: #fff;
      border-top: 1px solid #fae4a1;
      border-right: 1px solid #fae4a1;
      border-bottom: 2px solid #129689;
      /*&:before{
        content:'';
        width:1px;
        height: 86%;
        background: #cccccc;
        position: absolute; 
        right: 0;
        top: 0;
      }
      &:after{
        content:'';
        width: 100%;
        background: $white;
        height: 14%;
        top: auto;
        bottom: 0;
        border:0;
        position: absolute;
        left: 0;
        }*/
      /*&:first-child{
        border:none;
      }*/ }
      .is-icon:hover .pm-text {
        content: #50555a; }
      .is-icon > a {
        background: none;
        height: 8.4375em;
        display: table;
        padding: 6px 24px;
        width: 100%; } }
  @media (min-width: 80em) {
    .is-icon > a {
      padding: 6px 10px; } }

#pm-carousel .flex-direction-nav a:before {
  background-size: 1.8125em; }

#pm-carousel .is-icon .pm-hover {
  display: none; }

#pm-carousel .flex-direction-nav {
  display: none; }

@media (min-width: 40em) {
  #pm-carousel {
    width: calc(100% - 25px);
    position: relative; }
    #pm-carousel.flexslider .slides > li {
      margin-right: 0 !important; }
    #pm-carousel .flex-viewport {
      /*overflow:inherit !important;*/
      z-index: 1; }
    #pm-carousel .is-icon > a {
      padding: 0.375em 1.5em; }
    #pm-carousel .is-icon .pm-hover {
      display: none; }
    #pm-carousel .is-icon:hover {
      /*background: rgb(29,131,215); 
          background: -moz-linear-gradient(top,  rgba(29,131,215,1) 1%, rgba(25,113,185,1) 100%); 
          background: -webkit-linear-gradient(top,  rgba(29,131,215,1) 1%,rgba(25,113,185,1) 100%);
          background: linear-gradient(to bottom,  rgba(29,131,215,1) 1%,rgba(25,113,185,1) 100%);*/ }
      #pm-carousel .is-icon:hover .pm-text {
        color: white; }
    #pm-carousel .is-icon.flex-active-slide {
      background: #0d6c63 !important;
      border-top: 2px solid #129689;
      border-bottom: none;
      border-right: 1px solid #fae4a1;
      position: relative; }
      #pm-carousel .is-icon.flex-active-slide:after {
        /*border-left:10px solid transparent;
            border-right:10px solid transparent;
            border-top:14px solid $blue;
            bottom:0;
            content:"";
            height:0;
            left:0;
            margin:0 auto;
            position:absolute;
            right:0;
            width:0;
            background:transparent;*/ }
      #pm-carousel .is-icon.flex-active-slide:before {
        /*width: 100%;
            background-color: $white;
            height: 14%;
            top: auto;
            bottom: 0;*/ }
      #pm-carousel .is-icon.flex-active-slide .pm-default {
        display: none; }
      #pm-carousel .is-icon.flex-active-slide .pm-hover {
        display: block; }
      #pm-carousel .is-icon.flex-active-slide .pm-text {
        color: #ffffff; }
    #pm-carousel .flex-direction-nav {
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      #pm-carousel .flex-direction-nav a {
        height: 100%;
        top: 0;
        width: 3.125em;
        margin: 0;
        text-indent: 9999px; }
      #pm-carousel .flex-direction-nav .flex-next {
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-next-before.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 0.6875em 1.375em;
        background-color: #fae4a1;
        width: 56px;
        right: -25px;
        top: 0;
        height: 100%;
        opacity: 1;
        z-index: 2;
        border-bottom: 2px solid #129689; }
        #pm-carousel .flex-direction-nav .flex-next:hover {
          background-color: #f1b909 !important;
          background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-next.png); }
        #pm-carousel .flex-direction-nav .flex-next:after {
          content: none;
          width: 100%;
          height: 14%;
          background-color: #ffffff;
          position: absolute;
          bottom: 0;
          left: 0; }
        #pm-carousel .flex-direction-nav .flex-next:before {
          display: none; }
        #pm-carousel .flex-direction-nav .flex-next.flex-disabled {
          opacity: 1 !important;
          background-size: 0.6875em 1.375em;
          background-color: #fae4a1;
          /*width: 75px;*/
          width: 56px;
          right: -25px;
          border-bottom: 2px solid #129689;
          top: 0;
          height: 100%;
          cursor: pointer; }
      #pm-carousel .flex-direction-nav .flex-prev {
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-prev-before.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 0.6875em 1.375em;
        background-color: #fae4a1;
        width: 56px;
        right: 15px;
        left: auto;
        top: 0;
        height: 100%;
        opacity: 1;
        z-index: 2;
        border-bottom: 2px solid #129689; }
        #pm-carousel .flex-direction-nav .flex-prev:hover {
          background-color: #f1b909;
          background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-prev.png); }
        #pm-carousel .flex-direction-nav .flex-prev:after {
          content: none;
          width: 100%;
          height: 14%;
          background-color: #ffffff;
          position: absolute;
          bottom: 0;
          left: 0; }
        #pm-carousel .flex-direction-nav .flex-prev:before {
          display: none; }
        #pm-carousel .flex-direction-nav .flex-prev.flex-disabled {
          background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-prev-before.png);
          /*background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-previous.png);
            background-position: center 42%;*/
          opacity: 1 !important;
          background-size: 0.6875em 1.375em;
          background-color: #fae4a1;
          /*width: 75px;*/
          width: 56px;
          right: -25px;
          top: 0;
          left: auto;
          height: 100%;
          border-bottom: 2px solid #129689;
          cursor: pointer; }
    #pm-carousel .pm-text {
      font-size: 0.875em; } }

@media (min-width: 60em) {
  #pm-carousel .flex-direction-nav .flex-next {
    width: 56px;
    right: -25px; }
  #pm-carousel .flex-direction-nav .flex-prev {
    width: 56px;
    right: 25px; } }

@media (min-width: 80em) {
  #pm-carousel .pm-text {
    font-size: 1.125em; } }

.pm-text {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 1.3125em;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none; }
  @media (min-width: 40em) {
    .pm-text {
      color: #50555a;
      font-size: 0.875em;
      display: table-cell;
      vertical-align: middle;
      padding-bottom: 1.1428571429em; } }
  @media (min-width: 60em) {
    .pm-text {
      font-size: 1.1875em;
      padding-bottom: 0.8421052632em; } }

#pm-slider .inner-wrap, #pm-slider .inner-wrap-narrow, #pm-slider .inner-wrap-wide, #pm-slider .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }

#pm-slider .flex-direction-nav {
  display: inline-block; }
  #pm-slider .flex-direction-nav .flex-next {
    background-color: #ccc;
    width: 56px;
    right: 0;
    top: 123px;
    height: 50px;
    opacity: 1; }
    #pm-slider .flex-direction-nav .flex-next:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #ccc;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-next.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 0.6875em 1.375em; }
    #pm-slider .flex-direction-nav .flex-next:before {
      display: none; }
    #pm-slider .flex-direction-nav .flex-next.flex-disabled {
      opacity: 0.8 !important; }
  #pm-slider .flex-direction-nav .flex-prev {
    background-color: #ccc;
    width: 56px;
    left: 0;
    top: 123px;
    height: 50px;
    opacity: 1; }
    #pm-slider .flex-direction-nav .flex-prev:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #ccc;
      position: absolute;
      bottom: 0;
      right: 0;
      background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-prev.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 0.6875em 1.375em; }
    #pm-slider .flex-direction-nav .flex-prev:before {
      display: none; }
    #pm-slider .flex-direction-nav .flex-prev.flex-disabled {
      opacity: 0.8 !important; }

@media (min-width: 40em) {
  #pm-slider {
    display: block;
    vertical-align: top; }
    #pm-slider .flex-viewport {
      height: 100% !important; }
    #pm-slider.flexslider .slides > li {
      position: relative;
      padding-bottom: 4.125em; }
    #pm-slider .flex-direction-nav {
      display: none; } }

@media (min-width: 40em) {
  .pm-tab-content {
    padding: 2.8125em 0;
    overflow: hidden; } }

.pm-tab-image {
  text-align: center;
  padding-top: 1.5625em;
  padding-left: 1em;
  padding-right: 1em; }
  .pm-tab-image img {
    max-width: 36.0625em;
    width: 100%;
    margin: 0 auto; }
  @media (min-width: 40em) {
    .pm-tab-image {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 60em) {
    .pm-tab-image {
      width: 37%;
      float: left; } }
  @media (min-width: 80em) {
    .pm-tab-image {
      width: 50%;
      padding-left: 0;
      padding-right: 0; } }

.pm-tabs-content {
  margin: 0 auto;
  text-align: left;
  padding: 1.875em 1em 0; }
  @media (min-width: 40em) {
    .pm-tabs-content {
      width: 100%;
      color: white; } }
  @media (min-width: 60em) {
    .pm-tabs-content {
      width: 60%;
      float: right; } }
  @media (min-width: 80em) {
    .pm-tabs-content {
      width: 49.7%; } }

@media (min-width: 40em) {
  .pm-tabs-heading {
    color: white;
    margin-top: 0; } }

.pm-tabs-list {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%; }
  .pm-tabs-list li {
    border-bottom: solid 1px #ffffff; }
    .pm-tabs-list li > a {
      font-size: 0.9375em;
      line-height: 2em;
      padding: 0.8em 2em;
      color: white;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      position: relative; }
      .pm-tabs-list li > a:before {
        content: '';
        background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/product-arrow.svg);
        background-repeat: no-repeat;
        background-size: 0.9333333333em 1em;
        width: 0.9333333333em;
        height: 1em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -1.2666666667em; }
      .pm-tabs-list li > a:hover {
        color: #ffffff; }
      .pm-tabs-list li > a:focus {
        color: #ffffff; }
  @media (min-width: 40em) {
    .pm-tabs-list li {
      /*width: 47%;
      margin-right: 3%;
      float: left;*/
      border-bottom: none; }
      .pm-tabs-list li a {
        padding: 12px 30px;
        color: white; } }
  @media (min-width: 80em) {
    .pm-tabs-list li {
      /* width: 39.2%;
      margin-right: 4%;*/ }
      .pm-tabs-list li > a {
        font-size: 1em;
        line-height: 1.875em; }
        .pm-tabs-list li > a:before {
          background-size: 0.875em 0.9375em;
          width: 0.875em;
          height: 0.9375em;
          left: -1.1875em; } }

.pm-tabs-para {
  color: #1f1f1f;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  max-width: 31.6666666667em;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5555555556em; }
  @media (min-width: 40em) {
    .pm-tabs-para {
      color: white;
      max-width: 100%; } }
  @media (min-width: 80em) {
    .pm-tabs-para {
      position: relative; } }

.pm-mobile-tabs {
  width: 100%;
  padding: 0 0.75em; }
  .pm-mobile-tabs .ce-header:after {
    top: 0.7619047619em; }
  @media (min-width: 40em) {
    .pm-mobile-tabs {
      display: none; } }

.pm-mobile-tabs .click-expand {
  margin-bottom: 0.625em; }
  .pm-mobile-tabs .click-expand.active .ce-header {
    background-color: #ffffff; }
  .pm-mobile-tabs .click-expand.active .ce-body {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0; }

.pm-mobile-tabs .ce-header {
  font-size: 1.3125em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0; }

.anchor-links-nav {
  border-bottom: 1px solid #cccccc;
  padding: 0.5em 0.625em 0;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  /* @include mq(large) {
    &.stuck{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: $white;
        z-index: 999;
        padding: em(35) 0 em(35) 0;
        min-height: 125px;
        ul{
            margin-bottom: 0 !important;
            li{
                margin-bottom: 0 !important;
            }
        }
    }
}  */ }
  .anchor-links-nav ul {
    padding-left: 0; }
    .anchor-links-nav ul li {
      display: inline-block;
      margin-bottom: 0.625em;
      font-size: 1em !important; }
      .anchor-links-nav ul li a {
        display: block;
        padding: 0.75em;
        -webkit-transition: background-color 0.1s ease-in-out;
        -moz-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
        text-decoration: none; }
        .anchor-links-nav ul li a:hover {
          background-color: #0d6c63;
          color: #ffffff; }
      .anchor-links-nav ul li.active a {
        background-color: #0d6c63;
        color: #ffffff;
        text-decoration: none; }
      .anchor-links-nav ul li:after {
        display: none !important; }

.hi-wrap {
  background-color: #60666b;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  position: absolute;
  left: 0;
  top: 1.25em;
  width: 100%; }
  .hi-wrap a {
    display: block;
    color: #ffffff; }
    .hi-wrap a > span {
      display: inline-block;
      vertical-align: middle; }
      .hi-wrap a > span.hiw-left {
        padding-right: 1.5625em; }

.mobile-nav {
  display: block !important; }

@inlcude mq(medium) {
  .mobile-nav {
    display: none !important; } }
  .mobile-nav ul {
    padding-left: 0; margin:0; }

.desktop-nav {
  display: none !important; }
@media (min-width: 60em) {
.sh-sticky-wrap .hs-menu-depth-1>a, .sh-sticky-wrap .sn-li-l1>a{
  padding:6px .4em !important;
}
}
@media (min-width: 80em) {
.sh-sticky-wrap .hs-menu-depth-1>a, .sh-sticky-wrap .sn-li-l1>a{
  padding:6px .8em !important;
}
}
@inlcude mq(medium) {
  .desktop-nav {
    display: block !important; } }
.top-utility-nav .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
          display: none;
        }
.menu-top-header-menu-container .sn-li-l1 > a, .menu-top-header-menu-container .hs-menu-depth-1 > a{
          font-size: 20px;
  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: 0 auto; }

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

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

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

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

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

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

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

.backtotop {
  clear: both;
  margin: 0.5em 0 !important; }
  .backtotop a {
    text-decoration: none; }

/*
 * 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: 30px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

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

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

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

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

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

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

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 1.875em;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/dca-imgs/ico-arrow-left.svg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

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

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

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

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

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

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

/*! /* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/
.sn-li-l1.has-subnav>a span, .sn-li-l1.menu-item-has-children>a span, .sn-li-l1.hs-item-has-children>a span, .hs-menu-depth-1.has-subnav>a span, .hs-menu-depth-1.menu-item-has-children>a span, .hs-menu-depth-1.hs-item-has-children>a span{
  font-weight: 600 !important;
}
.sn-li-l2>a span, .sn-li-l3>a span, .hs-menu-depth-2>a span{
  font-weight: 600;
}
/* gdd 016 b css start */
.gdd-016-b input, label, select, #form-extended label {
    display: block;
    font-family: "Open Sans";
    font-size: 1em !important;
}
.gdd-016-b .breadcrumb-menu-wrapper #breadcrumbs > span > span > a:first-of-type {
    padding-left: 2.9444444444em;
}
.gdd-016-b .breadcrumb-menu-wrapper #breadcrumbs a {
    text-decoration: underline;
    font-size: 1.125em;
    line-height: 1.5em;
    color: #7f868c;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.gdd-016-b .breadcrumb-menu-wrapper #breadcrumbs > span > span > a:first-of-type:before {
    background: url(https://www.dehumidifiercorp.com/wp-content/themes/dehumidifiercorp-default/img/ico-breadcrumb-home.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    content: "";
    height: 1.5627777778em;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5627777778em;
}
.gdd-016-b .breadcrumb-menu-wrapper .divider {
    color: #7f868c;
    font-size: 1.125em;
    padding: 0 0.8263888889em 0 0.5486111111em;
    display: inline-block;
    vertical-align: middle;
}
.gdd-016-b  .breadcrumb-menu-wrapper #breadcrumbs a:hover {
    color: #f1b909;
    text-decoration: none;
}
.gdd-016-b  .breadcrumb_last {
    text-decoration: none;
    color: #129689;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.5em;
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
}
.gdd-016-b .gdd-map {
  border: 1px solid #afafaf;}
.gdd-016-b h3 {
  font-weight: 600; }

.gdd-016-b .form-title {
  display: none; }

.gdd-016-b form {
  background-color: #e8e8e8;
  padding: 30px 1.5em 27px 1.5em; }
@media (max-height: 46em) and (min-width: 60em) {
.flex-direction-nav a:before{
      height: 2.875em;
  }
}
.gdd-016-b textarea, .gdd-016-b input[type="color"], .gdd-016-b input[type="date"], .gdd-016-b input[type="datetime"], .gdd-016-b input[type="datetime-local"], .gdd-016-b input[type="email"], .gdd-016-b input[type="month"], .gdd-016-b input[type="number"], .gdd-016-b input[type="password"], .gdd-016-b input[type="search"], .gdd-016-b input[type="tel"], .gdd-016-b input[type="text"], .gdd-016-b input[type="time"], .gdd-016-b input[type="url"], .gdd-016-b input[type="week"], .gdd-016-b textarea, .gdd-016-b input[type="hidden"], .gdd-016-b select[multiple=multiple], .gdd-016-b select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #b5b3b3;
  font-family: "Open Sans";
  font-size: 1.25em;
  margin-bottom: .75em;
  padding: .5em .5em;
  width: 100%; }

.gdd-016-b select {
  height: 2.6em !important;
  width: 100%; }

.gdd-016-b textarea {
  width: 100% !important;
  min-height: 110px; }
.gdd-016-b .gdd-add {
  display: block;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative; }

.gdd-016-b .gdd-add:before {
  content: '';
  position: absolute;
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/image/CTA%20Buttons/location.svg);
  width: 24px;
  height: 24px;
  left: 0;
  background-size: 24px 24px;
  background-repeat: no-repeat; }

.gdd-016-b .gdd-phone {
  display: block;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative; }
  .gdd-016-b .gdd-phone > span {
    font-weight: 700; }

.gdd-016-b .gdd-phone:before {
  content: '';
  position: absolute;
  background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/image/CTA%20Buttons/ico-phone.svg);
  width: 24px;
  height: 24px;
  left: 0;
  background-size: 24px 24px;
  background-repeat: no-repeat; }

.top-utility-nav {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  text-align: right; }
  @media (min-width: 80em) {
    .top-utility-nav {
      padding-bottom: 0.875em; } }
  .top-utility-nav.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 0 #9c9a9a;
    box-shadow: 0 0 10px 0 #9c9a9a;
    font-size: .95em;
    font-weight: 600;
    background: #528b82 !important;
    padding-right: 15px; }
  .top-utility-nav .menu-top-header-menu-container {
    display: inline-block; }
  .top-utility-nav ul.menu {
    margin-top: 0.4em;
    height: auto;
    line-height: inherit; }
    .top-utility-nav ul.menu li {
      display: none;
      vertical-align: middle;
      height: auto;
      line-height: inherit;
      background: 0;
      margin-left: 1em; }
      .top-utility-nav ul.menu li:nth-last-child(2) {
        display: inline-block; }
      @media (min-width: 40em) {
        .top-utility-nav ul.menu li {
          display: inline-block;
          margin-left: 0.5em; }
          .top-utility-nav ul.menu li:last-child {
            display: none; } }
      @media (min-width: 60em) {
        .top-utility-nav ul.menu li {
          margin-left: 1.625em; }
          .top-utility-nav ul.menu li:last-child {
            display: inline-block; } }
      .top-utility-nav ul.menu li > a {
        color: #ffffff;
        font-size: 0.875em;
        text-decoration: none;
        height: auto;
        line-height: inherit;
        padding: 0; }
        @media (min-width: 60em) {
          .top-utility-nav ul.menu li > a {
            font-size: 1.125em; } }
      .top-utility-nav ul.menu li.rep-finder a {
        position: relative;
        padding-right: 3.8571428571em; }
        .top-utility-nav ul.menu li.rep-finder a:after {
          content: '';
          position: absolute;
          top: -0.4285714286em;
          right: 0;
          background-image: url(img/ico-rep-finder-white.svg);
          background-size: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          width: 2.9564285714em;
          height: 2.9564285714em; }
        @media (min-width: 60em) {
          .top-utility-nav ul.menu li.rep-finder a {
            padding-right: 3em; }
            .top-utility-nav ul.menu li.rep-finder a:after {
              top: -0.3333333333em;
              width: 2.2994444444em;
              height: 2.2994444444em; } }
      @media (min-width: 60em) {
        .top-utility-nav ul.menu li.hide-desktop {
          display: none; } }
  @media (max-width: 48em) {
    .cds-image img {
      width: 100% !important;
      float: none !important;
    }
}
@media (min-device-width: 769px) and (max-device-width: 945px){
     .cds-image img {
      width: 60% !important;
      float: none !important;
    }
}

.gray-container{
    background-color: #E8E8E8;
    padding: 0.9375em 1.25em 1.25em;
}

.third-container{
    background-color: #E8E8E8;
    padding: 0.9375em 1em 1.25em;
}
@media (min-width: 960px){
#hs_cos_wrapper_widget_1672066391865{
width:51%;
float:right;
}
}
.hs-content-id-5270698836 .slick-arrow{
display:none !important;
}

.hs-content-id-5270698836 .slick-dots {
   position: relative;
    bottom: 40px !important;
    list-style: none;
/*     display: block; */
    text-align: center;
    padding: 0;
    width: 100%;
}

.hs-content-id-5270698836 .slick-dots li button{
/*  background: #FFFFFF 0% 0% no-repeat padding-box; */
/* border: 1px solid #FFFFFF; */
opacity: 1;
width: 10px;
height: 10px;
color:#ffff
}

.gdd-004-b-site-content >.full-wdth{
max-width:74.875em !important;
width:100%;
}

.hs-content-id-5270698836 .slick-dots li.slick-active button:before{
    color: #fff;
    opacity: 0.75;
}

.hs-content-id-5270698836 .slick-dots li button:before{
position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 10px;
    height: 10px;
    font-family: "slick";
/*     font-size: 6px; */
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
}

.hs-content-id-5270698836 .hs_cos_gallery_main .slick-dots li button:before{
font-size:10px;
}

.hs-content-id-5270698836 .slick-dots li{
position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}


.hs-content-id-5270698836 .title-one{
text-align: left;
font-weight: 700 !important;
/* letter-spacing: 0px; */
color: #1F1F1F !important;
/* text-transform: capitalize ; */
/* opacity: 1; */
font-size: 1.25em;
margin-top: 16px;
    margin-bottom: 16px;
}

 @media (min-width: 60em) {
   .hs-content-id-5270698836 .lp-page .dest-site-intro .inner-wrap-narrow {
      padding-top: 3.4em;
      padding-bottom: 3.5em; } 
}


.hs-content-id-5270698836 h2{
color:#128689;
font: normal normal normal 30px/38px Raleway;
letter-spacing: 0px;
}

.hs-content-id-5270698836 h2 span{
color:#128689;
font-size: 30px;
font-weight: 500;
letter-spacing: 0px;
}

.slick-list {
    position: relative;
}

.slick-list:before {
   content: '';
    background-image: url(https://393656.fs1.hubspotusercontent-na1.net/hubfs/393656/image/Replacement%20unit%20selector/Group%202.png);
    width: 100%;
    height: 245px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 178px;
    background-position: center;
 
}

@media (max-width: 500px){
  .slick-list:before{
 background-size: auto 120px;
  }
}

.slick-dots{
z-index:99;
}

.slick-list:after {
    content: "";
    background-color: #363636;
    left: 0;
    top: 0;
    width: 100%;
    height: 97%;
    position: absolute;
    opacity:0.5
}
@media only screen and (max-width: 639px) {
    .sh-utility-nav1.mob-left-side .sh-ico-menu span {
        color:#fff
    }

    .sh-utility-nav1.mob-left-side .sh-ico-menu {
        filter: brightness(2);
    }

    .sh-utility-nav1.mob-left-side {
        float: left!important;
        margin-top: 1em
    }

    .sh-utility-nav1.mob-left-side span.sh-icons span {
        color: transparent
    }

    .sh-utility-nav1.mob-left-side .sh-ico-menu {
        padding: 0
    }

    .sh-utility-nav {
        display: none
    }

    .site-nav-container.active {
        left: 0;
        position: fixed;
        top: 3.45em;
        overflow: auto
    }

    .sn-li-l2,.sn-li-l3,.sn-li-l3,.hs-menu-depth-2 {
        background-color: transparent
    }

    .troubleshoot-img {
        margin: 0!important;
        float: none!important
    }
}

@media only screen and (min-width: 640px) {
    .sh-utility-nav1.mob-left-side {
        display:none!important
    }
}

.hs-content-id-5270698836 .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    background-color: #363636;
}

.hs-content-id-5270698836 .hs_cos_gallery_main .slick-slide img, .hs_cos_gallery_thumbnails .slick-slide img, .hs_cos_gallery_lightbox .slick-slide img{
   mix-blend-mode: luminosity;
}

@media (min-width: 768px){
.hs-content-id-5270698836 .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox{
padding: 0 0 !important;
}
}
.site-header .top-utility-nav.stuck{
  overflow:inherit !important;
  z-index:9999;
}
.site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-item-has-children {
    position: relative; }
    .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-item-has-children .hs-menu-children-wrapper {
      /*display: block;*/
      position: absolute;
      left: 0;
      top: 100%;
      min-width: 11.875em;
      max-width: 11.9em;
      text-align: left;
      z-index: 9999; }
      .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-item-has-children .hs-menu-children-wrapper > li {
        margin-left: 0 !important;
        display: block; }
        .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-item-has-children .hs-menu-children-wrapper > li > a {
          display: block;
          background-color: #129689;
          float:left;
          width:100%;
          display:block;
          padding: 0.625em; }
        .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-item-has-children .hs-menu-children-wrapper > .hs-menu-children-wrapper  > li > a:hover {
          display:block;
          background: #f1b909; }
.site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-item-has-children .hs-menu-children-wrapper > li > a:hover{
  background: #f1b909;
}
    @media (min-width: 40em) {
      .site-header .top-utility-nav #hs_menu_wrapper_default ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
        display: block; } }
@media (max-width: 768px){
  .content-width{
    float: left !important;
    display: block !important;
/*     margin-right: 2.3576515979%; */
    width: 100% !important;
}

}
@media screen and (max-width: 959px) {
    .gdd-018-a a.rfq-btn.btn-alt,.gdd-018-a a.rfq-btn.btn-alt-download,.gdd-018-a a.rfq-btn.btn-alt-arrow,.gdd-018-a a.rfq-btn.btn-alt-rep {
        display:none;
    }
}
@media (min-width: 60em) {
    .menu-top-header-menu-container {
        display:none
    }
}
@media (min-width: 60em) {.sh-sticky-wrap.stuck .site-nav-container {
    margin-top: 10px;
  }}
@media (min-width: 60em) {
  .sh-right {
    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;
    font-size: 0.8em; } }

@media (min-width: 80em) {
  .sh-right {
    font-size: 0.9em; } }

@media (max-height: 46em) and (min-width: 60em) {
  .sh-right {
    font-size: 1em; } .sh-sticky-wrap.stuck .site-nav-container {
    margin-top: 0px;
  } }

@media (min-width: 87.5em) {
  .sh-right {
    font-size: 1em; } }

.sn-li-l2>a span, .sn-li-l3>a span, .hs-menu-depth-2>a span { 
    text-wrap: wrap;
}
@media (min-width: 961px) {
.hs-content-id-137685303604 .site-content{
margin-top: -146px;
    position: relative;
}
  .hs-content-id-137685112733 .site-content{
margin-top: -146px;
    position: relative;
}
}
.hs-content-id-137685112733 .site-content{
    display: block!important;
}

.rep-form-template .inner-wrap{
  padding-top:0;
  margin-bottom: 3em;
  width:100%;
}
.rep-form-wrap{
    margin-top: -1.5em !important;
}
@media(min-width:60em){
  .rep-form-wrap{
    margin-top: -4.5em !important;
  }
}
.rep-form h2{
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 0;
    margin-top: 0;
    font-size:30px;
    line-height:40px;
}
.rep-form p{
    margin-top: 0px;
}
.rep-form-wrap .rep-form {
    background-color: #e8e8e8;
    padding: 2.5em 2.5em;
    max-width: 65em;
    margin: auto;
    border-top:8px solid #12968b;
}
.rep-form input, label, select, #form-extended label {
    display: block;
    font-family: "Open Sans";
    font-size: 1em !important;
}
.rep-form textarea, .rep-form input[type="color"], .rep-form input[type="date"], .rep-form input[type="datetime"], .rep-form input[type="datetime-local"], .rep-form input[type="email"], .rep-form input[type="month"], .rep-form input[type="number"], .rep-form input[type="password"], .rep-form input[type="search"], .rep-form input[type="tel"], .rep-form input[type="text"], .rep-form input[type="time"], .rep-form input[type="url"], .rep-form input[type="week"], .rep-form textarea, .rep-form input[type="hidden"], .rep-form select[multiple=multiple], .rep-form select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #b5b3b3;
  font-family: "Open Sans";
  font-size: 1.25em;
  margin-bottom: 0.5em;
  padding: 0.65em .5em;
  width: 100% !important; 
 
}

.rep-form  select{
 padding: 5px 8px;
}
.rep-form .input{
 margin-right:0px !important;
}

.rep-form .form-columns-2 .hs-form-field:nth-child(1){
width:100%;
}

@media (min-width: 60em) {
.rep-form .form-columns-2 .hs-form-field:nth-child(1){
  width: 48.5%;
  margin-right: 1.5%;
  margin-bottom: 1em;
}
}

.rep-form .form-columns-2 .hs-form-field:nth-child(2){
width:100%;
} 

@media (min-width: 60em) {
.rep-form .form-columns-2 .hs-form-field:nth-child(2){
  width:48.5%;
  margin-left:1.5%;
  margin-bottom: 1em;
}
}

.rep-form .hs-button{
  margin: auto;
  padding: 1.2em 4em;
  font-weight: bold;
  border-radius: 0;
  margin-top: 1.5em;
}
.rep-ty-template .inner-wrap{
  max-width:70em;
}
.rep-form-ty-address .top-address-wrap .rep-left-content-sec h2{
      font-weight: bold;
      color: #108e82;
      font-size:30px;
      line-height:40px;
}
.rep-left-content-sec p a{
  white-space: pre;
}
.rep-right-form-sec h3{
    font-weight: bold;
    color: #212121;
    font-size: 24px;
    line-height: 35px;
}

.rep-add-box{
    background-color: #e8e8e8;
    padding: 1.5em 1.5em 3.5em;
    border-top: 8px solid #12968b;
    margin: 2em 0em 1em;
}
.rep-add-box p{
    margin:0;
}
@media(min-width:48em){
  .rep-form-ty-address{
      margin-top: -7.5em;
  }
  .top-address-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
  }
  .rep-left-content-sec{
    width: 60%;
    padding: 0 1em;
  }
  .rep-form-ty-address .top-address-wrap .rep-left-content-sec h2{
        margin-bottom: 2em;
  }
  .rep-right-form-sec{
    width: 40%;
  }
}
@media(min-width:60em){
  .rep-form-ty-address {
      margin-top: -11em;
  }
  .rep-form-ty-address .top-address-wrap .rep-left-content-sec h2 {
    margin-top: 2em;
  }
  .rep-left-content-sec {
    padding: 0 1em 0 4em;
  }
  
} 
@media(min-width:80em){
  .rep-add-box {
    padding: 2.5em 1.5em 4.5em; 
    margin: 2em -4em 1em 4em;
  }
}