@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}


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.
 */

/**
 * 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;
}

/* 1024 resolution */
/* 1280 resolution */
/* 1400 resolution */
/*
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: #231F20;
  font-family: "Montserrat", 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: 2.375em;
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 2.8125em;
  }
}
@media (max-width: 370px) {
  .display-font-size {
    font-size: 2em;
  }
}

.xlarge-font-size {
  font-size: 1.640625em;
}
@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 1.96875em;
  }
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 2.1875em;
  }
}

.large-font-size {
  font-size: 1.125em;
}
@media (min-width: 40em) {
  .large-font-size {
    font-size: 1.35em;
  }
}
@media (min-width: 60em) {
  .large-font-size {
    font-size: 1.875em;
  }
}

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}
@media (min-width: 40em) {
  .medium-font-size {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .medium-font-size {
    font-size: 1.5em;
  }
}

.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.25;
  margin: 0;
  color: #231F20;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 2.375em;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 900;
}
@media (min-width: 60em) {
  h1,
.h1 {
    font-size: 2.8125em;
  }
}
@media (max-width: 370px) {
  h1,
.h1 {
    font-size: 2em;
  }
}

h2,
.h2 {
  font-size: 2.1875em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 1.875em;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: initial;
}

h4,
.h4 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 900;
  text-transform: initial;
}

h5,
.h5 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: initial;
}

h6,
.h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 900;
  text-transform: initial;
}

p {
  font-size: 18px;
  margin: 16px 0;
  line-height: 1.7777777778em;
  font-weight: 500;
}

.emph, .section-header-wrap p {
  font-size: 1.25em;
  line-height: 1.7em;
  color: #3C8DDD;
  font-weight: 500;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #3C8DDD;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #700053;
}
a:visited, a:active, a:focus {
  /*color: $hover-link-color;*/
  outline: none;
}
a:focus:not(:hover):not(:active) {
  outline: 2px solid red;
  outline-offset: -1px;
}

hr {
  border-bottom: 1px solid #EFEFEF;
  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: #675b5e;
  font-style: italic;
}
cite:before {
  content: "â€”Â ";
}

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #EFEFEF;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/*input,
label{
  display: block;
  font-family: "Montserrat", 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] {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #EFEFEF;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Montserrat", 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 {
  border-color: #d6d6d6;
}
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 {
  border-color: #3C8DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(38, 128, 217, 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 */
header ul,
header ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer ul,
footer 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;
}

.blog-sidebar {
  clear: left;
  list-style-type: none;
  margin-bottom: 1em;
  padding-left: 0;
}
.blog-sidebar li {
  position: relative;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 2.2222222222em;
  color: #231F20;
  font-weight: 500;
  padding-left: 0.8333333333em;
}
.blog-sidebar li a {
  font-weight: normal;
}
.blog-sidebar li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  background-color: #3C8DDD;
}
.blog-sidebar li ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 1.6666666667em;
}
.blog-sidebar li ul li {
  font-size: 1em;
  line-height: 2.2222222222em;
}
@media (min-width: 60em) {
  .blog-sidebar li ul {
    padding-left: 3.3333333333em;
  }
}

/*ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 1.75em;
}
ol li {
  position: relative;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 2.2222222222em;
  color: #231F20;
  font-weight: 700;
}
ol li a {
  font-weight: normal;
}
ol li ol {
  list-style-type: lower-alpha;
  padding-left: 1.6666666667em;
  margin-top: 0;
  margin-bottom: 0;
}
ol li ol li {
  font-size: 1em;
  line-height: 2.2222222222em;
}
@media (min-width: 60em) {
  ol li ol {
    padding-left: 3.3333333333em;
  }
}*/

/* Tables */
/*table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
*/
/*th {
  border-bottom: 1px solid #c9c9c9;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}*/

/*td {
  border-bottom: 1px solid #EFEFEF;
  padding: 0.75em 0;
}
*/
/*tr,
td,
th {
  vertical-align: middle;
}*/

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white;
}

.spec-thead {
  display: block;
}

