/*!
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: #4d4d4d;
  font-family: "Lato";
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-size: 1.78125em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 2.1375em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 2.375em; } }

.xlarge-font-size {
  font-size: 1.03125em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 1.2375em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 1.375em; } }

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

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

.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: "Roboto Slab";
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 1.78125em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #4d4d4d; }
  @media (min-width: 40em) {
    h1 {
      font-size: 2.1375em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 2.375em; } }

h2 {
  font-size: 1.03125em;
  margin-top: 0;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.2375em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 1.375em; } }

h3 {
  font-size: 0.890625em;
  margin-top: 0;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h3 {
      font-size: 1.06875em; } }
  @media (min-width: 60em) {
    h3 {
      font-size: 1.3125em; } }

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

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: 12px 0;
  font-size: 1.0625em;
  line-height: 28px; }

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

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #376daf;
  text-decoration: underline; }
  a:hover {
    color: #254975; }
  a:active, a:focus {
    color: #254975;
    outline: none; }

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

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

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

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

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 0 solid #eeeeee;
  font-family: "Lato";
  font-size: 1.0625em;
  margin-bottom: 1em;
  padding: 0.50em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d5d4d4; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  select:focus {
    border-color: #376daf;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(49, 97, 156, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.0625em;
    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(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.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.0625em;
    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(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

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 #c8c8c8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eeeeee;
  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, .hs-button, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  line-height: 1;
  padding: 1em 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[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .hs-button:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input[type="submit"]:disabled, .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .hs-button:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .hs-button:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .hs-button {
  background-color: #e53a40;
  background: -webkit-linear-gradient(top, #e53a40 35%, #ba191e);
  background: linear-gradient(to bottom, #e53a40 35%, #ba191e);
  color: #ffffff;
  border: 2px solid #e53a40;
  text-align: center; }
  .btn:hover, button:hover,
  input[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .hs-button:hover {
    background-color: #ba191e;
    background: -webkit-linear-gradient(top, #e53a40 65%, #ba191e);
    background: linear-gradient(to bottom, #e53a40 65%, #ba191e);
    border-color: #e53a40; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .hs-button:after {
    background-color: #2b5588; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #4d4d4d; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #343333; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #343333; }

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

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

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

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

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

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

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

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

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #5a5a5a;
  background-color: #4d4d4d;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #ffffff;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #ffffff; }
    .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: 40em) {
      .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(img/ico-arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: block;
        width: 40px;
        position: absolute;
        background-color: #454545;
        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); } }
  .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-image: url(img/ico-arrow-down.svg);
    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:hover,
  .hs-menu-depth-1:hover {
    background-color: white; }
  @media (min-width: 40em) {
   
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #ffffff; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .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: 0.625em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: white; } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      //border-right: 1px solid #5a5a5a; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #ffffff; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: white; } }

.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: 40em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: transparent; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    color: #ffffff;
    border-top: 1px solid #4d4d4d;
    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: 1em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: transparent; }
  @media (min-width: 40em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: transparent; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 0.5em;
        line-height: 3.125em;
        border-top: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: transparent; }
        }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: transparent; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 0.5em;
        line-height: 3.125em;
        border-top: 1px solid #4d4d4d;
        border-right: 0px solid #4d4d4d; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: transparent; } }

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

.site-nav-container {
  background-color: #4d4d4d;
  width: 17em;
  height: 100%;
  right: -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 {
    right: 0; }
  @media (min-width: 40em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent; } }

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

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #376daf !important;
  font-family: "Roboto Slab";
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/img/ico-exit.png);
    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: 40em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 40em) {
    .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: 82.75em;
  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: 62.5em; }

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

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

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

.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: #376daf;
    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: #376daf; }
  .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: #4d4d4d;
  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: #4d4d4d;
    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: #4d4d4d;
  min-width: 200px; }

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

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

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

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

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 0;
      border: 1px solid #eeeeee; } }
  .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: 0;
      border-top-right-radius: 0; }
      @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: 0;
        border-bottom-right-radius: 0; } }
  .accordion-tabs .tab-link {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #eeeeee;
    color: #4d4d4d;
    display: block;
    font-weight: bold;
    font-size: 1.1875em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: "Roboto Slab";
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #376daf;
      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 #eeeeee;
          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: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #eeeeee;
        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 #eeeeee; }

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

/*=============== 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: #376daf;
  text-align:center;
  min-height: 10.625em; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 3.8125em;
    padding-bottom: 1.5em; }
  .page-intro h1 {
    margin: 0;
    color: #ffffff;
    text-align: center; }
  .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: 40.2913699012%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    padding: 20px 0 0 20px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    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: 36.0264677513%; }
    .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: 18.9668591516%; }
    .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: 40.2913699012%;
    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: 31.7615656014%; }
    .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: 65.8807828007%;
    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 #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .product-grid-item:hover {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999; }
    .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

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

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

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

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

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

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

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

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

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

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

.rm-item {
  text-align: center;
  background-color: #eeeeee;
  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: #4d4d4d;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #4d4d4d; }

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

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

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

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

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

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

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

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

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%; }

/*=============== Site Header ===============*/
.site-header-wrap {
  background-image: url(img/bg-site-intro.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.site-logo {
  max-width: 21.6875em;
  margin: 0 auto 1.25em auto;
  display: block; }
  @media (min-width: 40em) {
    .site-logo {
      margin: 0 2.25em 0 0;
      width: 47%;
      display: inline-block;
      vertical-align: top; } }
  .site-logo img {
    display: block; }

.site-logo-two {
  display: block;
  margin: 0 auto;
  max-width: 19.5625em; }
  .site-logo-two img {
    display: block; }
  @media (min-width: 40em) {
    .site-logo-two {
      width: 46%;
      display: inline-block;
      vertical-align: top; } }

@media (min-width: 60em) {
  .sh-sticky-wrap {
    //height: 3.125em; }
     }

.sh-utility-nav {
  background-color: #376daf;
  font-family: "Roboto Slab";
  color: #ffffff; }
  .sh-utility-nav .social-wrap {
    width: 15em;
    display: none; }
  .sh-utility-nav .inner-wrap, .sh-utility-nav .inner-wrap-narrow, .sh-utility-nav .inner-wrap-wide, .sh-utility-nav .inner-wrap-fullwidth {
    padding-top: 0.375em;
    padding-bottom: 0.3125em; }
  @media (min-width: 40em) {
    .sh-utility-nav {
      text-align: right; } }

.mi-usa {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 1em;
  padding-right: 2.9375em;
  background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/flag.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 2.3125em 1.25em;
  line-height: 1.25em; }
  @media (min-width: 40em) {
    .mi-usa {
      float: left; } }

  @media (min-width: 40em) {
    .sh-email {
      margin-top: 0;
      display: inline-block;
      vertical-align: top; } }

.sh-icons {
  float: right; }

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

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

.sh-ico-search {
  background-image: url(img/ico-search.svg); }

.sh-ico-menu {
  background-image: url(img/ico-nav.svg); }
  @media (min-width: 40em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 10em;
    padding-bottom: 10em; }

/*=============== 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;
  min-height: 400px; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #ffffff;
  border-top: 2px solid #376daf;
  text-align: left;
  color: #4d4d4d; }
  .site-footer a {
    color: #4d4d4d;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
    padding-bottom: 0.8125em;
    padding-top: 1.625em; }

.sf-wrap {
  border-top: 1px solid #cfcfcf;
  max-width: 46.375em;
  margin: 0 auto; }
  .sf-wrap p {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 0.8125em;
    margin-bottom: 1.5em; }
    @media (min-width: 40em) {
      .sf-wrap p {
        display: inline-block;
        vertical-align: top;
        width: 37%; }
        .sf-wrap p:first-child {
          width: 60%; } }
    @media (min-width: 60em) {
      .sf-wrap p {
        display: inline-block;
        vertical-align: top;
        width: 30%; }
        .sf-wrap p:first-child {
          width: 64%; } }

.sf-title {
  font-size: 1.3125em;
  line-height: 1em;
  color: #376daf;
  margin: 0 0 0.619047619em 0;
  text-align: center; }

.sf-small {
  background-color: #376daf;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 0.75em;
    padding-bottom: 1em; }
  .sf-small p {
    font-size: 0.875em;
    margin: 0;
    color: #ffffff;
    line-height: 1.4285714286em; }
    .sf-small p a {
      color: #ffffff;
      text-decoration: none; }
      .sf-small p a:hover {
        text-decoration: underline; }

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

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

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

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

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

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

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

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

.search-module {
  background-color: #999;
  height: 6.8em;
  margin-top: -6.8em;
  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-exit {
  float: right;
  margin-left: -30px;
  margin-bottom: 5px;
  top: 32px;
z-index:9;
  right: 0;    position: relative; }
  .search-exit img {
    width: 1.1875em; }

@media (min-width: 40em) {
.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;
}
}

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

.ebook-image {
  display: block;
  margin: 0 auto 1em; }

.hs-form {
  background: #cfcfcf;
  padding: 1.8em 1.25em;
  margin-bottom: 1em; }
  .hs-form .hs-button {
    width: 100%;
    margin-top: 0.75em; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

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

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

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

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

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

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

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

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

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

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

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

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

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

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

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

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

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

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\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]
*/




/* gdd 007 b css start */
.gdd-007-b.page-intro {
  text-align: center; }
  @media (min-width: 40em) {
    .gdd-007-b.page-intro {
      min-height: 100%; }
      .gdd-007-b.page-intro > .inner-wrap, .gdd-007-b.page-intro > .inner-wrap-narrow, .gdd-007-b.page-intro > .inner-wrap-wide, .gdd-007-b.page-intro > .inner-wrap-fullwidth {
        padding-top: 1.5em;
        padding-bottom: 1.5em; }
        .gdd-007-b.page-intro > .inner-wrap > span, .gdd-007-b.page-intro > .inner-wrap-narrow > span, .gdd-007-b.page-intro > .inner-wrap-wide > span, .gdd-007-b.page-intro > .inner-wrap-fullwidth > span {
          display: inline-block;
          vertical-align: middle; }
          .gdd-007-b.page-intro > .inner-wrap > span:first-child, .gdd-007-b.page-intro > .inner-wrap-narrow > span:first-child, .gdd-007-b.page-intro > .inner-wrap-wide > span:first-child, .gdd-007-b.page-intro > .inner-wrap-fullwidth > span:first-child {
            margin-right: 0.5em; }
      .gdd-007-b.page-intro h1 {
        font-size: 1.25em; } }
  @media (min-width: 60em) {
    .gdd-007-b.page-intro h1 {
      font-size: 2.125em; } }
  @media (min-width: 80em) {
    .gdd-007-b.page-intro h1 {
      font-size: 2.375em; } }

.gdd-007-b .tn-badge__link {
  max-width: 7.3125em;
  display: inline-block;
  margin-top: 1.1875em;
  vertical-align: top; }
  .gdd-007-b .tn-badge__link img {
    display: block;
    vertical-align: top; }
  @media (min-width: 40em) {
    .gdd-007-b .tn-badge__link {
      max-width: 4.6875em;
      margin-top: 0; } }
  @media (min-width: 80em) {
    .gdd-007-b .tn-badge__link {
      max-width: 7.3125em; } }

.gdd-007-b .form-title {
  position: relative;
  font-size: 0.875em;
  padding-left: 5.7142857143em; }
  .gdd-007-b .form-title:before {
    content: "";
    position: absolute;
    left: 1em;
    top: 0.5714285714em;
    background-image: url(https://info.electrosteam.com/hubfs/arrow-gdd.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 4.2857142857em;
    height: 3.5714285714em;
    background-size: 4.2857142857em 3.5714285714em; }

@media (max-width: 40em) {
  .gdd-007-b .hs-form fieldset.form-columns-2 .hs-form-field, .gdd-007-b .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100%; }
  .gdd-007-b .hs-form fieldset.form-columns-2 .input, .gdd-007-b .hs-form fieldset.form-columns-1 .input {
    margin-right: 0; }
    .gdd-007-b .hs-form fieldset.form-columns-2 .input .hs-input, .gdd-007-b .hs-form fieldset.form-columns-1 .input .hs-input {
      width: 100% !important; } }

@media (min-width: 40em) {
  .gdd-007-b .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input, .gdd-007-b .hs-form fieldset.form-columns-1 .hs-form-field:last-child .input {
    margin-right: 0; } }

@media (min-width: 60em) {
  .gdd-007-b.two-column .site-content-primary {
    margin-right: 2%;
    width: 68%; }
  .gdd-007-b.two-column .site-content-secondary {
    width: 30%; } }

.gdd-007-b .hs-submit {
  text-align: center; }

.gdd-007-b .hs-button {
  max-width: 18.75em; }
.gdd-contact-map{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.cm-left {
  width: 100%;
  position: relative;
  margin-bottom: 0.625em; }
  .cm-left img {
    display: block;
    width: 100%; }
  @media (min-width: 40em) {
    .cm-left {
      /*float: left;*/
      width: 100%;
      position: relative;
      margin-bottom: 0; 
      max-height:275px;overflow:hidden;}
    .cm-left img {
      opacity:0;
    }
      .cm-left:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: white; } }
  @media (min-width: 60em) {
    .cm-left:hover .cm-link {
      opacity: 1; } }

.cm-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  text-align: center; }
  .cm-link > span {
    display: block; }
  .cm-link > a {
    color: white; }
    .cm-link > a:hover, .cm-link > a:focus, .cm-link > a:active {
      color: white; }
  @media (min-width: 60em) {
    .cm-link {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }

/*.cm-right {
  width: 100%;
  position: relative; }
  .cm-right img {
    display: block;
    width: 100%; }
  @media (min-width: 40em) {
    .cm-right {
      float: left;
      width: 50%;
      position: relative; } }
  @media (min-width: 60em) {
    .cm-right:hover .cm-link {
      opacity: 1; } }*/

/* gdd 007 b css end */


/* gdd 014 b start */

.hero-module {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #376DAF;
    background-blend-mode: multiply;
    position: relative;
  text-align:center;
}
.hero-module:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 109, 175, 0.5);
}
.hero-module > .inner-wrap {
    position: relative;
    padding-top: 60px;
}
.hm-icons {
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(https://info.electrosteam.com/hubfs/img/Path%20346.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5px 30px;
    transform: translateX(-50%);
    display: flex;
  align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hm-icons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    padding: 0;
    line-height: 0;
  flex: 1;
}
.hm-icons img {
    display: inline-block;
    vertical-align: middle;
}
.sh-heading {
    font-size: 24px;
    color: white;
      font-family: 'Roboto Slab';
    
    text-transform: uppercase;
  line-height: 28px;
  display: inline-block;
    vertical-align: middle;
}
.sh-heading span {
    font-size: 16px;
    display: block;
  font-family: "Lato";
  font-weight:400;
  
}
.content-module > .inner-wrap{
  padding-top: 48px;
}
.content-module p {
    font-size: 16px;
    line-height: 22px;
}
.form-module > .inner-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-wrapper {
    background-color: #EFEFEF;
    padding: 30px 20px;
}
.form-heading {
    font-size: 22px;
    color: #212121;
}
.form-text {
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 22px;
}
.form-wrapper .hs-form{
background-color: transparent;
    padding: 0;
}
.form-wrapper .hs-form label{
  display:none;
}
.form-wrapper .hs-form .hs_submit.hs-submit {
    text-align: center;
}
.form-wrapper .hs-form .hs-button {
       width: auto;
    margin-top: 0.75em;
    padding: 13px 50px;
    font-size: 18px;
    background: transparent linear-gradient(180deg, #E43A40 0%, #C21F24 100%) 0% 0% no-repeat padding-box;
    font-weight: 700;
    border-radius: 2px;
    border: 2px solid #E43A40;
}
.form-wrapper .hs-error-msgs label {
    color: red !important;
    display: block !important;
}
.form-wrapper .hs-form .input {
    margin-right: 0 !important;
}
.form-wrapper .hs-form .hs-input {
    width: 100% !important;
  padding: 0.5em 0.5em 0.5em 1.4em !important;
  
}
.form-wrapper .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.hs-error-msg {
    color: red !important;
}
.hs-error-msgs label {
    color: red !important;
}
.hs_recaptcha.hs-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
}
.fm-content {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #EBEBEB;
    margin-top: 40px;
    padding: 90px 20px 30px;
    background-image: url(https://info.electrosteam.com/hubfs/img/Tab.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 87% 54px;
}
.fm-content h2 {
    font-size: 22px;
    color: #4D4D4D;
}
.fm-content a {
    color: #4D4D4D;
    text-decoration: none;
}
.map-module .inner-wrap {
    position: relative;
}
.map-module .inner-wrap:hover.cm-link {
 opacity:1;
}
.map-module * {
    color: #4d4d4d !important;
}
.map-module .cm-link {
 opacity:0;
}
.advantages-of-generators-module{
      
}
.advantages-of-generators-module > .inner-wrap {
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}
.agm-heading {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
}
.agm-content {
    margin: 30px 0;
}
.agm-content ul {
    display: flex;
    
    justify-content: space-around;
    color: white;
    flex-wrap: wrap;
    margin-left: 0 !important;
    padding-left: 0;
    flex-direction: column;
  clear:none;
}
.agm-content .rows-of-2 ul {
    align-items: baseline;
}

.agm-content .rows-of-2 li {
    text-align:left;
}
.agm-content li {
    position: relative !important;
    margin-bottom: 30px !important;
    flex: 1;
    margin: 0 5px;
    font-size: 16px !important;
    line-height: 20px !important;
  
}
.agm-content li:last-child{
  margin-bottom: 15px !important;
}


.agm-content li span {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    position: relative;
    background-image: url(https://info.electrosteam.com/hubfs/img/noun-checkmark-3988330-FFFFFF.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 20px 20px;
    line-height: 26px;
}
.agm-cta {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: white;
    text-decoration: none;
    padding: 10px 74px;
    background-image: url(https://info.electrosteam.com/hubfs/img/Path%20399.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    line-height: 34px;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.agm-cta:hover{
  background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/img/cat-hr.png);
  color: white;
}

.agm-cta:focus{
  background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/img/cat-hr.png);
  color: white;
}

@media screen and (min-width:481px){
  .form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-right: 10px;
    width: calc(50% - 5px);
}
  .form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
}
  
}
@media screen and (min-width:640px){
  .agm-content ul {
    align-items:center;
  }
  .hero-module {
    
    text-align: left;
}
  .hm-icons{
    left: auto;
    transform: none;
    right: 24px;
  }
  .thomas-badge {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
}
@media screen and (min-width:960px){
 .hero-module > .inner-wrap {
    padding-bottom: 52px;
    padding-top: 52px;
}
  .hm-icons{
        padding: 9px 36px;
  }
  .hm-icons a{
        margin: 0 27px;
  }
  .sh-heading{
    font-size: 40px;
    line-height: 40px;
    width:80%;
  }
  .sh-heading span {
    font-size: 24px;
    
    
    
}
  .fm-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
  .form-wrapper {
    
    
    width: 53%;
}
  .fm-content {
    width: 45%;
    margin-left: 2%;
    margin-top: 0;
    padding: 102px 47px 30px;
}
  .hm-icons a:hover {
    opacity: 0.8;
}
  .content-module > .inner-wrap {
    padding-top: 48px;
}
  .form-module > .inner-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
  .form-wrapper {
    
    padding: 45px 43px 28px;
    width: 58%;
}
  .form-heading {
    font-size: 28px;
    
    margin-bottom: 6px;
}
  .form-text {
    margin-top: 6px;
}
  .form-wrapper .hs-form .hs-button {
    font-size: 28px;
    padding: 11px 50px;
}
  .fm-content {
    width: 40%;
    padding: 102px 54px 30px;
        background-size: 87% 47px;
}
  .fm-content h2 {
    font-size: 28px;
    color: #4D4D4D;
    line-height: 32px;
}
  .fm-content hr {
    margin: 40px 0;
}
  .map-module .inner-wrap {
    position: relative;
    padding-top: 5px;
    padding-bottom: 60px;
}
  .map-module img {
    display: block;
    width: 100%;
}
  .advantages-of-generators-module > .inner-wrap {
    padding-top: 55px;
    padding-bottom: 50px;
    position: relative;
}
  .agm-heading {
    font-size: 30px;
}
  .agm-content {
    margin: 30px 0;
}
  .agm-content ul {
    
    
    
    
    
    flex-direction: column;
}
  .agm-content li {
    position: relative !important;
    margin-bottom: 30px !important;
    flex: 1;
    margin: 0 20px;
    font-size: 18px !important;
    line-height: 22px !important;
}
  
  .agm-content li:last-child{
  margin-bottom: 15px !important;
}
  
  .agm-content li span {
   
    background-position: 0px 4px;
    background-size: 34px 34px;
    line-height: 42px;
        padding-left: 54px;
}
 .agm-cta {
    font-size: 30px;
    padding: 7px 10px;
    max-width: 360px;
}
  .form-wrapper .hs-form .hs-button:hover{
    background: linear-gradient(to bottom, #e53a40 65%, #ba191e);
  }
  .advantages-of-generators-module {
    text-align: center;
}
}
/* gdd 014 b end */


.sh-utility-nav-new{
   background: #376DAF 0% 0% no-repeat padding-box;
}

.sh-utility-nav-new .inner-wrap{
padding-top:11px;
padding-bottom:11px;
}

.sh-utility-nav-new .mi-usa-new {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 1em;
  padding-left: 2.9375em;
  background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/flag.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 2.3125em 1.25em;
  line-height: 1.25em;
  margin:0 auto;
  float: right;
}
/* @media (min-width: 40em){
  .sh-utility-nav-new .mi-usa-new{
  
}
} */


.site-header-new > .inner-wrap{
        padding-top: 24px;
    padding-bottom: 24px;
}

.site-header-new .site-logo{
    margin: 0 auto;
    display: block;
    vertical-align: top;
   
}

@media (min-width: 40em){
  .site-header-new .site-logo{
  display:inline-block;
  width: 299px;
   height: 73px;
  margin:0;
}
}

.site-header-new .site-logo img{
display:block;
width:100%;
}

.site-header-new .rfq-btn {
    position: relative;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #E43A40;
    background: transparent linear-gradient(180deg, #E43A40 0%, #BC2025 100%) 0% 0% no-repeat;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0.6666666667em 1.3333333333em;
    text-decoration: none;
    transition: background 0.1s linear;
  margin:20px auto;
}

@media (min-width: 40em){
.site-header-new .rfq-btn{
margin: 0;
}
}



.site-header-new .rfq-btn:hover{
    color: #ffffff;
    background: transparent linear-gradient(180deg, #E43A40 25%, #BC2025 100%) 70% 25% no-repeat;
}

@media (min-width: 40em){
.site-header-new .su-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}

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


.site-footer-new {
    text-align: center;
    margin-top: 1.5em;
    font-size: 1em;
}

@media (min-width: 60em){
.site-footer-new {
    text-align: left;
}
}

.sf-top {
    color: #333333;
    display: table;
    width: 100%;
}

.site-footer-new .inner-wrap{
max-width: 1233px;
}

.sf-top .inner-wrap{
    padding-bottom: 4em;
    padding-top: 4em;
}

.sf-main-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.sf-item1 {
    width: 100%;
}

@media (min-width: 60em){
.sf-item1 {
    width: 27%;
    margin-right: 2.8125em;
}
}

@media (min-width: 80em){
.sf-item1 {
    width: 35%;
}
}

.sf-item2 {
    width: 100%;
}

@media (min-width: 60em){
.sf-item2 {
    width: 13%;
    margin-right: 2.0625em;
}
}

.sf-item3 {
    width: 100%;
}

@media (min-width: 60em){
.sf-item3 {
    width: 13%;
    margin-right: 2.0625em;
}
}


.sf-item4 {
    width: 100%;
}

@media (min-width: 60em){
.sf-item4 {
    width: 34%;
}
}

@media (min-width: 80em){
.sf-item4 {
    width: 29%;
}
}

.sf-logo {
    display: inline-block;
    max-width: 20.6875em;
    margin-bottom: 2.9375em;
  text-decoration:none;
}
.sf-logo img{
   width: 20.6875em;
}

.sf-company {
    display: block;
    font-size: 1em;
    font-weight: 700;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.625em;
}

.sf-address {
    display: block;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}

.sf-address {
    display: block;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}


.sf-links li {
    line-height: 1.125em;
    margin-bottom: 0.875em;
}

.sf-links li a{
    text-decoration: none;
    color: #000000;
    font-size: 1em;
    font-family: "Roboto Slab", serif;
}

.sf-links li a:hover{
  color: #477DCA;
}

@media (min-width: 60em){
.sf-details-wrap {
    display: flex;
 justify-content: space-between;
}
}

.sf-phone, .sf-fax, .sf-phone, .sf-email {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    line-height: 1.625em;
}

.sf-phone a, .sf-fax a, .sf-phone a, .sf-email a {
    text-decoration: none;
    color: #333;
}
.sf-btn-wrap {
    margin-top: 3.0625em
}

@media only screen and (min-width: 361px) {
    .sf-btn-wrap {
        display:flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width: 40em) {
    .sf-btn-wrap {
        display:flex;
        align-items: center
    }
}

@media (min-width: 60em) {
    .sf-btn-wrap {
        justify-content:space-between
    }
}

.sf-btn-wrap .btn {
    font-size: 1em;
    padding: .625em 1.1875em;
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    border: 2px solid #E43A40;
    background: transparent linear-gradient(180deg,#E43A40 0%,#BC2025 100%) 0% 0% no-repeat;
    text-align: center;
    font-family: "Roboto Slab",serif;
    font-weight: 700;
    line-height: 1.2em;
    padding: .625em 1.1875em;
    text-decoration: none;
    transition: background 0.1s linear
}

.sf-btn-wrap .btn:hover {
    color: #E43A40
}

@media (max-width: 40em) {
    .sf-btn-wrap .btn:first-child {
        margin-right:0
    }
}

@media only screen and (max-width: 371px) and (min-width:360px) {
    .sf-btn-wrap .btn {
        padding:.625em
    }
}

@media only screen and (max-width: 1013px) and (min-width:960px) {
    .sf-btn-wrap .btn {
        padding:.625em
    }
}

.sf-btn-wrap .btn-primary {
    font-size: 1em;
    background: #376DAF;
    border: 2px solid #376DAF;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .625em
}

.sf-btn-wrap .btn-primary:hover {
    background: transparent;
    color: #477DCA
}

@media only screen and (max-width: 371px) and (min-width:360px) {
    .sf-btn-wrap .btn-primary {
        padding:.625em
    }
}

@media (min-width: 361px) {
    .sf-btn-wrap .btn-primary {
        margin-right:.625em;
        margin-bottom: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 1013px) and (min-width:960px) {
    .sf-btn-wrap .btn-primary {
        padding:.625em
    }
}

.sf-btn-wrap .linked-in {
    display: inline-block;
    margin: .625em
}

.sf-btn-wrap .linked-in img {
    opacity: .8
}

.sf-btn-wrap .linked-in:hover img {
    opacity: 1
}

@media (min-width: 40em) {
    .sf-btn-wrap .linked-in {
        margin:0 .625em
    }
}
/* .sf-btn-wrap {
    margin-top: 3.0625em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 460px){
  .sf-btn-wrap{
 display: inline-block;
}
}

@media (min-width: 992px){
  .sf-btn-wrap{
  justify-content: end;
}
}




.sf-btn-wrap .btn:first-child {
    margin-right: 1em;
}

@media (max-width: 460px){
  .sf-btn-wrap .btn:first-child{
  margin:20px auto;
margin-right:0;
}
}


.sf-btn-wrap .btn {
    font-size: 1em;
    padding: 0.75em 1.1875em;
}
 */

.btn, .btn-primary, .btn-color, .btn-color-alt, .btn-secondary {
    position: relative;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #E43A40;
    background: transparent linear-gradient(180deg, #E43A40 0%, #BC2025 100%) 0% 0% no-repeat;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0.6666666667em 1.3333333333em;
    text-decoration: none;
    transition: background 0.1s linear;
}

.btn-primary {
    background: #376DAF;
    border: 2px solid #376DAF;
    color: #ffffff;
}

.btn-primary:hover{
background: transparent;
    border-color: #376DAF;
    color: #477DCA;
}

.sf-small {
    background-color: #CFCFCF;
}
.site-footer-new .sf-small .inner-wrap{
padding-top: 15px;
    padding-bottom: 15px;
}
.sf-small .inner-wrap{
    padding-top: 10px;
    padding-bottom: 10px;
}

.sf-small-wrap {
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.9;
}

@media (min-width: 60em){
.sf-small-wrap {
    display: flex;
    justify-content: space-between;
}
}

.sf-small a{
   color: #333333;
    text-decoration: underline;
}

.sf-small a:hover{
text-decoration: none;
}

.social-icons a {
    text-decoration: none;
}

.social-icons a .icon-youtube-play {
    font-size: 1.25em;
    position:relative;
background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/youtube-icon-gray-svg.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 18px;
    background-size: 20px;
    background-position: top;
    display: block;
    margin:5px auto;
}

@media (min-width: 60em){
.social-icons a .icon-youtube-play{
    right: 36px;
     margin:0 auto;
}
}


.page-intro-new {
    min-height: 212px;
    background-size: cover;
    background-position: 42% 65%;
    background-repeat: no-repeat;
    position: relative;
}

.page-intro-new:before {
    background-color: #002664;
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-intro-new .inner-wrap{
    padding: 47px 24px 47px 24px;
    position:relative;
}

.page-intro-new h1{
    text-align: left;
    
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    float: right;
    
  }

@media (min-width: 60em){
  .page-intro-new h1{
  width: 65%;
  font: normal normal bold 40px/45px Roboto Slab;
}
}

.page-intro-new h1 span{
    text-align: left;
    font: normal normal normal 24px/55px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    display:block;
    line-height:normal;
}


 .site-content.custom-two-column .site-content-secondary {
    padding: 0 0 0 20px;
    float: left;
    display: block;
    
    margin-right: 0; 
     text-align: left;
    font: normal normal normal 18px/32px Lato;
    letter-spacing: 0px;
    color: #4C4C4C;
    opacity: 1;
}

@media (min-width: 60em){
  .site-content.custom-two-column .site-content-secondary{
 
    width: 65.3509785009%;
}
}


    .site-content.custom-two-column .site-content-secondary:last-child {
      margin-right: 0; 
}
  .site-content.custom-two-column .site-content-primary {
    display: block;
 }

@media (min-width: 60em){
  .site-content.custom-two-column .site-content-primary{
   width: 31.0264677513%;
   margin-right: 2.3576515979%;
   float: left;
}
}


    .site-content.custom-two-column .site-content-primary:last-child {
      margin-right: 0; 
}

.custom-two-column .ebook-image {
    display: block;
    position: relative;
    margin:0 auto;
    max-width: 500px;
    width: 100%;
}



@media (min-width: 60em){
  .custom-two-column .ebook-image{
   margin-top: -59%;
  margin-left: 15px;
      max-width: 100%;
}
}

.custom-two-column .site-content-secondary p{
  font-size:18px;
  line-height:32px;
}

.custom-two-column .site-content-secondary ul{
  padding-left: 18px;
}

.custom-two-column .site-content-secondary ul li{
  font-size:18px;
line-height:32px;
}

.custom-two-column .site-content-secondary ul li:after{
    background-repeat: no-repeat;
    background-color: #C21F24;
    border-radius: 50%;
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 14px;
    left: -16px;
  background-image:none;
}

.custom-two-column .additional-content{
  clear:both;
    display: block;
  position:relative;
}

/* @media (min-width: 60em){
.custom-two-column .additional-content:before{
    content: "";
    position: absolute;
    width: 225px;
    height: 196px;
    background-image: url(https://info.electrosteam.com/hubfs/noun-arrow-2841231-FFFFFF.svg);
    opacity: 1;
    z-index: 9;
    top: -82px;
    left: -84px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: matrix(0.64, 0.77, -0.77, 0.64, 0, 0);
}
} */

.custom-two-column .additional-content .hs-form{
    padding: 46px 20px;
    margin-bottom: 1em;
    background-color: #EFEFEF;
    opacity: 1;
    position:relative;
        margin: 0 auto;
    max-width: 1132px;
}

@media (min-width: 60em){
  .custom-two-column .additional-content .hs-form{
 padding: 46px 67px;
}
}

@media (min-width: 60em){
.custom-two-column .additional-content .hs-form:before{
 content: '';
    position: absolute;
    width: 225px;
    height: 196px;
    display:block;
    background-image: url(https://info.electrosteam.com/hubfs/noun-arrow-2841231-FFFFFF.svg);
    opacity: 1;
    top: -127px;
    left: -50px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: matrix(0.64, 0.77, -0.77, 0.64, 0, 0);
}
}

@media (min-width: 80em){
.custom-two-column .additional-content .hs-form:before{
    left: -83px;
}
}

.custom-two-column .additional-content .hs-form h1{
    text-align: left;
    font: normal normal bold 28px/37px Roboto Slab;
    letter-spacing: 0px;
    color: #212121;
    opacity: 1;
  margin:0;
}

.custom-two-column .additional-content .hs-form .hs-richtext span{
  text-align: left;
font: normal normal bold 18px/23px Lato;
letter-spacing: 0px;
color: #212121;
opacity: 1;
    padding-bottom: 20px;
    display: block;
    padding-top: 4px;
}

.custom-two-column .additional-content .hs-form .actions {
    margin: 0 auto;
    text-align: center;
position:relative;
max-width: 236px;
}

@media (max-width: 40em){
.custom-two-column .additional-content .hs-form .actions{
    margin: inherit;
}
}

.custom-two-column .additional-content .hs-form .actions:after{
    content: '';
    width: 33px;
    height: 26px;
    position: absolute;
    background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/download_FILL0_wght400_GRAD0_opsz24.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 36px;
    display: block;
    color: #fff;
    z-index: 2;
    top: 15px;
    right: 26px;
}

.custom-two-column .additional-content .hs-form .actions .hs-button{
/*       width: auto; */
      text-align: center;
    font: normal normal bold 28px/37px Roboto Slab;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 9px 73px 11px 24px;
    border: 2px solid #E43A40;
    border-radius: 2px;
    opacity: 1;
    margin: 0;
     position:relative;   
}

@media (max-width: 400px){
.custom-two-column .additional-content .hs-form .actions .hs-button{
font-size:22px;
 padding: 9px 73px 11px 10px;
}
}

.testimonial {
    background-color: #cfcfcf;
    margin: 60px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}

.testimonial .Test-heading{
    font-size: 44px;
    font-weight: 600;
    color: #1b4c72;
    margin: 0 auto 3em;
    text-align: center;
    font-family: roboto slab, palatino linotype, book antiqua, Palatino, serif;
}

.testimonial-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial-content {
    width: 40%;
    margin: 0 24px;
    background: #fff;
    padding-bottom: 24px;
    box-shadow: 1px 4px 14px #969696;
    border: 2px solid #ddd;
}

.test-module-new .testimonial-content.testimonial-01 {
    position: relative;
    text-align: center;
    padding: 60px 50px 30px;
}

.test-module-new .testimonial-content.testimonial-01 {
    padding: 60px 50px 30px;
}

.test-module-new .testimonial-01 img {
    margin: -7.5em auto 0;
    text-align: center;
/*     width:auto; */
    border-radius: 15px;
    border: 1px solid #b3b3b3;
}

.test-module-new .testimonial-content.testimonial-02 {
    position: relative;
    text-align: center;
    padding: 60px 50px 30px;
}

.test-module-new .testimonial-content.testimonial-02 {
    padding: 60px 50px 30px;
}

.test-module-new .testimonial-02 img {
    margin: -7.5em auto 0;
    text-align: center;
/*     width:auto; */
    border-radius: 15px;
    border: 1px solid #b3b3b3;
}

.test-module-new .testimonial-content span {
    font-size: 1em;
    padding-left: 24px;
    padding-right: 24px;
    margin: 15px 0;
    display: block;
}

.test-module-new .testimonial-from {
    color: #1b4c72;
        padding-left: 24px;
    padding-right: 24px;
}

.testimonial-name {
    font-size: 1.3em;
    font-weight: 600;
}

@media only screen and (max-width: 991px){
.test-module-new .testimonial-content.testimonial-01 {
    margin-bottom: 5em;
}
}

@media (max-width: 991px){
.testimonial-content {
    margin: 0 4% 12px;
    width: 90%;
}
}

@media (max-width: 991px){
.testimonial-content {
    margin: 0 4% 12px;
    width: 90%;
}
}

.test-module-new .testimonial-content hr{
    border-bottom: 2px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
}

.icon-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    margin-left: auto;
    background-position: left center;
    min-width: 226px;
    text-align: center;
    background-color: #d5e0ed;
    transform: skew(26deg);
    position: absolute;
    top: 0;
    right: 57px;
}

.icon-wrapper::after {
        content: '';
    position: absolute;
    top: 0;
    right: -22px;
    width: 20%;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: #d5e0ed;
    transform: skew(-45deg);
}

/* @media (min-width: 991px){
  .icon-wrapper{
display:block;
}
} */

.icon-wrapper .wrap {
    transform: skew(-26deg);
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    margin-left: 31px;
}

.sh-iw-search {
    width: 1.125em;
    height: 1.125em;
    background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/search-mob.svg);
    background-repeat: no-repeat;
    background-size: 1.125em 1.125em;
    display: inline-block;
    vertical-align: middle;
}

.sh-mail {
    font-size: 1.125em;
    line-height: 1.2222222222em;
    background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/mail-mob.svg);
    background-repeat: no-repeat;
    background-size: 1.125em 0.8125em;
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    padding-left: 1.2777777778em;
    position: relative;
    text-decoration: none;
       margin-left: 53px;
}



.sh-iw-search span{
display:none;
}

.sh-mail span {
display:none;
}

.sh-ph span{
display:none;
}

.additional-content #hs_cos_wrapper_widget_1702445065661{
padding: 0px 20px;
}

.hs-form .grecaptcha-badge{
    margin-bottom: 7px;
}

.social-icons >a span{
      display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.social-icons >a span svg{
  height: 20px;
    
}


/* new header styling */

.search-submit {
  height: 2.4rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px; }
  .search-submit .icon {
    font-size: 1.3em; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(https://www.electrosteam.com/wp-content/uploads/ico-search-white-new.svg) no-repeat center center !important; }
  .search-submit:focus {
    outline: none; }


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



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

.search-module .web-plp-search-wrap {
    width: calc(100% - 25px);
    display: inline-block;
    vertical-align: middle;
}


.search-module .search-exit {
    display: inline-block;
    height: 20px;
    margin: 1px auto 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
    float: none; }
@media (min-width: 40em) {
    .site-search {
        width: 100%;
    }

    .search-text {
        height: 2.3em;
        margin-top: 25px;
    }

    .search-submit {
        height: 2.3em;
    }
}

.search-module {
    background-color: #999;
    height: auto;
    margin-top: -9.8em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    -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;
    z-index: 1005;
}

.search-module .inner-wrap,
.search-module .inner-wrap-narrow,
.search-module .inner-wrap-wide,
.search-module .inner-wrap-fullwidth {
    padding: 1.25em 0.625em;
}

.search-module .web-plp-search-wrap {
    width: calc(100% - 25px);
    display: inline-block;
    vertical-align: middle;
}

.search-module .web-plp-search-wrap .website-search-wrap {
    margin-bottom: 0;
}

.search-module .plp-search-wrap {
    margin-bottom: 0;
}

.search-module .search-table {
    display: table;
    width: 100%;
    float: right;
    padding: 0;
}

.search-module .search-table .search-row {
    display: table;
    width: 100%;
    margin-bottom: 19px;
}

@media (min-width: 40em) {
    .search-module .search-table .search-row {
        display: table-row;
        width: 100%;
        margin-bottom: 0;
    }
}

.search-module .search-table .search-row .search-cell1 {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 60em) {
    .search-module .search-table .search-row .search-cell1 {
        width: 92%;
    }
}

.search-module .search-table .search-row .search-cell2 {
    display: table-cell;
    width: 3.75em;
    border: 0;
    vertical-align: middle;
    text-align: center;
}

@media (min-width: 60em) {
    .search-module .search-table .search-row .search-cell2 {
        width: 6%;
    }
}

.search-module .search-table .search-text {
    height: auto;
    margin-top: 0;
}

.search-module .search-exit.active {
    display: inline-block;
    height: 20px;
    margin: 1px auto 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
    float: none;
}

@media (max-width: 640px) {
    .search-module {
        height: 9em;
    }
}

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

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

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

@media (min-width: 60em) {

    .sn-level-1,
    #hs_menu_wrapper_primary_nav>ul {
        height: 3.125em;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sn-li-l1,
.hs-menu-depth-1 {
    display: block;
    border-bottom: 1px solid #5b8bd0;
    background-color: #ffffff;
    position: relative;
}

.sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -0.32px;
}

@media (min-width: 40em) {

    .sn-li-l1 span,
    .hs-menu-depth-1 span {
        font-size: 1em !important;
    }
}

/* @media (min-width: 60em) {

    .sn-li-l1 span,
    .hs-menu-depth-1 span {
        font-size: 0.8125em !important;
    }
} */

@media (min-width: 80em) {

    .sn-li-l1 span,
    .hs-menu-depth-1 span {
        font-size: 1em !important;
    }
}

.sn-li-l1>a,
.hs-menu-depth-1>a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #4D4D4D !important;
    text-decoration: none;
    padding: 0 1em;
}

.sn-li-l1.has-subnav .m-subnav-arrow,
.sn-li-l1.menu-item-has-children .m-subnav-arrow,
.sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/gddnav-icon-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    background-color: #e6e6e6;
    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;
    }
}

@media (min-width: 60em) {

    .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-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/gddnav-icon-down-arrow.svg);
        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);
}

@media (min-width: 60em) {

    .sn-li-l1,
    .hs-menu-depth-1 {
        height: 3.125em;
        float: left;
        border-bottom: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        text-align: center;
        /*
    &: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: 1em;
    }

    .sn-li-l1>a,
    .hs-menu-depth-1>a {
        padding: 0 0.5em;
        color: #ffffff;
    }

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

    .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: 0.625em;
        display: inline;
    }

    .sn-li-l1.has-subnav>a.active span,
    .sn-li-l1.menu-item-has-children>a.active span,
    .sn-li-l1.hs-item-has-children>a.active span,
    .hs-menu-depth-1.has-subnav>a.active span,
    .hs-menu-depth-1.menu-item-has-children>a.active span,
    .hs-menu-depth-1.hs-item-has-children>a.active span {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/ico-arrow-down.svg);
    }
}

@media (min-width: 60em) {

    .sn-li-l1 span,
    .hs-menu-depth-1 span {
        font-size: 1em;
    }

    .sn-li-l1>a,
    .hs-menu-depth-1>a {
        padding: 0 0.5em;
        color: #ffffff;
    }

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

.sn-level-2,
.hs-menu-children-wrapper {
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
}

.sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: block;
}

@media (min-width: 60em) {

    .sn-level-2,
    .hs-menu-children-wrapper {
        position: absolute;
        background-color: #fff;
        min-width: 200px;
        border-top: 5px solid #E43A40;
        text-align: left;
        padding-left: 10px;
        box-shadow: 0px 3px 6px #00000029;
    }
}

.sn-li-l2,
.sn-li-l3,
.sn-li-l4,
.hs-menu-depth-2 {
    position: relative;
}

.sn-li-l2>a,
.sn-li-l3>a,
.sn-li-l4>a,
.hs-menu-depth-2>a {
    padding: 0 1em;
    color: #000;
    border-top: 1px solid #477dca;
    display: block;
    text-decoration: none;
    line-height: 3.125em;
}

.sn-li-l2>a span,
.sn-li-l3>a span,
.sn-li-l4>a span,
.hs-menu-depth-2>a span {
    font-size: 1em;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1380px) {

    .sn-li-l2>a span,
    .sn-li-l3>a span,
    .sn-li-l4>a span,
    .hs-menu-depth-2>a span {
        white-space: normal;
    }
}

.sn-li-l2:last-child>a,
.sn-li-l3:last-child>a,
.sn-li-l4:last-child>a,
.hs-menu-depth-2:last-child>a {
    border-bottom: 0;
}

@media (min-width: 40em) {

    .sn-li-l2,
    .sn-li-l3,
    .sn-li-l4,
    .hs-menu-depth-2 {
        position: relative;
    }

    .sn-li-l2>a,
    .sn-li-l3>a,
    .sn-li-l4>a,
    .hs-menu-depth-2>a {
        padding: 0 0.5em;
        line-height: 3.125em;
    }

    .sn-li-l2>a span,
    .sn-li-l3>a span,
    .sn-li-l4>a span,
    .hs-menu-depth-2>a span {
        font-size: 1em;
    }
}

@media (min-width: 60em) {

    .sn-li-l2,
    .sn-li-l3,
    .sn-li-l4,
    .hs-menu-depth-2 {
        padding: 0 .5em;
    }

    .sn-li-l2>a,
    .sn-li-l3>a,
    .sn-li-l4>a,
    .hs-menu-depth-2>a {
        line-height: 1.125em;
        border: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 16px;
    }

    .sn-li-l2:hover .sn-level-3,
    .sn-li-l3:hover .sn-level-3,
    .sn-li-l4:hover .sn-level-3,
    .sn-li-l2:hover .hs-menu-children-wrapper,
    .sn-li-l3:hover .hs-menu-children-wrapper,
    .sn-li-l4:hover .hs-menu-children-wrapper,
    .hs-menu-depth-2:hover .sn-level-3,
    .hs-menu-depth-2:hover .hs-menu-children-wrapper {
        display: block;
    }
}

@media (min-width: 60em) {

    .sn-li-l2.menu-item-has-children>a span,
    .menu-item-has-children.sn-li-l3>a span,
    .menu-item-has-children.sn-li-l4>a span,
    .sn-li-l2.hs-item-has-children>a span,
    .hs-item-has-children.sn-li-l3>a span,
    .hs-item-has-children.sn-li-l4>a span,
    .hs-menu-depth-2.menu-item-has-children>a span,
    .hs-menu-depth-2.hs-item-has-children>a span {
        padding-right: 0em;
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/gddnav-right-arrow.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 0.4375em;
        display: block;
        padding: 5px 12px 5px 0;
    }

    .sn-li-l2.menu-item-has-children>a:hover span,
    .menu-item-has-children.sn-li-l3>a:hover span,
    .menu-item-has-children.sn-li-l4>a:hover span,
    .sn-li-l2.hs-item-has-children>a:hover span,
    .hs-item-has-children.sn-li-l3>a:hover span,
    .hs-item-has-children.sn-li-l4>a:hover span,
    .hs-menu-depth-2.menu-item-has-children>a:hover span,
    .hs-menu-depth-2.hs-item-has-children>a:hover span {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/gddnav-right-arrow-red.svg);
    }
}

.sn-level-3 {
    padding: 0;
    margin: 0;
    padding-top: 1px;
    display: none;
    position: relative;
}

.sn-level-3.active {
    display: block;
}

@media (min-width: 60em) {
    .sn-level-3 {
        position: absolute;
        top: -5px !important;
        left: 100%;
        min-width: 220px;
        background-color: #fff !important;
        border-top: 3px solid #ff0000;
    }
}

.sn-level-4 {
    padding: 0;
    margin: 0;
    padding-top: 1px;
    display: none;
    position: relative;
}

.sn-level-4.active {
    display: block;
}

@media (min-width: 60em) {
    .sn-level-4 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
}

@media (min-width: 60em) {

    .sn-li-l3.active-submenu>a,
    .active-submenu.sn-li-l4>a {
        color: #fe0000 !important;
    }

    .sn-li-l3.active-submenu>a span,
    .active-submenu.sn-li-l4>a span {
        /*background-image: url(img/gddnav-icon-down-arrow-red.svg);*/
        background-size: 0.75em;
    }
}

@media (min-width: 60em) {

    .sn-li-l3:hover .sn-level-4,
    .sn-li-l4:hover .sn-level-4,
    .sn-li-l3:hover .hs-menu-children-wrapper,
    .sn-li-l4:hover .hs-menu-children-wrapper {
        display: block;
        top: -6px !important;
    }
}

@media (min-width: 60em) {

    .sn-li-l3.menu-item-has-children>a:hover span,
    .menu-item-has-children.sn-li-l4>a:hover span,
    .sn-li-l3.hs-item-has-children>a:hover span,
    .hs-item-has-children.sn-li-l4>a:hover span {
        /*background-image: url(img/gddnav-icon-down-arrow-red.svg);*/
        background-size: 0.75em;
    }
}

@media (min-width: 60em) {
    .sn-li-l4>a {
        padding-left: 1em;
        line-height: 1.7em;
        /*padding-top: em(5);
            padding-bottom: em(5);*/
    }
}

.site-nav-container {
    background-color: #ffffff;
    width: 100%;
    right: -100%;
    max-width: 23.4375em;
    top: 0;
    z-index: 1000;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.site-nav-container.active {
    right: 0;
}

@media (min-width: 60em) {
    .site-nav-container {
        width: auto;
        height: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static;
        background-color: transparent;
        max-width: 100%;
    }
}

.site-nav-container-screen {
    position: absolute;
    display: none;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.site-nav-container-screen.active {
    display: block;
}

@media (min-width: 40em) {
    .site-nav-container-screen {
        display: none !important;
    }
}

.close-menu {
    display: inline-block;
    clear: both;
    position: relative;
    text-align: center;
    color: #477DCA !important;
    font-family: "Roboto Slab", serif;
    padding: 0.25em 1em;
    padding-right: 1.5625em;
    margin: 0 auto;
    font-size: 0.875em;
    background-color: #ffffff;
    border-radius: 0.1875em;
}

.close-menu:visited {
    color: #ffffff;
}

.close-menu:hover {
    color: #ffffff;
}

.close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/img/ico-exit.png);
    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;
    }
}

@media (min-width: 60em) {
    .gdd-011-nav .sub-menu {
        width: auto !important;
    }
}

.gdd-011-nav .sub-menu a:hover {
    color: #fe0000 !important;
}

@media (min-width: 60em) {
    .gdd-stain .sn-level-4 {
        /* height: 200px;*/
    }
}

.sh-top-nav .logo-link {
    display: block;
    text-align: center;
    margin: 0.75em auto;
    width: 235px;
}
.sh-utility-nav {
    background-color: #eee;
    padding: 0 1em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.menu-link {
    background: 0 0;
    border: none;
    position: relative;
    width: 40px;
    height: 40px;
    outline: none;
    padding: 0 !important;
}

.menu-link .icon {
    color: #fa0000;
    display: inline-block;
    font-size: 40px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.menu-link .icon:before {
    content: "\e008";
    font-family: b2b-font;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.sh-ico-menu {
    width: 1.1875em;
    height: 1em;
    background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/ico-nav.svg);
    background-size: 1.1875em 1em;
    display: inline-block;
    vertical-align: middle;
}

.sh-ico-menu span {
    display: none;
}

@media (min-width: 60em) {
    .sh-ico-menu {
        display: none;
    }
}

.sh-email {
    width: 1.125em;
    height: 0.8125em;
    background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/mail-mob.svg);
    background-repeat: no-repeat;
    background-size: 1.125em 0.8125em;
    display: inline-block;
    vertical-align: middle;
}

.sh-email span {
    display: none;
}

@media (min-width: 60em) {
    .sh-email {
        font-size: 1.125em;
        line-height: 1.2222222222em;
        /*width: auto;
    height: auto;*/
        /*background: none;*/
        font-style: italic;
        font-weight: 700;
        color: #ffffff;
        padding-left: 1.2777777778em;
        position: relative;
        text-decoration: none;
        margin-left: 1.8333333333em;
    }

    .sh-email span {
        display: inline-block;
    }

    .sh-email:before {
        content: '';
        width: 1.0555555556em;
        height: 0.7777777778em;
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/mail.svg);
        background-repeat: no-repeat;
        background-size: 1.0555555556em 0.7777777778em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .sh-email:hover {
        color: #DE9264;
    }

    .sh-email:hover:before {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/mail-light-brown.svg);
    }

    .sh-email:focus:not(:hover):not(:active) {
        color: #DE9264;
    }

    .sh-email:focus:not(:hover):not(:active):before {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/mail-light-brown.svg);
    }
}

.sh-ph {
    width: 0.9375em;
    height: 0.9375em;
    background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/phone-mob.svg);
    background-repeat: no-repeat;
    background-size: 0.9375em 0.9375em;
    display: inline-block;
    vertical-align: middle;
}

.sh-ph span {
    display: none;
}

@media (min-width: 60em) {
    .sh-ph {
        font-size: 1.125em;
        line-height: 1.2222222222em;
        /* width: auto;
    height: auto;*/
        /*background: none;*/
        font-style: italic;
        font-weight: 700;
        color: #ffffff;
        padding-left: 1.1666666667em;
        position: relative;
        text-decoration: none;
        margin-left: 1.8333333333em;
    }

    .sh-ph span {
        display: inline-block;
    }

    .sh-ph:before {
        content: '';
        width: 0.8333333333em;
        height: 0.8333333333em;
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/phone.svg);
        background-repeat: no-repeat;
        background-size: 0.8333333333em 0.8333333333em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .sh-ph:hover {
        color: #DE9264;
    }

    .sh-ph:hover:before {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/phone-light-brown.svg);
    }

    .sh-ph:focus:not(:hover):not(:active) {
        color: #DE9264;
    }

    .sh-ph:focus:not(:hover):not(:active):before {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/phone-light-brown.svg);
    }
}
.sh-ico-search {
    width: 1.125em;
    height: 1.125em;
    background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/search-mob.svg);
    background-repeat: no-repeat;
    background-size: 1.125em 1.125em;
    display: inline-block;
    vertical-align: middle;
}

