@charset "UTF-8";
/*!
Theme Name: 	Titanova 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;
}

/* 1280 resolution */
/*1400px*/
/*
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: 60em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .col-1:last-child {
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-last {
    margin-right: 0;
    margin-right: 0 !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #5f5f5f;
  font-family: "Open Sans";
  font-size: 1em;
  line-height: 1.5;
}
@media (max-height: 46em) and (min-width: 60em) {
  body {
    font-size: 0.875em;
  }
}
@media (max-height: 40em) and (min-width: 60em) {
  body {
    font-size: 0.75em;
  }
}

.display-font-size {
  font-size: 2.109375em;
}
@media (min-width: 40em) {
  .display-font-size {
    font-size: 2.53125em;
  }
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 2.8125em;
  }
}

.xlarge-font-size {
  font-size: 1.640625em;
}
@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 1.96875em;
  }
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 2.1875em;
  }
}

.large-font-size {
  font-size: 0.984375em;
}
@media (min-width: 40em) {
  .large-font-size {
    font-size: 1.18125em;
  }
}
@media (min-width: 60em) {
  .large-font-size {
    font-size: 1.5625em;
  }
}

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

.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 {
  color: #000000;
  font-family: "Poppins";
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 2.109375em;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 24px;
  /*    border-bottom:3px solid $dark-red;*/
  font-weight: 900;
  vertical-align: top;
}
@media (min-width: 40em) {
  h1 {
    font-size: 2.53125em;
  }
}
@media (min-width: 60em) {
  h1 {
    font-size: 2.8125em;
  }
}

h2 {
  font-size: 1.640625em;
  font-weight: 800;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h2 {
    font-size: 1.96875em;
  }
}
@media (min-width: 60em) {
  h2 {
    font-size: 2.1875em;
  }
}
h2 > span {
  border-bottom: 3px solid #ff0000;
  display: inline-block;
  padding: 0 0 0.0571428571em;
  vertical-align: top;
}

h3 {
  font-size: 1.5625em;
  clear: both;
  margin-top: 40px;
  margin-bottom: 16px;
}

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

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

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

p {
  margin: 0 0 1.5882352941em;
  line-height: 1.5882352941em;
  font-size: 1.0625em;
}

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

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #d30505;
  text-decoration: underline;
}
a:hover {
  color: #880303;
}
a:visited, a:active, a:focus {
  /*color: $hover-link-color;*/
  outline: none;
}
a:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: -1px;
}

hr {
  border-bottom: 1px solid #bcbcbc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 31px 0 62px;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  padding: 0;
  margin: 0;
}

cite {
  color: #9f9f9f;
  font-style: italic;
}
cite:before {
  content: "— ";
}

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

input,
label,
select {
  display: block;
  font-family: "Open Sans";
  font-size: 1.0625em;
}

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: 3px;
  border: 1px solid #bcbcbc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans";
  font-size: 1.0625em;
  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: #a3a3a3;
}
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: #d30505;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(186, 4, 4, 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.0625em;
  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);
  background-position: center center;
  background-size: 0.4em;
  background-repeat: no-repeat;
}
ul:not([class]) li:not([class]) ul:not([class]) li:not([class]), ul:not([class]) li:not([class]) ol:not([class]) li:not([class]) {
  font-size: 1em;
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.bullet-style > li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.0625em;
  line-height: 1.5em;
}
.bullet-style > li a {
  text-decoration: none;
  font-weight: normal;
}
.bullet-style > li:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  background-size: 0.4em;
  background-repeat: no-repeat;
}
.bullet-style > li ul:not([class]) li:not([class]), .bullet-style > li ol:not([class]) li:not([class]) {
  font-size: 1em;
}

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
ol.bullet-style {
  list-style-type: decimal;
}
ol.bullet-style > li:after {
  content: none;
}
ol.bullet-style > li ul:not([class]) li:not([class]), ol.bullet-style > li ol:not([class]) li:not([class]) {
  font-size: 1em;
}
ol li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.0625em;
  line-height: 1.5em;
}
ol li a {
  text-decoration: none;
  font-weight: normal;
}
ol li ul:not([class]) li:not([class]), ol li ol:not([class]) li:not([class]) {
  font-size: 1em;
}

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

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

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

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

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

.spec-thead {
  display: block;
}

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

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

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

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

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

@media (min-width: 40em) {
  .spec-table {
    display: table;
  }

  .spec-thead {
    display: table-header-group;
  }

  .spec-table-row {
    display: table-row;
  }

  .spec-cell {
    display: table-cell;
  }
  .spec-cell p {
    font-size: 1em;
  }

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

  .spec-spec-col-2 {
    width: 70%;
  }
}
.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .btn-alt, .btn, .product-grid-item-link, button,
input[type=submit] {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  border: 1px solid #d30505;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover, .btn-arrow:hover, .btn-alt-download:hover, .btn-download:hover, .btn-alt:hover, .btn:hover, .product-grid-item-link:hover, button:hover,
input[type=submit]:hover {
  color: white;
}
.btn-alt-arrow:disabled, .btn-arrow:disabled, .btn-alt-download:disabled, .btn-download:disabled, .btn-alt:disabled, .btn:disabled, .product-grid-item-link:disabled, button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download: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: #d30505;
}
.btn:focus, .product-grid-item-link:focus, .btn-arrow:focus, .btn-download:focus, button:focus,
input[type=submit]:focus, .btn:hover, .product-grid-item-link:hover, .btn-arrow:hover, .btn-download:hover, button:hover,
input[type=submit]:hover {
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  color: #ffffff;
}
.btn:after, .product-grid-item-link:after, .btn-arrow:after, .btn-download:after, button:after,
input[type=submit]:after {
  background-color: #5f5f5f;
}

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

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #d30505;
  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:focus:after, .btn-arrow:focus:after, .btn-alt-download:focus:after, .btn-download:focus:after, .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);
}

button:focus:not(:hover):not(:active), input[type=submit]:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: 2px;
}

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

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

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid white;
  background-color: #ffffff;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-family: "Poppins";
  font-size: 1.0625em;
  font-weight: 400;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  height: 3.125em;
  line-height: 3.125em;
  color: #fff;
  text-decoration: none;
  padding: 0 4em;
}
.sn-li-l1 > a:hover, .sn-li-l1 > a:focus,
.hs-menu-depth-1 > a:hover,
.hs-menu-depth-1 > a:focus {
  color: #ffffff;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
  cursor: pointer;
  padding-right: 0em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75em;
  display: block;
  width: 40px;
  height: 51px;
  position: absolute;
  background-color: #f7f7f7;
  right: 0;
  top: 0;
  bottom: 0;
}
.sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
  transform: rotate(180deg);
}
.sn-li-l1:hover, .sn-li-l1:focus,
.hs-menu-depth-1:hover,
.hs-menu-depth-1:focus {
  background-color: #ff0000;
}
.sn-li-l1:hover > a, .sn-li-l1:focus > a,
.hs-menu-depth-1:hover > a,
.hs-menu-depth-1:focus > a {
  color: #ffffff;
}
@media (min-width: 40em) {
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 2.3em;
  }
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    background: none;
    border: none;
    height: 3.6875em;
    float: left;
    -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: 1.0625em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    height: 3.6875em;
    line-height: 3.4375em;
    padding: 0 2.8em;
    color: #fff;
  }
  .sn-li-l1 > a:hover, .sn-li-l1 > a:focus,
.hs-menu-depth-1 > a:hover,
.hs-menu-depth-1 > a:focus {
    color: #d30505;
  }
  .sn-li-l1:hover .sn-level-2,
.sn-li-l1:hover .hs-menu-children-wrapper, .sn-li-l1:focus .sn-level-2,
.sn-li-l1:focus .hs-menu-children-wrapper,
.hs-menu-depth-1:hover .sn-level-2,
.hs-menu-depth-1:hover .hs-menu-children-wrapper,
.hs-menu-depth-1:focus .sn-level-2,
.hs-menu-depth-1:focus .hs-menu-children-wrapper {
    display: block;
    width: 100%;
  }
  .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 {
    padding-right: 0em;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 1em;
    background-size: 0.625em;
    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 {
    transform: rotate(180deg);
  }
  .sn-li-l1:hover, .sn-li-l1:focus,
.hs-menu-depth-1:hover,
.hs-menu-depth-1:focus {
    background-color: transparent;
  }
  .sn-li-l1:hover > a, .sn-li-l1:focus > a,
.hs-menu-depth-1:hover > a,
.hs-menu-depth-1:focus > a {
    color: #000000;
  }
}

.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 {
    z-index: 1000;
    position: absolute;
  }
  .sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: none;
  }
}

.sn-li-l2, .sn-li-l4, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff;
  position: relative;
}
.sn-li-l2 > a, .sn-li-l4 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
  padding: 0 1em;
  color: #000000;
  border-top: 1px solid #ff3333;
  display: block;
  text-decoration: none;
  line-height: 3.125em;
}
.sn-li-l2 > a span, .sn-li-l4 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
  font-size: 0.9375em;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
}
.sn-li-l2:last-child > a, .sn-li-l4:last-child > a, .sn-li-l3:last-child > a,
.hs-menu-depth-2:last-child > a {
  border-bottom: 0;
}
.sn-li-l2:hover, .sn-li-l4:hover, .sn-li-l3:hover, .sn-li-l2:focus, .sn-li-l4:focus, .sn-li-l3:focus,
.hs-menu-depth-2:hover,
.hs-menu-depth-2:focus {
  background-color: #e6e6e6;
}
@media (min-width: 40em) {
  .sn-li-l2 > a, .sn-li-l4 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0 3em;
  }
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l4, .sn-li-l3,
.hs-menu-depth-2 {
    position: relative;
    background-color: #ffffff;
  }
  .sn-li-l2 > a, .sn-li-l4 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0 0.5em;
    line-height: 3.6875em;
    border-top: 1px solid #ff3333;
    border-right: none;
  }
  .sn-li-l2 > a span, .sn-li-l4 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    font-size: 0.9375em;
  }
  .sn-li-l2:hover, .sn-li-l4:hover, .sn-li-l3:hover, .sn-li-l2:focus, .sn-li-l4:focus, .sn-li-l3:focus,