.spec-table-row {
  display: block;
  width: 100%;
}

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: 0.5em 0.8em;
  vertical-align: top;
}
.spec-cell p {
  margin: 0.5em 0;
}
.spec-cell > ul {
  margin: 0.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-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, .btn-sec {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  padding: 0.8333333333em 0.9444444444em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  text-align: center;
  border-radius: 14px;
  letter-spacing: 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:hover, .product-grid-item-link:hover, .btn-sec: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:disabled, .product-grid-item-link:disabled, .btn-sec:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.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:after, .product-grid-item-link:after, .btn-sec:after {
  content: "";
}

.btn-custom, .product-grid-item-link, .btn-sec {
  background-color: #3C8DDD;
  color: #ffffff;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.btn-custom span, .product-grid-item-link span, .btn-sec span {
  position: relative;
  z-index: 1;
}
.btn-custom:before, .product-grid-item-link:before, .btn-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(cta-logo-part.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-custom:after, .product-grid-item-link:after, .btn-sec:after {
  content: "";
  width: 100%;
  height: 54%;
  opacity: 0.25;
  background: transparent linear-gradient(180deg, #3C8DDD 0%, #000000 100%) 0% 0% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-custom:focus, .product-grid-item-link:focus, .btn-sec:focus, .btn-custom:hover, .product-grid-item-link:hover, .btn-sec:hover {
  background-color: #700053;
  color: #ffffff;
}
.btn-custom:focus:after, .product-grid-item-link:focus:after, .btn-sec:focus:after, .btn-custom:hover:after, .product-grid-item-link:hover:after, .btn-sec:hover:after {
  background: transparent linear-gradient(180deg, #700053 0%, #000000 100%) 0% 0% no-repeat;
}

.btn-sec {
  background-color: #700053;
}
.btn-sec:after {
  background: transparent linear-gradient(180deg, #700053 0%, #000000 100%) 0% 0% no-repeat;
}
.btn-sec:focus, .btn-sec:hover {
  background-color: #3C8DDD;
}
.btn-sec:focus:after, .btn-sec:hover:after {
  background: transparent linear-gradient(180deg, #3C8DDD 0%, #000000 100%) 0% 0% no-repeat;
}

.btn-alt, .btn-alt-arrow, .btn-alt-download {
  position: relative;
  background-color: transparent;
  border: solid 2px #3C8DDD;
  color: #3C8DDD;
  overflow: hidden;
  vertical-align: middle;
}
.btn-alt span, .btn-alt-arrow span, .btn-alt-download span {
  position: relative;
  z-index: 1;
}
.btn-alt:before, .btn-alt-arrow:before, .btn-alt-download:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(cta-logo-part-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-alt:focus, .btn-alt-arrow:focus, .btn-alt-download:focus, .btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover {
  background-color: transparent;
  border: solid 2px #700053;
  color: #700053;
}
.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 {
  background-image: url(cta-logo-part-red.png);
}

.btn-color {
  background-color: #3C8DDD;
  border: solid 2px transparent;
  color: #ffffff;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.btn-color span {
  position: relative;
  z-index: 1;
}
.btn-color:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(cta-logo-part.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-color:after {
  content: "";
  width: 100%;
  height: 54%;
  opacity: 0.25;
  background: transparent linear-gradient(180deg, #3C8DDD 0%, #000000 100%) 0% 0% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-color:focus, .btn-color:hover {
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
}
.btn-color:focus:after, .btn-color:hover:after {
  display: none;
}

.btn-color-alt {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-color-alt span {
  position: relative;
  z-index: 1;
}
.btn-color-alt:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(cta-logo-part.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-color-alt:after {
  content: "";
  width: 100%;
  height: 54%;
  opacity: 0;
  background: transparent linear-gradient(180deg, #3C8DDD 0%, #000000 100%) 0% 0% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-color-alt:focus, .btn-color-alt:hover {
  background-color: #3C8DDD;
  border-color: transparent;
  color: #ffffff;
}
.btn-color-alt:focus:after, .btn-color-alt:hover:after {
  opacity: 0.25;
}

.btn-lg {
  padding-left: 66px;
  padding-right: 66px;
}

.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 solid red;
  outline-offset: -1px;
}

p .button,
p button,
p input[type=submit],
p .btn,
p .product-grid-item-link,
p .btn-sec,
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 ========*/
@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-wo-bg {
  display: block;
  margin-bottom: 1.5em;
}
.btn-wrap-wo-bg:last-child {
  margin: 0;
}
.btn-wrap-wo-bg > a {
  display: table;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em;
}
@media (min-width: 40em) {
  .btn-wrap-wo-bg {
    display: inline-block;
  }
  .btn-wrap-wo-bg > a {
    display: inline-block;
  }
  .btn-wrap-wo-bg > a:not(:first-child) {
    margin-left: 0.9375em;
    margin-right: 0.9375em;
  }
}

.btn-wrap-bg {
  max-width: 100%;
  background: #4A556B;
  min-width: 18.75em;
  padding: 0.875em 1em;
  text-align: center;
}
.btn-wrap-bg > a {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.btn-wrap-bg .btn-color {
  padding-left: 35px;
  padding-right: 35px;
}
.btn-wrap-bg > a:not(:last-child) {
  margin-bottom: 0.9375em;
}
@media (min-width: 40em) {
  .btn-wrap-bg {
    min-width: 28.125em;
  }
}

.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.25em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #EFEFEF;
  background-color: transparent;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 1em;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  height: 3.25em;
  line-height: 3.25em;
  color: #231F20;
  text-decoration: none;
  padding: 0 1em;
  font-weight: 500;
}
.sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
  color: #231F20;
}
.sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
  color: #3C8DDD;
}
.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(nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75em;
  display: block;
  width: 40px;
  height: 52px;
  position: absolute;
  background-color: #f7f7f7;
  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.active > a,
.hs-menu-depth-1.active > a {
  color: #3C8DDD;
}
.sn-li-l1:hover,
.hs-menu-depth-1:hover {
  background-color: transparent;
}
.sn-li-l1:hover > a,
.hs-menu-depth-1:hover > a {
  color: #3C8DDD;
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    height: 3.25em;
    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;
    position: relative;
    margin: 0 0;
  }
  .sn-li-l1:after,
.hs-menu-depth-1:after {
    content: "";
    width: 0.125em;
    height: 1.125em;
    background-color: #3C8DDD;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.0625em;
  }
  .sn-li-l1:last-child:after,
.hs-menu-depth-1:last-child:after {
    display: none;
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.625em;
    color: #231F20;
  }
  .sn-li-l1 > a:hover, .sn-li-l1 > a:focus,
.hs-menu-depth-1 > a:hover,
.hs-menu-depth-1 > a:focus {
    color: #3C8DDD;
  }
  .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.current-page-parent > a, .sn-li-l1.current-menu-item > a, .sn-li-l1:hover > a,
.hs-menu-depth-1.current-page-parent > a,
.hs-menu-depth-1.current-menu-item > a,
.hs-menu-depth-1:hover > a {
    color: #3C8DDD;
  }
  .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;
  }
}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
}
.sn-level-2.active,
.hs-menu-children-wrapper.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    min-width: 10.5625em;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
  }
  .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: rgba(255, 255, 255, 0.99);
  position: relative;
}
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
.hs-menu-depth-2 > a {
  padding: 0 1.875em;
  color: #231F20;
  border-top: 1px solid #EFEFEF;
  display: block;
  text-decoration: none;
  line-height: 3.25em;
  font-weight: 500;
}
.sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
.hs-menu-depth-2 > a span {
  font-size: 1em;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
}
.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.active > a, .active.sn-li-l3 > a, .active.sn-li-l4 > a,
.hs-menu-depth-2.active > a {
  color: #3C8DDD;
}
.sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2:hover {
  background-color: rgba(255, 255, 255, 0.99);
}
.sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2:hover > a {
  color: #3C8DDD;
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3, .sn-li-l4,
.hs-menu-depth-2 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.99);
  }
  .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
.hs-menu-depth-2 > a {
    padding: 0 0.5em;
    line-height: 3.25em;
    border-bottom: 1px solid #EFEFEF;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
.hs-menu-depth-2 > a span {
    font-size: 1em;
  }
  .sn-li-l2 > a:hover, .sn-li-l3 > a:hover, .sn-li-l4 > a:hover, .sn-li-l2 > a:focus, .sn-li-l3 > a:focus, .sn-li-l4 > a:focus,
.hs-menu-depth-2 > a:hover,
.hs-menu-depth-2 > a:focus {
    color: #3C8DDD;
  }
  .sn-li-l2.current-page-parent > a, .current-page-parent.sn-li-l3 > a, .current-page-parent.sn-li-l4 > a, .sn-li-l2.current-menu-item > a, .current-menu-item.sn-li-l3 > a, .current-menu-item.sn-li-l4 > a, .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2.current-page-parent > a,
.hs-menu-depth-2.current-menu-item > a,
.hs-menu-depth-2:hover > a {
    color: #3C8DDD;
  }
  .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2:hover {
    background-color: rgba(255, 255, 255, 0.99);
  }
  .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2:hover > a {
    color: #3C8DDD;
  }
  .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%;
    min-width: 10.5625em;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 2;
  }
  .sn-level-4.active,
.sn-level-5.active,
.sn-level-3.active {
    display: none;
  }
}

.sn-li-l3 > a, .sn-li-l4 > a {
  padding: 0 3.125em;
}
@media (min-width: 60em) {
  .sn-li-l3 > a, .sn-li-l4 > a {
    padding: 0 0.5em;
  }
  .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;
    display: inline-block;
  }
}

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-nav-container-screen.active {
  display: block;
}
@media (min-width: 60em) {
  .site-nav-container-screen {
    display: none !important;
  }
}

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #231F20 !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 0.875em;
  font-weight: 500;
  text-decoration: none;
}
.close-menu .fa {
  margin-left: 0.3571428571em;
}
.close-menu:visited {
  color: #ffffff;
}
.close-menu:hover {
  color: #ffffff;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  background-color: #ffffff;
  text-align: center;
  padding: 1em;
  border-bottom: 1px solid #EFEFEF;
}
@media (min-width: 60em) {
  .snc-header {
    padding: 0;
    display: none;
  }
}

.nolink-nav > a {
  pointer-events: 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: 85em;
  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: 73.5em;
}

.inner-wrap-wide {
  max-width: 87.5em;
}

.inner-wrap-fullwidth {
  max-width: 100%;
}

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #EFEFEF;
}
.section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.section-header-wrap h1 {
  margin: 0;
}
.section-header-wrap p {
  margin: 0.5em 0 0 0;
}

.section-cta {
  text-align: center;
}

.blockquote-text {
  color: #3C8DDD;
  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: #3C8DDD;
}
@media (min-width: 40em) {
  .blockquote-text {
    max-width: 45.7142857143em;
    width: 100%;
    margin: auto;
    font-size: 1.5em;
    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: 28.6875em;
  margin: 0;
}
.innerpage-carousel .slider-for {
  margin-bottom: 0.5em;
}
.innerpage-carousel .slider-for a {
  overflow: hidden;
  display: block;
}
.innerpage-carousel .slider-for a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}
.innerpage-carousel .slick-track {
  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;
}
.innerpage-carousel .slider-nav .slick-list {
  margin-right: 4.5em;
}
.innerpage-carousel .slider-nav .slick-list .slick-slide {
  margin-right: 0.5em;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.innerpage-carousel .slider-nav .slick-list .slick-slide img {
  width: 100%;
}
.innerpage-carousel .slider-nav .slick-arrow {
  font-size: 1.25em;
  height: 1.25em;
  width: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  min-width: inherit;
  background-color: #ffffff;
  padding: 0;
  opacity: 1;
}
.innerpage-carousel .slider-nav .slick-arrow.slick-prev {
  display: none !important;
}
.innerpage-carousel .slider-nav .slick-arrow.slick-next {
  right: 1.2em;
  display: inline-block !important;
}
.innerpage-carousel .slider-nav .slick-arrow.slick-next:before {
  content: "";
  font-size: 1em;
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 1.25em;
  background-image: url(slider-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 0.6em;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
}
.innerpage-carousel .slider-nav .slick-arrow.slick-next:hover {
  border: 0;
}
.innerpage-carousel .slider-nav .slick-arrow.slick-next:hover:before {
  width: 100%;
  height: 1.25em;
  background-image: url(slider-arrow.png);
  background-size: 0.6em;
}
@media (min-width: 40em) {
  .innerpage-carousel {
    padding-right: 0.5em;
  }
}

.slider-nav-item {
  display: inline-block;
}
.slider-nav-item:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}

/*=============== Innerpage Carousel Widthout Thumb ===================*/
.innerpage-carousel-widthout-thumb {
  max-width: 28.6875em;
  margin-top: 2em;
}
.innerpage-carousel-widthout-thumb .item a {
  display: block;
}
.innerpage-carousel-widthout-thumb .item a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}
.innerpage-carousel-widthout-thumb .slick-track {
  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;
}
.innerpage-carousel-widthout-thumb .slick-dots li {
  width: 9px;
  height: 9px;
  vertical-align: middle;
}
.innerpage-carousel-widthout-thumb .slick-dots li button {
  font-size: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #3C8DDD;
  padding: 0;
}
.innerpage-carousel-widthout-thumb .slick-dots li button:before {
  display: none;
}
.innerpage-carousel-widthout-thumb .slick-dots li.slick-active button {
  background-color: #3C8DDD;
  border: 0;
}
@media (min-width: 40em) {
  .innerpage-carousel-widthout-thumb {
    padding-left: 0.5em;
    margin-top: 0;
  }
}

/*=============== 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: 40em) {
  .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:after {
  display: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
  .accordion-tabs .tab-header-and-content:nth-of-type(2) .tab-link {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }
}
.accordion-tabs .tab-link {
  background-color: #3C8DDD;
  color: #ffffff;
  display: block;
  font-size: 1.125em;
  line-height: 1.7777777778em;
  padding: 0.3888888889em 1.3888888889em;
  text-decoration: none;
  border-bottom: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  vertical-align: bottom;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link {
    display: inline-block;
    border: 0;
    width: 33.33%;
    text-align: center;
  }
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link:focus, .accordion-tabs .tab-link:hover, .accordion-tabs .tab-link.is-active {
  background-color: #700053;
}
.accordion-tabs .tab-content {
  background: #EFEFEF;
  display: none;
  padding: 1.5em 1.25em 1.875em 1.875em;
  width: 100%;
  border-top: solid 1px #231F20;
}
.accordion-tabs .tab-content > *:first-child {
  margin-top: 0;
}
.accordion-tabs .tab-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-content {
    border-top-right-radius: 0;
    float: left;
  }
}
@media (min-width: 40em) {
  .accordion-tabs .tab-content {
    margin-top: 0;
  }
}

/*=============== Click to Expand ===============*/
.click-expand-module .inner-wrap, .click-expand-module .inner-wrap-narrow, .click-expand-module .inner-wrap-wide, .click-expand-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 1.875em;
}

