@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block;
}

.rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}

.rows-of-2>* {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

.rows-of-2>*>*:first-child {
  margin-top: 0;
}

@media (min-width: 40em) {
  .rows-of-2>* {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }

  .rows-of-2>*:last-child {
    margin-right: 0;
  }

  .rows-of-2>*:nth-child(2n) {
    margin-right: 0;
  }

  .rows-of-2>*:nth-child(2n+1) {
    clear: left;
  }

  .rows-of-2>*:nth-last-child(2):last-child {
    margin-bottom: 0 !important;
  }

  .rows-of-2>*:nth-last-child(1):last-child {
    margin-bottom: 0 !important;
  }
}

.lt-ie9 .rows-of-2 {
  display: block;
}

.lt-ie9 .rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}

.lt-ie9 .rows-of-2>* {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

.lt-ie9 .rows-of-2>*>*:first-child {
  margin-top: 0;
}

@media (min-width: 40em) {
  .lt-ie9 .rows-of-2>* {
    float: left;
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block !important;
    clear: none !important;
  }
}

.rows-of-3 {
  display: block;
}

.rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}

.rows-of-3>* {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

.rows-of-3>*>*:first-child {
  margin-top: 0;
}

@media (min-width: 40em) {
  .rows-of-3>* {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }

  .rows-of-3>*:last-child {
    margin-right: 0;
  }

  .rows-of-3>*:nth-child(3n) {
    margin-right: 0;
  }

  .rows-of-3>*:nth-child(3n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-3 {
  display: block;
}

.lt-ie9 .rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}

.lt-ie9 .rows-of-3>* {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

.lt-ie9 .rows-of-3>*>*:first-child {
  margin-top: 0;
}

@media (min-width: 40em) {
  .lt-ie9 .rows-of-3>* {
    float: left;
    width: 33.3% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.rows-of-4 {
  display: block;
}

.rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}

.rows-of-4>* {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

.rows-of-4>*>*:first-child {
  margin-top: 0;
}

@media (min-width: 40em) {
  .rows-of-4>* {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }

  .rows-of-4>*:last-child {
    margin-right: 0;
  }

  .rows-of-4>*:nth-child(4n) {
    margin-right: 0;
  }

  .rows-of-4>*:nth-child(4n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-4 {
  display: block;
}

.lt-ie9 .rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}

.lt-ie9 .rows-of-4>* {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

.lt-ie9 .rows-of-4>*>*:first-child {
  margin-top: 0;
}

@media (min-width: 40em) {
  .lt-ie9 .rows-of-4>* {
    float: left;
    width: 25% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block;
  }

  .mobile-rows-of-2::after {
    clear: both;
    content: "";
    display: table;
  }

  .mobile-rows-of-2>* {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
  }

  .mobile-rows-of-2>*>*:first-child {
    margin-top: 0;
  }

  .mobile-rows-of-2>*:nth-last-child(1) {
    background-color: red;
    margin-bottom: 0;
  }

  .mobile-rows-of-2>*:nth-last-child(2) {
    background-color: green;
    margin-bottom: 0;
  }

  .mobile-rows-of-2>*:last-child {
    margin-right: 0;
  }

  .mobile-rows-of-2>*:nth-child(2n) {
    margin-right: 0;
  }

  .mobile-rows-of-2>*:nth-child(2n+1) {
    clear: left;
  }
}

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

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

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }

  .col-1:last-child {
    margin-right: 0;
  }

  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }

  .col-2:last-child {
    margin-right: 0;
  }

  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }

  .col-3:last-child {
    margin-right: 0;
  }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }

  .col-4:last-child {
    margin-right: 0;
  }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }

  .col-5:last-child {
    margin-right: 0;
  }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }

  .col-6:last-child {
    margin-right: 0;
  }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }

  .col-7:last-child {
    margin-right: 0;
  }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }

  .col-8:last-child {
    margin-right: 0;
  }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }

  .col-9:last-child {
    margin-right: 0;
  }

  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }

  .col-10:last-child {
    margin-right: 0;
  }

  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }

  .col-11:last-child {
    margin-right: 0;
  }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }

  .col-12:last-child {
    margin-right: 0;
  }

  .col-last {
    margin-right: 0;
    margin-right: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #282b2e;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  /* @include mq(mediumv) {
    font-size:.875em;
  } */
  /* @include mq(smallv) {
     font-size:.75em;
   }*/
}

.display-font-size {
  font-size: 2.53125em;
}

@media (min-width: 40em) {
  .display-font-size {
    font-size: 3.0375em;
  }
}

@media (min-width: 60em) {
  .display-font-size {
    font-size: 3.375em;
  }
}

.xlarge-font-size {
  font-size: 1.875em;
}

@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 2.25em;
  }
}

@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 2.5em;
  }
}

.large-font-size {
  font-size: 1.171875em;
}

@media (min-width: 40em) {
  .large-font-size {
    font-size: 1.40625em;
  }
}

@media (min-width: 60em) {
  .large-font-size {
    font-size: 2em;
  }
}

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

.base-font-size {
  font-size: 1em;
}

@media (min-width: 40em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

@media (min-width: 60em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.25;
  margin: 0;
  font-weight: 500;
}

h1 {
  font-size: 3.375em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #282b2e;
  font-weight: 600;
}

h2 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #292929;
  font-weight: 500;
}

h3 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 16px;
}

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

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

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

p {
  margin: 16px 0;
  font-size: 1.125em;
  line-height: 1.2777777778em;
  color: #181818;
}

.emph,
.page-intro p,
.section-header-wrap p {
  font-size: 1.5625em;
  font-weight: normal;
}

@media (min-width: 40em) {

  .emph,
  .page-intro p,
  .section-header-wrap p {
    font-size: 1.796875em;
  }
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: underline;
}

a:hover {
  color: #570d0d;
}

a:active,
a:focus {
  color: #570d0d;
  /* outline: none; */
}

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: #636b72;
  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,
select {
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 1.125em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Stack Sans Text", sans-serif;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover,
input[type=color]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
textarea:hover,
select[multiple=multiple]:hover,
select:hover {
  border-color: #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,
select:focus {
  border-color: #9A1717;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(132, 20, 20, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

dl {
  margin-bottom: 0.75em;
}

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

dl dd {
  margin: 0;
}

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

ul:not([class]) li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.5em;
}

ul:not([class]) li:not([class]) a {
  text-decoration: none;
  font-weight: normal;
}

ul:not([class]) li:not([class]):after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  background-image: url(img/ico-bullet.svg) !important;
  background-position: center center;
  background-size: 0.4em !important;
  background-repeat: no-repeat;
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

.bullet-style li {
  position: relative;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.7em;
}

.bullet-style li a {
  text-decoration: none;
  font-weight: normal;
}

.bullet-style li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1em;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  background-size: 0.4em 0.4em;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.bullet-style li ul {
  margin: 0;
}

.bullet-style li ul li {
  font-size: 0.9em !important;
  line-height: 1.8888888889em !important;
  margin-bottom: 0 !important;
}

.bullet-style li ul li:after {
  width: 0.3333333333em !important;
  height: 0.3333333333em !important;
  top: 0.7222222222em !important;
  left: -0.8333333333em !important;
  background-size: 0.3333333333em 0.3333333333em !important;
  border-radius: 50%;
}

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

ol li {
  margin-bottom: 0;
  font-size: 1.0625em;
  line-height: 2em;
}

ol li a {
  text-decoration: none;
  font-weight: normal;
}

ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}

ol li ol li {
  font-size: 1em !important;
  line-height: 2em !important;
  margin-bottom: 0 !important;
}

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

.form-section .gform_footer .button,
.btn-alt-arrow,
.btn-arrow,
.btn-alt-download,
.btn-download,
.btn-small,
.btn-white,
.btn-alt-2-on-color,
.btn-alt-on-color,
.btn-on-color,
.btn-alt,
.btn,
.product-grid-item-link,
button,
input[type=submit] {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: 700;
  padding: 0.8125em 0.75em;
  font-size: 1em;
  line-height: 1.25em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.form-section .gform_footer .button:hover,
.btn-alt-arrow:hover,
.btn-arrow:hover,
.btn-alt-download:hover,
.btn-download:hover,
.btn-small:hover,
.btn-white:hover,
.btn-alt-2-on-color:hover,
.btn-alt-on-color:hover,
.btn-on-color:hover,
.btn-alt:hover,
.btn:hover,
.product-grid-item-link:hover,
button:hover,
input[type=submit]:hover {
  color: white;
}

.form-section .gform_footer .button:disabled,
.btn-alt-arrow:disabled,
.btn-arrow:disabled,
.btn-alt-download:disabled,
.btn-download:disabled,
.btn-small:disabled,
.btn-white:disabled,
.btn-alt-2-on-color:disabled,
.btn-alt-on-color:disabled,
.btn-on-color:disabled,
.btn-alt:disabled,
.btn:disabled,
.product-grid-item-link:disabled,
button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.form-section .gform_footer .button:after,
.btn-alt-arrow:after,
.btn-arrow:after,
.btn-alt-download:after,
.btn-download:after,
.btn-small:after,
.btn-white:after,
.btn-alt-2-on-color:after,
.btn-alt-on-color:after,
.btn-on-color:after,
.btn-alt:after,
.btn:after,
.product-grid-item-link:after,
button:after,
input[type=submit]:after {
  content: "";
}

.btn,
.product-grid-item-link,
.btn-arrow,
.btn-download,
button,
input[type=submit] {
  background-color: #CC1F1F;
  border: 1px solid #CC1F1F;
  color: #ffffff;
  padding: 0.8125em 2.375em 0.8125em 0.75em;
}

.btn:hover,
.product-grid-item-link:hover,
.btn-arrow:hover,
.btn-download:hover,
button:hover,
input[type=submit]:hover,
.btn:focus,
.product-grid-item-link:focus,
.btn-arrow:focus,
.btn-download:focus,
button:focus,
input[type=submit]:focus {
  background-color: #9A1717;
  border: 1px solid #9A1717;
  color: #ffffff;
}

.btn:after,
.product-grid-item-link:after,
.btn-arrow:after,
.btn-download:after,
button:after,
input[type=submit]:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-alt,
.btn-alt-arrow,
.btn-alt-download {
  background-color: #9A1717;
  border: 1px solid #9A1717;
  color: #ffffff;
  padding: 0.8125em 2.375em 0.8125em 0.75em;
}

.btn-alt:hover,
.btn-alt-arrow:hover,
.btn-alt-download:hover,
.btn-alt:focus,
.btn-alt-arrow:focus,
.btn-alt-download:focus {
  background-color: #CC1F1F;
  border: 1px solid #CC1F1F;
  color: #ffffff;
}

.btn-alt:after,
.btn-alt-arrow:after,
.btn-alt-download:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-on-color {
  background-color: transparent;
  border: 1px solid #CC1F1F;
  color: #CC1F1F;
  padding: 0.8125em 2.375em 0.8125em 0.75em;
}

.btn-on-color:hover,
.btn-on-color:focus {
  background-color: #9A1717;
  border: 1px solid #9A1717;
  color: #ffffff;
}

.btn-on-color:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow-left-red-new.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-on-color:hover:after,
.btn-on-color:focus:after {
  background-image: url(img/btn-arrow-left.svg);
}

.btn-alt-on-color {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.8125em 2.375em 0.8125em 0.75em;
}

.btn-alt-on-color:hover,
.btn-alt-on-color:focus {
  background-color: #9A1717;
  border: 1px solid #9A1717;
  color: #ffffff;
}

.btn-alt-on-color:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-alt-2-on-color {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #181818;
  padding: 0.8125em 2.375em 0.8125em 0.75em;
}

.btn-alt-2-on-color:hover,
.btn-alt-2-on-color:focus {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-alt-2-on-color:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow-left-dark-gray.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-alt-2-on-color:hover:after,
.btn-alt-2-on-color:focus:after {
  background-image: url(img/btn-arrow-left.svg);
}

.btn-white {
  background-color: #ffffff;
  color: #000000;
}

.btn-white:hover {
  background-color: #CC1F1F;
  color: #ffffff;
}

.btn-white:focus {
  background-color: #CC1F1F;
  color: #ffffff;
}

.btn-white:after {
  background-color: #a01818;
}

.btn-small {
  background-color: #CC1F1F;
  border: 1px solid #CC1F1F;
  color: #ffffff;
  padding: 0.5em 2.375em 0.5em 0.75em;
}

.btn-small:hover,
.btn-small:focus {
  background-color: #9A1717;
  border: 1px solid #9A1717;
  color: #ffffff;
}

.btn-small:after {
  content: "";
  position: absolute;
  background-image: url(img/btn-arrow-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

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

.btn-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(img/ico-download.svg);
}

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

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

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

input[type=submit] {
  border: none !important;
}

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff;
  padding-bottom: 0.3125em;
}

.site-nav span,
#hs_menu_wrapper_primary_nav span {
  white-space: nowrap;
}

@media (min-width: 60em) {

  .site-nav,
  #hs_menu_wrapper_primary_nav {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    padding-bottom: 0;
    padding-left: 1.25em;
  }
}

.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: 3em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 80em) {

  .sn-level-1,
  #hs_menu_wrapper_primary_nav>ul {
    height: 3em;
  }
}

@media (max-height: 46em) and (min-width: 60em) {

  .sn-level-1,
  #hs_menu_wrapper_primary_nav>ul {
    height: auto;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  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: inline-block;
  height: 3.125em;
  line-height: 3.125em;
  font-weight: 300;
  color: #181818;
  text-decoration: none;
  padding: 0 0 0 1em;
}

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

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

.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(img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 50px;
  float: right;
  background-color: rgba(0, 0, 0, 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);
  background-image: url(img/chevron-down.svg);
}

.sn-li-l1.has-subnav.active>a,
.sn-li-l1.menu-item-has-children.active>a,
.sn-li-l1.hs-item-has-children.active>a,
.hs-menu-depth-1.has-subnav.active>a,
.hs-menu-depth-1.menu-item-has-children.active>a,
.hs-menu-depth-1.hs-item-has-children.active>a {
  color: #181818;
}

.sn-li-l1:hover,
.hs-menu-depth-1:hover {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 60em) {

  .sn-li-l1,
  .hs-menu-depth-1 {
    height: 3em;
    float: left;
    border-bottom: 0;
    border-right: 1px solid rgba(13, 13, 13, 0);
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: center;
  }

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

  .sn-li-l1>a,
  .hs-menu-depth-1>a {
    display: block;
    padding: 0 0.3125em;
    color: #181818;
    font-weight: 300;
    height: 3em;
    line-height: 3em;
  }

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

  .menu-item-has-children:focus-within>.sub-menu {
    display: block !important;
  }

  .sn-li-l1:focus-visible .sn-level-2,
  .sn-li-l1:hover .sn-level-2,
  .sn-li-l1:hover .hs-menu-children-wrapper,
  .hs-menu-depth-1:hover .sn-level-2,
  .hs-menu-depth-1:hover .hs-menu-children-wrapper {
    display: block;
  }

  .sn-li-l1.has-subnav .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 {
    background-image: url(img/chevron-down.svg);
    background-repeat: no-repeat;
    /*background-position: right 6px;
    background-size: 13px 9px;*/
    background-position: right 0.125em;
    background-size: 1.25em 1.25em;
    padding-right: 1.25em;
    display: inline;
  }

  .sn-li-l1.has-subnav>a.active span,
  .sn-li-l1.menu-item-has-children>a.active span,
  .sn-li-l1.hs-item-has-children>a.active span,
  .hs-menu-depth-1.has-subnav>a.active span,
  .hs-menu-depth-1.menu-item-has-children>a.active span,
  .hs-menu-depth-1.hs-item-has-children>a.active span {
    /*background-image: url(img/ico-arrow-down.svg);*/
    background-image: url(img/chevron-down.svg);
  }

  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .sn-li-l1:hover.has-subnav>a span,
  .sn-li-l1:hover.menu-item-has-children>a span,
  .sn-li-l1:hover.hs-item-has-children>a span,
  .hs-menu-depth-1:hover.has-subnav>a span,
  .hs-menu-depth-1:hover.menu-item-has-children>a span,
  .hs-menu-depth-1:hover.hs-item-has-children>a span {
    background-image: url(img/chevron-up.svg);
    background-size: 1em 1em;
    background-position: right 0.125em;
  }
}

@media (min-width: 80em) {

  .sn-li-l1,
  .hs-menu-depth-1 {
    height: 3em;
  }

  .sn-li-l1>a,
  .hs-menu-depth-1>a {
    padding: 0 1em;
    height: 3em;
    line-height: 3em;
  }

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

  .sn-li-l1.has-subnav .m-subnav-arrow,
  .sn-li-l1.menu-item-has-children .m-subnav-arrow,
  .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    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 {
    background-image: url(img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.125em;
    background-size: 1.25em 1.25em;
    display: inline;
    padding-right: 1.5625em;
  }

  .sn-li-l1.has-subnav>a.active span,
  .sn-li-l1.menu-item-has-children>a.active span,
  .sn-li-l1.hs-item-has-children>a.active span,
  .hs-menu-depth-1.has-subnav>a.active span,
  .hs-menu-depth-1.menu-item-has-children>a.active span,
  .hs-menu-depth-1.hs-item-has-children>a.active span {
    background-image: url(img/chevron-up.svg);
    background-size: 1em 1em;
  }

  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .sn-li-l1:hover.has-subnav>a span,
  .sn-li-l1:hover.menu-item-has-children>a span,
  .sn-li-l1:hover.hs-item-has-children>a span,
  .hs-menu-depth-1:hover.has-subnav>a span,
  .hs-menu-depth-1:hover.menu-item-has-children>a span,
  .hs-menu-depth-1:hover.hs-item-has-children>a span {
    background-image: url(img/chevron-up.svg);
    background-position: right 0.125em;
    background-size: 1em 1em;
  }
}

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

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

@media (min-width: 60em) {

  .sn-level-2,
  .hs-menu-children-wrapper {
    position: absolute;
    padding-top: 0;
    width: 18.75em;
    text-align: left;
    transform: translateY(2px);
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #E8E4DF;
    -webkit-box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
    -moz-box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
  }

  .sn-level-2::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    /* background-color: #000; */
    opacity: 0;
  }

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

.sn-li-l2,
.sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff;
}

.sn-li-l2>a,
.sn-li-l3>a,
.hs-menu-depth-2>a {
  padding: 0 2.1875em;
  color: #181818;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  line-height: 3.3125em;
}

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

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