.sh-ico-search span {
    display: none;
}

@media (min-width: 60em) {
    .sh-ico-search {
        font-size: 1.125em;
        line-height: 1.2222222222em;
        /* width: auto;
    height: auto;
    background: none;*/
        font-style: italic;
        font-weight: 700;
        color: #ffffff;
        padding-left: 1.2777777778em;
        position: relative;
        text-decoration: none;
        margin-left: 1.6666666667em;
    }

    .sh-ico-search span {
        display: inline-block;
    }

    .sh-ico-search:before {
        content: '';
        width: 1em;
        height: 1em;
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/search.svg);
        background-repeat: no-repeat;
        background-size: 1em 1em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .sh-ico-search:hover {
        color: #DE9264;
    }

    .sh-ico-search:hover:before {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/search-light-brown.svg);
    }

    .sh-ico-search:focus:not(:hover):not(:active) {
        color: #DE9264;
    }

    .sh-ico-search:focus:not(:hover):not(:active):before {
        background-image: url(https://www.electrosteam.com/wp-content/themes/electrosteam-default/img/search-light-brown.svg);
    }
}

.sh-btn.sh-btn-desk {
    display: none;
}

.sh-btn.sh-btn-mob {
    font-size: 1em;
    text-transform: inherit;
    display: inline-block;
    padding: .625em;
    text-align: center;
}

