@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*!
Theme Name: 	Doucette Industries Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for Doucette Industries.
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.
 */
.page-intro h2 {
  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,
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;
  }
}


.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;
  }
}

.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;
  }
}

.row {
  display: block;
  clear: both;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
@media (max-height: 46em) and (min-width: 60em) {
  body {
    font-size: 0.875em;
  }
}
@media (max-height: 40em) and (min-width: 60em) {
  body {
    font-size: 0.75em;
  }
}

.display-font-size {
  font-size: 3.75em;
}
@media (min-width: 40em) {
  .display-font-size {
    font-size: 4.5em;
  }
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 5em;
  }
}

.xlarge-font-size {
  font-size: 2.4375em;
}
@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 2.925em;
  }
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 3.25em;
  }
}

.large-font-size {
  font-size: 1.96875em;
}
@media (min-width: 40em) {
  .large-font-size {
    font-size: 2.3625em;
  }
}
@media (min-width: 60em) {
  .large-font-size {
    font-size: 2.625em;
  }
}

.medium-font-size {
  font-size: 1.6875em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}
@media (min-width: 40em) {
  .medium-font-size {
    font-size: 2.025em;
  }
}
@media (min-width: 60em) {
  .medium-font-size {
    font-size: 2.25em;
  }
}

.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;
  }
}
 h2 {
  font-family: "Barlow Condensed", sans-serif;
 
}
.page-intro h2 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}

.page-intro h2 {
  font-size: 3.75em;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}
@media (min-width: 40em) {
.page-intro h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 60em) {
.page-intro h2 {
    font-size: 5em;
  }
}
@media (min-width: 60em) {
 .page-intro h2 {
    line-height: 0.875em;
  }
}

p {
  margin: 16px 0;
  font-size: 1em;
  line-height: 1.625em;
}

.emph, .page-intro p, .section-header-wrap p {
  font-size: 1.5em;
  line-height: 1.4166666667em;
  font-weight: 600;
  font-style: italic;
  color: #012E44;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #1C5F80;
  text-decoration: underline;
}

a:visited, a:active, a:focus {
  /*color: $hover-link-color;*/
  outline: none;
}
a:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: 2px;
}

hr {
  border-bottom: 2px solid #B7B7B7;
  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: "— ";
}

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: #fcfcfc;
  border: 1px solid #E2E2E2;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* input,