@media (min-width: 60em) {

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

  .sn-li-l2>a,
  .sn-li-l3>a,
  .hs-menu-depth-2>a {
    padding: 0 2.5em 0 1.1875em;
    line-height: 3.3125em;
    border-top: 1px solid rgba(26, 26, 26, 0);
    border-right: 1px solid rgba(26, 26, 26, 0);
    display: block;
  }

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

  .sn-li-l2:hover,
  .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background: rgba(204, 31, 31, 0.1);
  }

  .sn-li-l2:hover>a,
  .sn-li-l3:hover>a,
  .hs-menu-depth-2:hover>a {
    color: #9A1717;
    position: relative;
  }

  .sn-li-l2:hover>a:after,
  .sn-li-l3:hover>a:after,
  .hs-menu-depth-2:hover>a:after {
    content: "";
    position: absolute;
    background-image: url(img/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4375em 0.75em;
    right: 0.9375em;
    height: 100%;
    width: 0.625em;
    top: 0;
  }

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

@media (min-width: 80em) {

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

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

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

@media (min-width: 60em) {
  .sn-level-3 {
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    width: 22.5em;
    background-color: #ffffff;
    border: 1px solid #E8E4DF;
    -webkit-box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
    -moz-box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0 4px 6px -2px rgba(10, 13, 18, 0.03);
  }

  .sn-level-3>li>a {
    padding-bottom: 0;
  }

  .sn-level-3>li>a>span {
    white-space: pre-wrap;
  }

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

.sn-li-l3>a {
  padding: 0 1.5625em 0 2.8125em;
}

@media (min-width: 60em) {
  .sn-li-l3>a {
    padding: 0 2.8125em 0 1.25em;
  }
}

.site-nav-container {
  background-color: #ffffff;
  width: 100%;
  right: -100%;
  top: 4.5em;
  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;
  padding: 0 1em;
}

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

@media (min-width: 60em) {
  .site-nav-container {
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    background-color: transparent;
    display: block;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}

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

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

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

.close-menu {
  font-size: 1em;
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #4c4c4c !important;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  border: solid 1px #000;
  border-top: 0;
  line-height: 3.5625em;
  width: 7.75em;
}

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

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

.close-menu img {
  vertical-align: middle;
  margin-left: 0.375em;
}

.close-menu:after {
  background-color: transparent;
  background-image: url(img/ico-exit.png);
  background-size: 1.9375em 1.875em;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 1.9375em;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

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

.snc-header {
  text-align: center;
  background-color: #efefef;
}

@media (min-width: 60em) {
  .snc-header {
    padding: 0;
  }
}

@media (min-width: 60em) {
  .sn-last-child>a {
    padding-right: 0;
  }
}

.snc-links {
  text-align: center;
  padding-top: 2.1875em;
  padding-bottom: 1.0625em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 60em) {
  .snc-links {
    display: none;
  }
}

/*.snc-newsletter,*/
.snc-icon-link {
  width: 18%;
  min-width: 21px;
  min-height: 21px;
  color: #4c4c4c;
  text-decoration: none;
  font-weight: 600;
  /*background-image: url(img/news-letter.svg);*/
  /*background-size: em(16) em(13);*/
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  /*margin-right: em(20);*/
  position: relative;
}

.snc-icon-link span {
  display: none;
}

.snc-icon-link:hover {
  color: #cc0000;
}

.snc-icon-link:focus {
  color: #4c4c4c;
}

.snc-icon-link:after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 40em) {
  .snc-icon-link {
    width: 19%;
  }
}

@media (min-width: 60em) {
  .snc-icon-link {
    width: auto;
    background-position: left 0.25em;
    margin-right: 2.875em;
    padding-left: 27px;
    display: inline-block;
  }

  .snc-icon-link span {
    display: inline;
  }

  .snc-icon-link:first-of-type {
    background-position: left top;
  }

  .snc-icon-link:after {
    content: none;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .snc-icon-link {
    background-position: left top;
  }
}

.snc-language {
  color: #4c4c4c;
  text-decoration: none;
  font-weight: 600;
  background-image: url(img/language.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.625em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1875em;
}

.snc-language:hover {
  color: #cc0000;
}

@media only screen and (max-width: 1366px) and (min-width: 1280px) {

  .sn-li-l1>a,
  .hs-menu-depth-1>a {
    padding: 0 0.5625em;
  }
}

@media (min-width: 60em) {
  .contact-us-menu-link {
    display: none !important;
  }
}

/*
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: 83em;
  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: 75.0625em;
}

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

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

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

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #efefef;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.click-expand.active:hover {
  background-color: #ffffff;
}

.click-expand.active .ce-header:after {
  background-image: url(img/minus-icon.png);
  background-size: 0.7647058824em 0.1764705882em;
  height: 0.1764705882em;
}

.click-expand.active .ce-body {
  background-color: #ebebeb;
  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: 2.1875em 1.5625em;
  display: block;
}

.click-expand.active .ce-body>*:first-child {
  margin-top: 0;
}

.click-expand.active .ce-body>*:last-child {
  margin-bottom: 0;
}

.click-expand:hover {
  background-color: #efefef;
}

.ce-header {
  position: relative;
  cursor: pointer;
  font-size: 1.0625em;
  font-weight: normal;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-color: #242424;
  color: #ffffff;
}

.ce-header:after {
  content: "";
  background-image: url(img/plus-icon.png);
  background-size: 0.7647058824em 0.7647058824em;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7058823529em;
  position: absolute;
  width: 0.7647058824em;
  height: 0.7647058824em;
}

.ce-body {
  display: none;
  opacity: 0;
}

@-webkit-keyframes click-expand {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes click-expand {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes click-expand {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/
}

.social-wrap a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}

.social-wrap a path {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.social-wrap a:hover {
  opacity: 0.75;
}

.social-wrap a:hover path {
  fill: #477DCA;
}

.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: #181818;
  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: #181818;
  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: #181818;
  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: #CC1F1F;
}

@media (min-width: 40em) {
  #slidebox {
    width: auto;
  }
}

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

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

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  /*$medium-screen: em(640) !default;*/
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
}

.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 60em) {
  .accordion-tabs {
    border-radius: 0;
    border: 1px solid #efefef;
  }
}

.accordion-tabs .tab-header-and-content {
  list-style: none;
  margin-bottom: 0;
}

.accordion-tabs .tab-header-and-content:after {
  display: none;
}

@media screen and (min-width: 60em) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}

.accordion-tabs .tab-header-and-content:first-child .tab-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (max-width: 60em) {
  .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}

@media screen and (max-width: 60em) {
  .accordion-tabs .tab-header-and-content:last-child .tab-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.accordion-tabs .tab-link {
  background-color: rgba(255, 255, 255, 0);
  background-color: #000000;
  color: #ffffff;
  display: block;
  font-weight: normal;
  font-size: 1.0625em;
  padding: 0.8823529412em 1.1764705882em;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (min-width: 60em) {
  .accordion-tabs .tab-link {
    display: inline-block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    border-right: solid 3px #ffffff;
    border-bottom: 0;
  }
}

.accordion-tabs .tab-link:hover {
  border-bottom: 0;
}

.accordion-tabs .tab-link:focus {
  outline: none;
}

.accordion-tabs .tab-link.is-active {
  background-color: #CC1F1F;
}

@media screen and (min-width: 60em) {
  .accordion-tabs .tab-link.is-active {
    background-color: #CC1F1F;
    margin-bottom: 3px;
  }
}

.accordion-tabs .tab-content {
  background: #ebebeb;
  display: none;
  padding: 1.5em 1.618em;
  width: 100%;
}

.accordion-tabs .tab-content>*:first-child {
  margin-top: 0;
}

.accordion-tabs .tab-content>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 60em) {
  .accordion-tabs .tab-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #efefef;
    float: left;
  }
}

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer;
}

.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #efefef;
}

.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #9A1717;
}

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both;
}

figure {
  margin: 0;
  padding: 0;
}

.wp-pagenavi>* {
  margin-right: 0.75em;
}

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 2.5em;
  width: auto;
  max-width: 37.5em;
  margin: 1.25em auto;
}

.white-popup>* {
  margin-top: 0;
}

.mfp-fade-side .mfp-content,
.mfp-fade-side .white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/*=============== Layouts  ===============*/
.page-intro {
  position: relative;
}

.page-intro .inner-wrap,
.page-intro .inner-wrap-narrow,
.page-intro .inner-wrap-wide,
.page-intro .inner-wrap-fullwidth {
  padding-top: 3.25em;
  padding-bottom: 3em;
}

.page-intro h1 {
  margin: 0;
}

.page-intro p {
  margin: 0.5em 0 0 0;
}

.page-intro.pillar-page-intro>.inner-wrap,
.page-intro.pillar-page-intro>.inner-wrap-narrow,
.page-intro.pillar-page-intro>.inner-wrap-wide,
.page-intro.pillar-page-intro>.inner-wrap-fullwidth {
  padding-top: 5.5625em;
  padding-bottom: 3.625em;
  text-align: center;
}

.page-intro.pillar-page-intro .pi-header {
  text-align: center;
  word-break: break-word;
}

.pi-header {
  color: #ffffff;
}

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }

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

  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }

  .site-content.one-column .site-content-secondary:last-child {
    margin-right: 0;
  }

  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }

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

  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0;
  }

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

  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }

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

  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }

  .site-content.three-column .site-content-secondary:last-child {
    margin-right: 0;
  }

  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }

  .site-content.three-column .additional-content:last-child {
    margin-right: 0;
  }

  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }

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

  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }

  .site-content.two-column-alt .site-content-secondary:last-child {
    margin-right: 0;
  }
}

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

.product-grid-item {
  font-size: 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 #2f2f2f;
  border-right: 1px solid #2f2f2f;
}

.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: #CC1F1F;
  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;
  }
}

/*=============== Product Carousel ===============*/
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }

  .product-item:last-child {
    margin-right: 0;
  }

  .product-item:nth-child(2n) {
    margin-right: 0;
  }

  .product-item:nth-child(2n+1) {
    clear: left;
  }
}

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

  .product-item:last-child {
    margin-right: 0;
  }
}

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

.rm-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 40em) {
  .rm-item-wrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.rm-item-wrap>* {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

@media (min-width: 40em) {
  .rm-item-wrap>* {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.rm-item {
  text-align: center;
  background-color: #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: #CC1F1F;
  position: relative;
  z-index: 10;
}

.rm-item-title span {
  line-height: 1.25em;
  display: inline-block;
  color: #CC1F1F;
}

/*============== pattern page ===============*/
.breadcrumb-menu {
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  padding-left: 0.25em;
  margin-bottom: 1.9375em;
}

.breadcrumb-menu>a {
  color: #000000;
}

.breadcrumb-menu>a:hover {
  color: #CC1F1F;
}

.breadcrumb-menu span {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.875em 0 1.625em;
}

.destination .inner-wrap,
.destination .inner-wrap-narrow,
.destination .inner-wrap-wide,
.destination .inner-wrap-fullwidth {
  padding-top: 3.125em;
  padding-bottom: 6.25em;
}

.emph,
.section-header-wrap p,
.page-intro p {
  color: #CC1F1F;
  font-size: 1.5625em;
  line-height: 1.36em;
  font-weight: 600;
  margin-top: 1.28em;
  margin-bottom: 1.52em;
}

.blockquote-text {
  background-color: #efefef;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.3125em;
  font-weight: 600;
  font-style: italic;
  color: #CC1F1F;
  border-left: solid 4px #CC1F1F;
  margin-top: 2.0476190476em;
  padding-top: 1.1428571429em;
  padding-left: 1.9523809524em;
  padding-right: 3.0952380952em;
  padding-bottom: 0.7619047619em;
  margin-bottom: 2.1428571429em;
}

hr {
  display: block;
  clear: both;
  border-bottom: solid 2px #b7b7b7;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.25em 0 1.25em !important;
}

/*================ Dest Slider ============= */
.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%;
}

.innerpage-carousel #carousel {
  width: 85%;
}

.innerpage-carousel #carousel .slides li {
  margin: 0.5em 0.25em 0;
  position: relative;
  border: 1px solid transparent;
  opacity: 1;
}

.innerpage-carousel #carousel .slides li img {
  width: 100%;
}

.innerpage-carousel #carousel .slides li.flex-active-slide {
  /*border:1px solid $black;*/
}

.innerpage-carousel #carousel .slides li.flex-active-slide img {
  opacity: 1;
}

.innerpage-carousel #carousel .slides li:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 31, 31, 0.2);
}

.innerpage-carousel #carousel .flex-direction-nav li {
  border: none;
  margin: 0;
}

.innerpage-carousel #carousel .flex-direction-nav li:after {
  display: none;
}

.innerpage-carousel #carousel .flex-direction-nav li a {
  height: 2.5em;
  width: 2.5em;
}

.innerpage-carousel #carousel .flex-direction-nav .flex-prev {
  left: -1em !important;
  opacity: 1;
  top: 2.3125em;
  display: none;
}

.innerpage-carousel #carousel .flex-direction-nav .flex-prev:before {
  background-image: url(img/mm-prev-icon.png);
  background-size: 0.875em 1.5625em;
}

.innerpage-carousel #carousel .flex-direction-nav .flex-next {
  right: -3.8125em !important;
  opacity: 1;
  top: 70%;
}

.innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
  background-image: url(img/mm-next-icon.png);
  background-size: 0.875em 1.5625em;
}

.column-subtext {
  font-size: 1em;
  color: #000000;
  font-weight: normal;
}

.desti {
  border: 0;
}

.desti .tab-link {
  margin-bottom: 2px;
}

@media (min-width: 60em) {
  .desti .tab-link {
    margin-bottom: 0px;
  }
}

.full-width-cta-module {
  background-color: #242424;
  position: relative;
  text-align: center;
  padding: 3.125em 0;
}

.full-width-cta-module:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #242424;
}

.full-width-cta-module:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #242424;
}

.fwcm-title {
  font-size: 1.8125em;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  margin: 0;
  margin-bottom: 1.0344827586em;
}

.fwcm-btn {
  font-size: 1em;
  color: #ffffff;
  background-color: #CC1F1F;
  line-height: 3.375em;
  text-align: center;
  padding: 0;
  padding-left: 2.5625em;
  padding-right: 2.5625em;
}

.fwcm-btn:hover {
  background-color: #cc0000;
  color: #ffffff;
}

.fwcm-btn:focus {
  background-color: #cc0000;
  color: #ffffff;
}

.btn-wrap {
  display: inline-block;
  vertical-align: middle;
}

.btn-oncolor {
  display: inline-grid;
  vertical-align: middle;
  background-color: #242424;
  padding: 0.9375em 1.5625em;
  margin: 1.25em 0;
}

.btn-oncolor .btn,
.btn-oncolor button,
.btn-oncolor input[type=submit],
.btn-oncolor .btn-download,
.btn-oncolor .btn-arrow,
.btn-oncolor .product-grid-item-link {
  margin: 0.625em 0;
}

@media (min-width: 40em) {
  .btn-oncolor {
    display: inline-block;
  }

  .btn-oncolor .btn,
  .btn-oncolor button,
  .btn-oncolor input[type=submit],
  .btn-oncolor .btn-download,
  .btn-oncolor .btn-arrow,
  .btn-oncolor .product-grid-item-link {
    margin: 0 1.25em;
  }
}

@media (min-width: 60em) {
  .btn-oncolor {
    margin: 0 3.125em;
  }
}

/*================ product grid ============= */
.product-grid-module {
  width: 100%;
  display: table;
}

.pgm-item {
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 1.25em;
}

.pgm-item:hover .pgm-item-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

@media (min-width: 40em) {
  .pgm-item {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}

@media (min-width: 60em) {
  .pgm-item {
    width: 23%;
    margin-bottom: 0;
  }
}

.pgm-item-img {
  overflow: hidden;
  margin-bottom: 1.25em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.pgm-item-img img {
  width: 100%;
  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;
}

/*================ forms ============= */
.form-section {
  width: 100%;
}

.fs-form {
  width: 100%;
  margin-bottom: 1.875em;
}

@media (min-width: 60em) {
  .fs-form {
    margin-bottom: 0;
    width: 40%;
    padding-right: 3em;
    float: left;
  }
}

.fs-side-nav {
  width: 100%;
}

@media (min-width: 40em) {
  .fs-side-nav {
    width: 50%;
    float: left;
  }
}

@media (min-width: 60em) {
  .fs-side-nav {
    width: 36%;
    float: left;
  }
}

.fs-drop-test {
  width: 100%;
}

@media (min-width: 40em) {
  .fs-drop-test {
    width: 50%;
    float: left;
  }
}

@media (min-width: 60em) {
  .fs-drop-test {
    width: 24%;
    float: left;
  }
}

/*================ gravity forms ============= */
.form-section #gform_wrapper_3 {
  background: #efefef;
  padding: 1.25em;
  border: solid 1px #cccccc;
}

@media (min-width: 40em) {
  .form-section #gform_wrapper_3 {
    padding: 1.25em 0 1.25em 1.25em;
  }
}

.form-section .gfield_label {
  color: #000000;
  font-size: 0.875em;
  margin-bottom: 0;
  font-weight: 600;
}

.form-section .gform_body ul li {
  width: 100%;
}

.form-section .gform_body ul li input,
.form-section .gform_body ul li select {
  height: 2.7142857143em !important;
  background-color: #f7f7f7;
  border: solid 1px #cccccc;
  font-size: 0.875em;
}

.form-section .gform_body ul li input:focus,
.form-section .gform_body ul li select:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 40em) {
  .form-section .gform_body ul li {
    padding-right: 1.25em;
  }

  .form-section .gform_body ul li:nth-child(1) {
    width: 50%;
    padding-right: 1.25em;
    float: left;
  }

  .form-section .gform_body ul li:nth-child(2) {
    width: 50%;
    padding-right: 1.25em;
    float: left;
  }

  .form-section .gform_body ul li:nth-child(3) {
    width: 50%;
    padding-right: 1.25em;
    float: left;
  }

  .form-section .gform_body ul li:nth-child(4) {
    width: 50%;
    padding-right: 1.25em;
    float: left;
  }
}

.form-section .gform_footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.form-section .gform_footer .button {
  background: #CC1F1F;
  padding: 0.8333333333em 3.0555555556em;
}

.form-section .gform_footer .button:hover {
  background: #ffffff;
  color: #2f2f2f;
}

.form-section .gform_footer .button:focus {
  background: #ffffff;
  color: #2f2f2f;
}

@media (min-width: 40em) {
  .form-section .gform_footer {
    width: calc(100% - 40px);
  }
}

/*============Side Navigation Test==============*/
.side-nav {
  max-width: 15em;
}

.side-nav h3 {
  margin-top: 0;
}

.sn-nav {
  font-family: "Barlow Condensed", sans-serif;
}

.sn-nav li {
  background-color: #242424;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.sn-nav li a {
  color: #ffffff;
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-decoration: none;
  padding: 0.6111111111em 2.2222222222em 0.6111111111em 0.8888888889em;
}

.sn-nav li:hover,
.sn-nav li.active {
  background-color: #CC1F1F;
}

.sn-nav li:hover a,
.sn-nav li.active a {
  color: #ffffff;
}

.sn-nav li:hover .m-subnav-arrows,
.sn-nav li.active .m-subnav-arrows {
  transform: rotate(180deg);
  background-image: url(img/dropdown-arrow.png);
}

.sn-nav li:last-child {
  border-bottom: 0;
}

.sn-nav .menu-item-has-children .m-subnav-arrows {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(img/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625em 0.3125em;
  display: block;
  width: 2.5em;
  height: 2.875em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0;
}

.sn-nav .menu-item-has-children .m-subnav-arrows.active {
  transform: rotate(180deg);
  background-image: url(img/dropdown-arrow.png);
}

.sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0;
  display: none;
}