.click-expand {
  clear: both;
  border: 0;
  /*overflow: hidden;*/
  margin-bottom: 1.5em;
  background-color: #EFEFEF;
  -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: #700053;
}
.click-expand.active .ce-header:after {
  background-image: url(ico-minus.svg);
}
.click-expand.active .ce-body {
  display: block;
  opacity: 1;
  -webkit-animation: click-expand 0.5s 1;
  -moz-animation: click-expand 0.5s 1;
  animation: click-expand 0.5s 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
  padding: 0 12px 1.5em 12px;
  display: block;
  padding: 1.5em 1.25em 1.875em 1.875em;
}
.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: #EFEFEF;
}
.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 1.125em;
  padding: 0.8888888889em 2.7777777778em 0.8888888889em 1.6111111111em;
  background-color: #3C8DDD;
  color: #ffffff;
  font-weight: 500;
  text-transform: none;
}
.ce-header:after {
  content: "";
  background-image: url(ico-plus.svg);
  position: absolute;
  right: 0.8888888889em;
  width: 1.3888888889em;
  height: 1.3888888889em;
  background-size: 0.7222222222em auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.ce-header:hover, .ce-header:focus {
  background-color: #700053;
}
.ce-header:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: 2px;
}

.ce-body {
  display: none;
  opacity: 0;
  background-color: #EFEFEF;
}

@-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: #ffffff;
  text-align: center;
  position: relative;
}
.fwc-module:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #3D8DDD 0%, #20242B8A 100%) 0% 0% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.fwc-module .inner-wrap, .fwc-module .inner-wrap-narrow, .fwc-module .inner-wrap-wide, .fwc-module .inner-wrap-fullwidth {
  position: relative;
  padding-top: 3.375em;
  padding-bottom: 3.375em;
}

.cta-banner-body {
  font-weight: 900;
  color: #ffffff;
  text-transform: inherit;
}

/*=============== Product Grid ===============*/
.product-grid {
  clear: both;
}

.product-grid-item {
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  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 #333;
  border-right: 1px solid #333;
}
.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: 0.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: #231F20;
  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: 0.75em;
}
@media (min-width: 40em) {
  .product-grid-item-link {
    width: auto;
    float: none;
    text-align: center;
  }
}

/*============Side Navigation Test==============*/
.side-nav {
  max-width: 15em;
  overflow: hidden;
}
.side-nav h3 {
  margin-top: 0;
}

.sn-nav li {
  background-color: #700053;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.sn-nav li a {
  color: #ffffff;
  display: block;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-decoration: none;
  padding: 0.6111111111em 2.2222222222em 0.6111111111em 0.8888888889em;
}
.sn-nav li a:focus:not(:hover):not(:active) {
  outline: 2px solid red;
  outline-offset: -2px;
}
.sn-nav li a:hover, .sn-nav li a:focus {
  background-color: #3C8DDD;
  color: #ffffff;
}
.sn-nav li.active {
  border-bottom: 0;
  background-color: #3C8DDD;
}
.sn-nav li.active > a {
  color: #ffffff;
}
.sn-nav li.active .m-subnav-arrows {
  transform: rotate(180deg);
}
.sn-nav li:hover.menu-item-has-children .m-subnav-arrow {
  background-image: url(site-nav-arrow.svg);
}
.sn-nav .menu-item-has-children .m-subnav-arrow {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(site-nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5555555556em auto;
  display: block;
  width: 2.2222222222em;
  height: 2.5555555556em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 2px;
  bottom: 0;
}
.sn-nav .menu-item-has-children .m-subnav-arrow.active {
  transform: rotate(180deg);
  background-image: url(site-nav-arrow.svg);
}
.sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0;
  display: none;
  border-bottom: 1px solid #3C8DDD;
  border-top: 1px solid #3C8DDD;
}
.sn-nav .menu-item-has-children ul li {
  margin-bottom: 0;
  background-color: #EFEFEF;
  border-bottom: 0;
}
.sn-nav .menu-item-has-children ul li a {
  color: #231F20;
  font-size: 1.125em;
  padding: 0.2777777778em 2.2222222222em 0.2777777778em 0.8888888889em;
  line-height: 1.4444444444em;
  text-transform: initial;
  position: relative;
}
.sn-nav .menu-item-has-children ul li a:hover {
  background-color: #3C8DDD;
  color: #ffffff;
}
.sn-nav .menu-item-has-children ul li a:focus:not(:hover):not(:active) {
  background-color: #3C8DDD;
  outline-color: red;
  color: #ffffff;
}
.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:not([class]) {
  margin-bottom: 0;
}
.sn-nav .menu-item-has-children ul.active {
  display: block;
}

/*=============== Product Carousel ===============*/
.product-item-wap .product-items a {
  text-decoration: none;
}
.product-item-wap .product-items > div {
  margin-bottom: 1.25em;
  text-align: center;
}
@media (min-width: 40em) {
  .product-item-wap .product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-item-wap .product-items > div {
    width: 48%;
  }
}
@media (min-width: 60em) {
  .product-item-wap .product-items > div {
    width: 23%;
  }
}

.product-item {
  max-width: 25em;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.product-item:hover .product-title, .product-item:focus .product-title {
  color: #700053;
}
@media (min-width: 40em) {
  .product-item {
    max-width: inherit;
    width: auto;
    display: inline-block;
  }
}

.product-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 0.625em;
  color: #231F20;
}

/*=============== 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: 0.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%;
}

/*=============== 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: #3C8DDD;
}
.social-wrap img {
  display: inline-block;
  margin: 0 auto;
  width: 1.1em;
  height: auto;
  vertical-align: middle;
}
.social-wrap svg {
  display: inline-block;
  vertical-align: middle;
}

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #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: 0.2em 1em;
}
.slide-panel p {
  background: #333;
  padding: 0.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: #231F20;
}
@media (min-width: 40em) {
  #slidebox {
    width: auto;
  }
}

a.close {
  background-color: white;
  color: #3C8DDD;
  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 #EFEFEF;
}
.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #3C8DDD;
}

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both;
}

figure {
  margin: 0;
  padding: 0;
}

.wp-pagenavi > * {
  margin-right: 0.75em;
}

/*=============== Lightbox / Magnific Popup  ===============*/