.hs-menu-depth-2:hover,
.hs-menu-depth-2:focus {
    background-color: #e6e6e6;
  }
  .sn-li-l2:hover .sn-level-3, .sn-li-l4:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l2:focus .sn-level-3, .sn-li-l4:focus .sn-level-3, .sn-li-l3:focus .sn-level-3,
.hs-menu-depth-2:hover .sn-level-3,
.hs-menu-depth-2:focus .sn-level-3 {
    display: block;
    margin: -1.5625em;
    padding: 1.5625em;
  }
}

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
}
.sn-level-3.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-3 {
    box-shadow: 0px 1px 2px #ccc;
    position: absolute;
    top: 0;
    left: 100%;
    width: 18.75em;
    margin: 0 !important;
    padding: 0 !important;
  }
  .sn-level-3.active {
    display: none;
  }
}

.sn-level-4 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.sn-level-4.active {
  display: block;
}
@media (min-width: 60em) {
  .sn-level-4 {
    box-shadow: 0px 1px 2px #ccc;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .sn-level-4.active {
    display: none;
  }
}

.site-nav-container {
  background-color: #ca2018 !important;
  width: 100%;
  height: auto;
  left: 0;
  top: -100%;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-nav-container.active {
  top: 0;
}
@media (min-width: 40em) {
  .site-nav-container {
    left: auto;
    right: 0;
    width: 31.25em;
  }
}
@media (min-width: 60em) {
  .site-nav-container {
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    background-color: transparent;
  }
}

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

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #477DCA !important;
  font-family: "Poppins";
  padding: 0;
  margin: 0 auto;
  font-size: 1em;
  border-radius: 0.1875em;
  text-decoration: none;
  width: 3.75em;
}
.close-menu:hover, .close-menu:focus {
  color: #ffffff;
}
.close-menu:after {
  content: "";
  background-color: #ffffff;
  background-image: url(img/ico-close.svg);
  background-size: 1.9375em 1.875em;
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid #000000;
  border-radius: 50%;
  display: block;
  height: 3.75em;
  width: 3.75em;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  margin: 0 0 0.5em;
  text-align: center;
  padding: 0;
}
@media (min-width: 60em) {
  .snc-header {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 60em) {
  .sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 200px;
  }
}

@media (min-width: 60em) {
  .sub-menu-columns ul.sub-menu li:nth-of-type(n) {
    float: left;
  }
}

@media (min-width: 60em) {
  .sub-menu-columns ul.sub-menu li a {
    border: 1px solid #ff3333;
  }
  .sub-menu-columns ul.sub-menu li:nth-of-type(2n) {
    float: right;
  }
}

@media (min-width: 60em) {
  .sub-menu-columns ul.sub-menu.sn-level-2 {
    width: 25em;
  }
}

@media (min-width: 960px) and (max-height: 736px) and (min-width: 60em) {
  .sub-menu-columns ul.sub-menu.sn-level-2 {
    width: 400px !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: 73.75em;
  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: 62.5em;
}

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

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

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #bcbcbc;
}
.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 #bcbcbc;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.click-expand.active:hover {
  background-color: #ffffff;
}
.click-expand.active .ce-header:after {
  content: "-";
}
.click-expand.active .ce-body {
  display: block;
  opacity: 1;
  -webkit-animation: click-expand 0.5s 1;
  -moz-animation: click-expand 0.5s 1;
  animation: click-expand 0.5s 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
  padding: 0 12px 1.5em 12px;
  display: block;
}
.click-expand.active .ce-body > *:first-child {
  margin-top: 0;
}
.click-expand.active .ce-body > *:last-child {
  margin-bottom: 0;
}
.click-expand:hover {
  background-color: #bcbcbc;
}
.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.ce-header:after {
  content: "+";
  color: #d30505;
  padding-left: 8px;
  position: absolute;
  right: 0.3125em;
}

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

@-webkit-keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/
}
.social-wrap a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.social-wrap a path {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-wrap a:hover {
  opacity: 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: #5f5f5f;
  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: #5f5f5f;
  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: #5f5f5f;
  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: #477DCA;
}
@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 {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
}
.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 40em) {
  .accordion-tabs {
    border-radius: 3px;
    border: 1px solid #bcbcbc;
  }
}
.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: 40em) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs .tab-header-and-content:first-child .tab-link {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}
@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header-and-content:last-child .tab-link {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.accordion-tabs .tab-link {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #bcbcbc;
  color: #5f5f5f;
  display: block;
  font-weight: bold;
  font-size: 1.3125em;
  padding: 0.75em 0.809em;
  text-decoration: none;
  font-family: "Poppins";
  border-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link {
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 0;
  }
}
.accordion-tabs .tab-link:hover {
  color: #d30505;
  border-bottom: 0;
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link.is-active {
  background-color: #d6d6d6;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link.is-active {
    background-color: #d6d6d6;
    border: 1px solid #bcbcbc;
    border-bottom-color: #d6d6d6;
    margin-bottom: -1px;
  }
}
.accordion-tabs .tab-content {
  background: #d6d6d6;
  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: 40em) {
  .accordion-tabs .tab-content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #bcbcbc;
    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 #bcbcbc;
}
.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #d30505;
}

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

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

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

.product-grid-item {
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  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 #edecec;
  border-right: 1px solid #edecec;
}
.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: #477DCA;
  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 ===============*/
.product-item {
  text-align: center;
}
@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: #bcbcbc;
  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: #477DCA;
  position: relative;
  z-index: 10;
}
.rm-item-title span {
  line-height: 1.25em;
  display: inline-block;
  color: #477DCA;
}

/* ===== 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 #bcbcbc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.hs-author-avatar {
  float: left;
  margin-right: 1.5em;
}
.hs-author-avatar img {
  border-bottom: 1px solid #adadad;
}

.hs-author-social-label {
  font-size: 1.3em;
}

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.hs-author-profile {
  background: #F2F2F2;
  padding: 0.2em 2em 2em 2em;
}

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: 0.3em;
  color: #b9b9b9;
}

.hs-author-social-links a {
  text-decoration: none;
}
.hs-author-social-links img {
  opacity: 0.7;
  width: 1.875em;
  height: 1.875em;
}
.hs-author-social-links img:hover {
  opacity: 1;
}

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
}

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

.social-wrap a:focus:not(:hover):not(:active),
a[class*=sh-ico-]:focus:not(:hover):not(:active),
.sh-ph:focus:not(:hover):not(:active),
.sh-email:focus:not(:hover):not(:active),
.site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}
.social-wrap a.tse-remove-border:focus:not(:hover):not(:active),
a[class*=sh-ico-].tse-remove-border:focus:not(:hover):not(:active),
.sh-ph.tse-remove-border:focus:not(:hover):not(:active),
.sh-email.tse-remove-border:focus:not(:hover):not(:active),
.site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0;
}

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

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

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

.remove-br {
  outline: none !important;
}

#siteContentFocusable {
  outline: none !important;
}

/*=============== Site Header ===============*/
.mfp-zoom-out-cur .sh-sticky-wrap.stuck, .mfp-zoom-out-cur .anchor-links-nav.stuck, .mfp-helper .sh-sticky-wrap.stuck, .mfp-helper .anchor-links-nav.stuck {
  width: calc(100% - 17px);
}

.site-header {
  text-align: center;
}
.site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
  padding-bottom: 0;
  padding-top: 1.875em;
}
@media (min-width: 40em) {
  .site-header {
    text-align: right;
  }
}
@media (min-width: 60em) {
  .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
    padding-bottom: 2.5em;
    padding-top: 2.5625em;
  }
}

.site-logo {
  display: inline-block;
  margin: 0 auto;
  max-width: 18.125em;
  vertical-align: top;
}
.site-logo img {
  display: block;
  height: auto;
}
@media (min-width: 40em) {
  .site-logo {
    float: left;
    margin: 0.5em !important;
    max-width: 13.75em;
  }
}
@media (min-width: 60em) {
  .site-logo {
    margin: 0 !important;
    max-width: 22.5em;
  }
}
@media (min-width: 80em) {
  .site-logo {
    max-width: 29.625em;
  }
}

.sh-utility-nav {
  padding: 0.9375em 0 1.875em;
}
@media (min-width: 40em) {
  .sh-utility-nav {
    display: inline-flex;
    align-items: center;
    padding: 0 0 1.875em;
  }
}
@media (min-width: 60em) {
  .sh-utility-nav {
    padding: 0;
    margin: 0.5em 0 0;
  }
}

.sh-ph {
  display: block;
  padding: 0 0 1.1875em;
}
.sh-ph a {
  background-image: url(/wp-content/uploads/phone.png);
  background-repeat: no-repeat;
  background-position: left 0.1764705882em;
  background-size: 1.13em 1.13em;
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-weight: 400;
  line-height: 1.2352941176em;
  padding: 0 0 0 1.6470588235em;
  text-decoration: none;
  margin-right: 1em;
}
.sh-ph a:hover, .sh-ph a:focus {
  text-decoration: underline;
}
@media (min-width: 40em) {
  .sh-ph {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
}
@media (min-width: 60em) {
  .sh-ph {
    padding: 0em 2.1875em 0 0;
  }
}

.sh-rfq {
  background-repeat: no-repeat;
  background-position: 1.7058823529em 1.1176470588em;
  background-size: 0.8235294118em 1.1764705882em;
  padding: 0.9em;
  margin-left: 1em;
}
.sh-rfq:hover {
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  color: #ffffff;
}
@media (min-width: 40em) {
  .sh-rfq {
    padding: 0.9em;
  }
}

.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 40em) {
  .sh-sticky-wrap {
    border-top: 1px solid #e3e1e1;
  }
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    background-color: #ca2018;
  }
  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
  }
}

