/*!
Theme Name: 	Glue Dots
Theme URI: 		http://julian.is
Description: 	Default theme for Glue Dots.
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; } }
  @media (min-width: 40em) {
    .rows-of-3 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.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: #555759;
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

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

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

.large-font-size {
  font-size: 0.84375em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 1.0125em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 1.5em; } }

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

.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: "Montserrat", sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #00245e; }

h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #00245e; }

h2 {
  font-size: 1.5em;
  margin-top: 24px;
  margin-bottom: 16px; }

h3 {
  font-size: 1.125em;
  margin-top: 24px;
  margin-bottom: 16px; }

h4 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }

h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }

p {
  margin: 24px 0;
  font-size: 1em;
  line-height: 1.5em; }

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

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #00245e;
  text-decoration: underline; }
  a:hover {
    color: #9ea81e; }
  a:visited, a:active, a:focus {
    /*color: $hover-link-color;*/
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed #0052CC;
    outline-offset: 2px; }

.page-template-business-page a:hover {
  color: #c22032; }

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: #949799;
  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: "Rubik", sans-serif;
  font-size: 1em; }

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

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #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: #00245e;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 26, 69, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 0.9375em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.49em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.6em;
      height: 1.6em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/ico-bullet.svg);
      background-position: center center;
      background-size: 0.38em;
      background-repeat: no-repeat; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 0.9375em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.49em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 1.6em;
      height: 1.6em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/ico-bullet.svg);
      background-position: center center;
      background-size: 0.38em;
      background-repeat: no-repeat; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 0.9375em; }
  ol li {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    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, .btn-alt, .btn-alt-download, .btn-alt-arrow, .sic-btn-red, .si-slider .sic-btn-green, .qlc-btn, .bcm-btn, .sic-btn-green {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 500;
  padding: 0.5em 1.35em 0.5em 1.4em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .sic-btn-red:hover, .qlc-btn:hover, .bcm-btn:hover, .sic-btn-green:hover {
    color: #ffffff; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled, .sic-btn-red:disabled, .qlc-btn:disabled, .bcm-btn:disabled, .sic-btn-green:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .sic-btn-red:after, .si-slider .sic-btn-green:after, .qlc-btn:after, .bcm-btn:after, .sic-btn-green:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #2e4c69;
  border: 1px solid #2e4c69;
  z-index: 1;
  position: relative; }
  .btn:hover:after, button:hover:after,
  input[type="submit"]:hover:after, .btn-download:hover:after, .btn-arrow:hover:after, .product-grid-item-link:hover:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #00245e;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: -1px;
    padding: 1px;
    top: -1px;
    border-radius: 3px;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1; }

.btn-color-wrap {
  background-color: #00245e;
  padding: 1.25em;
  margin-left: 1.25em;
  display: inline-block; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 1;
  position: relative; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: #00245e; }
    .btn-alt:hover:after, .btn-alt-download:hover:after, .btn-alt-arrow:hover:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #00245e;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: -1px;
    top: -1px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1; }
  .btn-alt:focus, .btn-alt-download:focus, .btn-alt-arrow:focus {
    color: #ffffff; }
    .btn-alt:focus:hover, .btn-alt-download:focus:hover, .btn-alt-arrow:focus:hover {
      color: #00245e; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #00245e;
  border: 1px solid #00245e; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2e4c69;
    border: 1px solid #2e4c69; }
  button:after,
  input[type="submit"]:after {
    content: ""; }

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

.btn-download:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/ico-download.svg); }

.btn-alt-download:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/ico-download.svg); }

.btn-arrow:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/ico-white-arrow-right.svg); }