/*=============== Layouts  ===============*/
.page-intro {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}
.page-intro h1 {
  margin: 0;
}
.page-intro h1 br {
  display: none;
}
@media (min-width: 80em) {
  .page-intro .pi-heading {
    max-width: 700px;
  }
}
.page-intro .pi-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.25em 0.9375em;
}
.page-intro .pi-wrap.pi-wrap-bg {
  padding: 1.25em 0.9375em;
  background-color: rgba(255, 255, 255, 0.6);
}
.page-intro .pi-wrap.pi-wrap-bg .pi-heading {
  max-width: inherit;
}
@media (min-width: 43.75em) {
  .page-intro .pi-wrap.pi-wrap-bg {
    max-width: 43.75em;
    width: 100%;
    padding: 1.25em 1.875em;
  }
}
.page-intro p {
  font-size: 1.875em;
  line-height: normal;
  font-weight: 600;
  margin: 0.8333333333em 0 0 0;
}
@media (min-width: 60em) {
  .page-intro:before {
    content: "";
    max-width: 36.375em;
    width: 100%;
    height: 31.1875em;
    background-image: url(si-logo-part.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 80em) {
  .page-intro .pi-wrap {
    background-color: transparent;
    padding: 0;
  }
  .page-intro h1 br {
    display: block;
  }
  .page-intro p {
    font-size: 2.125em;
  }
}

.page-template-product-page .homepage-links-buckets-module .inner-wrap, .page-template-product-page .homepage-links-buckets-module .inner-wrap-narrow, .page-template-product-page .homepage-links-buckets-module .inner-wrap-wide, .page-template-product-page .homepage-links-buckets-module .inner-wrap-fullwidth {
  padding-top: 2.5em;
}

.breadcrumb-wrap .inner-wrap, .breadcrumb-wrap .inner-wrap-narrow, .breadcrumb-wrap .inner-wrap-wide, .breadcrumb-wrap .inner-wrap-fullwidth {
  padding-top: 2.6875em;
  padding-bottom: 0;
}

.breadcrumb-menu {
  font-size: 1em;
  color: #231F20;
  font-weight: 500;
}
.breadcrumb-menu a {
  font-size: 1em;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  font-weight: 500;
  color: #231F20;
  text-decoration: underline;
}
.breadcrumb-menu a:hover {
  color: #700053;
}
.breadcrumb-menu a:focus:not(:hover):not(:active) {
  color: #700053;
}
.breadcrumb-menu .breadcrumb_last {
  margin-left: 0.3125em;
  font-weight: 400;
  color: #231F20;
}
@media (min-width: 60em) {
  .breadcrumb-menu {
    margin-left: -0.1875em;
  }
}
@media (max-width: 40em) {
  .breadcrumb-menu span span:first-child a {
    margin-left: 0;
  }
}

.breadcrumb-menu a[href="https://garywear.wpengine.com/care-and-community/"] {
  pointer-events: none;
  cursor: unset;
  text-decoration: none !important;
}

.breadcrumb-menu a[href="https://garywear.wpengine.com/where-to-buy/"] {
  pointer-events: none;
  cursor: unset;
  text-decoration: none !important;
}

.breadcrumb-menu a[href="https://garywear.wpengine.com/distributor/"] {
  pointer-events: none;
  cursor: unset;
  text-decoration: none !important;
}

.search-results .breadcrumb-menu .container > span span:nth-of-type(2) a {
  pointer-events: none;
  cursor: unset;
  text-decoration: none;
}
.search-results .cbf-btn {
  display: none;
}

.page-id-9 .breadcrumb-wrap {
  display: none;
}

@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;
  }
}

/*=============== 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: #EFEFEF;
  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: 0.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: #231F20;
  position: relative;
  z-index: 10;
}
.rm-item-title span {
  line-height: 1.25em;
  display: inline-block;
  color: #231F20;
}

/*Image Gallery Module*/
.image-gallery-module {
  text-align: center;
}
.image-gallery-module .popup-gallery,
.image-gallery-module .lightbox {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 0;
  display: block;
}
.image-gallery-module .popup-gallery img,
.image-gallery-module .lightbox img {
  width: 100%;
}

