/* @import url('https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */


/* 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 header input[type="button"],
header input[type="reset"],
header input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html header 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.
 */
header input[type="checkbox"],
header 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`.
 */
header input[type="number"]::-webkit-inner-spin-button,
header 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).
 */
header 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).
 */
header input[type="search"]::-webkit-search-cancel-button,
header input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 0.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

.row {
  display: block;
  clear: both; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  /*background: url(gray-bg.jpg) repeat 0 0 #ffffff;*/
  color: #696969;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
margin:0; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 1.35em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 1.5em; } }

.xlarge-font-size {
  font-size: 0.796875em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 0.95625em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 1.0625em; } }

.large-font-size {
  font-size: 0.75em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 0.9em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 1em; } }

.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: 1em; } }

.base-font-size {
  font-size: 1em; }
  @media (min-width: 40em) {
    .base-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .base-font-size {
      font-size: 1.125em; } }

/* h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  margin: 0; } */

/* h1,
.h1 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #dd3322; }
  @media (min-width: 40em) {
    h1,
    .h1 {
      font-size: 1.35em; } }
  @media (min-width: 60em) {
    h1,
    .h1 {
      font-size: 1.5em; } } */

/* h2,
.h2 {
  font-size: 0.796875em;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h2,
    .h2 {
      font-size: 0.95625em; } }
  @media (min-width: 60em) {
    h2,
    .h2 {
      font-size: 1.0625em; } }

h3,
.h3 {
  font-size: 0.75em;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h3,
    .h3 {
      font-size: 0.9em; } }
  @media (min-width: 60em) {
    h3,
    .h3 {
      font-size: 1em; } }

h4,
.h4 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h4,
    .h4 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h4,
    .h4 {
      font-size: 1em; } }

h5,
.h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h5,
    .h5 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h5,
    .h5 {
      font-size: 1.125em; } }

h6,
.h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h6,
    .h6 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h6,
    .h6 {
      font-size: 1.125em; } }

p {
  margin: 16px 0 0 0;
  font-size: 0.9375em; } */

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1em;
  font-weight: normal; }
  @media (min-width: 40em) {
    .emph, .section-header-wrap p, .page-intro p {
      font-size: 1.15em; } }

/* a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #696969;
  text-decoration: underline; } */
  /* a:hover {
    color: #cf1f29;
    text-decoration: none; } */
  /* a:visited, a:active, a:focus {
    /*color: $hover-link-color;*/
    /* outline: none; } */
  /* a:focus:not(:hover):not(:active) {
    outline: 2px dashed #696969;
    outline-offset: 2px; } */ 
/* 
hr {
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; } */

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: darkgray;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #eeeeee;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }


label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

header textarea,
header input[type="number"], 
header input[type="search"], 
header input[type="text"], 
header select[multiple=multiple],
header select,
footer textarea,
footer input[type="number"], 
footer input[type="search"], 
footer input[type="text"], 
footer select[multiple=multiple],
footer select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  header textarea:hover,
  header select[multiple=multiple]:hover,
  header select:hover,
  footer textarea:hover,
  footer select[multiple=multiple]:hover,
  footer select:hover {
    border-color: #d5d4d4; }
  header textarea:focus,
  header input[type="number"]:focus, 
  header input[type="password"]:focus, 
  header input[type="search"]:focus, 
  header input[type="text"]:focus, 
  header textarea:focus,
  headerselect[multiple=multiple]:focus,
  header select:focus,
  footer textarea:focus,
  footer input[type="number"]:focus, 
  footer input[type="password"]:focus, 
  footer input[type="search"]:focus, 
  footer input[type="text"]:focus, 
  footer textarea:focus,
  footer select[multiple=multiple]:focus,
  footer select:focus {
    border-color: #696969;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(92, 92, 92, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

header input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }




  footer select,header select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%; }

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important; }

.hs-error-msgs {
  color: red; }

/* Lists */
/* ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; } */

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 0.6875em;
  margin-top: 2em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0;
    font-size: 0.9375em;
    line-height: 2.375em;
    color: #696969;
    font-weight: bold; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 1.0625em;
      left: -0.75em;
      background-color: #696969; }

header ul:not([class]),
footer ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 1.125em; }
  header ul:not([class]) li:not([class]),
  footer ul:not([class]) li:not([class])
   {
    position: relative;
    margin-bottom: 0;
    font-size: 0.9375em;
    line-height: 1.25em;
    color: #696969;
    font-weight: 400; }
    header ul:not([class]) li:not([class]) a,
    footer ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    header ul:not([class]) li:not([class]):after,
    footer ul:not([class]) li:not([class]):after {
      content: '';
      width: 5px;
      height: 5px;
      background: url(bullet.jpg) no-repeat;
      display: block;
      position: absolute;
      top: 0.5em;
      left: -1.0625em;
      background-color: #696969; }

header ol,
footer ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 0.6875em;
  margin-top: 2em; }
  header ol li,
  footer ol li {
    position: relative;
    margin-bottom: 0;
    font-size: 0.9375em;
    line-height: 2.375em;
    color: #696969;
    font-weight: bold; }
    header ol li a,
    footer ol li a {
      text-decoration: none;
      font-weight: normal; }
    header ol li ol,
    footer ol li ol {
      list-style-type: lower-alpha;
      padding-left: 1.75em;
      margin-top: 0; }
    header ol li li,
    footer ol li li {
      position: relative;
      margin-bottom: 0;
      font-size: 0.9375em;
      line-height: 2.125em;
      color: #696969;
      font-weight: 400; } */

/* Tables */
/* table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white; }

.spec-thead {
  display: block; }

.spec-table-row {
  display: block;
  width: 100%; }

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .5em 0; }
    .spec-cell > ul > li {
      margin-bottom: 0 !important; }
      .spec-cell > ul > li ul {
        padding: 0 0 0 1.8em; }
  .spec-cell input,
  .spec-cell select {
    width: 100%; }

.spec-col {
  display: table-column; }

.spec-col-1 {
  width: 100%; }

.spec-col-2 {
  width: 100%; }

@media (min-width: 40em) {
  .spec-table {
    display: table; }
  .spec-thead {
    display: table-header-group; }
  .spec-table-row {
    display: table-row; }
  .spec-cell {
    display: table-cell; }
    .spec-cell p {
      font-size: 1em; }
  .spec-spec-col-1 {
    width: 30%; }
  .spec-spec-col-2 {
    width: 70%; } }

.btn-custom, button,
header input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-color {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  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-custom:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-color:hover {
    color: white; }
  .btn-custom:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled, .btn-color:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn-custom:after, button:after,
  header input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-color:after {
    content: ''; }

.btn-custom, button,
header input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #696969; }
  .btn-custom:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #504f4f; }
  .btn-custom:after, button:after,
  header input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #504f4f; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #002a8d; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #001b5a; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #001b5a; }

.btn-color {
  background-color: transparent;
  border: 1px solid #ffffff; }
  .btn-color:hover {
    background-color: white;
    color: #000000; }
  .btn-color:after {
    background-color: #001b5a; }

button,
header input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:focus:not(:hover):not(:active),
  header input[type="submit"]:focus:not(:hover):not(:active) {
    outline: 2px dashed #696969;
    outline-offset: 2px; }

.btn-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow {
  padding-right: 4em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after {
    content: '';
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    position: absolute;
    background-position: center center;
    background-size: 1.5em;
    background-repeat: no-repeat;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear; }
  .btn-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow:hover:after {
    background-size: 2em; }

.btn-download:after {
  background-image: url(ico-download.svg); }

.btn-alt-download:after {
  background-image: url(ico-download.svg); }

.btn-arrow:after {
  background-image: url(ico-white-arrow-right.svg); }

.btn-alt-arrow:after {
  background-image: url(ico-white-arrow-right.svg); }

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #e6e6e6; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    white-space: nowrap; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #e6e6e6; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0.9375em 0 1.0625em 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      margin: 0;
      padding: 0;
      height: 1.5em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  /*border-bottom: $nav-border-mobile;*/
  /*background-color: $nav-background;*/
  padding: 0.4375em 0 0.5em 0;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 0.9375em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 1.5em;
    line-height: 1.5em;
    color: #333333;
    text-decoration: none;
    padding: 0 1em;
    /*padding: em(7) 0 em(8) 0;*/
    text-align: left; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #333333; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      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;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 15px; }
    .sn-li-l1.has-subnav .m-subnav-arrow:after, .sn-li-l1.menu-item-has-children .m-subnav-arrow:after, .sn-li-l1.hs-item-has-children .m-subnav-arrow:after,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow:after,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow:after,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow:after {
      /*content:'+';

        font-size: em(15,15);
        line-height: em(16.8);
        color: $light-black;
        font-weight: 400;*/
      content: "\0002B";
      font-size: 1.66666666666667em;
      /*position: absolute;*/
      /*right: 0.64em;
    top: 0.24em;*/
      color: #333333; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      /*transform: rotate(180deg);*/ }
      .sn-li-l1.has-subnav .m-subnav-arrow.active:after, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active:after, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active:after,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow.active:after,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active:after,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active:after {
        content: '\02212';
        position: absolute;
        color: #ffffff;
        right: 7px; }
  .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-image: url(ico-arrow-down.svg);*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1.active > a,
  .hs-menu-depth-1.active > a {
    background-color: #cf1f29;
    color: #ffffff; }
  .sn-li-l1:hover > a,
  .hs-menu-depth-1:hover > a {
    background-color: #cf1f29; }
    .sn-li-l1:hover > a span,
    .hs-menu-depth-1:hover > a span {
      color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      padding: 0;
      height: 1.5em;
      float: left;
      border-bottom: 0;
      /*border-right: $nav-border;*/
      -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: 0.9375em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #333333;
        text-align: center; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; }
        .sn-li-l1:hover > a span,
        .hs-menu-depth-1:hover > a span {
          color: #cf1f29; }
        .sn-li-l1:hover .sn-level-2,
        .sn-li-l1:hover .hs-menu-children-wrapper,
        .hs-menu-depth-1:hover .sn-level-2,
        .hs-menu-depth-1:hover .hs-menu-children-wrapper {
          display: block !important; }
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        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 {
        background-image: url(ico-arrow-down.svg); }
      .sn-li-l1.has-subnav:hover, .sn-li-l1.menu-item-has-children:hover, .sn-li-l1.hs-item-has-children:hover,
      .hs-menu-depth-1.has-subnav:hover,
      .hs-menu-depth-1.menu-item-has-children:hover,
      .hs-menu-depth-1.hs-item-has-children:hover {
        background-color: #cf1f29; }
        .sn-li-l1.has-subnav:hover > a span, .sn-li-l1.menu-item-has-children:hover > a span, .sn-li-l1.hs-item-has-children:hover > a span,
        .hs-menu-depth-1.has-subnav:hover > a span,
        .hs-menu-depth-1.menu-item-has-children:hover > a span,
        .hs-menu-depth-1.hs-item-has-children:hover > a span {
          color: #ffffff; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        color: #cf1f29; }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          background-color: transparent; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0.625em 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 {
      padding: 0;
      position: absolute;
      z-index: 99999; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3, .sn-li-l4,
.hs-menu-depth-2 {
  /*background-color: $nav-subnav-background-mobile;*/
  position: relative; }
  .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
  .hs-menu-depth-2 > a {
    /*//background-color:red;*/
    padding: 0 1em;
    color: #333333;
    /*border-top: $nav-subnav-border-mobile;*/
    display: block;
    text-decoration: none;
    text-align: left;
    /*line-height: $nav-subnav-height-mobile;*/ }
    .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 0.75em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a, .sn-li-l4:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
  .hs-menu-depth-2:hover {
    background-color: #cf1f29; }
    .sn-li-l2:hover > a span, .sn-li-l3:hover > a span, .sn-li-l4:hover > a span,
    .hs-menu-depth-2:hover > a span {
      color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3, .sn-li-l4,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #e6e6e6;
      min-width: 9em;
      width: 100%; }
      .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
      .hs-menu-depth-2 > a {
        padding: 0 0.5em;
        /*line-height: $nav-subnav-height;*/
        border-bottom: 1px solid #f8f8f8;
        /*border-right: $nav-subnav-border;*/ }
        .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 0.75em; }
      .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
      .hs-menu-depth-2:hover {
        background-color: #cf1f29; }
        .sn-li-l2:hover > a span, .sn-li-l3:hover > a span, .sn-li-l4:hover > a span,
        .hs-menu-depth-2:hover > a span {
          color: #ffffff; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l4:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block !important;
          /*margin:em(-25);
        padding:em(25);*/ } }

.sn-level-4,
.sn-level-5,
.sn-level-3 {
  background-color: #e6e6e6;
  /*padding: 0;*/
  padding: 0.625em 0;
  margin: 0;
  display: none;
  position: relative;
  /*background-color: transparent;*/ }
  .sn-level-4.active,
  .sn-level-5.active,
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-4,
    .sn-level-5,
    .sn-level-3 {
      padding: 0;
      position: absolute;
      top: 0;
      left: 100%; }
      .sn-level-4.active,
      .sn-level-5.active,
      .sn-level-3.active {
        display: none; } }

.sn-li-l3:hover .sn-level-4, .sn-li-l4:hover .sn-level-4 {
  display: block !important;
  margin: -1.5625em;
  padding: 1.5625em; }

.sn-li-l4:hover .sn-level-5 {
  display: block !important;
  margin: -1.5625em;
  padding: 1.5625em; }

.site-nav-container {
  background-color: #e6e6e6;
  width: auto;
  height: auto;
  z-index: 1000;
  display: none;
  clear: both; }
  .site-nav-container.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      display: block; } }

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #002a8d !important;
  font-family: "Open Sans", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0; } }

/*
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-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 63em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-narrow {
  max-width: 64.5em; }

.inner-wrap-wide {
  max-width: 87.5em; }

.inner-wrap-fullwidth {
  max-width: 100%; }

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #eeeeee; }
  .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: .5em 0 0 0; }

.section-cta {
  text-align: center; }

.blockquote-text {
  color: #002a8d;
  font-weight: 600;
  position: relative;
  font-size: 1.125em;
  padding: 0 1.7777777778em 0;
  margin-top: 1.7777777778em;
  margin-bottom: 1.7777777778em; }
  .blockquote-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.5em;
    height: 100%;
    background-color: #002a8d; }
  @media (min-width: 40em) {
    .blockquote-text {
      max-width: 45.7142857143em;
      width: 100%;
      margin: auto;
      font-size: 1em;
      line-height: 1.3333333333em;
      padding: 0 0.7619047619em 0 2.1428571429em;
      margin-top: 3.5238095238em;
      margin-bottom: 3.5238095238em; } }

/*================ Dest Slider ============= */
.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0;
  width: 100%; }
  .innerpage-carousel #carousel {
    width: 85%; }
    .innerpage-carousel #carousel .slides li {
      margin: 0.5em 0.25em 0;
      position: relative;
      border: 1px solid transparent;
      opacity: 1; }
      .innerpage-carousel #carousel .slides li img {
        width: 100%; }
      .innerpage-carousel #carousel .slides li.flex-active-slide {
        /*border:1px solid $black;*/ }
        .innerpage-carousel #carousel .slides li.flex-active-slide img {
          opacity: 1; }
      .innerpage-carousel #carousel .slides li:hover:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 42, 141, 0.2); }
    .innerpage-carousel #carousel .flex-direction-nav li {
      border: none;
      margin: 0; }
      .innerpage-carousel #carousel .flex-direction-nav li:after {
        display: none; }
      .innerpage-carousel #carousel .flex-direction-nav li a {
        height: 2.5em;
        width: 2.5em; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-prev {
      left: -1em !important;
      opacity: 1;
      top: 2.3125em;
      display: none; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-prev:before {
        background-image: url(mm-prev-icon.png);
        background-size: 0.875em 1.5625em; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-next {
      right: -3.8125em !important;
      opacity: 1;
      top: 70%; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
        background-image: url(slider-arrow.png);
        background-size: 21px 40px; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:hover:before {
        background-image: url(slider-arrow.png); }
    @media (min-width: 60em) {
      .innerpage-carousel #carousel .flex-direction-nav .flex-next {
        top: 60%; }
        .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
          background-size: auto 2.375em; } }

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
  border: 0; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 0; } }
  @media (min-width: 40em) {
    .accordion-tabs {
      border: 0; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
  .accordion-tabs .tab-link {
    background-color: #002a8d;
    color: #ffffff;
    display: block;
    font-size: 1.125em;
    line-height: normal;
    padding: 0.8333333333em 1.3888888889em;
    text-decoration: none;
    border-bottom: 0;
    font-family: "Open Sans", sans-serif;
    vertical-align: bottom; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border: 0; } }
    .accordion-tabs .tab-link:hover {
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link:focus:not(:hover):not(:active) {
      outline-offset: -2px; }
    .accordion-tabs .tab-link.is-active {
      background-color: #466100; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          border: 0;
          /*font-size: em(20);
        line-height: em(30,20);
        padding: em(16,20) em(25,20) em(14,20);*/ } }
  .accordion-tabs .tab-content {
    background: #eeeeee;
    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-top-right-radius: 0;
        float: left; } }

/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  border: 0;
  /*overflow: hidden;*/
  margin-bottom: 1.5em;
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header {
    background-color: #466100; }
    .click-expand.active .ce-header:after {
      content: "";
      position: absolute;
      color: #ffffff;
      background-image: url(ico-minus.svg);
      width: 13px;
      height: 2px;
      background-size: 13px 2px;
      background-repeat: no-repeat; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 1.5em 1.618em;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #eeeeee; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 1.3333333333em;
  padding-right: 0.5714285714em;
  padding-top: 0.7619047619em;
  padding-bottom: 0.7619047619em;
  font-size: 1em;
  background-color: #002a8d;
  color: #ffffff;
  font-weight: 500;
  text-transform: none; }
  .ce-header:after {
    content: "";
    background-image: url(ico-plus.svg);
    color: #ffffff;
    padding-left: 8px;
    position: absolute;
    right: 1em;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%); }
  .ce-header:focus:not(:hover):not(:active) {
    outline: 2px dashed #696969;
    outline-offset: 2px; }

.ce-body {
  display: none;
  opacity: 0;
  background-color: #eeeeee; }
  .ce-body p {
    font-size: 1em; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*Full Width CTA Module*/
.fwc-module {
  background-color: #eeeeee;
  text-align: center; }

/*=============== Product Grid ===============*/
.product-grid {
  clear: both; }

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .product-grid-item:hover {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999; }
    .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

@media (min-width: 40em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-bottom: 1em; }
    .product-grid-item-header-wrap .product-grid-item-header {
      display: inline-block;
      vertical-align: middle; } }

@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em; } }

.product-grid-item-header {
  font-size: 1.125em;
  color: #002a8d;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none; }
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      text-align: center; } }

.product-grid-item-subheader {
  color: #000000;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em; }
  @media (min-width: 40em) {
    .product-grid-item-subheader {
      width: auto;
      float: none;
      text-align: center; } }
  @media (min-width: 60em) {
    .product-grid-item-subheader {
      min-height: 3em; } }

.product-grid-item-img {
  float: left;
  width: 25%;
  margin-top: -1em;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media (min-width: 40em) {
    .product-grid-item-img {
      margin-top: 0;
      float: none;
      width: auto; } }

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: .75em; }
  @media (min-width: 40em) {
    .product-grid-item-link {
      width: auto;
      float: none;
      text-align: center; } }

/*============Side Navigation Test==============*/
.side-nav {
  margin: 0 auto; }
  .side-nav h3 {
    margin-top: 0; }

.sn-nav {
  max-width: 16.375em;
  overflow: hidden;
  margin-bottom: 3.125em; }
  .sn-nav li {
    background-color: #002a8d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative; }
    .sn-nav li:last-child {
      border-bottom: 0; }
    .sn-nav li.active {
      background-color: #002a8d; }
    .sn-nav li a {
      color: #ffffff;
      display: block;
      font-size: 0.9375em;
      line-height: 1.5em;
      text-decoration: none;
      padding: 0.6875em 2.5em 0.6875em 1em;
      font-weight: 400; }
  .sn-nav .menu-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(nav-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 5px;
    display: block;
    width: 2.5em;
    height: 2.875em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0; }
    .sn-nav .menu-item-has-children .m-subnav-arrow.active {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sn-nav .menu-item-has-children ul {
    margin-bottom: 0;
    padding: 0;
    display: none;
    background-color: #ffffff; }
    .sn-nav .menu-item-has-children ul li {
      margin-bottom: 0;
      background-color: #ffffff;
      border-bottom: 0; }
      .sn-nav .menu-item-has-children ul li a {
        color: #000000;
        padding: 0.0625em 0;
        font-size: 0.9375em;
        line-height: 1.5625em;
        font-weight: 400; }
      .sn-nav .menu-item-has-children ul li:not([class]) {
        margin-bottom: 0;
        padding: 0; }
        .sn-nav .menu-item-has-children ul li:not([class]):after {
          display: none; }
      .sn-nav .menu-item-has-children ul li:hover a {
        color: #002a8d; }
    .sn-nav .menu-item-has-children ul:not([class]) {
      margin-bottom: 0; }
  .sn-nav .menu-item-has-children ul.active {
    display: block;
    background-color: #eeeeee;
    padding: 1em; }
    .sn-nav .menu-item-has-children ul.active li {
      background: transparent; }

/*=============== Product Carousel ===============*/
@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .product-item:last-child {
      margin-right: 0; } }

@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%; }
    .product-item:last-child {
      margin-right: 0; }
    .product-item:nth-child(2n) {
      margin-right: 0; }
    .product-item:nth-child(2n+1) {
      clear: left; } }

.product-title {
  font-size: 1.0625em;
  display: block;
  text-align: center;
  line-height: 1.4117647059em;
  margin-top: 0.5882352941em; }

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden; }

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%; }
  .media-object-img img {
    width: 100%; }

.media-object-body {
  width: 75%;
  float: left; }

.media-object-header {
  margin-top: 0;
  margin-bottom: .15em; }

.media-grid-2 > * {
  margin-bottom: 1em; }

@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em; }
    .media-grid-2 > *:last-child {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n+1) {
      clear: left; } }

/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.8em; }
  .iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*=============== 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: .75; }
      .social-wrap a:hover path {
        fill: #002a8d; }
  .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: #011c37;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #011c37;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #011c37;
  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: #002a8d; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #002a8d;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em; }

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75); }

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer; }

.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #eeeeee; }

.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #696969; }

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both; }

figure {
  margin: 0;
  padding: 0; }

.wp-pagenavi > * {
  margin-right: .75em; }



/*=============== Layouts  ===============*/
.page-intro {
  background-color: #eeeeee;
  min-height: 4.5625em; }
  .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: .5em 0 0 0; }

.breadcrumb-menu {
  margin-bottom: 5em; }
  .breadcrumb-menu a {
    color: #002a8d;
    font-size: 0.875em; }
  .breadcrumb-menu .breadcrumb_last {
    font-size: 0.875em; }

@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; } }

.destination > .inner-wrap, .destination > .inner-wrap-narrow, .destination > .inner-wrap-wide, .destination > .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 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: #eeeeee;
  padding: 1em !important; }
  .rm-item:hover .rm-item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media (min-width: 40em) {
    .rm-item {
      margin-bottom: 0; } }

.rm-item-cta {
  font-size: .75em;
  font-weight: bold; }

.rm-item-img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 1em; }
  .rm-item-img img {
    max-width: 100%;
    object-fit: contain;
    height: 19.375em; }

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #002a8d;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #002a8d; }

/*========= Button Style ========*/
.btn-wrap > div {
  margin-bottom: 1.5em; }
  .btn-wrap > div:last-child {
    margin: 0; }
  @media (min-width: 40em) {
    .btn-wrap > div {
      display: inline-block;
      margin-right: 1.6875em; } }
  @media (min-width: 80em) {
    .btn-wrap > div {
      margin-bottom: 0; } }

.btn-on-color {
  display: inline-block;
  background-color: #000000;
  padding: 0.875em 1.5625em; }


/* ===== 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 #eeeeee;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.hs-author-avatar {
  float: left;
  margin-right: 1.5em; }
  .hs-author-avatar img {
    border-bottom: 1px solid #adadad; }

.hs-author-social-label {
  font-size: 1.3em; }

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em; }

.hs-author-profile {
  background: #F2F2F2;
  padding: .2em 2em 2em 2em; }

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: .3em;
  color: #b9b9b9; }

.hs-author-social-links a {
  text-decoration: none; }

.hs-author-social-links img {
  opacity: .7;
  width: 1.875em;
  height: 1.875em; }
  .hs-author-social-links img:hover {
    opacity: 1; }

/*   end defaults   */
.site-wrap {
  background: transparent;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

/*=============== 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; } }



.tse-remove-border {
  outline: none !important; }
  .tse-remove-border:focus {
    outline: none !important; }

/*=============== Site Header ===============*/
.site-header-wrap {
  /*background-image:url(bg-site-intro.jpg);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-header {
  padding-top: 0.875em;
  text-align: center; }
  .site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
      padding-top: 0;
      padding-bottom: 0.75em;
      display: flex;
      justify-content: space-between;
      align-items: center;
      vertical-align: middle; }
      .site-header > .inner-wrap:after, .site-header > .inner-wrap-narrow:after, .site-header > .inner-wrap-wide:after, .site-header > .inner-wrap-fullwidth:after {
        content: none; } }

@media (min-width: 60em) {
  .site-nav {
    padding-left: 4.375em; } }

.sh-sticky-wrap .site-nav-container > .inner-wrap, .sh-sticky-wrap .site-nav-container > .inner-wrap-narrow, .sh-sticky-wrap .site-nav-container > .inner-wrap-wide, .sh-sticky-wrap .site-nav-container > .inner-wrap-fullwidth {
  padding: 0; }

@media (min-width: 60em) {
  .sh-sticky-wrap {
    /*height: $nav-height;*/
    /*height: 141px;*/ }
    .sh-sticky-wrap.stuck .site-nav-container {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 9999999; } }

.site-nav-container {
  background: url(topnav-bg.jpg) repeat 0 0; }
  .site-nav-container > .inner-wrap, .site-nav-container > .inner-wrap-narrow, .site-nav-container > .inner-wrap-wide, .site-nav-container > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }

#search {
  display: table;
  margin: 0 auto; }
  @media (min-width: 60em) {
    #search {
      display: inherit;
      margin-bottom: 0.625em; } }
  #search form {
    display: flex; }
  #search .input_search_new {
    max-width: 14.6923076923077em;
    font-family: 'Open Sans';
    font-size: 0.8125em;
    margin: 0;
    padding: 0;
    width: 100%; }
  #search .search_btn {
    border: none;
    cursor: pointer;
    margin: 0 0 0 0.25em;
    display: inline-block;
    padding: 0;
    vertical-align: bottom; }

.call {
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 700; }
  .call a {
    color: #cf1f29; }
  .call span {
    font-size: 0.75em;
    color: #696969; }

.site-info {
  margin: 0.3125em 0; }
  .site-info a {
    font-size: 1em;
    line-height: 1.3125em;
    font-weight: 700;
    color: #696969;
    text-decoration: none;
    margin-left: 0.3125em;
    margin-right: 0.3125em; }
    .site-info a img {
      margin-left: 0.5625em; }
    .site-info a:hover {
      text-decoration: none;
      color: #cf1f29; }
      .site-info a:hover .email:after {
        background-image: url(email_on.jpg); }
  @media (min-width: 60em) {
    .site-info {
      display: flex;
      justify-content: space-between;
      margin: 0.3125em 0; }
      .site-info a {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        align-items: center; } }

header .email {
  position: relative;
  padding-right: 2em; }
  header .email:after {
    content: '';
    position: absolute;
    background-image: url(email_off.jpg);
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
    top: 3px;
    left: 57px; }
   header .email:hover:after {
    background-image: url(email_on.jpg); }

.sh-utility-nav .social-wrap {
  width: 15em;
  display: none; }

@media (min-width: 40em) {
  .sh-utility-nav {
    margin-top: 0.625em;
    /* text-align: right;
    float: right;*/ }
    .sh-utility-nav .social-wrap {
      /*display: inline-block;*/ } }

.site-logo {
  display: inline-block; }
  .site-logo img {
    max-width: 17.1875em;
    width: 100%; }

.site-text {
  display: inline-block;
  color: #716f70;
  text-align: left;
  vertical-align: super; }
  .site-text p {
    margin: 0.625em 0; }

.sh-icons {
  display: block; }
  @media (min-width: 60em) {
    .sh-icons {
      display: none; } }

.sh-ico-search {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none; }
  .sh-ico-search span {
    font-size: .75em; }

.sh-ph {
  margin: 0; }
  .sh-ph i {
    font-style: normal; }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1em; } }

.sh-ico-search {
  background-image: url(ico-search.svg); }

.sh-ico-menu {
  text-decoration: none;
  font-size: 1em; }
  .sh-ico-menu.active .hamburger-menu, .sh-ico-menu:hover .hamburger-menu {
    /*background-color: $orange;*/ }
    .sh-ico-menu.active .hamburger-menu:before, .sh-ico-menu.active .hamburger-menu:after, .sh-ico-menu:hover .hamburger-menu:before, .sh-ico-menu:hover .hamburger-menu:after {
      /*background-color: $orange;*/ }
  .sh-ico-menu span {
    color: #333333;
    /*text-transform: capitalize;*/ }

.sh-ico-menu.active > span:before {
  top: 0.05em;
  transform: rotate(45deg); }

.sh-ico-menu.active > span:after {
  top: 0.05em;
  transform: rotate(-45deg); }

.sh-ico-menu.active > span {
  background-color: transparent; }

.sh-ico-menu {
  /*background-image: url(ico-nav.svg);*/
  /*@extend %sh-ico;*/ }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

.menu-cust {
  font-size: 1em;
  margin-top: 0.625em;
  padding: 0.4375em 0;
  background-color: #e5e5e5;
  position: relative; }
  .menu-cust:before {
    top: 0px;
    content: '';
    position: absolute;
    background-color: #e5e5e5;
    width: 100%;
    height: 38px;
    right: 82%; }
  .menu-cust:after {
    top: 0px;
    content: '';
    position: absolute;
    background-color: #e5e5e5;
    width: 100%;
    height: 38px;
    left: 82%; }
  .menu-cust span {
    color: #333333;
    display: inline-block;
    line-height: 1.1875em;
    vertical-align: middle;
    padding-left: 0.3125em; }
  @media (min-width: 80em) {
    .menu-cust {
      display: none; } }

.hamburger-menu {
  background-color: #333333;
  content: '';
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 0.25em;
  position: relative;
  /* right: 54%;
    top: 10%;*/
  width: 2.1875em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .hamburger-menu:before, .hamburger-menu:after {
    background-color: #333333;
    content: "";
    position: absolute;
    right: 0;
    /*top: -0.5em;*/
    top: -7px;
    /*bottom: em(6);*/
    font-size: 1em;
    width: 2.1875em;
    transition: all 0.5s ease-in-out 0s;
    height: 0.25em; }
  .hamburger-menu:after {
    /*top: 0.484em;*/
    top: 7px; }



/*=============== 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; }

.si-header {
  color: #ffffff;
  font-size: 1.75em;
  line-height: 0.9285714286em;
  font-weight: 400;
  text-align: right; }
  .si-header span {
    display: block;
    font-size: 0.5357142857em; }

.si-btn {
  font-size: 0.875em;
  color: #ffffff;
  background-color: transparent;
  font-weight: 400;
  background-image: url(learn_bg.png);
  z-index: 1;
  position: absolute;
  right: 0; }
  .si-btn:hover {
    background-image: url(learn_hover_bg.png); }

.si-slider .slick-list {
  /*padding: 0 480px;*/ }

.si-slider .slick-slide {
  position: relative; }
  .si-slider .slick-slide:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .si-slider .slick-slide.slick-current:after {
    opacity: 0; }

.site-content > .inner-wrap, .site-content > .inner-wrap-narrow, .site-content > .inner-wrap-wide, .site-content > .inner-wrap-fullwidth {
  /*padding-top: 0;
    padding-bottom: 0;*/ }

/*============ Sitemap Page styling ============*/
.sitemap-menu .sub-menu {
  padding-left: 1.875em;
  display: block !important; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #e7e7e7;
  text-align: center;
  color: #696969; }
  @media (min-width: 60em) {
    .site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
      display: flex;
      justify-content: space-between;
      vertical-align: top;
      padding-top: 0;
      padding-bottom: 0; }
      .site-footer > .inner-wrap:after, .site-footer > .inner-wrap-narrow:after, .site-footer > .inner-wrap-wide:after, .site-footer > .inner-wrap-fullwidth:after {
        content: none; } }

.footer-info {
  width: 100%; }
  @media (min-width: 60em) {
    .footer-info {
      text-align: left;
      width: 40%; } }

.footer-details {
  width: 100%; }
  @media (min-width: 60em) {
    .footer-details {
      text-align: left;
      width: 59%; } }

.site-name {
  color: #696969;
  font-weight: 700;
  font-size: 1.3076923077em;
  line-height: 0; }

.site-details p {
  font-size: 0.8125em; }
  .site-details p a {
    color: #002a8d; }
    .site-details p a:hover {
      color: #cf1f29; }

.copyright {
  font-size: 0.8125em;
  margin-bottom: 0.9375em; }

.footer-links {
    margin: 1px 0 0 0;
  padding: 0.625em 0 0 0;
  text-align: center; }
  .footer-links li {
    padding: 0 0.3125em; }
    .footer-links li a {
      color: #696969;
      font-size: 0.8125em; }
      .footer-links li a:hover {
        color: #cf1f29;
        text-decoration: none; }
  @media (min-width: 60em) {
    .site-details p {
          margin-top: 17px;
    }
    .footer-links {
      display: flex;
      justify-content: center; } }

.linked {
  margin-top: 0.9375em; }

.footer-flags {
  margin-top: 1.25em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .footer-flags img {
    max-width: 100px;
    width: 100%;
    padding: 0 5px; }

.sf-small {
  background-color: #999;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }

img[name=pphLoggerImage] {
  display: none; }

/*=============== 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; }
  @media (min-width: 60em) {
    .search-cell1 {
      width: 92%; } }

.search-cell2 {
  display: table-cell;
  width: 3.75em;
  border: 0;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell2 {
      width: 6%; } }

.search-cell3 {
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell3 {
      width: 3%;
      text-align: center; } }

.search-text {
  font-size: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .5em;
  margin-bottom: 0 !important; }
  .search-text:focus {
    border: 0;
    box-shadow: none !important; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(ico-search.svg) no-repeat center center !important; }
  .search-submit:hover {
    border: 0 !important; }
  .search-submit:focus {
    outline: none; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #002a8d;
  height: 4em;
  margin-top: -5em;
  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: 0.8125em 1.5em; }

.search-exit img {
  width: 1.1875em; }

@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px; } }

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .main-content {
      display: inline; } }

@media (max-width: 40em) {
  .height {
    max-height: 15.625em; }
    .height:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      bottom: 0;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }
  .heightAuto {
    max-height: 312.5em; }
    .heightAuto:before {
      display: none; } }

.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #002a8d;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

/*======== Solution Module =========*/
.sm-tabs-wrap .slick-prev {
  width: 50px;
  height: 75px;
  background-color: #466100;
  background-image: url(ico-arrowleft.png);
  background-size: 10px 16px;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  transform: none;
  background-repeat: no-repeat; }
  .sm-tabs-wrap .slick-prev:before {
    display: none; }
  .sm-tabs-wrap .slick-prev:after {
    display: none; }
  .sm-tabs-wrap .slick-prev:focus, .sm-tabs-wrap .slick-prev:hover {
    background-color: #466100;
    background-image: url(ico-arrowleft.png);
    background-size: 10px 16px;
    background-repeat: no-repeat;
    transform: none;
    background-position: center; }
  .sm-tabs-wrap .slick-prev:focus:not(:hover):not(:active) {
    outline: 2px dashed #696969;
    outline-offset: -2px; }

.sm-tabs-wrap .slick-next {
  width: 50px;
  height: 75px;
  background-color: #466100;
  background-image: url(ico-arrowleft.png);
  background-size: 10px 16px;
  background-position: center;
  top: 0;
  right: 0;
  z-index: 1;
  transform: rotate(180deg);
  background-repeat: no-repeat; }
  .sm-tabs-wrap .slick-next:before {
    display: none; }
  .sm-tabs-wrap .slick-next:after {
    display: none; }
  .sm-tabs-wrap .slick-next:focus, .sm-tabs-wrap .slick-next:hover {
    background-color: #466100;
    background-image: url(ico-arrowleft.png);
    background-size: 10px 16px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-position: center; }
  .sm-tabs-wrap .slick-next:focus:not(:hover):not(:active) {
    outline: 2px dashed #696969;
    outline-offset: -2px; }

.sm-tabs-wrap .slick-list {
  width: calc(100% - 102px);
  margin: auto; }

.sm-tabs-wrap .slick-slide {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff; }

@media (min-width: 60em) {
  .sm-tabs-wrap .slick-current .sm-tab-title {
    background-color: #eeeeee; }
    .sm-tabs-wrap .slick-current .sm-tab-title span {
      color: #002a8d; }
  .sm-tabs-wrap .slick-slide {
    border-left: 0; } }

.sm-tab-title {
  text-align: center;
  cursor: pointer;
  background-color: #002a8d;
  padding: 0.75em 0.625em;
  height: 4.625em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .sm-tab-title span {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    color: #ffffff; }

.sm-wrap.slick-slider {
  margin-bottom: 0 !important; }

.sm-wrap .slick-dots {
  bottom: 0; }
  .sm-wrap .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0;
    margin: 0.1875em; }
    .sm-wrap .slick-dots li button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #696969;
      padding: 0; }
      .sm-wrap .slick-dots li button:before {
        display: none; }
      .sm-wrap .slick-dots li button:after {
        display: none; }
    .sm-wrap .slick-dots li.slick-active {
      background-color: #696969; }

.sm-content {
  text-align: center; }
  @media (min-width: 60em) {
    .sm-content {
      text-align: left;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin: auto; } }

.sm-img {
  overflow: hidden; }
  .sm-img img {
    margin: auto; }
  @media (min-width: 60em) {
    .sm-img {
      width: 32.5em; }
      .sm-img img {
        margin: auto;
        display: block;
        width: 100%; } }

@media (min-width: 60em) {
  .sm-txt {
    width: calc(100% - 32.5em);
    padding-left: 1.5625em;
    padding-right: 1.5625em; } }

/*======== Industries We Served Module =========*/
.ism-heading {
  text-align: center; }

.ism-tabs .accordion-tabs .tab-link {
  font-size: 1.25em;
  background-image: none;
  background-image: url(ico-plus.svg);
  background-repeat: no-repeat;
  background-position: 95% center; }
  .ism-tabs .accordion-tabs .tab-link.is-active {
    background-image: url(ico-minus.svg); }

@media (min-width: 40em) {
  .ism-tabs .accordion-tabs .tab-link {
    width: 33.33%;
    background-image: none;
    text-align: center; }
    .ism-tabs .accordion-tabs .tab-link.is-active {
      background-image: none; } }

/*======== Capabilities Module =========*/
.cm-item {
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 22.5em;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  max-width: 31.25em;
  margin: 0 auto; }
  .cm-item:hover .cm-text {
    display: block;
    opacity: 1; }
  .cm-item:hover .cm-btn {
    display: inline-block;
    opacity: 1; }
  .cm-item:hover .cm-overlay {
    height: 100%; }
    .cm-item:hover .cm-overlay > span {
      position: absolute;
      width: 100%;
      max-width: 100%;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto; }
  .cm-item:focus:not(:hover):not(:active) .cm-text {
    display: block;
    opacity: 1; }
  .cm-item:focus:not(:hover):not(:active) .cm-btn {
    display: inline-block;
    opacity: 1; }
  .cm-item:focus:not(:hover):not(:active) .cm-overlay {
    height: 100%; }
    .cm-item:focus:not(:hover):not(:active) .cm-overlay > span {
      position: absolute;
      width: 100%;
      max-width: 100%;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto; }

.cm-img {
  position: relative;
  display: block;
  height: 22.5em; }
  .cm-img img {
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%; }

.cm-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: -0.75em;
  margin-right: -0.75em; }
  .cm-wrap > div {
    max-width: 22.5em;
    width: 100%;
    padding-left: 0.75em;
    padding-right: 0.75em;
    text-align: center;
    margin-bottom: 1.5em; }
    @media (min-width: 60em) {
      .cm-wrap > div {
        max-width: inherit;
        float: left;
        width: 25%; } }

.cm-overlay {
  background: #002a8d;
  padding: 0.625em;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 3.1875em;
  text-align: center;
  -webkit-transition: height 0.3s ease-in-out 0s;
  -moz-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s; }
  .cm-overlay > span {
    -webkit-transition: height 0.3s ease-in-out 0s;
    -moz-transition: height 0.3s ease-in-out 0s;
    transition: height 0.3s ease-in-out 0s; }

.cm-title {
  font-size: 1.375em;
  line-height: 1.2727272727em;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin: 0; }

.cm-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  color: #ffffff;
  line-height: 1.5555555556em;
  display: none;
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s; }

.cm-btn {
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  display: none;
  opacity: 0;
  margin: 0; }

/*======== Multiple Item Slider =========*/
.mis-slider {
  margin: 0 auto;
  padding: 0 1.25em; }
  @media (min-width: 80em) {
    .mis-slider {
      padding: 0; } }
  .mis-slider .slick-slide {
    padding: 0.3125em 0.53125em;
    outline: none !important; }
  .mis-slider .slick-arrow {
    font-size: 1.125em;
    height: 1.6111111111em;
    width: 1em;
    top: 44.5%;
    transform: none;
    background-image: url(ico-slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    .mis-slider .slick-arrow:before {
      display: none; }
    .mis-slider .slick-arrow:hover, .mis-slider .slick-arrow:focus {
      background-image: url(ico-slider-arrow.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    .mis-slider .slick-arrow.slick-prev {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 0; }
      @media (min-width: 80em) {
        .mis-slider .slick-arrow.slick-prev {
          left: -1.5em; } }
    .mis-slider .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 80em) {
        .mis-slider .slick-arrow.slick-next {
          right: -1.5em; } }

.mis-item {
  width: 100%;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  text-align: center; }
  .mis-item:hover .mis-title, .mis-item:focus .mis-title {
    color: #000000; }
  .mis-item:hover .mis-image figure, .mis-item:focus .mis-image figure {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .mis-item:focus:not(:hover):not(:active) {
    outline-offset: 0px; }

.mis-image {
  display: block;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
  .mis-image figure {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .mis-image img {
    width: 100%; }

.mis-title {
  display: block;
  font-size: 1.125em;
  line-height: 1.6666666667em;
  font-weight: 600;
  margin-top: 0.6111111111em;
  padding: 0 1.7777777778em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*======== Accordion Opening on click & focus =========*/
.aof-item {
  margin-bottom: 1.5em; }

.aof-title-wrap {
  background-color: #002a8d;
  font-size: 1em;
  margin: 0;
  position: relative; }
  .aof-title-wrap:after {
    content: "";
    background-image: url(ico-plus.svg);
    position: absolute;
    right: 0.7619047619em;
    width: 0.619047619em;
    height: 0.619047619em;
    background-size: 0.619047619em 0.619047619em;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%); }
  .aof-title-wrap a {
    display: block;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    padding: 1.1904761905em; }
    .aof-title-wrap a:focus:not(:hover):not(:active) {
      outline-offset: -2px; }
  .aof-title-wrap.active {
    background-color: #466100; }
    .aof-title-wrap.active:after {
      background-image: url(ico-minus.svg);
      width: 0.619047619em;
      height: 0.0952380952em;
      background-size: 0.619047619em 0.0952380952em; }

.aof-content {
  display: none;
  background-color: #eeeeee;
  padding: 1.5em 1.618em;
  position: relative; }

/*======== Buckets Hover/Focus =========*/
@media (min-width: 60em) {
  .bhf-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.bhf-item {
  width: 100%;
  display: block;
  height: 22.5em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .bhf-item:focus:not(:hover):not(:active) {
    outline-offset: -2px; }
  @media (min-width: 60em) {
    .bhf-item {
      width: 33.33%;
      flex-grow: 1; }
      .bhf-item .bhf-desc {
        display: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .bhf-item .bhf-btn {
        display: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .bhf-item.active-col {
        width: 60%; }
        .bhf-item.active-col .bhf-desc {
          display: block;
          visibility: visible;
          opacity: 1; }
        .bhf-item.active-col .bhf-btn {
          display: inline-block;
          visibility: visible;
          opacity: 1; }
      .bhf-item.deactive-col {
        width: 20%; } }

.bhf-main {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 1.5em 1.618em; }

.bhf-heading, .bhf-desc {
  color: #696969; }

@media (min-width: 60em) {
  .main-contenttt > .inner-wrap, .main-contenttt > .inner-wrap-narrow, .main-contenttt > .inner-wrap-wide, .main-contenttt > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0.625em; } }

.main-heading {
  text-align: center;
  color: #000000 !important;
  font-size: 1.75em;
  line-height: 1.0714285714em;
  padding-bottom: 0.3214285714em;
  margin-left: 0.3571428571em;
  font-weight: 700; }
  .main-heading span {
    color: #4c4c4c !important;
    font-weight: 400;
    font-size: 0.7857142857em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    font-weight: normal;
    display: block; }
  @media (min-width: 60em) {
    .main-heading {
      margin-bottom: 0; } }

.buckets {
  display: table;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .buckets {
      display: flex;
      align-items: center;
      justify-content: space-between; } }

.sanitary-bucket {
  width: 100%; }
  .sanitary-bucket p {
    position: relative;
    text-align: center;
    font-size: 0.875em;
    margin-top: 0; }
    .sanitary-bucket p:before {
      background: #002a8d;
      content: "";
      height: 10px;
      position: absolute;
      top: 55%;
      width: 1px;
      left: 0;
      z-index: 1; }
    .sanitary-bucket p:after {
      background: #002a8d;
      content: "";
      height: 10px;
      position: absolute;
      top: 55%;
      width: 1px;
      right: 0; }
    .sanitary-bucket p > span {
      /*&:after{
        background: $blue;
        content: "";
        height: 1px;
        min-width: 177px;
        position: absolute;
        left: 100%;
        top: 17px;
        width: 100%;
      }*/ }
      .sanitary-bucket p > span:before {
        background: #002a8d;
        content: "";
        height: 1px;
        min-width: 177px;
        position: absolute;
        right: 0;
        bottom: 14px;
        width: 100%; }
      .sanitary-bucket p > span span {
        background-color: #ffffff;
        position: relative;
        display: inline-block;
        background-color: #ffffff;
        padding: 10px 20px 7px 20px;
        color: #002a8d;
        font-size: 14px;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        text-align: center; }
  .sanitary-bucket:last-child .sbi-title {
    color: #466100; }
  .sanitary-bucket:last-child p:before {
    background: #466100; }
  .sanitary-bucket:last-child p:after {
    background: #466100; }
  .sanitary-bucket:last-child p > span:before {
    background: #466100; }
  .sanitary-bucket:last-child p > span span {
    color: #466100; }
  @media (min-width: 60em) {
    .sanitary-bucket {
      width: 48.5%; } }

.sb-bucket {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 40em) {
    .sb-bucket {
      justify-content: center;
      flex-wrap: nowrap; } }
  @media (min-width: 60em) {
    .sb-bucket {
      justify-content: space-between; } }

.sbi-title {
  color: #002a8d;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  text-align: center;
  margin-bottom: 0.9375em; }
  @media (min-width: 60em) {
    .sbi-title {
      text-align: left; } }

.sbi-img img {
  max-width: 9.375em;
  width: 100%;
  border: 1px solid #dbdbdb; }

.sb-item {
  width: 100%;
  text-align: center; }
  .sb-item a {
    text-decoration: none; }
    .sb-item a:hover .sbi-img img {
      border: 1px solid #cf1f29; }
    .sb-item a:hover .sbi-title {
      color: #cf1f29; }
  @media (min-width: 60em) {
    .sb-item {
      width: 33.33%; } }

.home-content > .inner-wrap, .home-content > .inner-wrap-narrow, .home-content > .inner-wrap-wide, .home-content > .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 1.25em;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 60em) {
    .home-content > .inner-wrap, .home-content > .inner-wrap-narrow, .home-content > .inner-wrap-wide, .home-content > .inner-wrap-fullwidth {
      display: flex;
      justify-content: space-between;
      padding-bottom: 3.3125em; } }

.homec-text {
  width: 100%; }
  .homec-text h2 {
    color: #333333;
    font-size: 1.0625em;
    font-weight: 700;
    line-height: 1.1764705882em;
    /*padding: em(21,17) 0 em(18,17) 0;*/ }
  .homec-text p {
    color: #011c37; }
  @media (min-width: 60em) {
    .homec-text {
      padding: 0 1.57142857142857em 0 0;
      width: calc(100% - 19.5em); } }

.home-video {
  margin: 0 auto; }
  @media (min-width: 60em) {
    .home-video {
      max-width: 19.5em;
      text-align: center;
      width: 100%;
      margin-top: 0.9375em; } }

.calc {
  display: table;
  margin: 0 auto; }
  .calc a {
    color: #ffffff;
    display: inline-block;
    padding: 28px 42px 0.875em 2.8125em;
    background-size: contain;
    background-repeat: no-repeat;
    background: url(Calc.png);
    width: 19.5em;
    height: 5.0625em;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.125em; }
    .calc a:hover {
      color: #000000; }
  @media (min-width: 60em) {
    .calc {
      text-align: left;
      margin-bottom: 0.5625em; } }

.spotlight {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.125em;
  padding: 0.4583333333em 0 0.375em 0;
  text-transform: uppercase;
  text-align: center;
  color: #011c37; }

.video {
  text-align: center; }
  .video img {
    height: 11.0625em !important;
    width: 19.5em !important; }

/* Homepage */
#overLeft, #overRight {
  z-index: 9999; }

#feature {
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  overflow: hidden; }

p.philosophy {
  color: #87807C;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 34px;
  width: 770px; }

p.large {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 34px; }

/* homepage feature */
#feature {
  background: #fffffc;
  min-height: 17.5em;
  clear: both; }

#feature .slider_wrapper {
  display: block;
  min-height: 260px;
  position: relative;
  width: 100%;
  max-width: 960px;
  /* to display slider properly on ios devices */ }

#slider {
  position: relative;
  padding: 0px 0px 0px 0px;
  display: block;
  height: 100% !important;
  width: 100% !important; }

#slider ul {
  position: relative; }

#slider ul, #slider li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  min-height: 260px; }

#slider li {
  position: relative;
  width: 964px;
  height: 260px;
  z-index: 8888;
  overflow: hidden; }

#slider li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 960px;
  width: 100%; }

#overLeft, #overRight {
  background: #ffffff;
  min-height: 260px;
  /*min-width:44px;*/
  position: absolute;
  top: 0;
  width: 100%; }

#overLeft {
  left: -4px; }

/*.ie #overRight { right:-25px; }   */
#overRight {
  right: 0;
  right: -21px\9\0; }

.buttonsWrap {
  z-index: 9999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.buttons {
  max-width: 964px;
  margin: 0 auto;
  position: relative;
  z-index: 777777;
  width: 100%; }

#prevBtn, #nextBtn {
  width: 23px;
  height: 52px;
  position: absolute;
  top: 198px; }

#prevBtn {
  left: 2px;
  left: 11px\9\0; }

#nextBtn {
  right: 2px;
  right: -6px\9\0; }

/*.ie #prevBtn {
      ^left:14px;   
   }
.ie #nextBtn {
      right:-8px;   
   }*/
#prevBtn a, #nextBtn a {
  display: block;
  width: 23px;
  height: 52px;
  background-image: url(arrows.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999em; }

#prevBtn a:hover, #nextBtn a:hover {
  background-image: url(arrows_hover.png) !important; }

#nextBtn a {
  background-position: 0 -52px; }

#slider ul li .learn_more {
  background-image: url(learn_bg.png); }

#slider ul li .learn_more:hover {
  background-image: url(learn_hover_bg.png); }

#controls {
  clear: both;
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 256px;
  right: 18px; }

#controls li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-image: url(circles.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 8px;
  position: relative; }

#controls li a {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  color: #bdb8b3; }

#controls li.current {
  background-position: 0 -8px; }

#controls li.current a {
  color: #87807c; }

/* =============================================================================
   LARGE SCREEN STYLES [DESKTOP VIEW] START
  ============================================================================= */
/* 960px/16px = 60em */
@media only screen and (min-width: 60em) {
  #overLeft, #overRight {
    background: url(feature-bg.png) repeat; }
  #feature .slider_wrapper {
    max-width: none;
    min-width: 960px; } }


/* ============= banner Style Start===================== */
#inner_banner {
  min-height: 4.25em;
  /* BASE FONT = 16px  >>> 68px / 16px = 4.25em */
  background: #8e0109;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e0109 0%, #9a0812 25%, #ad121a 50%, #c01923 75%, #ce1e28 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8e0109 0%, #9a0812 25%, #ad121a 50%, #c01923 75%, #ce1e28 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8e0109 0%, #9a0812 25%, #ad121a 50%, #c01923 75%, #ce1e28 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }



.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  /*100% of its container*/
  left: 0;
  top: 0;
  max-height: 40.6875em;
  /* BASE FONT = 16px  >>> 651px / 16px = 40.6875em  */
  background: none;
  padding: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides li img {
  display: block;
  width: 100%;
  /*100% of its container*/ }

.rslides_tabs .rslides_here a, .rslides_tabs a:hover {
  background: url(/images/spotlightcurrent_controls_hover_light_bg.png) no-repeat left top; }

.more {
  margin-top: 0.625em; }
  .more a {
    color: #ffffff;
    font-size: 0.875em;
    line-height: 1em;
    padding: 0.3125em 0.6875em 0.3125em 0.3125em;
    margin: 0.42857142857143em 0.010285714285714em 0 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    display: block;
    background: url(more_button_bg.jpg) no-repeat left top;
    float: right; }
  @media (min-width: 60em) {
    .more {
      margin-top: 1.25em; } }

.right-img {
  margin-top: 0.9375em;
  text-align: center; }
  .right-img a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*margin-bottom: em(24);*/ }
  .right-img img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #dbdbdb;
    z-index: 1; }
  @media (min-width: 60em) {
    .right-img {
      margin-top: 0.625em;
      float: right;
      /*margin: 0 0 em(10) em(10);*/
      margin-left: 0.625em;
      margin-bottom: 0; } }

.left-img {
  text-align: center; }
  .left-img a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*margin-bottom: em(24);*/ }
  .left-img img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #697f6d;
    z-index: 1; }
  @media (min-width: 60em) {
    .left-img {
      float: left;
      /*margin: 0 0 em(10) em(10);*/
      margin-right: 0.625em;
      margin-bottom: 0; } }

.left-image {
  text-align: left;
  margin: 0.625em 0; }
  .left-image a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*margin-bottom: em(24);*/ }
  .left-image img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1; }

#return_to_top {
  border: 2px solid #ffffff;
  background: #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: 0.75em;
  color: #ffffff;
  display: none;
  font-size: 1em;
  height: 2.1875em;
  position: fixed;
  right: 0.75em;
  text-decoration: none;
  width: 2.1875em;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  z-index: 9999; }
  #return_to_top span {
    font-family: Arial;
    display: block;
    font-size: 1.1875em;
    font-weight: 400;
    line-height: 2.0526315789em;
    text-align: center; }

.pi-heading {
  text-transform: uppercase;
  padding-bottom: 0.5625em;
  margin-bottom: 0; }

.example-bucket {
  display: table;
  margin: 0 auto; }
  @media (min-width: 40em) {
    .example-bucket {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0.9375em 0.3125em 2.5em; } }

.example-item {
  border: 1px solid #cccccc;
  width: 100%;
  margin: 0.3125em;
  position: relative;
  padding: 0.3125em; }
  @media (min-width: 40em) {
    .example-item {
      width: 48%; } }
  @media (min-width: 60em) {
    .example-item {
      display: flex;
      margin-bottom: 0.625em;
      width: 48%; } }
  .example-item a {
    text-decoration: none; }
    @media (min-width: 60em) {
      .example-item a {
        display: flex;
        text-decoration: none; } }
  .example-item img {
    max-width: 17.5em;
    width: 100%;
    display: block;
    margin: 0 auto; }
    @media (min-width: 60em) {
      .example-item img {
        display: inline-block;
        max-width: 17.5em;
        width: 100%;
        margin: 0; } }
  .example-item .title {
    text-align: center;
    font-size: 0.6875em;
    padding: 0 0.625em;
    font-weight: 700;
    margin-bottom: 0.625em; }
    .example-item .title strong {
      font-size: 1.1818181818em;
      font-weight: 700; }
    @media (min-width: 60em) {
      .example-item .title {
        margin-bottom: 0;
        text-align: left; } }

.mores {
  font-size: 0.9375em;
  font-weight: 700;
  text-align: center;
  display: block; }
  @media (min-width: 60em) {
    .mores {
      position: absolute;
      display: inline-block;
      bottom: 0;
      right: 0.3125em; } }

@media (min-width: 60em) {
  .multiple-cols-module > .inner-wrap, .multiple-cols-module > .inner-wrap-narrow, .multiple-cols-module > .inner-wrap-wide, .multiple-cols-module > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }
    .multiple-cols-module > .inner-wrap:nth-child(2), .multiple-cols-module > .inner-wrap-narrow:nth-child(2), .multiple-cols-module > .inner-wrap-wide:nth-child(2), .multiple-cols-module > .inner-wrap-fullwidth:nth-child(2) {
      padding-bottom: 0.9375em; } }

.view_project {
  text-align: right; }
  .view_project a {
    background: url(view_project_bg.jpg) repeat-x left top;
    border-radius: 18px;
    color: #ffffff;
    font-size: 1.066666666666667em;
    font-weight: 700;
    line-height: 1.125em;
    margin: 0 0 0.625em 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 0.625em 2.8125em 0.625em;
    text-decoration: none; }
    .view_project a:hover {
      color: #000000; }

.example-buckets {
  display: table;
  margin: 0 auto; }
  @media (min-width: 40em) {
    .example-buckets {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0.9375em 0.3125em 2.5em; } }

.example-items {
  border: 1px solid #cccccc;
  width: 100%;
  margin: 0.3125em;
  position: relative;
  padding: 0.3125em; }
  @media (min-width: 40em) {
    .example-items {
      width: 48%; } }
  @media (min-width: 60em) {
    .example-items {
      display: flex;
      margin-bottom: 0.625em;
      width: 48%; } }
  .example-items a {
    text-decoration: none; }
    @media (min-width: 60em) {
      .example-items a {
        display: flex;
        text-decoration: none; } }
  .example-items img {
    max-width: 9.375em;
    width: 100%;
    display: block;
    margin: 0 auto; }
    @media (min-width: 60em) {
      .example-items img {
        display: inline-block;
        max-width: 9.375em;
        width: 100%; } }
  .example-items .titles {
    text-align: center;
    font-size: 0.9375em;
    padding: 0 0.625em;
    font-weight: 700;
    margin-bottom: 0.625em; }
    .example-items .titles strong {
      font-size: 1.1818181818em;
      font-weight: 700; }
    @media (min-width: 60em) {
      .example-items .titles {
        margin-bottom: 0;
        text-align: left; } }

.moress {
  font-size: 0.9375em;
  font-weight: 700;
  text-align: center;
  display: block; }
  @media (min-width: 60em) {
    .moress {
      position: absolute;
      display: inline-block;
      bottom: 1.25em;
      right: 0.3125em; } }

.custom-mores {
  font-size: 0.9375em;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 60em) {
    .custom-mores {
      position: absolute;
      bottom: 0;
      right: 0.3125em; } }

@media (min-width: 60em) {
  .cc-module {
    display: flex;
    justify-content: space-between; } }

.ccm-1 {
  width: 100%;
  text-align: center; }
  .ccm-1 .br img {
    border: 1px solid #dbdbdb; }
  @media (min-width: 60em) {
    .ccm-1 {
      order: 2;
      width: 29%; } }

.ccm-2 {
  width: 100%; }
  @media (min-width: 60em) {
    .ccm-2 {
      order: 1;
      width: 70%; } }

.example-modules > .inner-wrap, .example-modules > .inner-wrap-narrow, .example-modules > .inner-wrap-wide, .example-modules > .inner-wrap-fullwidth {
  padding: 0; }

.example-module > .inner-wrap, .example-module > .inner-wrap-narrow, .example-module > .inner-wrap-wide, .example-module > .inner-wrap-fullwidth {
  padding: 0; }

.spec-table {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  overflow: auto;
  margin-bottom: 1em; }
  .spec-table .specs {
    min-width: 60em;
    width: 100%; }

.specs {
  font-size: 0.9375em;
  color: #000000; }
  .specs dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: top;
    width: 100%;
    margin: 0; }
    .specs dl dt {
      width: 50%; }
      @media (min-width: 60em) {
        .specs dl dt {
          width: 35%; } }
    .specs dl dd {
      width: 50%; }
      @media (min-width: 60em) {
        .specs dl dd {
          width: 35%; }
          .specs dl dd:nth-child(3) {
            width: 15%; }
          .specs dl dd:nth-child(4) {
            width: 15%; } }
    .specs dl:first-child {
      background-color: #000000 !important;
      color: #ffffff;
      font-weight: 700 !important; }
      .specs dl:first-child dt {
        font-weight: 700 !important; }
    .specs dl:nth-of-type(2n+1) {
      background: #d9d9d9; }
    .specs dl dt {
      margin-top: 0;
      padding: 10px 5px;
      font-weight: 400; }


.sitemap-menu {
  font-size: 0.9375em; }
  .sitemap-menu li a {
    line-height: 1.3333333333em; }
  .sitemap-menu li.menu-item-has-children > a {
    font-weight: 700; }
  .sitemap-menu li.nonlink > a {
    font-size: 1em;
    font-weight: 700;
    line-height: 2.25em;
    /*color: $black;*/
    text-decoration: none; }

.space {
  margin-right: 0.4375em; }

.spaces {
  margin-right: 0.625em; }

@media (min-width: 60em) {
  .page-id-1565 .site-content > .inner-wrap, .page-id-1565 .site-content > .inner-wrap-narrow, .page-id-1565 .site-content > .inner-wrap-wide, .page-id-1565 .site-content > .inner-wrap-fullwidth {
    padding-bottom: 0.9375em; } }

.formtextbox {
  height: 5.625em !important; }

#selectIndustry {
  height: 2.9375em !important; }

#selectCountry {
  height: 2.9375em !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; }




/* 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]
*/
header li,
footer li{
  list-style: none;
}
/*
#menu-footer-link{
  padding: 0;
}*/
.site-text p{
  font-size: 15px;
}