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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

.display-font-size {
  font-size: 1.453125em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 1.74375em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 1.9375em; } }

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

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

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.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,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  margin: 0; }

h1,
.h1 {
  font-size: 1.9375em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000; }

h2,
.h2 {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000; }

h3,
.h3 {
  font-size: 1.3125em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000; }

h4,
.h4 {
  font-size: 1.125em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000; }

h5,
.h5 {
  font-size: 1em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000; }

h6,
.h6 {
  font-size: 0.75em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000; }

p {
  font-size: 1em;
  line-height: 1.6875em;
  color: #000000;
  margin: 0 0 10px; }

.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: #005daa;
  text-decoration: underline; }
  a:hover {
    color: #2a76a9; }
  a:visited, a:active, a:focus {
    /*color: $hover-link-color;*/
    outline: none; }
  a:focus:not(:hover):not(:active) {
    /*outline: 2px dashed $base-font-color;
    outline-offset: 2px;*/ }

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

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

input,
label,
select {
  display: block;
  font-family: "PT Sans", 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 #e5e5e5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "PT Sans", 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: #cccbcb; }
  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: #005daa;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 79, 145, 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; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 0.6875em;
  margin-top: 2em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 2.375em;
    color: #000000;
    font-weight: bold; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 1.0625em;
      left: -0.625em;
      background-color: #000000; }

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 1.1875em;
  padding-left: 2.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.7em;
    color: #000000; }
    ul:not([class]) li:not([class]) a {
      font-weight: 700; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0.6875em;
      left: -0.9375em;
      background-color: #000000; }
    ul:not([class]) li:not([class]) .video-iframe, ul:not([class]) li:not([class]) img {
      margin-top: 0.625em; }
    ul:not([class]) li:not([class]) ul {
      padding-left: 2.1875em;
      margin-top: 0;
      margin-bottom: 0; }
      ul:not([class]) li:not([class]) ul li {
        font-size: 1em;
        line-height: 1.7em; }
        ul:not([class]) li:not([class]) ul li:after {
          background-color: #ffffff;
          border: solid 1px #000000; }

.sitemap-menu {
  clear: left;
  list-style-type: none;
  margin-bottom: 1.1875em;
  padding-left: 2.5em; }
  .sitemap-menu li {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.7em;
    color: #000000; }
    .sitemap-menu li a {
      font-weight: 700; }
    .sitemap-menu li:after {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0.6875em;
      left: -0.9375em;
      background-color: #000000; }
    .sitemap-menu li ul {
      padding-left: 2.1875em;
      margin-top: 0;
      margin-bottom: 0; }
      .sitemap-menu li ul li {
        font-size: 1em;
        line-height: 1.7em; }
        .sitemap-menu li ul li:after {
          background-color: #ffffff;
          border: solid 1px #000000; }

.no-link > a {
  pointer-events: none;
  color: #000000; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 0.6875em;
  margin-top: 2em; }
  ol li {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 2.375em;
    color: #000000;
    font-weight: bold; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }
    ol li ol {
      list-style-type: lower-alpha;
      padding-left: 1.75em;
      margin-top: 0; }
    ol li li {
      position: relative;
      margin-bottom: 0;
      font-size: 1em;
      line-height: 2.125em;
      color: #000000;
      font-weight: 400; }

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

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

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

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

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

.spec-thead {
  display: block; }

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

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

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

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

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

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

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

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #005daa;
  color: #ffffff; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #2a76a9;
    color: #ffffff; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #000000; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: black; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: black; }

.btn-color {
  background-color: transparent;
  border: 1px solid #ffffff; }
  .btn-color:hover {
    background-color: white;
    color: #000000; }
  .btn-color:after {
    background-color: black; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  /*&:focus:not(:hover):not(:active) {
    outline: 2px dashed $base-font-color;
    outline-offset: 2px;
  }*/ }

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

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

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

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

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

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #38404c;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  height: 100%;
  overflow: auto;
  padding-bottom: 7.5em; }
  @media (min-width: 80em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      top: 0;
      left: 0;
      background-color: #231F20;
      height: auto;
      overflow: inherit; }
      .site-nav span,
      #hs_menu_wrapper_primary_nav span {
        white-space: nowrap; } }

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

.sn-li-l1,
.hs-menu-depth-1 {
  padding: 0 0.375em;
  display: block;
  /*border-bottom: $nav-border-mobile;*/
  background-color: #38404c;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 0.875em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    /*height: $nav-height-mobile;*/
    line-height: 1.7em;
    color: #ffffff;
    text-decoration: none;
    padding: 0.625em 0.625em 0.625em 1.25em;
    font-weight: 800;
    text-transform: uppercase; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #ffffff; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #005daa; }
  .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://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/nav-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.75em;
    display: block;
    width: 27px;
    height: 36px;
    display: inline-block;
    vertical-align: middle; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
  .sn-li-l1.has-subnav > a, .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 {
    display: inline-block;
    vertical-align: middle; }
    .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
    .hs-menu-depth-1.has-subnav > a span,
    .hs-menu-depth-1.menu-item-has-children > a span,
    .hs-menu-depth-1.hs-item-has-children > a span {
      padding-right: 0em;
      display: block; }
    .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
    .hs-menu-depth-1.has-subnav > a.active span,
    .hs-menu-depth-1.menu-item-has-children > a.active span,
    .hs-menu-depth-1.hs-item-has-children > a.active span {
      transform: rotate(180deg); }
/*   .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: #8dacba; } */
    .sn-li-l1:hover > a,
    .hs-menu-depth-1:hover > a {
      color: #ffffff; }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      background-color: #231F20;
      height: 3.75em;
      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;
      padding: 0; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.875em; }
      .sn-li-l1.current_page_item > a,
      .hs-menu-depth-1.current_page_item > a {
        color: #005daa; }
      .sn-li-l1.sn-mob,
      .hs-menu-depth-1.sn-mob {
        display: none; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        height: 3.75em;
        line-height: 3.75em;
        padding: 0 1.125em;
        color: #ffffff;
        text-align: left;
        /*@include display(flex);
      @include align-items(center);*/ }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #005daa; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block !important; }
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; }
      .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
      .hs-menu-depth-1.has-subnav > a,
      .hs-menu-depth-1.menu-item-has-children > a,
      .hs-menu-depth-1.hs-item-has-children > a {
        display: block; }
        .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
        .hs-menu-depth-1.has-subnav > a span,
        .hs-menu-depth-1.menu-item-has-children > a span,
        .hs-menu-depth-1.hs-item-has-children > a span {
          padding-right: 0;
          /*background-image: url(img/ico-arrow-down.svg);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: em(12);*/
          display: inline; }
        .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
        .hs-menu-depth-1.has-subnav > a.active span,
        .hs-menu-depth-1.menu-item-has-children > a.active span,
        .hs-menu-depth-1.hs-item-has-children > a.active span {
          background-image: url(img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #231F20; }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #005daa; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 80em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      z-index: 11;
      min-width: 22em;
      text-align: left;
      left: 0; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3, .sn-li-l4,
.hs-menu-depth-2 {
  background-color: #3a3a3a; }
  .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
  .hs-menu-depth-2 > a {
    padding: 0.625em 1em;
    color: #ffffff;
    /*border-top: $nav-subnav-border-mobile;*/
    display: block;
    text-decoration: none;
    line-height: 3.375em;
    text-transform: uppercase;
    font-weight: 700;
/*     max-width: 70%;  */
}
    .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 0.75em;
      line-height: 1.7em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2.has-subnav > a, .has-subnav.sn-li-l3 > a, .has-subnav.sn-li-l4 > a, .sn-li-l2.menu-item-has-children > a, .menu-item-has-children.sn-li-l3 > a, .menu-item-has-children.sn-li-l4 > a, .sn-li-l2.hs-item-has-children > a, .hs-item-has-children.sn-li-l3 > a, .hs-item-has-children.sn-li-l4 > a,
  .hs-menu-depth-2.has-subnav > a,
  .hs-menu-depth-2.menu-item-has-children > a,
  .hs-menu-depth-2.hs-item-has-children > a {
    display: inline-block;
    vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a, .sn-li-l4:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
  .hs-menu-depth-2:hover {
    background-color: #8dacba; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #ffffff; }
  @media (min-width: 80em) {
    .sn-li-l2, .sn-li-l3, .sn-li-l4,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #ffffff; }
      .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
      .hs-menu-depth-2 > a {
        color: #767676;
        padding: 0 1.25em;
        line-height: 3.375em;
        border-bottom: 1px solid #ececec;
        border-right: 0;
        max-width: inherit;
        /*span {
        font-size: $nav-subnav-font-size;
      }*/ }
      .sn-li-l2.current_page_item > a, .current_page_item.sn-li-l3 > a, .current_page_item.sn-li-l4 > a,
      .hs-menu-depth-2.current_page_item > a {
        color: #005daa; }
      .sn-li-l2.has-subnav > a, .has-subnav.sn-li-l3 > a, .has-subnav.sn-li-l4 > a, .sn-li-l2.menu-item-has-children > a, .menu-item-has-children.sn-li-l3 > a, .menu-item-has-children.sn-li-l4 > a, .sn-li-l2.hs-item-has-children > a, .hs-item-has-children.sn-li-l3 > a, .hs-item-has-children.sn-li-l4 > a,
      .hs-menu-depth-2.has-subnav > a,
      .hs-menu-depth-2.menu-item-has-children > a,
      .hs-menu-depth-2.hs-item-has-children > a {
        display: block;
        background-image: url(img/nav-right-arrow.svg);
        background-repeat: no-repeat;
        background-position: 92% center;
        background-size: 0.5625em; }
      .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
      .hs-menu-depth-2:hover {
        background-color: #005daa; }
        .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
        .hs-menu-depth-2:hover > a {
          color: #ffffff; }
        .sn-li-l2:hover.has-subnav > a, .sn-li-l3:hover.has-subnav > a, .sn-li-l4:hover.has-subnav > a, .sn-li-l2:hover.menu-item-has-children > a, .sn-li-l3:hover.menu-item-has-children > a, .sn-li-l4:hover.menu-item-has-children > a, .sn-li-l2:hover.hs-item-has-children > a, .sn-li-l3:hover.hs-item-has-children > a, .sn-li-l4:hover.hs-item-has-children > a,
        .hs-menu-depth-2:hover.has-subnav > a,
        .hs-menu-depth-2:hover.menu-item-has-children > a,
        .hs-menu-depth-2:hover.hs-item-has-children > a {
          background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/nav-right-arrow-hover.svg); }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l4:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block !important;
           } }

.sn-level-4,
.sn-level-5,
.sn-level-3 {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-4.active,
  .sn-level-5.active,
  .sn-level-3.active {
    display: block; }
  @media (min-width: 80em) {
    .sn-level-4,
    .sn-level-5,
    .sn-level-3 {
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 15em; }
      .sn-level-4.active,
      .sn-level-5.active,
      .sn-level-3.active {
        display: none; } }
@media (min-width: 112.5em) {
  .sn-level-4,
    .sn-level-5,
  .sn-level-3 {
    width: 100%;
  }
}

.sn-li-l3 > a, .sn-li-l4 > a {
  font-weight: 400; }
@media(min-width:80em){
.sn-li-l3:hover .sn-level-4, .sn-li-l4:hover .sn-level-4 {
  display: block !important;
   }
}
.sn-li-l3:hover .sn-level-4, .sn-li-l4:hover .sn-level-4 {
  margin: -1.5625em;
  padding: 1.5625em; 
}

.sn-li-l4:hover .sn-level-5 {
  display: block !important;
  margin: -1.5625em;
  padding: 1.5625em; }

.site-nav-container {
  background-color: #38404c;
  width: 20em;
  height: 100%;
  right: -20em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: fixed;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 80em) {
    .site-nav-container {
      width: 97%;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      display: inline-block;
      vertical-align: middle;
      overflow: inherit; } }

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

.close-menu {
  font-size: 1.875em;
  line-height: 1em;
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  padding: 0;
  margin: 0 auto; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    /*content: '';
    background-color: transparent;
    background-image: url(img/ico-exit.svg);
    background-size: em(13) em(13);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: em(25);
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;*/ }
  @media (min-width: 80em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: right;
  padding: 0 0.625em 0 1.25em; }
  @media (min-width: 80em) {
    .snc-header {
      padding: 0;
      display: none; } }

/*
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-container, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
  /*@include pad($baseline*3 $baseline*2 $baseline*3 $baseline*2);*/
  padding: 1.5em 0 1.5em 0;
  /*@include mq(large) {
    max-width: em(750);
  }
  @include mq(large-lap) {
    max-width: em(1170);
  }*/ }
  .inner-wrap::after, .inner-wrap-container::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-container > *: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-container > *: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-container, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      /*@include pad($baseline*5 $baseline*3 $baseline*5 $baseline*3);*/
      padding: 2.5em 0 2.5em 0; } }

.inner-wrap-container {
  padding: 1.5em 0.9375em 1.5em 0.9375em;
  max-width: 73.125em;
  /*@include mq(large) {
    max-width: em(750);
  }
  @include mq(large-lap) {
    max-width: em(1170);
  }*/ }

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

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

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

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #9C9C9C; }
  .section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-container, .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; }

.blockquote-text {
  color: #005daa;
  font-weight: 600;
  position: relative;
  font-size: 1.125em;
  padding: 0 1.7777777778em 0;
  margin-top: 1.7777777778em;
  margin-bottom: 1.7777777778em; }
  .blockquote-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.5em;
    height: 100%;
    background-color: #005daa; }
  @media (min-width: 40em) {
    .blockquote-text {
      max-width: 45.7142857143em;
      width: 100%;
      margin: auto;
      font-size: 1.125em;
      line-height: 1.3333333333em;
      padding: 0 0.7619047619em 0 2.1428571429em;
      margin-top: 3.5238095238em;
      margin-bottom: 3.5238095238em; } }

/*================ Dest Slider ============= */
.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%; }
  .innerpage-carousel #carousel {
    width: 85%; }
    .innerpage-carousel #carousel .slides li {
      margin: 0.5em 0.25em 0;
      position: relative;
      border: 1px solid transparent;
      opacity: 1; }
      .innerpage-carousel #carousel .slides li img {
        width: 100%; }
      .innerpage-carousel #carousel .slides li.flex-active-slide {
        /*border:1px solid $black;*/ }
        .innerpage-carousel #carousel .slides li.flex-active-slide img {
          opacity: 1; }
      .innerpage-carousel #carousel .slides li:hover:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 93, 170, 0.2); }
    .innerpage-carousel #carousel .flex-direction-nav li {
      border: none;
      margin: 0; }
      .innerpage-carousel #carousel .flex-direction-nav li:after {
        display: none; }
      .innerpage-carousel #carousel .flex-direction-nav li a {
        height: 2.5em;
        width: 2.5em; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-prev {
      left: -1em !important;
      opacity: 1;
      top: 2.3125em;
      display: none; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-prev:before {
        background-image: url(img/mm-prev-icon.png);
        background-size: 0.875em 1.5625em; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-next {
      right: -3.8125em !important;
      opacity: 1;
      top: 70%; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
        background-image: url(img/slider-arrow.png);
        background-size: 21px 40px; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:hover:before {
        background-image: url(img/slider-arrow.png); }
    @media (min-width: 60em) {
      .innerpage-carousel #carousel .flex-direction-nav .flex-next {
        top: 60%; }
        .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
          background-size: auto 2.375em; } }

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
  border: 0; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 639px) {
    .accordion-tabs {
      border-radius: 0; } }
  @media (min-width: 40em) {
    .accordion-tabs {
      border: 0; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .accordion-tabs .tab-header-and-content:last-child {
      border-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 639px) {
      .accordion-tabs .tab-header-and-content {
        display: inline;
        vertical-align: top; }
        .accordion-tabs .tab-header-and-content:nth-of-type(1) .tab-link span {
          word-break: break-all; } }
  .accordion-tabs .tab-link {
    background-color: #5472D2;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
    color: #ffffff;
    display: block;
    font-size: 1em;
    line-height: normal;
    padding: 0.9375em 1.5625em;
    text-decoration: none;
    border: solid 1px #f0f0f0;
    vertical-align: bottom; }
    @media screen and (min-width: 639px) {
      .accordion-tabs .tab-link {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        position: relative;
        height: 5.5em;
        padding: 0; }
        .accordion-tabs .tab-link span {
          width: 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: 0 auto;
          padding: 0 0.6875em; } }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link:focus:not(:hover):not(:active) {
      outline-offset: -2px; }
    .accordion-tabs .tab-link.is-active {
      background-color: #f8f8f8;
      color: #000000; }
  .accordion-tabs .tab-content {
    background: #f8f8f8;
    display: none;
    padding: 0.9375em;
    width: 100%;
    border: solid 1px #f0f0f0;
    margin-top: 1px; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 639px) {
      .accordion-tabs .tab-content {
        border-top: 0;
        float: left;
        margin-top: 0; } }

/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  border: 0;
  /*overflow: hidden;*/
  margin-bottom: 1.5em;
  background-color: #9C9C9C;
  -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 {
    background-color: #00ad49; }
    .click-expand.active .ce-header:after {
      content: "";
      position: absolute;
      color: #ffffff;
      background-image: url(img/ico-minus.svg);
      width: 13px;
      height: 2px;
      background-size: 13px 2px;
      background-repeat: no-repeat; }
  .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: 1.5em 1.618em;
    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: #e5e5e5; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 1.3333333333em;
  padding-right: 0.5714285714em;
  padding-top: 0.7619047619em;
  padding-bottom: 0.7619047619em;
  font-size: 1.125em;
  background-color: #005daa;
  color: #ffffff;
  font-weight: 500;
  text-transform: none; }
  .ce-header:after {
    content: "";
    background-image: url(img/ico-plus.svg);
    color: #ffffff;
    padding-left: 8px;
    position: absolute;
    right: 1em;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%); }
  .ce-header:focus:not(:hover):not(:active) {
    outline: 2px dashed #000000;
    outline-offset: 2px; }

.ce-body {
  display: none;
  opacity: 0;
  background-color: #9C9C9C; }
  .ce-body p {
    font-size: 1em; }

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

/*Full Width CTA Module*/
.fwc-module {
  background-color: #9C9C9C;
  text-align: center; }

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

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

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

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

.product-grid-item-header {
  font-size: 1.125em;
  color: #000000;
  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; } }

/*============Side Navigation Test==============*/
.side-nav {
  margin: 0 auto; }
  .side-nav h3 {
    margin-top: 0; }

.sn-nav {
  max-width: 16.375em;
  overflow: hidden;
  margin-bottom: 3.125em; }
  .sn-nav li {
    background-color: #005daa;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative; }
    .sn-nav li:last-child {
      border-bottom: 0; }
    .sn-nav li.active {
      background-color: #005daa; }
    .sn-nav li a {
      color: #ffffff;
      display: block;
      font-size: 1em;
      line-height: 1.5em;
      text-decoration: none;
      padding: 0.6875em 2.5em 0.6875em 1em;
      font-weight: 400; }
  .sn-nav .menu-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(img/nav-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 5px;
    display: block;
    width: 2.5em;
    height: 2.875em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0; }
    .sn-nav .menu-item-has-children .m-subnav-arrow.active {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sn-nav .menu-item-has-children ul {
    margin-bottom: 0;
    padding: 0;
    display: none;
    background-color: #ffffff; }
    .sn-nav .menu-item-has-children ul li {
      margin-bottom: 0;
      background-color: #ffffff;
      border-bottom: 0; }
      .sn-nav .menu-item-has-children ul li a {
        color: #000000;
        padding: 0.0625em 0;
        font-size: 1em;
        line-height: 1.5625em;
        font-weight: 400; }
      .sn-nav .menu-item-has-children ul li:not([class]) {
        margin-bottom: 0;
        padding: 0; }
        .sn-nav .menu-item-has-children ul li:not([class]):after {
          display: none; }
      .sn-nav .menu-item-has-children ul li:hover a {
        color: #005daa; }
    .sn-nav .menu-item-has-children ul:not([class]) {
      margin-bottom: 0; }
  .sn-nav .menu-item-has-children ul.active {
    display: block;
    background-color: #9C9C9C;
    padding: 1em; }
    .sn-nav .menu-item-has-children ul.active li {
      background: transparent; }

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

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

.product-title {
  font-size: 1.0625em;
  display: block;
  text-align: center;
  line-height: 1.4117647059em;
  margin-top: 0.5882352941em; }

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

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

a.close {
  background-color: white;
  color: #005daa;
  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); }

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

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

/*=============== 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 {
  clear: both;
  width: 100%;
  background-color: #ffffff;
  min-height: 4.875em; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-container, .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: 80em) {
    .page-intro {
      margin-top: -6.4375em; } }

.pi-banner {
  height: 12.125em;
  background-size: cover;
  background-position: center;
  margin-bottom: 3.3125em; }
  @media (min-width: 40em) {
    .pi-banner {
      height: 20.5625em; } }
  @media (min-width: 60em) {
    .pi-banner {
      height: 28.9375em; } }
  @media (min-width: 64em) {
    .pi-banner {
      height: 30.875em; } }
  @media (min-width: 80em) {
    .pi-banner {
      height: 34.375em; } }

.pi-header {
  font-weight: 700;
  color: #005daa;
  margin-bottom: 0.6451612903em; }

.sh-pi-wrap {
  background-color: rgba(0, 0, 0, 0.7); }
  .sh-pi-wrap .inner-wrap-container {
    padding-top: 3.125em;
    padding-bottom: 3.125em; }
  .sh-pi-wrap .pi-header {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0; }
  .sh-pi-wrap .pi-query {
    font-size: 1.125em;
    color: #c8c8c8;
    margin-top: 0.8333333333em; }
  @media (min-width: 80em) {
    .sh-pi-wrap {
      margin-top: 4em; } }

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

.pg-two-column .inner-wrap, .pg-two-column .inner-wrap-container, .pg-two-column .inner-wrap-narrow, .pg-two-column .inner-wrap-wide, .pg-two-column .inner-wrap-fullwidth {
  padding-top: 0.125em; }

.pg-two-column .site-content-primary {
  padding: 0 0.9375em; }

.pg-two-column .site-content-secondary {
  padding: 0 0.9375em; }
  .pg-two-column .site-content-secondary .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important; }

@media (min-width: 60em) {
  .pg-two-column .site-content-primary {
    width: 66.66%;
    float: left; }
  .pg-two-column .site-content-secondary {
    width: 33.33%;
    float: left; } }

/*=============== 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: #9C9C9C;
  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: #000000;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #000000; }

/*=============== Destination pages ===============*/
.h3-blue {
  color: #005daa;
  font-weight: 700; }

.sf-heading {
  color: #005daa; }

.gform_wrapper {
  margin-top: 0.75em !important; }
  .gform_wrapper .gform_description {
    margin-bottom: 3px !important; }
    .gform_wrapper .gform_description span {
      color: #e80000 !important; }
  .gform_wrapper .gfield_description {
    font-size: 1em !important;
    font-weight: 700; }
  .gform_wrapper .gfield_required {
    color: #e80000 !important; }
  .gform_wrapper .gform_heading {
    margin-bottom: 0 !important; }
  .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    margin-bottom: 1.5625em; }
  .gform_wrapper .gfield_label {
    color: #000000 !important; }
  .gform_wrapper #field_4_9 .gfield_label {
    display: none; }
  .gform_wrapper .gform_body input[type="text"] {
    height: 2.0625em !important;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.6) !important;
    box-shadow: none !important; }
    .gform_wrapper .gform_body input[type="text"]:focus {
      outline: none !important;
      box-shadow: none !important; }
  .gform_wrapper .gform_body textarea {
    height: 12.5em !important;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.6) !important;
    box-shadow: none !important; }
    .gform_wrapper .gform_body textarea:focus {
      outline: none !important;
      box-shadow: none !important; }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 0.8125em !important;
    width: auto !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 1.3076923077em 1.9230769231em !important;
    font-weight: 500; }

.fax {
  pointer-events: none;
  color: #000000;
  cursor: text;
  text-decoration: none; }
  .fax:hover {
    color: #000000; }
  .fax:focus {
    color: #000000; }

.desti-map {
  width: 100%;
  height: 18.75em; }
  @media (min-width: 40em) {
    .desti-map {
      width: 25em; } }

.ppbm-wrap {
  width: 100%; }
  @media (min-width: 60em) {
    .ppbm-wrap {
      display: table; } }

.ppbm-item {
  width: 100%;
  overflow: hidden; }
  .ppbm-item figure img {
    display: block;
    margin: 0 auto; }
  @media (min-width: 60em) {
    .ppbm-item {
      width: 48%;
      float: left;
      margin-right: 2%; }
      .ppbm-item:nth-of-type(2n) {
        margin-right: 0;
        margin-left: 2%; }
      .ppbm-item figure img {
        max-width: 22.4375em; } }

.ppbm-btn-wrap {
  margin-top: 2.1875em;
  margin-bottom: 2.5em;
  text-align: center; }
  @media (min-width: 60em) {
    .ppbm-btn-wrap {
      margin-bottom: 1.3125em; } }

.quality-product-grid-module {
  margin: 1.25em 0; }

.quality-prod {
  width: 100%;
  display: table;
  margin-top: 2.1875em;
  text-align: center; }
  .quality-prod > div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2.1875em; }
    .quality-prod > div img {
      max-width: 8.125em; }
  @media (min-width: 40em) {
    .quality-prod {
      text-align: left; }
      .quality-prod > div {
        width: 24%; } }
  @media (min-width: 80em) {
    .quality-prod > div img {
      max-width: 10.3125em; } }

.qpm-heading {
  font-weight: 700; }

.page-gallery-inline-module {
  margin: 1.25em 0; }

.pgim-list {
  margin-top: 1.25em;
  text-align: center; }
  .pgim-list li {
    width: 6.25em;
    display: inline-block;
    vertical-align: top;
    margin-right: 1px; }
    .pgim-list li img {
      width: 100%;
      display: block; }
  @media (min-width: 40em) {
    .pgim-list {
      text-align: left; } }

.video-iframe {
  width: 100%;
  height: 19.6875em; }
  @media (min-width: 40em) {
    .video-iframe {
      width: 35em; } }

@media (min-width: 60em) {
  .page-img {
    max-height: 17.6875em; } }

.video-bucket-module {
  margin: 2.1875em 0 0; }

.vbm-wrap {
  width: 100%; }
  @media (min-width: 60em) {
    .vbm-wrap {
      display: table; } }

.vbm-item {
  width: 100%;
  text-align: center;
  margin-bottom: 2.1875em; }
  .vbm-item:last-child {
    margin-bottom: 0; }
  .vbm-item iframe {
    width: 100%;
    height: 12.125em; }
  @media (min-width: 40em) {
    .vbm-item iframe {
      height: 21.4375em; } }
  @media (min-width: 60em) {
    .vbm-item {
      width: 48%;
      float: left;
      margin-right: 2%; }
      .vbm-item:nth-of-type(2n) {
        margin-right: 0;
        margin-left: 2%; }
      .vbm-item iframe {
        height: 12.625em; } }

.vbm-title {
  color: #005daa; }

.vbm-sub-title {
  font-weight: 700; }

.tab-row1 > div {
  width: 100%;
  display: table; }

@media (min-width: 40em) {
  .tab-row1.tab-rows-of-2 {
    width: 100%;
    display: table; }
    .tab-row1.tab-rows-of-2 div {
      width: 60%;
      float: left;
      display: block; }
      .tab-row1.tab-rows-of-2 div:last-child {
        text-align: right;
        width: 40%; } }

@media (min-width: 40em) {
  .pdf-thumb {
    width: 13.5em; } }

.search-desti .inner-wrap-container {
  padding-bottom: 2.5em; }

.search-pg-row {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 1.3125em;
  padding-bottom: 1.3125em; }

.search-pg-heading {
  font-size: 1em;
  font-weight: 700;
  font-family: "PT Sans", sans-serif; }
  .search-pg-heading a {
    text-decoration: none; }

.page-id-1241 .site-content .inner-wrap, .page-id-1241 .site-content .inner-wrap-container, .page-id-1241 .site-content .inner-wrap-narrow, .page-id-1241 .site-content .inner-wrap-wide, .page-id-1241 .site-content .inner-wrap-fullwidth {
  padding-top: 0.125em; }

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

/******************* Horizontal Tabs ************************/
/* Tabs container */
.r-tabs {
  position: relative;
  margin-bottom: 1.5em; }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #00c5ad; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  background-color: #5472D2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  color: #ffffff;
  display: block;
  font-size: 1em;
  line-height: normal;
  padding: 1.25em 1.5625em;
  text-decoration: none;
  border: solid 1px #f0f0f0; }
  .r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    background-color: #3c5ecc; }

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background-color: #f8f8f8;
  color: #666; }

/* Tab panel */
.r-tabs .r-tabs-panel {
  background: #f8f8f8;
  padding: 0.9375em;
  width: 100%;
  border: solid 1px #f0f0f0;
  margin-top: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out; }
  @media (min-width: 80em) {
    .r-tabs .r-tabs-panel {
      margin-top: 0; } }

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  background-color: #5472D2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  color: #ffffff;
  display: block;
  font-size: 1em;
  line-height: normal;
  padding: 1.25em 0.9375em;
  text-decoration: none;
  border: solid 1px #f0f0f0; }

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #f8f8f8;
  color: #666; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 959px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

.tabs-video {
  width: 100%;
  height: auto; }
  @media (min-width: 40em) {
    .tabs-video {
      height: 20.3125em; } }
  @media (min-width: 60em) {
    .tabs-video {
      height: 25em; } }

.tabs-video-two {
  width: 100%;
  height: auto; }
  @media (min-width: 40em) {
    .tabs-video-two {
      height: 11.875em; } }
  @media (min-width: 60em) {
    .tabs-video-two {
      height: 11.875em; } }

.uem-wrap {
  margin-top: 2.1875em; }

.uem-title {
  font-size: 1.3125em;
  font-weight: 700;
  color: #005daa;
  margin-bottom: 1.6666666667em; }

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

.uem-item {
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 2.1875em;
  padding-bottom: 2.1875em; }
  .uem-item iframe {
    width: 100%;
    height: auto; }
  @media (min-width: 40em) {
    .uem-item {
      display: table; }
      .uem-item iframe {
        height: 20.3125em; } }
  @media (min-width: 60em) {
    .uem-item iframe {
      height: 25em; } }

.bvbm-wrap {
  width: 100%; }
  @media (min-width: 40em) {
    .bvbm-wrap {
      display: table; } }

.bvbm-item {
  width: 100%;
  text-align: center;
  padding: 0 0.9375em;
  margin-bottom: 2.1875em; }
  .bvbm-item:last-child {
    margin-bottom: 0; }
  .bvbm-item iframe {
    width: 100%;
    height: 12.125em; }
  @media (min-width: 40em) {
    .bvbm-item iframe {
      height: 21.4375em; } }
  @media (min-width: 60em) {
    .bvbm-item {
      width: 33%;
      float: left;
      margin-bottom: 0; }
      .bvbm-item iframe {
        height: 12.625em; } }

.page-id-1323 .pg-two-column .inner-wrap, .page-id-1323 .pg-two-column .inner-wrap-container, .page-id-1323 .pg-two-column .inner-wrap-narrow, .page-id-1323 .pg-two-column .inner-wrap-wide, .page-id-1323 .pg-two-column .inner-wrap-fullwidth {
  padding-bottom: 0; }

.page-id-1323 .bottom-video-buckets-module .inner-wrap, .page-id-1323 .bottom-video-buckets-module .inner-wrap-container, .page-id-1323 .bottom-video-buckets-module .inner-wrap-narrow, .page-id-1323 .bottom-video-buckets-module .inner-wrap-wide, .page-id-1323 .bottom-video-buckets-module .inner-wrap-fullwidth {
  padding-bottom: 2.5em; }

.cpm-map iframe {
  width: 100%;
  height: 18.75em; }

.single-post .page-intro {
  min-height: 4.125em; }

.single-post .inner-wrap-container {
  padding-top: 0; }

.entry-header {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  padding: 0.875em 0 0;
  margin-bottom: 1.875em; }

.post-title {
  text-transform: uppercase;
  color: #005daa;
  font-size: 1.375em;
  padding-left: 1.3636363636em;
  padding-right: 1.3636363636em;
  margin-bottom: 0.6818181818em; }
  .post-title a {
    text-decoration: none; }

.post-meta {
  padding-top: 0.4375em;
  padding-bottom: 0.3125em;
  padding-left: 1.875em;
  padding-right: 1.875em;
  border-top: 1px solid #e5e5e5; }
  .post-meta > span {
    text-transform: uppercase;
    font-size: 0.6875em;
    line-height: 2.4545454545em;
    margin-right: 1.5454545455em; }
    .post-meta > span span {
      text-transform: initial; }
  .post-meta .fa {
    color: #005daa;
    font-size: 1.0909090909em;
    margin-right: 0.5em; }

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

.post-em {
  color: #005daa;
  font-style: italic; }

.not-pg {
  background-color: #f8f9f9;
  border-bottom: 1px solid #eeeeee;
  text-align: center; }
  .not-pg .inner-wrap, .not-pg .inner-wrap-container, .not-pg .inner-wrap-narrow, .not-pg .inner-wrap-wide, .not-pg .inner-wrap-fullwidth {
    padding-top: 5.625em;
    padding-bottom: 3.5em; }
  .not-pg .page-header {
    color: #4e4e4e;
    font-size: 2.25em;
    text-transform: uppercase;
    font-weight: 500; }

.not-pg-cont {
  text-align: center; }

.not-heading {
  font-size: 1.9375em;
  font-weight: 500;
  color: #005daa; }

.post-block {
  width: 100%; }
  @media (min-width: 40em) {
    .post-block {
      display: table; } }

.post-cat {
  width: 100%;
  clear: both;
  display: table;
  background-color: #f7f7f7;
  margin-top: 3.4375em;
  margin-bottom: 6.1875em; }
  .post-cat div {
    display: table-cell;
    padding-bottom: 1.125em;
    padding-top: 1.125em; }

.post-cat-title {
  color: #005daa;
  border-right: 1px solid #e5e5e5;
  padding-left: 2.5625em;
  padding-right: 2.5625em;
  width: 9.625em; }

.post-cat-desc {
  padding-left: 1.3125em;
  padding-right: 1.3125em; }
  .post-cat-desc a {
    color: #a8a8a8;
    font-style: italic;
    text-decoration: none; }
    .post-cat-desc a:hover {
      color: #005daa; }
    .post-cat-desc a:focus {
      color: #a8a8a8; }

.comment-reply-title {
  font-size: 1.5em;
  color: #005daa;
  position: relative;
  padding-bottom: 0.7083333333em; }
  .comment-reply-title:after {
    content: '';
    width: 3.0416666667em;
    height: 0.125em;
    background-color: #005daa;
    position: absolute;
    bottom: 0;
    left: 0; }

.comment-notes {
  display: none; }

.comment-form .required {
  color: #e80000; }

.comment-form input[type="text"], .comment-form textarea {
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.6);
  box-shadow: none; }
  .comment-form input[type="text"]:focus, .comment-form textarea:focus {
    outline: none;
    box-shadow: none; }

.comment-form .form-submit input {
  font-size: 0.8125em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: 1.3076923077em 1.9230769231em;
  font-weight: 500; }

.video-tag {
  max-width: 45em;
  width: 100%;
  height: auto; }

.post-video-iframe {
  max-width: 35em;
  width: 100%;
  height: 19.6875em; }

.main-post-row {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  margin-bottom: 3.75em; }
  @media (min-width: 80em) {
    .main-post-row {
      margin-top: -0.75em; } }

.main-post-entry-header {
  padding: 0.875em 0 0; }

.post-excert {
  padding: 0.9375em 1.875em 0;
  border-top: 1px solid #e5e5e5; }

.post-btn {
  font-size: 0.8125em;
  color: #ffffff;
  background-color: #3498db;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 18px);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: 1.3076923077em 1.9230769231em;
  font-weight: 500;
  margin-top: 0.6153846154em;
  position: relative;
  top: 0.3846153846em; }
  .post-btn:after {
    content: "";
    border-color: #595959 transparent transparent transparent;
    border-style: solid;
    border-width: 0.3076923077em 0.3076923077em 0 0;
    bottom: 1px;
    position: absolute;
    right: -0.2307692308em;
    width: 0;
    height: 0;
    width: 0; }
  .post-btn:hover {
    background-color: #2a76a9;
    color: #ffffff; }

.uncat-heading {
  color: #4e4e4e;
  font-size: 2.25em;
  margin-bottom: 0.8333333333em;
  text-transform: uppercase;
  font-weight: 500; }

.wp-pagenavi {
  margin-top: 3.75em; }
  .wp-pagenavi a {
    width: 2em;
    line-height: 1.6875em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0.375em;
    border-radius: 4px;
    background: #dedede;
    color: #afafaf;
    text-decoration: none; }
    .wp-pagenavi a:hover {
      background: #005daa;
      color: #ffffff; }
  .wp-pagenavi .current {
    background: #005daa;
    color: #ffffff;
    width: 2em;
    line-height: 1.6875em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0.375em;
    border-radius: 4px; }

.infographic {
  min-height: 14.0625em; }

/* ===== 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 #9C9C9C;
  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-wrap.nav-active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

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

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

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

.nonlink {
  cursor: default;
  pointer-events: auto; }
  @media (min-width: 60em) {
    .nonlink {
      pointer-events: none; } }

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

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

/*=============== Site Header ===============*/
.sh-top-nav {
  display: none; }
  @media (min-width: 80em) {
    .sh-top-nav {
      display: block;
      background-color: #ebebeb; }
      .sh-top-nav .inner-wrap, .sh-top-nav .inner-wrap-container, .sh-top-nav .inner-wrap-narrow, .sh-top-nav .inner-wrap-wide, .sh-top-nav .inner-wrap-fullwidth {
        padding-top: 0.4375em;
        padding-bottom: 0.25em; } }

.sh-sub-txt {
  font-size: 1.083125em;
  width: 50%;
  float: left;
  padding: 0 0.8655510675em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
  .sh-sub-txt span {
    color: #005daa; }

/*=============== Social Media Icons ===============*/
.social-wrap {
  width: 50%;
  float: left;
  padding: 0 0.9375em;
  text-align: right; }
  .social-wrap li {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.1875em; }
    .social-wrap li a {
      width: 2.1875em;
      height: 2.1875em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear;
      font-size: 1em;
      line-height: 2.5em;
      border-radius: 20%;
      color: #ffffff;
      text-align: center;
      text-decoration: none; }
      .social-wrap li a i {
        display: block;
        margin: 0 auto; }
      .social-wrap li a:hover {
        opacity: 0.7;
        text-decoration: none; }

.sh-facebook {
  background: #3e5b98; }

.sh-linkedin {
  background: #3371b7; }

.sh-youtube {
  background: #e02a20; }

.sh-wrap .inner-wrap-container {
  padding-top: 0;
  padding-bottom: 0; }

.sh-logo-wrap.sh-logo-desk {
  display: none; }

@media (min-width: 80em) {
  .sh-logo-wrap.sh-logo-mob {
    display: none; }
  .sh-logo-wrap.sh-logo-desk {
    display: inline-block;
    float: left;
    background-color: #005daa;
    position: relative;
    height: 9em;
    padding-top: 1.75em; }
    .sh-logo-wrap.sh-logo-desk:before {
      content: '';
      width: 500%;
      height: 100%;
      background-color: #005daa;
      position: absolute;
      top: 0;
      left: -500%; }
    .sh-logo-wrap.sh-logo-desk:after {
      content: '';
      border-left: 0 solid #005daa;
      border-right: 7.5em solid transparent;
      border-top: 9em solid #005daa;
      content: "";
      height: 0;
      position: absolute;
      right: -7.5em;
      top: 0;
      width: 0; } }

.site-logo {
  max-width: 18.75em;
  width: 100%;
  display: inline-block; }
  .site-logo img {
    width: 100%;
    display: block; }

.sh-utility-nav {
  background-color: #005daa;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding-top: 0.9375em;
  padding-bottom: 1em; }
  .sh-utility-nav:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #005daa;
    position: absolute;
    top: 0;
    left: -100%; }
  .sh-utility-nav:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #005daa;
    position: absolute;
    top: 0;
    right: -100%; }
  @media (min-width: 80em) {
    .sh-utility-nav {
      background-color: #ffffff;
      float: right;
      
      
       }
      .sh-utility-nav:before {
        display: none; }
      .sh-utility-nav:after {
        display: none; } }

.sh-ph {
  display: none; }
  @media (min-width: 80em) {
    .sh-ph {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.375em;
      font-weight: 700;
      text-transform: uppercase;
      font-weight: 700;
      color: #005daa;
      padding-right: 1.3636363636em; }
      .sh-ph a {
        text-decoration: none; } }

.sh-search-open {
  background-color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  max-width: 9.375em;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 5px; }
  @media (min-width: 40em) {
    .sh-search-open {
      max-width: 16.125em; } }

@media (min-width: 80em) {
  .sh-btn-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.875em; } }

.sh-btn {
  display: none; }
  @media (min-width: 80em) {
    .sh-btn {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      font-size: 0.6875em;
      font-weight: normal;
      text-transform: uppercase;
      background-color: #005daa;
      color: #ffffff;
      padding: 1.3636363636em 1.9090909091em 1.4545454545em;
      border-radius: 4px; }
      .sh-btn:hover {
        background-color: #2a76a9;
        color: #ffffff; }
      .sh-btn:focus {
        color: #ffffff; } }

.search-link.sh-mob-search {
  display: none; }

.search-link.sh-desk-search {
  display: inline-block;
  vertical-align: middle;
  width: 1.5625em;
  height: 1.5625em;
  background-image: url(img/search-white.svg);
  background-size: 0.9375em 0.9375em;
  background-repeat: no-repeat;
  background-position: center; }
  .search-link.sh-desk-search span {
    display: none; }
  .search-link.sh-desk-search:hover {
    background-image: url(img/search-blue.svg); }

.sh-sticky-wrap .inner-wrap-container {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 80em) {
  .sh-sticky-wrap {
    height: 3.75em;
    top: -2.1875em;
    position: relative;
    z-index: 99;
    position: relative; }
    .sh-sticky-wrap::before {
      content: '';
      background-color: #231F20;
      width: 300%;
      position: absolute;
      left: -150%;
      top: 0;
      height: 100%; }
    .sh-sticky-wrap.stuck {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 99; } }

.sh-nav-wrap {
  background: #231F20;
  padding: 0 1.25em; }

.sh-search {
  display: none; }
  @media (min-width: 80em) {
    .sh-search {
      position: relative;
      display: inline-block;
      vertical-align: middle; } }

.sh-icons {
  float: right; }

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

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

.sh-ico-menu {
  width: 1.875em;
  height: 1.3125em;
  display: inline-block;
  background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/ico-nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5625em auto; }
  .sh-ico-menu span {
    display: none; }
  @media (min-width: 80em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
  clear: both;
  width: 100%; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-container, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 10em;
    padding-bottom: 10em; }
  .site-intro .owl-carousel .item {
    height: 12.125em;
    background-size: cover;
    background-position: center; }
  @media (min-width: 40em) {
    .site-intro .owl-carousel .item {
      height: 20.5625em; } }
  @media (min-width: 60em) {
    .site-intro .owl-carousel .item {
      height: 28.9375em; } }
  @media (min-width: 64em) {
    .site-intro .owl-carousel .item {
      height: 30.875em; } }
  @media (min-width: 80em) {
    .site-intro {
      margin-top: -6.4375em; }
      .site-intro .owl-carousel .item {
        height: 34.375em; } }

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

/*============ Sitemap Page styling ============*/
.sitemap-menu .sub-menu {
  padding-left: 1.875em;
  display: block !important; }

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

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

.search-cell1 {
  display: table-cell;
  vertical-align: middle;
  /*@include mq(large) {
    width: 92%;
  }*/ }

.search-cell2 {
  display: table-cell;
  width: 3.125em;
  border: 0;
  vertical-align: middle;
  /*@include mq(large) {
    width: 6%;
  }*/ }

.search-cell3 {
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell3 {
      width: 3%;
      text-align: center; } }

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

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

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

.search-module {
  background-color: #ffffff;
  border-radius: 4px;
  display: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  position: absolute;
  padding: 0.4375em 0.5em;
  right: -0.5625em;
  z-index: -1;
  top: 115%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    display: block;
    z-index: 10000; }
  .search-module:before {
    content: '';
    background-color: #ffffff;
    border: 5px solid inherit;
    border-bottom: 0;
    border-right: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    right: 1.0625em;
    top: -0.25em;
    transform: rotate(45deg);
    z-index: 1; }
  .search-module .inner-wrap, .search-module .inner-wrap-container, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 0.8125em 1.5em; }

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

@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px; } }

.sh-search-open .search-text {
  border: 0 !important;
  height: 2.9375em !important;
  box-shadow: none !important;
  padding: 0.625em 0.75em !important; }

.sh-search-open .search-submit {
  font-size: 0.8125em;
  width: 3.7692307692em;
  height: 3.6153846154em;
  background: #ffffff url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/search.svg) no-repeat center center !important;
  background-size: 1.1538461538em 1.1538461538em !important;
  background-position: center !important;
  border-left: 1px solid #e5e5e5 !important; }
  .sh-search-open .search-submit:hover {
    background: #f8f9f9 url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/search.svg) no-repeat center center !important;
    background-size: 1.1538461538em 1.1538461538em !important;
    background-position: center !important; }

.sh-search .search-module {
  width: 14.5625em; }

.sh-search .search-text {
  height: 2.3125em !important;
  box-shadow: none !important;
  padding: 0.25em 0.625em !important;
  background-color: #f9f9f9;
  border: 1px solid #efefef !important; }

.sh-search .search-cell2 {
  display: none; }

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

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

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

.col-md-6 {
  padding: 0 0.9375em; }
  @media (min-width: 40em) {
    .col-md-6 {
      width: 50%;
      float: left; } }

/*=============== New Idea Module ===============*/
.nim-content .inner-wrap-container {
  padding-top: 2em;
  padding-bottom: 1.75em; }

.nim-heading {
  font-size: 3.125em;
  line-height: 1em;
  color: #005daa;
  margin: 0;
  margin-bottom: 0.2em; }

.nim-sub-heading {
  font-size: 3.75em;
  line-height: 1em;
  color: #005daa;
  margin: 0;
  font-weight: 700; }

.nim-content-wrap {
  margin-top: -0.125em; }
  .nim-content-wrap p {
    font-size: 1.66625em;
    line-height: 1.1627906977em; }

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

@media (min-width: 60em) {
  .nim-item-main {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear; } }

.nim-item {
  margin-bottom: 2.5em; }
  .nim-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 60em) {
    .nim-item {
      max-width: 19.6875em;
      width: 100%;
      margin-bottom: 0; } }
  @media (min-width: 64em) {
    .nim-item {
      max-width: 20.9375em; } }
  @media (min-width: 80em) {
    .nim-item {
      max-width: 23.75em;
      width: 100%; } }

.nim-item-wrap {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 4.0625em 0.9375em;
  position: relative; }
  @media (min-width: 60em) {
    .nim-item-wrap {
      padding: 4.0625em 0.9375em; } }
  @media (min-width: 60em) {
    .nim-item-wrap {
      height: 17.9375em;
      padding: 0; } }
  @media (min-width: 80em) {
    .nim-item-wrap {
      height: 14.6625em; } }

.nim-title {
  font-size: 1.5em;
  line-height: 1.1em;
  color: #ffffff;
  margin: 0; }
  .nim-title span {
    font-weight: 700; }
  @media (min-width: 60em) {
    .nim-title {
      width: 100%;
      padding: 0 0.625em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 a; } }

.nim-desc-wrap {
  text-align: center; }
  .nim-desc-wrap .inner-wrap-container {
    padding-top: 2.0625em;
    padding-bottom: 0.8125em; }

.nim-desc p {
  font-size: 1.4166875em;
  line-height: 1.3235099484em; }
  .nim-desc p span {
    font-weight: 700; }

.nim-btn {
  font-size: 0.875em;
  background-color: #005daa;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  padding: 1.0714285714em 1.5em;
  margin-top: 1.8571428571em; }
  .nim-btn:hover {
    background-color: #2a76a9;
    color: #ffffff; }
  .nim-btn:focus {
    color: #ffffff; }

/*=============== Homepage Two Buckets in Row Module ===============*/
.homepg-two-buket-row-module .inner-wrap, .homepg-two-buket-row-module .inner-wrap-container, .homepg-two-buket-row-module .inner-wrap-narrow, .homepg-two-buket-row-module .inner-wrap-wide, .homepg-two-buket-row-module .inner-wrap-fullwidth {
  padding-bottom: 7.125em; }

.htbrm-item {
  padding: 0 0.9375em;
  text-align: center;
  margin-bottom: 3.8125em; }
  .htbrm-item:last-child {
    margin-bottom: 0; }
  .htbrm-item figure {
    margin-bottom: 3.125em; }
    .htbrm-item figure img {
      width: 100%;
      display: block; }
  @media (min-width: 60em) {
    .htbrm-item {
      width: 50%;
      float: left;
      margin-bottom: 0; } }

.htbrm-btn {
  font-size: 0.875em;
  background-color: #005daa;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  padding: 1.0714285714em 1.5em;
  position: static; }
  .htbrm-btn:hover {
    background-color: #2a76a9;
    color: #ffffff; }
  .htbrm-btn:focus {
    color: #ffffff; }
/*=============== Site Footer ===============*/
.site-footer {
  background-color: #d1d1d1; }

.site-footer-new {
  position: relative;
background-image: url(https://tpcpack.com/wp-content/uploads/imag-for.png);
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
 
  .site-footer-new .inner-wrap, .site-footer-new .inner-wrap-container, .site-footer-new .inner-wrap-narrow, .site-footer-new .inner-wrap-wide, .site-footer-new .inner-wrap-fullwidth {
    position: relative; }

.sf-small {
  background-color: #999;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-container, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }

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

.sf-footer .inner-wrap, .sf-footer .inner-wrap-container, .sf-footer .inner-wrap-narrow, .sf-footer .inner-wrap-wide, .sf-footer .inner-wrap-fullwidth {
  padding-top: 3.625em;
  padding-bottom: 4.25em; }

.sf-comp-det {
  padding: 0 0.9375em;
  margin-bottom: 1.5625em; }
  @media (min-width: 40em) {
    .sf-comp-det {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .sf-comp-det {
      width: 33.33%;
      margin-bottom: 0; } }

.site-footer-new .sf-comp-det {
  padding: 0 1.75em; }
  @media (min-width: 60em) {
    .site-footer-new .sf-comp-det {
      width: 25%;
      margin-bottom: 0; } }

.sf-loc-det {
  padding: 0 0.9375em;
  margin-bottom: 1.5625em; }
  @media (min-width: 40em) {
    .sf-loc-det {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .sf-loc-det {
      width: 33.33%;
      margin-bottom: 0; } }

.site-footer-new .sf-loc-det {
  padding: 0 1.75em; }
  @media (min-width: 60em) {
    .site-footer-new .sf-loc-det {
      width: 25%;
      margin-bottom: 0; } }

.sf-follow {
  padding: 0 0.9375em; }
  @media (min-width: 40em) {
    .sf-follow {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .sf-follow {
      width: 33.33%; } }

.site-footer-new .sf-follow {
  padding: 0 1.75em; }
  @media (min-width: 60em) {
    .site-footer-new .sf-follow {
      width: 25%;
      margin-bottom: 0; } }

.sf-title {
  font-size: 1.125em;
  line-height: 1.1em;
  font-weight: 500;
  border-bottom: solid 1px #2e2e2e;
  padding-bottom: 0.9444444444em;
  margin-bottom: 1.1111111111em; }

.sf-logo-wrap {
  margin-top: 1.6875em;
  margin-bottom: 0.75em; }

.sf-logo {
  max-width: 18.75em;
  width: 100%;
  display: inline-block; }
  .sf-logo img {
    width: 100%;
    display: block;
    height: auto;}

.sf-text {
  font-size: 1.16666875em;
  line-height: 1.5535686543em;
  margin-bottom: 0; }
  .sf-text a {
    color: #000000; }
    .sf-text a:hover {
      color: #005daa; }
    .sf-text a:focus {
      color: #000000; }
      .sf-text a:focus:hover {
        color: #005daa; }

.sf-links {
  display: inline-block;
  margin-top: 1.6071399873em; }
  .sf-links a {
    display: block; }

.sf-fax {
  pointer-events: none;
  color: #000000 !important;
  cursor: text;
  text-decoration: none; }
  .sf-fax:hover {
    color: #000000 !important; }

.sf-social-wrap {
  margin-top: 1.375em; }
  .sf-social-wrap li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.3125em; }
    .sf-social-wrap li a {
      width: 2.1875em;
      height: 2.1875em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear;
      font-size: 1em;
      line-height: 2.5em;
      border-radius: 20%;
      color: #ffffff;
      text-align: center;
      text-decoration: none; }
      .sf-social-wrap li a i {
        display: block;
        margin: 0 auto; }
      .sf-social-wrap li a:hover {
        opacity: 0.7;
        text-decoration: none; }

.sf-copyright {
  border-top: solid 1px #2e2e2e; }
  .sf-copyright .inner-wrap, .sf-copyright .inner-wrap-container, .sf-copyright .inner-wrap-narrow, .sf-copyright .inner-wrap-wide, .sf-copyright .inner-wrap-fullwidth {
    padding-top: 2em;
    padding-bottom: 1.5em; }

.sf-copytext {
  color: #9C9C9C;
  font-size: 0.875em;
  line-height: 1.9428571429em; }
  .sf-copytext a {
    color: #9C9C9C;
    text-decoration: none; }
    .sf-copytext a:hover {
      color: #9C9C9C;
      text-decoration: underline; }
    .sf-copytext a:focus {
      color: #9C9C9C;
      text-decoration: none; }
      .sf-copytext a:focus:hover {
        color: #9C9C9C;
        text-decoration: underline; }

.site-footer-new .sf-logo {
  max-width: 22.75em;
  width: 100%;
  display: block;
  margin: 0 auto 2.1875em;
padding: 0 0.625em;
}
.site-footer-new .sf-logo2 {
    max-width: 11.75em;
}
.site-footer-new .sf-title {
  font-size: 1.3125em;
  line-height: 1.1904761905em;
  padding-bottom: 0.380952381em;
  margin-bottom: 0.9523809524em; }

.site-footer-new .sf-link-list li {
  margin-bottom: 1.5em; }
  .site-footer-new .sf-link-list li a {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    color: #000000;
    text-decoration: none; }
    .site-footer-new .sf-link-list li a:hover {
      color: #005daa; }

.site-footer-new .sf-text {
  font-size: 1.125em;
  line-height: 1.9444444444em; }
  .site-footer-new .sf-text a {
    text-decoration: none; }

.site-footer-new .sf-links {
  margin-top: 0.3888888889em; }

@media (min-width: 40em) {
  .site-footer-new .sf-comp-bucket-wrap {
    display: flex;
    flex-wrap: wrap; }
  .site-footer-new .sf-logo-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
  }
.site-footer-new .sf-logo {
    margin: 0 0 2.1875em;
    padding: 0;
}
.site-footer-new .sf-logo:not(:last-child) {
    margin-right: 1.25em;
}
}
@media (min-width: 60em){
.site-footer-new .sf-logo:not(:last-child) {
    margin-right: 6.25em;
}
}
.site-footer-new .sf-social-wrap li a i {
  font-size: 1.5em;
  color: #000000; }

.site-footer-new .sh-linkedin, .site-footer-new .sh-youtube {
  background: transparent; }

.site-footer-new .sf-social-wrap {
  margin-top: 0.625em;
  margin-bottom: 1.25em; }

.site-footer-new .sf-btn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.9444444444em;
  padding: 0.2777777778em 3.7222222222em;
  border-radius: 4px; }

.site-footer-new .sf-copyright {
  border: none;
  background-color: #BFBFBF;
  text-align: center; }
  .site-footer-new .sf-copyright .inner-wrap, .site-footer-new .sf-copyright .inner-wrap-container, .site-footer-new .sf-copyright .inner-wrap-narrow, .site-footer-new .sf-copyright .inner-wrap-wide, .site-footer-new .sf-copyright .inner-wrap-fullwidth {
    padding-top: 0.875em;
    padding-bottom: 0.75em; }
  .site-footer-new .sf-copyright .sf-copytext {
    color: #000000;
    font-size: 1.125em; }
    .site-footer-new .sf-copyright .sf-copytext a {
      color: #000000; }




/*=============== IE ===============*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-search-open .search-submit {
    background-size: 15px 15px !important; }
    .sh-search-open .search-submit:hover {
      background-size: 15px 15px !important; }
  .search-link.sh-desk-search {
    background-size: 15px 15px; } }

/*=============== Edge ===============*/
@supports (-ms-ime-align: auto) {
  .sh-search-open .search-submit {
    background-size: 15px 15px !important; }
    .sh-search-open .search-submit:hover {
      background-size: 15px 15px !important; }
  .search-link.sh-desk-search {
    background-size: 15px 15px; } }

/** Infographics page style start**/
.modal-title {
  margin: 0;
  line-height: 1.5;
  font-size: 30px;
  color: #005DAA;
  /*font-family: 'Montserrat';*/
  font-weight: 500; }

.info-single-content.white-popup {
  max-width: 71.25em !important;
  padding: 1.875em 0.9375em; }

@media (min-width: 40em) {
  .info-single-content.white-popup .col-md-6 {
    width: 100%;
    float: none; } }

@media (min-width: 60em) {
  .info-single-content.white-popup .col-md-6 {
    width: 50%;
    float: left; } }

.col-md-push-6 {
  position: relative; }
  @media (min-width: 60em) {
    .col-md-push-6 {
      left: 50%; } }

.col-md-pull-6 {
  position: relative;
  margin-top: 40px; }
  @media (min-width: 60em) {
    .col-md-pull-6 {
      right: 50%;
      margin-top: 0; } }

.modal-video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.modal-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.btn-sm {
  font-size: 11px;
  padding: 16px 21px;
  text-transform: uppercase;
  /*font-family: 'Montserrat';*/
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }

.info-single-content.white-popup .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  background: #fff;
  font-size: 30px;
  border: none;
  color: #ff1b19;
  margin-right: -22.5px;
  margin-top: -22.5px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  opacity: 1;
  border: 1px solid #eee; }

.infographics {
  margin-top: -5.3125em;
  background: -moz-linear-gradient(top, #bcbec0 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bcbec0 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bcbec0 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .infographics .inner-wrap, .infographics .inner-wrap-container, .infographics .inner-wrap-narrow, .infographics .inner-wrap-wide, .infographics .inner-wrap-fullwidth {
    padding-top: 6.25em; }

.tooltip {
  display: none; }

.ca-logo {
  text-decoration: none; }
  .ca-logo:hover .st1607 {
    fill: #005daa; }
  .ca-logo:hover .tooltip {
    display: inline; }

.infographic-text-bottom {
  color: #005DAA;
  font-family: "PT Sans", sans-serif; }

/** Infographics page style end**/
/*.page-id-1275{
  .r-tabs{
    overflow: hidden;
    .r-tabs-panel{
      height: 0;
      transition: all .2s ease-in-out;
    }
    .r-tabs-panel.r-tabs-state-active{
      height:100%;
    }
  }
}*/
/**interactive-equipment-tour-module**/
.interactive-equipment-tour-module {
  border-top: 1px solid #fff;
  background-color: #005daa;
  position: relative; }
  .interactive-equipment-tour-module::before {
    content: '';
    background: -moz-linear-gradient(left, #0e4583 0%, #105094 42%, #11549a 56%, rgba(17, 86, 157, 0.7) 64%, rgba(18, 89, 161, 0.35) 75%, rgba(19, 95, 171, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0e4583 0%, #105094 42%, #11549a 56%, rgba(17, 86, 157, 0.7) 64%, rgba(18, 89, 161, 0.35) 75%, rgba(19, 95, 171, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0e4583 0%, #105094 42%, #11549a 56%, rgba(17, 86, 157, 0.7) 64%, rgba(18, 89, 161, 0.35) 75%, rgba(19, 95, 171, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%; }
  .interactive-equipment-tour-module .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 40em) {
    .interactive-equipment-tour-module::before {
      opacity: 1; } }

.ietm-header {
  text-transform: uppercase;
  font-size: 2.625em;
  line-height: 1.0952380952em;
  color: #ffffff;
  margin-bottom: 0.5952380952em; }

@media (min-width: 40em) {
  .ietm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20.8125em;
    align-items: center; }
    .ietm-wrap > div.ietm-content-wrap {
      -webkit-flex-basis: 53.32%;
      -moz-flex-basis: 53.32%;
      flex-basis: 53.32%;
      -ms-flex-preferred-size: 53.32%;
      position: relative; }
    .ietm-wrap > div.ietm-image-wrap {
      -webkit-flex-basis: 46.68%;
      -moz-flex-basis: 46.68%;
      flex-basis: 46.68%;
      -ms-flex-preferred-size: 46.68%; } }

.ietm-content-wrap {
  position: relative;
  text-align: center;
  padding-top: 3.75em;
  padding-bottom: 3.75em; }
  @media (min-width: 40em) {
    .ietm-content-wrap {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 1.5em;
      text-align: left; } }
  @media (min-width: 60em) {
    .ietm-content-wrap {
      padding-left: 9.64%; } }

.ietm-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 20.8125em;
  height: 100%; }
  .ietm-image img {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-height: 20.8125em; }
  @media (min-width: 40em) {
    .ietm-image {
      background-position: left center; } }

.ietm-cta {
  background-color: #ffffff;
  color: #035aa5;
  font-size: 1.125em;
  padding-right: 1.5555555556em;
  padding-top: 0.8888888889em;
  padding-bottom: 0.8888888889em;
  padding-left: 1.5555555556em; }
  .ietm-cta:hover {
    background-color: #035aa5;
    color: #ffffff; }

/** gdd-002 **/
.gdd-industry-module .gim-title {
  font-family: "Montserrat",sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #025eab;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: 0 1em; }
  @media (min-width: 60em) {
    .gdd-industry-module .gim-title {
      text-align: left;
      padding-left: 9.64%; } }
  .gdd-industry-module .gim-title span {
    font-weight: 400; }

.gdd-industry-module .gimh-heading {
  font-family: "Montserrat",sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 3em;
  position: relative; }
  .gdd-industry-module .gimh-heading:after {
    content: "";
    position: absolute;
    background: #135fab;
    width: 55px;
    height: 4px;
    left: 0;
    bottom: -23px; }

.gdd-industry-module .gim-item-heading {
  font-family: "Montserrat",sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  bottom: 3em;
  width: 100%;
  z-index: 1;
  padding-left: 1em;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  @media (min-width: 40em) {
    .gdd-industry-module .gim-item-heading {
      font-size: 20px; } }
  @media (min-width: 60em) {
    .gdd-industry-module .gim-item-heading {
      font-size: 24px; } }
  @media (min-width: 80em) {
    .gdd-industry-module .gim-item-heading {
      padding-left: 2em; } }
  .gdd-industry-module .gim-item-heading:after {
    content: "";
    position: absolute;
    background: #135fab;
    width: 55px;
    height: 4px;
    left: 25px;
    bottom: -23px; }
    @media (min-width: 80em) {
      .gdd-industry-module .gim-item-heading:after {
        left: 2em; } }

.gdd-industry-module .gimh-cta {
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #ffffff;
  padding: 12px 35px; }
  .gdd-industry-module .gimh-cta:hover {
    background: #135fab;
    border: 2px solid #135fab; }

.gdd-industry-module .gim-item-img {
  width: 100%;
  height: 100%;
  display: block; }

.gdd-industry-module .gim-item {
  display: block;
  margin: 0 auto 1.875em;
  max-width: 465px; }
  .gdd-industry-module .gim-item a {
    display: block;
    position: relative;
    text-decoration: none;
    height: 100%; }
    .gdd-industry-module .gim-item a:after {
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-color: #000000;
      opacity: 0.55;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      transition: all .3s ease-in;
      background-size: cover; }
    @media (min-width: 60em) {
      .gdd-industry-module .gim-item a:hover .gim-item-heading {
        opacity: 0; }
      .gdd-industry-module .gim-item a:hover:after {
        background-color: #191a1b;
        opacity: 0.85; }
      .gdd-industry-module .gim-item a:hover .gim-hover {
        opacity: 1; } }

.gdd-industry-module .gim-hover {
  opacity: 0;
  position: absolute;
  text-align: left;
  z-index: 1;
  bottom: 5em;
  left: 2em;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  @media (min-width: 80em) {
    .gdd-industry-module .gim-hover {
      left: 4em; } }

@media (min-width: 40em) {
  .gdd-industry-module .gim-buckets {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; } }

@media (min-width: 40em) {
  .gdd-industry-module .gim-buckets .gim-item:nth-child(1) {
    width: 50%;
    border-bottom: 2px solid #ffffff;
    border-right: 1px solid #ffffff; } }

@media (min-width: 40em) {
  .gdd-industry-module .gim-buckets .gim-item:nth-child(2) {
    width: 50%;
    border-bottom: 2px solid #ffffff; } }

@media (min-width: 40em) {
  .gdd-industry-module .gim-buckets .gim-item:nth-child(4) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff; } }

@media (min-width: 40em) {
  .gdd-industry-module .gim-buckets .gim-item {
    width: 33.33%;
    max-width: 100%;
    margin: 0; } }

/** gdd-002 end **/
/** gdd-003 contact page **/
.frm-title {
  font-size: 24px;
  color: #005daa;
  font-weight: 700;
  font-family: "Montserrat",sans-serif;
  position: relative;
  padding-left: 65px;
  margin-bottom: 1em; }
  @media (min-width: 60em) {
    .frm-title {
      font-size: 33px;
      padding-left: 72px;
      margin-bottom: 1.2em; } }
  .frm-title:before {
    position: absolute;
    content: "";
    left: 0;
    background-image: url(/wp-content/themes/tpcpackagingsolutions-default/img/gform-ico.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 65px 48px;
    width: 65px;
    height: 48px;
    bottom: -7px; }
    @media (min-width: 60em) {
      .frm-title:before {
        bottom: -5px; } }

.gc-form-wrap {
  background-color: #d3d3d3;
  padding: 1em 1em 1em 1em; }
  @media (min-width: 641px) {
    .gc-form-wrap {
      padding: 1em 0.2em 1em 1em; } }
  @media (min-width: 60em) {
    .gc-form-wrap {
      padding: 3em 1.2em 3em 2em; } }
  @media (min-width: 80em) {
    .gc-form-wrap {
      padding: 3em 3.2em 3em 4em;
      max-width: 670px;
      width: 100%; } }
  .gc-form-wrap .gfield_label {
    display: none !important; }
  .gc-form-wrap #field_5_7 .gfield_label {
    display: block !important; }
  .gc-form-wrap #gform_wrapper_5 input[type="text"] {
    border: 1px solid #cccccc !important;
    height: 50px !important;
    border-radius: 5px; }
  .gc-form-wrap #gform_wrapper_5 textarea {
    border: 1px solid #cccccc !important;
    height: 92px !important;
    border-radius: 5px; }
  .gc-form-wrap #gform_wrapper_5 input[type="submit"] {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    font-family: "PT Sans",sans-serif !important;
    color: #ffffff;
    background-color: #005daa;
    width: 100% !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important; }
    .gc-form-wrap #gform_wrapper_5 input[type="submit"]:hover {
      background-color: #2a76a9 !important; }
    @media (min-width: 641px) {
      .gc-form-wrap #gform_wrapper_5 input[type="submit"] {
        width: 96% !important; } }
    @media (min-width: 642px) {
      .gc-form-wrap #gform_wrapper_5 input[type="submit"] {
        padding-top: 14px !important;
        padding-bottom: 14px !important; } }
  .gc-form-wrap .ginput_recaptcha iframe {
    transform: scale(0.8);
    margin-left: -30px; }
    @media (min-width: 60em) {
      .gc-form-wrap .ginput_recaptcha iframe {
        transform: scale(1);
        margin-left: 0; } }
  .gc-form-wrap .gfield {
    margin-bottom: 0 !important; }
  .gc-form-wrap #field_5_7 {
    margin-top: 2em !important; }
  .gc-form-wrap .gfield_label {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #2e2e2e !important;
    font-family: "Montserrat",sans-serif !important; }

@media (min-width: 80em) {
  .gb-left {
    width: 60%; } }

.gb-right h3 {
  font-size: 24px;
  font-weight: 600;
  color: #005daa;
  font-family: "Montserrat",sans-serif; }

.gb-right h4 {
  font-size: 18px;
  font-weight: 600;
  color: #005daa;
  font-family: "Montserrat",sans-serif; }

.gb-right p {
  font-size: 18px;
  font-weight: 500;
  font-family: "PT Sans",sans-serif;
  color: #262626; }

.gb-right a {
  font-weight: 700;
  text-decoration: none;
  color: #262626; }

@media (min-width: 80em) {
  .gb-right {
    width: 37%;
    padding-left: 8%; } }

.cmm {
  background-image: url(https://tpcpack.com/wp-content/uploads/ct-map-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  width: 100%;
  border: 1px solid #cccccc;
  margin-top: 1em !important;
  display: block; }

/** gdd-003 contact page end **/
.pdf-img-module {
  text-align: center;
  margin: 0 auto;
  padding: 0.9375em 0;
  display: block; }
  @media (max-width: 40em) {
    .pdf-img-module {
      width: 18.75em; } }
  @media (min-width: 40em) {
    .pdf-img-module {
      width: 21.875em; } }
  .pdf-img-module a {
    display: inline-block; }

.em-bucket {
  display: block; }
  .em-bucket::after {
    clear: both;
    content: "";
    display: table; }
  .em-bucket > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .em-bucket > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .em-bucket > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .em-bucket > *:last-child {
          margin-right: 0; }
        .em-bucket > *:nth-child(2n) {
          margin-right: 0; }
        .em-bucket > *:nth-child(2n+1) {
          clear: left; }
        .em-bucket > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .em-bucket > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }
  .em-bucket .emb-item {
    text-align: center; }
    .em-bucket .emb-item .emb-link {
      display: inline-block;
      height: 13.75em; }
      .em-bucket .emb-item .emb-link .emb-image {
        margin-bottom: 1.25em;
        object-fit: cover;
        max-height: 13.75em; }
    .em-bucket .emb-item .emb_heading {
      font-weight: 700;
      color: #005daa;
      margin-bottom: 0.9375em; }

.cwf-block {
  display: block; }
  .cwf-block::after {
    clear: both;
    content: "";
    display: table; }
  .cwf-block > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .cwf-block > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .cwf-block > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .cwf-block > *:last-child {
          margin-right: 0; }
        .cwf-block > *:nth-child(2n) {
          margin-right: 0; }
        .cwf-block > *:nth-child(2n+1) {
          clear: left; }
        .cwf-block > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .cwf-block > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }
  .cwf-block .cwf-form-shortcode {
    background: #ebebeb;
    padding: 0.9375em;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
    .cwf-block .cwf-form-shortcode .gform_wrapper .gform_heading {
      margin-bottom: 0.5em !important; }
      .cwf-block .cwf-form-shortcode .gform_wrapper .gform_heading .gform_description {
        font-size: 1.75em;
        font-style: italic;
        color: #616161;
        font-weight: 500;
        margin-bottom: 0; }
    .cwf-block .cwf-form-shortcode .gform_wrapper ul li.gfield {
      margin-bottom: 0; }

/* gdd 001 b css start */
.gdd-001-b.site-intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top; }
  .gdd-001-b.site-intro > .inner-wrap, .gdd-001-b.site-intro > .inner-wrap-container, .gdd-001-b.site-intro > .inner-wrap-narrow, .gdd-001-b.site-intro > .inner-wrap-wide, .gdd-001-b.site-intro > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .gdd-001-b.site-intro {
      position: relative;
      overflow: hidden; }
      .gdd-001-b.site-intro:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 30%;
        top: 0;
        background-color: #003866; }
      .gdd-001-b.site-intro > .inner-wrap, .gdd-001-b.site-intro > .inner-wrap-container, .gdd-001-b.site-intro > .inner-wrap-narrow, .gdd-001-b.site-intro > .inner-wrap-wide, .gdd-001-b.site-intro > .inner-wrap-fullwidth {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }

.si-left-div {
  padding: 5em 1.875em;
  background-color: #003866;
  text-align: left; }
  @media (min-width: 60em) {
    .si-left-div {
      padding-top: 6.375em;
      z-index: 1;
      padding-right: 0;
      position: relative;
      width: 42%; } }
  @media (min-width: 80em) {
    .si-left-div {
      padding-top: 9.5em; } }

.si-heading {
  color: white;
  font-size: 1.375em;
  line-height: 1.4545454545em;
  margin-bottom: 1.3636363636em;
  padding-bottom: 0.4545454545em;
  position: relative;
  font-weight: 700; }
  .si-heading:before {
    content: "";
    position: absolute;
    background-color: #005daa;
    width: 2.2727272727em;
    height: 0.1818181818em;
    bottom: 0;
    left: 0; }
  .si-heading span {
    color: #00a8ff; }
  @media (min-width: 60em) {
    .si-heading {
      font-size: 1.6875em;
      line-height: 1.3703703704em;
      margin-bottom: 1.1851851852em;
      padding-bottom: 0.3703703704em; }
      .si-heading:before {
        content: "";
        position: absolute;
        background-color: #005daa;
        width: 1.8518518519em;
        height: 0.1481481481em;
        bottom: 0;
        left: 0; } }

.btn.si-cta-1, button.si-cta-1,
input.si-cta-1[type="submit"], .si-cta-1.btn-download, .si-cta-1.btn-arrow, .si-cta-1.product-grid-item-link {
  background-color: #fff;
  border: 1px solid #fff;
  color: #434445;
  font-weight: 600;
  padding: 0.5714285714em 1.7142857143em;
  margin-right: 0.7142857143em; }
  .btn.si-cta-1:hover, button.si-cta-1:hover,
  input.si-cta-1:hover[type="submit"], .si-cta-1.btn-download:hover, .si-cta-1.btn-arrow:hover, .si-cta-1.product-grid-item-link:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
  @media (min-width: 60em) {
    .btn.si-cta-1, button.si-cta-1,
    input.si-cta-1[type="submit"], .si-cta-1.btn-download, .si-cta-1.btn-arrow, .si-cta-1.product-grid-item-link {
      font-size: 1.125em;
      padding: 0.4444444444em 1.4444444444em;
      margin-right: 0.5555555556em; } }

.btn.si-cta-2, button.si-cta-2,
input.si-cta-2[type="submit"], .si-cta-2.btn-download, .si-cta-2.btn-arrow, .si-cta-2.product-grid-item-link {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 0.5714285714em 1.7142857143em; }
  .btn.si-cta-2:hover, button.si-cta-2:hover,
  input.si-cta-2:hover[type="submit"], .si-cta-2.btn-download:hover, .si-cta-2.btn-arrow:hover, .si-cta-2.product-grid-item-link:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #434445; }
  @media (min-width: 60em) {
    .btn.si-cta-2, button.si-cta-2,
    input.si-cta-2[type="submit"], .si-cta-2.btn-download, .si-cta-2.btn-arrow, .si-cta-2.product-grid-item-link {
      font-size: 1.125em;
      padding: 0.4444444444em 1.4444444444em; } }

@media (min-width: 60em) {
  .si-right-div {
    width: 58%; } }

.si-img {
  text-align: center; }
  .si-img img {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 60em) {
    .si-img {
      text-align: right;
      position: relative;
      padding-top: 1.75em; }
      .si-img:before {
        content: "";
        position: absolute;
        background-color: #003866;
        left: -38em;
        top: 0;
        width: 39.375em;
        height: 25.875em;
        transform: skew(-60deg);
        z-index: 0; }
      .si-img:after {
        content: "";
        position: absolute;
        background-color: #003866;
        left: -36.875em;
        bottom: -4.6875em;
        width: 39.375em;
        height: 20.875em;
        transform: skew(26deg);
        z-index: 0; }
      .si-img img {
        max-width: 24.1875em; } }
  @media (min-width: 80em) {
    .si-img:before {
      left: -35.8125em;
      height: 26.6875em;
      transform: skew(-60deg); }
    .si-img:after {
      left: -36.5em;
      height: 28em;
      transform: skew(24deg); }
    .si-img img {
      max-width: 30em; } }

/* gdd 001 b css end */
.infographic-img {
  text-align: center; }
  .infographic-img img {
    display: block;
    margin: 0 auto;
    width: 18.75em; }
  .infographic-img p {
    margin-left: 1.25em;
    margin-bottom: 1.25em;
    margin-right: 1.25em; }
  @media (min-width: 40em) {
    .infographic-img {
      float: right;
      margin-left: 0.9375em; } }

img.mfp-img {
  max-height: inherit !important; }

.mfp-wrap {
  overflow: hidden auto !important; }

.download_module .dm-block {
  padding: 2.4375em 1.5em 1.5em 1.5em;
  border: 1px solid #2e2e2e; }
  .download_module .dm-block:after {
    content: '';
    display: table;
    clear: both; }
  .download_module .dm-block .dmb-left {
    padding-bottom: 0.9375em; }
    @media (max-width: 40em) {
      .download_module .dm-block .dmb-left {
        padding-bottom: 1.875em; } }
    .download_module .dm-block .dmb-left a {
      display: inline-block; }
  @media (min-width: 40em) {
    .download_module .dm-block .dmb-right {
      padding-left: 0.9375em; } }
  .download_module .dm-block .dmb-right p {
    margin-bottom: 1.25em; }

/*gdd 004 b & c css start */
.gdd-exit-popup {
  display: none;
  position: absolute !important;
  left: 0;
  top: 50% !important;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  max-width: 35.625em !important;
  height: 17.125em;
  min-height: 17.125em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: visible !important; }
  .gdd-exit-popup .mfp-close {
    color: white;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid white;
    opacity: 1;
    font-weight: 300;
    right: 0;
    top: -0.6071428571em;
    width: 1.1428571429em;
    height: 1.1428571429em;
    line-height: 1.1428571429em; }
  @media (min-width: 40em) {
    .gdd-exit-popup .mfp-close {
      right: -0.3214285714em; } }

.ep-wrapper {
  background-color: white;
  padding: 2.6875em; }
  @media (min-width: 40em) {
    .ep-wrapper {
      max-width: 21.875em;
      width: 100%; } }

.ep-heading {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 1.4583333333em; }
  .ep-heading span {
    display: block;
    font-weight: 400; }

.ep-text {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 1.9444444444em; }
  .ep-text span {
    color: #025eab; }

.btn.ep-btn, button.ep-btn,
input.ep-btn[type="submit"], .ep-btn.btn-download, .ep-btn.btn-arrow, .ep-btn.product-grid-item-link {
  font-size: 1.125em;
  padding: 0.6111111111em 3.0555555556em 0.6111111111em 1.1111111111em; }
  .btn.ep-btn:after, button.ep-btn:after,
  input.ep-btn[type="submit"]:after, .ep-btn.btn-download:after, .ep-btn.btn-arrow:after, .ep-btn.product-grid-item-link:after {
    content: "";
    position: absolute;
    background-image: url(img/laptop-chat-01.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.1111111111em 1.1111111111em;
    right: 1.2222222222em;
    top: 0.6111111111em;
    width: 1.1111111111em;
    height: 1.1111111111em; }

/*gdd 004 b & c css end */
.big-btn {
  padding-top: 1.25em;
  padding-bottom: 1.3em;
  padding-left: 2.3em;
  padding-right: 2.3em;
  font-size: 1.25em; }

/** gdd-003 hubspot form **/
.gdd-003-b .inner-wrap, .gdd-003-b .inner-wrap-container, .gdd-003-b .inner-wrap-narrow, .gdd-003-b .inner-wrap-wide, .gdd-003-b .inner-wrap-fullwidth {
  padding: 1.5em 0.9375em; }

.frm-title {
  font-size: 24px;
  color: #005daa;
  font-weight: 700;
  font-family: "Montserrat",sans-serif;
  position: relative;
  padding-left: 65px;
  margin-bottom: 1em; }

@media (min-width: 60em) {
  .frm-title {
    font-size: 33px;
    padding-left: 72px;
    margin-bottom: 1.2em; } }

.frm-title:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/gform-ico.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 65px 48px;
  width: 65px;
  height: 48px;
  bottom: -7px; }

@media (min-width: 60em) {
  .frm-title:before {
    bottom: -5px; } }

.gc-form-wrap .hs-form fieldset {
  margin-bottom: 1em !important; }

.gc-form-wrap .hs-form input[type="submit"] {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  font-family: "PT Sans", sans-serif !important;
  color: #fff;
  background-color: #005daa;
  margin-top: 2em;
  width: 100%; }

.gc-form-wrap .hs-form input[type="submit"]:hover {
  background-color: #2a76a9 !important; }

.gc-form-wrap .hs-form textarea {
  border: 1px solid #cccccc !important;
  height: 92px !important;
  border-radius: 5px; }

.gc-form-wrap .hs-form .hs-input {
  width: 100% !important; }

.gc-form-wrap .hs-form label {
  display: none !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #2e2e2e !important;
  font-family: "Montserrat", sans-serif !important; }

.gc-form-wrap .hs-form .hs-message label {
  display: block !important; }

.gc-form-wrap .hs-form input[type="text"], .gc-form-wrap .hs-form input[type="tel"], .gc-form-wrap .hs-form input[type="email"], .gc-form-wrap .hs-form select {
  border: 1px solid #cccccc !important;
  height: 50px !important;
  border-radius: 5px; }

.gc-form-wrap .input.input-has-value {
  position: relative; }

.gc-form-wrap .input.input-has-value:after {
  content: "";
  position: absolute;
  background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/done.svg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  right: 12px;
  top: 11px;
  width: 30px;
  height: 30px;
  background-color: #005daa;
  border-radius: 50%;
  background-size: 20px 20px; }

.gc-form-wrap .hs_message .input.input-has-value:after {
  content: none; }

.gc-form-wrap .input.error.input-has-value:after {
  content: none !important; }

.gc-form-wrap .hs-error-msgs label {
  display: block !important;
  color: red !important; }

.cmm {
  background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/ct-map-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 1em !important; }

.contact-map-module .inner-wrap, .contact-map-module .inner-wrap-container, .contact-map-module .inner-wrap-narrow, .contact-map-module .inner-wrap-wide, .contact-map-module .inner-wrap-fullwidth {
  padding: 1.5em 0.9375em; }

.ty-intro {
  height: 12.125em;
  background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/Tape-Website-Banner.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 3.3125em; }

@media (min-width: 40em) {
  .ty-intro {
    height: 20.5625em; } }

@media (min-width: 60em) {
  .ty-intro {
    height: 28.9375em; } }

@media (min-width: 64em) {
  .ty-intro {
    height: 30.875em; } }

@media (min-width: 80em) {
  .ty-intro {
    height: 34.375em; } }

/** gdd-003 hubspot form end **/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* html .slides {
  height: 1%; }

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Flying focus */
/*#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 2px 3px $base-font-color, 0 0 2px $base-font-color inset;
}
#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}
.flying-focus_target {
  outline: none !important; 
}

.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}*/
/*** Slick Slider CSS ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media (min-width: 80em){
.cl-mob-menu {
    display: none;
}
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F; }
@media(min-width: 40em){
.sn-li-l1.cust-contact-us>a span {
    border-radius: 0.3125em;
    padding: 0.975em 0.9875em;
    background-color: #005daa;
}
.sn-li-l1.cust-contact-us>a span:hover {
    background-color: #2a76a9;
    color: #FFF;
}
}
.sn-li-l2.menu-item-has-children>a{
      display: inline-block;
}
.sn-li-l2.has-subnav>a, .has-subnav.sn-li-l3>a, .has-subnav.sn-li-l4>a, .sn-li-l2.menu-item-has-children>a, .menu-item-has-children.sn-li-l3>a, .menu-item-has-children.sn-li-l4>a, .sn-li-l2.hs-item-has-children>a, .hs-item-has-children.sn-li-l3>a, .hs-item-has-children.sn-li-l4>a, .hs-menu-depth-2.has-subnav>a, .hs-menu-depth-2.menu-item-has-children>a, .hs-menu-depth-2.hs-item-has-children>a {
    display: inline-block;    
}
@media (min-width:80em) {
.sn-li-l2.has-subnav>a, .has-subnav.sn-li-l3>a, .has-subnav.sn-li-l4>a, .sn-li-l2.menu-item-has-children>a, .menu-item-has-children.sn-li-l3>a, .menu-item-has-children.sn-li-l4>a, .sn-li-l2.hs-item-has-children>a, .hs-item-has-children.sn-li-l3>a, .hs-item-has-children.sn-li-l4>a, .hs-menu-depth-2.has-subnav>a, .hs-menu-depth-2.menu-item-has-children>a, .hs-menu-depth-2.hs-item-has-children>a {
  
  display: block;
    background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/nav-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 0.5625em;
  }
}
.sn-li-l2:hover.has-subnav>a, .sn-li-l3:hover.has-subnav>a, .sn-li-l4:hover.has-subnav>a, .sn-li-l2:hover.menu-item-has-children>a, .sn-li-l3:hover.menu-item-has-children>a, .sn-li-l4:hover.menu-item-has-children>a, .sn-li-l2:hover.hs-item-has-children>a, .sn-li-l3:hover.hs-item-has-children>a, .sn-li-l4:hover.hs-item-has-children>a, .hs-menu-depth-2:hover.has-subnav>a, .hs-menu-depth-2:hover.menu-item-has-children>a, .hs-menu-depth-2:hover.hs-item-has-children>a {
/*     background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/nav-right-arrow-hover.svg); */
}
.sn-li-l2:hover>a, .sn-li-l3:hover>a, .sn-li-l4:hover>a, .hs-menu-depth-2:hover>a {
    color: #fff;
}
/* lp-default Related */
.lp-default .inner-wrap {
   padding-left: 0.8em;
   padding-right: 0.8em;
}
@media (min-width: 40em) {
.lp-default .inner-wrap {
   padding-left: 1.5em;
   padding-right: 1.5em;
}
}
.lp-default h1 {
  font-size: 1.9375em;
  line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px;
 font-weight: 700;
 color: #005daa;
 margin-bottom: .6451612903em
}
.lp-form-wrap {
background: #ebebeb;
padding: .9375em;
box-shadow: 0 5px 5px rgba(0,0,0,.3);
  margin-bottom: 2.5em;
}
@media (min-width: 40em) {
.lp-form-wrap {
	margin-bottom: 0;
}	
}
.gform_description{
	font-size: 1.75em;
font-style: italic;
color: #616161;
font-weight: 500;
margin-bottom: 3px !important;
}
.lp-form-wrap .hs-form-required { 
  margin-left: 4px;
  color: #e80000 !important;
}
label {
	color: #000000 !important;
	margin-bottom: .375em;
}

.lp-form-wrap  input[type="email"],.lp-form-wrap textarea,.lp-form-wrap input[type="color"],.lp-form-wrap input[type="date"],.lp-form-wrap input[type="datetime"],.lp-form-wrap input[type="datetime-local"],.lp-form-wrap input[type="email"],.lp-form-wrap input[type="month"],.lp-form-wrap input[type="number"],.lp-form-wrap input[type="password"],.lp-form-wrap input[type="search"],.lp-form-wrap input[type="tel"],.lp-form-wrap input[type="text"],.lp-form-wrap input[type="time"],.lp-form-wrap input[type="url"],.lp-form-wrap input[type="week"],.lp-form-wrap textarea,.lp-form-wrap select[multiple="multiple"],.lp-form-wrap select {
	box-sizing: border-box;
-webkit-transition: border-color;
-moz-transition: border-color;
transition: border-color;
background-color: #fff;
border-radius: 0;
border: 1px solid #e5e5e5;
box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
font-family: "PT Sans",sans-serif;
font-size: 1em;
margin-bottom: 1.2em;
padding: .5em .5em;
width: 100%;
}

.lp-form-wrap input[type="text"], .lp-form-wrap  input[type="email"] {
	height: 2.0625em !important;
background-color: #fff;
border: solid 1px rgba(0,0,0,.6) !important;
box-shadow: none !important;
}
.hs_recaptcha {
	margin-bottom: 30px;
}
.hs-submit .hs-button {
	position: relative;
	line-height: normal;
	text-decoration: none;
border-radius: 4px;
transition: background 0.1s linear;
	appearance: none;
border: none;
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
font-size: 0.8125em !important;
width: auto !important;
text-transform: uppercase;
font-family: "Montserrat",sans-serif;
padding: 1.3076923077em 1.9230769231em !important;
font-weight: 500;
background-color: #005daa;
color: #fff;
}
.hs-submit .hs-button:hover { 
	background-color: #2a76a9;
color: #fff;
}
@media (min-width: 40em) {
.right-img {
  float: none;
  padding: 0 0 1.5em;
}
}
@media (min-width: 60em) {
.right-img {
  float: right;
  padding: 0 0 1.5em 1.5em;
}
}

.hs-form fieldset.form-columns-1 .hs-input {
    border: solid 1px rgba(0,0,0,.6) !important;
}
@media only screen and (max-width: 2000px) and (min-width: 1200px)  {
.hs-form fieldset.form-columns-1 .hs-input{
  width: 100% !important;
}
}

@media only screen and (max-width: 640px) and (min-width: 320px)  {
.hs-form fieldset.form-columns-1 .hs-input{
  width: 95% !important;
}
}

.sn-li-l3 span, .sn-li-l4 span {
    white-space: normal;
}

.external-link.external-link-white a {
  position: relative;
}
.external-link.external-link-white a:after {
  display: none;
}
@media (min-width: 80em) {
  .external-link.external-link-white a:after {
    background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/external-link-white.png);
    background-size: 1.2em 1.2em;
    top: 1.2em;
    right: 0;
    margin-left: 0.5em;
    width: 1.2em;
    height: 1.2em;
    display: block;
  }
}
.external-link.external-link-white a span {
  position: relative;
  padding-right: 1.7em;
}
@media (min-width: 80em) {
  .external-link.external-link-white a span {
    padding-right: 0.8em;
  }
}
.external-link.external-link-white a span:after {
  content: "";
  position: absolute;
  background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/external-link-white.png);
  background-size: 1.5em 1.5em;
  top: 0.2em;
  margin-left: 0.5em;
  width: 1.5em;
  height: 1.5em;
}
@media (min-width: 80em) {
  .external-link.external-link-white a span:after {
    display: none;
  }
}
.external-link.external-link-white .sub-menu a span:after {
  display: none;
}
.external-link a {
  position: relative;
}
.external-link a:after {
  content: "";
  position: absolute;
  background-image: url(https://8171703.fs1.hubspotusercontent-na1.net/hubfs/8171703/external-link.png);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  top: 0.15em;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
}
.external-link .sub-menu a:after {
  display: none;
}

@media (min-width: 80em) {
  .sh-nav-wrap {
    margin-left: -55px;
  }
}

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


#nav-menu-item-2970 span {
    white-space: normal;
}
.sf-title > a{
  color: #000000;
    text-decoration: none;
}
.sf-title > a:hover {
    color: #005daa;
    text-decoration: none;
}
.sn-li-l1:hover .sn-main-menu-link, .hs-menu-depth-1:hover .sn-main-menu-link{
color:#fff;
}

#nav-menu-item-2214 a{
padding: 0;
 margin-left:1.125em;
}
@media (max-width: 40em) {
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .hs-menu-depth-2 > a{
  max-width:16em;
}
}

@media (min-width: 80em) {
  .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span, .hs-menu-depth-2 > a span {
    font-size: .875em;
  }
}
.sh-top-logo {
  display: none;
}
.sh-top-logo img {
  width: 5em;
}
@media (min-width: 80em) {
  .sh-top-logo {
    margin-left: 1em;
  }
}
@media (min-width: 750px) {
  .sh-top-logo {
    display: block;
  }
}
.sh-top-logo a {
  line-height: 0;
  display: block;
}

.sh-top-logo-mobile {
  display: block;
  max-width: 5em;
  margin: auto;
}
@media (min-width: 750px) {
  .sh-top-logo-mobile {
    display: none;
  }
}
.sh-top-logo-mobile a {
  line-height: 0;
  display: block;
}
@media (min-width: 80em) {
    .sh-wrap .inner-wrap-container {
        max-width: 80em;
    }
}