/*========= 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 #4A556B;
  border-bottom: 1px solid #4A556B;
  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: #4A556B;
  }
}

.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: #4A556B;
  position: relative;
  margin-bottom: 0;
}
.on-color-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4A556B;
  position: absolute;
  top: 0;
  left: -100%;
}
.on-color-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4A556B;
  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 #ccc;
  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: 4.4375em;
  padding-bottom: 4.125em;
}
.internal-page-cta-module .hfwc-heading {
  text-transform: initial;
  font-weight: 900;
}
@media (min-width: 80em) {
  .internal-page-cta-module {
    text-align: left;
  }
  .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 {
    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: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .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;
    margin-right: 30px;
  }
}

.patterns-and-modules-test .internal-page-cta-module .inner-wrap, .patterns-and-modules-test .internal-page-cta-module .inner-wrap-narrow, .patterns-and-modules-test .internal-page-cta-module .inner-wrap-wide, .patterns-and-modules-test .internal-page-cta-module .inner-wrap-fullwidth {
  padding-top: 1.25em;
}

.blog-listing-row {
  margin-bottom: 1.875em;
  padding-bottom: 1.875em;
  border-bottom: solid 1px #EFEFEF;
}
@media (min-width: 60em) {
  .blog-listing-row:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.blog-page-list-img {
  max-width: 18.75em;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.25em;
}
.blog-page-list-img > a {
  display: inline-block;
}
.blog-page-list-img > a img {
  display: block;
}
@media (min-width: 40em) {
  .blog-page-list-img {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}

.blog-btn-wrap {
  text-align: center;
}
@media (min-width: 60em) {
  .blog-btn-wrap {
    text-align: left;
  }
}

.prev-next-post .inner-wrap, .prev-next-post .inner-wrap-narrow, .prev-next-post .inner-wrap-wide, .prev-next-post .inner-wrap-fullwidth {
  padding-top: 0;
  text-align: center;
}
.prev-next-post .inner-wrap > span, .prev-next-post .inner-wrap-narrow > span, .prev-next-post .inner-wrap-wide > span, .prev-next-post .inner-wrap-fullwidth > span {
  width: 100%;
  display: block;
}
.prev-next-post .inner-wrap > span > a > span, .prev-next-post .inner-wrap-narrow > span > a > span, .prev-next-post .inner-wrap-wide > span > a > span, .prev-next-post .inner-wrap-fullwidth > span > a > span {
  display: block;
}
@media (min-width: 40em) {
  .prev-next-post .inner-wrap, .prev-next-post .inner-wrap-narrow, .prev-next-post .inner-wrap-wide, .prev-next-post .inner-wrap-fullwidth {
    display: flex;
  }
  .prev-next-post .inner-wrap:after, .prev-next-post .inner-wrap-narrow:after, .prev-next-post .inner-wrap-wide:after, .prev-next-post .inner-wrap-fullwidth:after {
    display: none;
  }
  .prev-next-post .inner-wrap > span, .prev-next-post .inner-wrap-narrow > span, .prev-next-post .inner-wrap-wide > span, .prev-next-post .inner-wrap-fullwidth > span {
    width: 50%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .prev-next-post .inner-wrap > span.prev-post, .prev-next-post .inner-wrap-narrow > span.prev-post, .prev-next-post .inner-wrap-wide > span.prev-post, .prev-next-post .inner-wrap-fullwidth > span.prev-post {
    text-align: left;
  }
  .prev-next-post .inner-wrap > span.next-post, .prev-next-post .inner-wrap-narrow > span.next-post, .prev-next-post .inner-wrap-wide > span.next-post, .prev-next-post .inner-wrap-fullwidth > span.next-post {
    text-align: right;
  }
}

.post-navigation .nav-links {
  padding: 2.5em 0;
  text-align: left;
}
.post-navigation .nav-links div {
  margin-bottom: 0.9375em;
}
.post-navigation .nav-links div a {
  display: inline-block;
}
.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;
    margin-bottom: 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;
}
.tablepress th {
  color: #3C8DDD !important;
  font-weight: 500 !important;
}

.tablepress td {
  font-weight: 500 !important;
}

.section-sub-text, .section-sub-heading {
  text-align: center;
}

.gform_footer {
  justify-content: center;
}

@media (min-width: 60em) {
  .product-details-section .inner-wrap, .product-details-section .inner-wrap-narrow, .product-details-section .inner-wrap-wide, .product-details-section .inner-wrap-fullwidth {
    display: flex;
    justify-content: space-between;
  }
  .product-details-section .inner-wrap > div, .product-details-section .inner-wrap-narrow > div, .product-details-section .inner-wrap-wide > div, .product-details-section .inner-wrap-fullwidth > div {
    width: 48%;
  }
  .product-details-section .inner-wrap:after, .product-details-section .inner-wrap-narrow:after, .product-details-section .inner-wrap-wide:after, .product-details-section .inner-wrap-fullwidth:after {
    display: none;
  }
}

@media (min-width: 60em) {
  .pd-gal-section {
    margin-left: -0.625em;
  }
}

.pd-details-section {
  padding-top: 1.25em;
}
@media (min-width: 60em) {
  .pd-details-section {
    padding-top: 0;
  }
}

.product-color-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1.875em 0;
}
.product-color-options > div {
  text-align: center;
  margin-right: 0.9375em;
  max-width: 6.875em;
  width: 100%;
}
.product-color-options > div p {
  font-size: 0.9375em;
  margin-top: 0.3333333333em;
  font-weight: 400;
}

.pd-color {
  width: 4.375em;
  height: 4.375em;
  border: solid 1px #EFEFEF;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.pd-color > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.product-type-options {
  display: flex;
  align-items: baseline;
  text-align: center;
}
.product-type-options > div {
  margin-right: 1.875em;
}

.pd-type-img {
  max-width: 5.3125em;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pd-type-img img {
  display: block;
  width: 100%;
}

.pd-type-title {
  font-size: 0.9375em;
  margin-top: 0.3333333333em;
  font-weight: 400;
}

.pd-fabric-type {
  margin-top: 0;
  margin-bottom: 1.6666666667em;
}
.pd-fabric-type span {
  font-weight: 400;
  font-size: 0.8888888889em;
}

.pd-cta-wrap {
  margin-top: 3.75em;
  text-align: center;
}

.pd-gal-large > div {
  padding: 0 0.625em 1.25em 0.625em;
}
.pd-gal-large > div > a {
  display: block;
}
.pd-gal-large > div img {
  display: block;
  width: 100%;
  border: solid 1px #D2D1D4;
}

.pd-gal-small > div {
  max-width: 21.875em;
  width: 100%;
  padding: 0 0.625em 1.25em 0.625em;
  margin: 0 auto;
}
.pd-gal-small > div > a {
  display: block;
}
.pd-gal-small > div > a:focus {
  outline: none !important;
}
.pd-gal-small > div img {
  display: block;
  width: 100%;
  border: solid 1px #D2D1D4;
}
@media (min-width: 40em) {
  .pd-gal-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pd-gal-small > div {
    max-width: inherit;
    width: 50%;
    margin: 0;
  }
}

.center-img {
  max-width: 18.75em;
  width: 100%;
  margin: 0 auto;
}
.center-img > a {
  display: block;
}
.center-img img {
  display: block;
  width: 100%;
  border: solid 1px #D2D1D4;
}
.center-img span {
  display: block;
  font-size: 0.9375em;
  text-align: center;
  background: #ECECEC;
  padding: 0.6666666667em;
  margin-top: 0.1333333333em;
}

.pszm-wrapper {
  border: solid 1px #e8e8e8;
  padding: 4.375em 3.125em;
  background: #f7f7f7;
}
.pszm-wrapper > div {
  margin-bottom: 1.875em;
}
.pszm-wrapper > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .pszm-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .pszm-wrapper.pszm-wrapper-full {
    justify-content: center;
  }
  .pszm-wrapper > div {
    width: 48%;
    margin-bottom: 0;
  }
}

.table-div .dataTables_wrapper {
  margin-bottom: 0;
}
.table-div.last-highlight table th:last-child {
  background: #3C8DDD;
  color: #ffffff !important;
}
.table-div.last-highlight table td:last-child {
  background: #3C8DDD;
  color: #ffffff !important;
}
.table-div.first-highlight table th:first-child {
  background: #3C8DDD;
  color: #ffffff !important;
}
.table-div.first-highlight table td:first-child {
  background: #3C8DDD;
  color: #ffffff !important;
}
@media (max-width: 31.25em) {
  .table-div {
    width: 100%;
    overflow-y: auto;
  }
  .table-div table {
    width: 31.25em;
  }
}

.pszm-table table {
  border: solid 1px #ddd;
  border-right: 0;
  margin-bottom: 0;
}
.pszm-table table td, .pszm-table table th {
  border-right: solid 1px #ddd;
  text-align: center;
}

@media (min-width: 60em) {
  .product-bucket-page-product-module .inner-wrap, .product-bucket-page-product-module .inner-wrap-narrow, .product-bucket-page-product-module .inner-wrap-wide, .product-bucket-page-product-module .inner-wrap-fullwidth {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .product-bucket-page-product-module .inner-wrap:after, .product-bucket-page-product-module .inner-wrap-narrow:after, .product-bucket-page-product-module .inner-wrap-wide:after, .product-bucket-page-product-module .inner-wrap-fullwidth:after {
    display: none;
  }
  .product-bucket-page-product-module .inner-wrap > div, .product-bucket-page-product-module .inner-wrap-narrow > div, .product-bucket-page-product-module .inner-wrap-wide > div, .product-bucket-page-product-module .inner-wrap-fullwidth > div {
    width: 48%;
    margin-bottom: 0;
  }
}

.pbppm-img {
  max-width: 31.25em;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.25em;
}
.pbppm-img > a {
  width: 100%;
}
.pbppm-img img {
  border: solid 1px #D2D1D4;
  width: 100%;
  display: block;
}
@media (min-width: 60em) {
  .pbppm-img {
    margin: 0;
    max-width: inherit;
    width: 100%;
  }
}

.location_search input[type=text], .location_search select {
  border: 1px solid #c1c7c8;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}
.location_search #location_search_2_tr > div {
  width: 100%;
  display: flex;
}
.location_search #location_search_2_tr > div:first-child {
  display: none;
}
.location_search #location_search_5_tr > div {
  text-align: center;
}
.location_search input[type=submit] {
  margin: 0;
  border: 0;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  padding: 0.8333333333em 3em;
  text-align: center;
  border-radius: 14px;
  letter-spacing: 2px;
  background-color: #3C8DDD;
  color: #ffffff;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  background-image: url(cta-logo-part.png);
  background-repeat: no-repeat;
  background-position: center;
}
.location_search input[type=submit]:hover, .location_search input[type=submit]:focus {
  background-color: #700053;
  color: #ffffff;
}

#simplemap {
  margin-top: 1.875em;
}

@media (min-width: 60em) {
  .blog-listing-row {
    display: flex;
  }
}

.blog-listing-img {
  max-width: 18.75em;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.25em;
}
.blog-listing-img > a {
  display: block;
}
.blog-listing-img > a img {
  display: block;
  width: 100%;
  border: solid 1px #D2D1D4;
}
.blog-listing-img .image-caption {
  display: block;
  font-size: 0.9375em;
  text-align: center;
  background: #ECECEC;
  padding: 0.6666666667em;
  margin-top: 0.1333333333em;
}
@media (min-width: 60em) {
  .blog-listing-img {
    margin: 0;
  }
}

@media (min-width: 60em) {
  .blog-listing-cont {
    width: calc(100% - 18.75em);
    padding-left: 1.5625em;
  }
  .blog-listing-cont.blog-listing-cont-full {
    width: 100%;
    padding-left: 0;
  }
}

.single-featred-img {
  max-width: 18.75em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.875em;
}
.single-featred-img > a {
  display: block;
}
.single-featred-img > a img {
  display: block;
  width: 100%;
  border: solid 1px #D2D1D4;
}
.single-featred-img .image-caption {
  display: block;
  font-size: 0.9375em;
  text-align: center;
  background: #ECECEC;
  padding: 0.6666666667em;
  margin-top: 0.1333333333em;
}
@media (min-width: 60em) {
  .single-featred-img {
    float: right;
    margin-left: 1.875em;
  }
}

.wp-pagenavi {
  margin-bottom: 1.875em;
}

.fax {
  pointer-events: none;
  text-decoration: none;
  color: #231F20;
}

.post-cat {
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
  margin-top: 1.875em;
}
.post-cat p {
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
  margin-top: 0;
}

.pd-catalog-cta-wrap {
  text-align: center;
  border-top: solid 1px #D2D1D4;
  margin-top: 1.875em;
  padding-top: 1.5625em;
}

.pd-catalog-cta {
  margin: 5px;
}

.other-prod-div {
  width: 100%;
  display: table;
  margin-bottom: 1.875em;
}
.other-prod-div:last-child {
  margin-bottom: 0;
}

/* ===== 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 #EFEFEF;
  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: 0.2em 2em 2em 2em;
}

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: 0.3em;
  color: #b9b9b9;
}

.hs-author-social-links a {
  text-decoration: none;
}
.hs-author-social-links img {
  opacity: 0.7;
  width: 1.875em;
  height: 1.875em;
}
.hs-author-social-links img:hover {
  opacity: 1;
}

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
}

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0;
}
#skipToContent:focus {
  opacity: 1;
  z-index: 99999;
}

.social-wrap a:focus:not(:hover):not(:active),
a[class*=sh-ico-]:focus:not(:hover):not(:active),
.sh-ph:focus:not(:hover):not(:active),
.sh-email:focus:not(:hover):not(:active),
.site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}
.social-wrap a.tse-remove-border:focus:not(:hover):not(:active),
a[class*=sh-ico-].tse-remove-border:focus:not(:hover):not(:active),
.sh-ph.tse-remove-border:focus:not(:hover):not(:active),
.sh-email.tse-remove-border:focus:not(:hover):not(:active),
.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;
}

#siteContentFocusable {
  outline: none !important;
}



.no-touch.mfg-popup-open {
  margin-right: 17px;
}
.no-touch.mfg-popup-open .sh-sticky-wrap.stuck {
  padding-right: 17px;
}
.no-touch.mfg-popup-open .anchor-links-nav.stuck {
  padding-right: 17px;
}
.no-touch.mfg-popup-open .search-module {
  z-index: 999;
  width: calc(100% - 17px);
}

.popup-youtube {
  position: relative;
  display: inline-block;
}
.popup-youtube img {
  display: block;
}
.popup-youtube:after {
  content: "";
  width: 3.125em;
  height: 3.125em;
  background-image: url(youtube-icon-red.svg);
  background-size: 3.125em auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.popup-youtube:hover:after, .popup-youtube:focus:after {
  background-image: url(youtube-icon-gray.svg);
}

.popup-mp4 {
  position: relative;
  display: inline-block;
}
.popup-mp4 img {
  display: block;
}
.popup-mp4:after {
  content: "";
  width: 3.125em;
  height: 3.125em;
  background-image: url(ico-play.svg);
  background-size: 3.125em auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.popup-mp4:hover:after, .popup-mp4:focus:after {
  opacity: 0.7;
}

/*=============== Site Header ===============*/
.site-header {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media (min-width: 64em) {
  .site-header {
    height: 10.75em;
  }
}

@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.25em;
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    background-color: #F1F0F5;
    box-shadow: 0px 3px 6px #00000066;
    position: relative;
    z-index: 1;
  }
  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
}
@media (min-width: 64em) {
  .sh-sticky-wrap {
    height: 10.75em;
  }
  .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: flex-end;
    position: relative;
    height: 10.75em;
    padding-top: 0;
    padding-bottom: 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;
  }
}