label {
  display: block;
  font-family: "Inter", 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 {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #E2E2E2;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Inter", sans-serif;
  font-size: 1em;
  
  padding: 0.5em 0.5em;
 
}
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 {
  border-color: #c9c9c9;
}
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{
  border-color: #1C5F80;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(23, 79, 107, 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;
}


.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .button,
.wp-element-button,
button,
input[type=submit], .btn-color-alt, .btn-color, .btn-alt, .btn-custom, .product-grid-item-link {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.25em;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0.8em 1.85em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.btn-alt-arrow:before, .btn-arrow:before, .btn-alt-download:before, .btn-download:before, .button:before,
.wp-element-button:before,
button:before,
input[type=submit]:before, .btn-color-alt:before, .btn-color:before, .btn-alt:before, .btn-custom:before, .product-grid-item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  z-index: -1;
  transition: 0.25s all linear;
  border-radius: 2px;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after, .button:after,
.wp-element-button:after,
button:after,
input[type=submit]:after, .btn-color-alt:after, .btn-color:after, .btn-alt:after, .btn-custom:after, .product-grid-item-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  transition: 0.25s all linear;
  border-radius: 2px;
}
.btn-alt-arrow:hover, .btn-arrow:hover, .btn-alt-download:hover, .btn-download:hover, .button:hover,
.wp-element-button:hover,
button:hover,
input[type=submit]:hover, .btn-color-alt:hover, .btn-color:hover, .btn-alt:hover, .btn-custom:hover, .product-grid-item-link:hover {
  color: white;
}
.btn-alt-arrow:disabled, .btn-arrow:disabled, .btn-alt-download:disabled, .btn-download:disabled, .button:disabled,
.wp-element-button:disabled,
button:disabled,
input[type=submit]:disabled, .btn-color-alt:disabled, .btn-color:disabled, .btn-alt:disabled, .btn-custom:disabled, .product-grid-item-link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-custom, .product-grid-item-link {
  color: #012E44;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: 0px 3px 6px #00000029;
}
.btn-custom:after, .product-grid-item-link:after {
  background: transparent linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 48%, #E2E2E2 100%) 0% 0% no-repeat padding-box;
}
.btn-custom:focus, .product-grid-item-link:focus, .btn-custom:hover, .product-grid-item-link:hover {
  background: transparent;
  color: #012E44;
  border-color: #012E44;
}
.btn-custom:focus:before, .product-grid-item-link:focus:before, .btn-custom:hover:before, .product-grid-item-link:hover:before {
  border: 2px solid #012E44;
}
.btn-custom:focus:after, .product-grid-item-link:focus:after, .btn-custom:hover:after, .product-grid-item-link:hover:after {
  width: 0;
  height: 0;
}

.btn-alt, .btn-alt-arrow, .btn-alt-download {
  overflow: hidden;
  color: #012E44;
  border: 0;
  background: transparent;
}
.btn-alt:before, .btn-alt-arrow:before, .btn-alt-download:before {
  border: 2px solid #012E44;
}
.btn-alt:after, .btn-alt-arrow:after, .btn-alt-download:after {
  width: 0;
  height: 0;
  background: transparent linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 48%, #E2E2E2 100%) 0% 0% no-repeat padding-box;
}
.btn-alt:focus, .btn-alt-arrow:focus, .btn-alt-download:focus, .btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover {
  background: transparent;
  color: #012E44;
  border-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
.btn-alt:focus:before, .btn-alt-arrow:focus:before, .btn-alt-download:focus:before, .btn-alt:hover:before, .btn-alt-arrow:hover:before, .btn-alt-download:hover:before {
  border: 2px solid transparent;
}
.btn-alt:focus:after, .btn-alt-arrow:focus:after, .btn-alt-download:focus:after, .btn-alt:hover:after, .btn-alt-arrow:hover:after, .btn-alt-download:hover:after {
  width: 100%;
  height: 100%;
}

.btn-color {
  color: #012E44;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: 0px 3px 6px #00000029;
}
.btn-color:after {
  background: transparent linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 48%, #E2E2E2 100%) 0% 0% no-repeat padding-box;
}
.btn-color:focus, .btn-color:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-color:focus:before, .btn-color:hover:before {
  border: 2px solid #ffffff;
}
.btn-color:focus:after, .btn-color:hover:after {
  width: 0;
  height: 0;
}

.btn-color-alt {
  overflow: hidden;
  color: #ffffff;
  border: 0;
  background: transparent;
}
.btn-color-alt:before {
  border: 2px solid #ffffff;
}
.btn-color-alt:after {
  width: 0;
  height: 0;
  background: transparent linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 48%, #E2E2E2 100%) 0% 0% no-repeat padding-box;
}
.btn-color-alt:focus, .btn-color-alt:hover {
  background: transparent;
  color: #012E44;
  border-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
.btn-color-alt:focus:before, .btn-color-alt:hover:before {
  border: 2px solid transparent;
}
.btn-color-alt:focus:after, .btn-color-alt:hover:after {
  width: 100%;
  height: 100%;
}

.button,
.wp-element-button,
button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button:focus:not(:hover):not(:active),
.wp-element-button:focus:not(:hover):not(:active),
button:focus:not(:hover):not(:active),
input[type=submit]:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: -1px;
}

p .button,
p button,
p input[type=submit],
p .btn-custom,
p .product-grid-item-link,
p .btn-alt,
p .btn-alt-arrow,
p .btn-alt-download {
  font-size: 1em;
}

.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download {
  padding-right: 4em;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  position: absolute;
  background-position: center center;
  background-size: 1.5em;
  background-repeat: no-repeat;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover:after, .btn-arrow:hover:after, .btn-alt-download:hover:after, .btn-download:hover:after {
  background-size: 2em;
}

.btn-download:after {
  background-image: url(ico-download.svg);
}

.btn-alt-download:after {
  background-image: url(ico-download.svg);
}

.btn-arrow:after {
  background-image: url(ico-white-arrow-right.svg);
}

.btn-alt-arrow:after {
  background-image: url(ico-white-arrow-right.svg);
}

/*========= Additional Button Style ========*/
.btn-wrap > div {
  display: block;
  margin-bottom: 1.5em;
}
.btn-wrap > div:last-child {
  margin: 0;
}
@media (min-width: 40em) {
  .btn-wrap > div {
    margin-right: 1.5em;
    display: inline-block;
  }
}
@media (min-width: 80em) {
  .btn-wrap > div {
    margin-bottom: 0;
  }
}
@media (min-width: 40em) {
  .btn-wrap {
    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-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.btn-wrap-bg {
  max-width: 100%;
  background: #333;
  min-width: 21.875em;
  padding: 0.875em 1em;
  text-align: center;
}
.btn-wrap-bg > a {
  min-width: 13.3333333333em;
  max-width: 100%;
}
.btn-wrap-bg > a:not(:last-child) {
  margin-bottom: 1.1111111111em;
}

.btn-color-wrap {
  background-color: #000000;
  max-width: 18.75em;
  width: 100%;
  text-align: center;
  padding: 1.1875em 0.625em;
  margin: 0.625em 0;
  display: block;
}
.btn-color-wrap .btn-alt-color {
  display: table;
  margin: 0 auto;
  margin-bottom: 1.1111111111em;
}
@media (min-width: 60em) {
  .btn-color-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0.625em 1.125em 0.625em;
  }
  .btn-color-wrap .btn-alt-color {
    display: table;
  }
}
@media (min-width: 80em) {
  .btn-color-wrap {
    margin: 0;
  }
}

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff;
}
.site-nav span,
#hs_menu_wrapper_primary_nav span {
  white-space: nowrap;
}
@media (min-width: 60em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
  }
}

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 60em) {
  .sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
    height: 3.5em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 0;
  background-color: transparent;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 1.125em;
  font-family: "Barlow Condensed", sans-serif;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  line-height: normal;
  color: #000000;
  text-decoration: none;
  padding: 0.875em 1.1875em;
  font-weight: 600;
  /*&:visited {
    color: $nav-text-color;
  }*/
}
.sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
  color: #1C5F80;
}
.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(ico-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75em;
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
  transform: rotate(180deg);
}
.sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
.hs-menu-depth-1.has-subnav > a span,
.hs-menu-depth-1.menu-item-has-children > a span,
.hs-menu-depth-1.hs-item-has-children > a span {
  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: transparent;
}
.sn-li-l1:hover > a,
.hs-menu-depth-1:hover > a {
  color: #1C5F80;
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    height: 3.5em;
    float: left;
    border-bottom: 0;
    border-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-right: 0.75em;
  }
  .sn-li-l1:last-child,
