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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

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

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }
  @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: 2.0625em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 2.475em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 2.75em; } }

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

.large-font-size {
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 1.35em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 1.875em; } }

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.5em; } }

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

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

h1 {
  font-size: 2.75em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #ffffff;
  font-weight: 500; }

h2 {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #004b8d; }

h3 {
  font-size: 1.875em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #004b8d; }

h4 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #004b8d; }

h5 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #004b8d; }

h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  color: #004b8d; }

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

.emph, .section-header-wrap p, .page-intro p {
  font-family: "Oswald", sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.3571428571em;
  color: #004b8d;
  margin-bottom: 2.3214285714em; }

strong {
  color: #004b8d; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #d03e39;
  text-decoration: underline; }
  a:hover {
    color: #004b8d; }
  a:active, a:focus {
    color: #d03e39;
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed #d03e39;
    outline-offset: 2px; }

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

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

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: #737373;
  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; }

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

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
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: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d5d4d4; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  select:focus {
    border-color: #d03e39;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(194, 51, 46, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

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

input[type="file"] {
  width: 100%; }

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

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

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

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

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

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 1.75em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 1.8888888889em;
    color: #333333; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0.8333333333em;
      left: -0.5555555556em;
      background-color: #004b8d; }

.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: 1.125em;
    line-height: 1.8888888889em;
    color: #333333; }
    .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: 0.8333333333em;
      left: -0.5555555556em;
      background-color: #004b8d; }
    .bullet-style li ul {
      padding-left: 1.9444444444em; }
      .bullet-style li ul li {
        font-size: 1em !important;
        line-height: 1.8888888889em !important; }
        .bullet-style li ul li:after {
          background-color: #d03e39 !important; }

.sitemap-menu .sub-menu {
  display: block !important; }

.sitemap-menu .sub-menu {
  display: block !important; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0;
  padding-left: 0.6875em;
  margin-top: 2em; }
  ol li {
    position: relative;
    margin-bottom: 0;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 1.8888888889em; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }
    ol li ol {
      list-style-type: lower-alpha;
      padding-left: 1.9444444444em;
      margin-top: 0; }
      ol li ol li {
        font-size: 1em;
        line-height: 1.8888888889em; }

/* 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, button,
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-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  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: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: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:after, button:after,
  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, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  padding: 1em 2.4444444444em;
  background-color: #d03e39;
  color: #ffffff; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #004b8d;
    color: #ffffff; }
  .btn:focus, button:focus,
  input:focus[type="submit"], .btn-download:focus, .btn-arrow:focus, .product-grid-item-link:focus {
    background-color: #d03e39;
    color: #ffffff; }
    .btn:focus:hover, button:focus:hover,
    input:focus:hover[type="submit"], .btn-download:focus:hover, .btn-arrow:focus:hover, .product-grid-item-link:focus:hover {
      background-color: #004b8d;
      color: #ffffff; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  padding: 0.7222222222em 2.0555555556em;
  background-color: #004b8d;
  color: #ffffff; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #d03e39;
    color: #ffffff; }
  .btn-alt:focus, .btn-alt-download:focus, .btn-alt-arrow:focus {
    background-color: #004b8d;
    color: #ffffff; }
    .btn-alt:focus:hover, .btn-alt-download:focus:hover, .btn-alt-arrow:focus:hover {
      background-color: #d03e39;
      color: #ffffff; }

.btn-color {
  background-color: transparent;
  color: #ffffff;
  border: solid 2px #ffffff; }
  .btn-color:hover {
    background-color: #d03e39;
    border: solid 2px #d03e39;
    color: #ffffff; }
  .btn-color:focus {
    background-color: transparent;
    color: #ffffff;
    border: solid 2px #ffffff; }
    .btn-color:focus:hover {
      background-color: #d03e39;
      border: solid 2px #d03e39;
      color: #ffffff; }

.btn-color-lg {
  padding: 0.8888888889em 2.0555555556em; }

.btn-color-sm {
  padding: 0.6111111111em 2.0555555556em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:focus:not(:hover):not(:active),
  input[type="submit"]:focus:not(:hover):not(:active) {
    outline: 2px dashed #d03e39;
    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(img/ico-download.svg); }

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

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

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

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #333333; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    white-space: nowrap; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      /*position: relative;
    top: 0;
    left: 0;*/
      background-color: transparent; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 3.75em;
      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;*/
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  background-color: transparent;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.1875em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #ffffff;
    text-decoration: none;
    padding: 0 0 0 1em;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #ffffff; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #d03e39; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(img/nav-drop-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    display: block;
    width: 30px;
    height: 50px;
    display: inline-block;
    vertical-align: top; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
  .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
  .hs-menu-depth-1.has-subnav > a,
  .hs-menu-depth-1.menu-item-has-children > a,
  .hs-menu-depth-1.hs-item-has-children > a {
    display: inline-block; }
    .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
    .hs-menu-depth-1.has-subnav > a span,
    .hs-menu-depth-1.menu-item-has-children > a span,
    .hs-menu-depth-1.hs-item-has-children > a span {
      display: block; }
    .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
    .hs-menu-depth-1.has-subnav > a.active span,
    .hs-menu-depth-1.menu-item-has-children > a.active span,
    .hs-menu-depth-1.hs-item-has-children > a.active span {
      transform: rotate(180deg); }
  .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-title, .sn-li-l1.product-subnav-trigger .sn-title.sn-li-l3,
  .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-title,
  .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-title,
  .hs-menu-depth-1.product-subnav-trigger .sn-title.sn-li-l3,
  .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-title {
    display: none; }
  .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3,
  .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid,
  .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid,
  .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3,
  .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid {
    display: none; }
  .sn-li-l1.active > a,
  .hs-menu-depth-1.active > a {
    color: #d03e39; }
  .sn-li-l1.active.has-subnav .m-subnav-arrow, .sn-li-l1.active.menu-item-has-children .m-subnav-arrow, .sn-li-l1.active.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.active.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.active.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.active.hs-item-has-children .m-subnav-arrow {
    background-image: url(img/nav-drop-down-hover.svg); }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: rgba(0, 0, 0, 0); }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 5.875em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid rgba(13, 13, 13, 0);
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center; }
      .sn-li-l1.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 {
        position: relative; }
        .sn-li-l1.has-subnav > a span:after, .sn-li-l1.menu-item-has-children > a span:after, .sn-li-l1.hs-item-has-children > a span:after,
        .hs-menu-depth-1.has-subnav > a span:after,
        .hs-menu-depth-1.menu-item-has-children > a span:after,
        .hs-menu-depth-1.hs-item-has-children > a span:after {
          content: '';
          width: 1.3888888889em;
          height: 1.4444444444em;
          background-image: url(img/nav-element.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 1.3888888889em 1.4444444444em;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -2.2222222222em;
          opacity: 0;
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          transition: all 0.1s linear; }
      .sn-li-l1.product-subnav-trigger,
      .hs-menu-depth-1.product-subnav-trigger {
        position: static; }
        .sn-li-l1.product-subnav-trigger .sn-level-2,
        .sn-li-l1.product-subnav-trigger .hs-menu-children-wrapper,
        .hs-menu-depth-1.product-subnav-trigger .sn-level-2,
        .hs-menu-depth-1.product-subnav-trigger .hs-menu-children-wrapper {
          max-width: 70.5em;
          width: 95%;
          left: 0;
          right: 0;
          margin: 0 auto;
          background-color: #ffffff;
          min-height: 29.5625em;
          padding-top: 2.1875em; }
          .sn-li-l1.product-subnav-trigger .sn-level-2:before,
          .sn-li-l1.product-subnav-trigger .hs-menu-children-wrapper:before,
          .hs-menu-depth-1.product-subnav-trigger .sn-level-2:before,
          .hs-menu-depth-1.product-subnav-trigger .hs-menu-children-wrapper:before {
            content: '';
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            position: absolute;
            top: 0;
            left: -99%; }
          .sn-li-l1.product-subnav-trigger .sn-level-2:after,
          .sn-li-l1.product-subnav-trigger .hs-menu-children-wrapper:after,
          .hs-menu-depth-1.product-subnav-trigger .sn-level-2:after,
          .hs-menu-depth-1.product-subnav-trigger .hs-menu-children-wrapper:after {
            content: '';
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            position: absolute;
            top: 0;
            right: -99%; }
        .sn-li-l1.product-subnav-trigger .sn-li-l2, .sn-li-l1.product-subnav-trigger .sn-li-l3,
        .sn-li-l1.product-subnav-trigger .hs-menu-depth-2,
        .hs-menu-depth-1.product-subnav-trigger .sn-li-l2,
        .hs-menu-depth-1.product-subnav-trigger .sn-li-l3,
        .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2 {
          width: 32% !important;
          margin-left: 24% !important;
          position: static; }
          .sn-li-l1.product-subnav-trigger .sn-li-l2 > a, .sn-li-l1.product-subnav-trigger .sn-li-l3 > a,
          .sn-li-l1.product-subnav-trigger .hs-menu-depth-2 > a,
          .hs-menu-depth-1.product-subnav-trigger .sn-li-l2 > a,
          .hs-menu-depth-1.product-subnav-trigger .sn-li-l3 > a,
          .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2 > a {
            padding: 0 1.25em 0 0.9375em;
            width: 84%; }
          .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-title, .sn-li-l1.product-subnav-trigger .sn-title.sn-li-l3,
          .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-title,
          .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-title,
          .hs-menu-depth-1.product-subnav-trigger .sn-title.sn-li-l3,
          .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-title {
            display: block;
            width: 24% !important;
            position: absolute;
            top: 2.875em;
            left: 0;
            z-index: 1;
            margin: 0 !important;
            font-family: "Oswald", sans-serif;
            font-weight: 500;
            color: #004b8d; }
            .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-title > a, .sn-li-l1.product-subnav-trigger .sn-title.sn-li-l3 > a,
            .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-title > a,
            .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-title > a,
            .hs-menu-depth-1.product-subnav-trigger .sn-title.sn-li-l3 > a,
            .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-title > a {
              color: #004b8d;
              line-height: normal;
              padding: 0; }
              .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-title > a span, .sn-li-l1.product-subnav-trigger .sn-title.sn-li-l3 > a span,
              .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-title > a span,
              .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-title > a span,
              .hs-menu-depth-1.product-subnav-trigger .sn-title.sn-li-l3 > a span,
              .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-title > a span {
                font-size: 1.5em; }
          .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3,
          .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid,
          .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid,
          .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3,
          .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid {
            display: block;
            width: 25% !important;
            position: absolute;
            top: 3.0625em;
            right: 0;
            z-index: 1;
            margin: 0 !important; }
            .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid img, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3 img,
            .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid img,
            .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid img,
            .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3 img,
            .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid img {
              margin-bottom: 1.5em; }
            .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid > a, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3 > a,
            .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a,
            .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid > a,
            .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3 > a,
            .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a {
              max-width: 9.625em;
              width: 100%;
              text-align: center;
              padding: 0.3125em 0 0.5625em !important;
              background-color: #004b8d;
              padding: 0;
              font-weight: normal;
              color: #ffffff;
              text-decoration: none; }
              .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid > a span, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3 > a span,
              .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a span,
              .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid > a span,
              .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3 > a span,
              .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a span {
                font-size: 1.125em; }
              .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid > a:hover, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3 > a:hover,
              .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:hover,
              .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid > a:hover,
              .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3 > a:hover,
              .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:hover {
                background-color: #d03e39;
                color: #ffffff; }
              .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid > a:focus, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3 > a:focus,
              .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:focus,
              .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid > a:focus,
              .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3 > a:focus,
              .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:focus {
                background-color: #004b8d;
                color: #ffffff; }
                .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid > a:focus:hover, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3 > a:focus:hover,
                .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:focus:hover,
                .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid > a:focus:hover,
                .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3 > a:focus:hover,
                .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:focus:hover {
                  background-color: #d03e39;
                  color: #ffffff;
                  text-decoration: none; }
              .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid > a:focus:not(:hover):not(:active), .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3 > a:focus:not(:hover):not(:active),
              .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:focus:not(:hover):not(:active),
              .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid > a:focus:not(:hover):not(:active),
              .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3 > a:focus:not(:hover):not(:active),
              .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid > a:focus:not(:hover):not(:active) {
                outline-offset: 2px; }
            .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid:hover > a span, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3:hover > a span,
            .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid:hover > a span,
            .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid:hover > a span,
            .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3:hover > a span,
            .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid:hover > a span {
              text-decoration: none; }
        .sn-li-l1.product-subnav-trigger .sn-li-l3,
        .hs-menu-depth-1.product-subnav-trigger .sn-li-l3 {
          width: 100% !important;
          margin-left: 0 !important; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.1875em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.75em;
        color: #ffffff;
        height: 3.75em;
        line-height: 3.75em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #d03e39; }
      .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, .sn-li-l1.menu-item-has-children > a, .sn-li-l1.hs-item-has-children > a,
      .hs-menu-depth-1.has-subnav > a,
      .hs-menu-depth-1.menu-item-has-children > a,
      .hs-menu-depth-1.hs-item-has-children > a {
        display: block; }
        .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: 1.25em;
          background-image: url(img/nav-drop-down.svg);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: 0.75em;
          display: inline; }
        .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
        .hs-menu-depth-1.has-subnav > a.active span,
        .hs-menu-depth-1.menu-item-has-children > a.active span,
        .hs-menu-depth-1.hs-item-has-children > a.active span {
          background-image: url(img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: rgba(0, 0, 0, 0); }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #d03e39; }
        .sn-li-l1:hover.has-subnav > a span, .sn-li-l1:hover.menu-item-has-children > a span, .sn-li-l1:hover.hs-item-has-children > a span,
        .hs-menu-depth-1:hover.has-subnav > a span,
        .hs-menu-depth-1:hover.menu-item-has-children > a span,
        .hs-menu-depth-1:hover.hs-item-has-children > a span {
          background-image: url(img/nav-drop-down-hover.svg); }
          .sn-li-l1:hover.has-subnav > a span:after, .sn-li-l1:hover.menu-item-has-children > a span:after, .sn-li-l1:hover.hs-item-has-children > a span:after,
          .hs-menu-depth-1:hover.has-subnav > a span:after,
          .hs-menu-depth-1:hover.menu-item-has-children > a span:after,
          .hs-menu-depth-1:hover.hs-item-has-children > a span:after {
            opacity: 1; } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 6.625em; }
      .sn-li-l1.product-subnav-trigger .sn-level-2,
      .sn-li-l1.product-subnav-trigger .hs-menu-children-wrapper,
      .hs-menu-depth-1.product-subnav-trigger .sn-level-2,
      .hs-menu-depth-1.product-subnav-trigger .hs-menu-children-wrapper {
        width: 100%; }
      .sn-li-l1.product-subnav-trigger .sn-li-l2 > a, .sn-li-l1.product-subnav-trigger .sn-li-l3 > a,
      .sn-li-l1.product-subnav-trigger .hs-menu-depth-2 > a,
      .hs-menu-depth-1.product-subnav-trigger .sn-li-l2 > a,
      .hs-menu-depth-1.product-subnav-trigger .sn-li-l3 > a,
      .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2 > a {
        padding: 0 1.625em 0 2.1875em;
        width: 81.6%; }
      .sn-li-l1.product-subnav-trigger .sn-li-l2.sn-grid, .sn-li-l1.product-subnav-trigger .sn-grid.sn-li-l3,
      .sn-li-l1.product-subnav-trigger .hs-menu-depth-2.sn-grid,
      .hs-menu-depth-1.product-subnav-trigger .sn-li-l2.sn-grid,
      .hs-menu-depth-1.product-subnav-trigger .sn-grid.sn-li-l3,
      .hs-menu-depth-1.product-subnav-trigger .hs-menu-depth-2.sn-grid {
        width: 25.4%;
        padding-left: 1.6%; } }

.sn-divder {
  display: none; }
  @media (min-width: 60em) {
    .sn-divder {
      display: block;
      width: 0.0625em;
      height: 26.125em;
      background-image: url(img/mega-menu-divider.png);
      background-size: 0.0625em 26.125em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
      .sn-divder.sn-divder-one {
        left: 24.5%; }
      .sn-divder.sn-divder-two {
        left: 50%; }
      .sn-divder.sn-divder-three {
        left: 74%; } }
  @media (min-width: 80em) {
    .sn-divder.sn-divder-three {
      left: 74.5%; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      text-align: left;
      top: 100%;
      min-width: 15.625em;
      z-index: 11; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff;
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    color: #333333;
    border-top: 1px solid rgba(26, 25, 25, 0);
    text-decoration: none;
    line-height: 3.125em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.125em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2.has-subnav > a, .has-subnav.sn-li-l3 > a, .sn-li-l2.menu-item-has-children > a, .menu-item-has-children.sn-li-l3 > a, .sn-li-l2.hs-item-has-children > a, .hs-item-has-children.sn-li-l3 > a,
  .hs-menu-depth-2.has-subnav > a,
  .hs-menu-depth-2.menu-item-has-children > a,
  .hs-menu-depth-2.hs-item-has-children > a {
    /*span {
        background-image: url(img/sub-nav-drop-down.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: em(12);
        display: inline-block;
        padding-right: em(25,18);
      }*/ }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #ffffff; }
    .sn-li-l2:hover.has-subnav > a, .sn-li-l3:hover.has-subnav > a, .sn-li-l2:hover.menu-item-has-children > a, .sn-li-l3:hover.menu-item-has-children > a, .sn-li-l2:hover.hs-item-has-children > a, .sn-li-l3:hover.hs-item-has-children > a,
    .hs-menu-depth-2:hover.has-subnav > a,
    .hs-menu-depth-2:hover.menu-item-has-children > a,
    .hs-menu-depth-2:hover.hs-item-has-children > a {
      /*span{
         background-image: url(img/sub-nav-drop-down-hover.svg); 
        }*/ }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #d03e39; }
      .sn-li-l2:hover > a span, .sn-li-l3:hover > a span,
      .hs-menu-depth-2:hover > a span {
        text-decoration: underline; }
  .sn-li-l2.active > a, .active.sn-li-l3 > a,
  .hs-menu-depth-2.active > a {
    color: #d03e39; }
    .sn-li-l2.active > a span, .active.sn-li-l3 > a span,
    .hs-menu-depth-2.active > a span {
      text-decoration: underline; }
  .sn-li-l2.active.has-subnav > a, .active.has-subnav.sn-li-l3 > a, .sn-li-l2.active.menu-item-has-children > a, .active.menu-item-has-children.sn-li-l3 > a, .sn-li-l2.active.hs-item-has-children > a, .active.hs-item-has-children.sn-li-l3 > a,
  .hs-menu-depth-2.active.has-subnav > a,
  .hs-menu-depth-2.active.menu-item-has-children > a,
  .hs-menu-depth-2.active.hs-item-has-children > a {
    /*span{
         background-image: url(img/sub-nav-drop-down-hover.svg); 
        }*/ }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #ffffff;
      border-top: 0; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 4.5em 0 0.9375em;
        line-height: 2.1875em;
        border-top: 1px solid rgba(26, 25, 25, 0);
        display: block;
        border-right: 1px solid rgba(26, 25, 25, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.125em; }
      .sn-li-l2.has-subnav > a span, .has-subnav.sn-li-l3 > a span, .sn-li-l2.menu-item-has-children > a span, .menu-item-has-children.sn-li-l3 > a span, .sn-li-l2.hs-item-has-children > a span, .hs-item-has-children.sn-li-l3 > a span,
      .hs-menu-depth-2.has-subnav > a span,
      .hs-menu-depth-2.menu-item-has-children > a span,
      .hs-menu-depth-2.hs-item-has-children > a span {
        width: 100%;
        padding-right: 0; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #ffffff; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l2:hover .sn-level-prod-img, .sn-li-l3:hover .sn-level-prod-img,
        .hs-menu-depth-2:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-prod-img {
          display: block !important;
          transition: all 0.5s ease;
          /*margin:em(-25);
        padding:em(25);*/ } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 5.9375em 0 2.1875em; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  position: relative; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3 {
      position: absolute;
      top: 2.1875em;
      width: 25%;
      left: 50%;
      min-height: 29.5625em; }
      .sn-level-3.active {
        display: none; } }

.sn-level-prod-img {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0.9375em;
  display: none;
  position: relative; }
  .sn-level-prod-img.active {
    display: block; }
  .sn-level-prod-img .prod-nav-img {
    margin-bottom: 0.9375em;
    transition: all 0.5s ease; }
  .sn-level-prod-img .prod-nav-link {
    display: block;
    max-width: 9.625em;
    width: 100%;
    text-align: center;
    padding: 0.3125em 0 0.5625em !important;
    background-color: #004b8d;
    padding: 0;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none; }
    .sn-level-prod-img .prod-nav-link span {
      font-size: 1.125em; }
    .sn-level-prod-img .prod-nav-link:hover {
      background-color: #d03e39;
      color: #ffffff; }
    .sn-level-prod-img .prod-nav-link:focus {
      background-color: #004b8d;
      color: #ffffff; }
      .sn-level-prod-img .prod-nav-link:focus:hover {
        background-color: #d03e39;
        color: #ffffff;
        text-decoration: none; }
    .sn-level-prod-img .prod-nav-link:focus:not(:hover):not(:active) {
      outline-offset: 2px; }
  @media (min-width: 60em) {
    .sn-level-prod-img {
      width: 25%;
      position: absolute;
      top: 2.1875em;
      right: 0;
      z-index: 1;
      margin: 0 !important;
      visibility: hidden; }
      .sn-level-prod-img.active {
        display: none; } }
  @media (min-width: 80em) {
    .sn-level-prod-img {
      padding-left: 1.6%; } }

.sn-li-l3 > a {
  padding: 0 2.9375em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sn-li-l3 > a span {
    padding-right: 2.2222222222em; }

.sn-li-l3:hover > a span {
  background-image: url(img/sub-nav-l3.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5em; }

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

@media (min-width: 80em) {
  .sn-li-l3 > a {
    padding: 0 1.0625em 0 1.8125em; } }

.site-nav-container {
  background-color: transparent;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      display: inline-block;
      vertical-align: middle; } }

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

.close-menu {
  font-size: 1.1875em;
  line-height: 1.3157894737em;
  font-weight: 700;
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  padding: 0;
  padding-right: 1.7368421053em;
  margin: 0;
  text-decoration: none; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/close.svg);
    background-size: 1.3157894737em 1.3157894737em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.3157894737em;
    height: 1.3157894737em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: right;
  padding: 1.0625em 1.0625em 1.0625em 1em;
  background-color: #333333; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0;
      display: none; } }

.snc-call {
  background-color: #252525;
  text-align: center;
  padding: 0.875em 0; }
  @media (min-width: 60em) {
    .snc-call {
      display: none; } }

@media (min-width: 60em) {
  .sn-li-l2:last-child, .sn-li-l3:last-child {
    padding-bottom: 1em; } }

@media (min-width: 60em) {
  .sn-li-l2:first-child, .sn-li-l3:first-child {
    padding-top: 0.875em; } }

.sn-level-3 {
  position: absolute;
  top: 2.1875em;
  width: 25%;
  left: 50%;
  min-height: 29.5625em;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s linear; }

.sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l2:hover .sn-level-prod-img, .sn-li-l3:hover .sn-level-prod-img, .sn-li-l3:hover .sn-level-prod-img, .hs-menu-depth-2:hover .sn-level-3, .hs-menu-depth-2:hover .sn-level-prod-img {
  /* display: block!important; */
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: all 0.5s ease; }

/*
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: 80.5em;
  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: 73.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: #004b8d;
  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: #004b8d; }
  @media (min-width: 40em) {
    .blockquote-text {
      max-width: 45.7142857143em;
      width: 100%;
      margin: auto;
      font-size: 1.5em;
      line-height: 1.3333333333em;
      padding: 0 0.7619047619em 0 2.1428571429em;
      margin-top: 3.5238095238em;
      margin-bottom: 3.5238095238em; } }

/*================ Dest Slider ============= */
.innerpage-carousel {
  max-width: 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, 75, 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-size: 0.875em 1.5625em; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-next {
      right: -3.8125em !important;
      opacity: 1;
      top: 70%; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
        background-image: url(img/slider-arrow.png);
        background-size: 21px 40px; }
      .innerpage-carousel #carousel .flex-direction-nav .flex-next:hover:before {
        background-image: url(img/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: 959px) {
    .accordion-tabs {
      border-radius: 0;
      border: 1px solid #004b8d; } }
  @media (min-width: 40em) {
    .accordion-tabs {
      border: 0; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 959px) {
      .accordion-tabs .tab-header-and-content {
        display: inline;
        vertical-align: bottom;
        margin-right: -4px; } }
    @media screen and (max-width: 959px) {
      .accordion-tabs .tab-header-and-content:first-child .tab-link {
        /*border-top: 0;*/
        border-radius: 0; } }
    .accordion-tabs .tab-header-and-content:last-child .tab-link {
      /*border-right: 0;*/ }
      @media screen and (max-width: 959px) {
        .accordion-tabs .tab-header-and-content:last-child .tab-link {
          border-radius: 0; } }
  .accordion-tabs .tab-link {
    font-family: "Oswald", sans-serif;
    background-color: #004b8d;
    color: #ffffff;
    display: block;
    font-size: 1.125em;
    line-height: normal;
    padding: 0.8888888889em 1.3888888889em;
    text-decoration: none;
    border-bottom: 0;
    font-weight: 500;
    vertical-align: bottom;
    border-top: solid 1px #ffffff; }
    @media screen and (min-width: 959px) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border: 0;
        margin-right: 1px;
        padding: 0.6666666667em 4em 0.6666666667em 4.0555555556em;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #d03e39;
      color: #ffffff; }
      @media screen and (min-width: 959px) {
        .accordion-tabs .tab-link.is-active {
          border: 0;
          font-size: 1.25em;
          padding: 0.5em 3.45em 0.5em 3.5em; } }
  .accordion-tabs .tab-content {
    background: #f6f6f6;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%;
    border-top: solid 1px #d03e39; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 959px) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        float: left; } }

/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  border: 0;
  /*overflow: hidden;*/
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header {
    background-color: #d03e39; }
    .click-expand.active .ce-header:after {
      background-image: url(img/minus-icon.png);
      background-size: 0.65em 0.15em;
      top: 50%; }
  .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 {
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  background-color: #004b8d;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 1em 1.7em 1em 1.2em; }
  .ce-header:after {
    content: '';
    background-image: url(img/plus-icon.png);
    background-size: 0.65em 0.65em;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    position: absolute;
    width: 0.65em;
    height: 0.65em;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%; }
  .ce-header:focus {
    outline: none; }
  .ce-header:focus:not(:hover):not(:active) {
    outline: 2px dashed #d03e39;
    outline-offset: 2px; }

.ce-body {
  display: none;
  opacity: 0;
  background-color: #f6f6f6; }

@-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 #333333;
    border-right: 1px solid #333333; }
    .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: #333333;
  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; } }

/*=============== 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: #004b8d; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #333;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #333;
    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: #333;
  min-width: 200px; }

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0; }

#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #333333; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #004b8d;
  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 #d03e39; }

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

figure {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

/*=============== Layouts  ===============*/
.page-intro {
  text-align: center;
  position: relative;
  z-index: 1; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 2.3125em;
    padding-bottom: 3.5em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }

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

/*=============== 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: #333333;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #333333; }

/*=============== Destination Page  ===============*/
.destination > .inner-wrap-narrow {
  padding-top: 3.5em;
  padding-bottom: 2.3125em; }

.image-gallery-with-thumbs .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.multiple-cols-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.accordian-tabs-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.click-expand-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.tabular-data .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.text-media-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.full-width-cta-test .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.product-grid-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.content-img-slider .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.addition-cap-module .inner-wrap-narrow {
  padding-top: 0;
  padding-bottom: 0; }

.breadcrumb-menu {
  font-size: 0.875em;
  margin-bottom: 2.7142857143em;
  margin-top: 2.4285714286em; }
  .breadcrumb-menu a {
    margin-right: 0.5em;
    color: #d03e39; }
    .breadcrumb-menu a:hover {
      color: #004b8d; }
    .breadcrumb-menu a:focus {
      color: #d03e39; }
      .breadcrumb-menu a:focus:hover {
        color: #004b8d; }
  .breadcrumb-menu .breadcrumb_last {
    margin-left: 0.5em; }

/*=============== Blockquote ===============*/
.blockquote-text-wrap {
  background-color: #f6f6f6;
  position: relative;
  width: 100%;
  display: table;
  margin-top: 5.3125em;
  margin-bottom: 5.6875em;
  padding: 1.75em 0 1.8125em 0; }
  .blockquote-text-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    left: -100%; }
  .blockquote-text-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    right: -100%; }
  @media (min-width: 40em) {
    .blockquote-text-wrap {
      padding: 1.75em 1.375em 1.8125em 0; } }

.bt-quote {
  max-width: 7.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d03e39; }
  .bt-quote img {
    width: 5.25em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (min-width: 40em) {
    .bt-quote {
      max-width: 12.0625em; } }

.bt-text {
  width: calc(100% - 5.7em);
  float: right;
  margin: 0;
  font-size: 1.5em;
  color: #004b8d;
  font-family: "Oswald", sans-serif;
  line-height: 1.4166666667em; }
  @media (min-width: 40em) {
    .bt-text {
      width: calc(100% - 9.7em); } }

/*================ Dest Slider ============= */
.igt-wrap {
  width: 100%; }
  @media (min-width: 60em) {
    .igt-wrap {
      float: left;
      margin-bottom: 1.875em; } }

@media (min-width: 60em) {
  .igwt-left-sec {
    width: calc(100% - 29.25em);
    float: left;
    padding-right: 4.375em; } }

.igwt-innerpage-carousel {
  max-width: 29.25em;
  margin: 0;
  width: 100%;
  position: relative; }
  @media (min-width: 60em) {
    .igwt-innerpage-carousel {
      float: left; } }

#sync1 .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: -3.5em;
  height: 2.8125em;
  right: 0;
  width: 3.75em; }
  #sync1 .owl-nav .owl-prev {
    display: none; }
  #sync1 .owl-nav .owl-next {
    width: 1.875em;
    height: 100%;
    background-image: url(img/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.1875em 2.125em;
    margin: 0;
    transform: none; }
    #sync1 .owl-nav .owl-next span {
      display: none; }
    #sync1 .owl-nav .owl-next:hover {
      background: transparent !important;
      background-image: url(img/slider-arrow.png) !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 1.1875em 2.125em !important; }
    #sync1 .owl-nav .owl-next:focus {
      outline: none; }
    #sync1 .owl-nav .owl-next:focus:not(:hover):not(:active) {
      outline: 2px dashed #d03e39;
      outline-offset: 2px; }

@media (min-width: 40em) {
  #sync1 .owl-nav {
    bottom: -5em;
    height: 4.375em;
    right: 0;
    width: 4.375em; } }

@media only screen and (max-width: 370px) and (min-width: 360px) {
  #sync1 .owl-nav {
    bottom: -3.75em; }
    #sync1 .owl-nav .owl-next {
      background-size: 0.9375em; }
      #sync1 .owl-nav .owl-next:hover {
        background-size: 0.9375em !important; } }

@media only screen and (max-width: 359px) and (min-width: 320px) {
  #sync1 .owl-nav {
    bottom: -3.4375em; }
    #sync1 .owl-nav .owl-next {
      background-size: 0.9375em; }
      #sync1 .owl-nav .owl-next:hover {
        background-size: 0.9375em !important; } }

#sync2 {
  width: calc(100% - 3.75em); }
  #sync2 .item {
    border: solid 10px #ffffff;
    border-top: solid 10px #ffffff;
    border-left: 0;
    opacity: 0.50; }
  #sync2 .current .item {
    /*border:solid 1px $red;*/
    opacity: 1;
    position: relative; }
  @media (max-height: 46em) and (min-width: 60em) {
    #sync2 {
      width: calc(100% - 5em); } }

.column-subtext {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  color: #004b8d; }

.media-img {
  margin-bottom: 1.875em; }

/*=============== Full Width CTA ===============*/
.fwc-sec-heading {
  margin-bottom: 16px !important; }

.full-width-cta {
  background-color: #eeeeee;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  text-align: center; }

.fwc-wrap {
  max-width: 58.5em;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .fwc-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear; } }

.fwc-heading {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.875em;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 0.6666666667em; }
  @media (min-width: 60em) {
    .fwc-heading {
      margin-bottom: 0; } }

.fwc-btn-alt {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 2.7777777778em;
  max-width: 11.6666666667em;
  width: 100%;
  background-color: #004b8d;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }
  .fwc-btn-alt:hover {
    background-color: #d03e39;
    color: #ffffff; }
  .fwc-btn-alt:focus {
    background-color: #004b8d;
    color: #ffffff; }
    .fwc-btn-alt:focus:hover {
      background-color: #d03e39;
      color: #ffffff; }

/*================ Button Styles ============= */
.button-style-wrap {
  position: relative; }

.btn-wrap {
  display: inline-block;
  vertical-align: middle; }
  .btn-wrap .btn-alt, .btn-wrap .btn-alt-download, .btn-wrap .btn-alt-arrow {
    margin-top: 0.5555555556em;
    display: table; }
  @media (min-width: 40em) {
    .btn-wrap {
      margin-left: 0.3125em; }
      .btn-wrap .btn-alt, .btn-wrap .btn-alt-download, .btn-wrap .btn-alt-arrow {
        margin: 0;
        display: inline-block;
        margin-left: 1.1111111111em; } }
  @media (min-width: 60em) {
    .btn-wrap {
      margin-left: 0; } }

.btn-color-wrap {
  background-color: #2a2d2f;
  max-width: 18.75em;
  width: 100%;
  text-align: center;
  padding: 1.1875em 0.625em;
  margin: 0.625em 0; }
  @media (min-width: 40em) {
    .btn-color-wrap {
      padding: 1.1875em 0; } }
  @media (min-width: 60em) {
    .btn-color-wrap {
      display: inline-block;
      vertical-align: middle;
      margin: 0.625em 1.125em 0.625em; } }
  @media (min-width: 80em) {
    .btn-color-wrap {
      margin: 0 1.125em; } }

/*================ product grid ============= */
.product-list-grid-module {
  width: 100%;
  display: table;
  text-align: center; }
  @media (min-width: 80em) {
    .product-list-grid-module {
      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: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }

.plgm-item {
  max-width: 16.4375em;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-left: 0.75em;
  margin-right: 0.75em;
  margin-bottom: 1.25em;
  overflow: hidden;
  color: #d03e39; }
  .plgm-item:hover {
    color: #004b8d; }
    .plgm-item:hover .plgm-item-img img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 80em) {
    .plgm-item:nth-of-type(1) {
      margin-left: 0; }
    .plgm-item:nth-of-type(4n) {
      margin-right: 0; }
    .plgm-item:nth-of-type(4n+1) {
      margin-left: 0; } }

.plgm-item-img {
  overflow: hidden;
  margin-bottom: 0.625em;
  height: 16.4375em;
  background: #e1e1e1;
  display: table;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /*border: solid 1px #eee;*/ }
  .plgm-item-img span {
    display: table-cell;
    vertical-align: middle; }
  .plgm-item-img img {
    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; }

.plgm-link {
  font-size: 1.125em; }

/*================ form section ============= */
.gform_wrapper {
  position: relative;
  background-color: #f6f6f6;
  padding: 1.25em;
  border: solid 1px #004b8d; }

.gfield_label {
  font-weight: normal;
  font-size: 0.9375em;
  margin-bottom: 0.2em;
  color: #383838;
  font-weight: 400; }

@media (min-width: 60em) {
  .gf_left_half {
    display: inline-block;
    width: 50%;
    padding-right: 1em; } }

@media (min-width: 60em) {
  .gf_right_half {
    width: 50%;
    display: inline-block; } }

.gform_body input, .gform_body select {
  font-size: 0.875em !important;
  height: 2.7142857143em !important;
  background-color: #ffffff;
  border: solid 1px #e0dede;
  box-shadow: none;
  color: rgba(51, 51, 51, 0.6); }
  .gform_body input:focus, .gform_body select:focus {
    outline: none;
    box-shadow: none; }

.gform_footer {
  text-align: center; }

.gform_button {
  font-weight: normal !important;
  font-size: 1.125em !important;
  padding: 0.8888888889em 2.2222222222em !important;
  background-color: #004b8d !important; }
  .gform_button:hover {
    background-color: #d03e39 !important; }

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

.sn-nav li {
  background-color: #004b8d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative; }
  .sn-nav li a {
    color: #ffffff;
    display: block;
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    text-decoration: none;
    font-weight: 400;
    padding: 0.6470588235em 2.3529411765em 0.6470588235em 0.9411764706em; }
    .sn-nav li a:focus:not(:hover):not(:active) {
      outline: 2px dashed #d03e39;
      outline-offset: -2px; }
  .sn-nav li:hover, .sn-nav li.active {
    background-color: #d03e39; }
    .sn-nav li:hover a, .sn-nav li.active a {
      color: #ffffff; }
  .sn-nav li.active {
    border-bottom: 0;
    background-color: #d03e39; }
    .sn-nav li.active .m-subnav-arrows {
      transform: rotate(180deg); }

.sn-nav .menu-item-has-children .m-subnav-arrows {
  cursor: pointer;
  padding-right: 0em;
  background-image: url(img/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5882352941em 0.2941176471em;
  display: block;
  width: 2.3529411765em;
  height: 2.7058823529em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0; }
  .sn-nav .menu-item-has-children .m-subnav-arrows.active {
    transform: rotate(180deg); }

.sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0;
  display: none; }
  .sn-nav .menu-item-has-children ul li {
    margin-bottom: 0;
    background-color: #f6f6f6;
    border-bottom: 0;
    /*  &:hover {
          background-color: #f7941d;
          a {
            color: $white;
          }
        }*/ }
    .sn-nav .menu-item-has-children ul li a {
      color: #333333;
      font-size: 1.0625em;
      padding: 0.2941176471em 2.3529411765em 0.2941176471em 0.9411764706em;
      line-height: 1.5294117647em;
      text-transform: initial;
      position: relative; }
      .sn-nav .menu-item-has-children ul li a:hover {
        background-color: #004b8d;
        color: #ffffff; }
    .sn-nav .menu-item-has-children ul li:not([class]) {
      margin-bottom: 0;
      padding: 0; }
      .sn-nav .menu-item-has-children ul li:not([class]):after {
        display: none; }
  .sn-nav .menu-item-has-children ul:not([class]) {
    margin-bottom: 0; }

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

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

.site-nav-container .site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -4px; }

.site-nav-container .site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

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

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

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

/*=============== Site Header ===============*/
.site-header-wrap {
  background-color: #333333;
  position: relative; }
  .site-header-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(img/hero.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.50; }
  .site-header-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(img/header-gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 60em) {
    .site-header-wrap:before {
      /*background-position: center em(50);*/ }
    .site-header-wrap:after {
      background-position: center 3.125em;
      background-size: 100% auto; } }

.site-header {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  @media (min-width: 60em) {
    .site-header {
      height: 11em; } }
  @media (min-width: 80em) {
    .site-header {
      height: 12.5625em; } }

.sh-utility-nav {
  display: none; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      display: block;
      background-color: #333333;
      text-align: right;
      position: relative;
      z-index: 12; }
      .sh-utility-nav .inner-wrap, .sh-utility-nav .inner-wrap-narrow, .sh-utility-nav .inner-wrap-wide, .sh-utility-nav .inner-wrap-fullwidth {
        padding-top: 0.375em;
        padding-bottom: 0.6875em; } }

.sh-weight-calc {
  display: none; }
  @media (min-width: 60em) {
    .sh-weight-calc {
      display: inline-block;
      font-size: 1.125em;
      position: relative;
      color: #ffffff;
      padding-left: 2.4444444444em; }
      .sh-weight-calc:before {
        content: '';
        width: 1.0555555556em;
        height: 1.0555555556em;
        background-image: url(img/weight-calculator.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.0555555556em 1.0555555556em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .sh-weight-calc a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1.2222222222em;
        font-weight: 700;
        position: relative; }
        .sh-weight-calc a:hover {
          color: #d03e39; }
        .sh-weight-calc a:focus {
          color: #ffffff; }
          .sh-weight-calc a:focus:hover {
            color: #d03e39; } }
  @media (min-width: 80em) {
    .sh-weight-calc a {
      position: relative;
      right: 0.7272727273em; } }

.sh-weight-calc-mob {
  display: inline-block;
  font-size: 1.125em;
  position: relative;
  color: #ffffff;
  padding-left: 1.5em; }
  .sh-weight-calc-mob:before {
    content: '';
    width: 1.0555555556em;
    height: 1.0555555556em;
    background-image: url(img/weight-calculator.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.0555555556em 1.0555555556em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .sh-weight-calc-mob a {
    color: #d03e39;
    text-decoration: none;
    font-size: 1.2222222222em;
    font-weight: 700;
    position: relative; }
    .sh-weight-calc-mob a:hover {
      color: #004b8d; }
    .sh-weight-calc-mob a:focus {
      color: #d03e39; }
      .sh-weight-calc-mob a:focus:hover {
        color: #004b8d; }

.sh-ph-un-wrap {
  display: none; }
  @media (min-width: 60em) {
    .sh-ph-un-wrap {
      display: inline-block;
      font-size: 1.125em;
      position: relative;
      color: #ffffff;
      padding-left: 1.5em; }
      .sh-ph-un-wrap:before {
        content: '';
        width: 1.0555555556em;
        height: 1.0555555556em;
        background-image: url(img/phone.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.0555555556em 1.0555555556em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .sh-ph-un-wrap a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1.2222222222em;
        font-weight: 700;
        position: relative; }
        .sh-ph-un-wrap a:hover {
          color: #d03e39; }
        .sh-ph-un-wrap a:focus {
          color: #ffffff; }
          .sh-ph-un-wrap a:focus:hover {
            color: #d03e39; } }
  @media (min-width: 80em) {
    .sh-ph-un-wrap a {
      position: relative;
      right: -0.0909090909em; } }

.sh-ph-un-wrap-mob {
  display: inline-block;
  font-size: 1.125em;
  position: relative;
  color: #ffffff;
  padding-left: 1.5em; }
  .sh-ph-un-wrap-mob:before {
    content: '';
    width: 1.0555555556em;
    height: 1.0555555556em;
    background-image: url(img/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.0555555556em 1.0555555556em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .sh-ph-un-wrap-mob a {
    color: #d03e39;
    text-decoration: none;
    font-size: 1.2222222222em;
    font-weight: 700;
    position: relative; }
    .sh-ph-un-wrap-mob a:hover {
      color: #004b8d; }
    .sh-ph-un-wrap-mob a:focus {
      color: #d03e39; }
      .sh-ph-un-wrap-mob a:focus:hover {
        color: #004b8d; }

.sh-sticky-wrap {
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding: 0;
    padding-top: 1.1875em; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 7.875em;
      border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
      .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
        padding-top: 2.0625em;
        padding-bottom: 2.0625em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        position: relative; }
      .sh-sticky-wrap.stuck {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        background-color: #004b8d; } }
  @media (min-width: 80em) {
    .sh-sticky-wrap {
      height: 9.4375em; } }

.site-logo {
  max-width: 14.3125em;
  width: 100%;
  display: table;
  margin: 0 auto; }
  .site-logo img {
    display: block; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 13.0625em;
      float: left;
      display: inline-block;
      margin: 0; } }
  @media (min-width: 80em) {
    .site-logo {
      max-width: 22.3125em; } }

.sh-right-sec {
  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: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1.25em; }
  @media (min-width: 60em) {
    .sh-right-sec {
      width: calc(100% - 13.0625em);
      float: right;
      text-align: right;
      display: block;
      border-top: 0;
      border-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }
  @media (min-width: 80em) {
    .sh-right-sec {
      width: calc(100% - 22.3125em);
      padding-top: 0.75em; } }

.sh-search {
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em; }
  .sh-search span {
    display: none; }
  .sh-search:hover {
    background-image: url(img/search-red.svg); }
  .sh-search:focus {
    background-image: url(img/search.svg); }
    .sh-search:focus:hover {
      background-image: url(img/search-red.svg); }
  .sh-search.sh-mob-search {
    display: inline-block; }
  .sh-search.sh-desk-search {
    display: none; }
  @media (min-width: 60em) {
    .sh-search.sh-mob-search {
      display: none; }
    .sh-search.sh-desk-search {
      display: inline-block; } }
  @media (min-width: 80em) {
    .sh-search {
      margin-left: 0.5em; } }

.sh-ph-desk {
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/phone.svg);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em; }
  .sh-ph-desk span {
    display: none; }
  .sh-ph-desk:hover {
    background-image: url(img/phone-red.svg); }
  .sh-ph-desk:focus {
    background-image: url(img/phone.svg); }
    .sh-ph-desk:focus:hover {
      background-image: url(img/phone-red.svg); }
  @media (min-width: 60em) {
    .sh-ph-desk {
      margin-left: 0.875em; } }
  @media (min-width: 80em) {
    .sh-ph-desk {
      margin-left: 2em; } }

.sh-rq {
  font-size: 0.9em;
  text-align: center;
  line-height: 3.1111111111em;
  border: solid 2px #d03e39;
  background-color: #d03e39;
  color: #ffffff;
  max-width: 5.1666666667em;
  width: 100%;
  padding: 0;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle; }
  .sh-rq:hover {
    border: solid 2px #ffffff;
    background-color: #004b8d;
    color: #ffffff; }
  .sh-rq:focus {
    border: solid 2px #d03e39;
    background-color: #d03e39;
    color: #ffffff; }
    .sh-rq:focus:hover {
      border: solid 2px #ffffff;
      background-color: #004b8d;
      color: #ffffff; }
  .sh-rq .sh-rq-mob {
    display: inline-block; }
  .sh-rq .sh-rq-desk {
    display: none; }
  @media (min-width: 40em) {
    .sh-rq {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .sh-rq {
      margin-left: 0.7777777778em; } }
  @media (min-width: 64em) {
    .sh-rq {
      max-width: 8.8888888889em;
      width: 100%; }
      .sh-rq .sh-rq-mob {
        display: none; }
      .sh-rq .sh-rq-desk {
        display: inline-block; } }
  @media (min-width: 80em) {
    .sh-rq {
      max-width: 11em;
      margin-left: 2em; } }

.sh-icons {
  float: right; }

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

.sh-ico-menu {
  width: 1.5625em;
  height: 3.75em;
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/ico-nav.svg);
  background-size: 1.5625em 1.5625em;
  background-repeat: no-repeat;
  background-position: center; }
  .sh-ico-menu span {
    display: none; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
  position: relative;
  z-index: 1; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 4.5625em;
    padding-bottom: 3.9375em; }
  @media (min-width: 60em) {
    .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
      padding-top: 5.9375em;
      padding-bottom: 4.625em; } }

.si-header {
  font-size: 1.875em;
  line-height: 1.3333333333em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 0.7666666667em; }
  @media (min-width: 60em) {
    .si-header {
      font-size: 2.75em;
      line-height: 1.1818181818em;
      max-width: 18.1818181818em;
      width: 100%;
      margin-bottom: 1.0227272727em; } }

.si-btn {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 3.3333333333em;
  max-width: 7.5555555556em;
  width: 100%;
  background-color: #004b8d;
  color: #ffffff;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.1666666667em; }
  .si-btn:hover {
    background-color: #d03e39;
    color: #ffffff; }
  .si-btn:focus {
    background-color: #004b8d;
    color: #ffffff; }
    .si-btn:focus:hover {
      background-color: #d03e39;
      color: #ffffff; }
  @media (min-width: 40em) {
    .si-btn {
      display: inline-block;
      margin-right: 0.8333333333em;
      margin-bottom: 0; } }

.si-btn-lg-color {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 3.1111111111em;
  max-width: 7.9444444444em;
  width: 100%;
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
  text-align: center; }
  .si-btn-lg-color:hover {
    background-color: #d03e39;
    border: solid 2px #d03e39;
    color: #ffffff; }
  .si-btn-lg-color:focus {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff; }
    .si-btn-lg-color:focus:hover {
      background-color: #d03e39;
      border: solid 2px #d03e39;
      color: #ffffff; }

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

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

.search-cell2 {
  display: table-cell;
  width: 3.75em;
  border: 0;
  vertical-align: middle;
  text-align: center; }
  @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: 1.5625em;
  height: 2.3em;
  border: 0;
  padding: 0 !important;
  background: url(img/ico-search.svg) no-repeat center center !important;
  transform: none !important;
  background-size: 1.5625em 1.5625em !important; }
  .search-submit:hover {
    border: 0 !important; }
  .search-submit:focus {
    outline: none;
    border: 0 !important; }
  .search-submit:focus:not(:hover):not(:active) {
    outline: 2px dashed #d03e39;
    outline-offset: 2px; }

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

.search-module {
  background-color: #333333;
  height: 7.3em;
  margin-top: -7.3em;
  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: 999; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 0.40625em 1.5em;
    position: relative; }
  @media (min-width: 40em) {
    .search-module {
      height: 4em;
      margin-top: -4em; } }

/*.search-module {
  background-color: $blue;
  height: em(63);
  margin-top: em(-63);
  border-bottom: 1px solid rgba($blue, 0.47);
  position: fixed;
  left:0;
  right:0;
  z-index: 10000;
  @include transition (all .2s ease-in-out);
  &.active {
    margin-top: 0;
  }
  .inner-wrap {
    padding: em(12) 1.5em;
  }
}*/
/*.search-exit {
 img{
  width: em(19);
}

@include mq(large) {
  margin-bottom: 0px;
}
}*/
.search-exit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  .search-exit img {
    width: 1.1875em; }
  @media (max-width: 40em) {
    .search-exit {
      top: 27%; } }
  @media (min-width: 60em) {
    .search-exit {
      margin-bottom: 0px; } }

@media (min-width: 40em) {
  .plp-search {
    margin-right: 0; } }

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .main-content {
      display: inline; } }

@media (max-width: 40em) {
  .height {
    max-height: 15.625em; }
    .height:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      bottom: 0;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }
  .heightAuto {
    max-height: 312.5em; }
    .heightAuto:before {
      display: none; } }

.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #004b8d;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

/*=============== Product Module ===============*/
.product-module .inner-wrap, .product-module .inner-wrap-narrow, .product-module .inner-wrap-wide, .product-module .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 2.3125em; }

.pm-links-wrap {
  width: 100%;
  text-align: center; }
  @media (min-width: 60em) {
    .pm-links-wrap {
      margin-bottom: 2.25em; } }
  @media (min-width: 80em) {
    .pm-links-wrap {
      display: table; } }

/*.pm-lw-item{
  max-width: em(264);
  width: 100%;
  height: em(110);
  position: relative;
  background-color: $blue;
  display: inline-block;
  margin:0 em(9);
  margin-bottom: em(18);
  text-decoration: none;
  @include transition(all .25s linear);
  &:before{
    content:'';
    width: calc(100% + 1.5em);
    height: calc(100% + 1.5em);
    position: absolute;
    top: -0.75em;
    left: -0.75em;
    border:solid 2px $red;
    opacity: 0;
    @include transition(all .25s linear);
  }
  
  &:hover{
    box-shadow: 0px -0px 5px rgba($black,0.50);
    &:before{
      opacity:1;
    }
    .pm-lw-img{
      opacity: 1;
      mix-blend-mode: normal;
    }
    .pm-lw-title{
      background-color: rgba($red,0.90);
      font-size: em(24);
      padding: em(7,24) 0;
    }
  }
  &:focus:not(:hover):not(:active) {
    box-shadow: 0px -0px 5px rgba($black,0.50);
    &:before{
      opacity:1;
    }
    .pm-lw-img{
      opacity: 1;
      mix-blend-mode: normal;
    }
    .pm-lw-title{
      background-color: rgba($red,0.90);
      font-size: em(24);
      padding: em(7,24) 0;
    }
  }
  @include mq(xlarge) {
    float: left;
    margin:0 em(12);
    margin-bottom: em(24);
    &:nth-of-type(1){
      margin-left: 0;
    }
    &:nth-of-type(4n){
      margin-right: 0;
    }
    &:nth-of-type(4n+1){
      margin-left: 0;
    }
  }
  }*/
.pm-lw-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  opacity: 0.20;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.pm-lw-title {
  font-size: 1.25em;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  padding: 0.35em 0; }

/*.pm-tabs{
  position: relative;
  .accordion-tabs {
    border:solid 1px $blue;
    .tab-header-and-content{
      &:nth-of-type(1){
        .pm-tab-icon{
          width: em(36,20);
        }
      }
      &:nth-of-type(2){
        .pm-tab-icon{
          width: em(38,20);
          left: em(41,20);
        }
      }
      &:nth-of-type(3){
        .pm-tab-icon{
          width: em(36,20);
        }
      }
      &:nth-of-type(4){
        .pm-tab-icon{
          width: em(50,20);
          left: em(32,20);
        }
      }
    }
    .tab-link {
      font-size: em(20);
      line-height: em(70,20);
      padding: 0;
      border-left: solid 10px $red;
      padding-left: em(99,20);
      border-top: solid 1px $white;
      position: relative;
      &.is-active {
        border-left: solid 10px $blue;
      }
    }
    .tab-content {
      border:0;
      background-color: $white;
    }
  }
  @include mq(large) {
    .accordion-tabs {
      border:0;
      .tab-header-and-content{
        display: block;
      }
      .tab-link {
        max-width: em(240,20);
        width: 100%;
        margin:0;
        margin-bottom: em(20,20);
        border-top: 0;
        &:before{
          content:'';
          width: em(12,20);
          height: 100%;
          background-color: $red;
          position: absolute;
          top: 0;
          right: em(-12,20);
          @include transition(all .25s linear);
          opacity: 0;
        }
        &:after{
          content: '';
          width: 0;
          height: 0;
          border-top: em(50,20) solid transparent;
          border-left: em(50,20) solid $red;
          border-bottom: em(51,20) solid transparent;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: em(-62,20);
          @include transition(all .25s linear);
          opacity: 0;
          z-index: 1;
        }
        &.is-active {
          &:before, &:after{
          opacity: 1;
          }
        }
      }
      .tab-content{
        width: calc(100% - 17em);
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
      }
    }
  }
  @include mq(xlarge) {
    .accordion-tabs {
      .tab-link {
        max-width: em(264,20);
      }
      .tab-content{
        width: calc(100% - 18em);
      }
    }
  }
  @include mq(mediumv) {
    .accordion-tabs {
      .tab-link {
        &:after{
          right: -3em;
        }
      }
    }
  }
  }*/
/*.pm-tabs-cont{
  width: 100%;
  @include mq(large) {
    display: table;
  }
}

.pm-tabs-img{
  max-width: em(372);
  width: 100%;
  display: block;
  margin:0 auto;
  img{
    width: 100%;
    display: block;
  }
  @include mq(large) {
    float: left;
    max-width: em(330);
  }
  @include mq(xlarge) {
    max-width: em(372);
  }
}

.pm-container{
  background-image: url(img/logo-element-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: em(420) em(339);
  padding-top: em(40);
  @include mq(large) {
    background-position: right center;
    width: calc(100% - 20.625em);
    float: right;
    padding-top: em(10);
    padding-left: em(30);
    min-height: em(340);
  }
  @include mq(xlarge) {
    width: calc(100% - 23.25em);
    padding-top: em(35);
    padding-left: em(53);
  }
}

.pm-tab-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:em(43,20);
}

.pm-title{
  font-size: $large-font-size;
  color: $blue;
  margin-bottom: em(25,30);
  padding-left: em(50,30);
  position: relative;
  img{
    vertical-align: middle;
    width: em(33,30);
    display: inline-block;
    position: absolute;
    top: em(9,30);
    left: em(1,30);
  }

}

.pm-desc {
  margin: 0;
  margin-bottom: em(32,18);
}

.pm-btn-alt{
  font-size: em(18);
  font-weight: normal;
  padding:0;
  line-height: em(50,18);
  max-width: em(157,18);
  width: 100%;
  background-color: $blue;
  color: $white;
  text-align: center;
  &:hover{
    background-color:$red;
    color: $white;
  }
  &:focus{
    background-color: $blue;
    color: $white;
    &:hover{
      background-color:$red;
      color: $white;
    }
  }
  @include mq(xlarge) {
    margin-left: 2px;
  }
}
*/
.product-module-new .pm-links-wrap {
  position: relative;
  border: 0; }

.product-module-new .accordion-tabs .pm-lw-item {
  /*max-width: em(264);*/
  max-width: 100%;
  width: 100%;
  height: 6.875em;
  position: relative;
  background-color: #004b8d;
  font-size: 1em;
  padding: 0;
  display: inline-block;
  /*margin:0 em(9);*/
  margin: 0;
  /*margin-bottom: em(18);*/
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .product-module-new .accordion-tabs .pm-lw-item:before {
    content: '';
    width: calc(100% + 1.5em);
    height: calc(100% + 1.5em);
    position: absolute;
    top: -0.75em;
    left: -0.75em;
    border: solid 2px #d03e39;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .product-module-new .accordion-tabs .pm-lw-item:hover, .product-module-new .accordion-tabs .pm-lw-item.is-active {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .product-module-new .accordion-tabs .pm-lw-item:hover:before, .product-module-new .accordion-tabs .pm-lw-item.is-active:before {
      /*opacity:1;*/ }
    .product-module-new .accordion-tabs .pm-lw-item:hover .pm-lw-img, .product-module-new .accordion-tabs .pm-lw-item.is-active .pm-lw-img {
      opacity: 1;
      mix-blend-mode: normal; }
    .product-module-new .accordion-tabs .pm-lw-item:hover .pm-lw-title, .product-module-new .accordion-tabs .pm-lw-item.is-active .pm-lw-title {
      background-color: rgba(208, 62, 57, 0.9);
      font-size: 1.5em;
      padding: 0.2916666667em 0; }
  .product-module-new .accordion-tabs .pm-lw-item:focus:not(:hover):not(:active) {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .product-module-new .accordion-tabs .pm-lw-item:focus:not(:hover):not(:active):before {
      opacity: 1; }
    .product-module-new .accordion-tabs .pm-lw-item:focus:not(:hover):not(:active) .pm-lw-img {
      opacity: 1;
      mix-blend-mode: normal; }
    .product-module-new .accordion-tabs .pm-lw-item:focus:not(:hover):not(:active) .pm-lw-title {
      background-color: rgba(208, 62, 57, 0.9);
      font-size: 1.5em;
      padding: 0.2916666667em 0; }
  @media (min-width: 60em) {
    .product-module-new .accordion-tabs .pm-lw-item {
      width: 23%;
      position: absolute; }
      .product-module-new .accordion-tabs .pm-lw-item:hover:before, .product-module-new .accordion-tabs .pm-lw-item.is-active:before {
        opacity: 1; } }
  @media (min-width: 80em) {
    .product-module-new .accordion-tabs .pm-lw-item {
      float: none;
      /*margin:0 em(12);*/
      margin-bottom: 1.5em;
      /*&:nth-of-type(1){
      margin-left: 0;
    }
    &:nth-of-type(4n){
      margin-right: 0;
    }
    &:nth-of-type(4n+1){
      margin-left: 0;
      }*/ } }

.product-module-new .accordion-tabs .pm-top-header {
  margin-bottom: 1.25em; }
  @media (min-width: 60em) {
    .product-module-new .accordion-tabs .pm-top-header {
      margin-bottom: 0;
      margin: 0 0.5625em;
      border: 0; } }
  @media (min-width: 80em) {
    .product-module-new .accordion-tabs .pm-top-header {
      margin: 0 0.75em; }
      .product-module-new .accordion-tabs .pm-top-header:nth-of-type(1) {
        margin-left: 0; }
      .product-module-new .accordion-tabs .pm-top-header:nth-of-type(4n) {
        margin-right: 0; }
      .product-module-new .accordion-tabs .pm-top-header:nth-of-type(4n+1) {
        margin-left: 0; } }

@media (min-width: 60em) {
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(1) .pm-lw-item {
    top: 0;
    left: 0; }
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(2) .pm-lw-item {
    top: 0;
    left: 25%; }
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(3) .pm-lw-item {
    top: 0;
    left: 50%; }
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(4) .pm-lw-item {
    top: 0;
    left: 75%; }
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(5) .pm-lw-item {
    top: 8.375em;
    left: 0; }
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(6) .pm-lw-item {
    top: 8.375em;
    left: 25%; }
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(7) .pm-lw-item {
    top: 8.375em;
    left: 50%; }
  .product-module-new .accordion-tabs .tab-header-and-content:nth-of-type(8) .pm-lw-item {
    top: 8.375em;
    left: 75%; } }

.product-module-new .pm-tabs {
  position: relative;
  padding: 20px 10px !important;
  border: solid 2px #d03e39;
  border-top: 0; }
  .product-module-new .pm-tabs.tab-content {
    padding: 0;
    background: #ffffff;
    border-top: 0; }
  .product-module-new .pm-tabs .accordion-tabs {
    border: solid 1px #004b8d; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content .pm-tab-icon {
      width: 1.25em;
      left: 0.75em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(1) .pm-tab-icon {
      width: 1.25em;
      left: 0.75em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(2) .pm-tab-icon {
      width: 1.25em;
      left: 0.75em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(3) .pm-tab-icon {
      width: 1.25em;
      left: 0.75em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(4) .pm-tab-icon {
      width: 1.25em;
      left: 0.75em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-link {
      font-size: 1.25em;
      line-height: 3.5em;
      padding: 0;
      border-left: solid 10px #d03e39;
      padding-left: 3em;
      border-top: solid 1px #ffffff;
      position: relative;
      display: block;
      text-align: left; }
      .product-module-new .pm-tabs .accordion-tabs .tab-link.is-active, .product-module-new .pm-tabs .accordion-tabs .tab-link.is-active-inner {
        border-left: solid 10px #004b8d; }
      .product-module-new .pm-tabs .accordion-tabs .tab-link.is-active-inner {
        background-color: #d03e39;
        color: #ffffff; }
      .product-module-new .pm-tabs .accordion-tabs .tab-link span {
        display: inline-block;
        line-height: 1.2;
        margin-top: 0.625em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-content {
      border: 0;
      background-color: #ffffff; }
      .product-module-new .pm-tabs .accordion-tabs .tab-content.is-open-inner {
        display: block !important;
        padding: 3.125em 1.5em 0.625em; }
  @media (min-width: 60em) {
    .product-module-new .pm-tabs {
      margin-top: 16.875em;
      margin-bottom: 0.9375em;
      padding: 0;
      border: 0;
      border-top: 0;
      float: none;
      min-height: 25em; }
      .product-module-new .pm-tabs .accordion-tabs {
        border: 0; }
        .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content {
          display: block; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content .pm-tab-icon {
            width: 1.8em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(1) .tab-link {
            left: 0;
            top: 0; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(1) .pm-tab-icon {
            width: 1.8em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(2) .tab-link {
            left: 25%;
            top: 0; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(2) .pm-tab-icon {
            width: 1.9em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(3) .tab-link {
            left: 50%;
            top: 0; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(3) .pm-tab-icon {
            width: 1.8em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(4) .tab-link {
            left: 75%;
            top: 0; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(4) .pm-tab-icon {
            width: 2.5em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(5) .tab-link {
            left: 0;
            top: 3.125em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(5) .pm-tab-icon {
            width: 1.8em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(6) .tab-link {
            left: 25%;
            top: 3.125em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(6) .pm-tab-icon {
            width: 1.9em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(7) .tab-link {
            left: 50%;
            top: 3.125em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(7) .pm-tab-icon {
            width: 1.8em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(8) .tab-link {
            left: 75%;
            top: 3.125em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(8) .pm-tab-icon {
            width: 2.5em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(9) .tab-link {
            left: 0;
            top: 6.25em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(9) .pm-tab-icon {
            width: 1.8em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(10) .tab-link {
            left: 25%;
            top: 6.25em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(10) .pm-tab-icon {
            width: 1.9em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(11) .tab-link {
            left: 50%;
            top: 6.25em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(11) .pm-tab-icon {
            width: 1.8em;
            left: 0.75em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(12) .tab-link {
            left: 75%;
            top: 6.25em; }
          .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(12) .pm-tab-icon {
            width: 2.5em;
            left: 0.75em; }
        .product-module-new .pm-tabs .accordion-tabs .tab-link {
          width: 23%;
          margin: 0;
          margin-bottom: 1em;
          border-top: 0;
          padding-left: 2.5em;
          text-align: center;
          position: absolute; }
          .product-module-new .pm-tabs .accordion-tabs .tab-link:before {
            content: '';
            width: 0.6em;
            height: 100%;
            background-color: #d03e39;
            position: absolute;
            top: 0;
            right: -0.6em;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            transition: all 0.25s linear;
            opacity: 0; }
          .product-module-new .pm-tabs .accordion-tabs .tab-link:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 2.5em solid #d03e39;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -3.1em;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            transition: all 0.25s linear;
            opacity: 0;
            z-index: 1; }
          .product-module-new .pm-tabs .accordion-tabs .tab-link.is-active:before, .product-module-new .pm-tabs .accordion-tabs .tab-link.is-active:after, .product-module-new .pm-tabs .accordion-tabs .tab-link.is-active-inner:before, .product-module-new .pm-tabs .accordion-tabs .tab-link.is-active-inner:after {
            opacity: 1; }
        .product-module-new .pm-tabs .accordion-tabs .tab-content {
          width: 100%;
          padding: 0; }
          .product-module-new .pm-tabs .accordion-tabs .tab-content.is-open-inner {
            padding: 10em 1.5em 0.625em; } }
  @media (min-width: 80em) {
    .product-module-new .pm-tabs .accordion-tabs .tab-link {
      padding-left: 4em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(1) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(2) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(3) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(4) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(5) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(6) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(7) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(8) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(9) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(10) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(11) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content:nth-of-type(12) .pm-tab-icon {
      width: 1.8em;
      left: 1.25em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .product-module-new .pm-tabs .accordion-tabs .tab-link:after {
      right: -3em; }
    .product-module-new .pm-tabs .accordion-tabs .tab-content.is-open-inner {
      padding: 10.9375em 1.5em 0.625em; } }

.product-module-new .pm-tabs-cont {
  width: 100%; }
  @media (min-width: 60em) {
    .product-module-new .pm-tabs-cont {
      display: table; } }

.product-module-new .pm-tabs-img {
  max-width: 23.25em;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .product-module-new .pm-tabs-img img {
    width: 100%;
    display: block; }
  @media (min-width: 60em) {
    .product-module-new .pm-tabs-img {
      float: left;
      max-width: 20.625em;
      padding-top: 3em; } }
  @media (min-width: 80em) {
    .product-module-new .pm-tabs-img {
      max-width: 23.25em;
      padding-top: 3em; } }

.product-module-new .pm-container {
  background-image: url(img/logo-element-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26.25em 21.1875em;
  padding-top: 2.5em;
  text-align: left; }
  @media (min-width: 60em) {
    .product-module-new .pm-container {
      background-position: right center;
      width: calc(100% - 20.625em);
      float: right;
      padding-top: 0.625em;
      padding-left: 1.875em;
      min-height: 21.25em; } }
  @media (min-width: 80em) {
    .product-module-new .pm-container {
      width: calc(100% - 23.25em);
      padding-top: 2.1875em;
      padding-left: 3.3125em; } }

.product-module-new .pm-tab-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.15em; }

.product-module-new .pm-title {
  font-size: 1.875em;
  color: #004b8d;
  margin-bottom: 0.8333333333em;
  padding-left: 1.6666666667em;
  position: relative; }
  .product-module-new .pm-title img {
    vertical-align: middle;
    width: 1.1em;
    display: inline-block;
    position: absolute;
    top: 0.3em;
    left: 0.0333333333em; }

.product-module-new .pm-desc {
  margin: 0;
  margin-bottom: 1.7777777778em; }

.product-module-new .pm-btn-alt {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 2.7777777778em;
  max-width: 8.7222222222em;
  width: 100%;
  background-color: #004b8d;
  color: #ffffff;
  text-align: center; }
  .product-module-new .pm-btn-alt:hover {
    background-color: #d03e39;
    color: #ffffff; }
  .product-module-new .pm-btn-alt:focus {
    background-color: #004b8d;
    color: #ffffff; }
    .product-module-new .pm-btn-alt:focus:hover {
      background-color: #d03e39;
      color: #ffffff; }
  @media (min-width: 80em) {
    .product-module-new .pm-btn-alt {
      margin-left: 2px; } }

.product-module-new .accordion-tabs.desti {
  margin-bottom: 0; }

.product-module-new .main-prod-link {
  text-align: left; }

.product-module-new .pm-main-prod-link {
  font-size: 1.125em;
  line-height: 2.7777777778em;
  max-width: 8.7222222222em;
  width: 100%;
  padding: 0;
  border-top: solid 1px #ffffff;
  position: relative;
  margin-top: 0.9375em;
  /*display: block;*/
  text-align: center;
  /*font-weight: 500;
      font-family: $header-font-family;*/ }

@media (min-width: 60em) {
  .product-module-new .pm-main-prod-link {
    max-width: 12em;
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    border-top: 0;
    text-align: center;
    display: block;
    font-size: 1.25em;
    line-height: 3.5em; } }

@media (min-width: 80em) {
  .product-module-new .pm-main-prod-link {
    max-width: 13.2em; } }

/*=============== Who Are Working With Module ===============*/
.who-working-module {
  background-color: #004b8d;
  text-align: center;
  position: relative; }
  .who-working-module:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(img/who-are-you-working-with-bg.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.11; }
  .who-working-module .inner-wrap-narrow {
    padding-top: 5.625em;
    padding-bottom: 6.25em;
    position: relative; }

.wwm-heading {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  position: relative;
  margin-bottom: 1.2777777778em; }
  .wwm-heading:before {
    content: '';
    width: 0.9166666667em;
    height: 0.7222222222em;
    background-image: url(img/logo-element-working.svg);
    background-size: 0.9166666667em 0.7222222222em;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 0.4166666667em; }
  @media (min-width: 40em) {
    .wwm-heading:before {
      margin: 0;
      position: absolute;
      top: 0.4166666667em;
      left: -1.3888888889em; } }

.wwm-desc {
  color: #ffffff;
  margin: 0 auto;
  max-width: 50em;
  width: 100%;
  margin-bottom: 2.8888888889em; }

.wwm-btn {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 3.1111111111em;
  max-width: 8.6111111111em;
  width: 100%;
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
  text-align: center; }
  .wwm-btn:hover {
    background-color: #d03e39;
    border: solid 2px #d03e39;
    color: #ffffff; }
  .wwm-btn:focus {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff; }
    .wwm-btn:focus:hover {
      background-color: #d03e39;
      border: solid 2px #d03e39;
      color: #ffffff; }

/*=============== From Our Blog Module ===============*/
.from-our-blog-module {
  background-color: #f6f6f6; }
  .from-our-blog-module .inner-wrap-narrow {
    padding-top: 5em;
    padding-bottom: 5em; }

.fobm-left-img {
  max-width: 23.1875em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.5em;
  display: block; }
  @media (min-width: 60em) {
    .fobm-left-img {
      margin: 0 auto;
      float: left;
      margin-left: 0.0625em; } }

@media (min-width: 60em) {
  .fobm-right {
    width: calc(100% - 23.25em);
    float: left;
    padding-left: 1.5625em; } }

@media (min-width: 80em) {
  .fobm-right {
    padding-left: 5.25em; } }

.fobm-heading {
  font-size: 1.875em;
  margin: 0;
  padding-left: 1.7333333333em;
  line-height: 0.8em;
  padding-bottom: 1.1em;
  position: relative; }
  .fobm-heading:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d03e39;
    position: absolute;
    bottom: 0;
    left: 0; }
  .fobm-heading:after {
    content: '';
    width: 7.3666666667em;
    height: 0.1em;
    background-color: #d03e39;
    position: absolute;
    bottom: -0.0333333333em;
    left: 0; }
  .fobm-heading img {
    vertical-align: middle;
    width: 1.1em;
    display: inline-block;
    position: absolute;
    top: 0.1em;
    left: 0.0333333333em; }

.fobm-sub-heading {
  font-size: 1.375em;
  line-height: 1.1818181818em;
  margin: 0;
  margin-bottom: 0.9090909091em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #004b8d;
  display: block; }

.fobm-wrap {
  width: 100%; }
  @media (min-width: 40em) {
    .fobm-wrap {
      display: table; } }

.fobm-item {
  padding-top: 2.25em;
  margin-bottom: 2.5em; }
  @media (min-width: 40em) {
    .fobm-item {
      width: 45%;
      float: left;
      margin-bottom: 3.625em; }
      .fobm-item:nth-of-type(1) {
        margin-right: 2.8125em; } }
  @media (min-width: 80em) {
    .fobm-item {
      width: 42%; }
      .fobm-item:nth-of-type(1) {
        margin-right: 6.375em; } }

.fobm-time {
  font-size: 1em;
  color: #a8a8a8;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.625em;
  margin-right: 2.25em;
  position: relative; }
  .fobm-time:before {
    content: '';
    width: 1em;
    height: 1em;
    background-image: url(img/clock.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.1875em; }

.fobm-link {
  font-size: 1em;
  color: #a8a8a8;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding-left: 1.75em;
  position: relative; }
  .fobm-link:before {
    content: '';
    width: 1.125em;
    height: 1.125em;
    background-image: url(img/plus-fill.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125em 1.125em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.1875em; }
  .fobm-link:hover {
    color: #d03e39; }
    .fobm-link:hover:before {
      background-image: url(img/plus-fill-hover.svg); }
  .fobm-link:focus {
    color: #a8a8a8; }
    .fobm-link:focus:before {
      background-image: url(img/plus-fill.svg); }

.fobm-btn-alt {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 2.7777777778em;
  max-width: 6.2777777778em;
  width: 100%;
  background-color: #004b8d;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8888888889em;
  margin-bottom: 0.8888888889em; }
  .fobm-btn-alt:hover {
    background-color: #d03e39;
    color: #ffffff; }
  .fobm-btn-alt:focus {
    background-color: #004b8d;
    color: #ffffff; }
    .fobm-btn-alt:focus:hover {
      background-color: #d03e39;
      color: #ffffff; }
  @media (min-width: 40em) {
    .fobm-btn-alt {
      margin-bottom: 0; } }
  @media (min-width: 80em) {
    .fobm-btn-alt {
      margin-left: 1px; } }

.fobm-btn {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 2.7777777778em;
  max-width: 9.2777777778em;
  width: 100%;
  background-color: #d03e39;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.8888888889em; }
  .fobm-btn:hover {
    background-color: #004b8d;
    color: #ffffff; }
  .fobm-btn:focus {
    background-color: #d03e39;
    color: #ffffff; }
    .fobm-btn:focus:hover {
      background-color: #004b8d;
      color: #ffffff; }
  @media (min-width: 40em) {
    .fobm-btn {
      margin-bottom: 0; } }

/*=============== Large Selection & High Quality ===============*/
.large-selection-module {
  background-color: #333333;
  text-align: center;
  position: relative; }
  .large-selection-module:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(img/large-selection-and-high-quality-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.10; }
  .large-selection-module .inner-wrap-narrow {
    position: relative;
    padding-top: 4.375em;
    padding-bottom: 5em; }

.lsm-heading {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  position: relative;
  margin-bottom: 0.25em; }
  .lsm-heading:before {
    content: '';
    width: 0.9166666667em;
    height: 0.7222222222em;
    background-image: url(img/logo-element-working.svg);
    background-size: 0.9166666667em 0.7222222222em;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 0.4166666667em; }
  @media (min-width: 40em) {
    .lsm-heading:before {
      margin: 0;
      position: absolute;
      top: 0.4166666667em;
      left: -1.3888888889em; } }

.lsm-desc {
  color: #ffffff;
  margin-bottom: 1.7777777778em; }

.lsm-btn-alt {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 2.5555555556em;
  max-width: 8.4444444444em;
  width: 100%;
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 0.8888888889em; }
  .lsm-btn-alt:hover {
    background-color: #d03e39;
    border: solid 2px #d03e39;
    color: #ffffff; }
  .lsm-btn-alt:focus {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff; }
    .lsm-btn-alt:focus:hover {
      background-color: #d03e39;
      border: solid 2px #d03e39;
      color: #ffffff; }
  @media (min-width: 40em) {
    .lsm-btn-alt {
      margin: 0;
      margin-right: 0.8888888889em;
      display: inline-block; } }

.lsm-btn {
  font-size: 1.125em;
  font-weight: normal;
  padding: 0;
  line-height: 2.7777777778em;
  max-width: 11.1111111111em;
  width: 100%;
  background-color: #d03e39;
  color: #ffffff;
  text-align: center; }
  .lsm-btn:hover {
    background-color: #004b8d;
    color: #ffffff; }
  .lsm-btn:focus {
    background-color: #d03e39;
    color: #ffffff; }
    .lsm-btn:focus:hover {
      background-color: #004b8d;
      color: #ffffff; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #ffffff; }

.desti-footer {
  margin-top: 3.125em; }

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

.sf-address-wrap {
  background-image: url(img/footer-line.png);
  background-position: center bottom;
  background-size: 83.25em 0.0625em;
  background-repeat: no-repeat; }
  .sf-address-wrap .inner-wrap, .sf-address-wrap .inner-wrap-narrow, .sf-address-wrap .inner-wrap-wide, .sf-address-wrap .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 1.1875em; }
  @media (min-width: 60em) {
    .sf-address-wrap {
      position: relative; }
      .sf-address-wrap:before {
        content: '';
        width: 50%;
        height: 100%;
        background-color: #004b8d;
        position: absolute;
        top: 0;
        left: 0; }
      .sf-address-wrap .inner-wrap, .sf-address-wrap .inner-wrap-narrow, .sf-address-wrap .inner-wrap-wide, .sf-address-wrap .inner-wrap-fullwidth {
        position: relative;
        padding-top: 1em;
        padding-bottom: 1.1875em; } }

.sf-add-left {
  text-align: center;
  background-color: #004b8d;
  padding-top: 1.0625em;
  padding-bottom: 1.0625em;
  position: relative; }
  .sf-add-left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #004b8d; }
  .sf-add-left:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    background-color: #004b8d; }
  @media (min-width: 60em) {
    .sf-add-left {
      background-color: transparent;
      width: 50%;
      float: left;
      text-align: right;
      padding-right: 3.75em;
      padding-bottom: 0; }
      .sf-add-left:before {
        display: none; }
      .sf-add-left:after {
        display: none; } }

.sf-logo {
  max-width: 19.6875em;
  width: 100%;
  display: inline-block; }
  .sf-logo img {
    display: block; }

.sf-add-right {
  padding-top: 1.25em; }
  @media (min-width: 60em) {
    .sf-add-right {
      width: 50%;
      float: left;
      padding-left: 1.875em;
      padding-top: 0; } }
  @media (min-width: 80em) {
    .sf-add-right {
      padding-left: 3.75em;
      padding-right: 5.625em; } }

.sf-location {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.4444444444em; }
  .sf-location span {
    color: #004b8d;
    font-weight: 600;
    display: block; }

.sf-call {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  color: #004b8d;
  font-weight: 600;
  padding-left: 1.5555555556em;
  margin-top: 0.5555555556em;
  position: relative; }
  .sf-call:before {
    content: '';
    width: 1em;
    height: 1em;
    background-image: url(img/phone-blue.svg);
    background-repeat: no-repeat;
    background-size: 1em 1em;
    position: absolute;
    top: 0.2777777778em;
    left: 0; }
  .sf-call a {
    font-weight: normal;
    text-decoration: none;
    color: #333333; }
    .sf-call a:hover {
      color: #d03e39; }
    .sf-call a:focus {
      color: #333333; }
      .sf-call a:focus:hover {
        color: #d03e39; }
  @media (min-width: 40em) {
    .sf-call {
      margin-top: 0; }
      .sf-call:before {
        top: 50%;
        transform: translateY(-50%); } }

/*.sf-sale-call{
  display: block;
  @include mq(medium) {
    display: inline-block;
  }
}

.sf-call-divider{
  display: none;
  @include mq(medium) {
    display: inline-block;
  }
  }*/
.sf-footer {
  background-color: #f6f6f6;
  background-image: url(img/logo-element-bg-footer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27.3125em 21.375em; }
  .sf-footer .inner-wrap-narrow {
    padding-top: 3.375em;
    padding-bottom: 1.0625em; }
  @media (min-width: 80em) {
    .sf-footer {
      background-position: left 1.3125em; } }

.sf-comp .sf-heading img {
  width: 1.0416666667em;
  vertical-align: bottom;
  margin-right: 0.4583333333em; }

@media (min-width: 40em) {
  .sf-comp {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.625em; } }

@media (min-width: 60em) {
  .sf-comp {
    width: 30%;
    float: left; } }

@media (min-width: 80em) {
  .sf-comp {
    width: 34.1%;
    padding-right: 0; } }

.sf-prod .sf-heading img {
  width: 1.3333333333em;
  vertical-align: bottom;
  margin-right: 0.4583333333em; }

@media (min-width: 40em) {
  .sf-prod {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.625em; } }

@media (min-width: 60em) {
  .sf-prod {
    width: 26%;
    float: left; } }

@media (min-width: 80em) {
  .sf-prod {
    width: 23.3%;
    padding-right: 0; } }

.sf-resource .sf-heading img {
  width: 0.8333333333em;
  vertical-align: bottom;
  margin-right: 0.4583333333em; }

@media (min-width: 40em) {
  .sf-resource {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.625em; } }

@media (min-width: 60em) {
  .sf-resource {
    width: 28%;
    float: left; } }

@media (min-width: 80em) {
  .sf-resource {
    width: 27.8%;
    padding-right: 0; } }

.sf-blog .sf-heading {
  margin-bottom: 0.3333333333em; }
  .sf-blog .sf-heading img {
    width: 1.0416666667em;
    vertical-align: bottom;
    margin-right: 0.4583333333em; }

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

@media (min-width: 60em) {
  .sf-blog {
    width: 16%;
    float: left; } }

@media (min-width: 80em) {
  .sf-blog {
    width: 14%;
    padding-right: 0; } }

.sf-heading {
  display: block;
  margin-bottom: 0.625em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #004b8d;
  font-size: 1.5em; }

.sf-sub-heading {
  display: block;
  margin-bottom: 1.125em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #004b8d;
  font-size: 1.5em; }
  .sf-sub-heading a {
    color: #004b8d;
    text-decoration: none; }
    .sf-sub-heading a:hover {
      color: #d03e39; }

.sf-connect {
  margin: 0;
  font-weight: 600;
  margin-bottom: 0.5em; }

.sf-link-list {
  margin-bottom: 2.1875em; }
  .sf-link-list li a {
    font-size: 1.125em;
    line-height: 1.6666666667em;
    text-decoration: none;
    color: #333333; }
    .sf-link-list li a:hover {
      color: #d03e39; }
    .sf-link-list li a:focus {
      color: #333333; }
      .sf-link-list li a:focus:hover {
        color: #d03e39; }

.sf-payment-options {
  margin-bottom: 2.1875em; }
  .sf-payment-options li {
    display: inline-block;
    vertical-align: middle; }
    .sf-payment-options li:nth-of-type(1) {
      width: 4.375em; }
    .sf-payment-options li:nth-of-type(2) {
      width: 4.3125em; }
    .sf-payment-options li:nth-of-type(3) {
      width: 2.6875em; }
    .sf-payment-options li:nth-of-type(4) {
      width: 3.6875em; }
  @media (min-width: 40em) {
    .sf-payment-options {
      margin-bottom: 0; } }

.sf-social {
  text-align: left; }
  .sf-social a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 0.875em; }
    .sf-social a .on {
      display: block; }
    .sf-social a .off {
      display: none; }
    .sf-social a:hover .on {
      display: none; }
    .sf-social a:hover .off {
      display: block; }
    .sf-social a:nth-of-type(1) img {
      width: 1.5625em; }
    .sf-social a:nth-of-type(2) img {
      width: 1.4375em; }
    .sf-social a:nth-of-type(3) img {
      width: 1.4375em; }

.sf-copyright {
  background-color: #333333;
  padding-left: 0.8125em;
  padding-right: 0.8125em;
  padding-top: 1.0625em;
  padding-bottom: 1.1875em;
  text-align: center;
  color: #ffffff; }
  .sf-copyright span {
    margin: 0 0.3125em; }
  .sf-copyright a {
    color: #ffffff;
    text-decoration: none; }
    .sf-copyright a:hover {
      color: #d03e39; }
    .sf-copyright a:focus {
      color: #ffffff; }
      .sf-copyright a:focus:hover {
        color: #d03e39; }

/*=============== IE ===============*/
@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .sh-ph-un-wrap:before {
    width: 19px;
    height: 19px;
    background-size: 19px 19px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 80em), (-ms-high-contrast: none) and (min-width: 80em) {
  .sh-ph-un-wrap:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-search {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .sh-ph-desk {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .sn-divder.sn-divder-one {
    left: 23%; }
  .sn-divder.sn-divder-two {
    left: 50%; }
  .sn-divder.sn-divder-three {
    left: 72%; } }

@media screen and (-ms-high-contrast: active) and (min-width: 80em), (-ms-high-contrast: none) and (min-width: 80em) {
  .sn-divder.sn-divder-one {
    left: 24.5%; }
  .sn-divder.sn-divder-two {
    left: 49%; }
  .sn-divder.sn-divder-three {
    left: 72%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wwm-heading:before {
    width: 33px;
    height: 26px;
    background-size: 33px 26px; }
  .lsm-heading:before {
    width: 33px;
    height: 26px;
    background-size: 33px 26px; }
  .sf-call:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; } }

/*=============== Edge ===============*/
@supports (-ms-ime-align: auto) {
  @media (min-width: 60em) {
    .sh-ph-un-wrap:before {
      width: 19px;
      height: 19px;
      background-size: 19px 19px; } }
  @media (min-width: 80em) {
    .sh-ph-un-wrap:before {
      width: 18px;
      height: 18px;
      background-size: 18px 18px; } }
  .sh-search {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .sh-ph-desk {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  @media (min-width: 60em) {
    .sn-divder.sn-divder-one {
      left: 23%; }
    .sn-divder.sn-divder-two {
      left: 50%; }
    .sn-divder.sn-divder-three {
      left: 72%; } }
  @media (min-width: 80em) {
    .sn-divder.sn-divder-one {
      left: 24.5%; }
    .sn-divder.sn-divder-two {
      left: 49%; }
    .sn-divder.sn-divder-three {
      left: 72%; } }
  .wwm-heading:before {
    width: 33px;
    height: 26px;
    background-size: 33px 26px; }
  .lsm-heading:before {
    width: 33px;
    height: 26px;
    background-size: 33px 26px; }
  .sf-call:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; } }

.left-content {
  text-align: center; }
  @media (min-width: 40em) {
    .left-content {
      float: left;
      width: 39%; } }
  @media (min-width: 60em) {
    .left-content {
      float: left;
      width: 25%;
      clear: both; } }

@media (min-width: 40em) {
  .right-content {
    float: right;
    width: 56%; } }

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

.innr-gallery-img {
  float: none; }
  @media (min-width: 40em) {
    .innr-gallery-img {
      float: right;
      margin: 0 0 1.875em 1.875em;
      position: relative;
      z-index: 1; } }

.imgwt-dest-slider {
  height: 400px; }
  .imgwt-dest-slider span.dest-slider-img {
    height: 400px;
    display: block; }
    .imgwt-dest-slider span.dest-slider-img img {
      width: auto;
      height: 100%; }

.owl-carousel.owl-loaded {
  display: inline-block !important; }

/*=============== Capabilities Module ===============*/
.capabilities-module .inner-wrap, .capabilities-module .inner-wrap-narrow, .capabilities-module .inner-wrap-wide, .capabilities-module .inner-wrap-fullwidth {
  padding-top: 4.25em;
  padding-bottom: 4.5em; }

.capabilities-module .cm-heading {
  position: relative;
  display: inline-block;
  font-size: 1.5625em;
  line-height: 1.44em;
  padding-right: 0;
  color: #171153; }
  .capabilities-module .cm-heading:after {
    content: '';
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 0;
    bottom: 0.1388888889em;
    width: 2.3611111111em;
    height: 0.3888888889em;
    display: none; }
  @media (min-width: 40em) {
    .capabilities-module .cm-heading {
      font-size: 2.25em;
      line-height: 1em;
      padding-right: 2.4444444444em; }
      .capabilities-module .cm-heading:after {
        display: inline-block; } }

.capabilities-module .cmi-item {
  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;
  padding: 1em;
  text-align: center; }
  .capabilities-module .cmi-item .cmi-left-wrap {
    display: inline-block;
    margin: 0 auto;
    width: 100%; }
    .capabilities-module .cmi-item .cmi-left-wrap .cmi-image {
      margin-bottom: 20px; }
  .capabilities-module .cmi-item .cmi-right-wrap {
    margin: 0 auto;
    width: 100%; }

.capabilities-module .cmir-heading {
  font-size: 1.875em;
  font-weight: 700;
  color: #171153;
  margin-top: 0.6666666667em;
  text-transform: uppercase; }

.capabilities-module .cmir-text {
  font-size: 1.125em;
  font-weight: 300;
  color: #3c3c3c;
  margin: 1.5555555556em 0 1.8888888889em; }
  @media (min-width: 60em) {
    .capabilities-module .cmir-text {
      padding-right: 0.8333333333em; } }

.capabilities-module a.learn-more-cta {
  font-size: 1.125em;
  font-weight: 400;
  color: #daa520;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  padding-right: 1em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.7222222222em 1.3888888889em; }
  .capabilities-module a.learn-more-cta span {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline; }
  .capabilities-module a.learn-more-cta:hover {
    color: #171153; }
  .capabilities-module a.learn-more-cta:focus {
    color: #daa520; }
    .capabilities-module a.learn-more-cta:focus:hover {
      color: #171153; }

@media (min-width: 60em) {
  .capabilities-module .cmi-item {
    padding: 0;
    text-align: left;
    height: 18.75em; }
    .capabilities-module .cmi-item .cmi-left-wrap {
      width: 50%;
      background-color: #daa520;
      height: 18.75em; }
    .capabilities-module .cmi-item .cmi-image {
      height: 100%;
      max-width: 29.5em;
      margin-left: auto;
      position: relative;
      margin-bottom: 0;
      height: 18.75em; }
      .capabilities-module .cmi-item .cmi-image :before {
        background: #ffffff;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        display: inline-block;
        z-index: 1; }
    .capabilities-module .cmi-item .cmi-bg-image {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-size: cover; }
      .capabilities-module .cmi-item .cmi-bg-image img {
        visibility: hidden; }
    .capabilities-module .cmi-item .cmi-right-wrap {
      width: 50%;
      padding-top: 3.5625em;
      padding-bottom: 6.3125em;
      background-color: #ffffff; }
      .capabilities-module .cmi-item .cmi-right-wrap .cmi-content {
        max-width: 41.5625em;
        min-height: 15.625em;
        display: table;
        padding-left: 2.1875em; }
        .capabilities-module .cmi-item .cmi-right-wrap .cmi-content .cmic-left {
          display: table-cell;
          vertical-align: top;
          width: 5em; }
        .capabilities-module .cmi-item .cmi-right-wrap .cmi-content .cmic-right {
          display: table-cell;
          vertical-align: top;
          padding-left: 2.375em;
          padding-right: 2.375em; }
    .capabilities-module .cmi-item:nth-child(even) .cmi-left-wrap {
      order: 1; }
      .capabilities-module .cmi-item:nth-child(even) .cmi-left-wrap .cmi-image {
        margin-left: 0; }
        .capabilities-module .cmi-item:nth-child(even) .cmi-left-wrap .cmi-image :before {
          left: auto;
          right: 0; }
    .capabilities-module .cmi-item:nth-child(even) .cmi-right-wrap {
      order: 0;
      padding-top: 4.9375em;
      padding-bottom: 5.25em; }
      .capabilities-module .cmi-item:nth-child(even) .cmi-right-wrap .cmi-content {
        margin-left: auto;
        padding-left: 0.9375em; }
        .capabilities-module .cmi-item:nth-child(even) .cmi-right-wrap .cmi-content .cmic-right {
          padding-left: 2.0625em; }
          .capabilities-module .cmi-item:nth-child(even) .cmi-right-wrap .cmi-content .cmic-right .cmir-heading {
            margin-top: 0.5666666667em; } }

@media (max-width: 959px) {
  .capabilities-module .cm-items-wrapper .cmi-left-wrap .cmi-image .cmi-bg-image {
    background-image: none !important; } }

.bordered-box {
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-top: 33px;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 19px 0 rgba(0, 0, 0, 0.19);
  font-size: 19px; }

.inner-btn {
  margin-top: 1.375em; }

.lcm-heading {
  text-align: center; }

.lcm-link {
  color: #004b8d;
  text-decoration: none; }

.left-content-module .inner-wrap, .left-content-module .inner-wrap-narrow, .left-content-module .inner-wrap-wide, .left-content-module .inner-wrap-fullwidth {
  padding-top: 0em; }

.page-id-9 .breadcrumb-menu {
  display: none; }

.sitemap-menu li {
  margin: 0 0 0.625em; }
  .sitemap-menu li ul {
    margin: 0.625em; }

.gf_browser_ie.gform_wrapper .gform_footer input {
  padding: 22px !important; }

.search-module input:focus {
  outline: none; }

.image-gallery-with-thumbs .inner-wrap, .image-gallery-with-thumbs .inner-wrap-narrow, .image-gallery-with-thumbs .inner-wrap-wide, .image-gallery-with-thumbs .inner-wrap-fullwidth {
  padding-top: 0em;
  padding-bottom: 0px; }

.accordian-tabs-module .inner-wrap, .accordian-tabs-module .inner-wrap-narrow, .accordian-tabs-module .inner-wrap-wide, .accordian-tabs-module .inner-wrap-fullwidth {
  padding-top: 0em;
  padding-bottom: 1.375em !important; }

.click-expand-module .inner-wrap, .click-expand-module .inner-wrap-narrow, .click-expand-module .inner-wrap-wide, .click-expand-module .inner-wrap-fullwidth {
  padding-top: 0em;
  padding-bottom: 0.5em; }

.tabular-data .inner-wrap, .tabular-data .inner-wrap-narrow, .tabular-data .inner-wrap-wide, .tabular-data .inner-wrap-fullwidth {
  padding-top: 0.625em; }

.text-media-module .inner-wrap, .text-media-module .inner-wrap-narrow, .text-media-module .inner-wrap-wide, .text-media-module .inner-wrap-fullwidth {
  padding-top: 0em; }

.system-features .inner-wrap, .system-features .inner-wrap-narrow, .system-features .inner-wrap-wide, .system-features .inner-wrap-fullwidth {
  padding-top: 0em;
  padding-bottom: 0em; }

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

.destination .inner-wrap, .destination .inner-wrap-narrow, .destination .inner-wrap-wide, .destination .inner-wrap-fullwidth {
  padding-bottom: 0px; }

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

.aligncenter-text iframe {
  width: 100%;
  max-width: 500px; }

.weight-calculator .product-module-new .accordion-tabs.desti {
  margin-bottom: 0;
  display: flex; }

.home .product-module-new .pm-tabs .accordion-tabs .tab-link {
  border-left: none;
  padding-left: 0; }

.home .product-module-new .pm-tabs .accordion-tabs .tab-link:before {
  background-color: #ffffff; }

.home .accordion-tabs .tab-link.new {
  background-color: #DFDFDF;
  line-height: 2.75em;
  color: #004b8d; }

.weight-calculator .product-module-new .pm-tabs .accordion-tabs .tab-header-and-content {
  display: contents; }

.weight-calculator .product-module-new .pm-tabs {
  min-height: 3.125em; }

.weight-calculator .product-module-new .pm-tabs .accordion-tabs .tab-link {
  margin: 0px; }
  @media (min-width: 80em) {
    .weight-calculator .product-module-new .pm-tabs .accordion-tabs .tab-link {
      padding-left: 2.375em; } }
  .weight-calculator .product-module-new .pm-tabs .accordion-tabs .tab-link:after {
    border-top: none;
    border-left: none; }

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

.bc-left {
  width: 100%;
  margin-top: 1.375em;
  margin-bottom: 1.375em; }
  @media (min-width: 60em) {
    .bc-left {
      float: left;
      width: 70%; } }
  .bc-left a {
    text-decoration: none; }

.bc-right {
  width: 100%;
  text-align: center;
  margin-top: 1.375em; }
  @media (min-width: 60em) {
    .bc-right {
      float: right;
      width: 25%;
      margin-top: 4%; } }
  .bc-right img {
    max-width: 250px;
    width: 100%; }

.si-wrap {
  text-align: center;
  margin-bottom: 3em; }

.si-item {
  display: inline-block;
  vertical-align: top;
  max-width: 6.5625em;
  width: 100%; }
  .si-item:nth-of-type(1) .si-figure > div img {
    width: 2.75em; }
  .si-item:nth-of-type(2) .si-figure > div img {
    width: 2.75em; }
  .si-item:nth-of-type(3) .si-figure > div img {
    width: 2.75em; }
  @media (min-width: 60em) {
    .si-item {
      max-width: 8.75em; }
      .si-item:nth-of-type(1) .si-figure > div img {
        width: 4.375em; }
      .si-item:nth-of-type(2) {
        margin: 0 5.9375em; }
        .si-item:nth-of-type(2) .si-figure > div img {
          width: 4.625em; }
      .si-item:nth-of-type(3) .si-figure > div img {
        width: 4.1875em; } }

.si-figure {
  width: 100%;
  height: 4.6875em;
  margin: 0 auto;
  margin-bottom: 0.375em;
  position: relative; }
  .si-figure > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
    .si-figure > div img {
      display: block;
      margin: 0 auto; }
  @media (min-width: 60em) {
    .si-figure {
      margin-bottom: 1.5em; } }

.si-title {
  font-size: 0.9375em;
  line-height: 1.2em;
  font-weight: 700;
  color: #ffffff;
  display: inline-block; }
  @media (min-width: 60em) {
    .si-title {
      line-height: 1.8em; } }

/** horizontal tabs for calculator **/
.new-cal-design-module {
  width: 100%;
  background: #004a8b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004a8b 0%, #002343 100%);
  background: -webkit-linear-gradient(top, #004a8b 0%, #002343 100%);
  background: linear-gradient(to bottom, #004a8b 0%, #002343 100%);
  border-top: solid 8px #d03e39; }
  .new-cal-design-module .inner-wrap-narrow {
    padding-top: 5.625em;
    padding-bottom: 5.625em; }

.ncdm-title {
  font-size: 1.5em;
  color: #ffffff;
  text-transform: uppercase; }

.new-cal-design-module .accordion-tabs {
  border: 0; }
  .new-cal-design-module .accordion-tabs .tab-header-and-content {
    margin-right: 0;
    display: inline-block; }
    @media (min-width: 60em) {
      .new-cal-design-module .accordion-tabs .tab-header-and-content:nth-of-type(4n) .tab-link {
        margin-right: 0; } }
  .new-cal-design-module .accordion-tabs .tab-link {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125em;
    line-height: 1.3846153846em;
    background-color: #004b8d;
    border: solid 2px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    position: relative;
    width: 12.0769230769em;
    height: 3.8461538462em;
    margin-bottom: 0.6923076923em;
    margin-right: 0.6923076923em;
    text-align: center;
    border-radius: 2px;
    padding: 0; }
    .new-cal-design-module .accordion-tabs .tab-link span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      padding: 0 0.3846153846em; }
    .new-cal-design-module .accordion-tabs .tab-link.is-active {
      color: #ffffff;
      background-color: #d03e39;
      border-color: #d03e39; }
    @media (min-width: 80em) {
      .new-cal-design-module .accordion-tabs .tab-link {
        margin-bottom: 0.9230769231em;
        margin-right: 0.9230769231em; } }

@media (min-width: 60em) {
  .ncdm-left {
    width: calc(100% - 25em);
    float: left;
    padding-right: 0.1875em; } }

@media (min-width: 80em) {
  .ncdm-left {
    padding-right: 3em; } }

.ncdm-right {
  max-width: 25em;
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  background: #ffffff;
  padding: 1.875em 1.875em; }
  @media (min-width: 60em) {
    .ncdm-right {
      margin: 0;
      float: right;
      padding: 1.875em 3.125em; } }

.ncdm-summary-title {
  font-size: 1.375em;
  color: #333333;
  padding-bottom: 16px;
  position: relative; }
  .ncdm-summary-title:after {
    content: '';
    width: 100%;
    height: 0.1363636364em;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    left: 0; }

.ncdm-total {
  font-family: "Oswald", sans-serif;
  font-size: 1.5625em;
  color: #7b7b7b;
  margin-top: 1em; }
  .ncdm-total .ncdm-total-no {
    color: #333333;
    font-size: 2.32em;
    font-weight: 700;
    margin-right: 0.2586206897em; }

.ncdm-form-head-wrap {
  position: relative;
  margin-top: 1em; }

@media (min-width: 80em) {
  .ncdm-toogle-in-mm {
    position: absolute;
    top: 3.75em;
    right: 1.875em; } }

.ncdm-toogle {
  display: inline-block;
  margin-bottom: 1em;
  /* Rounded sliders */ }
  .ncdm-toogle .switch {
    position: relative;
    display: inline-block;
    width: 4.375em;
    height: 1.25em;
    margin-bottom: 0; }
  .ncdm-toogle .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .ncdm-toogle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border: solid 2px rgba(255, 255, 255, 0.5); }
  .ncdm-toogle .slider:before {
    content: "";
    width: 1.75em;
    height: 0.75em;
    position: absolute;
    right: 0.1875em;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d03e39;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .ncdm-toogle input:checked + .slider {
    background-color: transparent; }
  .ncdm-toogle input:focus + .slider {
    box-shadow: 0 0 1px transparent; }
  .ncdm-toogle input:checked + .slider:before {
    left: 0.1875em;
    right: auto; }
  .ncdm-toogle .slider.round {
    border-radius: 34px; }
  .ncdm-toogle .slider.round:before {
    border-radius: 50%; }
  .ncdm-toogle.ncdm-toogle-lbs-kg {
    display: inline-block; }
  @media (min-width: 80em) {
    .ncdm-toogle {
      margin-bottom: 0; } }

.ncdm-toogle-labels {
  width: 100%;
  display: table; }
  .ncdm-toogle-labels label {
    font-size: 0.9375em;
    color: #ffffff;
    margin-bottom: 0; }
  .ncdm-toogle-labels .ncdm-in {
    float: left; }
  .ncdm-toogle-labels .ncdm-mm {
    float: right; }

.ncdm-cal-label {
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-weight: 600; }

.r-tabs {
  position: relative; }

.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  margin-right: 0.6em; }
  @media (min-width: 80em) {
    .r-tabs .r-tabs-nav .r-tabs-tab {
      margin-right: 0.8em; }
      .r-tabs .r-tabs-nav .r-tabs-tab:nth-of-type(4n) {
        margin-right: 0; } }

.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.3846153846em;
  background-color: #004b8d;
  border: solid 2px rgba(255, 255, 255, 0.5);
  color: #ffffff;
  position: relative;
  width: 12.0769230769em;
  height: 3.8461538462em;
  margin-bottom: 0.6923076923em;
  text-align: center;
  border-radius: 2px; }
  .r-tabs .r-tabs-nav .r-tabs-anchor span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0 0.7692307692em; }
  @media (min-width: 80em) {
    .r-tabs .r-tabs-nav .r-tabs-anchor {
      margin-bottom: 0.9230769231em; } }

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #ffffff;
  background-color: #d03e39;
  border-color: #d03e39; }

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #00c5ad;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #00c5ad;
  text-shadow: none; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/*form*/
.rdw-none {
  display: none; }

.rdw-block {
  display: block; }

.sp-none {
  display: none; }

.sp-block {
  display: block; }

.rt-none {
  display: none; }

.rt-block {
  display: block; }

.input-parent {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5625em; }
  .input-parent select {
    display: none; }
  .input-parent input[type="color"],
  .input-parent input[type="date"],
  .input-parent input[type="datetime"],
  .input-parent input[type="datetime-local"],
  .input-parent input[type="email"],
  .input-parent input[type="month"],
  .input-parent input[type="number"],
  .input-parent input[type="password"],
  .input-parent input[type="search"],
  .input-parent input[type="tel"],
  .input-parent input[type="text"],
  .input-parent input[type="time"],
  .input-parent input[type="url"],
  .input-parent input[type="week"] {
    font-size: 0.875em;
    width: 11.0714285714em;
    height: 3.7142857143em;
    background-color: #ebebeb;
    border-radius: 5px; }
    .input-parent input[type="color"]:focus,
    .input-parent input[type="date"]:focus,
    .input-parent input[type="datetime"]:focus,
    .input-parent input[type="datetime-local"]:focus,
    .input-parent input[type="email"]:focus,
    .input-parent input[type="month"]:focus,
    .input-parent input[type="number"]:focus,
    .input-parent input[type="password"]:focus,
    .input-parent input[type="search"]:focus,
    .input-parent input[type="tel"]:focus,
    .input-parent input[type="text"]:focus,
    .input-parent input[type="time"]:focus,
    .input-parent input[type="url"]:focus,
    .input-parent input[type="week"]:focus {
      background-color: #ffffff; }
  @media (min-width: 80em) {
    .input-parent {
      margin-bottom: 0.75em; } }

.ncdm-piece input[type="color"],
.ncdm-piece input[type="date"],
.ncdm-piece input[type="datetime"],
.ncdm-piece input[type="datetime-local"],
.ncdm-piece input[type="email"],
.ncdm-piece input[type="month"],
.ncdm-piece input[type="number"],
.ncdm-piece input[type="password"],
.ncdm-piece input[type="search"],
.ncdm-piece input[type="tel"],
.ncdm-piece input[type="text"],
.ncdm-piece input[type="time"],
.ncdm-piece input[type="url"],
.ncdm-piece input[type="week"] {
  width: 4em; }

.ncdm-totla-weight-in {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5625em; }
  .ncdm-totla-weight-in select {
    font-size: 0.875em;
    width: 11.0714285714em;
    height: 3.7142857143em !important;
    background-color: #ebebeb;
    border-radius: 5px; }
  @media (min-width: 80em) {
    .ncdm-totla-weight-in {
      margin-left: 0.75em;
      margin-bottom: 0.75em; } }

.ndcm-right-data {
  width: 100%; }
  @media (min-width: 40em) {
    .ndcm-right-data {
      display: table; } }

.ncdm-img-wrap {
  text-align: center; }
  @media (min-width: 40em) {
    .ncdm-img-wrap {
      width: 50%;
      float: left;
      text-align: left; } }

@media (min-width: 40em) {
  .ncdm-data-content {
    width: 50%;
    float: left; } }

.ncdm-list li {
  width: 100%;
  display: table;
  font-family: "Oswald", sans-serif;
  font-size: 1.5625em;
  color: #333333;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  line-height: normal;
  font-weight: 500; }
  .ncdm-list li:after {
    content: '';
    width: 100%;
    height: 0.08em;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    left: 0; }

.ncdm-list-cont {
  float: left; }

.ncdm-list-title {
  float: right; }

.ncdm-right-btn {
  text-align: center;
  padding-top: 1.875em; }
  .ncdm-right-btn .sh-rq {
    margin: 0; }

.capabilities-module {
  margin-bottom: 1.25em; }

#gform_wrapper_1 #input_1_11 {
  background-color: transparent !important;
  border: none !important; }

.weight-calculator .ncdm-right-btn .sh-rq {
  max-width: 17.5em; }

@media (max-height: 660px) {
  /* CSS stuff */
  .weight-calculator img {
    max-width: 84%; } }

#ncdm-tab-tube img {
  padding-top: 2.5em; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .aligncenter {
    display: block;
    margin: 0 auto; } }

.text-alignright {
  text-align: right; }

.text-alignleft {
  text-align: left; }

.text-aligncenter {
  text-align: center; }

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

.spacing-bottom {
  margin-bottom: 2em; }

.spacing-top {
  margin-top: 2em; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  left: 10px; }

.flexslider:hover .flex-next {
  right: 10px; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(img/ico-arrow-left.svg); }

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/ico-arrow-right.svg); }

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: .3;
  left: 10px; }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .4em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .3em;
  padding-bottom: .3em;
  font-family: "Oswald", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  color: #004b8d; }
  @media (min-width: 60em) {
    .tablesaw thead tr:first-child th {
      font-size: 1.0625em; } }

.tablesaw-cell-content {
  font-size: 0.8125em; }
  @media (min-width: 40em) {
    .tablesaw-cell-content {
      font-size: 0.875em; } }

.gray {
  background-color: #efefef; }

.tablesaw-cell-label {
  font-size: 0.8125em;
  vertical-align: middle !important;
  color: #004b8d;
  font-family: "Oswald", sans-serif;
  font-weight: 500; }

th, td, tr, .tablesaw-stack tbody tr {
  border: 0 !important; }

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

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

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

/* Flying focus */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 1px 1px #d03e39, 0 0 1px #d03e39 inset; }

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

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

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

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url(owl.video.play.png) no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* 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]
*/