.sn-nav .menu-item-has-children ul li {
  margin-bottom: 0;
  background-color: #ebebeb;
  border-bottom: 0;
  /*        &:hover {
            background-color: #f7941d;
            a {
              color: $white;
            }
          }*/
}

.sn-nav .menu-item-has-children ul li a {
  font-family: "Stack Sans Text", sans-serif;
  color: #181818;
  font-size: 1.125em;
  padding: 0.2777777778em 2.2222222222em 0.2777777778em 0.8888888889em;
  line-height: 1.4444444444em;
  font-weight: 500;
}

.sn-nav .menu-item-has-children ul li a:hover {
  background-color: #CC1F1F;
  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;
}

.drop-down .sn-nav li {
  background-color: #CC1F1F;
  border-bottom: 1px solid #f59162;
  position: relative;
}

.drop-down .sn-nav li a {
  color: #ffffff;
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-decoration: none;
  padding: 0.6111111111em 2.2222222222em 0.6111111111em 0.8888888889em;
}

.drop-down .sn-nav li:hover,
.drop-down .sn-nav li.active {
  background-color: #242424;
}

.drop-down .sn-nav li:hover a,
.drop-down .sn-nav li.active a {
  color: #ffffff;
}

.drop-down .sn-nav li:hover .m-subnav-arrows,
.drop-down .sn-nav li.active .m-subnav-arrows {
  transform: rotate(180deg);
  background-image: url(img/dropdown-arrow.png);
}

.drop-down .sn-nav li:last-child {
  border-bottom: 0;
}

.drop-down .sn-nav .menu-item-has-children .m-subnav-arrows {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(img/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625em 0.3125em;
  display: block;
  width: 2.5em;
  height: 2.875em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0;
}

.drop-down .sn-nav .menu-item-has-children .m-subnav-arrows.active {
  transform: rotate(180deg);
  background-image: url(img/dropdown-arrow.png);
}

.drop-down .sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0;
  display: none;
}

.drop-down .sn-nav .menu-item-has-children ul li {
  margin-bottom: 0;
  background-color: #ebebeb;
  border-bottom: 0;
  /*        &:hover {
            background-color: #f7941d;
            a {
              color: $white;
            }
          }*/
}

.drop-down .sn-nav .menu-item-has-children ul li a {
  font-family: "Stack Sans Text", sans-serif;
  color: #181818;
  font-size: 1.125em;
  padding: 0.2777777778em 2.2222222222em 0.2777777778em 0.8888888889em;
  line-height: 1.4444444444em;
  font-weight: 500;
}

.drop-down .sn-nav .menu-item-has-children ul li a:hover {
  background-color: #2f2f2f;
  color: #ffffff;
}

.drop-down .sn-nav .menu-item-has-children ul li:not([class]) {
  margin-bottom: 0;
  padding: 0;
}

.drop-down .sn-nav .menu-item-has-children ul li:not([class]):after {
  display: none;
}

.drop-down .sn-nav .menu-item-has-children ul:not([class]) {
  margin-bottom: 0;
}

.drop-down .sn-nav .menu-item-has-children ul.active {
  display: block;
}

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

/*=============== Site Header ===============*/
.site-header-wrap {
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.site-header-wrap:before {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-header .inner-wrap-wide {
  padding: 0.75em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header .inner-wrap-wide:after {
  display: none;
}

@media (min-width: 60em) {
  .site-header {
    height: auto;
    height: 5.5em;
    z-index: 9999;
    font-size: 1.25vw;
  }

  .site-header .inner-wrap-wide {
    padding: 1.25em 1.5em;
  }
}

@media (min-width: 80em) {
  .site-header {
    font-size: 1em;
  }
}

.sh-sticky-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 60em) {
  .sh-sticky-wrap {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2.5px);
  }

  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 99;
    box-shadow: 1px 2px 5px #efefef;
  }
}

.sh-contact-cta {
  display: none;
}

@media (min-width: 60em) {
  .sh-contact-cta {
    display: inline-block;
  }
}