.hs-menu-depth-1:last-child {
    margin-right: 0;
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1.125em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.125em;
    color: #ffffff;
    height: 3.5em;
    line-height: 3.5em;
  }
  .sn-li-l1 > a:hover, .sn-li-l1 > a:focus,
.hs-menu-depth-1 > a:hover,
.hs-menu-depth-1 > a:focus {
    color: #ffffff;
    opacity: 0.8;
  }
  .sn-li-l1.current-page-parent, .sn-li-l1.current-menu-item, .sn-li-l1:hover,
.hs-menu-depth-1.current-page-parent,
.hs-menu-depth-1.current-menu-item,
.hs-menu-depth-1:hover {
    background-color: transparent;
  }
  .sn-li-l1:hover > a,
.hs-menu-depth-1:hover > a {
    color: #ffffff;
    opacity: 0.8;
  }
  .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 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 {
    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(ico-arrow-down.svg);
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: transparent;
  }
}
@media (min-width: 80em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    margin-right: 2.25em;
  }
}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  box-shadow: 0px -5px 6px #0000002B;
}
.sn-level-2.active,
.hs-menu-children-wrapper.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 100%;
    min-width: 14.375em;
    box-shadow: 0px 0px 6px #0000002B;
  }
  .sn-level-2:after,
.hs-menu-children-wrapper:after {
    bottom: 100%;
    left: 0.6875em;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 0 16px 11px 16px;
  }
  .sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: none;
  }
}
/*@media (min-width: 80em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    min-width: 23.4375em;
  }
}*/