.sh-utility-nav {
  background-color: #F1F0F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0.625em 0;
}
.sh-utility-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #F1F0F5;
}
.sh-utility-nav:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #F1F0F5;
}
@media (min-width: 60em) {
  .sh-utility-nav {
    background-color: transparent;
    display: inline-block;
    padding: 0;
  }
  .sh-utility-nav:before {
    content: none;
  }
  .sh-utility-nav:after {
    content: none;
  }
}

@media (min-width: 60em) {
  .sh-right-nav {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .sh-right-nav {
    text-align: right;
  }
}

.site-logo {
  max-width: 10em;
  width: 100%;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.25em;
  cursor: pointer;
  /* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); */
}
.site-logo img {
  display: block;
}
@media (min-width: 60em) {
  .site-logo {
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .site-logo {
    display: inline-block;
  }
  .site-logo img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 80em) {
  .site-logo {
    max-width: 8.75em;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5em;
  }
}
@media (min-width: 87.5em) {
  .site-logo {
    max-width: 13.5em;
    top: 0;
    transform: none;
  }
}

.sh-btn {
  letter-spacing: 1px;
}

.sh-icons {
  float: right;
}
.sh-ph, .sh-email {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em auto;
  display: inline-block;
  padding-left: 1.2em;
  width: 2em;
  height: 2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.sh-ph span, .sh-email span {
  display: none;
}
@media (min-width: 60em) {
  .sh-ph, .sh-email {
    width: auto;
    height: auto;
    background-position: center left;
    margin-left: 1em;
  }
  .sh-ph span, .sh-email span {
    display: inline-block;
  }
}

.sh-email {
  background-image: url(ico-email.svg);
}

.sh-ph {
  background-image: url(ico-ph.svg);
}

.sh-ico-search {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  padding: 0.2em;
}
@media (min-width: 60em) {
  .sh-ico-search {
    margin-right: 0.625em;
    font-size: 1em;
  }
}

.sh-ico-menu {
  display: inline-block;
  font-size: 1.25em;
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
}
.site-intro .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .site-intro {
    text-align: left;
  }
}

.si-slider .slick-slide {
  line-height: 0;
  padding-bottom: 10px;
}
.si-slider .slick-dots {
  bottom: auto;
  top: 28.75em;
}
.si-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.si-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #3C8DDD;
  padding: 0;
  opacity: 0.6;
}
.si-slider .slick-dots li button:before, .si-slider .slick-dots li button:after {
  display: none;
}
.si-slider .slick-dots li.slick-active button {
  background-color: #3C8DDD;
  opacity: 1;
}

.si-item {
  height: 31.1875em;
  width: 100%;
  background-size: cover;
  background-position: 80% center;
  position: relative;
}
.si-item:before {
  content: "";
  max-width: 36.375em;
  width: 100%;
  height: 31.1875em;
  background-image: url(si-logo-part.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 60em) {
  .si-item {
    background-position: center;
  }
}

.si-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}

.si-content-wrap {
  position: relative;
  background-color: rgba(74, 85, 107, 0.6);
  padding: 1.25em;
}
@media (min-width: 60em) {
  .si-content-wrap {
    background-color: transparent;
    max-width: 41.5625em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.625em;
    padding-right: 9.5em;
  }
}
@media (min-width: 80em) {
  .si-content-wrap {
    padding-right: 5.75em;
  }
}

.si-header {
  font-size: 2.375em;
  line-height: 1.1842105263em;
  margin-bottom: 0.6578947368em;
  color: #ffffff;
}
@media (min-width: 60em) {
  .si-header {
    font-size: 2.8125em;
    line-height: 1.2222222222em;
    margin-bottom: 0.5555555556em;
    color: #231F20;
  }
}

.si-sub-text {
  font-size: 1.875em;
  line-height: 1.4333333333em;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 60em) {
  .si-sub-text {
    color: #231F20;
  }
}
@media (min-width: 80em) {
  .si-sub-text {
    font-size: 2.1875em;
    line-height: 1.2857142857em;
  }
}

@media (min-width: 60em) {
  .si-content-wrap-bg {
    background-color: rgba(74, 85, 107, 0.6);
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
    padding-right: 1.5625em;
  }
  .si-content-wrap-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(74, 85, 107, 0.6);
    position: absolute;
    top: 0;
    left: -100%;
  }
  .si-content-wrap-bg .si-header, .si-content-wrap-bg .si-sub-text {
    color: #ffffff;
  }
}

.si-bottom-content-wrap {
  background-color: #4A556B;
  box-shadow: 0px 3px 6px #00000066;
}
.si-bottom-content-wrap .inner-wrap, .si-bottom-content-wrap .inner-wrap-narrow, .si-bottom-content-wrap .inner-wrap-wide, .si-bottom-content-wrap .inner-wrap-fullwidth {
  padding-top: 2.75em;
  padding-bottom: 3.25em;
}

.si-bottom-content {
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 1.875em;
  line-height: 1.3333333333em;
  font-weight: 600;
}
@media (min-width: 40em) {
  .si-bottom-content {
    font-size: 2.1875em;
    line-height: 1.2857142857em;
  }
}