.btn-alt-arrow:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/ico-white-arrow-right.svg); }

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #ffffff; } }
  @media (min-width: 80em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      background-color: #ffffff; } }

.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: 6.5625em;
      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 white;
  background-color: #ffffff;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    line-height: 1.5em;
    color: #00245e;
    text-decoration: none;
    padding: 0.75em 3.4375em 0.8125em 2.1875em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #00245e; }
    .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;
    padding-right: 0em;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/subnav-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em 0.375em;
    display: block;
    width: 2.5em;
    height: 3.0625em;
    position: absolute;
    background-color: transparent;
    right: 1.125em;
    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 {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/subnav-hover-arrow.png);
      background-size: 0.375em 0.75em; }
    @media (min-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; } }
  .sn-li-l1.has-subnav > a.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, .sn-li-l1.active,
  .hs-menu-depth-1:hover,
  .hs-menu-depth-1.active {
    background-color: #00245e; }
    .sn-li-l1:hover > a, .sn-li-l1.active > a,
    .hs-menu-depth-1:hover > a,
    .hs-menu-depth-1.active > a {
      color: #ffffff; }
    .sn-li-l1:hover > .m-subnav-arrow, .sn-li-l1.active > .m-subnav-arrow,
    .hs-menu-depth-1:hover > .m-subnav-arrow,
    .hs-menu-depth-1.active > .m-subnav-arrow {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/subnav-hover-arrow.png);
      background-size: 0.375em 0.75em; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 6.5625em;
      line-height: 6.5625em;
      float: left;
      border-bottom: 0;
      border-right: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center;
      margin-right: 0.4375em;
      /*
    &: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:after, .sn-li-l1:before,
      .hs-menu-depth-1:after,
      .hs-menu-depth-1:before {
        background: #555759;
        content: "";
        height: 0.125em;
        left: 0;
        opacity: 0.2;
        position: absolute;
        top: 4.5625em;
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        -moz-transition: -moz-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        width: 100%; }
      .sn-li-l1:after,
      .hs-menu-depth-1:after {
        opacity: 0;
        -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        -moz-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s;
        transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.125em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.625em;
        color: #00245e;
        line-height: 6.5625em;
        position: relative; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #555759; }
      .sn-li-l1:hover:after,
      .hs-menu-depth-1:hover:after {
        opacity: 1;
        background-color: #00245e;
        top: 2em; }
      .sn-li-l1:hover:before,
      .hs-menu-depth-1:hover:before {
        opacity: 1;
        background-color: #00245e; }
      .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:hover:last-child .sn-level-2,
      .sn-li-l1:hover:last-child .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover:last-child .sn-level-2,
      .hs-menu-depth-1:hover:last-child .hs-menu-children-wrapper {
        right: 0; }
      .sn-li-l1:last-child > a,
      .hs-menu-depth-1:last-child > a {
        /*cursor: default;*/ }
      .sn-li-l1:last-child:hover:after,
      .hs-menu-depth-1:last-child:hover:after {
        /*opacity: 0;
                    background-color: $red;*/
        top: 2em; }
      .sn-li-l1:last-child:hover:before,
      .hs-menu-depth-1:last-child:hover:before {
        opacity: 1;
        background-color: #555759; }
      .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
      .hs-menu-depth-1.has-subnav > a,
      .hs-menu-depth-1.menu-item-has-children > a,
      .hs-menu-depth-1.hs-item-has-children > a {
        position: relative; }
        .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://cdn2.hubspot.net/hubfs/429935/img/ico-arrow-down.svg); }
      .sn-li-l1.has-subnav:hover > a:after, .sn-li-l1.menu-item-has-children:hover > a:after, .sn-li-l1.hs-item-has-children:hover > a:after,
      .hs-menu-depth-1.has-subnav:hover > a:after,
      .hs-menu-depth-1.menu-item-has-children:hover > a:after,
      .hs-menu-depth-1.hs-item-has-children:hover > a:after {
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/tringle-img.png);
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/assets/tringle-img.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 1.4375em 0.75em;
        background-color: #ffffff;
        width: 1.4375em;
        height: 0.8125em;
        content: "";
        position: absolute;
        bottom: -0.125em;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99999; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #555759; } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      border-right: 0;
      margin-right: 2.375em; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.125em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        color: #00245e; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #555759; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  text-align: left; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      min-width: 14.1875em;
      z-index: 9999;
      border: 1px solid #00245e;
      -webkit-box-shadow: 0 0 2px 0 rgba(0, 36, 94, 0.5);
      -moz-box-shadow: 0 0 2px 0 rgba(0, 36, 94, 0.5);
      -ms-box-shadow: 0 0 2px 0 rgba(0, 36, 94, 0.5);
      padding: 1.0625em 0 1.0625em;
      background-color: #ffffff; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff;
  position: relative; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0.75em 3.4375em 0.8125em 2.1875em;
    color: #555759 !important;
    border-top: 1px solid white;
    display: block;
    text-decoration: none;
    line-height: 1.5em; }
    .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, .sn-li-l2.active, .active.sn-li-l3,
  .hs-menu-depth-2:hover,
  .hs-menu-depth-2.active {
    background-color: #00245e; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l2.active > a, .active.sn-li-l3 > a,
    .hs-menu-depth-2:hover > a,
    .hs-menu-depth-2.active > a {
      color: #ffffff !important; }
    .sn-li-l2:hover > .m-subnav-arrow, .sn-li-l3:hover > .m-subnav-arrow, .sn-li-l2.active > .m-subnav-arrow, .active.sn-li-l3 > .m-subnav-arrow,
    .hs-menu-depth-2:hover > .m-subnav-arrow,
    .hs-menu-depth-2.active > .m-subnav-arrow {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/subnav-hover-arrow.png);
      background-size: 0.375em 0.75em; }
  .sn-li-l2.has-subnav.active > a, .has-subnav.active.sn-li-l3 > a, .sn-li-l2.menu-item-has-children.active > a, .menu-item-has-children.active.sn-li-l3 > a, .sn-li-l2.hs-item-has-children.active > a, .hs-item-has-children.active.sn-li-l3 > a,
  .hs-menu-depth-2.has-subnav.active > a,
  .hs-menu-depth-2.menu-item-has-children.active > a,
  .hs-menu-depth-2.hs-item-has-children.active > a {
    color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: static; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 0.5em 0 2em;
        line-height: 2.8125em;
        border-top: 0; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1em; }
      .sn-li-l2:hover > a, .sn-li-l3:hover > a,
      .hs-menu-depth-2:hover > a {
        color: white !important; }
      .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
      .hs-menu-depth-2:hover .sn-level-3 {
        display: block; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      line-height: 2.8125em; }
      .sn-li-l2 > a span, .sn-li-l3 > a span,
      .hs-menu-depth-2 > a span {
        font-size: 1em; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 0.0625em;
  display: none;
  position: relative; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3 {
      border: 1px solid #00245e;
      position: absolute;
      top: 0;
      left: 100%;
      min-height: 100%;
      min-width: 23.125em;
      padding-left: 1.375em;
      padding-top: 0.125em;
      background-color: #00245e;
      border-left: 0; }
      .sn-level-3.active {
        display: none; } }
  @media (min-width: 80em) {
    .sn-level-3 {
      min-width: 30.6875em; } }

@media (min-width: 60em) {
  .sn-li-l3 {
    border: 1px solid #ffffff;
    display: inline-block;
    height: 5.9375em;
    margin: 5px;
    vertical-align: middle;
    width: 5.9375em;
    background-color: transparent; }
    .sn-li-l3:hover {
      background-color: #2e4c69;
      border: 1px solid #2e4c69; }
    .sn-li-l3 a {
      line-height: 5.9375em;
      text-align: center;
      color: #ffffff !important;
      padding: 0 0.5em; } }

@media (min-width: 80em) {
  .sn-li-l3 {
    height: 8em;
    width: 8em;
    margin: 0.625em; }
    .sn-li-l3 a {
      line-height: 8em; } }

.site-nav-container {
  background-color: #ffffff;
  width: 100%;
  top: 9.5em;
  padding: 0.75em 0 0.75em;
  z-index: 1000;
  position: absolute;
  display: none;
  text-align: left;
  border-top: 1px solid #00245e;
  border-bottom: 1px solid #00245e;
  box-shadow: 0 1px 2px #2e4c69; }
  .site-nav-container:after, .site-nav-container:before {
    bottom: 100%;
    right: 7.25em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .site-nav-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 0.6875em;
    margin-right: -0.6875em; }
  .site-nav-container:before {
    border-color: rgba(0, 36, 94, 0);
    border-bottom-color: #00245e;
    border-width: 0.75em;
    margin-right: -0.75em; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      padding: 0;
      display: inline-block;
      box-shadow: none;
      border: 0;
      margin-right: 0.9375em;
      margin-top: 1.75em;
      -webkit-transition: margin 0.2s linear;
      -moz-transition: margin 0.2s linear;
      transition: margin 0.2s linear; }
      .site-nav-container:after, .site-nav-container:before {
        display: none; } }
  @media (min-width: 80em) {
    .site-nav-container {
      margin-right: 1.9375em; } }

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

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #00245e !important;
  font-family: "Montserrat", sans-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://cdn2.hubspot.net/hubfs/429935/img/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 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: 74.875em;
  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.5em; }

.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: #555759;
    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: #00245e; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #454545;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #454545;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

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

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

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

a.close {
  background-color: white;
  color: #00245e;
  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 {
  /*$medium-screen: em(640) !default;*/
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 60em) {
    .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: 60em) {
      .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: 60em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 60em) {
      .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: #00245e;
    display: block;
    font-weight: bold;
    font-size: 1.125em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    border-bottom: 0; }
    @media screen and (min-width: 60em) {
      .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: #00245e;
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #eeeeee; }
      @media screen and (min-width: 60em) {
        .accordion-tabs .tab-link.is-active {
          background-color: #eeeeee;
          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: 60em) {
      .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 #c1cd24; }

/*=============== 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: #eeeeee; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }

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

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

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border: 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: 2px solid #c22032; }
    .product-grid-item:hover .product-grid-item-header {
      color: #c22032; }
    .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: #00245e;
  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: #00245e;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #00245e; }

.btn-wrap > a, .btn-wrap .btn-color-wrap {
  margin: 0 10px 10px; }

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

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

.site-header {
  /* border-top: 10px solid $blue;*/
  text-align: right;
  min-height: 8.5em;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }
  @media (min-width: 60em) {
    .site-header {
      min-height: 11.75em;
      border-top: 0; }
      .site-header.home-header {
        height: 15.5em; } }

.sh-sticky-wrap {
  position: relative; }
  .sh-sticky-wrap > .inner-wrap, .sh-sticky-wrap > .inner-wrap-narrow, .sh-sticky-wrap > .inner-wrap-wide, .sh-sticky-wrap > .inner-wrap-fullwidth {
    padding-bottom: 0.6875em;
    padding-top: 0.625em; }
  .sh-sticky-wrap.stuck {
    /*height: em(150);*/
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 1px 1px #00245e;
    -moz-box-shadow: 0px 0px 1px 1px #00245e;
    -webkit-box-shadow: 0px 0px 1px 1px #00245e;
    /* .sh-utility-nav {
            margin-top: em(-33) !important;
        }*/ }
    .sh-sticky-wrap.stuck .site-logo {
      max-width: 7.1875em; }
    @media (min-width: 60em) {
      .sh-sticky-wrap.stuck .sh-ico-search {
        margin-top: 3.375em; } }
    .sh-sticky-wrap.stuck .site-nav-container {
      margin-top: 0.9375em; }
  @media (min-width: 60em) {
    .sh-sticky-wrap > .inner-wrap, .sh-sticky-wrap > .inner-wrap-narrow, .sh-sticky-wrap > .inner-wrap-wide, .sh-sticky-wrap > .inner-wrap-fullwidth {
      padding-top: 0; } }

.sh-utility-nav {
  display: inline-block;
  margin-top: 0.3125em !important; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      display: block;
      background-color: #00245e;
      margin-top: 0 !important;
      position: relative;
      /*padding-bottom: em(6);*/
      padding-top: 0.1875em;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 100%;
      float: left; }
      .sh-utility-nav:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00245e;
        left: -100%;
        top: 0; }
      .sh-utility-nav:before {
        content: "";
        position: absolute;
        width: 35%;
        height: 100%;
        background-color: #00245e;
        left: 100%;
        top: 0; } }

.shu-tab-wrap {
  display: none; }
  @media (min-width: 60em) {
    .shu-tab-wrap {
      display: block;
      float: left;
      text-align: center;
      width: 70%;
      margin-top: -0.25em; } }

.shu-tab {
  float: left; }
  .shu-tab a {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1em;
    padding: 1em 1.4166666667em 0.8333333333em; }
  .shu-tab span {
    font-size: 0.75em;
    line-height: 1em;
    padding: 1em 1.4166666667em 0.8333333333em;
    background-color: #ffffff;
    font-weight: 500;
    display: inline-block;
    vertical-align: top; }
    .shu-tab span.shut-green {
      color: #c1cd24; }
    .shu-tab span.shut-red {
      color: #c22032; }

.shu-center-text {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875em;
  line-height: 1em;
  padding: 0.7142857143em 1.2142857143em 0.7142857143em;
  color: #eeeeee;
  margin: 0; }
  .shu-center-text a {
    color: #eeeeee;
    text-decoration: underline; }
    .shu-center-text a:hover {
      text-decoration: none; }

.sh-icons {
  display: block;
  margin-top: 1.4375em; }
  @media (min-width: 60em) {
    .sh-icons {
      /*margin-top: 0;
        display: inline-block;
        vertical-align: top;*/
      display: none; } }

a.desk-icon {
  display: none; }
  @media (min-width: 60em) {
    a.desk-icon {
      display: inline-block;
      vertical-align: top; } }

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

.sh-ph-wrap {
  border-right: 1px solid #555759;
  display: inline-block;
  line-height: 1em;
  margin-right: 0.25em;
  padding-right: 0.4375em;
  color: #00245e; }
  @media (min-width: 60em) {
    .sh-ph-wrap {
      color: #ffffff !important; } }

.sh-ph {
  color: #00245e;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em; }
  .sh-ph:hover {
    color: #00245e;
    text-decoration: underline; }
  .sh-ph:focus {
    color: #ffffff; }
  @media (min-width: 60em) {
    .sh-ph {
      color: #ffffff !important; }
      .sh-ph:hover {
        color: #ffffff; } }

.sh-email-wrap {
  display: inline-block;
  line-height: 1em;
  color: #00245e; }
  @media (min-width: 60em) {
    .sh-email-wrap {
      color: #ffffff !important; } }

.sh-email {
  color: #00245e;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em; }
  .sh-email:focus, .sh-email:hover {
    color: #00245e;
    text-decoration: underline; }
  @media (min-width: 60em) {
    .sh-email {
      color: #ffffff !important; }
      .sh-email:hover {
        color: #ffffff;
        text-decoration: underline; } }

.sh-ico-search {
  background-image: url("https://cdn2.hubspot.net/hubfs/429935/img/search-off.svg");
  background-image: url("https://cdn2.hubspot.net/hubfs/429935/assets/search-off.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.0625em 1.0625em;
  border-radius: 50%;
  background-color: #eeeeee;
  display: inline-block;
  float: right;
  height: 2.3125em;
  margin: 0 0 2.875em 0;
  padding: 0;
  width: 2.3125em;
  position: relative; }
  @media (min-width: 60em) {
    .sh-ico-search {
      margin-right: 0.0625em;
      margin-top: 3.875em;
      -webkit-transition: margin 0.2s linear;
      -moz-transition: margin 0.2s linear;
      transition: margin 0.2s linear; } }

.sh-ico-menu {
  background-image: url("https://cdn2.hubspot.net/hubfs/429935/img/hamburger-menu.png");
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 0.7222222222em 0.7222222222em;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.1111111111em;
  margin-left: 0;
  margin-right: 1.2777777778em;
  padding-bottom: 0.3888888889em;
  padding-left: 1.3888888889em;
  padding-top: 0.3888888889em;
  padding-right: 0.2777777778em;
  width: auto; }
  .sh-ico-menu span {
    font-size: 1em; }
  .sh-ico-menu:focus, .sh-ico-menu:hover {
    color: #00245e; }
  .sh-ico-menu.active {
    background-image: url("https://cdn2.hubspot.net/hubfs/429935/img/hamburger-menu.png");
    border-bottom: 2px solid #00245e;
    border-top: 2px solid #00245e;
    color: #2e4c69; }
    .sh-ico-menu.active span {
      color: #2e4c69; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

.site-logo {
  float: left;
  max-width: 6.625em;
  width: 31%; }
  .site-logo > img {
    display: block; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 8.5em;
      width: 15%;
      position: relative;
      z-index: 1;
      margin-top: 0.625em;
      margin-left: 0.0625em;
      -webkit-transition: max-width 0.2s linear;
      -moz-transition: max-width 0.2s linear;
      transition: max-width 0.2s linear; } }
  @media (min-width: 80em) {
    .site-logo {
      width: 31%; } }

.shu-nav li {
  display: block; }
  .shu-nav li a {
    padding: 0.75em 3.4375em 0.8125em 2.1875em;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    text-decoration: none; }
  .shu-nav li:hover {
    background-color: #00245e; }
    .shu-nav li:hover a {
      color: #ffffff;
      text-decoration: none; }

@media (min-width: 60em) {
  .shu-nav {
    display: inline-block;
    margin-left: 2.5em; }
    .shu-nav li {
      display: inline-block;
      line-height: 1.25em;
      margin-right: 0.3125em;
      padding-right: 0.5625em;
      position: relative; }
      .shu-nav li a {
        padding: 0;
        font-size: 0.875em;
        line-height: 1.2857142857em;
        color: #ffffff !important; }
      .shu-nav li:hover {
        background-color: transparent; }
        .shu-nav li:hover a {
          text-decoration: underline; }
      .shu-nav li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0.0625em;
        width: 0.0625em;
        height: 1em;
        background-color: #555759; }
      .shu-nav li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .shu-nav li:last-child:after {
          display: none; } }

@media (min-width: 60em) {
  .home-header .site-logo {
    max-width: 11.0625em;
    margin-top: 1.0625em; }
  .home-header .site-nav-container {
    margin-top: 3.75em; }
  .home-header .sh-ico-search {
    margin-top: 5.875em; } }

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .site-content > .inner-wrap, .site-content > .inner-wrap-narrow, .site-content > .inner-wrap-wide, .site-content > .inner-wrap-fullwidth {
    padding-top: 3.4375em;
    padding-bottom: 2.875em; }
    .site-content > .inner-wrap strong, .site-content > .inner-wrap-narrow strong, .site-content > .inner-wrap-wide strong, .site-content > .inner-wrap-fullwidth strong {
      font-weight: 500; }
  @media (min-width: 60em) {
    .site-content.stuck {
      /*margin-top:188px;*/ } }

/*=============== Site Intro ================*/
.site-intro {
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #00245e; }
  @media (min-width: 40em) {
    .site-intro {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .site-intro.page-banner {
    display: block;
    margin-bottom: 1.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none; }
    .site-intro.page-banner .inner-wrap, .site-intro.page-banner .inner-wrap-narrow, .site-intro.page-banner .inner-wrap-wide, .site-intro.page-banner .inner-wrap-fullwidth {
      padding-top: 10em;
      padding-bottom: 8.625em; }

.sip-heading {
  font-size: 2.25em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1111111111em;
  margin-bottom: 0.6111111111em; }
  .sip-heading span {
    font-size: 0.8888888889em;
    font-weight: normal; }

.sip-link {
  display: inline-block;
  vertical-align: top; }
  .sip-link img {
    display: block;
    opacity: 0; }
  .sip-link:hover {
    /*background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/play-btn-hover.png);
        background-repeat: no-repeat;
        background-position: center center;*/
    background-size: 0 0; }
    .sip-link:hover img {
      visibility: hidden;
      opacity: 0; }

.page-template-business-front-page .sip-link:hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/play-btn-hover-r.png); }

.si-col {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-align: left; }
  .si-col:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 31.25em; }
  .si-col > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  .si-col.not-hover .sic-heading {
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: #ffffff; }
  .si-col.not-hover .sic-text-wrap {
    max-height: 0;
    opacity: 0;
    visibility: hidden; }
  .si-col.hover .sic-btn-wrap {
    opacity: 1;
    visibility: visible;
    max-height: 6.25em;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .si-col .sic-bg {
    position: absolute;
    top: 0;
    left: -2.3125em;
    right: -2.8125em;
    bottom: 0;
    width: auto;
    overflow: hidden;
    max-width: none; }
    .si-col .sic-bg div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center 37%;
      z-index: 1; }
    .si-col .sic-bg:before {
      content: "";
      position: absolute;
      top: -0.625em;
      bottom: -0.625em;
      width: auto;
      left: -0.625em;
      right: -0.625em;
      background-color: rgba(239, 239, 239, 0.5);
      z-index: 2; }
  .si-col .sic-content {
    vertical-align: bottom; }
    @media (min-width: 40em) {
      .si-col .sic-content {
        vertical-align: middle; } }
    @media (min-width: 60em) {
      .si-col .sic-content {
        vertical-align: bottom; } }
  .si-col + .si-col {
    color: #ffffff;
    text-align: right;
    border-bottom: 0; }
    .si-col + .si-col.not-hover .sic-content .sic-heading {
      padding-right: 0; }
    .si-col + .si-col .sic-bg:before {
      background-color: rgba(239, 239, 239, 0.7); }
    .si-col + .si-col .sic-bg div {
      left: -2.5em;
      background-position: center top; }
    .si-col + .si-col .sic-content {
      padding: 1.25em 1em 0.75em;
      vertical-align: bottom; }
  @media (min-width: 40em) {
    .si-col {
      width: 52.8%;
      -webkit-transition: width .4s;
      -moz-transition: width .4s;
      -ms-transition: width .4s;
      -o-transition: width .4s;
      transition: width .4s; }
      .si-col:after {
        min-height: 35.25em; }
      .si-col.not-hover .sic-heading {
        padding-top: 2.5em;
        text-align: left; }
      .si-col.not-hover .sic-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 4;
        left: 0;
        width: 90%; }
      .si-col.hover {
        width: 100%; }
        .si-col.hover .sic-bg:before {
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.67) 16%, rgba(255, 255, 255, 0.63) 19%, rgba(255, 255, 255, 0.64) 20%, rgba(255, 255, 255, 0.22) 64%, rgba(255, 255, 255, 0.06) 87%, rgba(255, 255, 255, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.67) 16%, rgba(255, 255, 255, 0.63) 19%, rgba(255, 255, 255, 0.64) 20%, rgba(255, 255, 255, 0.22) 64%, rgba(255, 255, 255, 0.06) 87%, rgba(255, 255, 255, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.67) 16%, rgba(255, 255, 255, 0.63) 19%, rgba(255, 255, 255, 0.64) 20%, rgba(255, 255, 255, 0.22) 64%, rgba(255, 255, 255, 0.06) 87%, rgba(255, 255, 255, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .si-col .sic-bg {
        -webkit-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        transform: skew(-2deg); }
        .si-col .sic-bg div {
          -webkit-transform: skew(2deg);
          -ms-transform: skew(2deg);
          transform: skew(2deg); }
      .si-col + .si-col {
        width: 47.2%; }
        .si-col + .si-col.not-hover .sic-heading {
          text-align: right; }
        .si-col + .si-col.not-hover .sic-content {
          padding-right: 1.25em;
          vertical-align: middle; }
        .si-col + .si-col.hover {
          width: 100%; }
          .si-col + .si-col.hover .sic-bg:before {
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.67) 84%, rgba(255, 255, 255, 0.8) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.67) 84%, rgba(255, 255, 255, 0.8) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 13%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.67) 84%, rgba(255, 255, 255, 0.8) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
        .si-col + .si-col .sic-content {
          padding: 1.875em;
          vertical-align: bottom; } }
      @media (min-width: 40em) and (min-width: 40em) {
        .si-col + .si-col .sic-content {
          vertical-align: middle; } }
      @media (min-width: 40em) and (min-width: 60em) {
        .si-col + .si-col .sic-content {
          vertical-align: bottom; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .si-col:after {
      min-height: 27.8125em !important; } }
  @media (min-width: 60em) {
    .si-col:after {
      min-height: 27.8125em; }
    .si-col.not-hover .sic-heading {
      color: #ffffff;
      font-size: 1.875em;
      letter-spacing: -1px;
      line-height: 1.3333333333em;
      padding-top: 0.2666666667em;
      padding-left: 0; }
    .si-col.hover .sic-content {
      padding-left: 5.75em;
      padding-top: 2.6875em; }
    .si-col.hover .sic-heading {
      font-size: 3em;
      line-height: 1.0833333333em;
      margin: 0 0 0.1875em; }
    .si-col.hover .sic-text-wrap {
      font-size: 1.125em;
      line-height: 1.4444444444em; }
    .si-col.hover .sic-text-wrap {
      max-width: 23.8888888889em; }
    .si-col + .si-col.hover .sic-content {
      padding-top: 6.25em; }
    .si-col + .si-col.not-hover .sic-content .sic-heading {
      padding-left: 0.625em;
      vertical-align: middle; }
    .si-col + .si-col .sic-content {
      padding: 3.125em 4.8125em 9.125em 3.125em; }
      .si-col + .si-col .sic-content .sic-heading {
        margin: 0 0 0.3611111111em; } }
  @media (min-width: 80em) {
    .si-col + .si-col .sic-content {
      padding: 3.125em 4.8125em 15.125em 3.125em; }
    .si-col .sic-content {
      padding: 3.125em 4.8125em 15.125em 3.125em; }
    .si-col:after {
      min-height: 40.3125em; }
    .si-col.not-hover .sic-heading {
      white-space: nowrap; } }

.sic-content {
  position: relative;
  z-index: 3;
  padding: 1.4375em 1em 1em;
  max-width: 100%;
  letter-spacing: .4px;
  width: 100%;
  -webkit-transition: padding .4s;
  -webkit-transition: padding .4s;
  transition: padding .4s; }
  .sic-content .sic-heading {
    font-size: 1.75em;
    line-height: 1.2142857143em;
    color: #00245e;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: block;
    margin: 0 0 0.1785714286em;
    -webkit-transition: font-size .4s, line-height .3s, padding-top .3s, color .2s;
    transition: font-size .4s, line-height .3s, padding-top .3s, color .2s;
    letter-spacing: 0; }
    @media (min-width: 40em) {
      .sic-content .sic-heading {
        font-size: 1.5em; } }
    @media (min-width: 60em) {
      .sic-content .sic-heading {
        font-size: 1.75em; } }
  .sic-content p {
    margin: 0 0 1.0714285714em; }
  @media (min-width: 40em) {
    .sic-content {
      padding: 1.875em; } }
  @media (min-width: 60em) {
    .sic-content {
      padding: 2.875em 3.125em 9.125em 4.625em;
      max-width: 100%; }
      .sic-content p {
        margin: 0 0 0.9375em; } }
  @media (min-width: 80em) {
    .sic-content {
      padding: 2.875em 3.125em 15.125em 4.625em; }
      .sic-content .sic-heading {
        font-size: 2.25em;
        line-height: 1.1111111111em;
        margin: 0 0 0.4722222222em; } }

.sic-text-wrap {
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.4285714286em;
  opacity: 1;
  visibility: visible;
  max-height: 28.5714285714em;
  font-weight: 500;
  -webkit-transition: max-height 0.3s, opacity 0.3s, visibility 0.3s;
  -moz-transition: max-height 0.3s, opacity 0.3s, visibility 0.3s;
  transition: max-height 0.3s, opacity 0.3s, visibility 0.3s;
  color: #00245e;
  font-family: "Montserrat", sans-serif; }
  .sic-text-wrap p {
    font-size: 1em;
    line-height: 1.4285714286em;
    letter-spacing: 0.1px; }
  @media (min-width: 40em) {
    .sic-text-wrap {
      max-width: 20.4285714286em;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 60em) {
    .sic-text-wrap {
      font-size: 1em;
      line-height: 1.5em;
      max-width: 24.375em; }
      .sic-text-wrap p {
        line-height: 1.5em; } }

.sic-btn-wrap {
  width: 100%;
  max-height: 6.25em;
  -webkit-transition: opacity 0.3s, visibility 0.3s, max-height 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, max-height 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, max-height 0.3s, -webkit-transform 0.3s; }
  @media (min-width: 40em) {
    .sic-btn-wrap {
      opacity: 1;
      max-height: 0;
      visibility: visible;
      overflow: visible;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }

.sic-btn {
  padding: 0.5em 0.85em; }

.sic-btn-red {
  background-color: #9a1624;
  border: 2px solid #9a1624;
  z-index: 1;
  position: relative;
  color: #ffffff !important;
  padding: 0.5em 0.85em; }
  .sic-btn-red:hover {
    color: #ffffff; }
    .sic-btn-red:hover:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }
  .sic-btn-red:after {
    background-color: #c22032;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: -2px;
    padding: 2px;
    top: -2px;
    border-radius: 3px;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1; }
  .sic-btn-red.sic-btn-green {
    background-color: #9ea81e;
    border: 2px solid #9ea81e; }
    .sic-btn-red.sic-btn-green:after {
      background-color: #c1cd24; }

.for-your-business-btn {
  background-color: #9a1624;
  border: 1px solid #9a1624; }
  .for-your-business-btn:after {
    background-color: #c22032; }

.for-your-life-btn {
  background-color: #9ea81e;
  border: 1px solid #9ea81e; }
  .for-your-life-btn:after {
    background-color: #c1cd24; }

/* site intro */
.page-id-1862 .site-intro {
  border: 0; }

.si-slider {
  position: relative;
  width: 100%; }
  .si-slider .owl-nav {
    display: none; }
  .si-slider .slick-prev, .si-slider .slick-next {
    width: 1.1875em;
    height: 1.8125em;
    background-size: 1.1875em 1.8125em !important;
    position: absolute;
    top: 81%;
    background-repeat: no-repeat;
    padding: 0;
    text-indent: 9999px;
    z-index: 9;
    background-color: transparent;
    border: none; }
    .si-slider .slick-prev:hover, .si-slider .slick-next:hover {
      background: transparent !important;
      background-size: 1.1875em 1.8125em !important; }
    .si-slider .slick-prev:focus, .si-slider .slick-next:focus {
      outline: 2px dashed #0052cc;
      outline-offset: 2px; }
    .si-slider .slick-prev:after, .si-slider .slick-next:after {
      content: none !important; }
  .si-slider .slick-prev {
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/hero-arrow-left.png) !important;
    margin: 0 0.3125em 0 0 !important;
    transform: translateY(-50%);
    left: 1.0625em; }
    .si-slider .slick-prev:hover {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/hero-arrow-left.png) !important; }
  .si-slider .slick-next {
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/hero-arrow-right.png) !important;
    margin: 0 0 0 0.3125em !important;
    right: 1.0625em; }
    .si-slider .slick-next:hover {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/hero-arrow-right.png) !important; }
  .si-slider .slick-disabled {
    opacity: 0.5;
    cursor: default; }
  .si-slider .si-content-wrap {
    width: 100%;
    background: rgba(46, 76, 105, 0.8);
    padding: 1.5625em 0.9375em;
    text-align: left;
    position: absolute;
    bottom: 0; }
    @media (min-width: 60em) {
      .si-slider .si-content-wrap {
        min-width: 34.2857142857em;
        width: 45%;
        height: 100%;
        padding: 0;
        padding-left: 3.125em;
        position: relative; } }
  .si-slider .si-content {
    width: 95%; }
    @media (min-width: 60em) {
      .si-slider .si-content {
        width: 80%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
  .si-slider .si-heading {
    font-size: 1.5em;
    line-height: 1.2142857143em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0 0 0.1785714286em;
    -webkit-transition: font-size .4s, line-height .3s, padding-top .3s, color .2s;
    transition: font-size .4s, line-height .3s, padding-top .3s, color .2s;
    letter-spacing: 0; }
    @media (min-width: 60em) {
      .si-slider .si-heading {
        font-size: 1.75em; } }
    @media (min-width: 80em) {
      .si-slider .si-heading {
        font-size: 2.25em;
        line-height: 1.1111111111em;
        margin: 0 0 0.4722222222em; } }
  .si-slider .si-text {
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin: 0.9375em 0; }
    @media (min-width: 60em) {
      .si-slider .si-text {
        font-size: 1.25em;
        margin: 1.5em 0; } }
    @media (min-width: 80em) {
      .si-slider .si-text {
        width: 75%; } }
  .si-slider .sic-btn-green {
    background-color: #9ea81e;
    border: 2px solid #9ea81e;
    z-index: 1;
    position: relative;
    color: #ffffff !important;
    padding: 0.5em 0.85em; }
    .si-slider .sic-btn-green:after {
      background-color: #c1cd24;
      height: 100%;
      pointer-events: none;
      position: absolute;
      width: 100%;
      left: -2px;
      padding: 2px;
      top: -2px;
      border-radius: 3px;
      box-sizing: content-box;
      -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
      z-index: -1; }
    .si-slider .sic-btn-green:hover {
      color: #ffffff; }
      .si-slider .sic-btn-green:hover:after {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
        -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
        transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }
  .si-slider .si-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 31.25em;
    position: relative; }
  .si-slider .owl-carousel .owl-stage-outer {
    overflow: initial; }
  .si-slider .owl-prev {
    opacity: 1 !important;
    left: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/prev-arrow.png);
    background-repeat: no-repeat;
    background-size: 0.875em 1.625em;
    background-position: center center;
    background-color: #00245e;
    width: 3.375em;
    height: 3.375em;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-size: 1em;
    text-indent: -624.9375em; }
    .si-slider .owl-prev:before {
      display: none; }
  .si-slider .owl-next {
    opacity: 1 !important;
    right: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/next-arrow.png);
    background-repeat: no-repeat;
    background-size: 0.875em 1.625em;
    background-position: center center;
    background-color: #00245e;
    width: 3.375em;
    height: 3.375em;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-size: 1em;
    text-indent: 62.4375em; }
    .si-slider .owl-next:before {
      display: none; }
  .si-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin-top: 0 !important; }
    .si-slider .owl-dots .owl-dot:after {
      background-color: transparent; }
    .si-slider .owl-dots .owl-dot span {
      background: #c1cd24 !important; }
    .si-slider .owl-dots .owl-dot.active span {
      background: #ffffff !important; }

@media screen and (max-width: 450px) {
  .si-btn-wrap .btn, .si-btn-wrap button,
  .si-btn-wrap input[type="submit"], .si-btn-wrap .btn-download, .si-btn-wrap .btn-arrow, .si-btn-wrap .product-grid-item-link {
    padding: 0.625em;
    font-size: 1em; } }

.si-slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 10px; }
  .si-slider .slick-dots li {
    display: inline-block;
    width: 15px;
    margin: 0 7px; }
  .si-slider .slick-dots button {
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #c1cd24;
    display: inline-block; }
    .si-slider .slick-dots button:after {
      display: none; }
  .si-slider .slick-dots .slick-active button {
    background: #ffffff; }

/*=============== Projects & Markets Module ================*/
.projects-markets-module {
  text-align: center; }
  .projects-markets-module > .inner-wrap, .projects-markets-module > .inner-wrap-narrow, .projects-markets-module > .inner-wrap-wide, .projects-markets-module > .inner-wrap-fullwidth {
    padding-bottom: 1.9375em;
    padding-top: 3.4375em; }

.pmm-heading, .msm-heading, .apm-heading, .alm-heading {
  color: #00245e;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 1.5833333333em;
  padding: 0 1.0833333333em;
  position: relative;
  display: inline-block; }
  .pmm-heading span, .msm-heading span, .apm-heading span, .alm-heading span {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 0.4166666667em; }
  .pmm-heading:after, .msm-heading:after, .apm-heading:after, .alm-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 0.0833333333em;
    background-color: rgba(85, 87, 89, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

@media (min-width: 40em) {
  .pmm-items.rows-of-2 > div {
    margin-right: 1.91304%;
    width: 49.0435%; }
    .pmm-items.rows-of-2 > div:nth-child(2n) {
      margin-right: 0; } }

.pmm-item {
  position: relative;
  display: table;
  margin-bottom: 1.1875em;
  vertical-align: middle;
  width: 100%; }
  .pmm-item:after {
    border: 1px solid #eeeeee;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    border-radius: 2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .pmm-item:hover .pmmi-img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }
  .pmm-item:hover:after {
    border: 2px solid #c22032; }
  .pmm-item:hover .pmmi-subtitle,
  .pmm-item:hover .pmmi-title {
    color: #c22032; }

.pmm-item-green:hover:after {
  border: 2px solid #c1cd24; }

.pmm-item-green:hover .pmmi-subtitle,
.pmm-item-green:hover .pmmi-title {
  color: #9ea81e; }

.pmmi-img {
  display: block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%; }

.pmmi-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 46.8085%; }
  .pmmi-content:after {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: -0.75em;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
    width: 100%;
    z-index: 3; }

.pmm-left-items {
  text-align: left; }
  .pmm-left-items .pmmi-content {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 1.25em; }
  .pmm-left-items .pmmi-img {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  .pmm-left-items .pmm-item:nth-of-type(2n) .pmmi-content {
    background-color: #eeeeee; }
    .pmm-left-items .pmm-item:nth-of-type(2n) .pmmi-content:after {
      background-color: #eeeeee;
      -webkit-transform: skewX(-7deg);
      -moz-transform: skewX(-7deg);
      -ms-transform: skewX(-7deg);
      -o-transform: skewX(-7deg);
      transform: skewX(-7deg); }
  .pmm-left-items .pmm-item:hover .pmmi-content {
    background-color: #ffffff; }
    .pmm-left-items .pmm-item:hover .pmmi-content:after {
      background-color: #ffffff; }
  .pmm-left-items .pmm-item:hover:nth-of-type(2n-1) .pmmi-content {
    background-color: #eeeeee; }
    .pmm-left-items .pmm-item:hover:nth-of-type(2n-1) .pmmi-content:after {
      background-color: #eeeeee; }
  @media (min-width: 60em) {
    .pmm-left-items .pmmi-content {
      padding-left: 3.5em; } }

.pmm-right-items {
  text-align: right; }
  .pmm-right-items .pmmi-content {
    background-color: #eeeeee;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-right: 1.25em; }
    .pmm-right-items .pmmi-content:after {
      background-color: #eeeeee;
      content: "";
      left: auto;
      right: -0.75em;
      -webkit-transform: skewX(-7deg);
      -moz-transform: skewX(-7deg);
      -ms-transform: skewX(-7deg);
      -o-transform: skewX(-7deg);
      transform: skewX(-7deg); }
  .pmm-right-items .pmm-item:nth-of-type(2n) .pmmi-content {
    background-color: #ffffff; }
    .pmm-right-items .pmm-item:nth-of-type(2n) .pmmi-content:after {
      background-color: #ffffff;
      -webkit-transform: skewX(7deg);
      -moz-transform: skewX(7deg);
      -ms-transform: skewX(7deg);
      -o-transform: skewX(7deg);
      transform: skewX(7deg); }
  .pmm-right-items .pmm-item:hover .pmmi-content {
    background-color: #eeeeee; }
    .pmm-right-items .pmm-item:hover .pmmi-content:after {
      background-color: #eeeeee; }
  .pmm-right-items .pmm-item:hover:nth-of-type(2n-1) .pmmi-content {
    background-color: #ffffff; }
    .pmm-right-items .pmm-item:hover:nth-of-type(2n-1) .pmmi-content:after {
      background-color: #ffffff; }
  .pmm-right-items .pmmi-img {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
  @media (min-width: 60em) {
    .pmm-right-items .pmmi-content {
      padding-right: 3.5em; } }

.pmmi-img-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 53.1915%; }

.pmmi-subtitle {
  font-size: 0.625em;
  line-height: 1.4em;
  color: #88898a;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0.2em 0;
  font-family: "Rubik", sans-serif;
  position: relative;
  z-index: 4; }
  @media (min-width: 60em) {
    .pmmi-subtitle {
      font-size: 0.75em;
      line-height: 1.1666666667em;
      margin: 0 0 0.1666666667em 0; } }

.pmmi-title {
  font-size: 0.9375em;
  line-height: 1.2666666667em;
  color: #00245e;
  font-weight: 500;
  margin: 0;
  font-family: "Rubik", sans-serif;
  position: relative;
  z-index: 4; }
  @media (min-width: 60em) {
    .pmmi-title {
      font-size: 1.125em;
      line-height: 1.2222222222em; } }

/*=============== Why Glue Dots Module ================*/
.why-glue-dots-module {
  background-color: #00245e;
  text-align: center; }
  .why-glue-dots-module > .inner-wrap, .why-glue-dots-module > .inner-wrap-narrow, .why-glue-dots-module > .inner-wrap-wide, .why-glue-dots-module > .inner-wrap-fullwidth {
    padding-top: 2.0625em;
    padding-bottom: 3.125em; }

.wgdm-heading {
  font-size: 2.5em;
  line-height: 1.15em;
  margin-bottom: 1.15em;
  color: #ffffff;
  font-weight: 700;
  -webkit-text-shadow: 0 2px #2e4c69;
  -moz-text-shadow: 0 2px #2e4c69;
  -o-text-shadow: 0 2px #2e4c69;
  text-shadow: 0 2px #2e4c69; }

.wgdm-items-wrap {
  max-width: 64.25em;
  margin: 0 auto 1.25em; }

.wgdmi-img-wrap {
  background-color: #2e4c69;
  border-radius: 50%;
  display: inline-block;
  width: 9.1875em;
  height: 9.1875em;
  vertical-align: middle; }
  @media (min-width: 40em) {
    .wgdmi-img-wrap {
      width: 6.25em;
      height: 6.25em; } }
  @media (min-width: 60em) {
    .wgdmi-img-wrap {
      width: 9.1875em;
      height: 9.1875em; } }

.wgdmi-title {
  color: #ffffff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2222222222em;
  padding-left: 1em;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 8.444444444444444em); }
  @media (min-width: 40em) {
    .wgdmi-title {
      width: calc(100% - 7.428571428571429em);
      font-size: 0.875em;
      line-height: 1.5714285714em;
      padding-left: 0.5em; } }
  @media (min-width: 60em) {
    .wgdmi-title {
      width: calc(100% - 8.444444444444444em);
      font-size: 1.125em;
      line-height: 1.2222222222em;
      padding-left: 1em; } }

.wgdm-btn {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.5em 1.6875em 0.5em 1.6875em;
  text-transform: uppercase; }
  .wgdm-btn:after {
    background-color: #00245e; }
  .wgdm-btn:hover {
    color: #00245e !important; }

/*=============== Shop by Popular Products Module ================*/
.popular-products-module {
  padding-top: 3.3125em;
  padding-bottom: 1.9375em;
  text-align: center; }
  .popular-products-module .ppm-carousel {
    margin: 0 auto;
    width: 100%;
    padding: 0 6%; }
    .popular-products-module .ppm-carousel .owl-item img {
      max-height: 10em;
      width: auto; }
    .popular-products-module .ppm-carousel .owl-dots {
      display: none; }
    .popular-products-module .ppm-carousel .owl-nav {
      margin: 0; }
      .popular-products-module .ppm-carousel .owl-nav button.owl-prev {
        left: 0;
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/green-prev-arrow.png);
        background-repeat: no-repeat;
        background-size: 0.875em 1.625em;
        background-position: center center;
        background-color: #eeeeee;
        width: 3.375em;
        height: 3.375em;
        border-radius: 0;
        border: 0;
        margin: 0; }
        .popular-products-module .ppm-carousel .owl-nav button.owl-prev.disabled {
          background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/green-prev-arrow.png);
          background-color: #eeeeee; }
        .popular-products-module .ppm-carousel .owl-nav button.owl-prev:hover {
          background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/prev-arrow.png);
          background-color: #00245e; }
        .popular-products-module .ppm-carousel .owl-nav button.owl-prev:after {
          display: none; }
      .popular-products-module .ppm-carousel .owl-nav button.owl-next {
        right: 0;
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/green-next-arrow.png);
        background-repeat: no-repeat;
        background-size: 0.875em 1.625em;
        background-position: center center;
        background-color: #eeeeee;
        width: 3.375em;
        height: 3.375em;
        border-radius: 0;
        border: 0;
        margin: 0; }
        .popular-products-module .ppm-carousel .owl-nav button.owl-next.disabled {
          background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/green-next-arrow.png);
          background-color: #eeeeee; }
        .popular-products-module .ppm-carousel .owl-nav button.owl-next:hover {
          background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/next-arrow.png);
          background-color: #00245e; }
        .popular-products-module .ppm-carousel .owl-nav button.owl-next:after {
          display: none; }
      .popular-products-module .ppm-carousel .owl-nav button span {
        display: none; }

.ppm-item {
  padding: 0 18%; }

.ppmi-link {
  display: block; }
  .ppmi-link:hover .ppmi-subtitle,
  .ppmi-link:hover .ppmi-title {
    color: #c22032; }

.ppmi-link-green:hover .ppmi-subtitle {
  color: #c1cd24; }

.ppmi-link-green:hover .ppmi-title {
  color: #9ea81e; }

.ppm-heading {
  color: #00245e;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 2.1666666667em;
  padding: 0 1.0833333333em;
  position: relative;
  display: inline-block; }
  .ppm-heading span {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 0.4166666667em; }
  .ppm-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 0.0833333333em;
    background-color: rgba(85, 87, 89, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.ppmi-img-wrap {
  display: table-cell;
  height: 10em;
  vertical-align: middle;
  padding-left: 1em; }

.ppmi-subtitle {
  display: block;
  text-transform: uppercase;
  color: #88898a;
  font-size: 0.75em;
  line-height: 1.3333333333em;
  text-align: left;
  margin-top: 1em; }

.ppmi-title {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #00245e;
  font-weight: 500;
  margin: 0.1111111111em 0 0.5555555556em 0;
  text-align: left; }

/*=============== Quick Links Module Start ================*/
.quick-links-module > div {
  position: relative; }

@media (min-width: 40em) {
  .quick-links-module {
    display: flex; } }

.ql-left-content .ql-content {
  max-width: 40.25em;
  padding: 1.25em 1em;
  width: 100%; }

@media (min-width: 40em) {
  .ql-left-content {
    width: 55.8%;
    min-height: 27.4375em; }
    .ql-left-content .ql-content {
      padding-bottom: 2.5em;
      padding-right: 3.75em;
      padding-top: 3.8125em;
      float: right; } }

.ql-right-content .ql-content {
  padding: 1.25em 1em;
  width: 100%; }

@media (min-width: 40em) {
  .ql-right-content {
    width: 48.6%; }
    .ql-right-content .ql-content {
      padding-top: 3.8125em;
      padding-bottom: 2.5em;
      padding-left: 0.625em; } }

@media (min-width: 80em) {
  .ql-right-content {
    padding-left: 4.3125em; } }

.qll-bg {
  bottom: 0;
  left: 0;
  max-width: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }
  .qll-bg:before {
    background: rgba(0, 36, 94, 0.75);
    bottom: -0.625em;
    content: "";
    left: -0.625em;
    position: absolute;
    right: -0.625em;
    top: -0.625em;
    width: auto;
    z-index: 2; }
  .qll-bg div {
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-position: center top; }
  @media (min-width: 40em) {
    .qll-bg {
      -webkit-transform: skew(-2deg);
      -moz-transform: skew(-2deg);
      -ms-transform: skew(-2deg);
      -o-transform: skew(-2deg);
      transform: skew(-2deg);
      right: 2.375em;
      left: -0.5em; }
      .qll-bg div {
        -webkit-transform: skew(2deg);
        -moz-transform: skew(2deg);
        -ms-transform: skew(2deg);
        -o-transform: skew(2deg);
        transform: skew(2deg); } }

.qlr-bg {
  bottom: 0;
  left: -2.8125em;
  max-width: none;
  overflow: hidden;
  position: absolute;
  right: -0.5em;
  top: 0;
  width: auto; }
  .qlr-bg:before {
    background: rgba(0, 36, 94, 0.8);
    bottom: -0.625em;
    content: "";
    left: -0.625em;
    position: absolute;
    right: -0.625em;
    top: -0.625em;
    width: auto;
    z-index: 2; }
  .qlr-bg > div {
    background-position: center top;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-size: cover; }
  @media (min-width: 40em) {
    .qlr-bg {
      -webkit-transform: skew(-2deg);
      -moz-transform: skew(-2deg);
      -ms-transform: skew(-2deg);
      -o-transform: skew(-2deg);
      transform: skew(-2deg);
      left: -2.8125em;
      right: -0.5em; }
      .qlr-bg > div {
        left: -2.5em;
        -webkit-transform: skew(2deg);
        -moz-transform: skew(2deg);
        -ms-transform: skew(2deg);
        -o-transform: skew(2deg);
        transform: skew(2deg); } }

.ql-content {
  position: relative;
  z-index: 4; }

.qlc-heading {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 1.5em 0; }

.qlc-list {
  padding-left: 0.25em;
  padding-bottom: 0.375em; }
  .qlc-list li {
    margin-bottom: 1.375em; }
    .qlc-list li a {
      background-image: url("https://cdn2.hubspot.net/hubfs/429935/img/white-arrow.png");
      background-position: 1px center;
      background-repeat: no-repeat;
      background-size: 0.6em 1.1em;
      color: #ffffff !important;
      display: inline-block;
      font-size: 1.25em;
      font-weight: 500;
      line-height: 1.2em;
      padding-left: 1.45em; }
      .qlc-list li a:hover {
        color: #c22032;
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/red-arrow.png); }
  .qlc-list.qlc-list-green a:hover {
    color: #c1cd24;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/green-arrow.png); }

.qlc-btn {
  background-color: transparent;
  border: 0;
  z-index: 1;
  position: relative;
  color: #ffffff !important;
  padding: 0.5em 0.85em; }
  .qlc-btn:hover {
    color: #ffffff;
    background-color: #9a1624;
    border: 1px solid #9a1624; }
    .qlc-btn:hover:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }
  .qlc-btn:after {
    background-color: transparent;
    border: 1px solid #ffffff;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: -2px;
    padding: 2px;
    top: -2px;
    border-radius: 3px;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1; }
  .qlc-btn.qlc-btn-green:hover {
    background-color: #9ea81e;
    border: 1px solid #9ea81e; }

/*=============== Inspiration Module Start ================*/
.inspiration-module {
  padding-bottom: 2.5em;
  text-align: left;
  background-color: #eeeeee; }
  .inspiration-module .inner-wrap, .inspiration-module .inner-wrap-narrow, .inspiration-module .inner-wrap-wide, .inspiration-module .inner-wrap-fullwidth {
    padding-top: 3.5em;
    padding-bottom: 1.5625em; }
  .inspiration-module .flexslider .slider_panel {
    margin-bottom: 0 !important; }
  .inspiration-module .flexslider.slider_panel {
    margin-bottom: 0 !important; }
    .inspiration-module .flexslider.slider_panel .slides li {
      margin-right: 3px; }
      .inspiration-module .flexslider.slider_panel .slides li article {
        padding: 0 !important;
        border: none !important; }
  .inspiration-module br {
    display: none; }
  .inspiration-module .flex-control-nav {
    display: none; }
  .inspiration-module .flex-direction-nav {
    display: none; }
  .inspiration-module .flex-prev {
    opacity: 1 !important;
    left: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/prev-arrow.png);
    background-repeat: no-repeat;
    background-size: 0.875em 1.625em;
    background-position: center center;
    background-color: #00245e;
    width: 3.375em;
    height: 3.375em;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-size: 1em;
    text-indent: -624.9375em; }
    .inspiration-module .flex-prev:before {
      display: none; }
  .inspiration-module .flex-next {
    opacity: 1 !important;
    right: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/next-arrow.png);
    background-repeat: no-repeat;
    background-size: 0.875em 1.625em;
    background-position: center center;
    background-color: #00245e;
    width: 3.375em;
    height: 3.375em;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-size: 1em;
    text-indent: 62.4375em; }
    .inspiration-module .flex-next:before {
      display: none; }
  .inspiration-module .im-carousel {
    margin: 0 auto;
    width: 100%; }
    .inspiration-module .im-carousel .owl-dots {
      display: none; }
    .inspiration-module .im-carousel .owl-nav {
      margin: 0; }
      .inspiration-module .im-carousel .owl-nav button.owl-prev {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/prev-arrow.png);
        background-repeat: no-repeat;
        background-size: 0.875em 1.625em;
        background-position: center center;
        background-color: #00245e;
        width: 3.375em;
        height: 3.375em;
        border-radius: 0;
        border: 0;
        margin: 0; }
        .inspiration-module .im-carousel .owl-nav button.owl-prev.disabled {
          background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/prev-arrow.png);
          background-color: #00245e; }
        .inspiration-module .im-carousel .owl-nav button.owl-prev:after {
          display: none; }
      .inspiration-module .im-carousel .owl-nav button.owl-next {
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/next-arrow.png);
        background-repeat: no-repeat;
        background-size: 0.875em 1.625em;
        background-position: center center;
        background-color: #00245e;
        width: 3.375em;
        height: 3.375em;
        border-radius: 0;
        border: 0;
        margin: 0; }
        .inspiration-module .im-carousel .owl-nav button.owl-next.disabled {
          background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/next-arrow.png);
          background-color: #00245e; }
        .inspiration-module .im-carousel .owl-nav button.owl-next:after {
          display: none; }
      .inspiration-module .im-carousel .owl-nav button span {
        display: none; }
  @media (min-width: 40em) {
    .inspiration-module .owl-nav {
      display: none;
      -webkit-transition: display 0.3s linear;
      -moz-transition: display 0.3s linear;
      transition: display 0.3s linear; }
    .inspiration-module:hover .owl-nav {
      display: block; } }

.im-heading {
  color: #00245e;
  font-size: 2em;
  line-height: 1.25em;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.im-cta {
  float: right;
  font-size: 1.125em;
  color: #00245e;
  text-decoration: underline;
  margin-top: 0.5em; }
  .im-cta:hover {
    text-decoration: none; }

/*=============== Signup for Project Inspirations Module ===============*/
.signup-project-module {
  background-color: #00245e;
  text-align: center; }
  .signup-project-module > .inner-wrap, .signup-project-module > .inner-wrap-narrow, .signup-project-module > .inner-wrap-wide, .signup-project-module > .inner-wrap-fullwidth {
    padding-top: 1.5625em;
    padding-bottom: 1.3125em; }

.spm-heading {
  color: #ffffff;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  font-weight: 500;
  margin-bottom: 1.1111111111em;
  vertical-align: middle; }
  @media (min-width: 40em) {
    .spm-heading {
      margin-bottom: 0.1666666667em;
      display: inline-block;
      margin-right: 0.5555555556em; } }
  @media (min-width: 60em) {
    .spm-heading {
      font-size: 1.5em;
      line-height: 1.25em;
      margin-right: 0.7916666667em;
      margin-bottom: 0.125em; } }

.emaillist {
  display: inline-block;
  max-width: 23.75em;
  width: 100%;
  vertical-align: middle; }
  .emaillist .es-field-wrap {
    width: 74.33862433862434%;
    float: left;
    overflow: hidden;
    height: 2.6875em; }
  .emaillist label {
    margin-top: -1.5em;
    margin-bottom: 0;
    /*width: 100%;
    float: left;*/
    /*font-size: 0;*/ }
  .emaillist .es_txt_email {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    float: left;
    height: 2.6875em;
    margin-bottom: 0;
    padding: 0.5em 0.5em 0.5em 1.1875em; }
    .emaillist .es_txt_email:hover {
      border: 1px solid #ffffff; }
  .emaillist .es_submit_button {
    color: #00245e !important;
    float: left;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.3571428571em;
    margin-left: -0.1428571429em;
    padding: 0.7142857143em 0.1428571429em;
    text-align: center;
    text-transform: uppercase;
    width: 25.6614%;
    background-color: #ffffff;
    border: 2px solid #ffffff; }
    .emaillist .es_submit_button:hover {
      background-color: #c1cd24;
      border: 2px solid #c1cd24; }
  @media (min-width: 40em) {
    .emaillist {
      width: 50%; } }
  @media (min-width: 60em) {
    .emaillist {
      width: 100%; }
      .emaillist .spm-btn {
        font-size: 1em;
        line-height: 1.1875em;
        margin-left: -0.125em;
        padding: 0.625em 0.125em; } }

/*=============== Breadcrumb Module ===============*/
.breadcrumb-module {
  position: relative;
  background-color: #e8e8e8; }
  .breadcrumb-module:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    background-color: #efefef;
    width: 50%; }
  .breadcrumb-module > .inner-wrap, .breadcrumb-module > .inner-wrap-narrow, .breadcrumb-module > .inner-wrap-wide, .breadcrumb-module > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%; }
  @media (min-width: 60em) {
    .breadcrumb-module > .inner-wrap, .breadcrumb-module > .inner-wrap-narrow, .breadcrumb-module > .inner-wrap-wide, .breadcrumb-module > .inner-wrap-fullwidth {
      display: flex; } }

.breadcrumb-menu {
  background-color: #e8e8e8;
  color: #454545;
  font-size: 0.875em;
  line-height: 1.2857142857em;
  padding-bottom: 1.2142857143em;
  padding-top: 1.5714285714em;
  position: relative;
  z-index: 1; }
  .breadcrumb-menu a {
    color: #00245e;
    text-decoration: underline; }
    .breadcrumb-menu a:hover {
      color: #2e4c69;
      text-decoration: none; }
  .breadcrumb-menu > span {
    position: relative;
    z-index: 2; }
  .breadcrumb-menu:after {
    background-color: #e8e8e8;
    content: "";
    height: 100%;
    position: absolute;
    right: -0.1428571429em;
    top: 0;
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
    width: 0.7142857143em;
    z-index: 3; }
  .breadcrumb-menu:before {
    background-color: #e8e8e8;
    content: "";
    height: 100%;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 3;
    position: absolute; }
  @media (min-width: 60em) {
    .breadcrumb-menu {
      float: left;
      width: 73.913%; }
      .breadcrumb-menu:before {
        display: none; } }
  .breadcrumb-menu .breadcrumb_last {
    color: #555759; }

.bm-right {
  background-color: #eeeeee;
  padding-bottom: 1.0625em;
  padding-top: 1.0625em;
  position: relative;
  z-index: 1; }
  .bm-right span {
    color: #c22032;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; }
  .bm-right:before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
    background-color: #eeeeee;
    width: 100%; }
  @media (min-width: 60em) {
    .bm-right {
      float: right;
      position: relative;
      text-align: right;
      width: 26.087%; }
      .bm-right:before {
        display: none; } }

/*=============== Page Header ================*/
.page-header {
  margin-bottom: 1.34375em; }
  .page-header > span {
    display: inline-block;
    position: relative;
    z-index: 1; }
    .page-header > span:after {
      background-color: rgba(85, 87, 89, 0.2);
      bottom: 0.3125em;
      content: "";
      height: 0.09375em;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: -1; }

/*=============== Dest Hero ================*/
.dest-hero-module {
  position: relative;
  overflow: hidden;
  margin-bottom: 3em; }
  .dest-hero-module img {
    display: block;
    border-radius: 3px; }
  .dest-hero-module:after {
    background-color: rgba(234, 234, 234, 0.35);
    content: "";
    height: 100%;
    position: absolute;
    right: -0.6875em;
    top: 0;
    -webkit-transform: skewX(2.5deg);
    -ms-transform: skewX(2.5deg);
    -moz-transform: skewX(2.5deg);
    -o-transform: skewX(2.5deg);
    transform: skewX(2.5deg);
    width: 26.4%;
    z-index: 1; }

/*=============== Dest Intro Content ================*/
.intro-content {
  margin-bottom: 2.1875em; }
  @media (min-width: 40em) {
    .intro-content .rows-of-2 .ic-left {
      width: 23.47826086956522%;
      margin-right: 2.521739130434783%; }
    .intro-content .rows-of-2 .ic-right {
      width: 74%;
      padding-top: 0.3125em; } }

.ic-right-para p:first-child {
  margin-top: 0; }

/*=============== About Module Start ================*/
.about-module {
  background-color: #00245e;
  padding-top: 1.9375em;
  padding-bottom: 2.5em;
  position: relative;
  z-index: 1;
  /*> .inner-wrap {
    padding-top: em(31);
  }*/ }
  .about-module::before {
    content: '';
    background-color: #00245e;
    width: 300%;
    left: -150%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }

.am-list {
  padding-left: 2.0625em; }
  .am-list li {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 2em;
    padding-left: 2.7222222222em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/check-img.png);
    background-size: 1.6666666667em 1.4444444444em; }
  @media (min-width: 60em) {
    .am-list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      column-count: 2; } }

.am-heading {
  margin-bottom: 1.2083333333em;
  color: #ffffff; }

/*=============== Recommended Module ================*/
.recommended-module {
  border-top: 1px solid #c22032;
  padding-top: 3.5em;
  padding-bottom: 2.875em; }

.rm-left-content {
  margin-bottom: 1.875em; }
  @media (min-width: 60em) {
    .rm-left-content {
      float: left;
      width: 61.65217391304348%;
      margin-right: 6%;
      margin-bottom: 0; } }

@media (min-width: 60em) {
  .rm-right-content {
    float: left;
    width: 32.34782608695652%; } }

.rm-subheader {
  font-size: 0.875em;
  line-height: 1.3571428571em;
  color: #454545;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  margin: 0; }

.rm-header {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  margin-top: 0; }

.rm-buckets {
  text-align: center;
  padding-top: 0.3125em; }
  .rm-buckets > div {
    max-width: 21.0625em;
    display: block;
    width: 100%;
    margin: 0 auto 1.25em;
    padding: 1em 1.5625em 0.25em;
    background-color: #eeeeee;
    border-radius: 2px; }
  @media (min-width: 40em) {
    .rm-buckets > div {
      width: 47.53173483779972%;
      margin-right: 4.936530324400564%;
      float: left; }
      .rm-buckets > div:nth-of-type(2n) {
        margin-right: 0; } }

.rm-buckets {
  text-align: center;
  padding-top: 0.3125em; }
  .rm-buckets .eamw-item {
    max-width: 21.0625em;
    margin: 0 auto 1.25em; }
    .rm-buckets .eamw-item h4 {
      min-height: 2.5em; }
    .rm-buckets .eamw-item > div {
      display: block;
      width: 100%;
      padding: 1em 1.5625em 0.25em;
      background-color: #eeeeee;
      border-radius: 2px;
      position: relative; }
      .rm-buckets .eamw-item > div .rmb-content {
        display: none; }
    @media (min-width: 40em) {
      .rm-buckets .eamw-item {
        width: 47.53173483779972%;
        margin-right: 4.936530324400564%;
        float: left; }
        .rm-buckets .eamw-item:nth-of-type(2n) {
          margin-right: 0; }
        .rm-buckets .eamw-item > div .rmb-content {
          display: block;
          min-height: 22.1875em; } }
    @media (min-width: 60em) {
      .rm-buckets .eamw-item {
        width: 23%;
        margin-right: 2.5%; }
        .rm-buckets .eamw-item:nth-of-type(2n) {
          margin-right: 2.5%; }
        .rm-buckets .eamw-item:nth-of-type(4n) {
          margin-right: 0; } }

.rmb-content {
  text-align: left;
  margin-top: 0.9375em; }
  .rmb-content p {
    margin-top: 0;
    margin-bottom: 0.9375em;
    font-size: 1em;
    line-height: 1.375em; }

.rmb-title {
  color: #555759;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2222222222em;
  margin: 0;
  font-family: "Rubik", sans-serif; }
  .rmb-title a {
    color: #454545;
    text-decoration: none; }
    .rmb-title a:hover {
      color: #c22032; }

.cs-heading {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 0.95em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  margin-top: 0; }

.case-study-section {
  padding-top: 1.875em; }
  @media (min-width: 60em) {
    .case-study-section {
      padding-top: 4.625em; } }

.cs-link {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  display: inline-block;
  max-width: 23.25em;
  padding: 2.1875em 1.5625em 1.875em 1.6875em;
  width: 100%; }
  .cs-link > img {
    max-width: 9.1875em;
    vertical-align: top;
    width: 48%; }
  .cs-link:hover .cs-link-text {
    text-decoration: underline;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/download-hover-btn.png); }

.cs-link-text {
  color: #c22032;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  padding-left: 1.25em;
  margin-top: 0.625em;
  width: 49%;
  padding-bottom: 2.5em;
  background-repeat: no-repeat;
  background-position: 1.4375em bottom;
  background-size: 2.1875em 2.1875em;
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/download-btn.png); }
  @media (min-width: 40em) {
    .cs-link-text {
      font-size: 1.125em;
      line-height: 1.3333333333em;
      padding-left: 1.5555555556em;
      margin-top: 0.8888888889em;
      padding-bottom: 3.4444444444em;
      background-position: 1.7222222222em bottom;
      background-size: 2.7222222222em 2.7222222222em; } }

/*===================Business Module===============*/
/*=============== Custom Adhesives Module ===============*/
.custom-adhesives-module {
  position: relative; }
  @media (min-width: 40em) {
    .custom-adhesives-module {
      display: flex; } }

.cam-wrap {
  background-color: #00245e;
  position: relative;
  padding: 1.9375em 0 0.0625em 0; }
  @media (min-width: 40em) {
    .cam-wrap {
      padding: 1.9375em 0 0.0625em 3.71429%;
      width: 56.3%; }
      .cam-wrap:after {
        background-color: #00245e;
        content: "";
        height: 100%;
        left: 0.75em;
        position: absolute;
        top: 0;
        -webkit-transform: skew(3deg);
        -moz-transform: skew(3deg);
        -ms-transform: skew(3deg);
        -o-transform: skew(3deg);
        transform: skew(3deg);
        width: 100%; } }
  @media (min-width: 60em) {
    .cam-wrap {
      padding: 1.9375em 0 0.0625em 7.71429%; } }

.cam-item {
  display: inline-block;
  margin-bottom: 2.5625em;
  position: relative;
  vertical-align: top;
  width: 49%;
  z-index: 1; }
  @media (min-width: 40em) {
    .cam-item {
      width: 45%; }
      .cam-item:nth-child(3), .cam-item:nth-child(4) {
        margin-bottom: 1.75em; }
      .cam-item:hover .cam-img {
        border: solid 2px #c22032; }
      .cam-item:hover span {
        color: #c22032; } }
  @media (min-width: 80em) {
    .cam-item {
      width: 48.5%; } }
  @media (min-width: 87.5em) {
    .cam-item {
      width: 45%; } }

.cam-img {
  border-radius: 50%;
  display: block;
  height: 8.4375em;
  width: 8.4375em;
  margin: 0 auto;
  border: solid 2px #00245e; }
  @media (min-width: 80em) {
    .cam-img {
      display: inline-block;
      vertical-align: middle;
      height: 10.3125em;
      width: 10.3125em; } }

.cam-link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }
  .cam-link:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/play-button.svg);
    background-size: 4.44em 4.4em;
    content: "";
    height: 4.4em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4.44em; }

.cam-title {
  color: #ffffff;
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
  padding: 0.2777777778em 0 0 0; }
  .cam-title sup {
    font-size: 1em;
    font-weight: 400;
    top: 0; }
  @media (min-width: 80em) {
    .cam-title {
      padding: 0.2777777778em 0 0 1.0555555556em;
      display: inline-block;
      vertical-align: middle;
      text-align: left; } }

.cam-video-wrap {
  background-size: cover;
  height: 21.875em; }
  .cam-video-wrap img {
    display: block;
    width: 100%; }
  @media (min-width: 40em) {
    .cam-video-wrap {
      width: 43.7%;
      height: auto; } }

.cam-cta-wrap {
  background-color: #c22032;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.8125em 1.4375em 0.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .cam-cta-wrap:hover {
    padding: 0.65em 2.9em 2.4em; }
  .cam-cta-wrap a:hover {
    color: #ffffff; }
  @media (min-width: 40em) {
    .cam-cta-wrap {
      font-size: 1.25em;
      line-height: 1.5em;
      padding: 0.65em 2.9em 1.2em;
      bottom: auto;
      right: 1.1em;
      top: 50.5%;
      -webkit-transform: translateX(50%) translateY(-50%) rotate(270deg);
      -moz-transform: translateX(50%) translateY(-50%) rotate(270deg);
      -ms-transform: translateX(50%) translateY(-50%) rotate(270deg);
      -o-transform: translateX(50%) translateY(-50%) rotate(270deg);
      transform: translateX(50%) translateY(-50%) rotate(270deg); } }
  .cam-cta-wrap .cam-cta {
    color: #ffffff; }

/*=============== Business Intro Module ===============*/
.business-intro-module > .inner-wrap, .business-intro-module > .inner-wrap-narrow, .business-intro-module > .inner-wrap-wide, .business-intro-module > .inner-wrap-fullwidth {
  padding-top: 0.1875em; }

.bim-wrap {
  text-align: center; }
  @media (min-width: 40em) {
    .bim-wrap {
      display: table;
      margin-bottom: 1.1875em;
      position: relative;
      vertical-align: middle;
      width: 100%;
      text-align: left; } }

.bim-heading-wrap {
  background-color: #eeeeee;
  padding: 0.625em 0; }
  @media (min-width: 40em) {
    .bim-heading-wrap {
      padding: 0;
      display: table-cell;
      position: relative;
      vertical-align: middle;
      width: 48%; }
      .bim-heading-wrap:after {
        background-color: #eeeeee;
        content: "";
        height: 100%;
        left: auto;
        position: absolute;
        right: -1.625em;
        top: 0;
        transform: skewX(-2.4deg);
        width: 100%;
        z-index: 3; } }

@media (min-width: 40em) {
  .bim-img-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 52%;
    background-color: #eeeeee; } }

@media (min-width: 40em) {
  .bim-img {
    display: block;
    float: right; } }

.bim-heading {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #c22032; }
  @media (min-width: 40em) {
    .bim-heading {
      font-size: 2.875em;
      line-height: 1em;
      margin: 0 0 0.3695652174em 0.7608695652em;
      position: relative;
      z-index: 10; } }

.bim-info {
  color: #454545;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin: 0 0 1.8125em 0; }
  @media (min-width: 40em) {
    .bim-info {
      margin: 0 0 1.8125em 2.3125em;
      position: relative;
      z-index: 10; } }

.bim-list {
  margin: 0 0 0.375em 2.3125em;
  text-align: left;
  position: relative;
  z-index: 5; }
  .bim-list li {
    font-size: 1.125em;
    line-height: 1em;
    color: #00245e;
    padding-left: 2.2222222222em;
    margin-bottom: 1.3333333333em; }
    .bim-list li a {
      color: #00245e;
      text-decoration: none; }
    .bim-list li p {
      margin: 0;
      padding: 0.5em 0 0 0.75em; }
    .bim-list li:hover, .bim-list li.active {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/bim-red-arrow.png);
      background-position: left 5px;
      background-repeat: no-repeat;
      background-size: 1.0555555556em 0.4444444444em; }
      .bim-list li:hover a, .bim-list li.active a {
        color: #c22032;
        text-decoration: none; }

.mfp-close:after {
  display: none; }

/*=============== Check Blog Module ==============*/
.check-blog-module {
  background-color: rgba(85, 87, 89, 0.7);
  text-align: center;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  .check-blog-module .inner-wrap, .check-blog-module .inner-wrap-narrow, .check-blog-module .inner-wrap-wide, .check-blog-module .inner-wrap-fullwidth {
    padding-bottom: 0.875em;
    padding-top: 0.625em; }
  .check-blog-module:hover {
    background-color: #c22032; }
    .check-blog-module:hover .cbm-link:before {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/blog-comment-hover.png); }

.cbm-link {
  font-size: 1.25em;
  color: #ffffff;
  position: relative; }
  .cbm-link:after {
    content: "";
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/white-arrow.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 0.2916666667em 0.5833333333em;
    width: 0.2916666667em;
    height: 0.5833333333em;
    right: -0.625em;
    top: 0.3333333333em; }
  .cbm-link:before {
    content: "";
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/blog-comment.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 2.25em 1.45em;
    width: 2.25em;
    height: 1.45em;
    left: -2.65em;
    top: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear; }
  .cbm-link:hover {
    color: #ffffff; }
    .cbm-link:hover:after {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/white-arrow.png); }

@media (min-width: 40em) {
  .cbm-link {
    font-size: 1.5em; }
    .cbm-link:before {
      background-size: 3.375em 2.1666666667em;
      width: 3.375em;
      height: 2.1666666667em;
      left: -4.0416666667em;
      top: -0.4166666667em; } }

/*============ Contact Us Module ===========*/
.contact-us-module {
  background-color: #00245e;
  text-align: center; }
  .contact-us-module .inner-wrap, .contact-us-module .inner-wrap-narrow, .contact-us-module .inner-wrap-wide, .contact-us-module .inner-wrap-fullwidth {
    padding-bottom: 1.75em;
    padding-top: 1.6875em; }

.cum-heading {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.3em; }

.cum-link {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 500;
  position: relative; }
  .cum-link:after {
    content: "";
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/white-arrow.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 0.35em 0.7em;
    width: 0.35em;
    height: 0.7em;
    right: -0.75em;
    top: 0.25em; }
  .cum-link:hover {
    color: #c22032; }
    .cum-link:hover:after {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/blog-red-arrow.png); }

@media (min-width: 40em) {
  .cum-heading {
    font-size: 1.5em;
    line-height: 1.125em; }
  .cum-link {
    font-size: 1.5em; }
    .cum-link:after {
      background-size: 0.2916666667em 0.5833333333em;
      width: 0.2916666667em;
      height: 0.5833333333em;
      right: -0.7916666667em;
      top: 0.5416666667em; } }

@media (min-width: 60em) {
  .cum-heading {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .cum-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.375em; } }

/*============== Market Served =============*/
.market-served-module {
  text-align: center; }
  .market-served-module .inner-wrap, .market-served-module .inner-wrap-narrow, .market-served-module .inner-wrap-wide, .market-served-module .inner-wrap-fullwidth {
    padding-top: 1.3125em;
    padding-bottom: 3.125em; }

.msm-heading {
  margin-bottom: 1.4166666667em; }

.msm-item, .apm-item {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  max-width: 22.875em;
  border: 1px solid #eeeeee;
  margin-bottom: 1.25em;
  margin-right: 2.3%; }
  .msm-item:hover, .apm-item:hover {
    border: 1px solid #c22032; }
    .msm-item:hover .msm-title, .apm-item:hover .msm-title, .msm-item:hover .apm-title, .apm-item:hover .apm-title {
      color: #c22032; }

.msm-img img {
  display: block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.msm-title, .apm-title {
  font-size: 1.125em;
  line-height: 1.1666666667em;
  color: #00245e;
  font-weight: 500;
  padding-top: 0.8333333333em;
  padding-bottom: 1em; }

@media (min-width: 40em) {
  .msm-item, .apm-item {
    float: left;
    width: 31.8%; }
    .msm-item:nth-child(3n), .apm-item:nth-child(3n) {
      margin-right: 0; }
  .msm-title, .apm-title {
    font-size: 1em;
    min-height: 4.875em;
    line-height: 1.1875em;
    padding-top: 1.0625em;
    padding-bottom: 1.4375em;
    padding-left: 0.5em;
    padding-right: 0.5em; } }

@media (min-width: 60em) {
  .msm-title, .apm-title {
    font-size: 1.125em;
    min-height: auto;
    line-height: 1.1666666667em;
    padding-top: 0.8333333333em;
    padding-bottom: 1em;
    padding-left: 0.4444444444em;
    padding-right: 0.4444444444em; } }

/*============= Application Equipment ==========*/
.application-equipment-module {
  text-align: center; }
  .application-equipment-module .inner-wrap, .application-equipment-module .inner-wrap-narrow, .application-equipment-module .inner-wrap-wide, .application-equipment-module .inner-wrap-fullwidth {
    padding-top: 4.0625em;
    padding-bottom: 3.125em; }

.apm-heading {
  margin-bottom: 1.5416666667em; }

.apm-img img {
  display: block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #ffffff;
  color: #454545;
  text-align: center; }
  .site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
    padding-bottom: 0.9375em;
    padding-top: 1.8125em; }
  @media (min-width: 40em) {
    .site-footer {
      text-align: left; }
      .site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
        padding-bottom: 0;
        padding-top: 1.8125em; } }

.sf-social-wrap {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  text-align: center; }

.sfsw-text {
  font-size: 0.875em;
  margin: 0.3571428571em 0 0; }
  .sfsw-text a {
    text-decoration: underline; }
    .sfsw-text a:hover {
      text-decoration: none; }

.for-everyday .sfsw-text a:hover, .parent-pageid-1310 .sfsw-text a:hover {
  color: #c22032; }

.sfsw-title {
  color: #00245e;
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3333333333em;
  margin-bottom: 0.5555555556em;
  font-family: "Rubik", sans-serif; }
  @media (min-width: 80em) {
    .sfsw-title {
      display: inline-block;
      margin-right: 1.4444444444em;
      margin-bottom: 0; } }

.sfsw-social-links {
  display: inline-block; }
  .sfsw-social-links > a {
    border-radius: 50%;
    display: inline-block;
    height: 2.625em;
    margin: 0 0.0625em 0.3125em 0.0625em;
    position: relative;
    vertical-align: middle;
    width: 2.625em;
    z-index: 1; }
    .sfsw-social-links > a:after {
      left: 0;
      padding: 0;
      top: 0;
      -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
      z-index: -1;
      content: "";
      height: 100%;
      pointer-events: none;
      position: absolute;
      width: 100%;
      border-radius: 50%;
      border-radius: 50%; }
    .sfsw-social-links > a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #eeeeee;
      z-index: 2;
      left: 0;
      top: 0;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.2s ease 0s, opacity 0.2s ease 0s; }
    .sfsw-social-links > a:hover {
      background-color: #c22032;
      z-index: 4; }
      .sfsw-social-links > a:hover:after {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        z-index: 4;
        border: 2px solid #ffffff; }
      .sfsw-social-links > a:hover:before {
        background-color: #c22032; }
      .sfsw-social-links > a:hover img {
        z-index: 6; }
    .sfsw-social-links > a img {
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      vertical-align: middle;
      z-index: 3; }
    .sfsw-social-links > a:first-child {
      margin-left: 0; }
    .sfsw-social-links > a:last-child {
      margin-right: 0; }
  .sfsw-social-links.sfsw-social-links-green > a:hover {
    background-color: #9ea81e; }
    .sfsw-social-links.sfsw-social-links-green > a:hover:before {
      background-color: #9ea81e; }
  @media (min-width: 60em) {
    .sfsw-social-links > a {
      margin: 0 0.3125em 0.3125em 0.375em; } }

.sf-address-inner {
  font-size: 1em;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 0.5625em;
  text-align: center; }
  .sf-address-inner > span {
    display: inline-block;
    margin: 0 1.41% 0.3125em;
    color: #555759;
    font-family: "Rubik", sans-serif; }
    .sf-address-inner > span.sf-companyname {
      color: #00245e;
      font-size: 1.125em;
      font-weight: 500;
      line-height: 1.3333333333em;
      margin-left: 0; }
  .sf-address-inner a {
    color: #00245e !important;
    text-decoration: underline !important; }
    .sf-address-inner a:hover {
      text-decoration: none !important; }
    @media (min-width: 40em) {
      .sf-address-inner a {
        text-decoration: underline; }
        .sf-address-inner a:hover {
          text-decoration: none; } }
    .sf-address-inner a:hover {
      color: #2e4c69; }
  @media (min-width: 80em) {
    .sf-address-inner > span:first-child {
      margin-left: 0; }
    .sf-address-inner > span:last-child {
      margin-right: 0; } }

.sf-address {
  font-size: 1em;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 0.5625em;
  text-align: center; }
  @media (min-width: 60em) {
    .sf-address {
      font-size: 0.8em; } }
  @media (min-width: 80em) {
    .sf-address {
      font-size: 1em; } }
  .sf-address > span {
    display: inline-block;
    margin: 0 1.41% 0.3125em;
    color: #555759;
    font-family: "Rubik", sans-serif; }
    @media (min-width: 60em) {
      .sf-address > span {
        margin-left: 0;
        margin-right: 9px; } }
    @media (min-width: 80em) {
      .sf-address > span {
        margin: 0 1.41% 0.3125em; } }
    .sf-address > span.sf-companyname {
      color: #00245e;
      font-size: 1.125em;
      font-weight: 500;
      line-height: 1.3333333333em;
      margin-left: 0; }
  .sf-address a {
    color: #00245e !important;
    text-decoration: underline !important; }
    .sf-address a:hover {
      text-decoration: none !important; }
    @media (min-width: 40em) {
      .sf-address a {
        text-decoration: underline; }
        .sf-address a:hover {
          text-decoration: none; } }
    .sf-address a:hover {
      color: #2e4c69; }
  @media (min-width: 80em) {
    .sf-address > span:first-child {
      margin-left: 0; }
    .sf-address > span:last-child {
      margin-right: 0; } }

.sf-bottom-content {
  border-top: 1px solid #eeeeee;
  position: relative;
  padding-top: 1.125em;
  text-align: center; }
  .sf-bottom-content:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 0.0625em;
    background-color: #eeeeee;
    top: -0.0625em; }
  .sf-bottom-content:after {
    content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    height: 0.0625em;
    background-color: #eeeeee;
    top: -0.0625em; }
  @media (min-width: 80em) {
    .sf-bottom-content {
      text-align: right; } }

.sf-nav {
  margin-bottom: 1.25em; }
  .sf-nav > li {
    display: inline-block;
    margin: 0 0 0.625em 0.1875em;
    padding-left: 0.5625em;
    position: relative; }
    .sf-nav > li:first-child {
      margin-left: 0;
      padding-left: 0; }
      .sf-nav > li:first-child:after {
        display: none; }
    .sf-nav > li:after {
      background-color: #efeff0;
      content: "";
      height: 1em;
      left: 0;
      position: absolute;
      top: 0;
      width: 0.125em; }
  .sf-nav a {
    color: #00245e !important;
    font-size: 0.875em;
    font-weight: 500 !important;
    line-height: 1.1428571429em;
    display: block;
    font-family: "Rubik", sans-serif; }
    .sf-nav a:hover {
      color: #555759 !important;
      text-decoration: underline; }
  @media (min-width: 80em) {
    .sf-nav {
      float: left;
      margin-bottom: 0; } }

.sf-thomas-info {
  font-size: 0.875em;
  line-height: 1.1428571429em;
  margin: 0;
  display: inline-block;
  font-family: "Rubik", sans-serif; }
  .sf-thomas-info a {
    color: #00245e !important; }
    .sf-thomas-info a:hover {
      color: #555759;
      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; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(https://cdn2.hubspot.net/hubfs/429935/img/ico-search.svg) no-repeat center center !important;
  border: none !important;
  font-size: 1.125em !important; }

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

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

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

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative;
  /* @include mq(medium) {
    display: inline;
  }*/ }

.height {
  max-height: 9.5625em; }
  .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;
    left: 0; }

.heightAuto {
  max-height: 312.5em; }
  .heightAuto:before {
    display: none; }

.link {
  display: block;
  text-align: left;
  /* padding-bottom: em(10);*/ }
  .link > a {
    color: #00245e;
    font-weight: 700;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif; }
    .link > a:hover {
      text-decoration: none; }

/*===================== FOR YOUR LIFE PAGE =====================*/
.flm-heading {
  color: #c1cd24; }

/*==================== Application module =====================*/
.application-life-module {
  text-align: center; }
  .application-life-module .inner-wrap, .application-life-module .inner-wrap-narrow, .application-life-module .inner-wrap-wide, .application-life-module .inner-wrap-fullwidth {
    padding-top: 1.3125em;
    padding-bottom: 3.125em; }

.alm-heading {
  margin-bottom: 1.4166666667em; }

.alm-item {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  max-width: 22.875em;
  border: 1px solid #eeeeee;
  margin-bottom: 1.25em;
  margin-right: 1.5%; }
  .alm-item:hover {
    border: 1px solid #c1cd24; }
    .alm-item:hover .alm-title {
      color: #c1cd24; }

.alm-img img {
  display: block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.alm-title {
  font-size: 1.125em;
  line-height: 1.1666666667em;
  color: #00245e;
  font-weight: 500;
  padding-top: 0.8333333333em;
  padding-bottom: 1em; }

@media (min-width: 40em) {
  .alm-item {
    float: left;
    width: 23.8%; }
    .alm-item:nth-child(4n) {
      margin-right: 0; }
  .alm-title {
    font-size: 1em;
    min-height: 4.875em;
    line-height: 1.1875em;
    padding-top: 1.0625em;
    padding-bottom: 1.4375em;
    padding-left: 0.5em;
    padding-right: 0.5em; } }

@media (min-width: 60em) {
  .alm-title {
    font-size: 1.125em;
    min-height: 4.75em;
    line-height: 1.1666666667em;
    padding-top: 0.8333333333em;
    padding-bottom: 1em;
    padding-left: 0.4444444444em;
    padding-right: 0.4444444444em; } }

@media (min-width: 80em) {
  .alm-title {
    min-height: auto; } }

.alm-wrap {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 40em) {
    .alm-wrap .alm-inner-wrap {
      width: 33.33%;
      padding-left: 15px;
      padding-right: 15px;
      float: left; } }
  .alm-wrap .alm-inner-wrap a.alm-item {
    width: auto; }

/*=============== What is glue dot module ===============*/
.glue-dot-module {
  background-color: #00245e;
  position: relative; }
  @media (min-width: 40em) {
    .glue-dot-module {
      display: flex; } }

.gdm-wrap {
  padding: 3.125em;
  position: relative;
  z-index: 1;
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/what-glue-dot-bg.png); }
  @media (min-width: 40em) {
    .gdm-wrap {
      width: 56.3%; } }
  @media (min-width: 80em) {
    .gdm-wrap {
      background-image: none;
      padding: 4.6875em 4.625em 4.375em 7.875em; }
      .gdm-wrap:after {
        content: '';
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/what-glue-dot-bg.png);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        -webkit-transform: skew(-3deg);
        -moz-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
        -o-transform: skew(-3deg);
        transform: skew(-3deg);
        width: 100%; }
      .gdm-wrap:before {
        content: '';
        background: #00245e;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        right: -0.6875em;
        top: 0;
        -webkit-transform: skew(3deg);
        -moz-transform: skew(3deg);
        -ms-transform: skew(3deg);
        -o-transform: skew(3deg);
        transform: skew(3deg);
        width: 100%; } }

.gdm-para {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0; }
  @media (min-width: 80em) {
    .gdm-para {
      padding-right: 0.875em; } }

.gdm-list {
  padding: 0;
  margin: 0;
  margin-top: 2.1875em; }
  .gdm-list li {
    position: relative;
    color: #c1cd24;
    font-size: 1.125em;
    line-height: 2em;
    padding-left: 1.1111111111em;
    margin: 0 !important;
    padding-left: 0.9375em;
    padding-right: 0.9375em; }
    @media (min-width: 80em) {
      .gdm-list li {
        width: 50%;
        float: left; } }
    .gdm-list li:before {
      content: '';
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/what-glue-dot-bullet.png);
      width: 0.6111111111em;
      height: 0.6111111111em;
      position: absolute;
      top: 0.6666666667em;
      left: 0;
      background-size: contain;
      background-repeat: no-repeat; }
  @media (min-width: 80em) {
    .gdm-list li {
      display: inline-block; }
      .gdm-list li:nth-child(1) {
        margin-right: 2.6666666667em; }
      .gdm-list li:nth-child(3) {
        margin-right: 8.7777777778em; } }

.gdm-video-wrap {
  background-size: cover;
  height: 21.875em; }
  .gdm-video-wrap img {
    display: block;
    width: 100%; }
  @media (min-width: 40em) {
    .gdm-video-wrap {
      width: 43.7%;
      height: auto; } }

.gdm-cta-wrap {
  background-color: #c1cd24;
  border-radius: 3px 3px 0 0;
  color: #00245e;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.8125em 1.4375em 0.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .gdm-cta-wrap:hover {
    padding: 0.65em 2.9em 2.4em; }
  .gdm-cta-wrap a:hover {
    color: #00245e; }
  @media (min-width: 40em) {
    .gdm-cta-wrap {
      font-size: 1.25em;
      line-height: 1.5em;
      padding: 0.65em 2.9em 1.2em;
      bottom: auto;
      right: 1.1em;
      top: 50.5%;
      -webkit-transform: translateX(50%) translateY(-50%) rotate(270deg);
      -moz-transform: translateX(50%) translateY(-50%) rotate(270deg);
      -ms-transform: translateX(50%) translateY(-50%) rotate(270deg);
      -o-transform: translateX(50%) translateY(-50%) rotate(270deg);
      transform: translateX(50%) translateY(-50%) rotate(270deg); } }
  .gdm-cta-wrap .gdm-cta {
    color: #00245e; }

.gdm-link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }
  .gdm-link:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/play-button.svg);
    background-size: 4.44em 4.4em;
    content: "";
    height: 4.4em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4.44em; }

/*======================For Your life inside page=====================*/
.flm-right span {
  color: #9ea81e; }

.ph-right {
  font-family: "Rubik", sans-serif;
  font-size: 0.5em;
  font-weight: normal;
  margin-top: 0.8125em; }
  .ph-right a {
    color: #88898a;
    position: relative;
    margin-right: 0.625em;
    margin-bottom: 0.3125em;
    padding-right: 0.625em;
    display: inline-block; }
    .ph-right a:hover {
      color: #c1cd24; }
    .ph-right a:after {
      content: '';
      background-color: #88898a;
      width: 0.0625em;
      height: 15px;
      position: absolute;
      top: 0;
      right: 0; }
    .ph-right a:first-child {
      padding-left: 0; }
    .ph-right a:last-child {
      padding-right: 0; }
      .ph-right a:last-child:after {
        display: none; }
  @media (min-width: 40em) {
    .ph-right a {
      padding: 0em 1.125em;
      margin-right: 0;
      margin-bottom: 0; } }
  @media (min-width: 80em) {
    .ph-right {
      float: right;
      text-align: right; } }

.flm-right-more {
  color: #9ea81e;
  font-weight: 600;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  margin-top: -0.8125em;
  display: block; }

/*==========classroom display module==============*/
.class-room-module {
  border-top: 1px solid #c1cd24;
  padding-top: 1.25em;
  clear: both;
  margin-top: 3.0625em;
  padding-bottom: 3.625em; }

.crm-title {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #555759;
  font-weight: 500;
  font-family: "Rubik", sans-serif; }

.crm-wrap {
  width: 100%;
  padding-top: 2.25em; }

.crm-item {
  display: block;
  text-align: center;
  margin-bottom: 1.875em; }
  .crm-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; }
  .crm-item figcaption {
    font-size: 1.125em;
    font-weight: 500;
    line-height: normal;
    color: #00245e;
    margin-top: 0.5625em; }
  .crm-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07); }
  .crm-item:hover figcaption {
    color: #c1cd24; }
  @media (min-width: 40em) {
    .crm-item {
      width: 50%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 60em) {
    .crm-item {
      width: 25%;
      margin-bottom: 0; }
      .crm-item figcaption {
        padding: 0 1.1111111111em; } }
  @media (min-width: 80em) {
    .crm-item figcaption {
      padding: 0 2.2222222222em; } }

/*========== for you life module==========*/
.for-life-about-module {
  background-color: #00245e;
  position: relative;
  padding-top: 1.9375em;
  padding-bottom: 2.125em; }
  .for-life-about-module:after {
    content: '';
    background: #00245e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%; }
  .for-life-about-module:before {
    content: '';
    background: #00245e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%; }

.flam-heading {
  color: #ffffff;
  margin-top: 0.4583333333em !important;
  margin-bottom: 1em; }

.flam-list {
  padding-left: 2.0625em; }
  .flam-list li {
    display: block;
    color: #ffffff;
    font-size: 1.125em;
    line-height: 2em;
    padding-left: 2.7222222222em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/check-img-green.png);
    background-size: 1.6666666667em 1.4444444444em; }
  @media (min-width: 40em) {
    .flam-list li {
      width: 50%;
      display: inline-block; } }
  @media (min-width: 60em) {
    .flam-list li {
      width: 33.33%;
      margin-left: -0.25em; } }

/*creative project module*/
.creative-project-module {
  text-align: center;
  padding-top: 4.0625em; }
  .creative-project-module p {
    text-align: left; }
  .creative-project-module .flm-right-more {
    text-align: left; }

.cpm-heading {
  color: #00245e;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 0.1666666667em 0;
  padding: 0 1.0833333333em;
  position: relative;
  display: inline-block; }
  .cpm-heading span {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 0.4166666667em; }
  .cpm-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 0.0833333333em;
    background-color: rgba(85, 87, 89, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

/*==========student project module==============*/
.student-project-module {
  border-top: 1px solid #c1cd24;
  padding-top: 1.25em;
  clear: both;
  margin-top: 2.75em !important;
  padding-bottom: 0.9375em; }

.spm-title {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #555759;
  font-weight: 500;
  font-family: "Rubik", sans-serif; }

.spm-wrap {
  width: 100%;
  padding-top: 2.25em; }

.spm-item {
  display: block;
  text-align: center;
  margin-bottom: 1.875em; }
  .spm-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; }
  .spm-item figcaption {
    font-size: 1.125em;
    font-weight: 500;
    line-height: normal;
    color: #00245e;
    margin-top: 0.5625em; }
  .spm-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07); }
  .spm-item:hover figcaption {
    color: #c1cd24; }
  @media (min-width: 40em) {
    .spm-item {
      width: 50%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 60em) {
    .spm-item {
      width: 25%;
      margin-bottom: 0; }
      .spm-item figcaption {
        padding: 0 1.1111111111em; } }
  @media (min-width: 80em) {
    .spm-item figcaption {
      padding: 0 2.2222222222em; } }

/*==========company info module==============*/
.company-info-module {
  background-color: #c1cd24;
  margin-top: 1.6875em;
  border-radius: 3px;
  padding: 0.625em 0.9375em;
  display: table;
  margin-bottom: 5em; }
  @media (min-width: 60em) {
    .company-info-module {
      padding: 0.5em 3.75em 0.375em; } }

.cim-img {
  display: block;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .cim-img {
      float: left;
      vertical-align: middle; } }

.cim-para {
  color: #00245e;
  float: right;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  margin: 0;
  margin-top: 0.8888888889em; }
  @media (min-width: 60em) {
    .cim-para {
      margin: 1.3333333333em 0;
      width: calc(100% - 4.9375em);
      padding-left: 1.7777777778em;
      padding-top: 0.1666666667em; } }

.for-life-gray-section {
  background-color: #eeeeee;
  position: relative;
  padding-bottom: 4em; }
  .for-life-gray-section:after {
    content: '';
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%; }
  .for-life-gray-section:before {
    content: '';
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%; }
  @media (min-width: 60em) {
    .for-life-gray-section {
      padding-bottom: 5.5em; } }

.morecontent span {
  display: none; }

.showmore.active {
  max-height: 7.5em;
  position: relative; }

.showmore {
  overflow: hidden;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear; }

/*==========budget module=========*/
.budget-module {
  padding-top: 4em; }
  .budget-module .height {
    min-height: 10.625em; }
    .budget-module .height:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
      height: 40%; }
  .budget-module .link {
    margin-top: 0.8125em; }

.bm-heading {
  color: #00245e;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 0.1666666667em 0;
  padding: 0 1.0833333333em;
  position: relative;
  display: table;
  margin: 0 auto; }
  .bm-heading span {
    display: inline-block;
    background-color: #eeeeee;
    position: relative;
    z-index: 1;
    padding: 0 0.4166666667em;
    text-align: center; }
  .bm-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 0.0833333333em;
    background-color: rgba(85, 87, 89, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.bm-list {
  padding: 0;
  margin: 0; }
  .bm-list li {
    font-size: 1em;
    line-height: 1.5em;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/bullet-green.png);
    background-size: 0.25em 0.25em;
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 0.75em; }

/*==========best budget module==============*/
.best-budget-module {
  margin-top: 3.25em !important; }

@media (min-width: 60em) {
  .bbm-item figcaption {
    padding: 0 3.3333333333em; } }

.company-info-budget {
  margin-bottom: 0; }
  @media (min-width: 60em) {
    .company-info-budget {
      padding-top: 0.9375em;
      padding-left: 3.5em;
      padding-bottom: 1.375em; } }

@media (min-width: 60em) {
  .cib-para {
    padding-top: 0;
    margin-top: 0.5555555556em;
    margin-bottom: 0; } }

/*==========school module==============*/
.school-module {
  padding-top: 0em;
  padding-bottom: 0.125em; }
  .school-module sup {
    font-weight: normal; }
  .school-module .accordion-tabs {
    border: solid 1px #efefef; }
    .school-module .accordion-tabs .tab-link {
      color: rgba(85, 87, 89, 0.6);
      font-size: 1.125em;
      font-weight: 500;
      line-height: normal;
      font-family: "Rubik", sans-serif;
      padding: 1.1111111111em; }
      .school-module .accordion-tabs .tab-link.is-active {
        color: #00245e;
        background-color: #c1cd24;
        border-radius: 3px 3px 0 0;
        border: 0; }
    .school-module .accordion-tabs .tab-content {
      background-color: #eee;
      border: 0;
      border-top: solid 1px #c1cd24;
      padding: 1.875em; }
  @media (min-width: 60em) {
    .school-module .accordion-tabs {
      border: 0;
      margin-top: 2.625em; }
      .school-module .accordion-tabs li:first-child .tab-link {
        width: 19.8%; }
      .school-module .accordion-tabs .tab-link {
        width: 19%;
        padding: 0.6666666667em 0 0.6111111111em 0.7222222222em; } }
  @media (min-width: 80em) {
    .school-module .accordion-tabs .tab-link {
      width: 19%;
      padding: 0.6666666667em 1.6666666667em 0.6111111111em 1.2777777778em; }
    .school-module .accordion-tabs .tab-content {
      padding: 2.875em 1.875em 3.625em 3.0625em; } }

.sm-heading {
  color: #00245e;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 0.1666666667em 0;
  padding: 0 1.0833333333em;
  position: relative;
  display: table;
  margin: 0 auto; }
  .sm-heading span {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 0.4166666667em;
    text-align: center; }
  .sm-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 0.0833333333em;
    background-color: rgba(85, 87, 89, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.sm-tab-heading {
  font-size: 1.125em;
  color: #00245e;
  line-height: 1.3333333333em;
  margin-top: 0;
  font-family: "Rubik", sans-serif; }

.sm-tab-para {
  margin-top: 1.25em; }

.sm-list-full {
  padding: 0;
  margin: 0;
  margin-top: 1.5625em;
  margin-bottom: 2.75em; }
  .sm-list-full li {
    font-size: 1em;
    line-height: 1.5em;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/bullet-blue.png);
    background-size: 0.25em 0.25em;
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 0.75em;
    font-weight: 500; }
    .sm-list-full li p {
      margin: 0;
      font-weight: normal; }

.sm-list-col {
  padding: 0;
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 2.75em; }
  .sm-list-col li {
    font-size: 1em;
    line-height: 1.625em;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/bullet-blue.png);
    background-size: 0.25em 0.25em;
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 0.75em;
    margin-bottom: 1.25em; }
    .sm-list-col li span {
      margin: 0;
      font-weight: 500; }
  @media (min-width: 60em) {
    .sm-list-col li {
      width: 33.33%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      /*&:nth-child(1){
        width: 36.8%;
        padding-right: em(82,16);
      }
      &:nth-child(2){
        width: 35.6%;
        padding-right: em(84,16);
      }
      &:nth-child(3){
        width: 27%;
      }*/ } }

/*========== browse product catalog==========*/
.browse-catalog-module {
  width: 100%;
  background-color: #00245e;
  display: table; }
  @media (min-width: 60em) {
    .browse-catalog-module {
      position: relative; }
      .browse-catalog-module:before {
        background-color: #001f50;
        content: "";
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
        -webkit-transform: skew(-3deg);
        -moz-transform: skew(-3deg);
        -ms-transform: skew(-3deg);
        -o-transform: skew(-3deg);
        transform: skew(-3deg);
        width: 40.5%;
        z-index: 1; } }

.bcm-left {
  width: 100%;
  padding: 2.1875em 1.5em;
  text-align: center; }
  @media (min-width: 60em) {
    .bcm-left {
      width: 59%;
      float: left;
      padding: 2.1875em 0 2.25em 1.875em;
      text-align: left; } }
  @media (min-width: 80em) {
    .bcm-left {
      padding: 2.1875em 0 2.25em 7.9375em; } }

.bcm-text {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.4166666667em;
  margin: 0;
  font-weight: 500; }

.bcm-right {
  width: 100%;
  text-align: center;
  padding-bottom: 2.1875em; }
  @media (min-width: 60em) {
    .bcm-right {
      width: 41%;
      float: right;
      position: relative;
      z-index: 2;
      padding-top: 3.125em;
      padding-left: 1.875em;
      padding-bottom: 0;
      text-align: left; } }
  @media (min-width: 80em) {
    .bcm-right {
      padding-left: 6.3125em; } }

.bcm-btn {
  background-color: transparent;
  border: 0;
  z-index: 1;
  position: relative;
  color: #ffffff;
  padding: 0.5em 0.85em; }
  .bcm-btn:hover {
    color: #ffffff;
    background-color: #9ea81e; }
    .bcm-btn:hover:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }
  .bcm-btn:after {
    background-color: transparent;
    border: 1px solid #ffffff;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: -1px;
    padding: 1px;
    top: -1px;
    border-radius: 3px;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1; }

.bcm-img {
  display: none; }
  @media (min-width: 80em) {
    .bcm-img {
      display: inline-block;
      position: absolute;
      width: 7.375em;
      height: 7.3125em;
      top: -3px;
      right: 7.5%; } }

/*========== bulk and education module==========*/
.bulk-education-module {
  background-color: #88898a;
  text-align: center;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 300;
  padding: 1.7222222222em 0.8333333333em; }
  .bulk-education-module > a {
    font-weight: 500;
    text-decoration: underline;
    color: #ffffff; }
    .bulk-education-module > a:hover {
      color: #c1cd24;
      text-decoration: none; }

.wgdm-item {
  text-align: center; }

.jumpto {
  height: 19em;
  margin-top: -19em;
  display: block; }

/*========== wgdm-carousel style ==========*/
@media (min-width: 60em) {
  .wgdm-carousel .owl-stage {
    width: 67.5em !important;
    margin-bottom: 1.875em; }
  .wgdm-carousel .owl-item {
    width: 20.3125em !important;
    margin-right: 2.0625em !important; } }

.wgdm-carousel .owl-nav {
  display: none; }

.wgdm-carousel .owl-dots {
  margin-top: 1.25em; }

.wgdm-carousel .owl-dot:after {
  background-color: transparent; }

.wgdm-carousel .owl-dot span {
  background: transparent !important;
  border: 1px solid #ffffff; }

.wgdm-carousel .owl-dot.active span {
  background: #ffffff !important; }

.lightbox:hover {
  color: #00245e;
  text-decoration: underline; }

.lightbox:focus {
  color: #2e4c69; }

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

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

/* arrow icon (span tag) */
#back-top span {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  display: block;
  background: url(https://cdn2.hubspot.net/hubfs/429935/img/arrow-up.png) repeat-y center center; }

#back-top a:hover span {
  opacity: 1;
  background-position-y: -84px;
  -webkit-transition: background-position-y 1s cubic-bezier(0.35, 0.75, 0.59, 0.93);
  transition: background-position-y 1s cubic-bezier(0.35, 0.75, 0.59, 0.93); }

#back-top a:hover span {
  background-position-y: -60px; }

body.page-id-1331 .site-content-primary ol {
  list-style-position: outside; }

.gmap iframe {
  border: none;
  height: 15.625em;
  border: 1px solid #555759;
  width: 100%; }

@media (min-width: 40em) {
  .gmap iframe {
    height: 25em; } }

@media (min-width: 40em) {
  body.page-id-1337 .multiple-cols-module .rows-of-2 > div:nth-of-type(2n) {
    text-align: right; } }

ul#continents {
  background: url(https://cdn2.hubspot.net/hubfs/429935/img/map.png) no-repeat 0 0;
  position: relative;
  width: 51.07142857142857em;
  height: 28.57142857142857em;
  font-size: 0.875em;
  margin: 0 auto; }
  ul#continents li {
    position: absolute;
    padding-left: 0;
    font-size: 14px; }
    ul#continents li a {
      display: block;
      height: 100%;
      text-decoration: none; }
      ul#continents li a span {
        display: none; }
      ul#continents li a:hover {
        background: url(https://cdn2.hubspot.net/hubfs/429935/img/map.png) no-repeat 0 0; }
        ul#continents li a:hover span {
          display: block;
          padding: 0.4545454545454545em;
          width: 13.63636363636364em;
          background: #000;
          position: relative;
          top: 50%;
          font: 0.7857142857142857em;
          opacity: .75;
          filter: alpha(opacity=75);
          color: #FFF; }
          ul#continents li a:hover span strong {
            display: block;
            margin-bottom: 0.1666666666666667em;
            font-size: 1.090909090909091em;
            text-decoration: underline; }
  ul#continents li#northamerica a:hover {
    background-position: 0 -30.71428571428571em; }
  ul#continents li#europe a:hover {
    background-position: -30.92857142857143em -30.5em; }
  ul#continents li#asia a:hover {
    background-position: -13.07142857142857em -56.57142857142857em; }

#northamerica {
  width: 22.35714285714286em;
  height: 25.14285714285714em;
  top: 1.928571428571429em;
  left: 0; }

#europe {
  width: 13.35714285714286em;
  height: 19.64285714285714em;
  top: 3.785714285714286em;
  left: 20.42857142857143em; }

#asia {
  width: 23.57142857142857em;
  height: 23.57142857142857em;
  top: 2.214285714285714em;
  left: 27.57142857142857em; }

.slider_panel .row {
  clear: none !important; }

.imageSec {
  position: relative; }
  .imageSec:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .25s opacity ease-in-out;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    opacity: .75; }
  .imageSec:hover:before {
    opacity: .25; }
  .imageSec:hover .entry-title a {
    text-decoration: underline; }

.slider_panel:hover .flex-direction-nav {
  display: block; }

.imageSec {
  position: relative; }
  .imageSec .entry-title {
    position: absolute;
    bottom: 0;
    left: 0.625em;
    bottom: 1.375em;
    left: 2.0625em;
    right: 2.0625em;
    text-align: left;
    margin: 0;
    min-height: inherit !important; }
  .imageSec .entry-title {
    font-size: 1.25em;
    line-height: 1.625em !important;
    color: #fff !important; }
    .imageSec .entry-title a {
      color: #fff !important;
      font-size: 1.25em !important; }
      @media (min-width: 60em) {
        .imageSec .entry-title a {
          font-size: 1em !important; } }

.blog_pannel .hs-blog-image-block {
  margin: 0 !important; }
  .blog_pannel .hs-blog-image-block a {
    display: block; }
    .blog_pannel .hs-blog-image-block a:focus {
      outline-offset: -4px; }

.hs-blog-image {
  height: auto; }
  @media (min-width: 60em) {
    .hs-blog-image {
      height: 20em; } }
  @media (min-width: 80em) {
    .hs-blog-image {
      height: 20em; } }

.es_txt_email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff; }

.es_txt_email::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

.es_txt_email:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff; }

.es_txt_email:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

a.rm-link-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

@media (max-width: 959px) {
  .imageSec {
    max-height: 200px;
    overflow: hidden; }
  .inspiration-module .flexslider.slider_panel .slides li {
    margin-right: 5px; } }

.sitemap-menu li {
  margin: 0 0 0.625em; }
  .sitemap-menu li ul {
    margin: 0.625em; }

/*=========================== DotFinder Module ===============================*/
.DotFinder-module {
  text-align: center;
  margin-bottom: 4.6875em; }
  .DotFinder-module > .inner-wrap, .DotFinder-module > .inner-wrap-narrow, .DotFinder-module > .inner-wrap-wide, .DotFinder-module > .inner-wrap-fullwidth {
    padding-top: 2.625em;
    padding-bottom: 1.375em; }

.dfm-outer-wrap {
  background-color: #b2e0e1;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 81.4375em;
  margin: 0 auto; }
  .dfm-outer-wrap .inner-wrap, .dfm-outer-wrap .inner-wrap-narrow, .dfm-outer-wrap .inner-wrap-wide, .dfm-outer-wrap .inner-wrap-fullwidth {
    padding-bottom: 4.8125em;
    padding-top: 4.9375em; }
  @media (min-width: 60em) {
    .dfm-outer-wrap {
      background-position: right top;
      background-size: cover; } }
  @media (min-width: 80em) {
    .dfm-outer-wrap {
      padding-left: 15%; } }

.dfm-header {
  font-size: 2.25em;
  margin-bottom: 0.1944444444em; }

.dfm-subheader {
  font-size: 1.25em;
  margin-top: 0; }

.dfmiw-item {
  font-size: 1.25em;
  color: #00245e;
  text-decoration: none;
  max-width: 12.5em;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 1em; }
  .dfmiw-item img {
    display: block;
    border-radius: 50%;
    margin: 0 0 0.5em 0;
    filter: grayscale(1); }
  .dfmiw-item:hover img {
    filter: grayscale(0); }
  @media (min-width: 80em) {
    .dfmiw-item {
      max-width: none;
      width: 24%;
      margin: 0 4% 1em; } }

.dfmiw-cta {
  display: block;
  clear: both;
  max-width: 11.55em;
  margin: 2.35em auto 0;
  padding: 0.8em 0.25em; }
  .dfmiw-cta:hover {
    background-color: #c1cd24;
    color: #00245e !important;
    border-color: #c1cd24; }

/*=========================== make more with less Module ===============================*/
.make-more-with-less {
  background-color: #00245e;
  text-align: center; }
  @media (min-width: 60em) {
    .make-more-with-less {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/make-more-with-less-bg.jpg);
      background-position: right top;
      background-repeat: no-repeat; } }
  .make-more-with-less .inner-wrap, .make-more-with-less .inner-wrap-narrow, .make-more-with-less .inner-wrap-wide, .make-more-with-less .inner-wrap-fullwidth {
    padding-top: 4.5em;
    padding-bottom: 3.75em; }

.mmwl-header {
  font-size: 1.875em;
  line-height: 1.1666666667em;
  color: #eeeeee;
  margin-bottom: 0.5em; }

.mmwl-subheader {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #eeeeee;
  margin: 0 auto 2.6em; }
  @media (min-width: 60em) {
    .mmwl-subheader {
      width: 78%; } }

.mmwl-item {
  font-size: 1.125em;
  line-height: 1em;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.6% 1.1111111111em;
  max-width: 8.3333333333em;
  font-weight: 500;
  width: 100%; }
  .mmwl-item img {
    display: block;
    margin: 0 auto 1.5em;
    max-width: 5.2777777778em;
    width: 100%; }
  .mmwl-item:hover {
    color: #c1cd24; }

/*=========================== projects-by-age-group Module ===============================*/
.projects-by-age-group {
  text-align: center; }
  .projects-by-age-group .inner-wrap, .projects-by-age-group .inner-wrap-narrow, .projects-by-age-group .inner-wrap-wide, .projects-by-age-group .inner-wrap-fullwidth {
    padding-top: 0; }

.pbag-header {
  margin: 0 0 2.25em;
  font-size: 1.25em;
  color: #00245e;
  position: relative; }
  .pbag-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #c1cd24;
    z-index: 0; }
  .pbag-header span {
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    padding: 0 0.5em;
    position: relative;
    z-index: 2; }

.pbag-item {
  font-size: 1em;
  line-height: 1.25em;
  color: #1c1c1c;
  display: block;
  vertical-align: top;
  margin: 0 auto 1.25em;
  max-width: 10.25em;
  width: 100%; }
  .pbag-item:hover {
    color: #c1cd24; }
    .pbag-item:hover .pbag-image {
      background-color: #c1cd24; }
  @media (min-width: 40em) {
    .pbag-item {
      display: inline-block;
      margin: 0 2% 1.25em; } }
  @media (min-width: 60em) {
    .pbag-item {
      width: 16.7%;
      max-width: none;
      margin: 0 0 1.25em 4%; }
      .pbag-item:first-child {
        margin-left: 0; } }

.pbag-image {
  padding: 50%;
  display: block;
  margin-bottom: 0.75em;
  background-color: #00245e;
  border-radius: 50%;
  position: relative; }
  .pbag-image img {
    display: block;
    max-width: 5.0625em;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

/*=========================== dot-can-do-a-lot-module Module ===============================*/
.dot-can-do-a-lot-module {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10.5625em 1.5625em 5.4375em 1.5625em;
  text-align: center;
  position: relative; }

.dcdal-header {
  margin: 0 0 0.2777777778em;
  font-size: 2.25em;
  color: #00245e; }

.dcdal-subheader {
  font-size: 1.25em;
  color: #1c1c1c;
  line-height: 1.5em;
  margin: 0 auto 1.3em auto;
  max-width: 30.6em; }

.dot-can-do-a-lot-module .dcdal-cta {
  background-color: #c1cd24;
  color: #00245e !important;
  border-color: #c1cd24;
  padding-top: 0.7em;
  padding-bottom: 0.7em; }
  .dot-can-do-a-lot-module .dcdal-cta:after {
    background-color: #c1cd24;
    border-color: #c1cd24; }
  .dot-can-do-a-lot-module .dcdal-cta:hover {
    background-color: #00245e;
    color: #c1cd24 !important;
    border-color: #00245e; }

.dcdal-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 0.9375em 1%; }
  .dcdal-item img {
    display: block; }

.dcdal-logo-wrap {
  margin-top: 1.25em; }
  @media (min-width: 60em) {
    .dcdal-logo-wrap {
      position: absolute;
      right: 3%;
      top: 26%;
      width: 7.8125em;
      margin-top: 0; } }
  @media (min-width: 80em) {
    .dcdal-logo-wrap {
      right: 10%; } }

/*=========================== sticky-situation-module Module ===============================*/
.sticky-situation-module {
  background-color: #c22032;
  position: relative; }
  .sticky-situation-module .ssm-cta {
    background-color: #ffffff;
    color: #c22032 !important;
    border-color: #c22032; }
    .sticky-situation-module .ssm-cta:after {
      background-color: #ffffff;
      border-color: #ffffff; }
    .sticky-situation-module .ssm-cta:hover {
      background-color: #c22032;
      color: #ffffff !important;
      border-color: #ffffff; }
  @media (min-width: 40em) {
    .sticky-situation-module .inner-wrap, .sticky-situation-module .inner-wrap-narrow, .sticky-situation-module .inner-wrap-wide, .sticky-situation-module .inner-wrap-fullwidth {
      padding-top: 5em;
      padding-bottom: 5em; } }
  @media (min-width: 60em) {
    .sticky-situation-module {
      padding-top: 6.25em;
      padding-bottom: 6.25em; } }

.ssm-image {
  height: 18.75em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  @media (min-width: 40em) {
    .ssm-image {
      background-position: right top;
      height: auto;
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%; } }

.ssm-header {
  font-size: 2.25em;
  color: #ffffff;
  margin: 0 0 0.3333333333em 0; }

.ssm-text {
  font-size: 1.25em;
  color: #ffffff;
  line-height: 1.4em;
  margin: 0 0 1.5em 0; }

@media (min-width: 40em) {
  .ssm-wrap {
    width: 50%;
    margin-left: 50%;
    padding-left: 6%; } }

/* =============================  glue-dots-are-module ===========================*/
.glue-dots-are-module {
  background-color: #00245e; }
  .glue-dots-are-module .inner-wrap, .glue-dots-are-module .inner-wrap-narrow, .glue-dots-are-module .inner-wrap-wide, .glue-dots-are-module .inner-wrap-fullwidth {
    padding-top: 2.3125em;
    padding-bottom: 2.3125em; }

.gdam-header {
  font-size: 1.5em;
  line-height: 1em;
  color: #eeeeee;
  margin-bottom: 1.25em; }

.gdam-list {
  padding-left: 1.875em; }
  .gdam-list li {
    font-size: 1.125em;
    line-height: 1.2222222222em;
    padding: 0 0 0.3888888889em 2.7777777778em;
    font-weight: 300;
    color: #eeeeee;
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/check-img.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.6666666667em; }
  @media (min-width: 60em) {
    .gdam-list li {
      display: inline-block;
      vertical-align: top;
      width: 49%; }
      .gdam-list li:nth-of-type(2n) {
        margin-left: 1%; } }

.gdam_content {
  font-size: 1.125em;
  line-height: 1.2222222222em;
  color: #eeeeee;
  padding: 0.5em; }

/* =============================  explore-applications-module ===========================*/
.explore-applications-module > .inner-wrap, .explore-applications-module > .inner-wrap-narrow, .explore-applications-module > .inner-wrap-wide, .explore-applications-module > .inner-wrap-fullwidth {
  padding-bottom: 1.25em; }

.explore-applications-module .flexslider {
  border-top: 5px solid #c22032; }

.explore-applications-module .flex-direction-nav a {
  top: 11.25em;
  font-size: initial; }
  .explore-applications-module .flex-direction-nav a::before {
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/eam-arow.png);
    background-size: 26px; }
  .explore-applications-module .flex-direction-nav a:hover::before {
    background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/eam-arow-hover.png); }

.explore-applications-module .flex-prev {
  opacity: 1 !important;
  left: 0 !important;
  position: absolute;
  top: 60% !important;
  transform: translateY(-50%);
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/prev-arrow.png);
  background-repeat: no-repeat;
  background-size: 0.875em 1.625em;
  background-position: center center;
  background-color: #00245e;
  width: 3.375em;
  height: 3.375em;
  border-radius: 0;
  border: 0;
  margin: 0;
  font-size: 1em;
  text-indent: -624.9375em; }
  .explore-applications-module .flex-prev:before {
    display: none; }

.explore-applications-module .flex-next {
  opacity: 1 !important;
  right: 0 !important;
  position: absolute;
  top: 60% !important;
  transform: translateY(-50%);
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/next-arrow.png);
  background-repeat: no-repeat;
  background-size: 0.875em 1.625em;
  background-position: center center;
  background-color: #00245e;
  width: 3.375em;
  height: 3.375em;
  border-radius: 0;
  border: 0;
  margin: 0;
  font-size: 1em;
  text-indent: 62.4375em; }
  .explore-applications-module .flex-next:before {
    display: none; }

.eam-header {
  font-size: 2.25em;
  color: #c22032; }

.eam-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  min-height: 25em; }
  .eam-image h2 {
    position: absolute;
    left: 50%;
    top: 45%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2.25em;
    text-shadow: 1px 0px 5px #000000;
    margin: 0;
    width: 90%;
    text-align: center; }
  .eam-image img {
    display: block; }
  .eam-image:before {
    content: "";
    position: absolute;
    height: 35px;
    left: -6%;
    width: 55%;
    background-color: #ffffff;
    bottom: 0;
    -moz-transform: skew(45deg);
    -webkit-transform: skew(45deg);
    transform: skew(45deg); }
  .eam-image:after {
    content: "";
    position: absolute;
    height: 35px;
    right: -6%;
    width: 55%;
    background-color: #ffffff;
    bottom: 0;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg); }

.eam-custom-nav {
  text-align: right; }
  .eam-custom-nav .inner-wrap, .eam-custom-nav .inner-wrap-narrow, .eam-custom-nav .inner-wrap-wide, .eam-custom-nav .inner-wrap-fullwidth {
    padding-top: 0; }
  .eam-custom-nav a {
    font-size: 1em;
    color: #555759;
    line-height: 1em;
    text-transform: uppercase; }
    .eam-custom-nav a.prev-btn {
      float: left; }

.ft-stuck {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: white;
  z-index: 9;
  padding: 24px;
  margin-bottom: 0; }
  @media (min-width: 60em) {
    .ft-stuck {
      padding: 24px 0;
      font-size: 0.9em !important; }
      .ft-stuck > span {
        margin-left: 0 !important;
        margin-right: 9px !important; } }
  @media (min-width: 80em) {
    .ft-stuck {
      padding: 24px;
      font-size: 1em !important; } }

/*.home{
    @include mq(large){
    overflow: hidden;
    .site-nav-container
    {
        display: none;
    }
    .sh-icons
    {
        display: none;
    }
    .sf-social-wrap {
        display: none;
    }
    .sf-bottom-content {
        display: none;
    }
}
}*/
.click-expand-module {
  margin-top: 1.25em; }

/* Industries Module */
.industries-module {
  background: #00245e;
  color: #ffffff;
  margin: 2.5em 0;
  padding: 1.5625em 0; }
  @media (min-width: 60em) {
    .industries-module {
      margin: 0;
      padding: 0; } }
  .industries-module .indm-upper-wrap {
    text-align: center; }
  .industries-module .indm-heading {
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0;
    font-weight: 600; }
    @media (min-width: 60em) {
      .industries-module .indm-heading {
        font-size: 1.75em; } }
    @media (min-width: 80em) {
      .industries-module .indm-heading {
        font-size: 2.25em; } }
  .industries-module .indm-text {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin: 0.9375em 0; }
    @media (min-width: 60em) {
      .industries-module .indm-text {
        font-size: 1.25em;
        margin: 1.5em 0; } }
  .industries-module .indm-list {
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
    .industries-module .indm-list ul:not([class]) {
      margin-bottom: 1.875em;
      margin-left: 1.875em; }
      .industries-module .indm-list ul:not([class]) li:not([class]) {
        margin-bottom: 0.9375em;
        font-size: 1em; }
        .industries-module .indm-list ul:not([class]) li:not([class]):after {
          background-image: url("https://cdn2.hubspot.net/hubfs/429935/img/ico-bullet-white.svg");
          width: 3.125em;
          left: -3.125em; }
    @media (min-width: 60em) {
      .industries-module .indm-list {
        width: 30%;
        float: left;
        margin-top: 1.25em; }
        .industries-module .indm-list ul:not([class]) {
          margin-bottom: 2.5em;
          margin-left: 2.5em; }
          .industries-module .indm-list ul:not([class]) li:not([class]) {
            margin-bottom: 1.5em;
            font-size: 1.25em; } }
    @media (min-width: 80em) {
      .industries-module .indm-list {
        width: 25%;
        margin-top: 3.125em; }
        .industries-module .indm-list ul:not([class]) {
          margin-bottom: 3.75em; } }
  .industries-module .indml-image {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0.625em 0 1.5625em; }
    @media (min-width: 60em) {
      .industries-module .indml-image {
        width: 69%;
        float: right;
        margin: 0; } }
    @media (min-width: 80em) {
      .industries-module .indml-image {
        width: 74%; } }

/* Home Product Module */
.phm-image {
  width: 100%;
  height: 31.25em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 60em) {
    .phm-image {
      height: 37.5em; } }
  @media (min-width: 80em) {
    .phm-image {
      height: 43.75em; } }

.phm-content-wrap {
  position: absolute;
  width: 100%;
  bottom: 0; }
  @media (min-width: 60em) {
    .phm-content-wrap {
      bottom: 6.25em; } }

.phm-content {
  width: 100%;
  background: rgba(46, 76, 105, 0.8);
  text-align: left;
  position: relative;
  color: #ffffff; }
  @media (min-width: 80em) {
    .phm-content {
      /*padding-left: 3.125em;*/ } }
  .phm-content .phm-text-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 60em) {
      .phm-content .phm-text-wrap {
        width: 72%; } }
    @media (min-width: 80em) {
      .phm-content .phm-text-wrap {
        width: 79%; } }
    @media (max-height: 46em) and (min-width: 60em) {
      .phm-content .phm-text-wrap {
        width: 72%; } }
  .phm-content .phm-heading {
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0;
    font-weight: 600; }
    @media (min-width: 60em) {
      .phm-content .phm-heading {
        font-size: 1.75em; } }
    @media (min-width: 80em) {
      .phm-content .phm-heading {
        font-size: 2.25em; } }
  .phm-content .phm-text {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin: 0.9375em 0; }
    @media (min-width: 60em) {
      .phm-content .phm-text {
        font-size: 1.25em;
        margin: 1.5em 0; } }
  .phm-content .phm-btn-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 60em) {
      .phm-content .phm-btn-wrap {
        width: 27%; } }
    @media (min-width: 80em) {
      .phm-content .phm-btn-wrap {
        width: 20%; } }
    @media (max-height: 46em) and (min-width: 60em) {
      .phm-content .phm-btn-wrap {
        width: 27%; } }

.page-id-1862 {
  /* .sf-social-wrap{
        opacity: 0;
    }*/ }
  .page-id-1862 .shu-tab-wrap, .page-id-1862 #menu-item-1374 {
    display: none; }

.blog-pages .blog-banner-img {
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/Industrial/Industrial%20Images/blogheader2018.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.full-overlay {
  background: rgba(0, 0, 0, 0.35); }

.blog-pages .banner-content.page-center {
  padding: 15% 5%; }

.white-text h1 {
  color: #f2f2f2;
  text-align: center;
  font-size: 3em; }

.blog-pages .subscribe.page-center {
  padding: 5px 0 25px; }

.light-bkg {
  background-color: #e6e7e9;
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea; }

.page-center {
  float: none !important;
  max-width: 1145px !important;
  margin: 0 auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.blog-pages {
  overflow-x: hidden; }
  .blog-pages .hs-form-required {
    display: none; }

.right-content-spacing h3 {
  font-size: 1.5625em; }

.blog-pages .widget-type-blog_subscribe .hs-button.primary.large {
  border-radius: 0 6px 6px 0;
  text-transform: uppercase;
  letter-spacing: 0;
  height: 41px;
  width: 100%;
  padding: 5px 15px;
  margin: 2px 0 0;
  background-color: #c7001f;
  text-decoration: none;
  cursor: pointer;
  display: inline-block !important;
  color: #f2f2f2;
  font-family: 'Yantramanav',sans-serif;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  -webkit-appearance: none; }

.blog-pages .widget-type-blog_subscribe div.hs_submit {
  width: 35%;
  display: inline-block;
  float: left; }

.blog-pages .widget-type-blog_subscribe input.hs-input {
  font-size: 16px;
  border: 2px solid #eaeaea;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  height: 45px;
  padding: 10px 15px;
  margin: 0; }

.blog-pages .widget-type-blog_subscribe div.input {
  width: 65%;
  display: inline-block;
  float: left; }

.subscribe p {
  margin: 0; }

.site-footer {
  border-top: 1px solid #00245e; }

.blog-pages .sidebar .topic li {
  background: #e6e7e9;
  border: 2px solid #eaeaea;
  line-height: 2em;
  padding: 10px 20px; }

.blog-pages .sidebar .content-offer {
  background: #e6e7e9;
  border: 2px solid #eaeaea;
  padding-top: 4%;
  margin-top: 40px; }

.blog-pages .sidebar .social-follow {
  background: #e6e7e9;
  border: 2px solid #eaeaea;
  padding: 10px 20px 25px;
  margin-top: 40px; }

.blog-pages .sidebar .popular {
  background: #e6e7e9;
  border: 2px solid #eaeaea;
  margin-top: 40px; }

.blog-pages .sidebar .social-follow h4 {
  font-size: 1.5em;
  padding: 10px 0; }

.blog-pages .sidebar .popular h3 {
  background: #e6e7e9;
  font-size: 1.5em;
  line-height: 1.25em;
  border-bottom: 2px solid #eaeaea;
  padding: 15px 20px;
  margin: 0; }

.blog-pages .sidebar ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 5px 0; }

.blog-pages .sidebar .popular li {
  background: #e6e7e9;
  line-height: 2em;
  padding: 10px 20px; }

.blog-pages .sidebar .content-offer .content-offer-text h4 {
  font-size: 1.5em; }

.blog-pages .sidebar .content-offer .content-offer-text {
  padding: 10px 20px 20px; }

.blog-pages .sidebar .content-offer .content-offer-cta {
  padding: 0 20px 20px; }

.dotfinder-module {
  min-height: 765px;
  background-color: #0a2d66;
  border-bottom: 1px solid #ced5e0;
  background-repeat: no-repeat;
  background-size: cover; }
  .dotfinder-module .dm-launch-screen {
    background-color: #b2e0e1;
    display: block;
    height: 765px;
    width: 100%; }
    .dotfinder-module .dm-launch-screen .inner-wrap, .dotfinder-module .dm-launch-screen .inner-wrap-narrow, .dotfinder-module .dm-launch-screen .inner-wrap-wide, .dotfinder-module .dm-launch-screen .inner-wrap-fullwidth {
      background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/dotfinder/dotfinder-bg.png);
      background-repeat: no-repeat;
      background-position: left 25px bottom -2px;
      height: 765px;
      position: relative;
      padding-top: 0;
      padding-bottom: 0; }
      .dotfinder-module .dm-launch-screen .inner-wrap:before, .dotfinder-module .dm-launch-screen .inner-wrap-narrow:before, .dotfinder-module .dm-launch-screen .inner-wrap-wide:before, .dotfinder-module .dm-launch-screen .inner-wrap-fullwidth:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: calc(100% - 26px);
        width: 5000px;
        background-image: url(https://cdn2.hubspot.net/hubfs/429935/img/dotfinder/dotfinder-cloud-bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        height: 500px; }
    .dotfinder-module .dm-launch-screen .dml-wrap {
      display: table;
      height: 100%;
      width: 100%; }
      .dotfinder-module .dm-launch-screen .dml-wrap > div {
        display: table-cell;
        vertical-align: middle; }
      .dotfinder-module .dm-launch-screen .dml-wrap .dml-left {
        width: 25%; }
      .dotfinder-module .dm-launch-screen .dml-wrap .dml-right {
        width: 75%;
        text-align: center; }
    .dotfinder-module .dm-launch-screen .dml-heading {
      font-size: 60px;
      line-height: 60px;
      margin-top: 0;
      margin-bottom: 15px; }
    .dotfinder-module .dm-launch-screen .dml-content {
      font-size: 22px;
      font-weight: 400;
      color: #00245e;
      margin: 0 0 55px; }
    .dotfinder-module .dm-launch-screen .dm-btn {
      padding: 0.9em 1.3725em;
      background-color: #c1cd24;
      color: #00245e; }
      .dotfinder-module .dm-launch-screen .dm-btn:hover {
        background-color: #00245e;
        color: #c1cd24; }
  .dotfinder-module .dm-steps-screen {
    text-align: center;
    color: #fff;
    display: block; }
    .dotfinder-module .dm-steps-screen .inner-wrap, .dotfinder-module .dm-steps-screen .inner-wrap-narrow, .dotfinder-module .dm-steps-screen .inner-wrap-wide, .dotfinder-module .dm-steps-screen .inner-wrap-fullwidth {
      padding-top: 86px;
      padding-bottom: 86px; }
  .dotfinder-module .dms-heading {
    font-size: 36px;
    line-height: 47px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    max-width: 934px;
    width: 100%;
    margin: 0 auto 20px; }
    .dotfinder-module .dms-heading span {
      color: #c1cd24; }
  .dotfinder-module .dms-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -26px;
    margin-right: -26px;
    padding-top: 70px;
    max-width: 934px;
    margin: 0 auto; }
    .dotfinder-module .dms-wrap.dms-wrap-4 {
      padding-top: 68px;
      padding-bottom: 37px; }
    .dotfinder-module .dms-wrap > div {
      padding-left: 27px;
      padding-right: 27px;
      margin-bottom: 40px; }
  .dotfinder-module .dms-item {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .dotfinder-module .dms-item:hover .dms-icon-wrap, .dotfinder-module .dms-item:focus .dms-icon-wrap {
      background-color: #c1cd24; }
    .dotfinder-module .dms-item:hover .dms-icon, .dotfinder-module .dms-item:focus .dms-icon {
      display: none; }
    .dotfinder-module .dms-item:hover .dms-icon-hover, .dotfinder-module .dms-item:focus .dms-icon-hover {
      display: inline-block; }
    .dotfinder-module .dms-item:hover .dms-title, .dotfinder-module .dms-item:focus .dms-title {
      color: #c1cd24; }
  .dotfinder-module .dms-icon-wrap {
    display: table;
    width: 167px;
    height: 167px;
    background-color: #001e4d;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .dotfinder-module .dms-icon-wrap figure {
      display: table-cell;
      vertical-align: middle; }
    .dotfinder-module .dms-icon-wrap .dms-icon {
      display: inline-block;
      line-height: 0; }
    .dotfinder-module .dms-icon-wrap .dms-icon-hover {
      display: none; }
  .dotfinder-module .dms-title {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-top: 20px; }
  .dotfinder-module .dms-content {
    font-size: 18px;
    color: #fff;
    line-height: 26px; }
    .dotfinder-module .dms-content a {
      color: #fff;
      position: relative; }
      .dotfinder-module .dms-content a:after {
        content: '';
        background-color: #8596b3;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px; }
      .dotfinder-module .dms-content a:hover, .dotfinder-module .dms-content a:focus {
        text-decoration: none; }
        .dotfinder-module .dms-content a:hover:after, .dotfinder-module .dms-content a:focus:after {
          display: none; }
  .dotfinder-module .dm-result {
    padding-top: 19px; }
  .dotfinder-module .dmr-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 876.1px;
    margin: -23.5px auto;
    padding-top: 53px; }
    .dotfinder-module .dmr-wrap > div {
      width: 100%;
      float: left;
      padding-left: 23.5px;
      padding-right: 23.5px; }
      @media (min-width: 60em) {
        .dotfinder-module .dmr-wrap > div {
          width: 33.33%; } }
    .dotfinder-module .dmr-wrap .no-result {
      color: white; }
  .dotfinder-module .dmr-item {
    display: block;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 22px 7px 27px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .dotfinder-module .dmr-item:hover, .dotfinder-module .dmr-item:focus {
      border-color: #c1cd24; }
      .dotfinder-module .dmr-item:hover .dmr-title, .dotfinder-module .dmr-item:focus .dmr-title {
        color: #c1cd24; }
      .dotfinder-module .dmr-item:hover .dmr-link, .dotfinder-module .dmr-item:focus .dmr-link {
        color: #c1cd24;
        text-decoration: none; }
  .dotfinder-module .dmr-title {
    font-size: 1.3125em;
    line-height: 28px;
    color: #00245e;
    font-weight: 500;
    display: block;
    margin-bottom: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 60em) {
      .dotfinder-module .dmr-title {
        min-height: 3.5em; } }
  .dotfinder-module .dmr-icon-wrap {
    display: inline-block;
    line-height: 0; }
  .dotfinder-module .dmr-link {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-top: 17px;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .dotfinder-module .dmr-content {
    display: table;
    clear: both;
    width: 100%;
    margin: 0 auto;
    max-width: 830px;
    margin-top: 102px;
    font-size: 18px;
    color: #fff;
    line-height: 26px; }
    .dotfinder-module .dmr-content a {
      color: #fff;
      position: relative; }
      .dotfinder-module .dmr-content a:after {
        content: '';
        background-color: #8596b3;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px; }
      .dotfinder-module .dmr-content a:hover, .dotfinder-module .dmr-content a:focus {
        text-decoration: none; }
        .dotfinder-module .dmr-content a:hover:after, .dotfinder-module .dmr-content a:focus:after {
          display: none; }
    .dotfinder-module .dmr-content > div {
      display: table-cell;
      vertical-align: middle; }
    .dotfinder-module .dmr-content .dmr-left {
      text-align: left; }
    .dotfinder-module .dmr-content .dmr-right {
      text-align: right; }

.dm-progress-bar {
  max-width: 492px;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  margin-bottom: 5.375em; }
  .dm-progress-bar > span {
    display: inline-block;
    height: 3px;
    width: 25%;
    float: left;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    transition: background 0.3s linear; }
    .dm-progress-bar > span.active {
      background-color: #c1cd24; }

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99999; }

.site-nav-container .site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px; }

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

.nonlink {
  cursor: default;
  pointer-events: none; }

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

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

.es_subscription_message.success {
  color: #c1cd24 !important;
  font-size: 16px; }

.sic-btn-green {
  background-color: #9ea81e;
  border: 2px solid #9ea81e;
  z-index: 1;
  position: relative;
  color: #ffffff !important;
  padding: 0.5em 0.85em; }
  .sic-btn-green:after {
    background-color: #c1cd24;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: -2px;
    padding: 2px;
    top: -2px;
    border-radius: 3px;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1; }
  .sic-btn-green:hover {
    color: #ffffff; }
    .sic-btn-green:hover:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }

.sic-btn-red {
  background-color: #9a1624;
  border: 2px solid #9a1624;
  z-index: 1;
  position: relative;
  color: #ffffff !important;
  padding: 0.5em 0.85em; }
  .sic-btn-red:hover {
    color: #ffffff; }
    .sic-btn-red:hover:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.2s ease 0s;
      transition: transform 0.4s ease 0s, opacity 0.2s ease 0s; }
  .sic-btn-red:after {
    background-color: #c22032;
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: -2px;
    padding: 2px;
    top: -2px;
    border-radius: 3px;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1; }
  .sic-btn-red.sic-btn-green {
    background-color: #9ea81e;
    border: 2px solid #9ea81e; }
    .sic-btn-red.sic-btn-green:after {
      background-color: #c1cd24; }

@media (min-width: 60em) {
  .horizontal-btn {
    float: right; } }

.solution-links {
  padding: 0.5em 0; }
  .solution-links a {
    color: #00245e;
    text-decoration: none; }
    .solution-links a:hover {
      color: #c22032;
      text-decoration: none; }

#hs_cos_wrapper_module_1414684717309635 {
  background-color: #b3222b !important;
  background-image: none;
  border-width: 2px;
  color: #ffffff !important;
  display: block;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 1px;
  padding-left: 14px;
  padding-top: 1px; }

.cs-header {
  color: #ffffff; }

.cs-title {
  font-weight: 700;
  color: #444;
  font-size: 1.4375em; }

.cs-title-brown {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.4375em; }

.row-fluid {
  width: 100%; }
  .row-fluid:before {
    display: table;
    content: ""; }
  .row-fluid .span4 {
    width: 31.62%;
    float: left; }

.span4.widget-span.widget-type-rich_text:first-child {
  margin-left: 0px !important; }

#white_bg {
  background-color: #ebebeb;
  background-image: none;
  border-color: #444444;
  border-radius: 0px;
  border-style: solid;
  border-width: -3px;
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 14px;
  padding-right: 7px;
  padding-top: 0px; }
  @media (min-width: 40em) {
    #white_bg {
      height: 100%; } }

#hs_cos_wrapper_module_1414512205726884 {
  background-color: #ebebeb;
  background-image: none;
  border-style: solid;
  border-width: -3px;
  display: block;
  padding-left: 14px;
  padding-right: 7px;
  padding-top: 1px; }

#brown_bg {
  background-color: #444444;
  background-image: none;
  color: #ffffff;
  display: block;
  margin-top: 1px;
  padding-bottom: 1px;
  padding-left: 14px;
  padding-right: 7px;
  padding-top: 1px; }
  @media (min-width: 40em) {
    #brown_bg {
      height: 100%; } }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  min-height: 1.75em;
  margin-left: 2.50%; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* html .slides {
  height: 1%; }

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

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

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

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

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

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

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

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

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

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/429935/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: 40%;
    font-weight: 500;
    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; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-height {
  transition: height .5s ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** Slick Slider CSS ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/** gdd-001 business rfq cta **/

.gdd001-mob-rfq {
  display: inline-block;
  font-size: 0.75em;
  background-color: #00245e;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-top: 6px;
  float: left; 
}

  @media (min-width: 60em) {

    .gdd001-mob-rfq {
      font-size: 1.125em;
      display: none !important; 
    } 

    }

  .gdd001-mob-rfq:hover {
    background-color: #ffffff !important;
    color: #00245e !important;
    outline: 1px solid #00245e !important; 
  }

.rfq-lg-wrap .inner-wrap, .rfq-lg-wrap .inner-wrap-narrow, .rfq-lg-wrap .inner-wrap-wide, .rfq-lg-wrap .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; 
}

@media (min-width: 85.375em) {
  .rfq-lg-wrap .inner-wrap, .rfq-lg-wrap .inner-wrap-narrow, .rfq-lg-wrap .inner-wrap-wide, .rfq-lg-wrap .inner-wrap-fullwidth {
    max-width: 100%; } 
  }


.gdd001-rfq-lg {
  display: none;
  font-size: 1.125em;
  background-color: #00245e;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  position: relative;
  bottom: 17px; 
}

  @media (min-width: 60em) {

    .gdd001-rfq-lg {
      display: inline-block !important; 
    } 

    }

  .gdd001-rfq-lg:hover {
    background-color: #ffffff !important;
    color: #00245e !important;
    outline: 1px solid #00245e !important;
     }

@media (min-width: 100em) {
  .gdd001-rfq-lg {
    bottom: 30px; 
  } 
  }

@media (min-width: 120em) {
  .gdd001-rfq-lg {
    margin-right: 7%; 
    } 
  }

@media (min-width: 640px) and (max-width: 959px) {
  .site-logo {
    max-width: 4.6875em;
     } 
  }

/** gdd-001 business rfq cta end **/

/*# sourceMappingURL=slick.min.css.map */
/* 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]
*/