.sn-li-l2, .sn-li-l3, .sn-li-l4,
.hs-menu-depth-2 {
  background-color: #ffffff;
  position: relative;
}
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
.hs-menu-depth-2 > a {
  padding: 0.875em 2em;
  color: #000000;
  border-top: 0;
  display: block;
  text-decoration: none;
  line-height: normal;
}
.sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
.hs-menu-depth-2 > a span {
  font-size: 1.125em;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.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: #ffffff;
}
.sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2:hover > a {
  color: #1C5F80;
}
@media (min-width: 60em) {
  .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 {
    padding: 1.03125em 2.4375em;
    border-top: 0;
    border-right: 0;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
.hs-menu-depth-2 > a span {
    font-size: 1.125em;
  }
  .sn-li-l2 > a:focus, .sn-li-l3 > a:focus, .sn-li-l4 > a:focus,
.hs-menu-depth-2 > a:focus {
    color: #1C5F80;
  }
  .sn-li-l2.current-page-parent, .current-page-parent.sn-li-l3, .current-page-parent.sn-li-l4, .sn-li-l2.current-menu-item, .current-menu-item.sn-li-l3, .current-menu-item.sn-li-l4, .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2.current-page-parent,
.hs-menu-depth-2.current-menu-item,
.hs-menu-depth-2:hover {
    background-color: #ffffff;
  }
  .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2:hover {
    background-color: #ffffff;
  }
  .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: 60em) {
  .sn-level-4,
.sn-level-5,
.sn-level-3 {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0px 0px 6px #0000002B;
    z-index: 1;
  }
  .sn-level-4.active,
.sn-level-5.active,
.sn-level-3.active {
    display: none;
  }
}

.sn-li-l3 > a, .sn-li-l4 > a {
  padding: 0.875em 4em;
}
@media (min-width: 60em) {
  .sn-li-l3 > a, .sn-li-l4 > a {
    padding: 0.625em 2.4375em;
  }
  .sn-li-l3:hover .sn-level-4, .sn-li-l4:hover .sn-level-4 {
    display: block !important;
    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: transparent;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.site-nav-container.active {
  right: 0;
}
@media (min-width: 60em) {
  .site-nav-container {
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
  }
}

.site-nav-container-screen {
  position: fixed;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.site-nav-container-screen.active {
  display: block;
}
@media (min-width: 60em) {
  .site-nav-container-screen {
    display: none !important;
  }
}

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  padding: 0;
  width: 0.875em;
  height: 0.875em;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.close-menu:visited {
  color: #ffffff;
}
.close-menu:hover {
  color: #ffffff;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  background-color: #012E44;
  text-align: right;
  padding: 0.8125em 0.9375em;
}
@media (min-width: 60em) {
  .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-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
  max-width: 74.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
}
.inner-wrap::after, .inner-wrap-fullwidth::after, .inner-wrap-wide::after, .inner-wrap-narrow::after {
  clear: both;
  content: "";
  display: table;
}
.inner-wrap > *:first-child, .inner-wrap-fullwidth > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-narrow > *:first-child {
  margin-top: 0;
}
.inner-wrap > *:last-child, .inner-wrap-fullwidth > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-narrow > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }
}

.inner-wrap-narrow {
  max-width: 64.5em;
}

.inner-wrap-wide {
  max-width: 87.5em;
}

.inner-wrap-fullwidth {
  max-width: 100%;
}

@-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: #E2E2E2;
  text-align: center;
}


/*======= 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%;
}

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/
}
.social-wrap a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.social-wrap a path {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-wrap a:hover {
  opacity: 0.75;
}
.social-wrap a:hover path {
  fill: #1C5F80;
}
.social-wrap img {
  display: inline-block;
  margin: 0 auto;
  width: 1.1em;
  height: auto;
  vertical-align: middle;
}
.social-wrap svg {
  display: inline-block;
  vertical-align: middle;
}



/*=============== Slide 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: #333;
}
@media (min-width: 40em) {
  #slidebox {
    width: auto;
  }
}

a.close {
  background-color: white;
  color: #1C5F80;
  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);
}

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both;
}

figure {
  margin: 0;
  padding: 0;
}

.wp-pagenavi > * {
  margin-right: 0.75em;
}

/*=============== Layouts  ===============*/
.page-intro {
  min-height: 4.5625em;
  text-align: center;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-top: 4.8125em;
  padding-bottom: 4.875em;
}
.page-intro h1 {
  margin: 0;
}
.page-intro p {
  margin: 0.5em 0 0 0;
}

/*========= Color Pallete ========*/
.cp-wrap {
  margin-top: 1.75em;
  margin-bottom: 5.125em;
}
@media (min-width: 40em) {
  .cp-wrap {
    width: 100%;
    display: table;
  }
}

.cp-item {
  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;
  margin-bottom: 1em;
}
@media (min-width: 40em) {
  .cp-item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 80em) {
  .cp-item {
    width: 25%;
  }
}

.cp-color {
  width: 5.625em;
  height: 5.625em;
}

.cp-content {
  padding-left: 1.8125em;
}
.cp-content span {
  display: block;
  font-size: 1.125em;
  line-height: 1.7777777778em;
}
.cp-content span.cp-title {
  font-weight: 700;
  color: #333;
  text-transform: inherit;
}

/*====== Typography =======*/
.typo-wrap {
  margin-top: 2.5em;
}
@media (min-width: 60em) {
  .typo-wrap {
    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;
  }
  .typo-wrap > div {
    width: 33.33%;
  }
}

.tw-title {
  font-size: 1.125em;
  margin-top: 0;
}
.tw-title span {
  color: #42464A;
  font-weight: 700;
  text-transform: inherit;
}

/*====== Headign with BG =======*/
.heading-wrap {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
}
.heading-wrap .inner-wrap, .heading-wrap .inner-wrap-narrow, .heading-wrap .inner-wrap-wide, .heading-wrap .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
.heading-wrap > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 40em) {
  .heading-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #333;
  }
}