.site-logo {
  max-width: 7.625em;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.site-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.sh-top-nav {
  float: left;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 60em) {
  .sh-top-nav {
    width: 74%;
    padding-right: 1%;
    border-top: 0;
  }
}

@media (min-width: 80em) {
  .sh-top-nav {
    width: 64.8%;
    padding-right: 1.875em;
    padding-left: 0.625em;
  }
}

.sh-req {
  background-color: #CC1F1F;
  color: #ffffff;
  line-height: 1.7142857143em;
  font-weight: 600;
  text-align: center;
  float: right;
  /*    height: em(123, 14);*/
  height: 6.5714285714em;
  width: 5.1428571429em;
  display: table;
  text-decoration: none;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.sh-req span {
  display: table-cell;
  vertical-align: middle;
}

.sh-req:hover {
  color: #ffffff;
  background-color: #cc0000;
}

.sh-req:focus {
  background-color: #CC1F1F;
  color: #ffffff;
}

@media (min-width: 60em) {
  .sh-req {
    padding-left: 0.5714285714em;
    padding-right: 0.5714285714em;
    width: 7%;
    height: 8.214286em;
  }
}

@media (min-width: 80em) {
  .sh-req {
    width: 10.2%;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .sh-req {
    height: 8.2222em;
  }
}

.sh-nvigation {
  /*float: right;*/
  float: none;
}

.sh-utility-nav {
  overflow: hidden;
}

@media (min-width: 40em) {
  .sh-utility-nav {
    vertical-align: top;
  }
}

@media (min-width: 60em) {
  .sh-utility-nav {
    padding-top: 1em;
    padding-bottom: 0em;
    display: block;
    text-align: right;
    width: auto;
  }
}

@media (max-width: 959px) {
  .sh-utility-nav {
    display: block;
    text-align: center;
  }

  .sh-utility-nav .snc-icon-link {
    display: inline-block;
    vertical-align: middle;
  }

  .sh-utility-nav .sh-ico-search {
    display: inline-block;
    vertical-align: middle;
  }

  .sh-utility-nav .sh-ico-menu {
    display: inline-block;
    vertical-align: middle;
  }
}

.snc-icon-link:nth-child(1) span {
  padding-left: 1.25em !important;
}

.sh-right-content .sh-language {
  display: none;
}

@media (min-width: 60em) {
  .sh-right-content .sh-language {
    display: inline-block;
    vertical-align: middle;
  }
}

.sh-language {
  color: #4c4c4c;
  text-decoration: none;
  font-weight: 600;
  /*background-size: em(16) em(16);*/
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left top;
  /*    padding-left: em(26);*/
  padding-left: 0.9375em;
  vertical-align: top;
  /*    margin-right: em(3);*/
  margin-right: 0;
  display: inline-block;
}

@media (min-width: 60em) {
  .sh-language {
    display: inline-block;
    /*        background-position: left 0.3em;*/
    background-position: left;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .sh-language {
    /*background-position: left 0.5em;*/
  }
}

.sh-newsletter {
  color: #4c4c4c;
  text-decoration: none;
  font-weight: 600;
  background-image: url(img/news-letter.svg);
  background-size: 1em 0.79em;
  background-repeat: no-repeat;
  background-position: left 0.3125em;
  padding-left: 2.125em;
  display: none;
  vertical-align: top;
  margin-right: 4.125em;
}

.sh-newsletter:hover {
  color: #cc0000;
}

.sh-newsletter:focus {
  color: #4c4c4c;
}

@media (min-width: 60em) {
  .sh-newsletter {
    display: inline-block;
  }
}

.sh-phone {
  font-size: 0.9375em;
  color: #4c4c4c;
  text-decoration: none;
  font-weight: 700;
  background-image: url(img/sh-phone.svg);
  background-size: 1.0666666667em 1.0666666667em;
  background-repeat: no-repeat;
  background-position: 1.0666666667em center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 2.3333333333em;
  padding-right: 1em;
  line-height: 3.6em;
}

.sh-phone:hover {
  color: #cc0000;
}

.sh-phone:focus {
  color: #4c4c4c;
}

.sh-phone:after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  height: 1.6666666667em;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 40em) {
  .sh-phone {
    width: 33%;
    padding-left: 3em;
  }
}

@media (min-width: 60em) {
  .sh-phone {
    font-size: 1em;
    background-size: 1.375em 1.375em;
    background-position: 0.125em 0.0625em;
    margin-right: 2.875em;
    padding-left: 1.875em;
    width: auto;
    line-height: normal;
    padding-top: 0.0625em;
  }

  .sh-phone:after {
    display: none;
  }
}

.sh-icons {
  float: right;
}

.sh-ph {
  margin: 0;
}

.sh-ph i {
  font-style: normal;
}

@media (min-width: 40em) {
  .sh-ph {
    font-size: 1.5625em;
  }
}

.sh-ico-search {
  background-image: url(img/search-white.svg);
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 1.5em 1.5em;
  padding: 13px 30px 13px 30px;
  max-width: 169px;
  width: 100%;
}

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

@media (min-width: 60em) {
  .sh-ico-search {
    background-position: right top;
    float: right;
    width: 1.5625em;
    margin-top: 0.0625em;
    margin-left: 0.1875em;
    background-image: url(img/search-white.svg);
  }

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

@media (min-width: 80em) {
  .sh-ico-search {
    margin-left: 1.75em;
    position: relative;
    right: -3px;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .sh-ico-search {
    margin-top: 0.25em;
    margin-left: 1.75em;
  }
}

.sh-menu-trigger {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 6px;
}

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

.sh-ico-menu {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  background-image: url(img/menu-trigger.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  height: 27px;
  text-decoration: none;
  background-position: center;
}

.sh-ico-menu.active {
  background-image: url(img/close-icon.svg);
  background-size: 27px 27px;
  text-decoration: none;
}

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

.sh-rfq {
  padding: 0.8125em 1.875em 0.8125em 0.75em;
  margin-left: 0.375em;
}

.sh-mobile-language-search-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

@media (min-width: 60em) {
  .sh-mobile-language-search-wrap {
    display: none;
  }
}

.mobile-search {
  width: 50%;
  text-align: right;
}

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

@media (min-width: 60em) {
  .sh-ico-search-desktop {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-image: url(img/search.svg);
    background-size: 1.5em;
    background-position: center center;
  }

  .sh-ico-search-desktop:hover,
  .sh-ico-search-desktop:focus {
    opacity: 0.75;
  }
}

@media (min-width: 60em) {
  .sh-left-content {
    width: 61%;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
  position: relative;
}

.site-intro .inner-wrap,
.site-intro .inner-wrap-narrow,
.site-intro .inner-wrap-wide,
.site-intro .inner-wrap-fullwidth {
  /*padding-top: em(53);
  padding-bottom: em(61);*/
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media (min-width: 60em) {

  .site-intro .inner-wrap,
  .site-intro .inner-wrap-narrow,
  .site-intro .inner-wrap-wide,
  .site-intro .inner-wrap-fullwidth {
    /*padding-top: em(139);
    padding-bottom: em(142);*/
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}

.si-heading {
  background: transparent;
  border: 0;
  width: 99.2%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1.875em;
}

.si-heading legend {
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  color: #CC1F1F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.29375em;
  padding-left: 1.4375em;
  padding-right: 1.4375em;
  padding-top: 0.1875em;
  line-height: 1.375em;
}

@media (min-width: 40em) {
  .si-heading {
    border: solid 1px #CC1F1F;
  }

  .si-heading legend {
    font-size: 1.25em;
    line-height: normal;
    letter-spacing: 0.235em;
    padding-left: 1.15em;
    padding-right: 1.15em;
    padding-top: 0.15em;
  }
}

@media (min-width: 60em) {
  .si-heading {
    margin: 0 auto;
  }
}

.si-header {
  color: #ffffff;
  font-size: 1.375em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  padding-top: 0.68em;
  display: block;
  line-height: 1.2em;
  margin: 0;
}

@media (min-width: 40em) {
  .si-header {
    font-size: 2.5em;
    line-height: 1.55em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.si-para {
  display: none;
}

@media (min-width: 60em) {
  .si-para {
    display: inline-block;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 1.4375em;
    line-height: 1.4782608696em;
    color: rgba(255, 255, 255, 0.78);
    max-width: 41.3043478261em;
    margin: 0 auto;
    padding-top: 1.3043478261em;
    /*        margin-bottom: em(46, 23);*/
    margin-bottom: 1.3043478261em;
  }
}

.si-about-cta {
  border: solid 2px #CC1F1F;
  background: transparent;
  font-weight: 400;
  font-size: 0.875em;
  padding: 0 3.4285714286em 0 3.5714285714em;
  line-height: 2.2857142857em;
  margin: 0 auto;
  margin-bottom: 0.7142857143em;
  color: #ffffff;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.si-about-cta:hover {
  background: #CC1F1F;
}

.si-about-cta:focus {
  border: solid 2px #CC1F1F;
  background: transparent;
  color: #ffffff;
}

@media (min-width: 40em) {
  .si-about-cta {
    font-size: 1.2142857143em;
    padding: 0 2.8235294118em 0 2.9411764706em;
    line-height: 2.7058823529em;
    margin: 0 auto;
    margin-bottom: 1.1764705882em;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: inline-block;
  }
}

.si-system-cta {
  border: solid 2px #CC1F1F;
  background: #CC1F1F;
  font-weight: 400;
  /*font-size: em(17);
  margin: 0 auto;
  padding: 0 em(55, 17) 0 em(40, 17);
  line-height: em(46, 17);*/
  font-size: 0.875em;
  margin: 0 auto;
  padding: 0 3.9285714286em 0 2.8571428571em;
  line-height: 2.2857142857em;
  color: #ffffff;
  display: table;
  margin-bottom: 0.7142857143em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.si-system-cta span {
  position: relative;
}

.si-system-cta span:after {
  content: "";
  width: 0.8235294118em;
  height: 0.8235294118em;
  background-size: cover;
  position: absolute;
  right: -1.5294117647em;
  bottom: 0.2352941176em;
  background: transparent;
  background-image: url(img/btn-arrow-left.svg);
  background-size: cover;
}

.si-system-cta:hover {
  background: #cc0000;
  border-color: #cc0000;
}

.si-system-cta:focus {
  border: solid 2px #CC1F1F;
  background: #CC1F1F;
  color: #ffffff;
}

.si-system-cta img {
  vertical-align: middle;
  margin-left: 0.8235294118em;
}

@media (min-width: 40em) {
  .si-system-cta {
    display: inline-block;
    font-size: 1.2142857143em;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 0 3.2352941176em 0 2.3529411765em;
    line-height: 2.7058823529em;
  }
}

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #181818;
  color: #A09A92;
  padding-bottom: 0 !important;
}

.site-footer .inner-wrap-wide {
  padding-top: 1.25em;
  padding-bottom: 0;
}

@media (min-width: 60em) {
  .site-footer {
    font-size: 1.25vw;
  }

  .site-footer .inner-wrap-wide {
    padding-top: 4em;
  }
}

@media (min-width: 80em) {
  .site-footer {
    font-size: 1em;
  }
}

.sf-top-content {
  padding-bottom: 0.3125em;
  border-bottom: 1px solid #A09A92;
}

@media (min-width: 60em) {
  .sf-top-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2em;
  }

  .sf-top-content .sft-col:nth-of-type(1) {
    width: 32%;
    padding-right: 0.9375em;
  }

  .sf-top-content .sft-col:nth-of-type(2) {
    width: 38%;
    padding-right: 0.625em;
  }

  .sf-top-content .sft-col:nth-of-type(3) {
    width: 20%;
    padding-right: 0.625em;
  }

  .sf-top-content .sft-col:nth-of-type(4) {
    width: 10%;
  }
}

@media (min-width: 80em) {
  .sf-top-content .sft-col:nth-of-type(1) {
    width: 30%;
  }

  .sf-top-content .sft-col:nth-of-type(2) {
    width: 40%;
  }
}

.sft-col:first-child {
  border-bottom: 1px solid #A09A92;
  margin-bottom: 1.25em;
}

@media (min-width: 60em) {
  .sft-col:first-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .sft-col:nth-of-type(2) .sft-nav li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding-right: 0.625em;
  }
}

@media (min-width: 80em) {
  .sft-col:nth-of-type(2) .sft-nav li {
    width: 42%;
  }
}

.sf-logo {
  max-width: 18.75em;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.25em;
}

.sf-logo img {
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.sf-contact-info {
  color: #A09A92;
  font-size: 1.125em;
  line-height: 1.2777777778em;
  margin-bottom: 1.1111111111em;
  font-weight: 400;
}

.sf-contact-info a {
  color: #A09A92;
  text-decoration: underline;
}

.sf-contact-info a:hover,
.sf-contact-info a:focus {
  color: #A09A92;
  text-decoration: none;
}

.sf-address {
  position: relative;
  padding-left: 2.1111111111em;
  display: inline-block;
  margin-bottom: 0.4444444444em;
}

.sf-address:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.6666666667em;
  height: 100%;
  background-image: url(img/location-icon.svg);
  background-repeat: no-repeat;
  background-size: 0.7222222222em 1em;
  background-position: center center;
  top: 0;
}

.sf-phone {
  position: relative;
  padding-left: 2.1111111111em;
  display: inline-block;
  margin-bottom: 0.4444444444em;
}

.sf-phone:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.6666666667em;
  height: 100%;
  background-image: url(img/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: center center;
  top: 0;
}

.sf-mail {
  position: relative;
  padding-left: 2.1111111111em;
  display: inline-block;
}

.sf-mail:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.6666666667em;
  height: 100%;
  background-image: url(img/email-icon.svg);
  background-repeat: no-repeat;
  background-size: 1em 0.8333333333em;
  background-position: center center;
  top: 0;
}

.sft-heading {
  font-size: 1.25em;
  line-height: 2em;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-right: 1.75em;
  margin-bottom: 0.8em;
}

@media (min-width: 60em) {
  .sft-heading {
    line-height: 1.3em;
  }
}

.sft-nav-toggle {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 48px;
  height: 48px;
  top: 0;
  background-image: url(img/chevron-white-icon.svg);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center center;
  cursor: pointer;
}

.sft-nav-toggle.active {
  transform: rotate(-180deg);
}

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

.sft-nav {
  display: none;
}

.sft-nav li {
  margin-bottom: 0.5em;
}

.sft-nav li a {
  font-size: 1.125em;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2777777778em;
  color: #A09A92;
  text-decoration: none;
}

.sft-nav li a:hover,
.sft-nav li a:focus {
  color: #A09A92;
  text-decoration: underline;
}

@media (min-width: 60em) {
  .sft-nav {
    display: block !important;
  }
}

.sf-bottom-content {
  padding: 1.25em 0;
}

@media (min-width: 60em) {
  .sf-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.sfb-left-content {
  margin-bottom: 1em;
}

@media (min-width: 60em) {
  .sfb-left-content {
    margin-bottom: 0;
  }
}

.sf-copy-info {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  color: #A09A92;
  margin: 0;
  font-weight: 300;
}

.sf-copy-info a {
  color: #A09A92;
  text-decoration: none;
}

.sf-copy-info a:hover,
.sf-copy-info a:focus {
  color: #A09A92;
  text-decoration: underline;
}

.sfb-footer-links {
  display: inline-block;
  vertical-align: middle;
}

.sfb-footer-links a {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  color: #A09A92;
  text-decoration: none;
  margin: 0;
  font-weight: 300;
  display: inline-block;
  margin: 0 1.4285714286em 0 0;
}

.sfb-footer-links a:last-child {
  margin-right: 1.0714285714em;
}

.sfb-footer-links a:hover,
.sfb-footer-links a:focus {
  color: #A09A92;
  text-decoration: underline;
}

.sf-mobile-social-wrap {
  padding-bottom: 1.25em;
}

@media (min-width: 60em) {
  .sf-mobile-social-wrap {
    display: none;
  }
}

.sf-social-wrap {
  display: none;
}

@media (min-width: 60em) {
  .sf-social-wrap {
    display: inline-block;
  }
}

.sf-small {
  background-color: #282b2e;
  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-main-footer {
  text-align: center;
}

.sf-main-footer .inner-wrap-narrow {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

@media (min-width: 40em) {
  .sf-main-footer {
    text-align: left;
  }

  .sf-main-footer .inner-wrap-narrow {
    padding-top: 4.8125em;
    padding-bottom: 3em;
  }
}

.sf-add-sec {
  margin-bottom: 1.875em;
}

@media (min-width: 40em) {
  .sf-add-sec .sfas-col {
    float: left;
    width: 50%;
    padding: 0 0.625em 0.625em 0;
  }
}

@media (min-width: 60em) {
  .sf-add-sec {
    width: 56%;
    float: left;
    margin-bottom: 0;
  }

  .sf-add-sec .sfas-col {
    width: 44%;
  }

  .sf-add-sec .sfas-col:nth-of-type(2) {
    width: 50%;
  }
}

.sf-location {
  margin: 0;
  font-size: 1.0625em;
  font-weight: 600;
  padding-left: 0.0588235294em;
  margin-bottom: 0.8823529412em;
}

@media (min-width: 60em) {
  .sf-location {
    margin-bottom: 0.4705882353em;
  }
}

.sf-tel {
  font-size: 1.125em;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0.7058823529em;
  color: #434343;
  text-decoration: none;
  background-image: url(img/sf-phone.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: 0.1111111111em 0.3333333333em;
  padding-left: 2.1666666667em;
  margin-right: 1.6111111111em;
  transition: none;
}

.sf-tel span {
  color: #434343;
  cursor: default;
}

.sf-tel:hover {
  color: #CC1F1F;
}

.sf-tel:hover span {
  color: #434343;
}

.sf-tel:hover .lmc_classmill {
  color: #CC1F1F;
}

.sf-tel:focus {
  color: #434343;
}

.sf-tel:focus .lmc_classmill {
  color: #434343;
}

@media (min-width: 40em) {
  .sf-tel {
    display: inline-block;
    vertical-align: top;
  }
}

.sf-fax {
  font-size: 1.125em;
  font-weight: normal;
  display: block;
  vertical-align: top;
  color: #434343;
  text-decoration: none;
  background-image: url(img/sf-fax.svg);
  background-size: 1.2222222222em;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 2.1666666667em;
}

.sf-email {
  font-size: 1.0625em;
  font-weight: normal;
  display: block;
  color: #434343;
  text-decoration: none;
  margin: 0;
  padding-top: 0.5294117647em;
  padding-left: 0.0588235294em;
  margin-bottom: 1em;
  word-break: break-all;
}

.sf-email span {
  font-weight: 600;
}

.sf-email>a {
  color: #434343;
  text-decoration: none;
}

.sf-email>a:hover {
  color: #CC1F1F;
}

.sf-email>a:focus {
  color: #434343;
}

.sf-social {
  padding: 0;
  margin: 0;
}

.sf-social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3125em;
}

.sf-social li:last-child {
  margin-right: 0;
}

.sf-social li>a {
  display: inline-block;
  vertical-align: top;
}

.sf-social li>a:hover,
.sf-social li>a:focus {
  opacity: 0.8;
}

.sf-facebook {
  width: 1.5em;
}

.sf-twitter {
  width: 1.5em;
}

.sf-rss {
  width: 1.5em;
}

@media (max-width: 959px) {
  .sf-social img {
    width: 2.75em;
  }
}

.thomas-badge {
  margin-top: 1.875em;
}

.thomas-badge>a {
  max-width: 6.25em;
  display: inline-block;
}

@media (min-width: 40em) {
  .thomas-badge {
    clear: both;
    width: 100%;
    float: right;
    text-align: center;
  }
}

@media (min-width: 60em) {
  .thomas-badge {
    margin-top: 0;
    width: 10.33%;
    clear: none;
  }
}

.sf-bottom-footer {
  background-color: #181818;
}

.sf-bottom-footer .inner-wrap-narrow {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

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

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

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

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

.search-text {
  font-size: 0.8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: 0.5em;
  margin-bottom: 0 !important;
}

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

.search-submit:focus {
  outline: none;
}

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

  .search-text {
    height: 2.3em;
  }

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

.search-module {
  background-color: #CC1F1F;
  height: 7em;
  margin-top: -7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-module.active {
  margin-top: 0;
}

.search-module .inner-wrap,
.search-module .inner-wrap-narrow,
.search-module .inner-wrap-wide,
.search-module .inner-wrap-fullwidth {
  padding: 0.3em 1.5em 1em;
}

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

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

/*=============== 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: #477DCA;
  padding-bottom: 0.625em;
}

@media (min-width: 40em) {
  .link {
    display: none;
  }
}

/*=============== product module starts ===============*/
.product-module {
  position: relative;
}

.product-module .accordion-tabs {
  border: 0;
}

.product-module .accordion-tabs .tab-link {
  font-size: 1.0625em;
  font-weight: 600;
  color: #000000;
  background: #f5f5f5;
  border-right: 0;
  margin-bottom: 1px;
}

.product-module .accordion-tabs .tab-link.is-active {
  background: #CC1F1F;
  color: #ffffff;
}

.product-module .accordion-tabs li:nth-child(5) .tab-link {
  border-bottom: 1px solid #efefef;
}

.product-module .accordion-tabs .tab-content {
  border-bottom: 0;
  text-align: left;
  padding: 0;
  background-color: #ffffff;
}

@media (min-width: 60em) {
  .product-module .product-module-pos {
    display: flex;
  }

  .product-module .accordion-tabs {
    text-align: center;
  }

  .product-module .accordion-tabs .tab-link {
    font-size: 0.75em;
    color: #898989;
    font-weight: 600;
    font-family: "Stack Sans Text", sans-serif;
    text-align: left;
    padding-left: 0.3333333333em;
    padding-right: 0.3333333333em;
    padding-top: 4.1666666667em;
    line-height: 1.75em;
    padding-bottom: 3em;
    margin-bottom: 0;
    vertical-align: top;
    background: transparent;
    height: 10.0833333333em;
    margin-right: 0em;
  }

  .product-module .accordion-tabs .tab-link.is-active {
    background: transparent;
    margin-bottom: 0;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    color: #000000;
    position: relative;
    min-height: 10.6666666667em;
  }

  .product-module .accordion-tabs .tab-link.is-active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.2857142857em;
    background-color: #CC1F1F;
    bottom: 0;
    left: 0;
  }

  .product-module .accordion-tabs li {
    /*&:nth-child(2){
      .tab-link{
        padding-left: em(15,14);
      }
    }
    &:nth-child(3){
      .tab-link{
        padding-right: em(50,14);
      }
      }*/
  }

  .product-module .accordion-tabs li:nth-child(5) .tab-link {
    border-bottom: 0;
  }
}

@media (min-width: 80em) {
  .product-module .accordion-tabs {
    margin-bottom: 3.9375em;
  }

  .product-module .accordion-tabs .tab-link {
    font-size: 1.0625em;
    width: auto;
    padding-left: 0.2352941176em;
    padding-right: 0;
    padding-top: 2.9411764706em;
    line-height: 1.2352941176em;
    padding-bottom: 2.1176470588em;
    margin-right: 1.8823529412em;
  }

  .product-module .accordion-tabs .tab-link.is-active {
    min-height: auto;
  }

  .product-module .accordion-tabs .tab-link.is-active:after {
    width: 100%;
    height: 0.2352941176em;
    bottom: 0;
  }

  .product-module .accordion-tabs li {
    /*&:nth-child(2){
      .tab-link{
        padding-left: em(4,17);
      }
    }  
    &:nth-child(3){
      .tab-link{
        padding-right: em(119,17);
      }
    }
    &:nth-child(4){
      .tab-link{
        padding-right: em(60,17);
      }
      }*/
    /*&:nth-child(4){
      .tab-link{
        padding-right: em(40,17);
      }
    }
     &:nth-child(5){
      .tab-link{
        padding-left: em(7,17);
      } 
      }*/
  }
}

@media (min-width: 100em) {
  .product-module .accordion-tabs .tab-link {
    margin-right: 2.8235294118em;
  }

  .product-module .accordion-tabs li {
    /*&:nth-child(4){
    .tab-link{
      width:5%;
    }
    }*/
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .product-module .accordion-tabs .tab-link {
    padding-right: 0.3820064706em;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .product-module .accordion-tabs .tab-link {
    font-size: 0.75em;
    color: #898989;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    /* width: 13%; */
    text-align: left;
    padding-left: 1.3333333333em;
    padding-right: 1.3333333333em;
    padding-top: 4.1666666667em;
    line-height: 1.75em;
    padding-bottom: 3em;
    margin-bottom: 0;
    vertical-align: top;
    background: transparent;
    height: 10.0833333333em !important;
    min-height: 10.6666666667em !important;
    margin-right: 0em;
  }
}

@media only screen and (min-width: 1440px) and (max-height: 736px) {
  .product-module .accordion-tabs .tab-link {
    font-size: 0.75em;
    color: #898989;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    /* width: 13%; */
    text-align: left;
    padding-left: 1.3333333333em;
    padding-right: 1.3333333333em;
    padding-top: 4.1666666667em;
    line-height: 1.75em;
    padding-bottom: 3em;
    margin-bottom: 0;
    vertical-align: top;
    background: transparent;
    height: 10.0833333333em !important;
    min-height: 10.6666666667em !important;
    margin-right: 0em;
  }
}

.pm-more-cta {
  font-size: 0.9375em;
  max-width: 7.4666666667em;
  width: 100%;
  height: 3.3333333333em;
  background: #f3f4f1;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #CC1F1F;
  vertical-align: top;
  padding: 0;
  padding-left: 1.5333333333em;
  padding-top: 0.9333333333em;
  text-align: left;
  margin-top: 1.6666666667em;
  margin-left: 1.6em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pm-more-cta span {
  position: relative;
}

.pm-more-cta span:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-size: cover;
  position: absolute;
  right: -1.7333333333em;
  bottom: 0.2em;
  background: transparent;
  background-image: url(img/btn-arrow-left-red.svg);
  background-size: cover;
}

.pm-more-cta:hover {
  background: #d6d6d6;
  color: #CC1F1F;
}

.pm-more-cta:focus {
  background: #d6d6d6;
  color: #CC1F1F;
}

@media (min-width: 60em) {
  .pm-more-cta {
    position: relative;
    top: 2.5333333333em;
    left: 0.4em;
    margin: 0;
  }
}

.product-module .inner-wrap,
.product-module .inner-wrap-narrow,
.product-module .inner-wrap-wide,
.product-module .inner-wrap-fullwidth {
  padding-top: 2.75em;
}

.pm-left-img img {
  width: 100%;
  display: block;
  height: auto;
}

@media (min-width: 60em) {
  .pm-left-img {
    width: 55%;
    float: left;
  }
}

@media (min-width: 80em) {
  .pm-left-img {
    width: 46.7%;
    position: relative;
    left: -1.4375em;
  }
}

.pm-right-text {
  padding-top: 1.875em;
}

@media (min-width: 60em) {
  .pm-right-text {
    width: 45%;
    float: left;
    padding-left: 1.875em;
    padding-top: 0;
    padding-bottom: 5.0625em;
  }
}

@media (min-width: 80em) {
  .pm-right-text {
    width: 53.3%;
    padding-top: 2em;
    padding-left: 4.0625em;
    padding-bottom: 3.0625em;
  }
}

.pm-subtitle {
  font-size: 1em;
  font-family: "Barlow Condensed", sans-serif;
  color: #CC1F1F;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.625em;
  margin-bottom: 0.5em;
}

.pm-subtitle:before {
  content: "";
  position: absolute;
  background-image: url(img/our-services.png);
  width: 0.8125em;
  height: 0.8125em;
  background-size: cover;
  left: 0;
  top: 0.3125em;
}

.pm-title {
  font-size: 1.8125em;
  font-family: "Barlow Condensed", sans-serif;
  color: #000000;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 0.6896551724em;
}

.pm-para {
  color: #282b2e;
  font-size: 1.0625em;
  line-height: 1.4705882353em;
  font-weight: normal;
  margin: 0;
  padding-left: 0.1176470588em;
  margin-bottom: 1.7647058824em;
}

@media (min-width: 60em) {
  .pm-para {
    margin-bottom: 0;
    /*min-height: em(99);*/
  }
}

.pm-control-nav {
  display: none;
  /*@include mq(largev) {
  bottom: em(10,12);
  }*/
}

@media (min-width: 60em) {
  .pm-control-nav {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 2em;
  }

  .pm-control-nav .inner-wrap,
  .pm-control-nav .inner-wrap-narrow,
  .pm-control-nav .inner-wrap-wide,
  .pm-control-nav .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .pm-control-nav {
    bottom: 1.3333333333em;
  }

  .pm-control-nav img {
    height: 3em;
  }
}

.pm-controls {
  width: 45%;
  float: right;
  padding-left: 1.875em;
  /*@include mq(mediumv){
  width: calc(100% - 396px);
  }*/
}

@media (min-width: 80em) {
  .pm-controls {
    width: 53.3%;
    padding-left: 4.0625em;
  }
}

.pm-next-btn {
  margin-left: 1.375em;
}

.pm-lm-cta {
  font-size: 1em;
  max-width: 11.75em;
  width: 100%;
  line-height: 3.0625em;
  padding: 0;
  font-weight: 600;
  color: #ffffff;
  background-color: #CC1F1F;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  transition: background 0.4s linear;
}

.pm-lm-cta:hover {
  background-color: #cc0000;
  color: #ffffff;
}

.pm-lm-cta:focus {
  background-color: #CC1F1F;
  color: #ffffff;
}

@media (min-width: 80em) {
  .pm-lm-cta {
    margin-left: 11.4375em;
  }
}

/*=============== pollution griding module starts ===============*/
.pollution-griding-module {
  background-image: url(img/img-background-capability.webp);
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.pollution-griding-module .inner-wrap-wide {
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
}

@media (min-width: 40em) {
  .pollution-griding-module .inner-wrap-wide {
    padding-top: 7.1875em;
    padding-bottom: 6.875em;
  }
}

.pgm-left {
  margin-bottom: 1.5625em;
  text-align: center;
}

.pgm-left .pgm-list li:last-child a:after {
  right: -1.3333333333em;
}

@media (min-width: 40em) {
  .pgm-left {
    width: 50%;
    float: left;
    margin-bottom: 0;
    margin-bottom: 3.125em;
  }
}

@media (min-width: 80em) {
  .pgm-left {
    text-align: left;
  }
}

.pgm-right {
  text-align: center;
}

@media (min-width: 40em) {
  .pgm-right {
    width: 50%;
    float: left;
  }
}

@media (min-width: 80em) {
  .pgm-right {
    padding-left: 4em;
    text-align: left;
  }
}

.pgm-title {
  font-size: 1.25em;
  font-family: "Stack Sans Text", sans-serif;
  color: #CC1F1F;
  line-height: 1.8em;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5em;
}

@media (min-width: 40em) {
  .pgm-title {
    font-size: 1.625em;
    line-height: 1.3846153846em;
    min-height: 2.7692307692em;
    margin-bottom: 0.6923076923em;
  }
}

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

.pgm-list {
  padding: 0;
  margin: 0;
}

.pgm-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pgm-list li>a {
  color: #282b2e;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
}

.pgm-list li>a:after {
  content: "";
  width: 1.0555555556em;
  height: 1.0555555556em;
  background-image: url(img/pgm-arrow.svg);
  background-size: 1.0555555556em 1.0555555556em;
  position: absolute;
  right: -2.1666666667em;
  top: 0.5em;
}

.pgm-list li>a:hover {
  color: #CC1F1F;
}

.pgm-list li>a:hover:after {
  background-image: url(img/pgm-arrow-hover.svg);
}

.pgm-list li span {
  color: #282b2e;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
}

.pgm-list li span:after {
  content: "";
  width: 0.95em;
  height: 0.95em;
  background-image: url(img/pgm-arrow.svg);
  background-size: 0.95em 0.95em;
  position: absolute;
  right: -1.95em;
  top: 0.45em;
}

@media only screen and (max-width: 1420px) and (min-width: 992px) {
  .pgm-list li span {
    font-size: 17px !important;
    line-height: 1.5882352941em;
  }
}

@media (min-width: 80em) {
  .pgm-list li span {
    font-size: 1.25em;
    line-height: 1.35em;
  }
}

@media (min-width: 60em) {
  .pgm-list li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 80em) {
  .pgm-list li {
    width: 46%;
    margin-bottom: 1em;
    margin-right: 2em;
  }

  .pgm-list li:nth-of-type(2n) {
    margin-right: 0;
  }

  .pgm-list li>a {
    font-size: 1.25em;
    line-height: 1.35em;
  }

  .pgm-list li>a:after {
    content: "";
    width: 1.1em;
    height: 1.1em;
    position: absolute;
    right: -1.95em;
    top: 0;
  }
}

.pgm-see-all>a {
  text-decoration: underline !important;
}

.pgm-see-all>a:after {
  display: none;
}

/*=============== industries module starts ===============*/
.main-industries-module {
  width: 100%;
}

.mim-title {
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-size: 2.3125em;
  line-height: normal;
  margin: 0;
  font-weight: 700;
  padding-top: 1.7027027027em;
  padding-bottom: 1.4864864865em;
}

.mim-bucket {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  height: 22em;
  /*background-blend-mode: luminosity;
  background-color: rgba($black, 1);*/
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  /*&:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba($black, 0.53);
  }*/
}

.mim-bucket:hover {
  /*background-blend-mode: normal;
  background-color: rgba($black, 0);*/
  /*&:before{
    background-color: rgba($black, 0.40);
  }*/
}

.mim-bucket:hover .mim-overlay {
  opacity: 1;
}

.mim-bucket:hover .mim-heading {
  opacity: 0;
}

@media (min-width: 60em) {
  .mim-bucket {
    width: 25%;
  }
}

@media (min-width: 80em) {
  .mim-bucket:nth-child(3) {
    height: 29.1875em;
  }

  .mim-bucket:nth-child(4) {
    height: 29.1875em;
  }
}

.mim-heading {
  font-family: "Stack Sans Text", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  line-height: normal;
  color: #ffffff;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  max-width: 15.3888888889em;
  line-height: 4.3888888889em;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  transition: 0.5s ease;
}

.mim-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.mim-overlay-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 18.75em;
  max-width: 91%;
}

@media (min-width: 40em) {
  .mim-overlay-wrap {
    width: 23.75em;
  }
}

.mim-overlay-heading {
  font-size: 1.8125em;
  line-height: 1.3103448276em;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.6896551724em;
}

.mim-overlay-para {
  font-size: 1.0625em;
  line-height: 1.6470588235em;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  /*margin-bottom: em(40,17);*/
  margin-bottom: 1.4705882353em;
}

.mim-lwarn-cta {
  font-weight: normal;
  font-size: 1.0625em;
  color: #ffffff;
  background-color: #CC1F1F;
  padding: 0;
  padding: 0 3.3529411765em;
  line-height: 2.9411764706em;
}

.mim-lwarn-cta:hover {
  background-color: #cc0000;
  color: #ffffff;
}

.mim-lwarn-cta:focus {
  background-color: #CC1F1F;
  color: #ffffff;
}

@media (min-width: 60em) {
  .mim-bucket {
    width: 25%;
    float: left;
  }
}

/*=============== our advantages module starts ===============*/
.our-advantage-module {
  width: 100%;
}

.our-advantage-module .inner-wrap,
.our-advantage-module .inner-wrap-narrow,
.our-advantage-module .inner-wrap-wide,
.our-advantage-module .inner-wrap-fullwidth {
  padding-top: 4.25em;
  padding-bottom: 4.6875em;
}

.oam-heading {
  font-size: 2.3125em;
  margin: 0;
  font-weight: 700;
  color: #CC1F1F;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1.5405405405em;
}

.oam-wrap {
  width: 100%;
  text-align: center;
}

.oam-list {
  margin-bottom: 1.875em;
}

.oam-list span {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.oam-list:hover .oam-img img {
  filter: brightness(1);
}

@media (min-width: 40em) {
  .oam-list {
    width: 46%;
    float: left;
    margin: 0 2%;
  }
}

@media (min-width: 60em) {
  .oam-list {
    width: 22.1%;
    margin: 0;
    margin-right: 3.86%;
  }

  .oam-list:last-child {
    margin-right: 0;
  }
}

.oam-img {
  background-color: #f3f4f1;
  height: 250px;
  width: 100%;
  display: table;
}

.oam-img img {
  filter: brightness(0);
}

.oam-title {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 600;
  padding-top: 1.35em;
  margin: 0;
}

@media (min-width: 40em) {
  .oam-title {
    min-height: 6em;
  }
}

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

@media (min-width: 80em) {
  .oam-title {
    padding-left: 1.15em;
    padding-right: 1.15em;
  }
}

/*=============== location module starts ===============*/
.location-module {
  background-image: url(img/map-bg.jpg);
  background-size: cover;
  position: relative;
}

.location-module:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 60em) {
  .location-module {
    /*height: 661px;*/
  }
}

.lm-desktop-map {
  display: none;
}

.lm-desktop-map .inner-wrap-wide {
  padding: 0;
}

@media (min-width: 60em) {
  .lm-desktop-map {
    display: block;
  }
}

.map-container {
  max-width: 60.1875em;
  width: 100%;
  position: relative;
  padding-left: 1.1875em;
  padding-top: 5.875em;
  padding-bottom: 4.3125em;
}

@media (min-width: 60em) {
  .map-container svg {
    height: 30.75em;
  }
}

.location-pin {
  cursor: pointer;
  text-shadow: 0px 0px 6px #000;
  font-weight: 700;
}

path.active-pin {
  fill: #ff0000;
}

.active-pin {
  font-weight: bold;
}

.map-container .st4 {
  color: #ffffff;
}

.lm-popups {
  max-width: 21.875em;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 10em;
  right: 2em;
  /*padding: em(30);*/
  padding: 1.3125em;
  display: none;
}

.lm-popups .lm-phone a {
  transition: none;
}

.lm-popups .lm-phone a .lmc_classmill {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
}

.lm-popups .lm-phone a:hover .lmc_classmill,
.lm-popups .lm-phone a:focus .lmc_classmill {
  color: #cc0000;
}

.lm-popups.active {
  display: block;
}

@media (min-width: 80em) {
  .lm-popups {
    max-width: 30em;
    width: 100%;
    top: 7.875em;
    right: 5.9375em;
    padding-top: 3.5em;
    padding-left: 3.375em;
    padding-right: 2.8125em;
    padding-bottom: 4.9375em;
  }
}

@media screen and (min-width: 1920px) {
  .lm-popups {
    top: 7.875em;
    right: 12%;
  }
}

@media screen and (min-width: 2560px) {
  .lm-popups {
    top: 7.875em;
    right: 20%;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .lm-popups {
    top: 10em;
    right: 2em;
  }
}

.lm-popups-close {
  position: absolute;
  right: 2.25em;
  top: 2em;
  cursor: pointer;
}

.lm-popups-close img {
  height: 1.375em;
}

.lm-des-cta {
  text-align: center;
  position: relative;
  padding-bottom: 1.875em;
}

@media (min-width: 60em) {
  .lm-des-cta {
    text-align: center;
    position: absolute;
    bottom: 3.3125em;
    width: 100%;
    padding-bottom: 0;
  }
}

.lm-des-btn {
  font-size: 1.0625em;
  max-width: 16.0588235294em;
  width: 100%;
  text-decoration: none;
  line-height: 2.7058823529em;
  border: solid 2px #fff;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.lm-des-btn:hover {
  background-color: #CC1F1F;
  border-color: #CC1F1F;
  color: #ffffff;
}

.lm-des-btn:focus {
  color: #ffffff;
}

/*=============== loction map module starts ===============*/
/*=============== loction map module ends ===============*/
@media (min-width: 60em) {
  .lm-mobile-map {
    display: none;
  }
}

.lm-mobile-item {
  width: 92%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1.5625em 1.875em;
  min-height: 30em;
}

@media (min-width: 40em) {
  .lm-mobile-item {
    min-height: 16.625em;
  }
}

.lm-m-title {
  margin: 0;
  font-size: 1.75em;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 0.1785714286em;
}

.lm-m-subtitle {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #CC1F1F;
  line-height: normal;
}

.lm-m-para {
  font-family: "Lato", sans-serif;
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  font-weight: normal;
  color: #ffffff;
  padding-left: 0.1764705882em;
  margin-bottom: 1.4117647059em;
  margin-top: 0.85em;
}

.lm-phone {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  background-image: url(img/sf-phone-hover.png);
  background-size: 1.0588235294em 1.0588235294em;
  background-position: 0.1764705882em 0.2941176471em;
  background-repeat: no-repeat;
  padding-left: 1.7058823529em;
  padding-top: 0.1176470588em;
  margin: 0;
}

.lm-phone span {
  font-weight: 600;
  color: #ffffff;
  cursor: default;
}

.lm-phone>a {
  color: #ffffff;
  text-decoration: none;
}

.lm-phone>a:hover {
  color: #cc0000;
}

.lm-phone>a:focus {
  color: #ffffff;
}

.lm-email {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.0625em;
  line-height: 1.4117647059em;
  background-image: url(img/mailicon.png);
  background-size: 1.375em 1.375em;
  background-position: 0.1764705882em 0.2941176471em;
  background-repeat: no-repeat;
  padding-left: 1.7058823529em;
  padding-top: 0.3375em;
  margin: 0;
}

.lm-email span {
  font-weight: 600;
  color: #ffffff;
  cursor: default;
}

.lm-email>a {
  color: #ffffff;
  text-decoration: none;
}

.lm-email>a:hover {
  color: #cc0000;
}

.lm-email>a:focus {
  color: #ffffff;
}

.lm-ml-list {
  margin: 0;
  padding-left: 1.25em;
}

.lm-ml-list li {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 1.1875em;
  line-height: 1.2631578947em;
  font-weight: normal;
  color: #ffffff;
}

.lm-ml-list li>a {
  color: #ffffff;
  text-decoration: none;
}

.lm-ml-list li span {
  font-weight: 600;
}

.lm-ml-list li:after {
  content: "";
  width: 0.4210526316em;
  height: 0.4210526316em;
  display: block;
  position: absolute;
  top: 0.5263157895em;
  left: -1.0526315789em;
  background-image: url(img/ico-bullet-white.svg);
  background-position: center center;
  background-size: 0.4210526316em 0.4210526316em;
  background-repeat: no-repeat;
}

.lm-mobile-map .owl-nav {
  margin: 0;
}

.lm-mobile-map .owl-nav .owl-next {
  width: 2.5em;
  height: 2.5em;
  background-color: #f3f4f1 !important;
  border-radius: 50% !important;
  background-image: url(img/btn-arrow-left-black.svg) !important;
  background-size: 0.875em 0.875em !important;
  padding: 0 !important;
  opacity: 1 !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.lm-mobile-map .owl-nav .owl-next span {
  display: none;
}

.lm-mobile-map .owl-nav .owl-next:before {
  display: none;
}

.lm-mobile-map .owl-nav .owl-next:after {
  display: none;
}

.lm-mobile-map .owl-nav .owl-next:hover {
  background-color: #CC1F1F !important;
  background-image: url(img/btn-arrow-left.svg) !important;
  background-size: 0.875em 0.875em !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.lm-mobile-map .owl-nav .owl-next:focus {
  outline: none;
}

.lm-mobile-map .owl-nav .owl-prev {
  width: 2.5em;
  height: 2.5em;
  background-color: #f3f4f1 !important;
  border-radius: 50% !important;
  background-image: url(img/btn-arrow-left-black.svg) !important;
  background-size: 0.875em 0.875em !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: rotate(180deg);
  padding: 0 !important;
  opacity: 1 !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
}

.lm-mobile-map .owl-nav .owl-prev span {
  display: none;
}

.lm-mobile-map .owl-nav .owl-prev:before {
  display: none;
}

.lm-mobile-map .owl-nav .owl-prev:after {
  display: none;
}

.lm-mobile-map .owl-nav .owl-prev:hover {
  background-color: #CC1F1F !important;
  background-image: url(img/btn-arrow-left.svg) !important;
  background-size: 0.875em 0.875em !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.lm-mobile-map .owl-nav .owl-prev:focus {
  outline: none;
}

/*=============== challenge module starts ===============*/
.challenge-module {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.challenge-module .inner-wrap,
.challenge-module .inner-wrap-narrow,
.challenge-module .inner-wrap-wide,
.challenge-module .inner-wrap-fullwidth {
  padding-top: 3.625em;
  padding-bottom: 3.4375em;
}

.cm-title {
  margin: 0;
  font-size: 1.625em;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.9615384615em;
}

@media (min-width: 60em) {
  .cm-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5384615385em;
    margin-bottom: 0;
  }
}

@media (min-width: 80em) {
  .cm-title {
    margin-right: 6em;
    padding-top: 0.2307692308em;
  }
}

.cm-cta {
  padding: 0;
  line-height: 2.9411764706em;
  font-size: 1.0625em;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  background-color: #CC1F1F;
  padding-left: 4em;
  padding-right: 3.9411764706em;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cm-cta:after {
  right: auto;
  margin-left: 8px;
}

.cm-cta:focus {
  background-color: #CC1F1F;
  color: #ffffff;
}

@media (min-width: 80em) {
  .cm-cta {
    position: relative;
    right: -0.0588235294em;
  }
}

.capabilities-module .flex-control-nav {
  position: static;
}

.capabilities-module .flex-direction-nav a {
  position: static;
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .pgm-left {
    padding: 0 2.1875em;
  }

  .pgm-right {
    padding: 0 2.1875em;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1280px) {
  .pgm-left {
    padding: 0 3.75em;
  }

  .pgm-right {
    padding: 0 3.75em 0 8.4375em;
  }
}

@media only screen and (max-width: 1420px) and (min-width: 961px) {
  .pgm-list li>a {
    font-size: 1.0625em;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1280px) {
  .lm-popups {
    max-width: 26.875em;
    /*top: 0;*/
    right: 2.5em;
    /*padding: em(30);*/
  }
}

@media only screen and (max-height: 736px) and (min-height: 641px) {
  .pm-control-nav {
    bottom: 41px;
  }
}

.author {
  color: #ff0000;
  float: right;
}

.page-header {
  color: #fff;
}

.side-nav .btn-wrap {
  padding-bottom: 25px;
  padding-top: 53px;
}

.data-files a img {
  position: relative;
  top: 10px;
  margin-right: 8px;
}

.breadcrumb-menu span {
  margin: 0px;
}

.site-content-primary-fullwidth h1 {
  display: none;
}

.two-column .breadcrumb-menu span {
  margin: 0px;
}

@media (min-width: 60em) {
  .sn-level-2 {
    width: initial;
  }
}

@media (min-width: 80em) {
  .sn-li-l1>a {
    /*padding: 0.7em;*/
    /*padding-left: 5px;*/
    padding-left: 0px;
  }
}

.image-gallery-module .inner-wrap,
.image-gallery-module .inner-wrap-narrow,
.image-gallery-module .inner-wrap-wide,
.image-gallery-module .inner-wrap-fullwidth {
  padding: 0.5em 1.5em 0.5em 1.5em;
}

.tabular-data .inner-wrap,
.tabular-data .inner-wrap-narrow,
.tabular-data .inner-wrap-wide,
.tabular-data .inner-wrap-fullwidth {
  padding: 0.5em 1.5em 0.5em 1.5em;
}

.multiple-cols-module .inner-wrap,
.multiple-cols-module .inner-wrap-narrow,
.multiple-cols-module .inner-wrap-wide,
.multiple-cols-module .inner-wrap-fullwidth {
  padding: 0.5em 1.5em 0.5em 0em;
}

.sitemap-menu ul {
  padding-left: 0.9375em;
}

.pgm-item {
  margin-bottom: 10px;
}

@media screen and (max-width: 950px) {
  .side-nav {
    margin-top: 25px;
  }
}

@media screen and (max-width: 798px) {
  .author {
    float: none;
  }
}

.blockquote-text {
  padding-bottom: 1.761905em;
  font-weight: 400;
}

.sh-ico-search {
  z-index: 999;
  position: relative;
}

.gform_button {
  padding: 0.75em 1em !important;
}

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  background: #efefef;
  padding: 1.25em;
  border: solid 1px #cccccc;
  padding: 1.25em 0 1.25em 1.25em;
}

.gform_title {
  display: none;
}

.product-module .tab-content .inner-wrap,
.product-module .tab-content .inner-wrap-narrow,
.product-module .tab-content .inner-wrap-wide,
.product-module .tab-content .inner-wrap-fullwidth {
  position: relative;
}

.product-module .accordion-tabs .tab-link {
  height: 7.8176470588em !important;
}

@media screen and (max-width: 959px) {
  .product-module .accordion-tabs .tab-link {
    height: auto !important;
  }

  .pm-lm-cta {
    margin-left: 0px !important;
  }
}

.pm-lm-cta {
  /*bottom: 70px;*/
  bottom: 0.8125em;
  margin-left: 11.4375em;
  position: absolute;
  /*right: 210px;*/
}

@media (min-width: 60em) {
  .pm-lm-cta {
    bottom: 2.3em;
  }
}

@media (max-height: 46em) and (min-width: 60em) {
  .pm-lm-cta {
    bottom: 41px;
  }
}

@media (max-height: 40em) and (min-width: 60em) {
  .pm-lm-cta {
    bottom: 1.8125em;
  }
}

/*.pm-control-nav{bottom: em(22)}*/
@media screen and (max-width: 955px) {

  .product-module .tab-content .inner-wrap,
  .product-module .tab-content .inner-wrap-narrow,
  .product-module .tab-content .inner-wrap-wide,
  .product-module .tab-content .inner-wrap-fullwidth {
    position: initial;
  }

  .pm-lm-cta {
    position: initial;
  }
}

.gmap iframe {
  width: 28.125em;
  height: 21.875em;
  max-width: 100%;
  border: 1px solid black;
}

@media (min-width: 40em) {
  .gmap {
    text-align: right;
  }
}

/*.sn-li-l1.menu-item-has-children > a span{background-size:0.9em 0.77em;}*/
@media screen and (max-width: 740px) {
  .pgm-item {
    width: 100%;
  }
}

/*.pgm-left .pgm-list li:last-child a:after {
display: none;
}
/*.pgm-left .pgm-list li:last-child a{text-decoration: underline;}*/
#Dongguan:hover {
  fill: #ff0000;
}

#Kauswagan:hover {
  fill: #ff0000;
}

/**List item in IE**/
ul:not([class]) li:not([class]) {
  font-size: 1.0625em;
}

ul:not([class]) li:not([class])::after {
  width: 1.6em;
  height: 1.6em;
  background-size: 0.48em;
}

/****Google Translate****/
#language {
  float: right;
}

.goog-te-gadget img {
  display: none;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  font-size: 1em !important;
  display: inline-block !important;
  padding-top: 0px !important;
  padding-bottom: 0px;
  cursor: pointer !important;
  zoom: 1;
}

.goog-te-gadget-simple span {
  vertical-align: middle !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  color: #4c4c4c;
  text-decoration: none;
  border: 0 !important;
  font-weight: 600;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child,
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(2n) {
  display: none;
}

@media screen and (max-width: 950px) {
  .snc-language {
    display: none;
  }
}

input[type=submit] {
  outline: none;
}

.sh-newsletter {
  background-size: 1em 0.99em;
}

.sn-li-l1.menu-item-has-children>a span {
  padding-right: 1.2384615385em;
}

.sn-level-2,
.hs-menu-children-wrapper {
  width: auto;
}

.parent-pageid-1156 #breadcrumbs span span span>a {
  text-decoration: none;
  color: #000000;
}

/*=============== IE ===============*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .sh-newsletter {
    background-size: 15px 16px;
  }

  .sh-language {
    background-size: 16px 16px;
  }
}

/*=============== Edge ===============*/
@supports (-ms-ime-align: auto) {
  .sh-newsletter {
    background-size: 15px 16px;
  }

  .sh-language {
    background-size: 16px 16px;
  }
}

@media (min-width: 40em) {
  .product-grid-module .pgm-item .pgm-item-img {
    height: 10.375em;
    display: flex;
    align-items: center;
  }

  .product-grid-module .pgm-item .pgm-item-img img {
    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;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}

/*.page-template-two-column{
.product-grid-module{
  .pgm-item{
     @include mq(medium){
        .pgm-item-img{
          height: 10.375em;
          display: flex;
          align-items: center;
          background-color: $light-gray;
            img{
              display: block;
              -webkit-transition: all .15s ease-in-out;
              -moz-transition: all .15s ease-in-out;
              transition: all .15s ease-in-out;
              max-height: 10em;
              width: auto;
              margin: 0 auto;
            }                             
        }
      }
  }
}
}
*/
@media (min-width: 40em) {
  .page-template-two-column .product-grid-module .pgm-item .pgm-item-img {
    height: 10.375em;
    display: flex;
    align-items: center;
  }

  .page-template-two-column .product-grid-module .pgm-item .pgm-item-img img {
    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;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}

img.alignnone.size-full.wp-image-1841.lazyloaded {
  position: relative;
  top: 6px;
}

.resources .site-content-primary a {
  text-decoration: none !important;
}

.open-popup-link {
  position: relative;
}

.open-popup-link .video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  bottom: 0;
  background-image: url(img/video-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 60em) {
  .video-popup {
    min-width: 900px;
  }
}

.video-popup video {
  width: 100%;
}

/*Blog post styling*/
.blogs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogs .btn,
.blogs button,
.blogs input[type=submit],
.blogs .btn-download,
.blogs .btn-arrow,
.blogs .product-grid-item-link {
  text-align: center;
}

.featured-img {
  /*height: em(266);*/
  overflow: hidden;
  position: relative;
  background: black;
  height: 12.5em;
}

.featured-img img {
  width: 100%;
  display: block;
}

@media (min-width: 40em) {
  .featured-img {
    height: 12.5em;
  }

  .featured-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 60em) {
  .featured-img {
    height: 16.625em;
  }
}

.blog-post {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /*@include flex(1 1 auto);*/
  -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;
  overflow: hidden;
}

.blog-post:hover {
  -webkit-box-shadow: 0px 0px 15px 0px #787878;
  -moz-box-shadow: 0px 0px 15px 0px #787878;
  box-shadow: 0px 0px 15px 0px #787878;
}

.blog-post:hover .featured-img img {
  -webkit-transform: scale(1.1) translateY(-50%);
  -moz-transform: scale(1.1) translateY(-50%);
  -ms-transform: scale(1.1) translateY(-50%);
  -o-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}

.blog-content {
  flex: 1 1 auto;
  padding: 1.25em;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.blog-content h3 a {
  text-decoration: none;
}

.blog-content time {
  font-size: 0.875em;
  margin-bottom: 1.0714285714em;
  display: block;
}

.wp-pagenavi {
  width: 100%;
}

.main-industries-module .mim-wrap:nth-of-type(3) .mim-bucket:before {
  background-color: rgba(0, 0, 0, 0.63);
}

.additional-content .tabular-data .inner-wrap,
.additional-content .tabular-data .inner-wrap-narrow,
.additional-content .tabular-data .inner-wrap-wide,
.additional-content .tabular-data .inner-wrap-fullwidth,
.additional-content .image-gallery-module .inner-wrap,
.additional-content .image-gallery-module .inner-wrap-narrow,
.additional-content .image-gallery-module .inner-wrap-wide,
.additional-content .image-gallery-module .inner-wrap-fullwidth {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 60em) {
  .custom-lists ul>li {
    float: left;
    width: 50%;
  }
}

b {
  font-family: Poppins, sans-serif !important;
}

strong {
  font-family: Poppins, sans-serif !important;
}

@media (min-height: 40em) {
  .goog-te-gadget-simple span {
    font-size: 1em !important;
  }

  /*.VIpgJd-ZVi9od-xl07Ob-lTBxed{
        min-width: 48px;
  min-height: 48px;
  padding: 12px;
  margin-right: 8px;
    }*/
}

.page-id-1248 .site-content-primary h2 {
  color: red;
}

@media (min-width: 60em) {
  .ww {
    width: 47%;
  }
}

.cmc {
  position: relative;
  top: 6px;
}

.sf-youtube {
  width: 1.5em;
}

.footer-popup {
  display: none;
  overflow: hidden;
  background-color: #cc0000;
  background-image: url("img/footer-popup-banner.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 1.8125em 1.25em 1.8125em;
  right: -100%;
  position: fixed;
  bottom: 0;
  z-index: 1001;
  text-align: center;
}

.footer-popup .sb-text {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.footer-popup .sb-btn {
  display: inline-block;
  vertical-align: top;
  padding-right: 1.9166666667em;
  position: relative;
  color: white !important;
  text-decoration: none;
  margin-right: 0;
  font-size: 1.3333333333em;
  font-weight: 400;
}

.footer-popup .sb-btn span {
  font-weight: 700;
}

.footer-popup .sb-btn:after {
  content: "";
  position: absolute;
  right: 0.0833333333em;
  /*top: em(4,24);*/
  top: 29%;
  background-image: url(img/footer-cta-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em 0.6666666667em;
  width: 1em;
  height: 0.6666666667em;
}

@media (min-width: 31.25em) {
  .footer-popup .sb-btn:after {
    top: 17%;
  }
}

.footer-popup .sb-btn:hover {
  text-decoration: underline;
}

@media (min-width: 40em) {
  .footer-popup .sb-btn:after {
    right: 0;
  }
}

.footer-popup .close {
  background-color: transparent;
  width: 0.9090909091em;
  height: 1.1818181818em;
  background-image: url(img/close-ico.png);
  background-position: center center;
  top: 1em;
  right: 0.9090909091em;
  background-repeat: no-repeat;
  background-size: 0.9090909091em 1.1818181818em;
}

.footer-popup .close:hover {
  background-color: transparent;
}

/*** GDD-001 Contact Page ***/
.gdd001-form-section {
  background-image: url(https://classifiermillingsystems.com/wp-content/uploads/frm-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.gdd001-form-section .gfs-title {
  font-size: 18px;
  color: #232020;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.gdd001-form-section .gfs-subtitle {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.gdd001-form-section .gfs-subtitle span {
  color: #ff0000;
}

@media (min-width: 40em) {
  .gdd001-form-section .text-wrap {
    padding-left: 20px;
  }
}

@media (min-width: 80em) {
  .gdd001-form-section .text-wrap {
    padding-left: 50px;
    padding-right: 70px;
  }
}

.gdd001-form-wrap .gform_wrapper form {
  background: transparent;
  border: 0px;
}

.ginput_recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}

@media (min-width: 80em) {
  .ginput_recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
  }
}

.gdd001-form-wrap #gform_fields_7 .gfield_label {
  display: none;
}

.gdd001-form-wrap #gform_fields_7 .gfield--type-captcha .gfield_label {
  display: block;
}

.gdd001-form-wrap input[type=text],
.gdd001-form-wrap input[type=email],
.gdd001-form-wrap input[type=tel] {
  border: 1px solid #232020;
  box-shadow: 0px;
}

.gdd001-form-wrap textarea {
  border: 1px solid #232020;
  box-shadow: 0px;
}

.gdd001-form-wrap .gform_wrapper {
  margin-top: 0;
}

.gdd001-form-wrap form {
  padding-top: 0;
}

.gdd001-form-wrap .gform_heading {
  display: none;
}

.gdd001-form-wrap #field_7_1 {
  margin-top: 0;
}

.gdd001-form-wrap #field_7_2 {
  margin-top: 0;
}

.gdd001-form-wrap input[type=submit] {
  padding-left: 73px !important;
  padding-right: 73px !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.gdd-gmap iframe {
  width: 28.125em;
  height: 21.875em;
  max-width: 100%;
}

.gdd-map-col .gmc-title {
  font-size: 26px;
  text-transform: uppercase;
  color: #414042;
  font-weight: 400;
}

.gs-fb {
  width: 1.5em;
}

.gs-tw {
  width: 1.5em;
}

.gs-yb {
  width: 1.9em;
}

.gdd-social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.625em;
}

@media (min-width: 80em) {
  .gdd-social li {
    margin-right: 1.25em;
  }
}

.gdd-social a {
  display: inline-block;
  vertical-align: top;
  background: #474747;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  position: relative;
}

.gdd-social img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.adt-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #414042;
  margin-bottom: 0;
}

@media (min-width: 72.5em) {
  .adt-title {
    padding-left: 42px;
  }
}

.cdm-row p {
  font-size: 17px;
  color: #414042;
  font-weight: 400;
}

.cdm-row p {
  font-size: 17px;
  color: #414042;
  font-weight: 400;
}

.cdm-row a {
  color: #414042;
  text-decoration: none;
}

.cdm-row a:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .cdm-row>div {
    width: 100%;
  }
}

@media (min-width: 60em) {
  .cdm-row>div:first-child {
    width: 30%;
  }
}

.col-sep {
  position: relative;
}

.col-sep:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b5b3b6;
  bottom: 10px;
  left: 0;
}

@media (min-width: 72.5em) {
  .col-sep:after {
    width: 450px;
    bottom: 20px;
    left: 40px;
  }
}

@media (max-width: 639px) {
  .gdd001-form-wrap .gform_wrapper form {
    padding-right: 1.25em;
  }
}

@media (min-width: 40em) {
  .cdm-row {
    margin-bottom: 30px;
  }
}

@media (min-width: 60em) {
  .cdm-row {
    margin-bottom: 50px;
  }
}

@media (min-width: 40em) {
  .contact-details-module {
    margin-top: 40px;
  }
}

/*** GDD-001 Contact Page end***/
.hidden {
  display: none;
}

/*.loader {
    img{

    width: 100% !important;
    height: 54vh !important;
    object-fit: cover;
       }

    }*/
.banner-popup-module {
  box-shadow: 0px -2px 6px #0000002B;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 40em) {
  .banner-popup-module {
    right: 0;
    max-width: 37.5em;
  }
}

.banner-popup-module .inner-wrap,
.banner-popup-module .inner-wrap-narrow,
.banner-popup-module .inner-wrap-wide,
.banner-popup-module .inner-wrap-fullwidth {
  padding: 0.625em 0;
}

@media (min-width: 60em) {

  .banner-popup-module .inner-wrap,
  .banner-popup-module .inner-wrap-narrow,
  .banner-popup-module .inner-wrap-wide,
  .banner-popup-module .inner-wrap-fullwidth {
    padding: 0;
  }
}

.banner-popup-module .hi-wrap.banner-popup-wrap {
  position: relative;
}

.banner-popup-module .hi-wrap.banner-popup-wrap.open {
  display: block;
}

.banner-popup-module a.top-banner-close {
  display: inline-block;
  vertical-align: top;
  padding: 0.5em;
  background-color: #282B2E;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-popup-module a.top-banner-close img {
  display: block;
  margin: 0 auto;
}

.banner-popup-module a.top-banner-close:hover,
.banner-popup-module a.top-banner-close:focus {
  background-color: #ffffff;
}

.banner-popup-module a.top-banner-close:hover img,
.banner-popup-module a.top-banner-close:focus img {
  filter: invert(1);
}

.banner-popup-module .bpw-top-wrap {
  text-align: center;
  padding: 0.625em;
  display: flex;
  row-gap: 0.625em;
  flex-direction: column;
}

@media (min-width: 40em) {
  .banner-popup-module .bpw-top-wrap {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}

@media (min-width: 60em) {
  .banner-popup-module .bpw-top-wrap {
    padding: 1em;
  }
}

.banner-popup-module .bpwt-title {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.3888888889em;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 40em) {
  .banner-popup-module .bpwt-title {
    flex-basis: 70%;
  }
}

@media (min-width: 60em) {
  .banner-popup-module .bpwt-title {
    margin: 0;
  }
}

.banner-popup-module .bpwt-logo img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 40em) {
  .banner-popup-module .bpwt-logo img {
    margin: unset;
  }
}

@media (min-width: 40em) {
  .banner-popup-module .bpwt-logo {
    flex-basis: 30%;
  }
}

.banner-popup-module .bpw-middle-wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 40em) {
  .banner-popup-module .bpw-middle-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.banner-popup-module .bpw-date-wrap {
  display: flex;
  align-items: center;
  column-gap: 1.875em;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 0.3125em 1em;
}

@media (min-width: 40em) {
  .banner-popup-module .bpw-date-wrap {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    flex-basis: 50%;
    column-gap: 0.4375em;
  }
}

.banner-popup-module .bpwt-calender-icon img {
  filter: invert(1);
  max-width: 1.5625em;
  width: 1.5625em;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 40em) {
  .banner-popup-module .bpwt-calender-icon img {
    max-width: 1.25em;
  }
}

.banner-popup-module .bpwt-date {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #ffffff;
  margin: 0;
}

.banner-popup-module .bpwt-booth {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #ffffff;
  margin: 0;
}

.banner-popup-module .bpw-booth-wrap {
  display: flex;
  align-items: center;
  column-gap: 1.875em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 0.3125em 1em;
}

@media (min-width: 40em) {
  .banner-popup-module .bpw-booth-wrap {
    flex-basis: 50%;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    column-gap: 0.4375em;
  }
}

.banner-popup-module .bpwt-booth-icon img {
  filter: invert(1);
  max-width: 1.5625em;
  width: 1.5625em;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 40em) {
  .banner-popup-module .bpwt-booth-icon img {
    max-width: 1.25em;
  }
}

.banner-popup-module .bpw-bottom-wrap {
  display: flex;
  align-items: center;
  column-gap: 1.875em;
  padding: 0.3125em 1em;
}

@media (min-width: 40em) {
  .banner-popup-module .bpw-bottom-wrap {
    column-gap: 0.4375em;
  }
}

.banner-popup-module .bpwt-location-icon img {
  filter: invert(1);
  min-width: 1.5625em;
  max-width: 1.5625em;
  width: 1.5625em;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 40em) {
  .banner-popup-module .bpwt-location-icon img {
    max-width: 1.25em;
    min-width: 1.25em;
  }
}

.banner-popup-module .bpwt-location {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #ffffff;
  margin: 0;
}

.blogs {
  justify-content: space-around;
}

.rows-of-3.blogs> {
  justify-content: space-around;
}

@media (min-width: 40em) {
  .rows-of-3.blogs>* {
    width: 45.7615656014%;
    margin: 0.5%;
  }
}

@media (min-width: 60em) {
  .rows-of-3.blogs>* {
    width: 31.7615656014%;
  }
}

.rows-of-3.blogs>.wp-pagenavi {
  display: block;
  width: 100%;
}

.lightbox {
  display: inline-block;
}

.lightbox img {
  display: block;
}

.mfp-zoom-out-cur .sh-sticky-wrap.stuck,
.mfp-zoom-out-cur .pillar-anchor-links-module.stuck {
  width: calc(100% - 15px);
}

.yt-video iframe {
  max-width: 100%;
}

.pillar-anchor-links-module {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
}

.pillar-anchor-links-module .inner-wrap,
.pillar-anchor-links-module .inner-wrap-narrow,
.pillar-anchor-links-module .inner-wrap-wide,
.pillar-anchor-links-module .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}

.pillar-anchor-links-module .pillar-anchor-links-wrap {
  padding: 1.25em 0;
}

.pillar-anchor-links-module .pillar-anchor-links-wrap>li {
  text-align: center;
  padding: 0.3125em;
}

.pillar-anchor-links-module .pillar-anchor-links-wrap>li:last-child {
  border-bottom: 0;
}

.pillar-anchor-links-module .pillar-anchor-links-wrap>li>a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.125em;
  line-height: 1.2222222222em;
  color: #ffffff;
  padding: 0.3611111111em 0.3611111111em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 3px 6px #00000029;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.pillar-anchor-links-module .pillar-anchor-links-wrap>li>a:hover,
.pillar-anchor-links-module .pillar-anchor-links-wrap>li>a:focus {
  background-color: #9A1717;
}

.pillar-anchor-links-module .pillar-anchor-links-wrap>li.pillar-active a {
  background-color: #9A1717;
}

@media (min-width: 60em) {
  .pillar-anchor-links-module.stuck {
    position: fixed;
    z-index: 9;
    background-color: #000000;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap {
    display: flex;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li {
    width: 16.66%;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    /*&:last-child{
        border-right: 0;
    }  
    &:hover{
        border-right: 0;
    } */
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li:after {
    content: "";
    width: 1px;
    height: calc(100% - 3px);
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li:last-child:after {
    display: none;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li.pillar-active>a:before {
    opacity: 1;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li>a {
    padding: 0.3611111111em 0.5555555556em;
    height: 100%;
    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;
    margin: 0 auto;
    position: relative;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li>a:before {
    content: "";
    width: calc(100% + 4px);
    height: 100%;
    background-color: #9A1717;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: -2px;
    opacity: 0;
    z-index: 1;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li>a:hover {
    /*&:after{
        opacity: 0;
    }*/
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li>a:hover:before {
    opacity: 1;
  }

  .pillar-anchor-links-module .pillar-anchor-links-wrap>li>a span {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 80em) {
  .pillar-anchor-links-module .pillar-anchor-links-wrap>li>a {
    padding: 0.3611111111em 1.1111111111em;
  }
}

@media (max-width: 959px) {
  .additional-pillar-stuck {
    padding-top: 0 !important;
  }
}

.content-with-left-image-module .inner-wrap,
.content-with-left-image-module .inner-wrap-narrow,
.content-with-left-image-module .inner-wrap-wide,
.content-with-left-image-module .inner-wrap-fullwidth {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.content-with-left-image-module .cwlim-img-wrap {
  text-align: center;
}

.content-with-left-image-module .cwlim-image {
  max-width: 26.9375em;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.content-with-left-image-module .cwlim-content-wrap {
  margin-top: 1.25em;
}

.content-with-left-image-module .cwlim-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 60em) {

  .content-with-left-image-module .inner-wrap,
  .content-with-left-image-module .inner-wrap-narrow,
  .content-with-left-image-module .inner-wrap-wide,
  .content-with-left-image-module .inner-wrap-fullwidth {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .content-with-left-image-module .cwlim-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-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;
  }

  .content-with-left-image-module .cwlim-img-wrap {
    width: 26.9375em;
    text-align: left;
  }

  .content-with-left-image-module .cwlim-image {
    margin: 0;
  }

  .content-with-left-image-module .cwlim-content-wrap {
    width: calc(100% - 28.8125em);
    margin-top: 0;
  }
}

@media (min-width: 80em) {
  .content-with-left-image-module .cwlim-content-wrap {
    width: calc(100% - 30em);
    margin-top: 0;
  }
}

.pillar-content-module {
  position: relative;
}

.pillar-content-module .inner-wrap,
.pillar-content-module .inner-wrap-narrow,
.pillar-content-module .inner-wrap-wide,
.pillar-content-module .inner-wrap-fullwidth {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.pillar-content-module.pcm-bg {
  background-size: cover;
  background-position: center;
}

.pillar-content-module.pcm-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.41);
}

.pillar-content-module .pcm-content p:last-child {
  margin-bottom: 0;
}

.pillar-content-module .pcm-content .list-icon {
  margin: 1.5625em 0;
  text-align: left;
}

.pillar-content-module .pcm-content .list-icon ul:not([class]) {
  padding-left: 0;
  margin-bottom: 0;
}

.pillar-content-module .pcm-content .list-icon ul:not([class]) li:not([class]) {
  padding-left: 3.1176470588em;
  min-height: 2em;
  margin-bottom: 1.1764705882em;
  line-height: 1;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  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;
}

.pillar-content-module .pcm-content .list-icon ul:not([class]) li:not([class]):after {
  background-image: url(img/list-red-icon.svg) !important;
  background-size: contain !important;
  width: 2em;
  height: 2em;
  background-position: center;
  top: 0;
  left: 0;
}

.pillar-content-module.pcm-dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.pillar-content-module.pcm-dark .pcm-heading {
  color: #ffffff;
}

.pillar-content-module.pcm-dark .pcm-content {
  color: #ffffff;
}

.pillar-content-module.pcm-dark .pcm-content p {
  color: #ffffff;
}

.pillar-content-module.pcm-dark .pcm-content ul:not([class]) li:not([class]) {
  color: #ffffff;
}

.pillar-content-module.pcm-dark .pcm-content .list-icon ul:not([class]) li:not([class]):after {
  background-image: url(img/list-white-icon.svg) !important;
}

@media (min-width: 40em) {
  .pillar-content-module .pcm-content .list-icon {
    margin: 1.5625em 0 0.3125em;
  }

  .pillar-content-module .pcm-content .list-center ul:not([class]) {
    -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;
  }

  .pillar-content-module .col-list4 ul:not([class]),
  .pillar-content-module .col-list5 ul:not([class]) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -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;
  }

  .pillar-content-module .col-list4 ul:not([class]) li:not([class]),
  .pillar-content-module .col-list5 ul:not([class]) li:not([class]) {
    width: 50%;
    padding-right: 2%;
  }
}

@media (min-width: 60em) {

  .pillar-content-module .inner-wrap,
  .pillar-content-module .inner-wrap-narrow,
  .pillar-content-module .inner-wrap-wide,
  .pillar-content-module .inner-wrap-fullwidth {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .pillar-content-module .pcm-content .list-icon {
    margin: 2.1875em 0;
  }

  .pillar-content-module .col-list4 ul:not([class]) li:not([class]),
  .pillar-content-module .col-list5 ul:not([class]) li:not([class]) {
    width: 25%;
    padding-right: 1%;
  }
}

@media (min-width: 80em) {
  .pillar-content-module .col-list5 ul:not([class]) li:not([class]) {
    width: 20%;
  }
}

.pillar-bucket-module {
  background-color: #000000;
}

.pillar-bucket-module .inner-wrap,
.pillar-bucket-module .inner-wrap-narrow,
.pillar-bucket-module .inner-wrap-wide,
.pillar-bucket-module .inner-wrap-fullwidth {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.pillar-bucket-module .pbm-heading {
  color: #ffffff;
}

.pillar-bucket-module .pbm-content {
  color: #ffffff;
}

.pillar-bucket-module .pbm-content p {
  color: #ffffff;
}

.pillar-bucket-module .pbm-wrap {
  margin-top: 1.5625em;
}

.pillar-bucket-module .pbm-item {
  background-size: cover;
  background-position: center;
  height: 18.6875em;
  position: relative;
  max-width: 34.3125em;
  margin: 0 auto 0.8125em;
}

.pillar-bucket-module .pbm-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.pillar-bucket-module .pbm-item:hover:before {
  background-color: rgba(0, 0, 0, 0.84);
}

.pillar-bucket-module .pbm-item:hover .pbm-overlay {
  opacity: 1;
}

.pillar-bucket-module .pbm-item:hover .pbm-title {
  opacity: 0;
}

.pillar-bucket-module .pbm-title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.35em;
  color: #ffffff;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  max-width: 22.1em;
  min-height: 5.75em;
  padding: 0.75em;
  width: 90%;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pillar-bucket-module .pbm-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0.9375em;
}

.pillar-bucket-module .pbm-overlay-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 31.25em;
  max-height: 95%;
  max-width: 98%;
}

.pillar-bucket-module .pbm-overlay-title {
  display: block;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5em;
}

.pillar-bucket-module .pbm-overlay-desc {
  display: block;
  color: #ffffff;
  text-align: center;
}

.pillar-bucket-module .pbm-overlay-desc p {
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.4285714286em;
  margin: 0.7142857143em 0;
}

.pillar-bucket-module .pbm-overlay-desc p:last-child {
  margin-bottom: 0;
}

.pillar-bucket-module .pbm-overlay-desc p:first-child {
  margin-top: 0;
}

.pillar-bucket-module .pbm-overlay-desc ul:not([class]) {
  text-align: left;
  display: table;
  margin: 0 auto;
}

.pillar-bucket-module .pbm-overlay-desc ul:not([class]) li:not([class]) {
  font-size: 0.875em;
  line-height: 1.4285714286em;
}

@media (min-width: 60em) {

  .pillar-bucket-module .inner-wrap,
  .pillar-bucket-module .inner-wrap-narrow,
  .pillar-bucket-module .inner-wrap-wide,
  .pillar-bucket-module .inner-wrap-fullwidth {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .pillar-bucket-module .pbm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin-top: 2.3125em;
  }

  .pillar-bucket-module .pbm-item {
    width: calc(50% - 0.9375em);
    margin: 0 0 0.8125em;
    max-width: initial;
  }
}

@media (min-width: 80em) {
  .pillar-bucket-module .pbm-overlay-desc p {
    font-size: 0.9375em;
    line-height: 1.5333333333em;
    margin: 0.6666666667em 0;
  }

  .pillar-bucket-module .pbm-overlay-desc p:last-child {
    margin-bottom: 0;
  }

  .pillar-bucket-module .pbm-overlay-desc p:first-child {
    margin-top: 0;
  }

  .pillar-bucket-module .pbm-overlay-desc ul:not([class]) li:not([class]) {
    font-size: 0.9375em;
    line-height: 1.5333333333em;
  }
}

.pillar-cta-module .pctam-url {
  font-size: 1.25em;
  line-height: 1.4em;
  font-family: "Barlow Condensed", sans-serif;
  color: #ffffff;
  display: block;
  background-color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.2em 0.75em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pillar-cta-module .pctam-url:hover,
.pillar-cta-module .pctam-url:focus {
  background-color: #9A1717;
}

.pillar-cta-module .pctam-url strong {
  font-size: 1.8em;
  line-height: 1.2222222222em;
  font-weight: 700;
  display: block;
  text-transform: initial;
}

.pillar-cta-module .pcta-item-2 .pctam-url {
  background-color: #9A1717;
}

.pillar-cta-module .pcta-item-2 .pctam-url:hover,
.pillar-cta-module .pcta-item-2 .pctam-url:focus {
  background-color: #000000;
}

@media (min-width: 60em) {
  .pillar-cta-module .pcta-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pillar-cta-module .pcta-item {
    width: 50%;
  }
}

.page-template-pillar-page .site-header-wrap {
  background-position: center bottom;
}

.page-template-pillar-page .site-header-wrap:before {
  background-color: rgba(0, 0, 0, 0.41);
}

.page-template-pillar-page .site-content-primary-fullwidth>.inner-wrap.no-padding,
.page-template-pillar-page .site-content-primary-fullwidth>.no-padding.inner-wrap-narrow,
.page-template-pillar-page .site-content-primary-fullwidth>.no-padding.inner-wrap-wide,
.page-template-pillar-page .site-content-primary-fullwidth>.no-padding.inner-wrap-fullwidth {
  padding: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: auto !important;
}

.site-intro {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.site-intro::before {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.video-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-vimeo {
  position: relative;
  display: inline-block;
}

.popup-vimeo img {
  display: block;
}

.popup-vimeo:after {
  content: "";
  width: 3.125em;
  height: 3.125em;
  background-image: url(img/video-icon.png);
  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-vimeo:hover:after,
.popup-vimeo:focus:after {
  opacity: 0.7;
}

/*========= site-intro-new module =====*/
.site-intro-module {
  overflow: hidden;
  position: relative;
}

.site-intro-module .inner-wrap-wide {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 64px;
  position: relative;
  z-index: 5;
}

@media (min-width: 60em) {
  .site-intro-module .inner-wrap-wide {
    padding: 7rem 2rem;
  }
}

.site-intro-module .sim-slide {
  position: relative;
  align-items: center;
  min-height: 650px;
}

.site-intro-module .sim-slide .inner-wrap-wide {
  min-height: 650px;
  display: flex;
  align-items: center;
}

@media (min-width: 40em) {
  .site-intro-module .sim-slide {
    min-height: 750px;
  }

  .site-intro-module .sim-slide .inner-wrap-wide {
    min-height: 750px;
  }
}

@media (min-width: 60em) {
  .site-intro-module .sim-slide {
    min-height: 800px;
  }

  .site-intro-module .sim-slide .inner-wrap-wide {
    min-height: 800px;
  }
}

.site-intro-module .sim-slide--image {
  background-size: cover;
  background-position: center;
}

.site-intro-module .sim-media {
  position: absolute;
  inset: 0;
}

.site-intro-module .sim-media:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 0.8;
}

.site-intro-module .sim-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 60em) {
  .site-intro-module .sim-media:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
  }
}

.site-intro-module .sim-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
}

@media (min-width: 60em) {
  .site-intro-module .sim-overlay {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 44.86%, rgba(0, 0, 0, 0) 93.65%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 44.86%, rgba(0, 0, 0, 0) 93.65%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 44.86%, rgba(0, 0, 0, 0) 93.65%);
  }
}

.site-intro-module .sim-content {
  max-width: 630px;
  position: relative;
}

.site-intro-module .sim-label {
  text-transform: uppercase;
  color: #9A1717;
  font-size: 1em;
  line-height: 1.3125em;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 60em) {
  .site-intro-module .sim-label {
    font-size: 1.125em;
    line-height: 1.2777777778em;
  }
}

.site-intro-module .sim-slide--image .sim-label {
  color: #F1A917;
}

.site-intro-module .sim-title {
  font-size: 44px;
  line-height: 53px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #181818;
}

.site-intro-module .sim-title span {
  color: #9A1717;
}

@media (min-width: 60em) {
  .site-intro-module .sim-title {
    font-size: 54px;
    line-height: 65px;
  }
}

.site-intro-module .sim-slide--image {
  color: #fff;
}

.site-intro-module .sim-slide--image .sim-title {
  color: #ffffff;
}

.site-intro-module .sim-slide--image .sim-title span {
  color: #ffffff;
}

.site-intro-module .sim-slide--image .sim-text {
  color: #ffffff;
}

.site-intro-module .sim-text {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 35px;
}

.site-intro-module .sim-btn-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.site-intro-module .sim-btn {
  text-decoration: none;
  transition: 0.3s;
}

@media (min-width: 60em) {
  .site-intro-module {
    margin-top: -6.2vw;
  }
}

@media (min-width: 80em) {
  .site-intro-module {
    margin-top: -5.5em;
  }
}

.site-intro-module .slick-list,
.site-intro-module .slick-track {
  height: 100%;
}

.site-intro-module .slick-slide {
  height: auto;
}

.site-intro-module .slick-slide>div {
  height: 100%;
}

.site-intro-module .slick-arrow {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
  cursor: pointer;
}

.site-intro-module .slick-arrow:before {
  display: none;
}

.site-intro-module .slick-prev {
  left: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  top: auto;
  transform: none;
  text-decoration: none;
}

.site-intro-module .slick-prev:after {
  display: none;
}

.site-intro-module .slick-next {
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  top: auto;
  transform: none;
  text-decoration: none;
}

.site-intro-module .slick-next:after {
  display: none;
}

.site-intro-module .sim-slider .slick-slide:nth-of-type(2) .sim-title {
  max-width: 550px;
}

.site-intro-module .sim-slider .slick-prev {
  background-image: url(img/prev-white-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: transparent;
}

.site-intro-module .sim-slider .slick-next {
  background-image: url(img/next-white-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: transparent;
}

.site-intro-module .sim-slider.arrow-gray .slick-prev {
  background-image: url(img/prev-gray-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: transparent;
}

.site-intro-module .sim-slider.arrow-gray .slick-next {
  background-image: url(img/next-gray-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: transparent;
}

.site-intro-module .slick-dots {
  bottom: 30px;
}

.site-intro-module .slick-dots li {
  width: 12px;
  margin: 0 4px;
}

.site-intro-module .slick-dots button::after {
  display: none;
}

.site-intro-module .slick-dots li button:before {
  font-size: 38px;
  color: #A09A92;
  display: none;
}

.site-intro-module .slick-dots li button {
  background-color: #A09A92;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.site-intro-module .slick-dots li.slick-active button {
  background-color: #CC1F1F;
}

.site-intro-module .slick-dots li.slick-active button:before {
  color: #CC1F1F;
}

@media (max-width: 639px) {
  .site-intro-module .sim-btn {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .site-intro-module .sim-btn:after {
    right: auto;
    margin-left: 7px;
  }
}

.sim-slider-controls {
  position: relative;
  max-width: 86.25em;
  margin: 0 auto;
}

.goog-te-gadget {
  font-size: 1em !important;
}

/* Modern Native CSS Nesting Style for Engineering Hero Banner */
.engineering-hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0b0d10;
  color: #ffffff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* Nested Content Box */
  /* Nested Eyebrow Tag */
  /* Nested Hero Title */
  /* Nested Subtitle Paragraph */
  /* Nested Primary Action Button with Hover Slide */
}

.engineering-hero-banner .inner-wrap-wide {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 60em) {
  .engineering-hero-banner .inner-wrap-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.engineering-hero-banner .hero-content {
  align-items: center;
}

.engineering-hero-banner .hero-content {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.engineering-hero-banner .hero-eyebrow {
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 60em) {
  .engineering-hero-banner .hero-eyebrow {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 40px;
  }
}

.engineering-hero-banner .hero-title {
  font-size: 44px;
  line-height: 53px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}

@media (min-width: 60em) {
  .engineering-hero-banner .hero-title {
    font-size: 54px;
    line-height: 65px;
  }
}

.engineering-hero-banner .hero-subtitle {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 0;
}

@media (min-width: 60em) {
  .engineering-hero-banner .hero-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}

.top-content-with-buckets-module {
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-content-with-buckets-module .inner-wrap-wide {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 60em) {
  .top-content-with-buckets-module .inner-wrap-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.top-content-with-buckets-module .tcwbm-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

@media (min-width: 60em) {
  .top-content-with-buckets-module .tcwbm-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}

.top-content-with-buckets-module .tcwbm-content {
  max-width: 1088px;
}

.top-content-with-buckets-module .tcwbm-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 0;
  color: #9A1717;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 60em) {
  .top-content-with-buckets-module .tcwbm-eyebrow {
    font-size: 18px;
    line-height: 23px;
  }
}

.top-content-with-buckets-module .tcwbm-title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  color: #181818;
}

@media (min-width: 60em) {
  .top-content-with-buckets-module .tcwbm-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
  }
}

.top-content-with-buckets-module .tcwbm-description {
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  color: #181818;
}

.top-content-with-buckets-module .tcwbm-action {
  flex-shrink: 0;
}

.top-content-with-buckets-module .tcwbm-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 40em) {
  .top-content-with-buckets-module .tcwbm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 80em) {
  .top-content-with-buckets-module .tcwbm-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

.top-content-with-buckets-module .tcwbm-card {
  overflow: hidden;
}

.top-content-with-buckets-module .tcwbm-card p {
  margin: 0;
}

.top-content-with-buckets-module .tcwbm-card:hover .tcwbm-image img {
  transform: scale(1);
}

.top-content-with-buckets-module .tcwbm-card:hover .tcwbm-card-title:before {
  opacity: 1;
}

.top-content-with-buckets-module .tcwbm-card:hover .tcwbm-overlay {
  transform: translateY(0);
}

.top-content-with-buckets-module .tcwbm-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.top-content-with-buckets-module .tcwbm-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  height: 180px;
}

.top-content-with-buckets-module .tcwbm-image img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  object-fit: cover;
  transition: transform 0.35s ease;
}

@media (min-width: 60em) {
  .top-content-with-buckets-module .tcwbm-image {
    height: 240px;
  }
}

.top-content-with-buckets-module .tcwbm-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #a71d21;
  color: #fff;
  line-height: 1.5;
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

.top-content-with-buckets-module .tcwbm-card-footer {
  padding: 12px 0 0;
}

.top-content-with-buckets-module .tcwbm-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Stack Sans Text", sans-serif;
  position: relative;
  padding-right: 40px;
  color: #181818;
}

.top-content-with-buckets-module .tcwbm-card-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 100%;
  background-image: url(img/next-gray-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px;
  opacity: 1;
}

@media (min-width: 60em) {
  .top-content-with-buckets-module .tcwbm-card-title {
    font-size: 20px;
    line-height: 26px;
  }

  .top-content-with-buckets-module .tcwbm-card-title:before {
    opacity: 0;
  }
}

.top-content-with-buckets-module .tcwbm-arrow {
  font-size: 28px;
  color: #222;
}

.top-content-with-buckets-module .tcwbm-card:hover .tcwbm-image img {
  transform: scale(1);
}

.top-content-with-buckets-module .tcwbm-card:hover .tcwbm-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.goog-te-gadget-simple span {
  border-left: none !important;
}

/*======== Resource style ========*/
.resources-module {
  background-color: #eae5de;
  color: #1a1a1a;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  /* 1. Media Query @ 640px (40em = 640px / 16px) */
  /* 2. Media Query @ 960px (60em = 960px / 16px) -> 3 Buckets Side-by-Side */
}

.resources-module .inner-wrap-wide {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 60em) {
  .resources-module .inner-wrap-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.resources-module *,
.resources-module *::before,
.resources-module *::after {
  box-sizing: border-box;
}

.resources-module .resources-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.75em;
  width: 100%;
  /* Cards Grid - Mobile First Base (< 960px): 1 Column */
}

.resources-module .resources-container .resources-header {
  display: flex;
  flex-direction: column;
}

.resources-module .resources-container .resources-header .resources-subtitle {
  color: #9A1717;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  display: block;
}

@media (min-width: 60em) {
  .resources-module .resources-container .resources-header .resources-subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}

.resources-module .resources-container .resources-header .resources-title {
  color: #181818;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (min-width: 60em) {
  .resources-module .resources-container .resources-header .resources-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.resources-module .resources-container .resources-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* 1 bucket per row on mobile */
  gap: 1.5em;
  width: 100%;
  place-items: center;
}

.resources-module .resources-container .resources-grid .resource-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 25em;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border-radius: 0em;
  box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) {
  .resources-module .resources-container .resources-grid .resource-card:hover {
    box-shadow: 0 0.75em 1.5em -0.25em rgba(0, 0, 0, 0.1);
  }

  .resources-module .resources-container .resources-grid .resource-card:hover .card-title {
    color: #b83232;
  }
}

.resources-module .resources-container .resources-grid .resource-card:active {
  transform: scale(0.995);
}

.resources-module .resources-container .resources-grid .resource-card .card-image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #ded8cf;
}

.resources-module .resources-container .resources-grid .resource-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.resources-module .resources-container .resources-grid .resource-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.resources-module .resources-container .resources-grid .resource-card .card-body .card-category {
  color: #6B635A;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (min-width: 60em) {
  .resources-module .resources-container .resources-grid .resource-card .card-body .card-category {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}

.resources-module .resources-container .resources-grid .resource-card .card-body .card-title {
  color: #9A1717;
  font-size: 26px;
  line-height: 31px;
  font-weight: 500;
  margin: 0 0 12px 0;
  transition: color 0.2s ease;
  overflow-wrap: break-word;
}

@media (min-width: 60em) {
  .resources-module .resources-container .resources-grid .resource-card .card-body .card-title {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 20px 0;
  }
}

.resources-module .resources-container .resources-grid .resource-card .card-body .card-excerpt {
  color: #4a4742;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 20px 0;
  font-weight: 300;
  flex-grow: 1;
  overflow-wrap: break-word;
}

.resources-module .resources-container .resources-grid .resource-card .card-body .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4B4B4B;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: auto;
  text-decoration: none;
}

.resources-module .resources-container .resources-grid .resource-card .card-body .card-link .card-link-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  background-image: url(img/gray-arrow-read-more.svg);
}

.resources-module .resources-container .resources-grid .resource-card .card-body .card-link:hover,
.resources-module .resources-container .resources-grid .resource-card .card-body .card-link:focus {
  opacity: 0.85;
}

@media (min-width: 40em) {
  .resources-module .resources-container {
    gap: 2.125em;
  }

  .resources-module .resources-container .resources-grid {
    gap: 1.625em;
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-module .resources-container .resources-grid .resource-card .card-body {
    padding: 1.5em 1.5em 1.75em 1.5em;
  }
}

@media (min-width: 60em) {
  .resources-module .resources-container {
    gap: 2.5em;
    /* 3 buckets side-by-side above 960px */
  }

  .resources-module .resources-container .resources-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .resources-module .resources-container .resources-grid .resource-card .card-image-wrapper {
    height: 178px;
  }
}

/*======= about us module ============*/
.home-our-process-module {
  background: #181818;
  color: #fff;
}

.home-our-process-module .inner-wrap-wide {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 60em) {
  .home-our-process-module .inner-wrap-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.home-our-process-module .hopm-header {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-header {
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-center;
    margin-bottom: 60px;
  }
}

.home-our-process-module .hopm-heading h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-heading h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
  }
}

.home-our-process-module .hopm-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 0;
  color: #F5F3F0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-eyebrow {
    font-size: 18px;
    line-height: 23px;
  }
}

.home-our-process-module .hopm-process {
  position: relative;
  display: grid;
  gap: 30px;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-process {
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
  }
}

.home-our-process-module .hopm-line {
  display: none;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-line {
    display: block;
    position: absolute;
    left: -250%;
    right: 0;
    top: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 0;
    width: 500%;
  }
}

.home-our-process-module .hopm-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 2;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-item {
    display: block;
  }
}

.home-our-process-module .hopm-number {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #9A1717;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
  font-family: "Barlow Condensed", sans-serif;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-number {
    margin-bottom: 28px;
  }
}

.home-our-process-module .hopm-content h3 {
  margin: 0 0 4px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.home-our-process-module .hopm-content p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-content h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .home-our-process-module .hopm-content p {
    font-size: 16px;
    line-height: 21px;
  }
}

.home-our-process-module .hopm-bottom {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #241F1A;
  padding: 20px;
  display: grid;
  gap: 30px;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-bottom {
    margin-top: 60px;
    grid-template-columns: 4fr 1fr;
    align-items: center;
    gap: 60px;
    padding: 33px;
  }
}

.home-our-process-module .hopm-bottom-text {
  font-size: 16px;
  line-height: 21px;
  order: 2;
  color: #241F1A;
  font-weight: 300;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-bottom-text {
    order: 1;
  }
}

.home-our-process-module .hopm-bottom-highlight {
  color: #9A1717;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  order: 1;
  font-family: "Barlow Condensed", sans-serif;
}

@media (min-width: 60em) {
  .home-our-process-module .hopm-bottom-highlight {
    text-align: right;
    order: 2;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

/*======= indusries style ==========*/
.industries-section {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}

.industries-section .inner-wrap-wide {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 60em) {
  .industries-section .inner-wrap-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.industries-section .industries-header {
  margin-bottom: 36px;
}

.industries-section .industries-header .industries-eyebrow {
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9A1717;
  margin-bottom: 12px;
}

@media (min-width: 60em) {
  .industries-section .industries-header .industries-eyebrow {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 12px;
  }
}

.industries-section .industries-header .industries-title {
  margin: 0;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  color: #181818;
}

@media (min-width: 960px) {
  .industries-section .industries-header .industries-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.industries-section .industries-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .industries-section .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .industries-section .industries-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.industries-section .industry-card {
  position: relative;
  display: block;
  height: 128px;
  overflow: hidden;
  text-decoration: none;
  background-color: #120505;
  cursor: pointer;
  box-sizing: border-box;
}

.industries-section .industry-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(75, 75, 75, 0.3);
  z-index: 1;
}

.industries-section .industry-card:focus-visible {
  outline: 3px solid #B24A42;
  outline-offset: 3px;
}

.industries-section .industry-card .industry-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.industries-section .industry-card .industry-card__image-wrapper .industry-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.industries-section .industry-card .industry-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
  transition: background 0.35s ease, opacity 0.35s ease;
}

.industries-section .industry-card .industry-card__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  top: 41%;
  height: 100%;
}

@media (min-width: 960px) {
  .industries-section .industry-card .industry-card__content {
    top: 78%;
  }
}

.industries-section .industry-card .industry-card__content .industry-card__title {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  color: #ffffff;
  transition: margin 0.35s ease, font-size 0.35s ease;
}

@media (min-width: 1024px) {
  .industries-section .industry-card .industry-card__content .industry-card__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.industries-section .industry-card .industry-card__content .industry-card__desc {
  padding: 0 8px;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.industries-section .industry-card .industry-card__content .industry-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.industries-section .industry-card .industry-card__content .industry-card__btn .arrow {
  font-size: 33px;
  line-height: 1;
  margin-left: 5px;
  text-indent: -999px;
  width: 16px;
  height: 16px;
  background-image: url(img/btn-arrow-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 960px) {
  .industries-section .industry-card {
    height: 380px;
  }
}

@media (min-width: 1200px) {

  .industries-section .industry-card:hover,
  .industries-section .industry-card:focus-visible {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }

  .industries-section .industry-card:hover .industry-card__image,
  .industries-section .industry-card:focus-visible .industry-card__image {
    transform: scale(1);
  }

  .industries-section .industry-card:hover .industry-card__overlay,
  .industries-section .industry-card:focus-visible .industry-card__overlay {
    background: rgba(0, 0, 0, 0.8);
  }

  .industries-section .industry-card:hover .industry-card__title,
  .industries-section .industry-card:focus-visible .industry-card__title {
    margin-top: 0;
  }

  .industries-section .industry-card:hover .industry-card__desc,
  .industries-section .industry-card:focus-visible .industry-card__desc {
    opacity: 1 !important;
    transform: translateY(0);
  }

  .industries-section .industry-card:hover .industry-card__btn,
  .industries-section .industry-card:focus-visible .industry-card__btn {
    opacity: 1 !important;
    transform: translateY(0);
  }

  .industries-section .industry-card:hover .industry-card__content,
  .industries-section .industry-card:focus-visible .industry-card__content {
    top: 0;
  }
}

/*========= home about us module ===========*/
.home-about-us-module {
  position: relative;
  background: url("/wp-content/uploads/container-img.png") center center/cover no-repeat;
  overflow: hidden;
}

.home-about-us-module .inner-wrap-wide {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 60em) {
  .home-about-us-module .inner-wrap-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.home-about-us-module .haum-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 60em) {
  .home-about-us-module .haum-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
  }
}

.home-about-us-module .haum-content {
  width: 100%;
}

@media (min-width: 60em) {
  .home-about-us-module .haum-content {
    width: 43%;
  }
}

.home-about-us-module .haum-subtitle {
  display: inline-block;
  color: #F1A917;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

@media (min-width: 60em) {
  .home-about-us-module .haum-subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
  }
}

.home-about-us-module .haum-title {
  color: #fff;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (min-width: 60em) {
  .home-about-us-module .haum-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 540px;
  }
}

.home-about-us-module .haum-text {
  margin-bottom: 40px;
}

.home-about-us-module .haum-text p {
  color: white;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}

.home-about-us-module .haum-text p:last-child {
  margin-bottom: 0;
}

.home-about-us-module .haum-stats {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

@media (min-width: 40em) {
  .home-about-us-module .haum-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (min-width: 60em) {
  .home-about-us-module .haum-stats {
    width: 48%;
    gap: 90px 70px;
    align-content: center;
  }
}

.home-about-us-module .haum-stat-item {
  text-align: center;
}

.home-about-us-module .haum-stat-item h3 {
  color: #fff;
  font-size: 54px;
  line-height: 65px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.home-about-us-module .haum-stat-item p {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  max-width: 230px;
  margin: 0 auto;
  font-family: "Barlow Condensed", sans-serif;
}

/*======== testimonial module =========*/
.home-testimonials-our-clients-say-module {
  background: #ffffff url("/wp-content/uploads/Team-section.png") center center/cover no-repeat;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 0;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 24px;
  }
}

@media (min-width: 80em) {
  .home-testimonials-our-clients-say-module {
    padding-left: 24px;
  }
}

@media (min-width: 1400px) {
  .home-testimonials-our-clients-say-module {
    padding-left: 54px;
  }
}

@media (min-width: 1903px) {
  .home-testimonials-our-clients-say-module {
    padding-left: 16.6vw;
  }
}

.home-testimonials-our-clients-say-module .htocsm-heading-wrap {
  order: 1;
  margin-bottom: 40px;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
  }
}

.home-testimonials-our-clients-say-module .htocsm-heading {
  width: 100%;
}

.home-testimonials-our-clients-say-module .htocsm-subtitle {
  display: inline-block;
  color: #9A1717;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
  }
}

.home-testimonials-our-clients-say-module .htocsm-title {
  color: #181818;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 540px;
    margin-bottom: 0;
  }
}

.home-testimonials-our-clients-say-module .htocsm-slider {
  order: 2;
  margin: 0;
}

.home-testimonials-our-clients-say-module .htocsm-slider .slick-list {
  overflow: hidden;
  padding-right: 70px !important;
  padding-left: 0 !important;
}

.home-testimonials-our-clients-say-module .htocsm-slider .slick-track {
  margin-left: 0;
  display: flex;
}

.home-testimonials-our-clients-say-module .htocsm-slider .slick-slide {
  height: inherit;
  padding-right: 12px;
  padding-left: 0;
  padding-bottom: 40px;
}

.home-testimonials-our-clients-say-module .htocsm-slider .slick-slide>div {
  height: 100%;
}

@media (min-width: 40em) {
  .home-testimonials-our-clients-say-module .htocsm-slider .slick-list {
    padding-right: 30% !important;
  }

  .home-testimonials-our-clients-say-module .htocsm-slider .slick-slide {
    padding-right: 18px;
  }
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-slider .slick-slide {
    padding-right: 24px;
  }
}

.home-testimonials-our-clients-say-module .htocsm-slider .slick-track {
  display: flex;
}

.home-testimonials-our-clients-say-module .htocsm-slider .slick-slide {
  height: inherit;
  padding: 5px 8px 37px 8px;
}

.home-testimonials-our-clients-say-module .htocsm-slider .slick-slide>div {
  height: 100%;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-slider {
    margin: 0 -20px;
  }

  .home-testimonials-our-clients-say-module .htocsm-slider .slick-slide {
    padding: 0 20px 40px;
  }
}

.home-testimonials-our-clients-say-module .htocsm-slide {
  height: 100%;
}

.home-testimonials-our-clients-say-module .htocsm-card {
  height: 100%;
  min-height: 360px;
  padding: 20px;
  background: #fff;
  border: 1px solid #DDE1E6;
  background: #FFF;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-card {
    min-height: 285px;
    padding: 30px;
  }
}

.home-testimonials-our-clients-say-module .htocsm-content {
  margin-bottom: 40px;
  color: #241F1A;
  font-size: 18px;
  line-height: 23px;
}

.home-testimonials-our-clients-say-module .htocsm-author h4 {
  margin: 0 0 8px;
  color: #181818;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Stack Sans Text", sans-serif;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-author h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 8px;
  }
}

.home-testimonials-our-clients-say-module .htocsm-author span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #9A1717;
  font-weight: 300;
}

.home-testimonials-our-clients-say-module .htocsm-arrows {
  order: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-arrows {
    order: 0;
    width: auto;
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .mob-arrow {
    display: none;
  }
}

.home-testimonials-our-clients-say-module .desk-arrow {
  display: none;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .desk-arrow {
    display: inline-flex;
    padding-right: 100px;
  }
}

.home-testimonials-our-clients-say-module .htocsm-arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #E9EAEB;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  background-image: url(img/arrow-left.svg);
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.home-testimonials-our-clients-say-module .htocsm-arrow:hover,
.home-testimonials-our-clients-say-module .htocsm-arrow:focus {
  border: 1px solid #9A1717;
}

.home-testimonials-our-clients-say-module .htocsm-arrow.htocsm-next {
  background-image: url(img/arrow-right.svg);
  margin-right: 16px;
}

@media (min-width: 60em) {
  .home-testimonials-our-clients-say-module .htocsm-arrow.htocsm-next {
    margin-right: 0;
  }
}

.home-testimonials-our-clients-say-module .htocsm-arrow:not(:last-child) {
  margin-right: 32px;
}

.home-testimonials-our-clients-say-module .slick-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/*======== Trusted by industry module ========*/
.home-trusted-by-industry-leaders-module {
  background: #F5F3F0;
}

.home-trusted-by-industry-leaders-module .inner-wrap-wide {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-trusted-by-industry-leaders-module .htbilm-row {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media (min-width: 60em) {
  .home-trusted-by-industry-leaders-module .htbilm-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
  }
}

.home-trusted-by-industry-leaders-module .htbilm-content {
  width: 100%;
  text-align: center;
}

@media (min-width: 60em) {
  .home-trusted-by-industry-leaders-module .htbilm-content {
    flex: 0 0 260px;
    text-align: left;
  }
}

.home-trusted-by-industry-leaders-module .htbilm-title {
  margin: 0;
  color: #181818;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
}

@media (min-width: 60em) {
  .home-trusted-by-industry-leaders-module .htbilm-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.home-trusted-by-industry-leaders-module .htbilm-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px 35px;
}

@media (min-width: 40em) {
  .home-trusted-by-industry-leaders-module .htbilm-logos {
    gap: 30px 45px;
  }
}

@media (min-width: 60em) {
  .home-trusted-by-industry-leaders-module .htbilm-logos {
    flex: 1;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
  }
}

.home-trusted-by-industry-leaders-module .htbilm-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-trusted-by-industry-leaders-module .htbilm-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 86px;
  transition: transform 0.3s ease;
}

@media (min-width: 60em) {
  .home-trusted-by-industry-leaders-module .htbilm-logo img {
    max-height: 43px;
  }
}

@media (min-width: 80em) {
  .home-trusted-by-industry-leaders-module .htbilm-logo img {
    max-height: 96px;
  }
}

/*======== frequently ask questions ========*/
.home-frequently-ask-questions-module {
  background: #181818;
}

.home-frequently-ask-questions-module .inner-wrap-wide {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 60em) {
  .home-frequently-ask-questions-module .inner-wrap-wide {
    padding-top: 8 0px;
    padding-bottom: 8 0px;
  }
}

.home-frequently-ask-questions-module .hfaqm-row {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (min-width: 60em) {
  .home-frequently-ask-questions-module .hfaqm-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
  }
}

.home-frequently-ask-questions-module .hfaqm-content {
  width: 100%;
}

@media (min-width: 60em) {
  .home-frequently-ask-questions-module .hfaqm-content {
    width: 30%;
    position: sticky;
    top: 30px;
  }
}

.home-frequently-ask-questions-module .hfaqm-title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 41px;
  font-weight: 500;
}

@media (min-width: 60em) {
  .home-frequently-ask-questions-module .hfaqm-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 250px;
  }
}

.home-frequently-ask-questions-module .hfaqm-accordion {
  width: 100%;
}

@media (min-width: 60em) {
  .home-frequently-ask-questions-module .hfaqm-accordion {
    width: 65%;
  }
}

.home-frequently-ask-questions-module .hfaqm-item {
  border-bottom: 1px solid #DBDAD9;
}

.home-frequently-ask-questions-module .hfaqm-item:last-child {
  border-bottom: 0;
}

.home-frequently-ask-questions-module .hfaqm-item.active .hfaqm-icon {
  transform: rotate(45deg);
}

.home-frequently-ask-questions-module .hfaqm-question {
  margin: 0;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  user-select: none;
}

@media (min-width: 40em) {
  .home-frequently-ask-questions-module .hfaqm-question {
    padding: 26px 0;
  }
}

.home-frequently-ask-questions-module .hfaqm-question-text {
  color: #F5F3F0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  flex: 1;
}

@media (min-width: 60em) {
  .home-frequently-ask-questions-module .hfaqm-question-text {
    font-size: 25px;
    line-height: 30px;
  }
}

.home-frequently-ask-questions-module .hfaqm-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  transition: 0.3s ease;
}

.home-frequently-ask-questions-module .hfaqm-answer {
  display: none;
}

.home-frequently-ask-questions-module .hfaqm-answer-inner {
  padding: 0 0 20px;
}

.home-frequently-ask-questions-module .hfaqm-answer-inner p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #181818;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 1.5em 0 1.875em;
  font-weight: 300;
  display: inline-block;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/material-symbols-light_language.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.375em;
  width: 1.375em;
  height: 1.375em;
}

@media (max-width: 639px) {

  .tcwbm-button,
  .mob-haum-btn {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .tcwbm-button:after,
  .mob-haum-btn:after {
    right: auto;
    margin-left: 7px;
  }
}

.desk-tcwbtm,
.desk-haum-btn {
  display: none;
}

@media (min-width: 60em) {

  .desk-tcwbtm,
  .desk-haum-btn {
    display: inline-block;
  }
}

.mobile-tcwbtm,
.mob-haum-btn {
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 60em) {

  .mobile-tcwbtm,
  .mob-haum-btn {
    display: none;
  }
}

.desk-hopm-btn {
  display: none;
  font-size: 1em;
}

@media (min-width: 60em) {
  .desk-hopm-btn {
    display: inline-block;
  }
}

.mobile-hopm-btn {
  margin-top: 40px;
  font-size: 1em;
  text-align: center;
}

@media (max-width: 639px) {
  .mobile-hopm-btn a {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .mobile-hopm-btn a:after {
    right: auto;
    margin-left: 7px;
  }
}

@media (min-width: 60em) {
  .mobile-hopm-btn {
    display: none;
  }
}

@media (max-width: 639px) {
  .hero-cta-btn {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-cta-btn:after {
    right: auto;
    margin-left: 7px;
  }
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* html .slides {
  height: 1%;
}

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

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

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

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

.flexslider .slides {
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-pauseplay a.flex-play:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.tablesaw-stack td,
.tablesaw-stack th {
  font-size: 0.875em;
  border-color: #a1a1a1;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {

  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {

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

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

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

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

.slick-prev span,
.slick-next span {
  display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  /*&:before {
          opacity: $slick-opacity-on-hover;
      }*/
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev {
  left: -35px;
  /*background: url(img/icons/carousel-arrow.svg) center/37px no-repeat;*/
  -webkit-transform: rotateY(180deg) translateY(-50%);
  -moz-transform: rotateY(180deg) translateY(-50%);
  -ms-transform: rotateY(180deg) translateY(-50%);
  -o-transform: rotateY(180deg) translateY(-50%);
  transform: rotateY(180deg) translateY(-50%);
  /*&:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }*/
  /*&:focus,
    &:hover {
      background: url(img/icons/carousel-arrow-hover.svg) center/37px no-repeat;
    }*/
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}

.slick-next {
  right: -35px;
  /*&:before {
        background: url(img/icons/carousel-arrow.svg) center/37px no-repeat;
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }*/
  /*&:focus,
    &:hover {
      background: url(img/icons/carousel-arrow-hover.svg) center/37px no-repeat;
    }*/
}

[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}

/* Dots */
/*.slick-dotted.slick-slider {
    margin-bottom: 30px;
}*/
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.comment-respond .required {
  color: #c02b0a;
}

.comment-respond .comment-form-cookies-consent input,
.comment-respond label {
  display: inline;
}

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F;
}

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/