/*=============== 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;
}

.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: #231F20;
  height: 4.375em;
  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;
}

.search-exit {
  width: 25px;
  height: 25px;
  background-image: url(ico-exit.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
  display: block;
}
.search-exit img {
  display: none;
}
.search-exit:hover {
  opacity: 0.8;
}
.search-exit:focus {
  outline: none;
  opacity: 0.8;
}
@media (min-width: 60em) {
  .search-exit {
    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: #3C8DDD;
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .link {
    display: none;
  }
}

#back-to-top {
  font-size: 1.25em;
  position: fixed;
  bottom: 4.25em;
  right: 0.75em;
  z-index: 9;
  width: 2em;
  height: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3C8DDD;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-weight: bold;
}
#back-to-top:hover, #back-to-top:focus {
  background-color: #700053;
  color: #ffffff;
}
#back-to-top.show {
  opacity: 1;
}
@media (min-width: 40em) {
  #back-to-top {
    bottom: 2.5em;
    right: 2.5em;
  }
}

.internal-links-nav {
  background-color: #3C8DDD;
}
.internal-links-nav .inner-wrap, .internal-links-nav .inner-wrap-narrow, .internal-links-nav .inner-wrap-wide, .internal-links-nav .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .internal-links-nav.stuck {
    position: fixed;
    z-index: 8;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}

.internal-links-wrap li {
  padding: 0.625em;
}
.internal-links-wrap li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  text-decoration: none;
  color: #ffffff;
}
.internal-links-wrap li > a:hover, .internal-links-wrap li > a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.internal-links-wrap li.pillar-active > a {
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 40em) {
  .internal-links-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.homepage-products-item-module .inner-wrap-narrow {
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .homepage-products-item-module {
    margin-top: -2.1875em;
    position: relative;
  }
  .homepage-products-item-module .inner-wrap-narrow {
    padding-top: 0;
    padding-bottom: 4.5em;
  }
}

@media (min-width: 40em) {
  .hpim-buckets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 80em) {
  .hpim-buckets {
    justify-content: space-between;
  }
}

.hpim-item {
  text-align: center;
  margin-bottom: 1.875em;
}
.hpim-item > a {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 40em) {
  .hpim-item {
    width: auto;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media (min-width: 80em) {
  .hpim-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.hpim-img {
  max-width: 20em;
  width: 100%;
  height: 20em;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 3px #700053;
  overflow: hidden;
}
.hpim-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 40em) {
  .hpim-img {
    max-width: 22.5em;
    height: 22.5em;
  }
}
@media (max-width: 370px) {
  .hpim-img {
    max-width: 17.625em;
    height: 17.625em;
  }
}

.hpim-title {
  font-size: 1.25em;
  line-height: 1.6em;
  padding: 0.7em 0;
  max-width: 17.7em;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: -0.7em;
}
.hpim-title:before {
  background-image: url(cta-logo-part-lg.png);
}

.homepage-ad-banner-module {
  border-top: solid 8px rgba(74, 85, 107, 0.2);
  box-shadow: 0px 3px 6px #00000066;
  overflow: hidden;
  position: relative;
}
.homepage-ad-banner-module .inner-wrap, .homepage-ad-banner-module .inner-wrap-narrow, .homepage-ad-banner-module .inner-wrap-wide, .homepage-ad-banner-module .inner-wrap-fullwidth {
  padding-top: 4.875em;
  padding-bottom: 5.125em;
}
@media (min-width: 87.5em) {
  .homepage-ad-banner-module .inner-wrap, .homepage-ad-banner-module .inner-wrap-narrow, .homepage-ad-banner-module .inner-wrap-wide, .homepage-ad-banner-module .inner-wrap-fullwidth {
    padding-top: 6.125em;
    padding-bottom: 6.375em;
  }
}

.habm-left-img {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 60em) {
  .habm-left-img {
    display: block;
  }
}

.habm-right-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 60em) {
  .habm-right-img {
    height: auto;
    object-fit: contain;
  }
}

.habm-desc {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.25em;
  max-width: 34.4375em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.habm-desc p {
  font-size: 1.5625em;
  line-height: 1.4em;
  font-weight: 600;
}
.habm-desc p br {
  display: none;
}
.habm-desc strong {
  font-weight: 900;
}
@media (min-width: 87.5em) {
  .habm-desc {
    background-color: transparent;
    padding: 0;
  }
  .habm-desc p br {
    display: block;
  }
}

.homepage-color-options-slider-module .inner-wrap, .homepage-color-options-slider-module .inner-wrap-narrow, .homepage-color-options-slider-module .inner-wrap-wide, .homepage-color-options-slider-module .inner-wrap-fullwidth {
  padding-top: 6.25em;
  padding-bottom: 5.25em;
}
@media (min-width: 60em) {
  .homepage-color-options-slider-module .inner-wrap, .homepage-color-options-slider-module .inner-wrap-narrow, .homepage-color-options-slider-module .inner-wrap-wide, .homepage-color-options-slider-module .inner-wrap-fullwidth {
    max-width: 87.5em;
    padding-left: 0;
    padding-right: 0;
  }
}

.hcosm-slider .slick-arrow {
  width: 65px;
  height: 98px;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
}
.hcosm-slider .slick-arrow:after {
  display: none;
}
.hcosm-slider .slick-arrow.slick-prev {
  background-image: url(hcom-left-arrow.png);
  left: 35px;
  transform: none;
  transform: translateY(-50%);
  top: 50%;
}
.hcosm-slider .slick-arrow.slick-prev:hover, .hcosm-slider .slick-arrow.slick-prev:focus {
  background-image: url(hcom-left-arrow-hover.png);
}
.hcosm-slider .slick-arrow.slick-next {
  background-image: url(hcom-right-arrow.png);
  right: 35px;
  transform: none;
  transform: translateY(-50%);
  top: 50%;
}
.hcosm-slider .slick-arrow.slick-next:hover, .hcosm-slider .slick-arrow.slick-next:focus {
  background-image: url(hcom-right-arrow-hover.png);
}
@media (min-width: 40em) {
  .hcosm-slider .slick-arrow.slick-prev {
    left: 71px;
  }
  .hcosm-slider .slick-arrow.slick-next {
    right: 71px;
  }
}
@media (min-width: 60em) {
  .hcosm-slider .slick-arrow.slick-prev {
    left: 60px;
  }
  .hcosm-slider .slick-arrow.slick-next {
    right: 60px;
  }
}
.hcosm-slider .slick-slide {
  line-height: 0;
}

.hcosm-item {
  display: block !important;
  max-width: 14.875em;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #D2D1D4;
}
.hcosm-item img {
  display: block;
}

.hcosm-title {
  text-align: center;
  font-size: 1.875em;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 1.6333333333em;
  margin-bottom: 1.7666666667em;
}

.hcosm-color-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hcosm-co-item {
  width: 4.125em;
  height: 4.125em;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0.625em 0.625em 0.625em;
}
.hcosm-co-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 60em) {
  .hcosm-co-item {
    width: 5.875em;
    height: 5.875em;
    margin: 0 1.25em 1.25em 1.25em;
  }
}

.homepage-text-with-bg-banner-border {
  border-top: solid 8px rgba(74, 85, 107, 0.2);
}

.homepage-text-with-bg-banner {
  background-size: cover;
  background-position: center;
}
.homepage-text-with-bg-banner .inner-wrap, .homepage-text-with-bg-banner .inner-wrap-narrow, .homepage-text-with-bg-banner .inner-wrap-wide, .homepage-text-with-bg-banner .inner-wrap-fullwidth {
  max-width: 80.375em;
  padding-top: 5.5em;
  padding-bottom: 5.4375em;
}

.htwbbb-desc-wrap {
  max-width: 37.125em;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.875em;
  position: relative;
  text-align: center;
  min-height: 16.9375em;
}
@media (min-width: 40em) {
  .htwbbb-desc-wrap {
    padding-top: 3.5em;
    padding-right: 6.0625em;
    padding-left: 5.75em;
    padding-bottom: 3.4375em;
    text-align: left;
  }
  .htwbbb-desc-wrap:before {
    content: "";
    width: 3px;
    height: 13.0625em;
    background-color: #000000;
    position: absolute;
    left: 3.25em;
    top: 50%;
    transform: translateY(-50%);
  }
  .htwbbb-desc-wrap:after {
    content: "";
    width: calc(100% + 3.25em);
    height: 3px;
    background: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100%;
  }
}

.htwbbb-desc {
  font-size: 1.875em;
  line-height: 1.3333333333em;
  font-weight: 600;
}

.homepage-links-buckets-module {
  position: relative;
}
.homepage-links-buckets-module .inner-wrap, .homepage-links-buckets-module .inner-wrap-narrow, .homepage-links-buckets-module .inner-wrap-wide, .homepage-links-buckets-module .inner-wrap-fullwidth {
  padding-top: 6.25em;
  padding-bottom: 4.6875em;
  position: relative;
  z-index: 1;
}

.hlbm-bg-wrap {
  width: 100%;
  height: 58.5%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hlbm-bg-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #3D8DDD 0%, #20242B8A 100%) 0% 0% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.page-id-1938 .hlbm-bg-wrap {
  height: 100%;
}

.hlbm-buckets-wrap {
  margin-bottom: 2.1875em;
}
@media (min-width: 40em) {
  .hlbm-buckets-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.hlbm-buckets {
  max-width: 15.625em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.5625em;
}
.hlbm-buckets > a {
  width: 100%;
  height: 15.625em;
  display: flex;
  border-radius: 50%;
  border: solid 10px #ffffff;
  overflow: hidden;
  background-size: cover;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.hlbm-buckets > a > span {
  display: block;
  font-size: 1.5em;
  line-height: 1.25em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.hlbm-buckets > a:hover > span, .hlbm-buckets > a:focus > span {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 40em) {
  .hlbm-buckets {
    max-width: 10.3125em;
    margin: 0 0.9375em 0.9375em;
  }
  .hlbm-buckets > a {
    height: 10.3125em;
  }
  .hlbm-buckets > a > span {
    font-size: 1.0625em;
    line-height: 1.4117647059em;
  }
}
@media (min-width: 80em) {
  .hlbm-buckets {
    max-width: 17.625em;
    margin: 0 1.5625em 1.5625em;
  }
  .hlbm-buckets > a {
    height: 17.625em;
  }
  .hlbm-buckets > a > span {
    font-size: 1.875em;
    line-height: 1.2em;
  }
}

.hlbm-slider {
  padding-top: 1.875em;
}

.hlbm-slider-item {
  font-size: 1.875em;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

.htm-slider-wrap {
  margin-top: -5.3125em;
}
.htm-slider-wrap .inner-wrap, .htm-slider-wrap .inner-wrap-narrow, .htm-slider-wrap .inner-wrap-wide, .htm-slider-wrap .inner-wrap-fullwidth {
  max-width: 87.5em;
  padding-bottom: 4.25em;
}

.hlbm-slider {
  max-width: 56.25em;
  width: 100%;
  margin: 0 auto;
  border-top: dashed 2px #ffffff;
}

.htm-quote {
  margin: 0 auto;
  margin-bottom: 1.875em;
}

.homepage-testimonial-module {
  border-top: solid 7px rgba(74, 85, 107, 0.2);
  background-color: rgba(112, 0, 83, 0.12);
}

.htm-heading-wrp {
  text-align: center;
  background-color: #700053;
}
.htm-heading-wrp .inner-wrap, .htm-heading-wrp .inner-wrap-narrow, .htm-heading-wrp .inner-wrap-wide, .htm-heading-wrp .inner-wrap-fullwidth {
  padding-top: 4.875em;
  padding-bottom: 5.75em;
}

.htm-heading {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.1875em;
  line-height: 1.2857142857em;
  text-transform: initial;
}

.htm-subheading {
  font-size: 1.875em;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 600;
}

.htm-item {
  height: 100%;
  position: relative;
}

.htm-item-wp {
  max-width: 25em;
  min-height: 29.625em;
  width: 100%;
  border: solid 2px #70005380;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 1.75em 3.875em 4.375em 3.875em;
  position: relative;
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 467px) {
  .htm-item-wp {
    min-height: 35.875em;
  }
}
@media (max-width: 370px) {
  .htm-item-wp {
    padding: 1.75em 3.125em 4.375em 3.125em;
    min-height: 40.5625em;
  }
}

.htm-content {
  text-align: center;
}
.htm-content p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3888888889em;
}

.htm-slider .slick-slide {
  /*padding-bottom: em(84);*/
}
.htm-slider .slick-arrow {
  width: 65px;
  height: 98px;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
}
.htm-slider .slick-arrow:after {
  display: none;
}
.htm-slider .slick-arrow.slick-prev {
  background-image: url(hcom-left-arrow.png);
  left: 8px;
  transform: none;
  top: 162px;
}
.htm-slider .slick-arrow.slick-prev:hover, .htm-slider .slick-arrow.slick-prev:focus {
  background-image: url(hcom-left-arrow-hover.png);
}
.htm-slider .slick-arrow.slick-next {
  background-image: url(hcom-right-arrow.png);
  right: 8px;
  transform: none;
  top: 162px;
}
.htm-slider .slick-arrow.slick-next:hover, .htm-slider .slick-arrow.slick-next:focus {
  background-image: url(hcom-right-arrow-hover.png);
}
@media (min-width: 40em) {
  .htm-slider .slick-arrow.slick-prev {
    left: 20px;
    top: 192px;
  }
  .htm-slider .slick-arrow.slick-next {
    right: 20px;
    top: 192px;
  }
}
@media (min-width: 80em) {
  .htm-slider .slick-arrow.slick-prev {
    left: 14px;
  }
  .htm-slider .slick-arrow.slick-next {
    right: 14px;
  }
}
@media (min-width: 87.5em) {
  .htm-slider .slick-arrow.slick-prev {
    left: 36px;
  }
  .htm-slider .slick-arrow.slick-next {
    right: 36px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .htm-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .htm-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (min-width: 400px) {
  .htm-slider .slick-track {
    display: flex;
  }
  .htm-slider .slick-slide {
    height: auto;
  }
  .htm-slider .slick-slide > div {
    height: 100%;
  }
}
@media (max-width: 467px) {
  .htm-slider .slick-arrow.slick-prev {
    top: 235px;
  }
  .htm-slider .slick-arrow.slick-next {
    top: 235px;
  }
}
@media (max-width: 370px) {
  .htm-slider .slick-arrow {
    width: 50px;
    height: 83px;
    background-size: 50px auto;
  }
  .htm-slider .slick-arrow:hover, .htm-slider .slick-arrow:focus {
    background-size: 50px auto;
  }
  .htm-slider .slick-arrow.slick-prev {
    top: 275px;
  }
  .htm-slider .slick-arrow.slick-next {
    top: 275px;
  }
}

.htm-image {
  max-width: 9.0625em;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: -4.25em;
  border-radius: 50%;
  border: solid 3px #700053;
}
.htm-image img {
  width: 100%;
  display: block;
}

/*=============== Site Footer ===============*/
.sf-small {
  background-color: #4A556B;
  text-align: center;
}
.sf-small .inner-wrap, .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 {
  background-color: #F1F0F5;
}
@media (min-width: 60em) {
  .sf-footer .inner-wrap-narrow {
    display: flex;
    justify-content: space-between;
  }
  .sf-footer .inner-wrap-narrow:after {
    display: none;
  }
}
@media (min-width: 80em) {
  .sf-footer .inner-wrap-narrow {
    padding-top: 2.625em;
    padding-bottom: 1.375em;
  }
}

.sf-logo {
  text-align: center;
  margin-bottom: 2.5em;
}
@media (min-width: 60em) {
  .sf-logo {
    width: 31%;
    align-self: center;
    margin: 0;
    padding-right: 3.125em;
    text-align: left;
  }
}
@media (min-width: 80em) {
  .sf-logo {
    width: 34%;
  }
}

.sf-colum-two {
  text-align: center;
}
@media (min-width: 60em) {
  .sf-colum-two {
    width: 25%;
    margin: 0;
    text-align: left;
  }
}

.sf-colum-three {
  text-align: center;
  margin-bottom: 2.5em;
}
@media (min-width: 60em) {
  .sf-colum-three {
    width: 22.8%;
    margin: 0;
    text-align: left;
  }
}

.sf-colum-four {
  text-align: center;
}
@media (min-width: 60em) {
  .sf-colum-four {
    width: 21.2%;
    align-self: center;
    text-align: left;
  }
}
@media (min-width: 80em) {
  .sf-colum-four {
    width: 18.2%;
  }
}

.sm-footer {
  background-color: #ffffff;
  text-align: center;
}
.sm-footer .inner-wrap, .sm-footer .inner-wrap-narrow, .sm-footer .inner-wrap-wide, .sm-footer .inner-wrap-fullwidth {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
}

.sf-link-list li {
  margin-bottom: 1.0625em;
}
.sf-link-list li a {
  font-size: 1em;
  line-height: 1.1875em;
  font-weight: 500;
  color: #231F20;
  text-decoration: none;
}
.sf-link-list li a:hover, .sf-link-list li a:focus {
  color: #3C8DDD;
}

.sf-copy {
  font-size: 0.9375em;
  line-height: 1.6666666667em;
  font-weight: 500;
}
.sf-copy > a {
  color: #231F20;
  text-decoration: none;
}
.sf-copy > a:hover, .sf-copy > a:focus {
  color: #3C8DDD;
}

.sf-logo > a {
  max-width: 16.5em;
  width: 100%;
  display: inline-block;
}
.sf-logo > a img {
  width: 100%;
  display: block;
}

.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;
}

/* Magnific Popup CSS */

/*=================Gravity form================*/
/*** Slick Slider CSS ***/

@media (min-width: 80em) {
    .sf-logo > a {
        position: absolute;
        max-width: 20em;
        bottom: 0;
    }
}

.sf-footer {
    position: relative;
}