.on-light-bg,
.on-color-bg {
  padding: 1.5em;
  margin-bottom: 0;
}
.on-light-bg p:last-of-type,
.on-color-bg p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .on-light-bg,
.on-color-bg {
    padding: 2.1875em 0;
  }
}

.on-color-bg {
  background-color: #333;
  position: relative;
  margin-bottom: 0;
}
.on-color-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: -100%;
}
.on-color-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  right: -100%;
}
.on-color-bg * {
  color: #ffffff;
}
@media (min-width: 40em) {
  .on-color-bg {
    padding-left: 1.5em;
    margin-bottom: 0;
  }
  .on-color-bg:before {
    display: none;
  }
  .on-color-bg:after {
    display: none;
  }
}

@media (min-width: 60em) {
  .hw-txt {
    max-width: 28.5em;
    width: 100%;
  }
}

/*====== Icon Navigation =======*/
.icn-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -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: 60em) {
  .icn-nav {
    -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;
  }
}

.in-item {
  text-align: center;
  min-width: 6.25em;
  margin-bottom: 1em;
}
@media (min-width: 60em) {
  .in-item {
    min-width: inherit;
  }
}

.in-img {
  display: block;
  width: 4.25em;
  margin: auto;
  margin-bottom: 0.9375em;
  height: 4.25em;
  border: 1px solid #333;
  text-align: center;
  position: relative;
}
.in-img figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.in-img img {
  width: auto;
  margin: auto;
  max-height: 1.125em;
  vertical-align: middle;
}

.internal-page-cta-module {
  text-align: center;
}
.internal-page-cta-module .inner-wrap, .internal-page-cta-module .inner-wrap-narrow, .internal-page-cta-module .inner-wrap-wide, .internal-page-cta-module .inner-wrap-fullwidth {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 4.125em;
  border-top: 2px solid #012E44;
}
@media (min-width: 80em) {
  .internal-page-cta-module .inner-wrap:after, .internal-page-cta-module .inner-wrap-narrow:after, .internal-page-cta-module .inner-wrap-wide:after, .internal-page-cta-module .inner-wrap-fullwidth:after {
    display: none;
  }
  .internal-page-cta-module .hfwc-heading {
    margin-bottom: 0;
  }
}

.hfwc-cta .btn-custom, .hfwc-cta .product-grid-item-link {
  padding: 0.8em 0.5em;
}


.post-navigation .nav-links {
  padding: 2.5em 0;
  /*text-align: center;*/
}
.post-navigation .nav-links div a > span:first-child {
  display: table;
}
@media (min-width: 40em) {
  .post-navigation .nav-links {
    display: flex;
  }
  .post-navigation .nav-links > div {
    width: 50%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .post-navigation .nav-links > div.nav-next {
    text-align: right;
  }
  .post-navigation .nav-links > div.nav-next a > span:first-child {
    margin-left: auto;
  }
  .post-navigation .nav-links > div.nav-previous {
    text-align: left;
  }
}

.tablepress {
  white-space: nowrap;
}

@media (min-width: 40em) {
  .dbpm-buckets-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.9375em;
  }
}

.dbpm-buckets {
  max-width: 21.875em;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.875em;
}
@media (min-width: 40em) {
  .dbpm-buckets {
    max-width: inherit;
    width: 50%;
    padding: 0 0.9375em;
    text-align: left;
  }
}
@media (min-width: 60em) {
  .dbpm-buckets {
    width: 33.33%;
  }
}

.dbpm-image {
  margin-bottom: 0.625em;
}
.dbpm-image img {
  display: block;
}


/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
}

/*=============== 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;
  }
}

/*=============== Site Header ===============*/
.site-header-wrap {
  background: linear-gradient(to bottom, #1c5f80 0%, #012e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url(bg-site-intro.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-header-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1c5f80 0%, #012e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: multiply;
}
.site-header-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1c5f80 0%, #012e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: hard-light;
}
.site-header-wrap > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .site-header-wrap {
    padding-top: 0;
  }
}