.sh-icons {
  background-color: #edecec;
  padding: 1.3125em 0 1.25em;
  position: relative;
  text-align: right;
  z-index: 1;
}
.sh-icons:before {
  background-color: #ca2018;
  content: "";
  height: 100%;
  left: -1.875em;
  position: absolute;
  top: 0;
  width: calc(100% + 60px);
  z-index: -1;
}
@media (min-width: 60em) {
  .sh-icons {
    background: none;
    float: right;
    padding: 0;
  }
  .sh-icons:before {
    display: none;
  }
}

.sh-ico-menu, .sh-ico-search {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none;
}
.sh-ico-menu span, .sh-ico-search span {
  font-size: 0.75em;
}
.sh-ico-search {
  background-image: url(/wp-content/uploads/magnifying-glass-white.svg);
  float: left;
  height: 1.875em;
  margin: 0;
  padding: 0;
  text-indent: 624.9375em;
  width: 1.875em;
  background-size: 1.1em;
  background-position: center;
}
.sh-ico-search:hover, .sh-ico-search:focus {
  background-color: #fff;
  background-image: url(/wp-content/uploads/magnifying-glass-red.svg);
}
@media (min-width: 60em) {
  .sh-ico-search {
    background-position: center center;
    height: 3.625em;
    width: 4.3125em;
  }
}