@media (min-width: 60em) {
    .sh-btn.sh-btn-desk {
        display: inline-block;
        padding: 0.8888888889em 1.3888888889em;
    }

    .sh-btn.sh-btn-desk span:first-child {
        display: none;
    }

    .sh-btn.sh-btn-desk span:last-child {
        display: inline-block;
    }

    .sh-btn.sh-btn-mob {
        display: none;
    }
}

@media (min-width: 80em) {
    .sh-btn.sh-btn-desk span:first-child {
        display: inline-block;
    }

    .sh-btn.sh-btn-desk span:last-child {
        display: none;
    }
}
.sh-top-nav .logo-link {
    display: block;
    text-align: center;
    margin: 0.75em auto;
    width: 235px;
}

@media (min-width: 60em) {
    .site-header-desk {
        display: block;
    }
}

@media (min-width: 60em) {

    .site-header-desk .inner-wrap,
    .site-header-desk .inner-wrap-narrow,
    .site-header-desk .inner-wrap-wide,
    .site-header-desk .inner-wrap-fullwidth {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 959px) {

    .site-header-desk>.inner-wrap,
    .site-header-desk>.inner-wrap-narrow,
    .site-header-desk>.inner-wrap-wide,
    .site-header-desk>.inner-wrap-fullwidth {
        padding-top: 0;
        padding-bottom: 0;
    }
}


.header-five-two-sided {
  font-family: roboto slab, palatino linotype, book antiqua, Palatino, serif;
  width: 100%;
  z-index: 10; }
  .header-five-two-sided .site-header-contact-bar {
    background-color: #376daf;
    color: #fff;
    padding: 0 0; }
    .header-five-two-sided .site-header-contact-bar > .inner-wrap, .header-five-two-sided .site-header-contact-bar > .inner-wrap-narrow, .header-five-two-sided .site-header-contact-bar > .inner-wrap-wide, .header-five-two-sided .site-header-contact-bar > .inner-wrap-fullwidth {
      padding-top: 0;
      padding-bottom: 0; }
    .header-five-two-sided .site-header-contact-bar a {
      color: #fff;
      text-decoration: none; }
      .header-five-two-sided .site-header-contact-bar a:hover {
        color: #fff;
        text-decoration: underline; }
      .header-five-two-sided .site-header-contact-bar a:visited {
        color: #fff; }
        .header-five-two-sided .site-header-contact-bar a:visited:hover {
          color: #fff;
          text-decoration: underline; }
  .header-five-two-sided .contact-bar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 6px 0; }
  .header-five-two-sided .made-in-usa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9375em; }
    .header-five-two-sided .made-in-usa img {
      max-height: 25px;
      margin-right: 12px; 
      border-style: none;
      max-width: 100%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 1.625em;
  }
  .header-five-two-sided .contact-bar-info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header-five-two-sided .contact-bar-info-section > * {
      margin-left: 6px; }
    .header-five-two-sided .contact-bar-info-section .icon {
      position: relative;
      top: 2px; }
  .header-five-two-sided .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0; }
    .header-five-two-sided .top-menu > li > a {
      display: block; }
      @media (min-width: 60em) {
        .header-five-two-sided .top-menu > li > a {
          padding: 0 7px !important; } }
      @media (min-width: 80em) {
        .header-five-two-sided .top-menu > li > a {
          padding: 0 18px !important; } }
  .header-five-two-sided .site-header-top-bar {
    background-color: #fff;
    color: #818181;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    box-shadow: 0 3px 4px #c7c7c7 inset, 0 0 8px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 3px 4px #c7c7c7 inset, 0 0 8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 3px 4px #c7c7c7 inset, 0 0 8px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 3px 4px #c7c7c7 inset, 0 0 8px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 4px #c7c7c7 inset, 0 0 8px rgba(0, 0, 0, 0.7); }
  .header-five-two-sided .site-header-top-bar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .header-five-two-sided .header-cleaners {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .header-five-two-sided .header-cleaners .logo-link {
      width: 33%;
      padding: 10px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .header-five-two-sided .header-cleaners .logo-link > a {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        max-width: 18.75em;
        margin-top: 0.3125em; }
      .header-five-two-sided .header-cleaners .logo-link img {
        max-height: 70px;
        height: auto;
        width: auto;
        display: block; }
    .header-five-two-sided .header-cleaners .header-menu {
      width: 43%; }
  .header-five-two-sided .header-generators {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .header-five-two-sided .header-generators .logo-link {
      width: 33%;
      padding: 10px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .header-five-two-sided .header-generators .logo-link img {
        max-height: 70px;
        height: auto;
        width: auto; }
    .header-five-two-sided .header-generators .header-menu {
      width: 43%; }
  .header-five-two-sided .site-branding {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .header-five-two-sided .site-branding a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-five-two-sided .site-branding a > * {
        padding-top: 12px;
        padding-bottom: 12px; }
  .header-five-two-sided .top-bar-right-side {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header-five-two-sided .top-bar-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 48px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header-five-two-sided .left-primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0; }
    .header-five-two-sided .left-primary-menu a {
      color: #000; }
      .header-five-two-sided .left-primary-menu a:hover {
        color: #e53a40; }
      .header-five-two-sided .left-primary-menu a:visited {
        color: #000; }
        .header-five-two-sided .left-primary-menu a:visited:hover {
          color: #e53a40; }
    .header-five-two-sided .left-primary-menu > li {
      position: relative; }
      .header-five-two-sided .left-primary-menu > li > a {
        padding: 12px 36px;
        display: block;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1em;
        color: #fa0000;
        color: #fa0000 !important; }
        .header-five-two-sided .left-primary-menu > li > a .icon {
          position: relative;
          top: 2px; }
      .header-five-two-sided .left-primary-menu > li > span {
        padding-left: 12px; }
      .header-five-two-sided .left-primary-menu > li > .sub-menu {
        opacity: 0;
        -webkit-transition: 350ms all;
        transition: 350ms all;
        display: none;
        padding: 12px 0;
        min-width: 400px;
        padding-left: 0;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 100%;
        list-style: none;
        z-index: -1;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
        .header-five-two-sided .left-primary-menu > li > .sub-menu > li {
          width: calc(100%/2); }
          .header-five-two-sided .left-primary-menu > li > .sub-menu > li > a {
            display: block;
            padding: 3px 12px;
            text-decoration: none;
            -webkit-transition: .2s all;
            transition: .2s all;
            font-size: .8em;
            font-weight: 600; }
            .header-five-two-sided .left-primary-menu > li > .sub-menu > li > a:hover {
              background: #f5f5f5;
              text-decoration: none;
              -webkit-transition: .2s all;
              transition: .2s all; }
            .header-five-two-sided .left-primary-menu > li > .sub-menu > li > a:visited {
              text-decoration: none;
              -webkit-transition: .2s all;
              transition: .2s all; }
              .header-five-two-sided .left-primary-menu > li > .sub-menu > li > a:visited:hover {
                text-decoration: none;
                -webkit-transition: .2s all;
                transition: .2s all; }
          .header-five-two-sided .left-primary-menu > li > .sub-menu > li > .sub-menu {
            list-style: none;
            padding-left: 0;
            color: #fff; }
            .header-five-two-sided .left-primary-menu > li > .sub-menu > li > .sub-menu > li > a {
              display: block;
              padding: 3px 12px;
              -webkit-transition: .2s all;
              transition: .2s all;
              font-size: .75em;
              text-decoration: none; }
              .header-five-two-sided .left-primary-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
                background: #f5f5f5;
                text-decoration: none;
                -webkit-transition: .2s all;
                transition: .2s all; }
              .header-five-two-sided .left-primary-menu > li > .sub-menu > li > .sub-menu > li > a:visited {
                text-decoration: none;
                -webkit-transition: .2s all;
                transition: .2s all; }
                .header-five-two-sided .left-primary-menu > li > .sub-menu > li > .sub-menu > li > a:visited:hover {
                  text-decoration: none;
                  -webkit-transition: .2s all;
                  transition: .2s all; }
            .header-five-two-sided .left-primary-menu > li > .sub-menu > li > .sub-menu > li.strong a {
              font-size: .8em;
              font-weight: 600; }
        .header-five-two-sided .left-primary-menu > li > .sub-menu .current_page_item {
          color: #e53a40; }
          .header-five-two-sided .left-primary-menu > li > .sub-menu .current_page_item:visited {
            color: #e53a40; }
      .header-five-two-sided .left-primary-menu > li:hover > a {
        padding-bottom: 10px;
        border-bottom: 2px solid #fa0000;
        background-color: #f5f5f5; }
      .header-five-two-sided .left-primary-menu > li:hover > .sub-menu {
        opacity: 1;
        -webkit-transition: all 350ms;
        transition: all 350ms;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .header-five-two-sided .left-primary-menu .current_page_item > a {
      padding: 12px 12px 10px; }
  .header-five-two-sided .right-primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0; }
    .header-five-two-sided .right-primary-menu a {
      color: #000; }
      .header-five-two-sided .right-primary-menu a:hover {
        color: #e53a40; }
      .header-five-two-sided .right-primary-menu a:visited {
        color: #000; }
        .header-five-two-sided .right-primary-menu a:visited:hover {
          color: #e53a40; }
    .header-five-two-sided .right-primary-menu > li {
      position: relative; }
      .header-five-two-sided .right-primary-menu > li > a {
        padding: 12px 36px;
        display: block;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1em;
        color: #fa0000;
        color: #024a95 !important; }
        .header-five-two-sided .right-primary-menu > li > a .icon {
          position: relative;
          top: 2px; }
      .header-five-two-sided .right-primary-menu > li > span {
        padding-left: 12px; }
      .header-five-two-sided .right-primary-menu > li > .sub-menu {
        opacity: 0;
        -webkit-transition: 350ms all;
        transition: 350ms all;
        display: none;
        padding: 12px 0;
        min-width: 400px;
        padding-left: 0;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 100%;
        list-style: none;
        z-index: -1;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
        min-width: 200px; }
        .header-five-two-sided .right-primary-menu > li > .sub-menu > li {
          width: calc(100%/2);
          width: 100%; }
          .header-five-two-sided .right-primary-menu > li > .sub-menu > li > a {
            display: block;
            padding: 3px 12px;
            text-decoration: none;
            -webkit-transition: .2s all;
            transition: .2s all;
            font-size: .8em;
            font-weight: 600; }
            .header-five-two-sided .right-primary-menu > li > .sub-menu > li > a:hover {
              background: #f5f5f5;
              text-decoration: none;
              -webkit-transition: .2s all;
              transition: .2s all; }
            .header-five-two-sided .right-primary-menu > li > .sub-menu > li > a:visited {
              text-decoration: none;
              -webkit-transition: .2s all;
              transition: .2s all; }
              .header-five-two-sided .right-primary-menu > li > .sub-menu > li > a:visited:hover {
                text-decoration: none;
                -webkit-transition: .2s all;
                transition: .2s all; }
          .header-five-two-sided .right-primary-menu > li > .sub-menu > li > .sub-menu {
            list-style: none;
            padding-left: 0;
            color: #fff; }
            .header-five-two-sided .right-primary-menu > li > .sub-menu > li > .sub-menu > li > a {
              display: block;
              padding: 3px 12px;
              -webkit-transition: .2s all;
              transition: .2s all;
              font-size: .75em;
              text-decoration: none; }
              .header-five-two-sided .right-primary-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
                background: #f5f5f5;
                text-decoration: none;
                -webkit-transition: .2s all;
                transition: .2s all; }
              .header-five-two-sided .right-primary-menu > li > .sub-menu > li > .sub-menu > li > a:visited {
                text-decoration: none;
                -webkit-transition: .2s all;
                transition: .2s all; }
                .header-five-two-sided .right-primary-menu > li > .sub-menu > li > .sub-menu > li > a:visited:hover {
                  text-decoration: none;
                  -webkit-transition: .2s all;
                  transition: .2s all; }
            .header-five-two-sided .right-primary-menu > li > .sub-menu > li > .sub-menu > li.strong a {
              font-size: .8em;
              font-weight: 600; }
        .header-five-two-sided .right-primary-menu > li > .sub-menu .current_page_item {
          color: #e53a40; }
          .header-five-two-sided .right-primary-menu > li > .sub-menu .current_page_item:visited {
            color: #e53a40; }
      .header-five-two-sided .right-primary-menu > li:hover > a {
        padding-bottom: 10px;
        border-bottom: 2px solid #fa0000;
        background-color: #f5f5f5; }
      .header-five-two-sided .right-primary-menu > li:hover > .sub-menu {
        opacity: 1;
        -webkit-transition: all 350ms;
        transition: all 350ms;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .header-five-two-sided .right-primary-menu .current_page_item > a {
      padding: 12px 12px 10px;
      background-color: transparent; }

@media screen and (min-width: 1400px) {
    .header-five-two-sided .contact-bar-content {
        padding: 14px 0;
    }
}

@media screen and (min-width: 960px) {
    .header-five-two-sided .top-menu {
        font-size: 1em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1400px) {
    .header-five-two-sided .top-menu {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media screen and (min-width: 960px) {
    .utility-menu>li {
        height: 30px;
        line-height: 30px;
    }
}

.gdd-011-b {
    background-color: #fff;
    box-shadow: 0 3px 4px #c7c7c7 inset, 0 0 8px rgba(0, 0, 0, .7);
}

@media (min-width: 60em) {
    .site-header-desk {
        display: block;
    }
}

@media (min-width: 60em) {
    .sh-top-nav {
        display: none;
    }
}

.rfq-btn,
.sh-btn {
    font-size: 1em;
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #E43A40;
    background: transparent linear-gradient(180deg, #E43A40 0%, #BC2025 100%) 0% 0% no-repeat;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0.6666666667em 1.3333333333em;
    text-decoration: none;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.rfq-btn:hover,
.rfq-btn:focus,
.rfq-btn:visited,
.sh-btn:hover,
.sh-btn:focus,
.sh-btn:visited {
    color: #ffffff !important;
    background: transparent linear-gradient(180deg, #E43A40 25%, #BC2025 100%) 70% 25% no-repeat;
}

@media (min-width: 60em) {

    .rfq-btn .xl-text,
    .sh-btn .xl-text {
        display: none;
    }
}

@media (min-width: 80em) {

    .rfq-btn .xl-text,
    .sh-btn .xl-text {
        display: inline-block;
    }
}

@media (min-width: 60em) {

    .rfq-btn .l-text,
    .sh-btn .l-text {
        display: inline-block;
    }
}

@media (min-width: 80em) {

    .rfq-btn .l-text,
    .sh-btn .l-text {
        display: none;
    }
}
@media (max-width: 959px) {

    .rfq-btn-desk,
    .logo-link-desk {
        display: none;
    }
}
.site-nav-container {
    background-color: #ffffff;
    width: 100%;
    right: -100%;
    max-width: 23.4375em;
    top: 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;
  bottom: auto;
  height: auto;
}

.site-nav-container.active {
    right: 0;
}

@media (min-width: 60em) {
    .site-nav-container {
        width: auto;
        height: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static;
        background-color: transparent;
        max-width: 100%;
        z-index: 1;
    }
}

.site-nav-container-screen {
    position: absolute;
    display: none;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.site-nav-container-screen.active {
    display: block;
}

@media (min-width: 40em) {
    .site-nav-container-screen {
        display: none !important;
    }
}

.close-menu {
    display: inline-block;
    clear: both;
    position: relative;
    text-align: center;
    color: #477DCA !important;
    font-family: "Roboto Slab", serif;
    padding: 0.25em 1em;
    padding-right: 1.5625em;
    margin: 0 auto;
    font-size: 0.875em;
    background-color: #ffffff;
    border-radius: 0.1875em;
}

.close-menu:visited {
    color: #ffffff;
}

.close-menu:hover {
    color: #ffffff;
}

.close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://5066334.fs1.hubspotusercontent-na1.net/hubfs/5066334/img/ico-exit.png);
    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;
    }
}

@media (min-width: 60em) {
    .gdd-011-nav .sub-menu {
        width: auto !important;
    }
}

.gdd-011-nav .sub-menu a:hover {
    color: #fe0000 !important;
}

.top-menu .menu-item-has-children {
    position: relative;
}

.top-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.top-menu .sub-menu {
    display: none;
    min-width: 12.5em;
    position: absolute;
    top: 100%;
    left: 1.125em;
    z-index: 2;
}

.top-menu .sub-menu a {
    display: block;
    background-color: red;
    padding: 0.5714285714em;
    line-height: normal;
    padding-left: 1.5em;
}

.top-menu .sub-menu a:hover {
    background-color: #376daf;
}

/*.sub-menu-item{
    &:hover{
        color: #E43A40 !important;
    }
}*/
.sub-menu-item:hover>a {
    color: #E43A40 !important;
}


.gdd-011-b .logo-cleaners {
    max-width: 151px;
  height: auto;
}

@media (min-width: 40em) {
    .gdd-011-b .logo-cleaners {
        max-width: 100%;
    }
}

.gdd-011-b .sw-logo-cleaners {
    max-width: 80px;
}

@media (min-width: 60em) {
    .gdd-011-b .sw-logo-cleaners {
        float: right;
    }
}

.gdd-011-b .logo-link {
    margin-right: 1%;
}

@media (min-width: 60em) {
    .gdd-011-b .logo-link {
        width: 15%;
        float: left;
    }
}

@media (min-width: 80em) {
    .gdd-011-b .logo-link {
        width: 13.9375em;
    }
}



.gsh-icon {
    float: right;
}

@media (min-width: 60em) {
    .gsh-icon {
        display: none !important;
    }
}

@media (min-width: 60em) {

    .gdd-011-b .sn-li-l1.has-subnav>a span,
    .gdd-011-b .sn-li-l1.menu-item-has-children>a span,
    .gdd-011-b .sn-li-l1.hs-item-has-children>a span,
    .gdd-011-b .hs-menu-depth-1.has-subnav>a span,
    .gdd-011-b .hs-menu-depth-1.menu-item-has-children>a span,
    .gdd-011-b .hs-menu-depth-1.hs-item-has-children>a span {
        background-size: 10px 10px;
    }

    .gdd-011-b .sn-li-l2.menu-item-has-children>a span,
    .gdd-011-b .menu-item-has-children.sn-li-l3>a span,
    .gdd-011-b .menu-item-has-children.sn-li-l4>a span,
    .gdd-011-b .menu-item-has-children.sn-li-l3>a span,
    .gdd-011-b .menu-item-has-children.sn-li-l4>a span,
    .gdd-011-b .menu-item-has-children.sn-li-l4>a span,
    .gdd-011-b .sn-li-l2.hs-item-has-children>a span,
    .gdd-011-b .hs-item-has-children.sn-li-l3>a span,
    .gdd-011-b .hs-item-has-children.sn-li-l4>a span,
    .gdd-011-b .hs-item-has-children.sn-li-l3>a span,
    .gdd-011-b .hs-item-has-children.sn-li-l4>a span,
    .gdd-011-b .hs-item-has-children.sn-li-l4>a span,
    .gdd-011-b .hs-menu-depth-2.menu-item-has-children>a span,
    .gdd-011-b .hs-menu-depth-2.hs-item-has-children>a span {
        background-size: 10px 10px;
    }
}

.gdd-011-b .close-menu {
    background-color: #fa0000;
    color: #fff !important;
    text-decoration: none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

@media (min-width: 60em) {
    .gdd-011-b .s-demo-cta {
        float: right;
        font-size: 11px;
    }
}

@media (min-width: 80em) {
    .gdd-011-b .s-demo-cta {
        font-size: 14px;
    }
}

@media (max-height: 46em) and (min-width: 60em) {
    .gdd-011-b .site-nav {
        width: 83%;
    }
}

@media (min-width: 80em) {
    .gdd-011-b .site-nav {
        width: 78%;
    }
}

/** gdd-011 end **/
.s-demo-cta {
    display: none;
}

@media (min-width: 60em) {
    .s-demo-cta {
        display: inline-block;
        background: #fe0000;
        background: -moz-linear-gradient(top, #fe0000 0%, #e00 33%, #d20001 74%, #c60000 100%);
        background: -webkit-linear-gradient(top, #fe0000 0%, #e00 33%, #d20001 74%, #c60000 100%);
        background: linear-gradient(to bottom, #fe0000 0%, #e00 33%, #d20001 74%, #c60000 100%);
        border: 1px solid #fe0000;
        text-decoration: none;
        padding: 12px 11px;
        font-size: 14px;
        font-weight: 700;
        color: #fff !important;
    }

    .s-demo-cta:hover {
        text-decoration: underline;
    }
}
@media (max-width: 959px) {
    .header-five-two-sided .site-header-contact-bar {
        font-size: .8em;
    }
      .header-five-two-sided .top-menu {
        display: none;
    }
}

@media screen and (min-width: 960px) {

.sub-menu>li>.sub-menu {
        background: #fff none repeat scroll 0 0 !important;
        display: none;
        left: 100% !important;
        position: absolute !important;
        top: -14px;
        min-width: 213px !important;
        border-top: 5px solid #E43A40;
        box-shadow: 0px 3px 6px #00000029;
    }
  .sub-menu>li.menu-item-has-children>a {
        font-weight: bold !important;
    }

    .sub-menu>li>a>.icon-angle-down {
        display: inline-block;
        font-weight: 700;
        transform: rotate(-90deg);
    }

    .sub-menu>li.active>a>.icon-angle-down {
        transform: rotate(0deg);
    }
  .sh-sticky-wrap.stuck {
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    transition: none;
}

}

@media screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1199px) {
    .sub-menu>li>.sub-menu {
        min-width: 175px !important;
        max-width: 175px !important;
    }
}

.hm-icons{
  display:none;
}

.hm-icons .sh-ico-search {
    background-image: none;
    width: auto;
    height: auto;
}

@media screen and (min-width: 960px) {
.hm-icons{
  display:block;
}
}
@media(max-width: 1590px) and (min-width: 1381px){
.sn-li-l4>a span{
	white-space: normal;
}
}