.site-header {
  position: relative;
  z-index: 3;
}

@media (min-width: 60em) {
  .sh-top-nav .inner-wrap, .sh-top-nav .inner-wrap-narrow, .sh-top-nav .inner-wrap-wide, .sh-top-nav .inner-wrap-fullwidth {
    display: flex;
    justify-content: space-between;
  }
  .sh-top-nav .inner-wrap:after, .sh-top-nav .inner-wrap-narrow:after, .sh-top-nav .inner-wrap-wide:after, .sh-top-nav .inner-wrap-fullwidth:after {
    display: none;
  }
}

.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 0;
  transition: 0.25s all linear;
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    /*height: $nav-height;*/
    transition: 0.25s all linear;
  }
  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #012E44;
  }
  .sh-sticky-wrap.stuck .inner-wrap, .sh-sticky-wrap.stuck .inner-wrap-narrow, .sh-sticky-wrap.stuck .inner-wrap-wide, .sh-sticky-wrap.stuck .inner-wrap-fullwidth {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }
  .sh-sticky-wrap .inner-wrap:after, .sh-sticky-wrap .inner-wrap-narrow:after, .sh-sticky-wrap .inner-wrap-wide:after, .sh-sticky-wrap .inner-wrap-fullwidth:after {
    display: none;
  }
}

@media (min-width: 60em) {
  .sh-right {
    display: flex;
    align-items: center;
  }
}

.sh-utility-nav {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sh-utility-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: transparent;
}
.sh-utility-nav:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: transparent;
}
@media (min-width: 60em) {
  .sh-utility-nav {
    background-color: transparent;
  }
  .sh-utility-nav:before {
    content: none;
  }
  .sh-utility-nav:after {
    content: none;
  }
}

.site-logo {
  display: table;
  margin: 0 auto;
  margin-bottom: 0.75em;
  max-width: 14.4375em;
  cursor: pointer;
}
@media (min-width: 60em) {
  .site-logo {
    display: inline-block;
    margin: 0;
    max-width: 16.5625em;
  }
}