.sh-ico-menu {
  background-image: url(/wp-content/uploads/ico-white-menu.svg);
  height: 1.875em;
  margin: 0;
  padding: 0;
  width: 1.875em;
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

/*=============== Site Intro ===============*/
.site-intro-container {
  position: relative;
}
@media (min-width: 60em) {
  .site-intro-container.stuck {
    margin-top: 3.6875em;
  }
}

.site-intro {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.si-static-cont-pos > .inner-wrap, .si-static-cont-pos > .inner-wrap-narrow, .si-static-cont-pos > .inner-wrap-wide, .si-static-cont-pos > .inner-wrap-fullwidth {
  padding-top: 4.0625em;
  padding-bottom: 4.0625em;
}
@media (min-width: 60em) {
  .si-static-cont-pos > .inner-wrap, .si-static-cont-pos > .inner-wrap-narrow, .si-static-cont-pos > .inner-wrap-wide, .si-static-cont-pos > .inner-wrap-fullwidth {
    padding-top: 12em;
    padding-bottom: 10em;
  }
}

.si-item {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 31.25em;
}
@media (min-width: 60em) {
  .si-item {
    min-height: 38.25em;
  }
}

.si-static-cont-pos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 60em) {
  .si-static-cont-pos {
    display: block;
  }
}

.si-header {
  border: none;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 2.1875em;
  font-weight: 900;
  line-height: 1.1428571429em;
  margin: 0 0 0.6857142857em;
  position: relative;
  text-transform: uppercase;
}
.si-header::after {
  background-color: #ff0000;
  bottom: -0.2em;
  /*        content: "";*/
  height: 0.0857142857em;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 96.5%;
}
@media (min-width: 40em) {
  .si-header {
    display: inline-block;
    font-size: 2.8125em;
    line-height: 1.0444444444em;
    margin: 0 0 0.5777777778em 0;
    vertical-align: top;
  }
  .si-header::after {
    bottom: -0.1555555556em;
    height: 0.0666666667em;
    width: 100%;
  }
}

.si-text {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5625em;
  padding: 0 0 0.8125em;
}
.si-text p {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5625em;
  margin: 0;
}
@media (min-width: 40em) {
  .si-text {
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 0 11% 2.75em;
  }
  .si-text p {
    line-height: 1.5em;
  }
}

.si-cta {
  border: 1px solid #c22d22;
  color: #ffffff;
  padding: 1.1764705882em 1.8823529412em 1.2352941176em;
  background-color: #c22d22;
}
.si-cta:hover {
  background-color: #5f5f5f;
  color: #ffffff;
}

.si-question {
  display: none;
}
@media (min-width: 40em) {
  .si-question {
    bottom: -3.5em;
    display: inline-block;
    left: 1.625em;
    position: absolute;
    vertical-align: top;
    z-index: 1;
  }
  .si-question:before {
    border: 1px solid transparent;
    border-radius: 50%;
    content: "";
    height: calc(100% + 13px);
    left: -9px;
    position: absolute;
    top: -9px;
    width: calc(100% + 18px);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .si-question:hover:before {
    border: 1px solid #ffffff;
  }
}

.page-intro {
  background-image: url(img/dest-slider.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: relative;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-bottom: 3.6875em;
  padding-top: 3.875em;
}
.page-intro .overlay {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
}

.pi-header {
  color: #ffffff;
}

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-content.one-column .inner-wrap, .site-content.one-column .inner-wrap-narrow, .site-content.one-column .inner-wrap-wide, .site-content.one-column .inner-wrap-fullwidth {
  padding-top: 4.25em;
}

/*=============== Capabilities Module ===============*/
.capabilities-module .inner-wrap, .capabilities-module .inner-wrap-narrow, .capabilities-module .inner-wrap-wide, .capabilities-module .inner-wrap-fullwidth {
  padding-bottom: 1.875em;
  padding-top: 1.875em;
  position: relative;
}
@media (min-width: 40em) {
  .capabilities-module .inner-wrap, .capabilities-module .inner-wrap-narrow, .capabilities-module .inner-wrap-wide, .capabilities-module .inner-wrap-fullwidth {
    padding-bottom: 4.3125em;
    padding-top: 4.5em;
  }
}

.cm-heading, .arm-heading, .am-heading {
  color: #000000;
  display: inline-block;
  font-family: "Poppins";
  font-size: 2.1875em;
  font-weight: 800;
  margin: 0 0 1.5142857143em;
  text-transform: uppercase;
  vertical-align: top;
}
.cm-heading a, .arm-heading a, .am-heading a {
  /*        border-bottom:3px solid $dark-red;*/
  display: inline-block;
  padding: 0 0 0.0571428571em;
  vertical-align: top;
  text-decoration: none;
}
.cm-heading a:hover, .arm-heading a:hover, .am-heading a:hover, .cm-heading a:focus, .arm-heading a:focus, .am-heading a:focus {
  color: #880303;
}

.cm-select-wrap {
  display: none;
  margin: 0 0 1.25em;
  position: relative;
}
.cm-select-wrap:after {
  background-image: url(img/ico-black-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
  height: 1.375em;
  opacity: 0.55;
  position: absolute;
  right: 1.3125em;
  top: 0.875em;
  width: 1.375em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 60em) {
  .cm-select-wrap {
    float: right;
    margin: 0.5625em 0.125em 0 0;
  }
}

.cm-select {
  border: 1px solid #5f5f5f;
  box-shadow: none;
  color: #5f5f5f;
  display: block;
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-weight: 400;
  height: auto !important;
  line-height: 1.1176470588em;
  margin: 0;
  padding: 0.5294117647em 4.4117647059em 0.7647058824em 0.7647058824em;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cm-slider {
  margin: 0 0.1875em;
}
.cm-slider .cms-item {
  text-align: center;
}
.cm-slider .cms-item a {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  max-width: 13.5em;
  margin: 0 0.3125em;
}
.cm-slider .cms-item a:hover .cms-fig img, .cm-slider .cms-item a:focus .cms-fig img {
  opacity: 0.22;
}
.cm-slider .cms-item a:hover .cms-link, .cm-slider .cms-item a:focus .cms-link {
  opacity: 1;
}
.cm-slider .flex-direction-nav a {
  color: #ffffff;
  margin: 0;
  opacity: 0.22;
  top: 60%;
  text-indent: 9999px;
  height: 2.5em;
  width: 2.5em;
}
.cm-slider .flex-direction-nav a:before {
  background-image: url("img/ico-black-arrow.svg");
  background-repeat: no-repeat;
  background-size: 2.5em auto;
  content: "";
  display: block;
  height: 2.5em;
  width: 2.5em;
}
.cm-slider .flex-direction-nav a.flex-prev {
  left: 0;
}
.cm-slider .flex-direction-nav a.flex-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cm-slider .flex-direction-nav a.flex-next {
  right: 0;
}
.cm-slider .flex-direction-nav a.flex-next:before {
  background-image: url("img/ico-black-arrow.svg");
}
.cm-slider .flex-direction-nav a:hover {
  opacity: 1;
}
@media (min-width: 60em) {
  .cm-slider .slides li {
    width: 14.1875em !important;
  }
  .cm-slider .slides a {
    display: inline-block;
    vertical-align: top;
  }
  .cm-slider .flex-direction-nav a {
    top: 48.4%;
  }
  .cm-slider .flex-direction-nav a.flex-prev {
    left: 0em;
  }
  .cm-slider .flex-direction-nav a.flex-next {
    right: 0em;
  }
}
@media (min-width: 80em) {
  .cm-slider .flex-direction-nav a.flex-prev {
    left: -1.25em;
  }
  .cm-slider .flex-direction-nav a.flex-next {
    right: -1.25em;
  }
}
@media (min-width: 87.5em) {
  .cm-slider .flex-direction-nav a.flex-prev {
    left: -3.375em;
  }
  .cm-slider .flex-direction-nav a.flex-next {
    right: -3.375em;
  }
}

.cm-slider-wrapper .cm-prev {
  display: inline-block;
  vertical-align: middle;
  width: 2.5em;
  height: 2.5em;
  background-image: url(img/ico-black-arrow.svg);
  background-repeat: no-repeat;
  background-size: 2.5em 2.5em;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0.625em;
  opacity: 0.22;
  z-index: 1;
}
.cm-slider-wrapper .cm-prev span {
  display: none;
}
.cm-slider-wrapper .cm-prev.slick-disabled {
  cursor: not-allowed;
}
.cm-slider-wrapper .cm-prev:hover, .cm-slider-wrapper .cm-prev:focus {
  background-image: url(img/ico-black-arrow.svg);
  opacity: 1;
}
@media (min-width: 80em) {
  .cm-slider-wrapper .cm-prev {
    left: -3.25em;
  }
}
.cm-slider-wrapper .cm-next {
  display: inline-block;
  vertical-align: middle;
  width: 2.5em;
  height: 2.5em;
  opacity: 0.22;
  background-image: url(img/ico-black-arrow.svg);
  background-repeat: no-repeat;
  background-size: 2.5em 2.5em;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625em;
  z-index: 1;
}
.cm-slider-wrapper .cm-next span {
  display: none;
}
.cm-slider-wrapper .cm-next.slick-disabled {
  cursor: not-allowed;
}
.cm-slider-wrapper .cm-next:hover, .cm-slider-wrapper .cm-next:focus {
  background-image: url(img/ico-black-arrow.svg);
  opacity: 1;
}
@media (min-width: 80em) {
  .cm-slider-wrapper .cm-next {
    right: -3.25em;
  }
}

.cms-fig {
  background-color: #000000;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.cms-fig img {
  display: block;
  margin: 0 auto;
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media (min-width: 40em) {
  .cms-fig {
    padding: 0;
  }
  .cms-fig img {
    width: 100%;
  }
}
@media (min-width: 60em) {
  .cms-fig img {
    width: auto;
  }
}

.cms-text {
  color: #000000;
  display: block;
  font-family: "Poppins";
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.3333333333em;
  padding: 0.8666666667em 1.3333333333em 0.6666666667em;
}
@media (min-width: 60em) {
  .cms-text {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
    padding: 0.65em 2.75em 0.5em 2.25em;
  }
}

.cms-link {
  background-color: #c22d22;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  left: 50%;
  opacity: 0;
  padding: 1.1764705882em 0.6470588235em 1.2352941176em;
  position: absolute;
  top: 37%;
  width: 68%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/*=============== Featured Videos Module ===============*/
.featured-videos-module {
  background-image: url(img/featured-videos-module-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.featured-videos-module .inner-wrap, .featured-videos-module .inner-wrap-narrow, .featured-videos-module .inner-wrap-wide, .featured-videos-module .inner-wrap-fullwidth {
  padding-bottom: 2.5em;
  padding-top: 2.5em;
}
@media (min-width: 40em) {
  .featured-videos-module .inner-wrap, .featured-videos-module .inner-wrap-narrow, .featured-videos-module .inner-wrap-wide, .featured-videos-module .inner-wrap-fullwidth {
    padding-bottom: 3.875em;
    padding-top: 5em;
  }
}

.fvm-slider {
  padding: 0 0 3.75em;
  position: relative;
}
.fvm-slider .flex-direction-nav {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: auto;
  text-align: right;
}
.fvm-slider .flex-direction-nav li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.fvm-slider .flex-direction-nav a {
  height: 3.625em;
  left: auto;
  margin: 0;
  opacity: 1;
  position: relative;
  right: 0;
  top: auto;
  width: 3.625em;
}
.fvm-slider .flex-direction-nav a:before {
  background-image: url("img/ico-slider-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.5em auto;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: -0.5625em;
  top: -0.5625em;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fvm-slider .flex-direction-nav a.flex-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fvm-slider .flex-direction-nav a.flex-next:before {
  background-image: url("img/ico-slider-arrow.svg");
}
.fvm-slider .flex-direction-nav a:hover:before {
  border: 1px solid #ffffff;
}
.fvm-slider .flex-direction-nav .slide-nav {
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-weight: 400;
  line-height: 1.2352941176em;
  margin: 1.2352941176em 0.5882352941em 0;
  vertical-align: top;
}
@media (min-width: 60em) {
  .fvm-slider {
    padding: 0 0 1.375em;
  }
  .fvm-slider .flex-direction-nav {
    bottom: 0;
    float: right;
    left: auto;
    padding: 0 5% 0 0;
    position: absolute;
    right: 0;
    text-align: left;
    width: 48%;
  }
  .fvm-slider .flex-direction-nav a {
    left: auto;
    margin: 0;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (min-width: 80em) {
  .fvm-slider {
    padding: 0;
  }
  .fvm-slider .flex-direction-nav {
    bottom: 2.875em;
    width: 43.7%;
  }
}
.fvm-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  vertical-align: middle;
}
.fvm-slider .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 0;
}
.fvm-slider .slick-dots li button:before {
  display: none;
}
.fvm-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  border: 0;
}

.featured-videos-module .slide-nav {
  font-size: 0;
}

.fvms-vid {
  display: block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
.fvms-vid img {
  border: 3px solid #ffffff;
  border-radius: 5px;
  display: block;
  vertical-align: top;
  height: auto;
}
@media (min-width: 40em) {
  .fvms-vid {
    display: inline-block;
    margin: 0 0 0 0.125em;
    overflow: hidden;
    padding: 0 0 1.125em 1.125em;
    vertical-align: top;
  }
  .fvms-vid a {
    display: inline-block;
    position: relative;
  }
  .fvms-vid a:before {
    border-radius: 5px;
    box-shadow: -11px 11px 9px rgba(0, 0, 0, 0.39);
    content: "";
    height: calc(100% - 4px);
    left: 0;
    position: absolute;
    top: 0.3125em;
    width: calc(100% - 4px);
  }
  .fvms-vid a:hover:after, .fvms-vid a:focus:after {
    opacity: 0.8;
  }
}
@media (min-width: 60em) {
  .fvms-vid {
    width: 47%;
  }
}
@media (min-width: 80em) {
  .fvms-vid {
    width: 54.8%;
  }
}

img.fvms-play {
  border: none;
  border-radius: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 60em) {
  .fvms-content {
    float: right;
    padding: 0 5% 0 0;
    width: 48%;
  }
}
@media (min-width: 80em) {
  .fvms-content {
    width: 43.1%;
  }
}

.fvms-subheading {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.15em;
  margin: 0 0 0.65em;
  text-transform: none;
  margin-top: 1.3em;
  font-family: "Poppins";
  display: block;
}
@media (min-width: 80em) {
  .fvms-subheading {
    margin: 1.85em 0 0.65em;
  }
}

.fvms-heading {
  color: #ffffff;
  font-size: 2.1875em;
  font-weight: 800;
  line-height: 1.0857142857em;
  margin: 0 0 0.5428571429em;
  text-transform: uppercase;
}
.fvms-heading span {
  border-bottom: 3px solid #ffffff;
  padding: 0 0 0.0857142857em;
}

.fvms-text {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-weight: 400;
  line-height: 1.5882352941em;
  margin: 0 0 0.5882352941em;
}
.fvms-text p {
  font-size: 1em;
  line-height: 1.5882352941em;
  margin: 0 0 10px;
}

/*=============== About Module ===============*/
.about-module {
  background-image: url(img/working-with-titanova.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
}
.about-module .inner-wrap, .about-module .inner-wrap-narrow, .about-module .inner-wrap-wide, .about-module .inner-wrap-fullwidth {
  padding-bottom: 1.875em;
  padding-top: 1.875em;
}
@media (min-width: 40em) {
  .about-module .inner-wrap, .about-module .inner-wrap-narrow, .about-module .inner-wrap-wide, .about-module .inner-wrap-fullwidth {
    padding-bottom: 5em;
    padding-top: 4.5em;
  }
}

.am-heading {
  margin: 0 0 1.0285714286em;
}
.am-heading span {
  padding: 0;
}

.am-item {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-weight: 400;
  line-height: 1.1176470588em;
  padding: 0 0 2.4117647059em;
}

.am-fig {
  display: inline-block;
  margin: 0 6% 0 0;
  text-align: center;
  vertical-align: top;
  max-width: 4.6470588235em;
  width: 28%;
}
.am-fig img {
  display: inline-block;
  vertical-align: top;
  height: auto;
}
@media (min-width: 40em) {
  .am-fig {
    margin: 0 1.1764705882em 0 0;
    width: 4.6470588235em;
    max-width: auto;
  }
}

.am-text {
  display: inline-block;
  padding: 1.1176470588em 0 0;
  vertical-align: top;
  width: 65%;
}

.am-cta {
  color: #ffffff;
  margin: -0.1176470588em 0 0 0.1176470588em;
  padding: 1.2352941176em 1.7058823529em 1.1764705882em 1.8823529412em;
}

/*=============== Articles Module ===============*/
.articles-module {
  background-color: #f6f6f6;
  text-align: center;
}
.articles-module .inner-wrap, .articles-module .inner-wrap-narrow, .articles-module .inner-wrap-wide, .articles-module .inner-wrap-fullwidth {
  padding-bottom: 1.875em;
  padding-top: 1.875em;
}
@media (min-width: 40em) {
  .articles-module .inner-wrap, .articles-module .inner-wrap-narrow, .articles-module .inner-wrap-wide, .articles-module .inner-wrap-fullwidth {
    padding-bottom: 5em;
    padding-top: 4.625em;
  }
}

.arm-heading {
  font-weight: 900;
  margin: 0 0 1.4285714286em;
}
.arm-heading span {
  padding: 0;
}

.arm-item {
  margin: 0 0 2.5em;
  text-align: left;
}
@media (min-width: 40em) {
  .arm-item {
    float: left;
    margin: 0 3% 0 0;
    width: 31.3%;
  }
  .arm-item:nth-of-type(3n) {
    margin: 0;
  }
}
.arm-item a {
  display: inline-block;
  line-height: normal;
}

.armi-fig {
  display: block;
  vertical-align: top;
}
.armi-fig img {
  display: inline-block;
  vertical-align: top;
  height: auto;
}

.armi-date {
  color: #6f7e89;
  display: block;
  font-family: "Roboto";
  font-size: 1.0625em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2352941176em;
  margin: 1.4705882353em 0 0.8823529412em 0.6470588235em;
  vertical-align: top;
  display: none;
}

.armi-heading {
  color: #000000;
  font-family: "Poppins";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.125em;
  margin: 0 0 0.625em 0.5em;
  text-transform: uppercase;
}
.armi-heading span {
  padding: 0;
  border: none;
}
.armi-heading a {
  color: #000000;
}
.armi-heading a:hover, .armi-heading a:focus {
  color: #d30505;
}

.armi-text {
  color: #000000;
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.5294117647em;
  padding: 0 0 2.2941176471em 0.7058823529em;
}
.armi-text p {
  font-size: 1em;
  line-height: 1.5294117647em;
  margin: 0;
}

.armi-link {
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-weight: 400;
  line-height: 1.2352941176em;
  padding: 1.0588235294em 2.6470588235em 1.1176470588em 1.1176470588em;
  position: relative;
  text-decoration: none;
  display: none;
}
.armi-link:after {
  background-image: url(img/ico-readmore.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0.8823529412em 0.7647058824em;
  content: "";
  height: 0.7647058824em;
  position: absolute;
  right: 1.1176470588em;
  top: 1.3529411765em;
  width: 0.8823529412em;
}
.armi-link:hover, .armi-link:focus {
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  color: #ffffff;
}
.armi-link:hover:after, .armi-link:focus:after {
  background-image: url(img/ico-readmore-white.svg);
}

.arm-item-link {
  display: inline-block;
  padding: 0.3125em;
}
.arm-item-link:hover .armi-heading, .arm-item-link:focus .armi-heading {
  color: #c22d22;
}

/*=============== Portfolio Module ===============*/
.portfolio-module {
  background-image: url(img/portfolio-module-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  text-align: center;
}
.portfolio-module .inner-wrap, .portfolio-module .inner-wrap-narrow, .portfolio-module .inner-wrap-wide, .portfolio-module .inner-wrap-fullwidth {
  padding-bottom: 3.3125em;
  padding-top: 3.375em;
}
@media (min-width: 60em) {
  .portfolio-module {
    text-align: left;
  }
}

.pm-heading {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 2.1875em;
  font-weight: 200;
  line-height: 1.0571428571em;
  text-transform: uppercase;
}
.pm-heading span {
  border: none;
  padding: 0;
}
@media (min-width: 60em) {
  .pm-heading {
    display: inline-block;
    margin: 0;
    padding: 0.2857142857em 0 0;
    vertical-align: top;
  }
}

.pm-cta {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.pm-cta:hover, .pm-cta:focus {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 60em) {
  .pm-cta {
    float: right;
    margin: 0 0.1176470588em 0 0;
    padding: 1.1176470588em 1.7058823529em 1.2941176471em;
  }
}

/*=============== Page Content ===============*/
.dest-slider {
  position: relative;
  padding-bottom: 3.125em;
  margin-bottom: 1.875em;
}
.dest-slider .slides li {
  width: 20.0625em;
}
.dest-slider .slides li img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.dest-slider .flex-direction-nav a {
  margin: 0;
  opacity: 0.22;
  top: 43%;
  height: 2.5em;
  width: 2.5em;
}
.dest-slider .flex-direction-nav a:before {
  background-image: url("img/ico-black-arrow.svg");
  background-repeat: no-repeat;
  background-size: 2.5em auto;
  content: "";
  display: block;
  height: 2.5em;
  width: 2.5em;
}
.dest-slider .flex-direction-nav a.flex-prev {
  left: -0.9375em;
}
.dest-slider .flex-direction-nav a.flex-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dest-slider .flex-direction-nav a.flex-next {
  right: -0.9375em;
}
.dest-slider .flex-direction-nav a.flex-next:before {
  background-image: url("img/ico-black-arrow.svg");
}
.dest-slider .flex-direction-nav a:hover {
  opacity: 0.55;
}
.dest-slider .flex-control-paging {
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.dest-slider .flex-control-paging li {
  font-size: 1em;
  margin: 0 0.3125em 0 0.375em;
}
.dest-slider .flex-control-paging li a {
  background-color: transparent;
  border: 1px solid #5f5f5f;
  box-shadow: none;
  height: 0.875em;
  width: 0.875em;
}
.dest-slider .flex-control-paging li a.flex-active {
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
}
@media (min-width: 40em) {
  .dest-slider {
    padding: 0 0 1.875em;
    width: 90%;
  }
  .dest-slider .slides li img {
    width: 100%;
  }
  .dest-slider .flex-direction-nav a.flex-next {
    right: -3.625em;
  }
  .dest-slider .flex-direction-nav a.flex-prev {
    left: -3.625em;
  }
}

@media (min-width: 40em) {
  .right-content {
    margin: 0 auto;
    width: 49%;
  }
}
@media (min-width: 60em) {
  .right-content {
    float: right;
    margin: 24px 0 0;
    width: 40%;
    text-align: right;
  }
}
@media (min-width: 80em) {
  .right-content {
    width: 34%;
  }
}

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

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #000000;
}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
  padding-bottom: 1.9375em;
  padding-top: 3.5625em;
}

.sf-address-cont {
  display: inline-block;
  margin: 0 0 1.875em;
  vertical-align: top;
}
@media (min-width: 40em) {
  .sf-address-cont {
    width: 48%;
  }
}
@media (min-width: 60em) {
  .sf-address-cont {
    margin: 0 0 0 0.1875em;
    width: 41.6%;
  }
}

.sf-heading {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 1.1875em;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.1052631579em;
  margin: 0 0 0.3684210526em;
  text-transform: uppercase;
}
.sf-heading span {
  border: none;
  padding: 0;
}

.sf-address, .sf-links li, .sf-mail, .sf-ph a {
  color: rgba(189, 188, 188, 0.9);
  font-family: "Open Sans";
  font-size: 1.0625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7647058824em;
}
.sf-address a, .sf-links li a, .sf-mail a, .sf-ph a a {
  color: rgba(189, 188, 188, 0.9);
  text-decoration: none;
}
.sf-address a:hover, .sf-links li a:hover, .sf-mail a:hover, .sf-ph a a:hover, .sf-address a:focus, .sf-links li a:focus, .sf-mail a:focus, .sf-ph a a:focus {
  color: #ff0000;
  text-decoration: underline;
}

.sfa-add {
  background-image: url(img/ico-location.svg);
  background-position: left 0.2941176471em;
  background-repeat: no-repeat;
  background-size: 1.1764705882em 1.1764705882em;
  display: block;
  padding: 0 0 0.1764705882em 1.6470588235em;
  vertical-align: top;
}

.sfa-website {
  background-image: url(img/ico-web.svg);
  background-position: left 0.2941176471em;
  background-repeat: no-repeat;
  background-size: 1.1764705882em 1.1764705882em;
  display: block;
  letter-spacing: 0.4px;
  padding: 0 0 0 1.8235294118em;
}

.sf-contact {
  margin: 0 0 1.875em;
}
@media (min-width: 40em) {
  .sf-contact {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}
@media (min-width: 60em) {
  .sf-contact {
    margin: 0;
    width: 30%;
  }
}

.sf-ph {
  display: block;
}
.sf-ph a {
  background-image: url(img/ico-sf-ph.svg);
  background-position: left 0.2941176471em;
  background-repeat: no-repeat;
  background-size: 1.2352941176em 1.1764705882em;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 0 0.2941176471em 1.8823529412em;
  text-decoration: none;
  vertical-align: top;
}
.sf-ph a:hover, .sf-ph a:focus {
  color: #ff0000;
  text-decoration: underline;
}

.sf-mail {
  background-image: url(img/ico-info.svg);
  background-position: left 0.1764705882em;
  background-repeat: no-repeat;
  background-size: 1.1764705882em 1.1764705882em;
  padding: 0 0 0 1.8823529412em;
  text-decoration: none;
}
.sf-mail:hover, .sf-mail:focus {
  color: #ff0000;
  text-decoration: underline;
}

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

.sf-links li {
  background-image: url(img/ico-sf-link.svg);
  background-position: left 0.5882352941em;
  background-repeat: no-repeat;
  background-size: 0.4117647059em 0.7058823529em;
  letter-spacing: 0.3px;
  padding: 0 0 0.3529411765em 1.0588235294em;
}

.sf-copyright {
  border-top: 1px solid #5f5f5f;
  color: rgba(206, 216, 225, 0.99);
  display: block;
  font-family: "Roboto";
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.1666666667em;
  margin: 0.6111111111em 0 0;
  padding: 1.5em 0 0;
  text-align: center;
}
.sf-copyright a {
  color: rgba(206, 216, 225, 0.99);
  text-decoration: none;
}
.sf-copyright a:hover, .sf-copyright a:focus {
  color: #ff0000;
  text-decoration: underline;
}

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

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

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

.search-cell1 {
  display: table-cell;
  vertical-align: middle;
}

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0;
  vertical-align: middle;
  text-align: center;
}

.search-cell3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25px;
}

.search-text {
  background-color: transparent;
  width: 25px;
  height: 21px;
  background-image: url(img/ico-exit.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
  display: block;
  margin-bottom: 0 !important;
  height: 2.3em;
}

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(/wp-content/uploads/magnifying-glass-white.svg) no-repeat center center !important;
  border: none !important;
  background-size: 24px !important;
}
.search-submit:hover, .search-submit:focus {
  opacity: 0.8;
  border: 0;
}

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

  .search-text {
    height: 2.3em;
  }

  .search-submit {
    height: 2.3em;
  }
}
.search-module {
  background-color: #ca2018;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  -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;
  z-index: 10000;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
  padding: 1em 1.5em 1em;
}
@media (min-width: 60em) {
  .search-module {
    margin-top: -8.3333333333em;
  }
}

.search-exit {
  width: 25px;
  height: 21px;
  background-image: url(img/ico-exit.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
  display: block;
  border: 0;
  margin-bottom: 0;
}
.search-exit:hover, .search-exit:focus {
  background-color: transparent;
  opacity: 0.8;
  border: 0;
}

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

.sitemap-menu {
  padding: 0;
}
.sitemap-menu li {
  font-family: "Open Sans";
  font-size: 1.0625em;
  padding: 0.2352941176em 0;
}
.sitemap-menu .sub-menu {
  font-size: 1em;
  margin: 0 0 0 1.1764705882em;
}
.sitemap-menu .sub-menu li {
  font-size: 1em;
}

.Certificate a {
  text-align: center;
}
.Certificate a span {
  display: block;
}

.lightbox {
  text-decoration: none !important;
  text-align: center;
}
.lightbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.ig-title {
  display: none;
  text-decoration: none;
  color: #000000;
  margin-bottom: 1em;
  text-transform: capitalize;
}

.certificates {
  text-align: center;
}
.certificates img {
  display: block;
  margin: 0 auto;
}
.certificates a {
  display: block;
  max-width: 195px;
  margin: 0 auto;
}

#comments h3.comment-reply-title {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.single .additional-content .rows-of-2 > * {
  margin-bottom: 0;
}

h4.li-title {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #d30505;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: none;
}
h4.li-title:hover {
  color: #880303;
}

.badge {
  text-align: center;
  margin-top: 25px;
}
.badge img {
  max-width: 110px;
  height: auto;
}

.infographic {
  text-align: center;
  margin: 0 0.5em;
  z-index: 2;
  position: relative;
}
.infographic img {
  display: block;
  margin: 0 auto;
}
.infographic p {
  margin: 0;
}
.infographic a {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 40em) {
  .infographic {
    float: right;
  }
}

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

.IG-lightbox {
  text-align: center;
  position: relative;
  width: 18.75em;
}
@media (max-width: 40em) {
  .IG-lightbox {
    margin: 0 auto;
  }
  .IG-lightbox a {
    display: inline-block;
  }
}
@media (min-width: 40em) {
  .IG-lightbox {
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
}
.IG-lightbox .popup-youtube {
  /*        text-align: center;
          display: block;
          margin: 0 auto;*/
}
.IG-lightbox .popup-youtube:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("img/ico-play.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
}

/* gdd 001 b cs start */
.featured-services-module {
  text-align: center;
}

.fsm-heading {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #d20704;
  margin-bottom: 0.9166666667em;
}
@media (min-width: 60em) {
  .fsm-heading {
    font-size: 2.125em;
    line-height: 1.1176470588em;
    margin-bottom: 0.7352941176em;
  }
}

.fsm-item-wrap > div {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fsm-item-wrap > div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 60em) {
  .fsm-item-wrap > div:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .fsm-item-wrap > div:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .fsm-item-wrap > div:hover .fsm-content {
    top: 50%;
  }
}

.fsm-image img {
  display: block;
}

.fsm-content {
  text-align: left;
  position: absolute;
  top: 50%;
  padding: 0.9375em;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 60em) {
  .fsm-content {
    padding: 1.875em;
    top: 97%;
  }
}

.fsm-title {
  font-size: 1.125em;
  color: white;
  line-height: 1em;
  font-weight: 500;
  padding-bottom: 0.5555555556em;
  position: relative;
  margin-bottom: 0.8333333333em;
  margin-top: 0;
}
.fsm-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.7777777778em;
  height: 0.1111111111em;
  background-color: #d20704;
}
@media (min-width: 60em) {
  .fsm-title {
    font-size: 1.375em;
    line-height: 1.0909090909em;
    margin-bottom: 1.1363636364em;
    padding-bottom: 0.4545454545em;
  }
  .fsm-title:after {
    width: 1.4545454545em;
    height: 0.0909090909em;
  }
}

.fsm-cta {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: transparent;
  color: white;
  padding: 0.625em 2.0625em;
  font-size: 1em;
  line-height: 1.125em;
}
.fsm-cta:hover {
  color: #000;
  background-color: #fff;
}
.fsm-cta:focus, .fsm-cta:active {
  color: white;
}

.fsm-all-cta {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #d20704;
  background-color: #d20704;
  color: white;
  padding: 0.6875em 2.5em;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 500;
}
.fsm-all-cta:hover {
  color: #fff;
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
}
.fsm-all-cta:focus, .fsm-all-cta:active {
  color: white;
}
@media (min-width: 40em) {
  .fsm-all-cta {
    padding: 0.6875em 4.125em;
  }
}
@media (min-width: 60em) {
  .fsm-all-cta {
    font-size: 1.125em;
    line-height: 1.2222222222em;
    padding: 0.6111111111em 4.4444444444em;
  }
}

/* gdd 001 b cs end */
.site-content-secondary {
  margin-top: 1.5625em;
}
.site-content-secondary .sidebar-form {
  background-color: #170E0F;
  padding: 1.4375em 1.25em 1.1875em;
  border-radius: 4px;
  margin-bottom: 5em;
  max-width: 21.875em;
}
.site-content-secondary .ssf-heading {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1923076923em;
  margin: 0 0 1.5em;
  text-transform: initial;
  position: relative;
  padding-left: 2.0769230769em;
}
.site-content-secondary .ssf-heading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6153846154em;
  height: 1.6153846154em;
  background-image: url("img/contact-icon.svg");
  background-size: contain;
  background-position: center;
  background-size: 1.6153846154em;
}
.site-content-secondary .gform_legacy_markup_wrapper {
  margin-bottom: 0;
}
.site-content-secondary .gform_legacy_markup_wrapper input {
  border-radius: 0 !important;
  border: 1px solid #707070;
}
.site-content-secondary .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
  margin-top: 17px;
}
.site-content-secondary .gform_legacy_markup_wrapper .gform_footer {
  padding: 0;
  margin: 17px 0 0 0;
}
.site-content-secondary .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  width: 100%;
  font-size: 1.125em;
  line-height: 1.7222222222em;
  font-weight: 700;
  border-radius: 4px !important;
  padding: 0.9444444444em;
  background-color: #C12A1D;
  border: 1px solid #C12A1D;
}
@media (min-width: 60em) {
  .site-content-secondary {
    margin-top: 2.5em;
  }
  .site-content-secondary .ssf-heading {
    font-size: 1.375em;
    line-height: 1.2272727273em;
    margin: 0 0 1.7727272727em;
    padding-left: 2.0909090909em;
  }
}
@media (min-width: 80em) {
  .site-content-secondary .ssf-heading {
    font-size: 1.625em;
    line-height: 1.1923076923em;
    margin: 0 0 1.5em;
    padding-left: 2.0769230769em;
  }
}

@media (min-width: 60em) {
  .single-post .site-content-secondary {
    margin-top: 0;
  }
}

@media only screen and (min-width: 640px) {
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }

  body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }

  body div.ginput_complex.ginput_container.gf_name_has_2 span {
    float: left;
    margin-right: 0;
    width: 50%;
  }

  body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
    padding-right: 16px;
  }
}
.indusrty-serve {
  font-family: "Poppins";
  background-color: #EFEFEF;
  padding: 1.5625em 0;
}
@media (min-width: 60em) {
  .indusrty-serve {
    padding: 2.1875em 0;
  }
}

.ih-heading {
  color: #333;
  text-align: center;
  position: relative;
  font-size: 2.1875em;
  line-height: 0.8571428571em;
  padding-bottom: 10px;
  /*&:before{
      content:'';
      position: absolute;
      background-color: #C0001B;
      width: 108px;
      height: 3px;
      bottom: 0px;
      margin: 0 auto;
      left: 0;
      right: 0;
  }*/
}
.ih-heading span {
  padding-bottom: 8px;
}

.is-wrap {
  padding: 1.25em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 60em) {
  .is-wrap {
    padding-top: 3.125em;
    padding-bottom: 1.875em;
    justify-content: center;
  }
}

.isw-item {
  max-width: 10em;
  width: 100%;
  margin: 0 10px;
}
@media (min-width: 60em) {
  .isw-item {
    flex-grow: 1;
  }
}
@media (min-width: 80em) {
  .isw-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.isw-img-wrap {
  width: 7.4375em;
  height: 7.4375em;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.isw-img-wrap img {
  width: 4.3125em;
  height: 4.3125em;
}

.isw-title {
  color: #333;
  text-align: center;
  margin-bottom: 2.1875em;
}
.isw-title p {
  font-size: 1.25em;
  line-height: 1.4em;
}

.ict {
  background-color: #c22d22;
  margin: 0 auto;
  font-size: 1.125em;
  display: table;
  padding: 20px;
}
/*======== GDD-003 Start ========*/
.homepage-industries-module {
  background-color: #EFEFEF;
}
.homepage-industries-module .inner-wrap, .homepage-industries-module .inner-wrap-narrow, .homepage-industries-module .inner-wrap-wide, .homepage-industries-module .inner-wrap-fullwidth {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media (min-width: 87.5em) {
  .homepage-industries-module .inner-wrap, .homepage-industries-module .inner-wrap-narrow, .homepage-industries-module .inner-wrap-wide, .homepage-industries-module .inner-wrap-fullwidth {
    margin-top: 0;
  }
}
.homepage-industries-module .him-heading {
  text-align: center;
  margin-bottom: 1.4285714286em;
}
.homepage-industries-module .him-tab-image {
  margin-bottom: 1.875em;
}
.homepage-industries-module .him-tab-image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 60em) {
  .homepage-industries-module .him-tab-title {
    font-size: 1.625em;
    line-height: 1.2307692308em;
    text-transform: initial;
    margin-bottom: 0.3076923077em;
  }
}
@media (min-width: 60em) {
  .homepage-industries-module .him-tab-title {
    margin-top: 0;
  }
}
.homepage-industries-module .accordion-tabs {
  border: none;
}
.homepage-industries-module .accordion-tabs .tab-header-and-content {
  border-bottom: 0;
}
.homepage-industries-module .accordion-tabs .tab-header-and-content .him-title {
  min-height: 26px;
}
.homepage-industries-module .accordion-tabs .tab-header-and-content .tab-link {
  margin-bottom: -1px !important;
}
@media (max-width: 40em) {
  .homepage-industries-module .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 1px solid #d30505;
  }
}
.homepage-industries-module .accordion-tabs .tab-link {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
  background-color: #ffffff;
  padding: 1.1111111111em 1.3333333333em;
  border-radius: 0 !important;
  border: 1px solid #d30505;
}
.homepage-industries-module .accordion-tabs .tab-link .style-svg {
  margin-right: 0.9444444444em;
  width: 1.4444444444em;
  height: 1.4444444444em;
  vertical-align: middle;
}
.homepage-industries-module .accordion-tabs .tab-link:hover, .homepage-industries-module .accordion-tabs .tab-link:focus {
  background-color: #d30505;
  color: #ffffff;
}
.homepage-industries-module .accordion-tabs .tab-link:hover .style-svg path,
.homepage-industries-module .accordion-tabs .tab-link:hover .style-svg rect,
.homepage-industries-module .accordion-tabs .tab-link:hover .style-svg polygon,
.homepage-industries-module .accordion-tabs .tab-link:hover .style-svg circle, .homepage-industries-module .accordion-tabs .tab-link:focus .style-svg path,
.homepage-industries-module .accordion-tabs .tab-link:focus .style-svg rect,
.homepage-industries-module .accordion-tabs .tab-link:focus .style-svg polygon,
.homepage-industries-module .accordion-tabs .tab-link:focus .style-svg circle {
  fill: #ffffff;
}
.homepage-industries-module .accordion-tabs .tab-link.is-active {
  background-color: #d30505;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 0;
}
.homepage-industries-module .accordion-tabs .tab-link.is-active .style-svg path,
.homepage-industries-module .accordion-tabs .tab-link.is-active .style-svg rect,
.homepage-industries-module .accordion-tabs .tab-link.is-active .style-svg polygon,
.homepage-industries-module .accordion-tabs .tab-link.is-active .style-svg circle {
  fill: #ffffff;
}
.homepage-industries-module .accordion-tabs .tab-content {
  background-color: transparent;
  padding: 0 0 1.875em;
  border: none;
}
.homepage-industries-module .accordion-tabs .tab-content p {
  font-size: 1.0625em;
  line-height: 1.5294117647em;
  margin-bottom: 1em;
}
.homepage-industries-module .accordion-tabs .tab-content p:last-child {
  margin-bottom: 0.6470588235em;
}
.homepage-industries-module .accordion-tabs .tab-content ul:not([class]) {
  padding-left: 0.9375em;
  margin-bottom: 1.625em;
}
.homepage-industries-module .accordion-tabs .tab-content ul:not([class]) li:not([class]) {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.homepage-industries-module .accordion-tabs .tab-content ul:not([class]) li:not([class]):after {
  top: 0.46875em;
  left: -0.9375em;
}
.homepage-industries-module .him-tab-cta {
  min-width: 9.75em;
  padding: 1.0625em 1em;
  text-align: center;
}
@media (min-width: 40em) {
  .homepage-industries-module .accordion-tabs .tab-link {
    display: block;
  }
  .homepage-industries-module .accordion-tabs .tab-content {
    float: none;
  }
}
@media (min-width: 60em) {
  .homepage-industries-module .him-tab-image {
    margin-bottom: 1.875em;
  }
  .homepage-industries-module .accordion-tabs {
    position: relative;
  }
  .homepage-industries-module .accordion-tabs .tab-link {
    max-width: 16.1111111111em;
  }
  .homepage-industries-module .accordion-tabs .tab-content {
    width: calc(100% - 23.8125em);
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0;
  }
}
.homepage-industries-module .him-tab-image img {
  max-height: 22.5em;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: inherit;
}
@media (min-width: 60em) {
  .homepage-industries-module .him-tab-image img {
    width: auto;
    height: 12.5em;
  }
}
@media (min-width: 80em) {
  .homepage-industries-module .him-tab-image img {
    width: auto;
    height: 15.625em;
  }
}
/*======== GDD-003 End ========*/
.custom-lists {
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  display: table;
  width: 100%;
}
.custom-lists > li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.0625em;
  line-height: 1.5em;
}
.custom-lists > li:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  background-size: 0.4em;
  background-repeat: no-repeat;
}
@media (min-width: 60em) {
  .custom-lists.count-2 {
    /* column-count: 2;*/
  }
  .custom-lists.count-2 li {
    width: 50%;
    float: left;
  }
}

.right-image {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.9375em;
}
@media (min-width: 60em) {
  .right-image {
    float: right;
    margin: 0.5625em 0 0.9375em 0.9375em;
  }
}
.right-image a {
  display: inline-block;
  vertical-align: top;
}
.right-image a img {
  display: inline-block;
  vertical-align: top;
}

.img-new-gallery a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.img-new-gallery a img {
  width: 28em;
  object-fit: cover;
  object-position: center;
  max-height: 12.5em;
  height: 12.5em;
}

@media (min-width: 40em) {
  .img-new-gallery a img {
    max-height: 19vw;
    object-fit: cover;
  }
}
@media (min-width: 60em) {
  .img-new-gallery a img {
    max-height: 120px;
  }
}

.rows-of-3 > .img-new-gallery, .rows-of-4 > .img-new-gallery {
  width: 100%;
}
@media (min-width: 40em) {
  .rows-of-3 > .img-new-gallery, .rows-of-4 > .img-new-gallery {
    width: 47%;
  }
}

@media (min-width: 40em) {
  .rows-of-3 > .img-new-gallery {
    width: 31.7615656014%;
  }
}

@media (min-width: 60em) {
  .rows-of-4 > .img-new-gallery {
    width: 23.2317613015%;
  }
}

@media (min-width: 40em) {
  .rows-of-2 .img-new-gallery a img {
    max-height: 12.5em;
    height: 12.5em;
  }
}

@media (min-width: 40em) {
  .rows-of-3 .img-new-gallery a img {
    max-height: 11.25em;
    height: 11.25em;
  }
}

@media (min-width: 60em) {
  .sn-li-l1:hover {
    background-color: #fff;
  }

  .sn-li-l1 > a:focus {
    background-color: #ffffff;
    color: #000000;
  }

  ul.sub-menu li a:focus {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 1200px) {
  .sn-li-l1 span, .hs-menu-depth-1 span {
    font-size: 0.9em !important;
  }

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

  .stuck .sn-li-l1 > a, .hs-menu-depth-1 > a {
    padding: 0 0.8em !important;
    justify-content: center;
  }
}
@media only screen and (max-width: 959px) {
  .sn-li-l1 span, .hs-menu-depth-1 span {
    color: #000;
  }

  .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 {
    background-image: url(img/ico-arrow-down.svg);
  }

  .site-header .sh-sticky-wrap .site-nav-container {
    display: block !important;
  }

  .active .sh-icons {
    display: none;
  }

  .home-slider .slides li {
    min-height: 25.75em;
  }

  .sm-sh {
    display: block !important;
  }

  .sh-sticky-wrap .active {
    display: block !important;
  }

  .sn-li-l1 > a, .hs-menu-depth-1 > a {
    padding: 0 2.3em;
  }
}
.sh-sticky-wrap .site-nav-container {
  display: flex !important;
  align-items: center;
}
@media (max-width: 40em) {
  .sh-sticky-wrap .site-nav-container {
    display: block;
  }
}

body.sticky-nav .sh-sticky-wrap {
  background-color: #c22d22 !important;
}

.sm-sh {
  display: none;
}

.sub-menu-columns ul.sub-menu li a {
  border: 1px solid #f5f5f5;
}

.sn-li-l2 > a, .sn-li-l4 > a, .sn-li-l3 > a, .hs-menu-depth-2 > a {
  border: 1px solid #f5f5f5;
}

ul.sub-menu li a {
  background-color: #efefef;
}

.am-cta {
  background-color: #c22d22;
}

.fvm-slider .flex-direction-nav {
  display: none;
}

ul.sub-menu li a:hover {
  background: #fff;
}

.site-nav-container {
  justify-content: center;
}

@media (min-width: 60em) {
  .sn-li-l2 > a span, .sn-li-l4 > a span, .sn-li-l3 > a span, .hs-menu-depth-2 > a span {
    font-size: 1.0625em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
}
.d-none {
  display: none;
}

.stuck .d-none {
  display: block !important;
}

.d-none .btn, .d-none button,
.d-none input[type=submit], .d-none .btn-download, .d-none .btn-arrow, .d-none .product-grid-item-link {
  background-color: #fff;
  color: #000;
}

.d-none .btn:hover, .d-none button:hover,
.d-none input[type=submit]:hover, .d-none .btn-download:hover, .d-none .btn-arrow:hover, .d-none .product-grid-item-link:hover {
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  color: #fff;
}

@media (min-width: 60em) {
  .stuck .sn-li-l1 > a, .hs-menu-depth-1 > a {
    padding: 0 2em;
  }
}

.pm-cta.btn-alt, .pm-cta.btn-alt-download, .pm-cta.btn-alt-arrow {
  background-color: #fff;
  color: #000;
}

.pm-cta.btn-alt:hover, .pm-cta.btn-alt-download:hover, .pm-cta.btn-alt-arrow:hover, .pm-cta.btn-alt:focus, .pm-cta.btn-alt-download:focus, .pm-cta.btn-alt-arrow:focus {
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  color: #fff;
}

a {
  text-decoration: none;
}

.site-content-primary a {
  text-decoration: none;
}

u {
  text-decoration: none;
}

/*.page-id-1087 {
    .img-new-gallery a img {
        object-fit: cover; 
        max-height: 200px; 
        @include mq(medium) { 
            max-height: 127px; 
        }  
        @include mq(large) { 
        max-height: 200px; 
        }
    }
}*/
/*.page-id-1381 {
    .img-new-gallery a img { 
            object-fit: cover; 
            max-height: em(280); 
            height: em(280);
    }
}*/
.full-width-cta-new {
  text-align: center;
  background-color: #ca2018;
  position: relative;
  margin-top: 1.875em;
}
.full-width-cta-new * {
  color: #fff;
}
.full-width-cta-new:before {
  position: absolute;
  background: #ca2018;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
}
.full-width-cta-new .fwcn-para {
  position: relative;
}
.full-width-cta-new .fwcn-para a {
  text-decoration: underline;
}
.full-width-cta-new .fwcn-para a:hover, .full-width-cta-new .fwcn-para a:focus {
  color: #fff;
  text-decoration: none;
}
.full-width-cta-new .fwcn-wrap {
  position: relative;
}
.full-width-cta-new .fwcn-cta:not(:hover) {
  border-color: #fff;
}

.page-id-2850 .site-content > .inner-wrap, .page-id-2850 .site-content > .inner-wrap-narrow, .page-id-2850 .site-content > .inner-wrap-wide, .page-id-2850 .site-content > .inner-wrap-fullwidth {
  padding-bottom: 0;
}
.page-id-2850 .site-content-secondary {
  display: none;
}

body:not(.home):not(.page-id-3010) .homepage-industries-module {
  background-color: transparent;
}
@media (min-width: 60em) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap, body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap-narrow, body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap-wide, body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap-fullwidth {
    padding-bottom: 5.625em;
  }
}
@media (min-width: 80em) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap, body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap-narrow, body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap-wide, body:not(.home):not(.page-id-3010) .homepage-industries-module .inner-wrap-fullwidth {
    padding-left: 0;
    min-width: 100%;
    padding-bottom: 3.75em;
  }
}
body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-header-and-content {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 40em) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-header-and-content {
    display: block;
    margin-bottom: 1.25em;
  }
}
@media (min-width: 60em) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .accordion-tabs .tab-content {
    width: calc(100% - 34vw);
  }
}
@media (min-width: 80em) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .accordion-tabs .tab-link {
    max-width: 34vw;
  }
  body:not(.home):not(.page-id-3010) .homepage-industries-module .accordion-tabs .tab-content {
    width: calc(100% - 38vw);
    margin-right: 2vw;
  }
}
@media (min-width: 87.5em) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .accordion-tabs .tab-link {
    max-width: 34vw;
  }
  body:not(.home):not(.page-id-3010) .homepage-industries-module .accordion-tabs .tab-content {
    width: calc(100% - 44vw);
    margin-right: 4vw;
  }
}
@media screen and (min-width: 1550px) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .accordion-tabs .tab-content {
    width: calc(100% - 50vw);
    margin-right: 11vw;
  }
}
body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-content .him-tab-image img {
  height: auto;
  width: auto;
  object-fit: contain;
}
@media (min-width: 60em) {
  body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-content {
    padding-left: 0.4375em;
    padding-right: 0.4375em;
  }
  body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-content .him-tab-image img {
    height: 260px;
    object-fit: contain;
    object-position: left;
    width: 100%;
  }
}
body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-link {
  border: 0 !important;
  background-color: #eee;
  box-shadow: 2px 2px 5px 0px #aaa;
}
body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-link:hover, body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-link:focus {
  background-color: #d30505;
  color: #ffffff;
}
body:not(.home):not(.page-id-3010) .homepage-industries-module .tab-link.is-active {
  background-color: #d30505;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 0;
}

/*============== Block Hover Content Grid Module =================*/
.blocks-hover-content-grid {
  text-align: center;
}
.blocks-hover-content-grid > .inner-wrap, .blocks-hover-content-grid > .inner-wrap-narrow, .blocks-hover-content-grid > .inner-wrap-wide, .blocks-hover-content-grid > .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
.blocks-hover-content-grid .bhcg-listing {
  margin-top: 2em;
  margin-bottom: 2em;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.blocks-hover-content-grid .bhcg-listing > div {
  width: 100%;
  margin-bottom: 1.25em;
}
@media (min-width: 40em) {
  .blocks-hover-content-grid .bhcg-listing > div {
    margin-right: 1.25em;
    width: calc(50% - 20px);
  }
  .blocks-hover-content-grid .bhcg-listing > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .blocks-hover-content-grid .bhcg-listing > div {
    margin-right: 1.25em;
    width: calc(33.33% - 14px);
    margin-bottom: 1.25em;
  }
  .blocks-hover-content-grid .bhcg-listing > div:nth-of-type(1) {
    width: calc(50% - 10px);
  }
  .blocks-hover-content-grid .bhcg-listing > div:nth-of-type(2) {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .blocks-hover-content-grid .bhcg-listing > div:nth-of-type(4) {
    margin-right: 1.25em;
  }
  .blocks-hover-content-grid .bhcg-listing > div:nth-last-of-type(1) {
    margin-right: 0;
  }
}
.blocks-hover-content-grid .bhcg-item {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 18.75em;
  height: 18.75em;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .blocks-hover-content-grid .bhcg-item {
    margin: 0;
    padding-top: 18.75em;
    width: auto;
    height: auto;
  }
}
.blocks-hover-content-grid .bhcg-item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  transition: all 0.3s;
}
@media (min-width: 60em) {
  .blocks-hover-content-grid .bhcg-item:focus:before, .blocks-hover-content-grid .bhcg-item:hover:before {
    opacity: 1;
    background: rgba(202, 32, 24, 0.9);
  }
  .blocks-hover-content-grid .bhcg-item:focus .bhcg-item-img, .blocks-hover-content-grid .bhcg-item:hover .bhcg-item-img {
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .blocks-hover-content-grid .bhcg-item:focus .bhcg-item-description, .blocks-hover-content-grid .bhcg-item:hover .bhcg-item-description {
    height: auto;
  }
  .blocks-hover-content-grid .bhcg-item:focus .bhcg-hover-content, .blocks-hover-content-grid .bhcg-item:hover .bhcg-hover-content {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .blocks-hover-content-grid .bhcg-item:focus .bhcg-item-btn, .blocks-hover-content-grid .bhcg-item:hover .bhcg-item-btn {
    display: inline-block;
  }
  .blocks-hover-content-grid .bhcg-item:focus .bhcg-item-title, .blocks-hover-content-grid .bhcg-item:hover .bhcg-item-title {
    margin-bottom: 0.5em;
  }
}
.blocks-hover-content-grid .bhcg-hover-content {
  width: 80%;
  position: absolute;
  z-index: 2;
  bottom: 1.25em;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.blocks-hover-content-grid .bhcg-item-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blocks-hover-content-grid .bhcg-item-title {
  display: block;
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.blocks-hover-content-grid .bhcg-item-btn {
  display: none;
  padding: 0.6em 2em;
  font-weight: 700;
  border-color: #ffffff;
  color: #ffffff;
}
.blocks-hover-content-grid .bhcg-item-description {
  height: 0;
  color: white;
  overflow: hidden;
  transition: all 0.3s;
}

/*===================== Call To Action Buttons Module =================*/
.call-to-action-buttons-module .ctabm-btn {
  padding: 0.8333333333em 0.3333333333em;
  display: block;
  text-decoration: none;
  background: linear-gradient(to right, #ff0000, #d30505, #fff);
  color: #ffffff;
  font-family: "Poppins";
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2em;
  padding-left: 0.6666666667em;
  padding-right: 0.3333333333em;
  vertical-align: middle;
}
@media (min-width: 60em) {
  .call-to-action-buttons-module .ctabm-btn {
    padding-left: 2em;
  }
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: auto !important;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*===================== HFCM Code Added Here =================*/
section.anchor-links-nav {
  width: 100%;
  background-color: #1591c5;
  margin: 1px 0 10px 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

section.page-intro .inner-wrap, section.page-intro .inner-wrap-narrow, section.page-intro .inner-wrap-wide, section.page-intro .inner-wrap-fullwidth {
  padding: 2px 0 0 0;
}

section.anchor-links-nav .inner-wrap, section.anchor-links-nav .inner-wrap-narrow, section.anchor-links-nav .inner-wrap-wide, section.anchor-links-nav .inner-wrap-fullwidth {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

section.anchor-links-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

section.anchor-links-nav ul li:before,
section.anchor-links-nav ul li:after {
  display: none;
}

section.anchor-links-nav ul li.active {
  background: transparent;
}

section.anchor-links-nav ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}

section.anchor-links-nav ul li a:hover,
section.anchor-links-nav ul li a:active {
  text-decoration: none;
  background: #097aa9;
  color: #fff;
}

section.anchor-links-nav ul li.active a {
  color: #fff;
  background: #1c5e76;
}

@media all and (min-width: 960px) {
  section.anchor-links-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    max-width: 870px;
    margin: 0 auto;
  }

  body.sticky-nav .sh-sticky-wrap {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6.93px 0.07px rgba(40, 40, 40, 0.44);
    box-shadow: 0 3px 6.93px 0.07px rgba(40, 40, 40, 0.44);
    -webkit-transition: none;
    transition: none;
  }

  body.sticky-nav section.anchor-links-nav {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px 0 0 0;
  }

  body.sticky-nav .page {
    padding-top: 20px !important;
  }
}
body.page-id-2220 p.last_p {
  margin-bottom: 0;
}

@media all and (max-width: 959px) {
  section.anchor-links-nav {
    top: 0 !important;
  }
}
.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;
}
@media (max-width: 40em) {
  .flex-viewport {
    max-height: 62.5em;
  }
}

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

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

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

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

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 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 */

  /* Avoid double strokes when stacked */

  /* Avoid double strokes when stacked */
}
@media (min-width: 40em) {
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    width: 55%;
  }
}
@media only all {
  .tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }
}
@media only all {
  .tablesaw-cell-label {
    display: block;
  }
}
@media only all {
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
}
@media only all {
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 40em) {
  .tablesaw-cell-content {
    max-width: 100% !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
.tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
.tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
/* Flying focus */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
}

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}

.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  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]
*/