.sh-icons {
  float: right;
}
.sh-ico-menu, .sh-ico-search, .sh-ph, .sh-email {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em auto;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
}
.sh-ico-menu span, .sh-ico-search span, .sh-ph span, .sh-email span {
  display: none;
}
@media (min-width: 60em) {
  .sh-ico-menu, .sh-ico-search, .sh-ph, .sh-email {
    background-position: center left;
     margin-left: 1em;
    margin-right: 1em;
    width: 1.5em;
    height: 1.5em;
  }
  .sh-ico-menu:hover, .sh-ico-search:hover, .sh-ph:hover, .sh-email:hover, .sh-ico-menu:focus, .sh-ico-search:focus, .sh-ph:focus, .sh-email:focus {
    opacity: 0.8;
  }
}
@media (min-width: 80em) {
  .sh-ico-menu, .sh-ico-search, .sh-ph, .sh-email {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.sh-email {
  background-image: url(noun-mail.svg);
}

.sh-ph {
  background-image: url(noun-phone.svg);
}
 
.sh-ico-search {
  background-image: url(noun-search.svg);
}
@media (min-width: 80em) {
  .sh-ico-search {
    margin-left: 1.5625em;
  }
}

.sh-ico-menu {
  background-image: url(hamburger.svg);
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

.btn-sh-rfq {
  font-size: 0.875em;
  line-height: 1em;
  padding: 1em 1.1428571429em;
}
@media (min-width: 60em) {
  .btn-sh-rfq {
    font-size: 1.25em;
    padding: 0.8em 1.85em;
  }
} 
/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
  padding-top: 1.6875em;
  padding-bottom: 3.625em;
}
@media (min-width: 60em) {
  .site-intro {
    text-align: left;
  }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 5.625em;
    padding-bottom: 7.75em;
  }
}

.si-static-cont-pos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.si-slider {
  line-height: 0;
}
.si-slider.slick-slider {
  margin-bottom: 0 !important;
}
.si-slider .slick-prev, .si-slider .slick-next {
  display: none !important;
}
.si-slider .slick-slide {
  overflow: hidden;
}
.si-slider .slick-current .si-bg-img {
  transform: scale(1);
}
.si-slider .slick-dots {
  bottom: 1.5625em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.si-slider .slick-dots li {
  margin: 0;
  margin-right: 0.875em;
  width: 12px;
  height: 12px;
  display: inline-block;
  outline: none;
}
.si-slider .slick-dots li:focus {
  outline: none;
}
.si-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #1C5F80;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  outline: none;
}
.si-slider .slick-dots li button:before, .si-slider .slick-dots li button:after {
  display: none;
}
.si-slider .slick-dots li button:focus {
  outline: none;
}
.si-slider .slick-dots li button:focus:not(:hover):not(:active) {
  outline: 2px dashed #000000;
  outline-offset: 2px;
}
.si-slider .slick-dots li.slick-active button {
  background-color: #1C5F80;
  border: 1px solid #1C5F80;
}
.si-slider .slick-dots li.slick-active button:focus {
  outline: none;
}
.si-slider .slick-dots li.slick-active button:focus:not(:hover):not(:active) {
  outline: 2px dashed #000000;
  outline-offset: 2px;
}

.si-item {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 30.0625em;
}

.si-content {
  position: relative;
}
@media (min-width: 60em) {
  .si-content {
    max-width: 35.125em;
    position: relative;
    left: -6px;
  }
}

.si-header {
  font-size: 1.875em;
  line-height: 1.1333333333em;
  margin-bottom: 0.2333333333em;
}
@media (min-width: 60em) {
  .si-header {
    font-size: 5em;
    line-height: 0.875em;
    margin-bottom: 0.2625em;
  }
}

.si-sub-text {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  line-height: normal;
}
@media (min-width: 60em) {
  .si-sub-text {
    font-size: 2.125em;
    line-height: 1.1176470588em;
    margin-bottom: 1em;
  }
}

.si-btn {
  font-size: 1em;
  margin: 0.5em;
}
@media (min-width: 60em) {
  .si-btn {
    font-size: 1.25em;
    margin: 0;
    margin-right: 0.8em;
    padding: 0.8em 2.025em;
  }
}

.si-btn-alt {
  font-size: 1em;
  margin: 0.5em;
}
@media (min-width: 60em) {
  .si-btn-alt {
    font-size: 1.25em;
    margin: 0;
    padding: 0.8em 2.575em;
  }
}

/*=============== 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;
}

/*=============== Site Footer ===============*/
.site-footer {
  text-align: center;
}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
  padding-top: 4.6875em;
  padding-bottom: 1.875em;
}

body:not(.home) .site-footer {
  border-top: 2px solid #012E44;
}

@media (min-width: 60em) {
  .sf-top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sf-logo {
  display: inline-block;
  max-width: 16.5625em img;
  max-width-display: block;
}
@media (min-width: 60em) {
  .sf-logo {
    order: 1;
    margin: 0 3em;
  }
}
@media (min-width: 80em) {
  .sf-logo {
    margin: 0 4.4375em;
  }
}

.sf-nav {
  margin-top: 1.5em;
}
@media (min-width: 60em) {
  .sf-nav {
    order: 0;
    margin-top: 0;
  }
}

@media (min-width: 60em) {
  .sf-nav-right {
    order: 2;
  }
}

.sf-links li a {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  color: #1c1c1c;
  text-decoration: none;
  padding: 0.2352941176em;
}
.sf-links li a:hover, .sf-links li a:focus {
  color: #1C5F80;
}
@media (min-width: 60em) {
  .sf-links li {
    display: inline-block;
    margin: 0 1.0625em;
  }
  .sf-links li:first-child {
    margin-left: 0;
  }
  .sf-links li:last-child {
    margin-right: 0;
  }
}

.sf-middle {
  margin-top: 1.5em;
}
.sf-middle strong {
  font-weight: 600;
}
.sf-middle span {
  display: block;
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  color: #1c1c1c;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 0.3529411765em;
}
.sf-middle a {
  color: #1c1c1c;
  text-decoration: none;
}
.sf-middle a:hover, .sf-middle a:focus {
  color: #1C5F80;
}
@media (min-width: 60em) {
  .sf-middle {
    margin-top: 5.4375em;
  }
  .sf-middle span {
    display: inline-block;
    margin: 0 0.5882352941em;
    margin-bottom: 0;
  }
}

.sf-company {
  margin-bottom: 0 !important;
}

.sf-address {
  margin: 0 0 1.5em;
}
.sf-address span {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .sf-address {
    display: inline;
    margin: 0;
  }
}
.sf-bottom {
  text-align: center;
  margin-top: 1.5em;
}
.sf-bottom a {
  display: inline-block;
  width: 6.25em;
  height: 6.25em;
}
.sf-bottom a img {
  width: 6.25em;
  height: 6.25em;
  display: inline-block;
}
@media (min-width: 60em) {
  .sf-bottom {
    margin-top: 1.8125em;
  }
}

.sf-small {
  text-align: center;
  margin-top: 1.5em;
}
.sf-small p {
  color: #1c1c1c;
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
}
.sf-small p a {
  color: #1c1c1c;
}
.sf-small p a:hover, .sf-small p a:focus {
  color: #1C5F80;
}
@media (min-width: 60em) {
  .sf-small {
    margin-top: 7.25em;
    margin-top: 1.8125em;
  }
}
/*.sf-small {
  text-align: center;
  margin-top: 1.5em;
}
.sf-small p {
  color: #1c1c1c;
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
}
.sf-small p a {
  color: #1c1c1c;
}
.sf-small p a:hover, .sf-small p a:focus {
  color: #1C5F80;
}
@media (min-width: 60em) {
  .sf-small {
    margin-top: 7.25em;
  }
}*/

img[name=pphLoggerImage] {
  display: none;
}

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0;
}

.search-row {
  display: table-row;
  width: 100%;
}

.search-cell1 {
  display: table-cell;
  vertical-align: middle;
}

.search-cell2 {
  display: table-cell;
  width: 60px;
  border: 0;
  vertical-align: middle;
  text-align: center;
}

.search-cell3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25px;
}

.search-text {
  font-size: 0.8em;
  width: 100%;
  height: 40px;
  border: 1px solid red;
  float: left;
  padding-left: 0.5em;
  margin-bottom: 0 !important;
}
.search-text:hover {
  height: 40px;
}
.search-text:focus {
  border: 0;
  box-shadow: none !important;
}

.search-submit {
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0 !important;
  background: url(ico-search.svg) no-repeat center center !important;
  background-size: 25px !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0;
}
.search-submit:hover {
  opacity: 0.8;
}
.search-submit:focus {
  outline: none;
  opacity: 0.8;
}
.search-submit:focus:not(:hover):not(:active) {
  border-radius: 0;
}

.search-module {
  background-color: #1C5F80;
  /*height: em(70);*/
  margin-top: -4.375em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-module.active {
  margin-top: 0;
  visibility: visible;
  top: 0;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
  padding: 0.75em 1.5em;
  position: relative;
    padding-top: 31px;
}
@media (min-width: 60em) {
.search-module .inner-wrap .rows-of-2{
  position: relative;
        width: calc(100% - 25px);
}
}
.search-exit {
  width: 25px;
  height: 21px;
  background-image: url(ico-exit.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
  display: block;
  float: right; 
    margin-left: 10px;
    margin-bottom: 5px;
    position:absolute;
    top: 10px;
    right: 9px;
}
.search-exit img {
  display: none;
}
.search-exit:hover {
  opacity: 0.8;
}
.search-exit:focus {
  outline: none;
  opacity: 0.8;
}
@media (min-width: 40em) {
  .search-exit {
    top: 39px;
        right: 10px;
  }
}
@media (min-width: 60em) {
  .search-exit {
    top: 10px;
    right: -27px;
    margin-bottom: 0px;
  }
}

/*=============== 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: #1C5F80;
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .link {
    display: none;
  }
}

#back-to-top {
  font-size: 1.25em;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 9;
  width: 2em;
  height: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1C5F80;
  border: solid 1px #ffffff;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-weight: bold;
  visibility: hidden;
  
}
#back-to-top i{
    padding: 0;
  }
#back-to-top:hover, #back-to-top:focus {
  background-color: #012E44;
  color: #ffffff;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F;
}

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/
a[href="/plp/htm/ibot.htm"] {
    display: none;
}

.inner-wrap.desktop, .desktop.inner-wrap-fullwidth, .desktop.inner-wrap-wide, .desktop.inner-wrap-narrow,
.sh-utility-nav.desktop {
  display: none;
}
@media (min-width: 60em) {
  .inner-wrap.desktop, .desktop.inner-wrap-fullwidth, .desktop.inner-wrap-wide, .desktop.inner-wrap-narrow,
.sh-utility-nav.desktop {
    padding-bottom: 0;
    display: flex;
    justify-content: end;
  }
}

.sh-utility-nav.mobile {
  display: flex;
}
@media (min-width: 60em) {
  .sh-utility-nav.mobile {
    display: none;
  }
}