@charset "UTF-8";
meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/*! 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: 1em 40px; }

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

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Roboto-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype"); }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: transparent; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: transparent;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: transparent; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #eff1f1; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 35.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 50.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 10px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008CBA; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #9de7d3;
    border-color: #5fd8b7;
    color: #333333; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #5fd8b7; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #df8a7c;
    border-color: #d15844;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #d15844; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #fef2ea;
    border-color: #fab88d;
    color: #333333; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #fab88d; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #333333; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 10px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #9de7d3;
      border-color: #5fd8b7;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5fd8b7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #9de7d3; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #df8a7c;
      border-color: #d15844;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d15844; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #df8a7c; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #fef2ea;
      border-color: #fab88d;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fab88d; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #333333; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fef2ea; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 35.063em) {
  button, .button {
    display: inline-block; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 35.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: transparent;
  border: solid 0 #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  max-width: none; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: transparent;
    border: solid 0 #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 0;
    max-width: none; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: transparent;
    border: solid 0 #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 0;
    max-width: none; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: transparent;
    border: solid 0 #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 0;
    max-width: none; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 10px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: transparent;
    border: solid 0 #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: none; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #9de7d3;
    border-color: #5fd8b7;
    color: #333333; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #5fd8b7; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #df8a7c;
    border-color: #d15844;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #d15844; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #fef2ea;
    border-color: #fab88d;
    color: #333333; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #fab88d; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #333333; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 10px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #9de7d3;
      border-color: #5fd8b7;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5fd8b7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #9de7d3; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #df8a7c;
      border-color: #d15844;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d15844; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #df8a7c; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #fef2ea;
      border-color: #fab88d;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fab88d; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #333333; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fef2ea; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 35.063em) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 10px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 10px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #df8a7c;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #df8a7c;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #df8a7c; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #df8a7c;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #df8a7c; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 50.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 35.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 35em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 10px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 50.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 10px;
  left: 0;
  background-color: #002e56;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 35em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 35.063em) {
    .reveal-modal, dialog {
      width: 600px;
      max-width: 1060px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 35.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 10px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 35.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 1060px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 35.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 1060px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 35.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 1060px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 35.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 1060px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 35.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 1060px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 35.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 1060px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #eff1f1;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 50.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #eff1f1;
      color: #231f20;
      padding: 1rem 2rem;
      font-family: "Roboto";
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e0e4e4; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #ffffff;
      color: #231f20; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 35.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1060px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 35.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 50.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #9de7d3;
    border-color: #5fd8b7;
    color: #333333; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #5fd8b7; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #df8a7c;
    border-color: #d15844;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #d15844; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #fef2ea;
    border-color: #fab88d;
    color: #333333; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #fab88d; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #333333; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 10px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #9de7d3;
      border-color: #5fd8b7;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5fd8b7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #9de7d3; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #df8a7c;
      border-color: #d15844;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d15844; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #df8a7c; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #fef2ea;
      border-color: #fab88d;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fab88d; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #333333; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fef2ea; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 35.063em) {
  button, .button {
    display: inline-block; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #9de7d3;
    border-color: #5fd8b7;
    color: #333333; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #5fd8b7; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #df8a7c;
    border-color: #d15844;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #d15844; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #fef2ea;
    border-color: #fab88d;
    color: #333333; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #fab88d; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #333333; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 10px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #9de7d3;
      border-color: #5fd8b7;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5fd8b7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #9de7d3; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #df8a7c;
      border-color: #d15844;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d15844; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #df8a7c; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #fef2ea;
      border-color: #fab88d;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fab88d; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #333333; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fef2ea; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 35.063em) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 10px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 10px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #df8a7c;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #df8a7c;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #df8a7c; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #df8a7c;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #df8a7c; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 35.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #002e56; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 3.125rem; }

.top-bar {
  overflow: hidden;
  height: 3.125rem;
  line-height: 3.125rem;
  position: relative;
  background: #002e56;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.8rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 35em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 3.125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name .block-promo-display .promo-title, .block-promo-display .top-bar .name .promo-title, .top-bar .name p, .top-bar .name span {
      line-height: 3.125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name .block-promo-display .promo-title a, .block-promo-display .top-bar .name .promo-title a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #00539b;
        width: 75%;
        display: block;
        padding: 0 1.04167rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #00539b;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 1.04167rem;
      height: 3.125rem;
      line-height: 3.125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 26.04167rem 0 1.04167rem;
        color: #ffffff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 1.04167rem;
          box-shadow: 0 0px 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #002e56; }
    .top-bar.expanded .toggle-topbar a {
      color: #ffffff; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0px 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px gray;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #ffffff; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #00539b;
      padding: 12px 0 12px 0;
      padding-left: 1.04167rem;
      font-family: "Roboto", sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 1.04167rem;
        padding-left: 1.04167rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #9de7d3;
        border-color: #5fd8b7;
        color: #333333; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #5fd8b7; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #df8a7c;
        border-color: #d15844;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #d15844; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #fef2ea;
        border-color: #fab88d;
        color: #333333; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #fab88d; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #333333; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 1.04167rem;
      padding-left: 1.04167rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #9de7d3;
        border-color: #5fd8b7;
        color: #333333; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #5fd8b7; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #df8a7c;
        border-color: #d15844;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #d15844; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #fef2ea;
        border-color: #fab88d;
        color: #333333; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #fab88d; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #333333; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: transparent;
      color: #00539b; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #00539b; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #00539b; }
  .top-bar-section .has-form {
    padding: 1.04167rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      margin-right: 1.04167rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 1.04167rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #00539b;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 1.04167rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 1.04167rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 50.063em) {
  .top-bar {
    background: #002e56;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #002e56; }
  .contain-to-grid .top-bar {
    max-width: 1060px;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: transparent;
      color: #00539b; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 1.04167rem;
      line-height: 3.125rem;
      background: #ffffff; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: transparent; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 1.04167rem;
      line-height: 3.125rem;
      color: #00539b;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #00539b; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 3.125rem;
        white-space: nowrap;
        padding: 12px 1.04167rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #00539b;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      clear: none;
      height: 3.125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #ffffff;
      padding: 0 1.04167rem;
      height: 3.125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: transparent;
    color: #00539b; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #00539b; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 35em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 35.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 50.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.block-promo-display .promo-title,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3,
h4,
.block-promo-display .promo-title, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, .block-promo-display .promo-title small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }


h4,
.block-promo-display .promo-title {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.5;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 35.063em) {
  h1, h2, h3,
  h4,
  .block-promo-display .promo-title, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  
  h4,
  .block-promo-display .promo-title {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 35em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 35.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 50.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.block-promo-display .promo-title,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3,
h4,
.block-promo-display .promo-title, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, .block-promo-display .promo-title small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }


h4,
.block-promo-display .promo-title {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.5;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 35.063em) {
  h1, h2, h3,
  h4,
  .block-promo-display .promo-title, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  
  h4,
  .block-promo-display .promo-title {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #002e56;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar .block-promo-display .promo-title, .block-promo-display .tab-bar .promo-title, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar .block-promo-display .promo-title, .block-promo-display .tab-bar .promo-title {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #00172b;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #00172b;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 35.063em) {
    .tab-bar-section.left, .tab-bar-section.right {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #d9ddde;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #d9ddde;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #002e56;
    border-top: none;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 1rem;
    color: #666;
    border-bottom: 1px solid #eff1f1;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #00203c; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 35.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 35.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 35.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 35.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 35.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #d9ddde;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: none;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #004e91;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #d9ddde;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: none;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #004e91;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:35.063em)/";
  width: 35.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 72.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 35.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 50.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/**
 * Reimplementation of compass' image-url.
 */
/**
 * Reimplementation of compass' inline-image.
 */
.contain {
  margin: 0 auto;
  max-width: 66.25rem; }

.text-xxx-small {
  font-size: .75rem; }

.text-xx-small {
  font-size: .80rem; }

.text-x-small {
  font-size: .90rem; }

.text-small {
  font-size: 1rem; }

.text-medium {
  font-size: 1.75rem; }

.text-large {
  font-size: 3.25rem; }

.text-x-large {
  font-size: 5rem; }

.text-xx-large {
  font-size: 5.75rem; }

.text-xxx-large {
  font-size: 6.25rem; }

.text-huge {
  font-size: 7.167rem; }

.martop-1 {
  margin-top: 8px; }

.martop-2 {
  margin-top: 16px; }

.martop-3 {
  margin-top: 24px; }

.martop-4 {
  margin-top: 32px; }

.martop-5 {
  margin-top: 40px; }

.marright-1 {
  margin-right: 8px; }

.marright-2 {
  margin-right: 16px; }

.marright-3 {
  margin-right: 24px; }

.marright-4 {
  margin-right: 32px; }

.marright-5 {
  margin-right: 40px; }

.marbot-1 {
  margin-bottom: 8px; }

.marbot-2 {
  margin-bottom: 16px; }

.marbot-3 {
  margin-bottom: 24px; }

.marbot-4 {
  margin-bottom: 32px; }

.marbot-5 {
  margin-bottom: 40px; }

.marleft-1 {
  margin-left: 8px; }

.marleft-2 {
  margin-left: 16px; }

.marleft-3 {
  margin-left: 24px; }

.marleft-4 {
  margin-left: 32px; }

.marleft-5 {
  margin-left: 40px; }

.padbot-1 {
  padding-bottom: 8px; }

.padbot-2 {
  padding-bottom: 16px; }

.padbot-3 {
  padding-bottom: 24px; }

.padbot-4 {
  padding-bottom: 32px; }

.padbot-5 {
  padding-bottom: 40px; }

.padtop-1 {
  padding-top: 8px; }

.padtop-2 {
  padding-top: 16px; }

.padtop-3 {
  padding-top: 24px; }

.padtop-4 {
  padding-top: 32px; }

.padtop-5 {
  padding-top: 40px; }

.padright-1 {
  padding-right: 8px; }

.padright-2 {
  padding-right: 16px; }

.padright-3 {
  padding-right: 24px; }

.padright-4 {
  padding-right: 32px; }

.padright-5 {
  padding-right: 40px; }

.padleft-1 {
  padding-left: 8px; }

.padleft-2 {
  padding-left: 16px; }

.padleft-3 {
  padding-left: 24px; }

.padleft-4 {
  padding-left: 32px; }

.padleft-5 {
  padding-left: 40px; }

.no-pad {
  padding: 0; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

.block {
  display: block; }

.inline {
  display: inline; }

.orange, .orbit > li .slide-title-wrapper .title-large.orange, .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .slide-title-wrapper .title-large.orange, .product-banner .slide-title-wrapper .title-large.orange, .brand-family-banner .slide-title-wrapper .title-large.orange, .category-banner .slide-title-wrapper .title-large.orange {
  color: #f8971d; }

.assablue, .orbit > li .slide-title-wrapper .title-large.assablue, .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .slide-title-wrapper .title-large.assablue, .product-banner .slide-title-wrapper .title-large.assablue, .brand-family-banner .slide-title-wrapper .title-large.assablue, .category-banner .slide-title-wrapper .title-large.assablue {
  color: #40b4d7; }

.lightgreen, .orbit > li .slide-title-wrapper .title-large.lightgreen, .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen, .product-banner .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .slide-title-wrapper .title-large.lightgreen, .category-banner .slide-title-wrapper .title-large.lightgreen {
  color: #bde322; }

.red, .orbit > li .slide-title-wrapper .title-large.red, .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .slide-title-wrapper .title-large.red, .product-banner .slide-title-wrapper .title-large.red, .brand-family-banner .slide-title-wrapper .title-large.red, .category-banner .slide-title-wrapper .title-large.red {
  color: #ea2923; }

.gray, .orbit > li .slide-title-wrapper .title-large.gray, .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .slide-title-wrapper .title-large.gray, .product-banner .slide-title-wrapper .title-large.gray, .brand-family-banner .slide-title-wrapper .title-large.gray, .category-banner .slide-title-wrapper .title-large.gray {
  color: #b0b7bb; }

.hidblue, .orbit > li .slide-title-wrapper .title-large.hidblue, .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .slide-title-wrapper .title-large.hidblue, .product-banner .slide-title-wrapper .title-large.hidblue, .brand-family-banner .slide-title-wrapper .title-large.hidblue, .category-banner .slide-title-wrapper .title-large.hidblue {
  color: #00539b; }

.navy, .orbit > li .slide-title-wrapper .title-large.navy, .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .slide-title-wrapper .title-large.navy, .product-banner .slide-title-wrapper .title-large.navy, .brand-family-banner .slide-title-wrapper .title-large.navy, .category-banner .slide-title-wrapper .title-large.navy {
  color: #002e56; }

.seagreen, .orbit > li .slide-title-wrapper .title-large.seagreen, .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .slide-title-wrapper .title-large.seagreen, .product-banner .slide-title-wrapper .title-large.seagreen, .brand-family-banner .slide-title-wrapper .title-large.seagreen, .category-banner .slide-title-wrapper .title-large.seagreen {
  color: #03a98d; }

.white, .orbit > li .slide-title-wrapper .title-large.white, .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .slide-title-wrapper .title-large.white, .product-banner .slide-title-wrapper .title-large.white, .brand-family-banner .slide-title-wrapper .title-large.white, .category-banner .slide-title-wrapper .title-large.white {
  color: #ffffff; }

.white-transparent-bg, .orbit > li .slide-cta-wrapper.white:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .node-gateway-banner-display .slide-cta-wrapper.white:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.white:before, .node-solution-banner-display .slide-cta-wrapper.white:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .product-banner .slide-cta-wrapper.white:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .brand-family-banner .slide-cta-wrapper.white:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .category-banner .slide-cta-wrapper.white:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.white:before {
  background: #fff; }
  @media only screen and (min-width: 35.063em) {
    .white-transparent-bg, .orbit > li .slide-cta-wrapper.white:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .node-gateway-banner-display .slide-cta-wrapper.white:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.white:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.white:before, .node-solution-banner-display .slide-cta-wrapper.white:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .product-banner .slide-cta-wrapper.white:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .brand-family-banner .slide-cta-wrapper.white:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.white:before, .category-banner .slide-cta-wrapper.white:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.white:before {
      background-image: -svg-none;
      background-size: 100%;
      background-image: -owg-none;
      background-image: -webkit-none;
      background-image: -moz-none;
      background-image: -o-none;
      background-image: none;
      background-color: transparent;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
      zoom: 1;
      box-shadow: inset 0 0 100px rgba(247, 247, 247, 0.8); } }

.orange-transparent-bg, .orbit > li .slide-cta-wrapper.orange:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.orange:before, .node-gateway-banner-display .slide-cta-wrapper.orange:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.orange:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.orange:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.orange:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.orange:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.orange:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.orange:before, .node-solution-banner-display .slide-cta-wrapper.orange:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.orange:before, .product-banner .slide-cta-wrapper.orange:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.orange:before, .brand-family-banner .slide-cta-wrapper.orange:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.orange:before, .category-banner .slide-cta-wrapper.orange:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.orange:before {
  background-color: transparent;
  background-color: rgba(248, 151, 29, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCF8971D,endColorstr=#CCF8971D);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(255, 129, 0, 0.8); }

.assablue-transparent-bg, .orbit > li .slide-cta-wrapper.assablue:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.assablue:before, .node-gateway-banner-display .slide-cta-wrapper.assablue:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.assablue:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.assablue:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.assablue:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.assablue:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.assablue:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.assablue:before, .node-solution-banner-display .slide-cta-wrapper.assablue:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.assablue:before, .product-banner .slide-cta-wrapper.assablue:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.assablue:before, .brand-family-banner .slide-cta-wrapper.assablue:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.assablue:before, .category-banner .slide-cta-wrapper.assablue:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.assablue:before {
  background-color: transparent;
  background-color: rgba(64, 180, 215, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC40B4D7,endColorstr=#CC40B4D7);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(0, 160, 208, 0.9); }

.lightgreen-transparent-bg, .orbit > li .slide-cta-wrapper.lightgreen:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.lightgreen:before, .node-gateway-banner-display .slide-cta-wrapper.lightgreen:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.lightgreen:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.lightgreen:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.lightgreen:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.lightgreen:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.lightgreen:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.lightgreen:before, .node-solution-banner-display .slide-cta-wrapper.lightgreen:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.lightgreen:before, .product-banner .slide-cta-wrapper.lightgreen:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.lightgreen:before, .brand-family-banner .slide-cta-wrapper.lightgreen:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.lightgreen:before, .category-banner .slide-cta-wrapper.lightgreen:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.lightgreen:before {
  background-color: transparent;
  background-color: rgba(189, 227, 34, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCBDE322,endColorstr=#CCBDE322);
  zoom: 1; }

.red-transparent-bg, .orbit > li .slide-cta-wrapper.red:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.red:before, .node-gateway-banner-display .slide-cta-wrapper.red:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.red:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.red:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.red:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.red:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.red:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.red:before, .node-solution-banner-display .slide-cta-wrapper.red:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.red:before, .product-banner .slide-cta-wrapper.red:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.red:before, .brand-family-banner .slide-cta-wrapper.red:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.red:before, .category-banner .slide-cta-wrapper.red:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.red:before {
  background-color: transparent;
  background-color: rgba(234, 41, 35, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCEA2923,endColorstr=#CCEA2923);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(180, 37, 37, 0.8); }

.gray-transparent-bg, .orbit > li .slide-cta-wrapper.gray:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.gray:before, .node-gateway-banner-display .slide-cta-wrapper.gray:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.gray:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.gray:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.gray:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.gray:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.gray:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.gray:before, .node-solution-banner-display .slide-cta-wrapper.gray:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.gray:before, .product-banner .slide-cta-wrapper.gray:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.gray:before, .brand-family-banner .slide-cta-wrapper.gray:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.gray:before, .category-banner .slide-cta-wrapper.gray:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.gray:before {
  background-color: transparent;
  background-color: rgba(176, 183, 187, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCB0B7BB,endColorstr=#CCB0B7BB);
  zoom: 1; }

.hidblue-transparent-bg, .orbit > li .slide-cta-wrapper.hidblue:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.hidblue:before, .node-gateway-banner-display .slide-cta-wrapper.hidblue:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.hidblue:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.hidblue:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.hidblue:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.hidblue:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.hidblue:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.hidblue:before, .node-solution-banner-display .slide-cta-wrapper.hidblue:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.hidblue:before, .product-banner .slide-cta-wrapper.hidblue:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.hidblue:before, .brand-family-banner .slide-cta-wrapper.hidblue:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.hidblue:before, .category-banner .slide-cta-wrapper.hidblue:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.hidblue:before {
  background-color: transparent;
  background-color: rgba(0, 83, 155, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(0, 46, 86, 0.8); }

.navy-transparent-bg, .orbit > li .slide-cta-wrapper.navy:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.navy:before, .node-gateway-banner-display .slide-cta-wrapper.navy:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.navy:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.navy:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.navy:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.navy:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.navy:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.navy:before, .node-solution-banner-display .slide-cta-wrapper.navy:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.navy:before, .product-banner .slide-cta-wrapper.navy:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.navy:before, .brand-family-banner .slide-cta-wrapper.navy:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.navy:before, .category-banner .slide-cta-wrapper.navy:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.navy:before {
  background-color: transparent;
  background-color: rgba(0, 32, 60, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00203C,endColorstr=#CC00203C);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(0, 32, 60, 0.8); }

.seagreen-transparent-bg, .orbit > li .slide-cta-wrapper.seagreen:before, .orbit > li .slide-title-wrapper .slide-cta-wrapper.title-large.seagreen:before, .node-gateway-banner-display .slide-cta-wrapper.seagreen:before, .node-gateway-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.seagreen:before, .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper.seagreen:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper.seagreen:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper.seagreen:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper.seagreen:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper.seagreen:before, .node-solution-banner-display .slide-cta-wrapper.seagreen:before, .node-solution-banner-display .slide-title-wrapper .slide-cta-wrapper.title-large.seagreen:before, .product-banner .slide-cta-wrapper.seagreen:before, .product-banner .slide-title-wrapper .slide-cta-wrapper.title-large.seagreen:before, .brand-family-banner .slide-cta-wrapper.seagreen:before, .brand-family-banner .slide-title-wrapper .slide-cta-wrapper.title-large.seagreen:before, .category-banner .slide-cta-wrapper.seagreen:before, .category-banner .slide-title-wrapper .slide-cta-wrapper.title-large.seagreen:before {
  background-color: transparent;
  background-color: rgba(0, 181, 151, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00B597,endColorstr=#CC00B597);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(3, 169, 141, 0.8); }

.blue-title {
  color: #00539b; }

.button-blue a {
  background: #05549c;
  background-position: top;
  border: solid 1px #05549c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 10px 10px 0;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0f5797;
  transition: background .4s;
  width: 100%; }
  .button-blue a:hover {
    background: #002e56;
    color: #fff; }

.border {
  border: 1px solid #d9ddde;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.padded {
  padding: 20px; }

.show-grid {
  margin-top: 10px;
  margin-bottom: 10px; }

.clear {
  clear: both; }

.request-info-block {
  float: none; }
  @media only screen and (min-width: 35.063em) {
    .request-info-block {
      float: none; } }
  @media only screen and (min-width: 50.063em) {
    .request-info-block {
      float: right; } }
  @media only screen and (min-width: 90.063em) {
    .request-info-block {
      float: right; } }
  .request-info-block > a {
    display: inline-block;
    width: 100%; }
  .request-info-block .fa {
    background: url("/sites/all/themes/hidglobal/images/more-info.png") no-repeat top center;
    text-indent: -999em;
    display: inline-block;
    float: left;
    height: 60px;
    width: 60px;
    line-height: 5px; }
    @media only screen and (min-width: 35.063em) {
      .request-info-block .fa {
        float: right; } }
    @media only screen and (min-width: 50.063em) {
      .request-info-block .fa {
        float: left; } }
    @media only screen and (min-width: 90.063em) {
      .request-info-block .fa {
        float: left; } }
  .request-info-block:hover .fa {
    background: url("/sites/all/themes/hidglobal/images/more-info-hover.png") no-repeat top center; }
  .request-info-block .request-text-wrapper {
    margin: 5px 0;
    float: left;
    display: none; }
    @media only screen and (min-width: 35.063em) {
      .request-info-block .request-text-wrapper {
        display: none; } }
    @media only screen and (min-width: 50.063em) {
      .request-info-block .request-text-wrapper {
        display: inline-block; } }
    @media only screen and (min-width: 90.063em) {
      .request-info-block .request-text-wrapper {
        display: inline-block; } }
    .request-info-block .request-text-wrapper i:hover {
      color: #565656; }
    .request-info-block .request-text-wrapper span {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      margin: 0;
      line-height: 1em;
      text-align: center; }
      .request-info-block .request-text-wrapper span.request-top {
        font-size: 25px; }
      .request-info-block .request-text-wrapper span.request-bottom {
        font-size: 16px;
        clear: left; }
      .request-info-block .request-text-wrapper span.request-large {
        display: inline-block;
        float: left;
        font-size: 2.6rem;
        line-height: 3.8rem; }

* {
  margin: 0; }

html, body {
  background: white;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0 0 16px; }
  @media only screen and (min-width: 35.063em) {
    h1 {
      font-size: 2.33rem;
      line-height: 1.4rem; } }
  h1.title {
    color: #00539b;
    line-height: 2.8rem; }

h1, h2, h3,
h4,
.block-promo-display .promo-title, h5, h6 {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif; }

h2 {
  font-size: 1.633rem;
  font-weight: 300; }
  h2.block-title {
    color: #9b9b9b;
    font-size: 16px;
    text-transform: uppercase; }

aside h2.block-title {
  background: #dbdcdc;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  margin: -15px -15px 10px;
  padding: 10px 5px; }

h3 {
  font-size: 1.33rem;
  font-weight: 300; }
  @media only screen and (min-width: 50.063em) {
    h3 {
      font-size: 1.33rem; } }


h4,
.block-promo-display .promo-title {
  font-weight: 200;
  line-height: 1.2; }

h5 {
  font-weight: 500; }

.front h1 {
  font-size: 2.6rem;
  line-height: 2.4rem; }
  @media only screen and (min-width: 50.063em) {
    .front h1 {
      font-size: 3.5rem;
      line-height: 3.2rem; } }

.front h2, .front h3 {
  font-size: 1.9rem;
  line-height: 2rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 35.063em) {
    .front h2, .front h3 {
      font-size: 2.4rem;
      line-height: 2.8rem; } }

.front h5 {
  margin-bottom: 1rem; }

hr {
  background: #e0e0e0;
  border: 0;
  border-bottom: 1px solid #eff1f1;
  border-top: 1px solid #eff1f1;
  height: 1px;
  margin: 18px 0; }

blockquote {
  color: #84898c;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  position: relative; }
  blockquote p {
    color: #84898c;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125rem;
    font-style: italic;
    margin: .5rem 0 1rem 4rem; }

a {
  color: #00539b;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  transition: color .2s linear; }
  a:hover {
    color: #565656; }

.front sup {
  font-size: 2rem;
  top: -0.4rem !important; }

.not-front sup {
  font-size: .8rem;
  top: -0.6rem !important; }

ol {
  list-style-position: outside;
  margin-left: 25px; }

ul {
  list-style-position: outside;
  margin-left: 25px; }
  ul.menu li {
    margin: 0; }
  ul.no-bullet li.expanded, ul.no-bullet li.leaf {
    list-style: none;
    padding: 0; }
  ul.no-bullet li ul {
    margin-left: 0; }

/* no-faceface fallback */
.no-fontface h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type=text] {
  background: transparent;
  border: solid 1px #eff1f1;
  color: #84898c;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 3px 5px 1px;
  width: 100%; }

#filter-block input#edit-reset {
  background: #ffffff;
  border: none;
  box-shadow: none;
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif; }
  #filter-block input#edit-reset:hover {
    color: #565656;
    font-weight: 600; }

input.form-submit,
input[type=submit] {
  background: #00539b;
  /* Old browsers */
  border: solid 1px #00539b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 85px;
  overflow: hidden;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px #0f5797;
  text-transform: uppercase;
  transition: background .4s; }
  input.form-submit:hover,
  input[type=submit]:hover {
    background: #002e56; }
  input.form-submit:active,
  input[type=submit]:active {
    background: #002e56;
    color: #eff1f1; }

.fa-3x {
  font-size: 2.8rem; }

.fa-4x {
  font-size: 3.5rem; }

#block-global-login-border {
  display: none; }

.view-hid-dashboard-events-calendar .location.vcard {
  margin: 0;
  border: 0 none;
  padding: 0; }

div#admin-menu {
  top: -33px; }

.top-bar {
  width: 100%;
  position: static; }
  .top-bar .top.top-bar-section {
    height: 50px !important;
    margin: 0;
    width: 100%; }
  .top-bar .title-area {
    z-index: 1; }
  @media only screen and (min-width: 50.063em) {
    .top-bar .top-bar-section {
      padding-top: 40px; }
    .top-bar .title-area {
      margin-top: 40px; }
    .top-bar .top.top-bar-section {
      height: 40px !important;
      left: 0;
      padding-top: 0;
      position: absolute;
      top: 0; } }

.billboard {
  background: #ffffff;
  padding: 4rem 0 3rem; }
  @media only screen and (min-width: 35.063em) {
    .billboard {
      padding: 6rem 0 5rem; } }
  .billboard.show-for-medium-up {
    clear: both; }

.orbit-container {
  background-color: #ffffff;
  margin: 0 auto 10px;
  height: inherit;
  overflow: inherit;
  width: 95%; }
  @media only screen and (min-width: 35.063em) {
    .orbit-container {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      margin: 0 auto;
      max-width: 1060px;
      width: 100%; } }
  .orbit-container .slide-image-container {
    float: left;
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 120px; }
    @media only screen and (min-width: 35.063em) {
      .orbit-container .slide-image-container {
        float: none;
        height: auto;
        margin: 0;
        width: auto; } }
  .orbit-container img {
    max-width: 305% !important;
    position: absolute;
    top: 0;
    left: -150%; }
    @media only screen and (min-width: 35.063em) {
      .orbit-container img {
        margin: 0;
        max-width: 100%;
        position: initial;
        width: 100%; } }
    @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .orbit-container img {
        /* IE10+ CSS styles go here */
        position: static; } }
  .orbit-container .orbit-slides-container > * {
    background: #ffffff;
    -webkit-box-shadow: 0 12px 12px -10px #b0b7bb;
    -moz-box-shadow: 0 12px 12px -10px #b0b7bb;
    box-shadow: 0 12px 12px -10px #b0b7bb;
    margin: 10px 0 15px !important;
    overflow: hidden;
    height: auto; }
    @media only screen and (min-width: 35.063em) {
      .orbit-container .orbit-slides-container > * {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0 !important;
        max-height: 420px; } }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    height: 60px;
    opacity: 0;
    margin-top: 0;
    transition: all .2s linear;
    top: 30%;
    width: 100px; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background: transparent;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .orbit-container .orbit-prev > span,
  .orbit-container .orbit-next > span {
    height: 60px;
    transition: all .2s linear;
    top: 30%;
    width: 48px; }
  .orbit-container .orbit-prev > span {
    background: transparent url(/sites/all/themes/hidglobal/images/bg_direction_nav_slideshow.png) no-repeat scroll 0 0;
    border-right-color: transparent;
    border-right-style: none; }
  .orbit-container .orbit-next > span {
    background: transparent url(/sites/all/themes/hidglobal/images/bg_direction_nav_slideshow.png) no-repeat scroll -58px 0;
    border-left-color: transparent;
    border-left-style: none;
    margin-left: 0; }
  .orbit-container .orbit-slides-container li:first-child {
    z-index: 4;
    margin-left: 0; }
  .orbit-container .orbit-slides-container li {
    z-index: 2;
    margin-left: 100%; }
    .orbit-container .orbit-slides-container li a {
      display: block;
      overflow: auto; }

.front .main-section {
  background: #ffffff;
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  top: 8px; }
  @media only screen and (min-width: 35.063em) {
    .front .main-section {
      margin: -8px auto 0; } }
  .front .main-section section:last-of-type .parallax {
    margin-bottom: 0;
    padding: 0; }
  .front .main-section section:last-of-type .row.collapse {
    margin-top: 2rem; }
  @media only screen and (min-width: 35.063em) {
    .front .main-section section:last-of-type > .row {
      padding-bottom: 2rem; } }

.not-front .main-header,
.not-front .main-section {
  background: #ffffff;
  margin: 0 auto;
  max-width: 1060px; }

.parallax {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: 100%; }

#main-footer {
  overflow: auto;
  padding: 0 0 3rem 0; }
  @media only screen and (min-width: 50.063em) {
    #main-footer {
      padding: 0 3.5rem 1rem; } }
  #main-footer ul {
    margin: 0; }
  #main-footer a {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
    #main-footer a:hover {
      color: #565656; }
  #main-footer .block-inner {
    margin: 1rem 0 0; }

#secondary-footer {
  overflow: auto; }
  @media only screen and (min-width: 50.063em) {
    #secondary-footer {
      margin: 0 2.5rem; } }
  #secondary-footer .columns {
    line-height: 25px;
    padding-bottom: 16px;
    padding-top: 16px; }
    @media only screen and (min-width: 50.063em) {
      #secondary-footer .columns {
        padding-bottom: 24px;
        padding-top: 24px; } }
  #secondary-footer #footer-nav-2, #secondary-footer #footer-nav {
    padding-top: 0;
    text-align: center; }
    @media only screen and (min-width: 35.063em) {
      #secondary-footer #footer-nav-2, #secondary-footer #footer-nav {
        padding-top: 1rem; } }
  #secondary-footer #footer-nav-2 {
    font-size: 10px; }
    @media only screen and (min-width: 35.063em) {
      #secondary-footer #footer-nav-2 {
        text-align: left; } }
    @media only screen and (min-width: 90.063em) {
      #secondary-footer #footer-nav-2 {
        float: left; }
        #secondary-footer #footer-nav-2 br {
          display: none; } }
  #secondary-footer #footer-nav {
    margin-bottom: 54px; }
    #secondary-footer #footer-nav br {
      display: none; }
    @media only screen and (min-width: 35.063em) {
      #secondary-footer #footer-nav {
        text-align: right; }
        #secondary-footer #footer-nav br {
          display: block; } }
    @media only screen and (min-width: 90.063em) {
      #secondary-footer #footer-nav {
        float: right;
        margin-bottom: 0; }
        #secondary-footer #footer-nav br {
          display: none; } }
  #secondary-footer .social {
    margin: 0 auto;
    width: 230px; }
    #secondary-footer .social a {
      color: #b0b7bb;
      float: right;
      margin-left: 10px;
      font-size: 1.6rem; }
      #secondary-footer .social a:hover {
        color: #00539b; }
      #secondary-footer .social a a:last-child {
        margin-left: 0; }
    @media only screen and (min-width: 35.063em) {
      #secondary-footer .social {
        width: 100%; }
        #secondary-footer .social br {
          display: block; } }
    @media only screen and (min-width: 90.063em) {
      #secondary-footer .social br {
        display: none; } }

#footer-nav > li {
  margin-bottom: 16px; }
  #footer-nav > li a {
    display: block;
    text-decoration: none; }
  @media only screen and (min-width: 50.063em) {
    #footer-nav > li a {
      display: inline;
      text-decoration: underline; } }

.footer,
.push {
  height: 4em; }

@media only screen and (min-width: 50.063em) {
  .page-footer {
    margin: 0 0 40px; } }

@media only screen and (min-width: 50.063em) {
  .front .page-footer {
    margin: 8px 0 40px; } }

.sticky-footer {
  min-height: 3.25rem;
  width: 100%;
  background: rgba(0, 46, 86, 0.98);
  box-shadow: inset 0 0 300px rgba(0, 32, 60, 0.8);
  color: #eff1f1;
  position: fixed;
  bottom: 0;
  z-index: 2000; }
  .sticky-footer .region-sticky-footer {
    display: flex;
    justify-content: space-between;
    min-height: 3.25rem; }
    .sticky-footer .region-sticky-footer > div {
      align-items: center;
      margin: 5px auto;
      min-height: 2.25rem; }
      @media only screen and (min-width: 35.063em) {
        .sticky-footer .region-sticky-footer > div {
          margin: auto; } }
  .sticky-footer .block-sticky-footer-cc-tagline {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    border-right: 1px solid #ffffff;
    padding: 0; }
    .sticky-footer .block-sticky-footer-cc-tagline span {
      font-weight: 500; }
    .sticky-footer .block-sticky-footer-cc-tagline p {
      font-size: 1.125rem;
      font-weight: 200;
      line-height: 1.2rem;
      margin: 0 .4rem; }
  .sticky-footer .flex-nav-container {
    background: transparent;
    width: 95% !important; }
    .sticky-footer .flex-nav-container .slides {
      background: transparent; }
      .sticky-footer .flex-nav-container .slides a {
        background: transparent; }
  .sticky-footer .ticker-wrapper {
    margin: 2px;
    line-height: 1.2rem; }
  .sticky-footer .flexslider-views-slideshow-main-frame-row {
    line-height: 1rem; }
    .sticky-footer .flexslider-views-slideshow-main-frame-row a {
      border-bottom: 1px solid transparent;
      color: #ffffff;
      font-size: .8rem;
      border-bottom: 1px solid transparent;
      padding: 0 0 0;
      transition: all .2s linear; }
      .sticky-footer .flexslider-views-slideshow-main-frame-row a:hover {
        border-color: #eff1f1; }
  .sticky-footer .block-sf-contact-us-button {
    border-left: 1px solid white;
    padding-right: 0; }
    .sticky-footer .block-sf-contact-us-button a {
      color: #eff1f1;
      border-bottom: 1px solid transparent;
      padding: 0 0 3px;
      transition: all .2s linear; }
      .sticky-footer .block-sf-contact-us-button a:hover {
        border-color: #d9ddde;
        color: #eff1f1; }
    .sticky-footer .block-sf-contact-us-button .content {
      display: inherit; }
    @media (min-width: small-only) {
      .sticky-footer .block-sf-contact-us-button {
        cursor: pointer; } }
  .sticky-footer .block-sf-contact-us-block {
    display: none;
    height: 400px; }
    .sticky-footer .block-sf-contact-us-block h3 {
      color: #eff1f1;
      font-size: 2rem;
      font-weight: 700;
      margin: 1.2rem 0 .9rem 0; }
    .sticky-footer .block-sf-contact-us-block h4, .sticky-footer .block-sf-contact-us-block .block-promo-display .promo-title, .block-promo-display .sticky-footer .block-sf-contact-us-block .promo-title {
      color: #eff1f1;
      font-weight: 500; }
    .sticky-footer .block-sf-contact-us-block a {
      color: #eff1f1;
      font-size: .9rem;
      line-height: .5rem;
      border-bottom: 1px solid transparent;
      padding: 0 0 1px;
      transition: all .2s linear; }
      .sticky-footer .block-sf-contact-us-block a:hover {
        border-color: #d9ddde; }
    .sticky-footer .block-sf-contact-us-block p {
      margin: 0 1rem 1rem 3.5rem;
      line-height: 1.25rem; }
    .sticky-footer .block-sf-contact-us-block .contact-us-icon {
      padding: 0 10px 10px 10px;
      float: left; }
      .sticky-footer .block-sf-contact-us-block .contact-us-icon i {
        font-size: 2.2rem; }
    .sticky-footer .block-sf-contact-us-block .inset {
      display: block;
      padding-left: .9rem; }
  .sticky-footer .contact-button {
    display: none; }
    .sticky-footer .contact-button a {
      align-items: center;
      display: flex;
      font-size: 1.1rem;
      font-weight: 500;
      line-height: .8rem; }
      .sticky-footer .contact-button a .contact-button__close {
        font-size: 0;
        transition: all 0.6s; }
    .sticky-footer .contact-button .contact-icon {
      height: 20px;
      width: 30px; }
    .sticky-footer .contact-button .contact-button__close {
      background: #002e56;
      border-radius: 50%;
      box-shadow: 2px 2px 12px -2px #000000;
      padding-top: 3px;
      position: absolute;
      text-align: center; }
    .sticky-footer .contact-button i {
      font-size: 25px;
      height: 23px;
      line-height: 23px;
      margin-top: 0; }
    @media only screen and (min-width: 35.063em) {
      .sticky-footer .contact-button {
        display: block; } }
  .sticky-footer .more-info {
    align-items: center;
    border-left: 1px solid white;
    justify-content: center;
    width: 20%; }
    .sticky-footer .more-info i {
      color: #eff1f1;
      font-size: 2.8rem; }
    .sticky-footer .more-info p {
      margin-bottom: 0; }
    @media only screen and (min-width: 35.063em) {
      .sticky-footer .more-info {
        display: none; } }

.footer-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  width: 100vw;
  z-index: 1990; }

.footer-overlay__open {
  opacity: 1;
  pointer-events: auto; }

.genuine-img {
  display: table-cell;
  padding-right: 3px; }

.genuine-text {
  display: table-cell;
  vertical-align: middle; }

#block-system-main {
  margin-bottom: 0; }

#form-item-search-block-form label {
  display: none !important; }

.wrapper {
  height: auto !important;
  margin: 0 auto -4em;
  min-height: 100%; }

.comments {
  margin: 1.5em 0; }

.indented {
  margin-left: 30px; }

.field-widget-taxonomy-hs .hierarchical-select select.form-select {
  min-height: 26px; }

.node .row,
.row .field-content.row {
  margin-left: auto;
  margin-right: auto; }

.form-select {
  width: 130px;
  font-family: Verdana,Arial,sans-serif;
  padding-right: 30px !important;
  overflow: hidden;
  height: 32px;
  font-size: 14px;
  line-height: 18px; }
  @media only screen and (min-width: 90.063em) {
    .form-select {
      width: 178px; } }
  @media only screen and (min-width: 50.063em) {
    .form-select {
      width: 178px; } }

.node-type-industry-blog .blog-picture {
  float: left;
  margin: 5px 15px 15px 0px; }

.node-type-industry-blog .blog-details {
  float: left; }

.node-type-industry-blog .field-name-body {
  clear: both; }

/* .imagefill {
  @include breakpoint(medium) {
    background-image: url('../images/bg-left.png'), url('../images/bg-right.png');
    background-position: top left, top right;;
    background-repeat: no-repeat;
  }
}

.fix-imagefill {
  background-attachment: fixed;
  background-image: url('../images/bg-left.png'), url('../images/bg-right.png');
  background-position: bottom left, bottom right;;
  background-repeat: no-repeat;
} */
nav.breadcrumb {
  padding: 16px 0 8px; }
  nav.breadcrumb ol {
    font-size: 12px;
    font-weight: 200;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    margin: 0; }
    nav.breadcrumb ol li {
      color: #b2b2b2;
      display: inline; }
      nav.breadcrumb ol li a {
        font-family: "Roboto","Helvetica Neue",Arial,sans-serif; }

.not-front .main-section > .row {
  padding-top: 20px; }
  .not-front .main-section > .row.content-header, .not-front .main-section > .row.tabs {
    border-bottom: 1px solid #d9ddde;
    padding: 0; }

.uppercase {
  text-transform: uppercase; }

.demandgen {
  color: #231f20;
  border-bottom: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2rem;
  border-bottom: 1px solid transparent;
  padding: 0 0 2px;
  transition: all .2s linear; }
  .demandgen::after {
    font-family: FontAwesome;
    font-size: .95rem;
    content: "\f054 \f054";
    display: inline;
    margin-left: .5rem; }
  .demandgen:hover {
    color: #565656;
    border-color: #84898c; }

#main-footer {
  margin: 0; }
  #main-footer .region #block .block-inner {
    float: left;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    margin-left: 8px;
    width: 160px; }
    @media only screen and (min-width: 50.063em) {
      #main-footer .region #block .block-inner {
        margin-left: 0; } }
    #main-footer .region #block .block-inner h2 {
      color: #4d4d4d;
      cursor: pointer;
      display: block;
      font-size: .875rem;
      font-weight: normal;
      line-height: 1.5;
      margin-bottom: 0; }
    #main-footer .region #block .block-inner li.leaf {
      line-height: 1.25em;
      list-style: none;
      padding: 0; }
      #main-footer .region #block .block-inner li.leaf a {
        color: #00539b;
        font-size: .75em;
        font-weight: 300;
        line-height: 1;
        text-decoration: none; }
  #main-footer #footer-nav {
    font-size: .9em;
    margin: 0;
    width: 100%; }
  #main-footer ul li.expanded {
    padding: 0 5px; }
  #main-footer ul li a {
    font-weight: 500;
    text-decoration: none; }
  #main-footer ul li ul {
    margin-top: 15px; }
    #main-footer ul li ul li {
      font-size: .75em; }
      #main-footer ul li ul li a {
        font-weight: 300;
        text-decoration: none; }

#secondary-footer {
  border-top: 1px solid #b0b7bb; }

#footer-nav-2 {
  color: #b0b7bb;
  font-size: 12px; }
  #footer-nav-2 a {
    border-left: 1px solid #b0b7bb;
    margin-left: 10px;
    padding-left: 10px; }

.page-footer {
  background: #ffffff;
  border-top: 1px solid #b0b7bb; }

.views-table {
  width: 100%; }

.comment .new {
  color: #c00; }

.comment .permalink {
  font-size: 75%;
  text-transform: uppercase; }

.comment-preview {
  background-color: #ffffea; }

.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc; }

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: #d8d8d8;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word; }

.lt-ie8 .with-wireframes #header,
.lt-ie8 .with-wireframes #main,
.lt-ie8 .with-wireframes #content,
.lt-ie8 .with-wireframes #navigation,
.lt-ie8 .with-wireframes .region-sidebar-first,
.lt-ie8 .with-wireframes .region-sidebar-second,
.lt-ie8 .with-wireframes #footer,
.lt-ie8 .with-wireframes .region-bottom {
  border: 1px solid #ccc; }

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; }

.events-banner {
  background-image: url(/sites/all/themes/hidglobal/images/events-banner.jpg);
  float: left;
  height: 196px;
  position: relative;
  width: 768px; }
  .events-banner p {
    color: #fff;
    font-size: 21px;
    line-height: 1;
    margin-top: 67px;
    padding-left: 50px;
    padding-top: 94px;
    text-shadow: 1px 1px 3px #222; }

.view-hid-dashboard-events-calendar .calendar-calendar .mini.today .mini-day-off {
  background-color: rgba(255, 0, 18, 0.2); }

.events-banner-text {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  padding-left: 50px;
  padding-top: 94px;
  text-shadow: 1px 1px 3px #222; }

table thead td,
table thead th,
.view.event-calendar-month .view-header .date-nav-wrapper,
.view.event-calendar-year .view-header .date-nav-wrapper {
  background: #7ab7ee;
  background: -moz-linear-gradient(top, #7ab7ee 0%, #74a9da 1%, #518fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ab7ee), color-stop(1%, #74a9da), color-stop(100%, #518fc9));
  background: -webkit-linear-gradient(top, #7ab7ee 0%, #74a9da 1%, #518fc9 100%);
  background: -o-linear-gradient(top, #7ab7ee 0%, #74a9da 1%, #518fc9 100%);
  background: -ms-linear-gradient(top, #7ab7ee 0%, #74a9da 1%, #518fc9 100%);
  background: linear-gradient(top bottom, #7ab7ee 0%, #74a9da 1%, #518fc9 100%);
  border-bottom: solid 1px #5290c9;
  border-top: solid 1px #5290c9;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab7ee', endColorstr='#518fc9', GradientType=0); }

table thead:first-child tr th,
table thead:first-child tr td {
  border-left: 1px solid #5290c9; }

table thead tr th,
table thead tr td {
  color: #fff; }

table th,
table td {
  padding: 5px; }

table td {
  background-color: #fff;
  border-right: 1px solid #e5e5e5; }

table tr {
  border-bottom: 1px solid #e5e5e5; }
  table tr.even, table tr.odd {
    border-bottom: 1px solid #e5e5e5; }
  table tr td:first-child {
    border-left: 1px solid #e5e5e5; }

#no-results-wrapper {
  margin-top: 30px; }

#no-results-text {
  background: url("../images/no-results-bg.gif") #eff1f1 left -5px no-repeat;
  padding: 10px 0 10px 50px; }

.partner-tier-img {
  max-width: 75px; }

.page-partner-directory input[type=text] {
  background: #fff; }

.Partner_New .field {
  padding-top: 5px; }

.Partner_New .field-name-field-product-short-description,
.Partner_New .field-name-field-embedded-description {
  display: none; }

.partner-tab {
  cursor: pointer;
  color: #05549C;
  padding-bottom: 10px; }

.partner-tab.active {
  cursor: text;
  color: #6E6E6E; }

#specs, #expansions {
  display: none; }

.environment-indicator-left .sticky.mega-menu.fixed {
  left: auto;
  position: fixed; }

#hid-404-button-wrapper .span4 {
  width: 37% !important; }

/* Consultants Corner */
/* Removes styling that was hardcoded into HTML on node/19068 */
#node-19068 #DTK_color_header h3 {
  color: #00539b; }

#node-19068 #DTK_color_header h2 {
  color: #00539b;
  font-size: 1.33rem; }

#node-19068 #DTK_color_header .row-promo-margin {
  padding-bottom: 20px; }

#node-19068 #DTK_color_header .promo-title-height {
  height: 50px;
  overflow: hidden; }

#node-19068 #DTK_color_header .promo-field-content {
  margin-top: 5px;
  margin-bottom: -5px;
  height: 50px;
  overflow: hidden; }

#node-19068 #DTK_color_header .button-blue {
  text-align: center; }
  #node-19068 #DTK_color_header .button-blue a {
    width: 100%;
    overflow-x: hidden; }

#node-19068 #DTK_color_header .promo-block {
  border: 1px solid #d9ddde;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0;
  padding-bottom: 20px;
  height: 135px !important; }

@media only screen and (max-width: 35em) {
  #node-19068 #DTK_color_header .span3 {
    padding-bottom: 20px; } }

/* End Consultants Corner */
/* product family */
.view-product-family {
  position: relative; }
  .view-product-family .view-header {
    display: inline-block;
    margin: 0; }

/* Headers */
.field-name-field-desc-short,
.field-name-field-basic-page-subtitle,
.views-field-field-desc-short {
  display: table;
  height: 60px;
  width: 70%;
  padding: 0 0 0 30px;
  position: absolute;
  top: 13px;
  z-index: 1; }
  @media only screen and (min-width: 35.063em) {
    .field-name-field-desc-short,
    .field-name-field-basic-page-subtitle,
    .views-field-field-desc-short {
      height: 185px;
      width: 295px; } }
  .field-name-field-desc-short .field-items,
  .field-name-field-desc-short .field-content,
  .field-name-field-basic-page-subtitle .field-items,
  .field-name-field-basic-page-subtitle .field-content,
  .views-field-field-desc-short .field-items,
  .views-field-field-desc-short .field-content {
    color: #fff;
    display: table-cell;
    text-shadow: 1px 1px 3px #231f20;
    vertical-align: middle; }
    .field-name-field-desc-short .field-items p,
    .field-name-field-desc-short .field-content p,
    .field-name-field-basic-page-subtitle .field-items p,
    .field-name-field-basic-page-subtitle .field-content p,
    .views-field-field-desc-short .field-items p,
    .views-field-field-desc-short .field-content p {
      font-size: .6rem;
      line-height: normal;
      margin-bottom: 0px; }
      @media only screen and (min-width: 35.063em) {
        .field-name-field-desc-short .field-items p,
        .field-name-field-desc-short .field-content p,
        .field-name-field-basic-page-subtitle .field-items p,
        .field-name-field-basic-page-subtitle .field-content p,
        .views-field-field-desc-short .field-items p,
        .views-field-field-desc-short .field-content p {
          font-size: .9rem;
          line-height: 1.6; } }
    .field-name-field-desc-short .field-items .banner-title,
    .field-name-field-desc-short .field-items .banner-sub-header-text,
    .field-name-field-desc-short .field-content .banner-title,
    .field-name-field-desc-short .field-content .banner-sub-header-text,
    .field-name-field-basic-page-subtitle .field-items .banner-title,
    .field-name-field-basic-page-subtitle .field-items .banner-sub-header-text,
    .field-name-field-basic-page-subtitle .field-content .banner-title,
    .field-name-field-basic-page-subtitle .field-content .banner-sub-header-text,
    .views-field-field-desc-short .field-items .banner-title,
    .views-field-field-desc-short .field-items .banner-sub-header-text,
    .views-field-field-desc-short .field-content .banner-title,
    .views-field-field-desc-short .field-content .banner-sub-header-text {
      font-size: .7rem;
      line-height: .7rem; }
      @media only screen and (min-width: 35.063em) {
        .field-name-field-desc-short .field-items .banner-title,
        .field-name-field-desc-short .field-items .banner-sub-header-text,
        .field-name-field-desc-short .field-content .banner-title,
        .field-name-field-desc-short .field-content .banner-sub-header-text,
        .field-name-field-basic-page-subtitle .field-items .banner-title,
        .field-name-field-basic-page-subtitle .field-items .banner-sub-header-text,
        .field-name-field-basic-page-subtitle .field-content .banner-title,
        .field-name-field-basic-page-subtitle .field-content .banner-sub-header-text,
        .views-field-field-desc-short .field-items .banner-title,
        .views-field-field-desc-short .field-items .banner-sub-header-text,
        .views-field-field-desc-short .field-content .banner-title,
        .views-field-field-desc-short .field-content .banner-sub-header-text {
          font-size: 1.7rem;
          line-height: .8; } }
      .field-name-field-desc-short .field-items .banner-title p,
      .field-name-field-desc-short .field-items .banner-sub-header-text p,
      .field-name-field-desc-short .field-content .banner-title p,
      .field-name-field-desc-short .field-content .banner-sub-header-text p,
      .field-name-field-basic-page-subtitle .field-items .banner-title p,
      .field-name-field-basic-page-subtitle .field-items .banner-sub-header-text p,
      .field-name-field-basic-page-subtitle .field-content .banner-title p,
      .field-name-field-basic-page-subtitle .field-content .banner-sub-header-text p,
      .views-field-field-desc-short .field-items .banner-title p,
      .views-field-field-desc-short .field-items .banner-sub-header-text p,
      .views-field-field-desc-short .field-content .banner-title p,
      .views-field-field-desc-short .field-content .banner-sub-header-text p {
        font-size: .6rem;
        width: 50%;
        line-height: normal; }
        @media only screen and (min-width: 35.063em) {
          .field-name-field-desc-short .field-items .banner-title p,
          .field-name-field-desc-short .field-items .banner-sub-header-text p,
          .field-name-field-desc-short .field-content .banner-title p,
          .field-name-field-desc-short .field-content .banner-sub-header-text p,
          .field-name-field-basic-page-subtitle .field-items .banner-title p,
          .field-name-field-basic-page-subtitle .field-items .banner-sub-header-text p,
          .field-name-field-basic-page-subtitle .field-content .banner-title p,
          .field-name-field-basic-page-subtitle .field-content .banner-sub-header-text p,
          .views-field-field-desc-short .field-items .banner-title p,
          .views-field-field-desc-short .field-items .banner-sub-header-text p,
          .views-field-field-desc-short .field-content .banner-title p,
          .views-field-field-desc-short .field-content .banner-sub-header-text p {
            font-size: .9rem;
            line-height: 1.6;
            margin-bottom: 0px; } }

.field-name-field-brand-header,
.row .row.brand-branding-header,
.view-genuine-hid-technology .views-field-field-image {
  margin-bottom: 20px; }

@media only screen and (max-width: 35em) {
  .banner-sub-header-text {
    display: inline; } }

.hid-genuine-block a {
  font-size: 1.1rem !important;
  font-weight: 700; }

/* end headers */
/* careers */
.view-careers .view-header {
  margin-bottom: 20px; }

.view-careers .views-row {
  margin-bottom: 15px; }
  .view-careers .views-row a {
    font-size: 1rem;
    font-weight: 700; }

.Careers #edit-location-wrapper .form-select {
  width: 100%; }

.Careers .views-submit-button {
  width: 100%; }
  .Careers .views-submit-button .form-submit {
    margin-top: 0px; }

/* end careers */
/* documents */
.page-documents .RequestInfo,
.page-document-library .RequestInfo {
  width: 230px;
  margin: 1px 0px 10px 0px;
  float: right; }

@media only screen and (min-width: 90.063em) {
  .page-documents .form-select,
  .page-document-library .form-select {
    width: 205px; } }

@media only screen and (min-width: 50.063em) {
  .page-documents .form-select,
  .page-document-library .form-select {
    width: 205px; } }

.page-documents #filter-block input.form-submit,
.page-document-library #filter-block input.form-submit {
  border: 0px;
  color: #00539b;
  font-weight: normal; }
  .page-documents #filter-block input.form-submit:hover,
  .page-document-library #filter-block input.form-submit:hover {
    color: #565656;
    font-weight: 700; }

.page-documents #block-block-104,
.page-document-library #block-block-104 {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  width: 25%; }

/* end documents */
/* badges */
.view-product-badges .views-row {
  padding: 5px 0 5px 0;
  width: 100%;
  color: #9B9B9B;
  text-align: center; }

/* end badges */
/* browser sniffer*/
.buorg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #A29330;
  background: #FDF2AB no-repeat 1em 0.55em url(http://browser-update.org/img/dialog-warning.gif);
  text-align: left;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
  font-size: 12px; }
  .buorg div {
    padding: 5px 36px 5px 40px; }
  .buorg a {
    color: #E25600; }

#buorgclose {
  position: absolute;
  right: .5em;
  top: .2em;
  height: 20px;
  width: 12px;
  font-weight: bold;
  font-size: 14px;
  padding: 0; }

/* end browser sniffer */
/* compatibility mode alarm*/
.compatibility-warning {
  background-color: #FDF2AB;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #A29330;
  text-align: center;
  font-size: 14px;
  /*font-weight: bold;*/ }

/* end compitbility mode */
/* request info */
a.request-information {
  background: url(/sites/all/themes/hidglobal/images/more-info.png) no-repeat top right;
  float: right;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 0 88px;
  min-height: 46px;
  padding: 5px 56px 0 0;
  text-align: center;
  text-transform: uppercase; }
  a.request-information:hover {
    background: url(/sites/all/themes/hidglobal/images/more-info-hover.png) no-repeat top right; }
  a.request-information .bigger {
    font-size: 28px; }
  a.request-information .smaller {
    font-size: 18px; }
  @media only screen and (max-width: 35em) {
    a.request-information {
      display: none; } }

/* end request info */
/* request info on aside                   */
/* 2015-06-19 update: add code to block 92 */
#block-block-92,
#block-block-104 {
  margin-bottom: 0;
  overflow: auto; }

a:hover .fa-info-circle {
  color: #565656; }

/* end request info on aside */
#riFirstModal.reveal-modal, dialog#riFirstModal, #riSecondModal.reveal-modal, dialog#riSecondModal {
  background-color: #002e56;
  padding: 1rem;
  width: auto; }

#riFirstModal h2, #riSecondModal h2 {
  color: #eff1f1;
  font-weight: 200;
  line-height: 2.2rem;
  margin-left: 1rem; }

#riFirstModal h3, #riSecondModal h3 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0; }

#riFirstModal h4, #riFirstModal .block-promo-display .promo-title, .block-promo-display #riFirstModal .promo-title, #riSecondModal h4, #riSecondModal .block-promo-display .promo-title, .block-promo-display #riSecondModal .promo-title {
  font-weight: 200;
  line-height: 120%;
  padding-bottom: 2px; }

#riFirstModal form, #riSecondModal form {
  padding: 1rem 0 0 0;
  margin: 0 auto; }

#riFirstModal p, #riSecondModal p {
  margin: 0;
  padding: 0;
  line-height: 120%; }

#riFirstModal a.button, #riSecondModal a.button {
  border: 3px solid #00539b;
  background-color: #00539b;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none; }
  #riFirstModal a.button:hover, #riSecondModal a.button:hover {
    background-color: transparent;
    color: #00539b; }

#riFirstModal .modal-callout, #riSecondModal .modal-callout {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1rem;
  margin: .5rem 0;
  min-height: 180px; }
  @media only screen and (min-width: 90.063em) {
    #riFirstModal .modal-callout, #riSecondModal .modal-callout {
      min-height: 300px; } }
  #riFirstModal .modal-callout img, #riSecondModal .modal-callout img {
    margin-left: .5rem; }
  #riFirstModal .modal-callout label, #riSecondModal .modal-callout label {
    font-size: .8rem;
    position: relative; }
  #riFirstModal .modal-callout i, #riSecondModal .modal-callout i {
    color: #b0cbea;
    float: right; }
  #riFirstModal .modal-callout a.phone-list, #riSecondModal .modal-callout a.phone-list {
    color: #231f20;
    display: block;
    font-size: .8rem;
    line-height: 110% !important; }
    #riFirstModal .modal-callout a.phone-list:hover, #riSecondModal .modal-callout a.phone-list:hover {
      color: #00539b;
      transition: all 1s;
      transition-timing-function: ease; }
  #riFirstModal .modal-callout .increase-size, #riSecondModal .modal-callout .increase-size {
    font-size: 1.1rem;
    padding-left: 5px;
    pointer-events: none; }
  #riFirstModal .modal-callout .phone-number, #riSecondModal .modal-callout .phone-number {
    color: #231f20;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    padding: 0; }
  #riFirstModal .modal-callout.ri-more-info, #riSecondModal .modal-callout.ri-more-info {
    background: #f2f7fc url(/sites/all/themes/hidglobal/images/ri_more_info_fade_7.jpg);
    background-size: cover; }
  #riFirstModal .modal-callout .ri-more-info-space, #riSecondModal .modal-callout .ri-more-info-space {
    /* to provide buffer between the header and the button */
    height: 138px; }
  #riFirstModal .modal-callout.ri-marketo, #riSecondModal .modal-callout.ri-marketo {
    background-color: #f2f7fc;
    min-height: 360px; }
  #riFirstModal .modal-callout .service-submodal, #riSecondModal .modal-callout .service-submodal {
    margin-top: 1.2rem; }
    #riFirstModal .modal-callout .service-submodal:hover i, #riFirstModal .modal-callout .service-submodal:hover h4, #riFirstModal .modal-callout .service-submodal:hover .block-promo-display .promo-title, .block-promo-display #riFirstModal .modal-callout .service-submodal:hover .promo-title, #riSecondModal .modal-callout .service-submodal:hover i, #riSecondModal .modal-callout .service-submodal:hover h4, #riSecondModal .modal-callout .service-submodal:hover .block-promo-display .promo-title, .block-promo-display #riSecondModal .modal-callout .service-submodal:hover .promo-title {
      color: #00539b;
      transition: all 1s;
      transition-timing-function: ease; }
    #riFirstModal .modal-callout .service-submodal:hover h4, #riFirstModal .modal-callout .service-submodal:hover .block-promo-display .promo-title, .block-promo-display #riFirstModal .modal-callout .service-submodal:hover .promo-title, #riSecondModal .modal-callout .service-submodal:hover h4, #riSecondModal .modal-callout .service-submodal:hover .block-promo-display .promo-title, .block-promo-display #riSecondModal .modal-callout .service-submodal:hover .promo-title {
      text-transform: underline; }

/* CO - strange behavior on first modal (<p> tags coming from nowhere) 
    following riFirstModal sass adjusts for that.
*/
#riFirstModal .tech-sup-height-adj {
  height: 153px; }

#PGPModal, #keysModal {
  background-color: #002e56;
  padding: 1rem;
  width: auto; }
  #PGPModal h2, #keysModal h2 {
    color: #eff1f1; }
  #PGPModal .modal-subtitle, #keysModal .modal-subtitle {
    color: #eff1f1;
    margin: 1rem; }
    #PGPModal .modal-subtitle span, #keysModal .modal-subtitle span {
      float: right; }
  #PGPModal .security-keys, #keysModal .security-keys {
    background-color: #ffffff;
    color: #231f20;
    font-family: courier, monospace;
    height: 220px;
    margin: .4rem;
    overflow: scroll;
    padding: .3rem; }

.key-style {
  font-family: courier, monospace; }

.security-table td {
  background: #eff1f1; }

.security-table th, .security-table th:first-child {
  text-align: center;
  background: #565656;
  border: 1px solid #565656; }

.security-table span {
  font-family: courier, monospace; }

#eulaModal {
  background-color: #002e56;
  padding: 1rem;
  width: auto; }
  #eulaModal h3 {
    color: #eff1f1;
    font-weight: 200;
    line-height: 2.2rem;
    margin-left: 0.3rem;
    margin-bottom: 0rem; }
  #eulaModal span {
    color: #eff1f1;
    margin: 0.6rem; }
  #eulaModal .eula-content {
    background-color: #ffffff;
    color: #231f20;
    height: 360px;
    margin-top: 0.6rem;
    overflow: scroll;
    padding: 0 0.6rem; }
  #eulaModal .eula-acceptance {
    padding: 1rem;
    background-color: #ffffff;
    overflow: auto;
    border-top: 1px solid #e5e5e5; }
  #eulaModal a.button {
    float: right;
    border-radius: 4px;
    background-color: #00539b;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    margin: 0 0.6rem 0 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none; }
  #eulaModal a.disabled {
    background-color: #b0cbea; }

.license-agreement {
  background-color: #fef5f1;
  border: 1px solid #ed541d;
  text-align: center;
  padding: 0.5rem; }

.security-tab-box {
  border: 1px solid #d9ddde;
  margin: 1rem; }
  .security-tab-box .tabs {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .security-tab-box .tabs .tab-title {
      box-shadow: 0 0 1px #565656;
      border-top: 6px solid #f7f7f7;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% / 4); }
      .security-tab-box .tabs .tab-title > a {
        align-items: center;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        line-height: 110%;
        padding: 1rem;
        text-align: center;
        outline: none; }
      .security-tab-box .tabs .tab-title:hover {
        border-top: 6px solid #e8e8e8; }
      .security-tab-box .tabs .tab-title.active {
        border-left: 1px solid #d9ddde;
        border-top: 6px solid #00539b;
        box-shadow: none;
        font-weight: 800; }
        .security-tab-box .tabs .tab-title.active:first-child {
          border-left: 1px solid transparent; }
  .security-tab-box .tabs-content {
    padding: 1rem 4rem; }
    .security-tab-box .tabs-content h2, .security-tab-box .tabs-content h3 {
      margin-left: -2rem; }

.cs-tab-box {
  border: none solid #d9ddde;
  margin: 1rem; }
  .cs-tab-box .tabs {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .cs-tab-box .tabs .tab-title {
      box-shadow: 0 0 1px #565656;
      border-top: 6px solid #f7f7f7;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% / 2); }
      .cs-tab-box .tabs .tab-title > a {
        align-items: center;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        line-height: 110%;
        padding: 1rem;
        text-align: center;
        outline: none; }
      .cs-tab-box .tabs .tab-title:hover {
        border-top: 6px solid #e8e8e8; }
      .cs-tab-box .tabs .tab-title.active {
        border-left: none solid #d9ddde;
        border-top: 6px solid #03a98d;
        box-shadow: none;
        font-weight: 800; }
        .cs-tab-box .tabs .tab-title.active:first-child {
          border-left: 1px solid transparent; }

.accordion-block .transition, .accordion-block p, .accordion-block ul li i:before, .accordion-block ul li i:after {
  transition: all 0.25s ease-in-out; }

.accordion-block .flipIn ul li {
  animation: keyflipdown 0.5s ease both; }

.accordion-block .no-select h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.accordion-block h3 {
  cursor: pointer;
  display: block;
  margin: 0;
  padding-right: 10%; }

.accordion-block h6 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  max-width: 90%;
  margin: 0.1rem;
  padding-left: 3em; }

.accordion-block p {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  max-width: 90%;
  margin: 1rem 1rem 0.2rem 1rem;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2; }

.accordion-block .indent {
  padding-left: 2em; }

.accordion-block .double-indent {
  padding-left: 4em; }

.accordion-block ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }
  .accordion-block ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 2px solid #eff1f1; }
    .accordion-block ul li:nth-of-type(1) {
      animation-delay: 0.5s; }
    .accordion-block ul li:nth-of-type(2) {
      animation-delay: 0.75s; }
    .accordion-block ul li:nth-of-type(3) {
      animation-delay: 1s; }
    .accordion-block ul li::last-of-type {
      padding-bottom: 0; }
    .accordion-block ul li i {
      position: absolute;
      transform: translate(-12px, 0);
      margin-top: 4px;
      right: 0; }
      .accordion-block ul li i:before, .accordion-block ul li i:after {
        content: "";
        position: absolute;
        background-color: #00539b;
        width: 3px;
        height: 18px; }
      .accordion-block ul li i:before {
        transform: translate(-6px, 0) rotate(45deg); }
      .accordion-block ul li i:after {
        transform: translate(6px, 0) rotate(-45deg); }
    .accordion-block ul li input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
      .accordion-block ul li input[type=checkbox]:checked ~ p {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transform: translate(0, 20%); }
      .accordion-block ul li input[type=checkbox]:checked ~ i:before {
        transform: translate(6px, 0) rotate(45deg); }
      .accordion-block ul li input[type=checkbox]:checked ~ i:after {
        transform: translate(-6px, 0) rotate(-45deg); }

@keyframes keyflipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

/* Fixes for CE EU certification block view  */
.view-certificates-eu .view-certificates {
  margin: .3rem 0 0 3rem; }

.view-certificates-eu li.view-certificates {
  float: left;
  width: 50%;
  padding: 0 2rem .6rem 0;
  line-height: 110%;
  margin: 0; }

.view-certificates-eu .view-grouping {
  clear: both;
  padding: 2rem 0 0 0; }

.view-certificates-eu h5 {
  margin-bottom: 0;
  font-weight: 700; }

.view-certificates-eu .certificateProdType {
  display: block;
  clear: both;
  padding: 2rem 0 0 1.8rem;
  margin: 0;
  font-style: italic;
  font-weight: 800; }
  .view-certificates-eu .certificateProdType:first-of-type {
    padding: 0 0 0 1.8rem; }

/* styling on foundation postfix buttons on FARGO firmware request page  */
form .row.collapse.postfix-round {
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.3);
  margin-bottom: 8px; }
  form .row.collapse.postfix-round.row.collapse input {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    height: 3rem;
    margin-bottom: 0; }
  form .row.collapse.postfix-round.row.collapse .postfix {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 0; }

form .row.collapse.prefix-round {
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.3);
  margin-bottom: 8px; }
  form .row.collapse.prefix-round.row.collapse input {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0; }
  form .row.collapse.prefix-round.row.collapse .prefix {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    margin-bottom: 0; }

a.button {
  appearance: none !important;
  background: #00539b;
  border-color: #00539b;
  box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none !important; }
  a.button.radius {
    border-radius: 6px; }

a.button:hover {
  background: #002e56;
  border-color: #002e56; }

form .eula, form .opt-in {
  padding-left: 3px; }
  form .eula input, form .opt-in input {
    margin: 0 0 .5rem 0; }

.reveal-modal, dialog {
  border: none; }

#registerModal h2 {
  color: #eff1f1;
  margin-bottom: 1rem;
  margin-top: -1.1rem; }

#registerModal h3 {
  margin-bottom: 1.5rem; }

#registerModal form {
  background: #eff1f1;
  border-radius: .5rem;
  padding: 1rem 1rem .5rem 1rem; }

#registerModal a.button {
  float: right;
  line-height: 1.5; }

#registerModal input[type=text] {
  background: #ffffff;
  border: 1px solid #d9ddde;
  border-radius: 4px;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.3);
  height: 3rem; }

#deliveryModal h2, #deliveryModal p {
  color: #eff1f1; }

#deliveryModal h2 {
  margin-bottom: 1rem;
  margin-top: -1.1rem; }

#deliveryModal p {
  margin: .5rem 0 2rem 0; }

#deliveryModal .block__remarketing {
  background: #eff1f1;
  border-radius: .4rem;
  padding: 1rem 1rem .5rem 1rem; }

.modal__form {
  background: #ffffff;
  border-radius: .4rem;
  padding: 1.25 rem 1rem; }
  .modal__form .buttons__register {
    display: flex;
    margin-top: .875rem; }
    .modal__form .buttons__register .columns {
      align-self: flex-end; }

/**
 temporary fix for handsontable table
 to overcome the fact that the theme ignores drupal's built-in
 handling of zebra stripes and defines td's color: white instead.
 */
.handsontable_table_display {
  width: 100%; }
  .handsontable_table_display tr.even td {
    background: #f0f0f0; }

/**
  Remove left padding for new grid header layout caused by RMI block relocation.
 */
.page-node .content-header .row div.columns:first-child, .page-node .tabs .row div.columns:first-child {
  padding-left: 0; }

/**
  Fix RI block for mobile devices on drivers page.
 */
.page-drivers #block-block-104 {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%; }

.off-canvas-list .hid-nav-column {
  display: none; }

.tab-bar {
  display: block;
  background: rgba(0, 46, 86, 0.95);
  box-shadow: inset 0 0 60px rgba(0, 32, 60, 0.8);
  color: #eff1f1;
  height: 3.25rem;
  line-height: 3.25rem;
  z-index: 497; }
  @media only screen and (min-width: 50.063em) {
    .tab-bar {
      display: none; } }
  .tab-bar .menu-icon {
    text-indent: 0; }
  .tab-bar .menu-icon span:after {
    height: 100%;
    top: 0;
    margin-top: 0;
    left: 0;
    box-shadow: none;
    color: #eff1f1;
    content: "\f0c9";
    display: block;
    font-family: FontAwesome;
    font-size: 2.4rem;
    position: absolute;
    width: 100%; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: none; }
  .tab-bar .right-small {
    border-left: none; }

.top-bar {
  background: rgba(0, 46, 86, 0.95);
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  color: #eff1f1;
  height: 3.8rem;
  line-height: 3.8rem;
  position: fixed;
  z-index: 497; }
  .top-bar .contain {
    max-width: 76rem; }
  .top-bar .toggle-topbar {
    right: 1.2rem; }
  .top-bar .toggle-topbar.menu-icon {
    top: .65rem;
    margin-top: 0; }
    .top-bar .toggle-topbar.menu-icon a span::after {
      box-shadow: none;
      color: #b0b7bb;
      content: "\f0c9";
      display: block;
      font-family: FontAwesome;
      font-size: 2.3rem;
      margin-top: 0;
      position: absolute;
      right: 0;
      top: 0 !important;
      width: 1.8rem; }
  @media only screen and (min-width: 50.063em) {
    .top-bar .top.top-bar-section {
      background: rgba(0, 46, 86, 0.95);
      box-shadow: inset 0 0 60px rgba(0, 22, 68, 0.8); } }
  @media only screen and (min-width: 50.063em) {
    .top-bar {
      background: #ffffff;
      height: auto;
      padding: 0;
      margin-bottom: 1px; }
      .top-bar .name {
        margin: 0;
        padding: 15px 0 18px 10px; } }
  .top-bar a {
    transition: none; }
  .top-bar .top {
    font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
    margin: 0; }
    .top-bar .top li:not(.has-form) {
      background: transparent;
      float: none; }
      @media only screen and (min-width: 50.063em) {
        .top-bar .top li:not(.has-form) {
          float: left; } }
      .top-bar .top li:not(.has-form) a:not(.button) {
        background: transparent;
        color: #fff;
        padding: 0; }
        @media only screen and (min-width: 50.063em) {
          .top-bar .top li:not(.has-form) a:not(.button) {
            line-height: 40px; } }
    .top-bar .top .has-form {
      background: transparent;
      padding: 0 15px;
      position: relative; }
      @media only screen and (min-width: 50.063em) {
        .top-bar .top .has-form {
          line-height: 40px;
          padding: 0; } }
      .top-bar .top .has-form input {
        height: 22px;
        padding: 5px;
        padding-right: 26px;
        position: static;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px #b0b7bb;
        -moz-box-shadow: inset 0 0 2px #b0b7bb;
        box-shadow: inset 0 0 2px #b0b7bb; }
        .top-bar .top .has-form input.placeholder {
          color: #b0b7bb;
          font-style: italic; }
        .top-bar .top .has-form input:-moz-placeholder {
          color: #b0b7bb;
          font-style: italic; }
        .top-bar .top .has-form input::-moz-placeholder {
          color: #b0b7bb;
          font-style: italic; }
        .top-bar .top .has-form input:-ms-input-placeholder {
          color: #b0b7bb;
          font-style: italic; }
        .top-bar .top .has-form input::-webkit-input-placeholder {
          color: #b0b7bb;
          font-style: italic; }
  .top-bar #block-hid-mega-menu-hid-mega-menu {
    margin-bottom: 0; }
    @media only screen and (min-width: 50.063em) {
      .top-bar #block-hid-mega-menu-hid-mega-menu {
        height: 70px;
        box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; } }
    @media only screen and (min-width: 50.063em) {
      .top-bar #block-hid-mega-menu-hid-mega-menu ul {
        height: 70px;
        line-height: 70px; } }
    @media only screen and (min-width: 50.063em) {
      .top-bar #block-hid-mega-menu-hid-mega-menu ul li {
        height: 70px;
        line-height: 70px; } }
    .top-bar #block-hid-mega-menu-hid-mega-menu ul li a {
      padding: 27px 20px; }
      @media only screen and (min-width: 50.063em) {
        .top-bar #block-hid-mega-menu-hid-mega-menu ul li a {
          height: 70px;
          line-height: 70px; } }
  .top-bar #block-hid-mega-menu-hid-mega-menu {
    margin-bottom: 0; }
    @media only screen and (min-width: 50.063em) {
      .top-bar #block-hid-mega-menu-hid-mega-menu {
        height: 50px;
        box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2); } }
    @media only screen and (min-width: 50.063em) {
      .top-bar #block-hid-mega-menu-hid-mega-menu ul {
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 50.063em) {
      .top-bar #block-hid-mega-menu-hid-mega-menu ul li {
        height: 50px;
        line-height: 50px; } }
    .top-bar #block-hid-mega-menu-hid-mega-menu ul li a {
      padding: 17px 15px 17px 15px; }
      @media only screen and (min-width: 50.063em) {
        .top-bar #block-hid-mega-menu-hid-mega-menu ul li a {
          height: 50px;
          line-height: 50px; } }
  .top-bar #block-menu-menu-main-navigation-menu {
    margin-bottom: 0;
    display: none;
    visibility: hidden;
    position: relative; }
    @media only screen and (min-width: 50.063em) {
      .top-bar #block-menu-menu-main-navigation-menu {
        display: block;
        visibility: visible;
        height: 70px;
        box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2); } }
    .top-bar #block-menu-menu-main-navigation-menu ul.menu > li {
      border-top: 8px solid transparent; }
      @media only screen and (min-width: 50.063em) {
        .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open {
          background: #eff1f1;
          transition: all .2s linear;
          cursor: pointer; }
          .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6682-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6719-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6682-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6719-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6682-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6719-item {
            border-color: #f8971d; }
          .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6683-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6723-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6683-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6723-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6683-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6723-item {
            border-color: #00a0d0; }
          .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6684-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6720-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6684-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6720-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6684-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6720-item {
            border-color: #00539b; }
          .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6685-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6721-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6685-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6721-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6685-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6721-item {
            border-color: #03a98d; }
          .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6686-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6724-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6686-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6724-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6686-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6724-item {
            border-color: #84898c; }
          .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6687-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover.hover6718-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6687-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active.hover6718-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6687-item, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open.hover6718-item {
            border-color: #03a98d; } }
      .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:hover > a, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li:active > a, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li.open > a {
        color: #565656; }
      .top-bar #block-menu-menu-main-navigation-menu ul.menu > li > a {
        height: inherit;
        line-height: 1em;
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        font-size: 15px;
        font-weight: 600;
        padding: 20px 15px 27px;
        position: relative; }
      .top-bar #block-menu-menu-main-navigation-menu ul.menu > li ul > li a {
        color: #666666;
        background: transparent; }
      .top-bar #block-menu-menu-main-navigation-menu ul.menu > li ul > li a:hover, .top-bar #block-menu-menu-main-navigation-menu ul.menu > li ul > li a:active {
        background: #b0b7bb;
        color: #ffffff; }
  .top-bar .region-top-navigation {
    padding-top: 0;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 50.063em) {
      .top-bar .region-top-navigation {
        margin: auto; } }
    .top-bar .region-top-navigation ul.menu {
      padding: 0; }
      .top-bar .region-top-navigation ul.menu > li:not(.has-form) {
        display: block;
        margin: 0;
        width: 100%; }
        @media only screen and (min-width: 50.063em) {
          .top-bar .region-top-navigation ul.menu > li:not(.has-form) {
            display: inline;
            position: static;
            width: auto; } }
        .top-bar .region-top-navigation ul.menu > li:not(.has-form) > a:not(.button) {
          font-size: .9rem;
          font-weight: 500;
          line-height: 68px; }
          .top-bar .region-top-navigation ul.menu > li:not(.has-form) > a:not(.button).open {
            color: #565656; }
      .top-bar .region-top-navigation ul.menu li.divider {
        margin: 15px auto;
        width: 85%; }
      .top-bar .region-top-navigation ul.menu ul li {
        display: block; }
    .top-bar .region-top-navigation .dropdown li.title h5 a,
    .top-bar .region-top-navigation .dropdown li.title h5 a:hover,
    .top-bar .region-top-navigation .dropdown li.parent-link a,
    .top-bar .region-top-navigation .dropdown li.parent-link a:hover {
      color: #fff; }
    @media (max-width: 50em) {
      .top-bar .region-top-navigation ul.menu,
      .top-bar .region-top-navigation ul.right {
        background: #002e56;
        margin: -10px 0 0 0;
        padding: 15px 0;
        text-align: right;
        width: 100%; }
        .top-bar .region-top-navigation ul.menu li,
        .top-bar .region-top-navigation ul.right li {
          background: #002e56;
          display: inline; }
          .top-bar .region-top-navigation ul.menu li:not(.has-form) > a:not(.button),
          .top-bar .region-top-navigation ul.right li:not(.has-form) > a:not(.button) {
            font-size: 16px;
            font-weight: 200;
            line-height: 26px;
            padding: 0 15px; }
            .top-bar .region-top-navigation ul.menu li:not(.has-form) > a:not(.button):after,
            .top-bar .region-top-navigation ul.right li:not(.has-form) > a:not(.button):after {
              content: '\232A';
              margin: 0;
              padding-left: 10px;
              position: relative; }
          .top-bar .region-top-navigation ul.menu li > a,
          .top-bar .region-top-navigation ul.menu li:hover:not(.has-form) > a,
          .top-bar .region-top-navigation ul.right li > a,
          .top-bar .region-top-navigation ul.right li:hover:not(.has-form) > a {
            border: 0;
            color: #fff;
            height: auto; }
      .top-bar .region-top-navigation ul.left {
        padding-top: 15px; }
      .top-bar .region-top-navigation ul.right {
        padding-bottom: 15px; }
      .top-bar .region-top-navigation ul.dropdown {
        background: #002e56; } }
  @media only screen and (max-width: 50em) and (min-width: 50.063em) {
    .top-bar .region-top-navigation ul.dropdown {
      padding-bottom: 15px; } }

.block-views-exp-search-page {
  float: left;
  margin-right: 2rem;
  margin-top: 0px;
  position: relative;
  width: 180px; }
  .block-views-exp-search-page .form-actions {
    display: none; }
  .block-views-exp-search-page input {
    height: 24px;
    line-height: 24px;
    padding: 8px 5px 4px 5px;
    padding-right: 2rem;
    border: 2px solid #ffffff;
    position: static;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .block-views-exp-search-page input.placeholder {
      color: #ffffff;
      font-style: italic; }
    .block-views-exp-search-page input:-moz-placeholder {
      color: #ffffff;
      font-style: italic; }
    .block-views-exp-search-page input::-moz-placeholder {
      color: #ffffff;
      font-style: italic; }
    .block-views-exp-search-page input:-ms-input-placeholder {
      color: #ffffff;
      font-style: italic; }
    .block-views-exp-search-page input::-webkit-input-placeholder {
      color: #ffffff;
      font-style: italic; }
  .block-views-exp-search-page:after {
    color: #eff1f1;
    content: "\f002";
    font-family: FontAwesome;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: -8px;
    transition: all .3s ease-out;
    height: 16px;
    width: 16px; }
  .right-off-canvas-menu .block-views-exp-search-page {
    float: none;
    margin: 2rem auto; }
    .right-off-canvas-menu .block-views-exp-search-page:after {
      top: 2px; }

html.ie10 .block-views-exp-search-page input, html.ie11 .block-views-exp-search-page input {
  line-height: 10px; }

body .top-bar {
  transition: 0.4s; }
  body .top-bar ul.title-area,
  body .top-bar .top-bar-section {
    transition: 0.4s; }

body.reduced .top-bar .name {
  padding: 8px 0 18px 8px; }

body.reduced .top-bar #block-menu-menu-main-navigation-menu {
  height: 50px;
  box-shadow: none; }
  body.reduced .top-bar #block-menu-menu-main-navigation-menu ul.menu > li > a {
    padding: 7px 15px 17px;
    border-top: 4px solid transparent; }

body.reduced .top-bar .top-bar-section {
  padding-top: 10px; }

body.reduced .top-bar .top.top-bar-section {
  padding-top: 10px;
  height: 10px !important; }
  body.reduced .top-bar .top.top-bar-section .contain {
    position: relative; }
  body.reduced .top-bar .top.top-bar-section #block-menu-menu-about-hid-menu,
  body.reduced .top-bar .top.top-bar-section #block-locale-language {
    display: none; }
  body.reduced .top-bar .top.top-bar-section .block-views-exp-search-page {
    float: none;
    margin-right: 0rem;
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 100px;
    max-width: 180px;
    width: 15%;
    z-index: 10; }
    body.reduced .top-bar .top.top-bar-section .block-views-exp-search-page input, body.reduced .top-bar .top.top-bar-section .block-views-exp-search-page:after {
      visibility: hidden; }
    body.reduced .top-bar .top.top-bar-section .block-views-exp-search-page:before {
      color: #d9ddde;
      right: 12px;
      font-size: 22px;
      font-family: FontAwesome;
      pointer-events: none;
      position: absolute;
      left: 8px;
      top: -8px;
      content: "\f002";
      opacity: 1;
      transition: 0.4s ease-out 0s, opacity 0.4s ease-out 0.4s; }
    body.reduced .top-bar .top.top-bar-section .block-views-exp-search-page:hover:before {
      color: #565656; }
  body.reduced .top-bar .top.top-bar-section .search-up .toggle-holder {
    position: relative;
    float: left; }
  body.reduced .top-bar .top.top-bar-section .search-up .toggle-helper {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 20px; }
  body.reduced .top-bar .top.top-bar-section .search-up input {
    visibility: visible;
    border: 3px solid #d9ddde;
    padding-left: 2rem; }
    body.reduced .top-bar .top.top-bar-section .search-up input.placeholder {
      color: #d9ddde;
      font-style: italic; }
    body.reduced .top-bar .top.top-bar-section .search-up input:-moz-placeholder {
      color: #d9ddde;
      font-style: italic; }
    body.reduced .top-bar .top.top-bar-section .search-up input::-moz-placeholder {
      color: #d9ddde;
      font-style: italic; }
    body.reduced .top-bar .top.top-bar-section .search-up input:-ms-input-placeholder {
      color: #d9ddde;
      font-style: italic; }
    body.reduced .top-bar .top.top-bar-section .search-up input::-webkit-input-placeholder {
      color: #d9ddde;
      font-style: italic; }
    body.reduced .top-bar .top.top-bar-section .search-up input:focus {
      border-color: #84898c; }
  body.reduced .top-bar .top.top-bar-section .search-up:before {
    color: #d9ddde;
    content: "\f002";
    font-size: 12px; }
  body.reduced .top-bar .top.top-bar-section .search-up:after {
    visibility: visible;
    color: #84898c;
    content: "\f057";
    right: 1%; }
  body.reduced .top-bar .top.top-bar-section .views-exposed-widget {
    padding: .5em 0 0 0; }

body.reduced .top-bar .title-area {
  margin-top: 10px; }

html.ie10 body.reduced .top-bar .top.top-bar-section .block-views-exp-search-page, html.ie11 body.reduced .top-bar .top.top-bar-section .block-views-exp-search-page {
  left: 128px; }

.block-views-exp-search-page:before {
  content: "";
  opacity: 0;
  transition: 0.4s ease-out 0s, opacity 0.4s ease-out 0.4s; }

body.reduced .block-views-exp-search-page:after {
  visibility: hidden;
  transition: 0s; }

.block-locale {
  float: left;
  height: 40px;
  position: relative; }
  .block-locale h2 {
    color: white;
    font-size: .9rem; }
    .block-locale h2.block-title {
      display: none; }
  .block-locale ul.language-menu {
    font-size: .9rem !important; }
    .block-locale ul.language-menu li {
      height: 40px;
      line-height: 40px;
      cursor: pointer; }
      .block-locale ul.language-menu li:hover ul {
        display: block;
        transition: all .2s linear;
        z-index: 1200; }
      .block-locale ul.language-menu li ul {
        background: #002e56;
        border-top: 12px solid #ffffff;
        border-bottom: 2px solid rgba(0, 32, 60, 0.4);
        border-radius: 2px;
        display: none;
        padding: 0;
        position: absolute;
        top: 100%;
        right: 0;
        width: 292px; }
        .block-locale ul.language-menu li ul li {
          border-top: 1px solid rgba(0, 32, 60, 0.4);
          border-bottom: 1px solid rgba(0, 32, 60, 0.4);
          list-style-image: none;
          list-style-type: none;
          padding: 0 14px;
          text-align: center;
          width: 146px; }
          .block-locale ul.language-menu li ul li a {
            font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; }
          .block-locale ul.language-menu li ul li:nth-child(even) {
            border-left: 2px solid rgba(0, 32, 60, 0.4);
            border-right: 1px solid rgba(0, 32, 60, 0.4); }
            .block-locale ul.language-menu li ul li:nth-child(even):hover {
              background: rgba(0, 32, 60, 0.6); }
          .block-locale ul.language-menu li ul li:nth-child(odd) {
            border-left: 1px solid rgba(0, 32, 60, 0.4);
            border-right: 2px solid rgba(0, 32, 60, 0.4); }
            .block-locale ul.language-menu li ul li:nth-child(odd):hover {
              background: rgba(0, 32, 60, 0.6); }
        .block-locale ul.language-menu li ul li:first-child {
          border-left: none;
          border-right: none;
          text-align: center;
          padding: 0;
          width: 292px; }
        .block-locale ul.language-menu li ul::before {
          color: #002e56;
          content: "\f0d8";
          font-family: FontAwesome;
          font-size: 3rem;
          right: 20px;
          position: absolute;
          top: -36px; }

img.language-link {
  display: none; }

#block-menu-menu-hid-contact-sales {
  float: left;
  font-size: .9rem;
  height: 40px;
  margin-bottom: 0;
  position: relative; }
  #block-menu-menu-hid-contact-sales ul li {
    background: transparent;
    color: white;
    font-size: .9rem;
    height: 40px;
    line-height: 40px;
    list-style: none;
    padding: 0 14px; }

.top-bar-section #block-menu-menu-about-hid-menu {
  float: left;
  font-size: .9rem;
  height: 40px;
  margin-bottom: 0;
  padding-right: 14px;
  position: relative; }
  .top-bar-section #block-menu-menu-about-hid-menu ul {
    font-size: .9rem; }
    .top-bar-section #block-menu-menu-about-hid-menu ul .first.expanded ul::before {
      color: #002e56;
      content: "\f0d8";
      font-family: FontAwesome;
      font-size: 3rem;
      left: 188px;
      position: absolute;
      top: -36px; }
    .top-bar-section #block-menu-menu-about-hid-menu ul .first.expanded ul li.first {
      border-left: none;
      border-right: none;
      text-align: center;
      padding: 0;
      width: 500px; }
    .top-bar-section #block-menu-menu-about-hid-menu ul .last.expanded ul::before {
      color: #002e56;
      content: "\f0d8";
      font-family: FontAwesome;
      font-size: 3rem;
      left: 262px;
      position: absolute;
      top: -36px; }
    .top-bar-section #block-menu-menu-about-hid-menu ul li {
      height: 40px;
      line-height: 40px;
      padding: 0 14px;
      background: transparent;
      list-style: none;
      list-style-type: none; }
      .top-bar-section #block-menu-menu-about-hid-menu ul li a {
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        padding: 0; }
      .top-bar-section #block-menu-menu-about-hid-menu ul li ul li a {
        padding: 0 15px; }
    .top-bar-section #block-menu-menu-about-hid-menu ul li.expanded {
      list-style-image: none;
      list-style-type: none; }
    .top-bar-section #block-menu-menu-about-hid-menu ul li.collapsed {
      list-style-image: none;
      list-style-type: none; }
  .top-bar-section #block-menu-menu-about-hid-menu ul ul {
    border-top: 14px solid #ffffff;
    display: none;
    position: absolute;
    right: -102%;
    top: 100%;
    width: 500px; }
    .top-bar-section #block-menu-menu-about-hid-menu ul ul li {
      border-top: 2px solid rgba(0, 32, 60, 0.4);
      padding: 0 8px;
      width: 250px; }
      .top-bar-section #block-menu-menu-about-hid-menu ul ul li:nth-child(odd) {
        border-left: 2px solid rgba(0, 32, 60, 0.4);
        border-right: 1px solid rgba(0, 32, 60, 0.4); }
      .top-bar-section #block-menu-menu-about-hid-menu ul ul li:nth-child(even) {
        border-left: 1px solid rgba(0, 32, 60, 0.4);
        border-right: 2px solid rgba(0, 32, 60, 0.4); }
  .top-bar-section #block-menu-menu-about-hid-menu ul li:hover > ul {
    display: block;
    background: #002e56;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all .2s linear;
    z-index: 1200; }
    .top-bar-section #block-menu-menu-about-hid-menu ul li:hover > ul li {
      background: #002e56;
      list-style-image: none;
      list-style-type: none;
      z-index: 1200; }
    .top-bar-section #block-menu-menu-about-hid-menu ul li:hover > ul li:hover {
      background: rgba(0, 32, 60, 0.6); }

.top-bar-section .region-top-bar {
  display: none; }
  @media only screen and (min-width: 50.063em) {
    .top-bar-section .region-top-bar {
      display: block; } }

.top-bar-section ul.lang-selector {
  background: #002e56;
  border: 0;
  color: #eff1f1;
  display: initial;
  list-style-type: none; }
  .top-bar-section ul.lang-selector li {
    background: #002e56;
    color: #231f20;
    list-style-type: none; }

.top-bar-section ul.menu {
  padding: 0; }
  .top-bar-section ul.menu > li:not(.has-form) {
    margin: 0; }
    @media only screen and (min-width: 50.063em) {
      .top-bar-section ul.menu > li:not(.has-form) {
        position: static; } }
    .top-bar-section ul.menu > li:not(.has-form) > a:not(.button) {
      font-size: .9rem;
      padding: 0 15px; }
      .top-bar-section ul.menu > li:not(.has-form) > a:not(.button).open {
        color: #565656; }
  .top-bar-section ul.menu li.divider {
    margin: 15px auto;
    width: 85%; }
  .top-bar-section ul.menu ul li {
    display: block; }

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a,
.top-bar-section .dropdown li.parent-link a:hover {
  color: #fff; }

@media (max-width: 50em) {
  .top-bar-section ul.menu,
  .top-bar-section ul.right {
    background: #002e56;
    text-align: right; }
    .top-bar-section ul.menu li,
    .top-bar-section ul.right li {
      background: #002e56; }
      .top-bar-section ul.menu li:not(.has-form) > a:not(.button),
      .top-bar-section ul.right li:not(.has-form) > a:not(.button) {
        font-size: 16px;
        font-weight: 200;
        line-height: 26px;
        padding: 0 15px; }
        .top-bar-section ul.menu li:not(.has-form) > a:not(.button):after,
        .top-bar-section ul.right li:not(.has-form) > a:not(.button):after {
          content: '\232A';
          margin: 0;
          padding-left: 10px;
          position: relative; }
      .top-bar-section ul.menu li > a,
      .top-bar-section ul.menu li:hover:not(.has-form) > a,
      .top-bar-section ul.right li > a,
      .top-bar-section ul.right li:hover:not(.has-form) > a {
        border: 0;
        color: #fff;
        height: auto; }
  .top-bar-section ul.left {
    padding-top: 15px; }
  .top-bar-section ul.right {
    padding-bottom: 15px; }
  .top-bar-section ul.dropdown {
    background: #002e56; } }
  @media only screen and (max-width: 50em) and (min-width: 50.063em) {
    .top-bar-section ul.dropdown {
      padding-bottom: 15px; } }

.f-dropdown {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  min-width: 255px;
  width: auto;
  z-index: 496; }
  .f-dropdown .content {
    background: white;
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; }
  .f-dropdown ul li:not(.has-form) {
    background: #eff1f1;
    cursor: initial;
    white-space: nowrap;
    float: none;
    margin-bottom: 1px; }
    .f-dropdown ul li:not(.has-form) a:not(.button) {
      font-size: 14px;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      line-height: 40px;
      text-transform: uppercase;
      transition: all .2s linear; }
    .f-dropdown ul li:not(.has-form) a.link-promote {
      font-weight: bold;
      text-transform: none; }
    .f-dropdown ul li:not(.has-form):last-child {
      margin-bottom: 0; }

.mega-menu {
  display: none; }
  .mega-menu .f-dropdown:before,
  .mega-menu .f-dropdown:after {
    border-style: none; }
  @media only screen and (min-width: 50.063em) {
    .mega-menu {
      display: block;
      position: relative;
      top: 0; } }

.tabs {
  margin-left: auto; }
  .tabs ul.primary {
    padding-left: 4px;
    overflow: hidden;
    border-bottom: none;
    list-style: none;
    margin: 0 0 1.5em;
    padding: 0;
    white-space: nowrap;
    max-height: 37px; }
    @media only screen and (max-width: 35em) {
      .tabs ul.primary {
        max-height: 33px; } }
    .tabs ul.primary li {
      margin-left: -4px; }
      .tabs ul.primary li .active {
        background: #0d5aa2;
        box-shadow: inset 0px 0px 10px 10px rgba(3, 56, 105, 0.2);
        color: #fff;
        font-weight: 500; }
      .tabs ul.primary li a {
        padding-left: 4px;
        display: inline-block;
        padding: 8px;
        color: #054f94;
        text-decoration: none;
        border-right: 1px solid #dedede;
        border-bottom: none;
        border-top: none;
        margin-right: 0px; }
      .tabs ul.primary li a:not(.active):hover, .tabs ul.primary li a:not(.active):focus {
        background: url("../images/horiz-nav-bg.jpg") repeat-x;
        background-position: bottom;
        font-weight: 500; }

/**
 * logged in front page needs only 81px offset, instead of 110px
 */
@media only screen and (min-width: 50.063em) {
  .front.logged-in .inner-wrap {
    margin-top: 81px; } }

.inner-wrap {
  /* CO - wrapping in media tag per CE's input'
     RM - changing selector to inner-wrap to fix conflict with footer,
           also switching to margin-top */ }
  @media only screen and (min-width: 50.063em) {
    .inner-wrap {
      margin-top: 110px; } }

.off-canvas-wrap .left-small {
  border-right: none; }

.off-canvas-wrap .right-off-canvas-menu {
  width: 16.4rem;
  background: #002e56; }

.off-canvas-wrap ul.off-canvas-list li a, .off-canvas-wrap ul.off-canvas-list li.has-submenu > a {
  background: #d9ddde;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase; }
  .off-canvas-wrap ul.off-canvas-list li a::before, .off-canvas-wrap ul.off-canvas-list li.has-submenu > a::before {
    content: '';
    margin: 0; }

.off-canvas-wrap .right-submenu {
  width: 16.4rem; }
  .off-canvas-wrap .right-submenu .back {
    text-align: right; }
    .off-canvas-wrap .right-submenu .back a {
      background: #565656;
      color: white;
      height: 3.25rem;
      line-height: 3.25rem;
      text-shadow: none; }
    .off-canvas-wrap .right-submenu .back > a:before {
      border-left: none;
      color: white;
      content: "\f104 \f104 ";
      display: inline;
      font-family: FontAwesome;
      font-size: 1.1rem;
      padding-right: 0.5rem;
      position: static; }
    .off-canvas-wrap .right-submenu .back > a:after {
      content: "" !important; }

.right-off-canvas-menu .block-views-exp-search-page {
  margin: 2rem 2.65rem;
  width: 70%; }
  .right-off-canvas-menu .block-views-exp-search-page::after {
    top: 12px; }
  .right-off-canvas-menu .block-views-exp-search-page input {
    height: 32px;
    padding: 8px 5px; }

.move-left > .inner-wrap {
  transform: translate3d(-16.4rem, 0, 0); }

.lt-ie10 #block-menu-menu-main-navigation-menu {
  margin-top: 5px; }

.lt-ie10 .orbit-bullets {
  line-height: 1.2;
  top: 0; }

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: rgba(0, 32, 60, 0.6);
  color: #eff1f1; }

.orbit-bullets-container,
.orbit-bullets {
  line-height: 8px;
  margin: 0 auto;
  top: 0; }

.orbit-bullets li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #b0b7bb;
  float: left;
  height: 8px;
  margin: 0 2% 0 0;
  padding: 0; }
  .orbit-bullets li.active {
    background-color: #002e56; }
  .orbit-bullets li:last-child {
    margin: 0; }

.orbit-timer {
  display: none; }

.orbit {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif; }
  .orbit p {
    margin: 0; }
  .orbit > li {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 auto;
    height: inherit;
    max-width: 1060px;
    overflow: inherit;
    width: 100%; }
    .orbit > li .solution-banner-image {
      height: 120px;
      margin: 0 10px 0 0;
      overflow: hidden;
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 35.063em) {
        .orbit > li .solution-banner-image {
          float: none;
          height: auto;
          margin: 0; } }
      .orbit > li .solution-banner-image img {
        max-width: 305% !important;
        position: absolute;
        top: 0; }
        @media only screen and (min-width: 35.063em) {
          .orbit > li .solution-banner-image img {
            margin: 0;
            max-width: 100%;
            position: initial;
            width: 100%; } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 35.063em) {
          .orbit > li .solution-banner-image img {
            /* IE10+ CSS styles go here */
            position: static; } }
    .orbit > li .slide-title-wrapper {
      padding: 8px 10px 10px 10px;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-weight: 300;
      width: 100%;
      z-index: 2;
      background: none;
      position: relative;
      bottom: inherit;
      top: 0; }
      @media only screen and (min-width: 35.063em) {
        .orbit > li .slide-title-wrapper {
          position: absolute;
          top: initial;
          bottom: 29%; }
          .orbit > li .slide-title-wrapper:before {
            width: 66.666666%; }
          .orbit > li .slide-title-wrapper .slide-title .title-small, .orbit > li .slide-title-wrapper .slide-title .title-large {
            max-width: 67.5%; } }
      @media only screen and (min-width: 50.063em) {
        .orbit > li .slide-title-wrapper {
          bottom: 25%; } }
      @media only screen and (min-width: 90.063em) {
        .orbit > li .slide-title-wrapper .slide-title .title-small, .orbit > li .slide-title-wrapper .slide-title .title-large {
          bottom: 23%;
          max-width: 70%; }
        .orbit > li .slide-title-wrapper .slide-title .title-small {
          font-size: 1.1em; } }
      .orbit > li .slide-title-wrapper:before {
        content: '';
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        text-indent: -999em;
        z-index: 1;
        background-color: transparent;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
        zoom: 1;
        -webkit-box-shadow: inset 0 0 60px #d9ddde;
        -moz-box-shadow: inset 0 0 60px #d9ddde;
        box-shadow: inset 0 0 60px #d9ddde; }
      @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .orbit > li .slide-title-wrapper {
          /* IE10+ CSS styles go here */
          height: 100px;
          top: auto;
          bottom: 30%;
          overflow: hidden; } }
      .orbit > li .slide-title-wrapper .slide-title {
        margin: 0 auto;
        max-width: 1060px;
        position: relative;
        z-index: 2; }
        .orbit > li .slide-title-wrapper .slide-title h2, .orbit > li .slide-title-wrapper .slide-title p {
          margin: 0;
          color: #231f20;
          text-shadow: 0 1px 1px #d9ddde; }
      .orbit > li .slide-title-wrapper .title-large {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 4px; }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.orange, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.orange, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.orange, .product-banner .orbit > li .slide-title-wrapper .title-large.orange, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.orange, .category-banner .orbit > li .slide-title-wrapper .title-large.orange {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.assablue, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.assablue, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.assablue, .product-banner .orbit > li .slide-title-wrapper .title-large.assablue, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.assablue, .category-banner .orbit > li .slide-title-wrapper .title-large.assablue {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.lightgreen, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.lightgreen, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.lightgreen, .product-banner .orbit > li .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.lightgreen, .category-banner .orbit > li .slide-title-wrapper .title-large.lightgreen {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.red, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.red, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.red, .product-banner .orbit > li .slide-title-wrapper .title-large.red, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.red, .category-banner .orbit > li .slide-title-wrapper .title-large.red {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.gray, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.gray, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.gray, .product-banner .orbit > li .slide-title-wrapper .title-large.gray, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.gray, .category-banner .orbit > li .slide-title-wrapper .title-large.gray {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.hidblue, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.hidblue, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.hidblue, .product-banner .orbit > li .slide-title-wrapper .title-large.hidblue, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.hidblue, .category-banner .orbit > li .slide-title-wrapper .title-large.hidblue {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.navy, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.navy, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.navy, .product-banner .orbit > li .slide-title-wrapper .title-large.navy, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.navy, .category-banner .orbit > li .slide-title-wrapper .title-large.navy {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.seagreen, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.seagreen, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.seagreen, .product-banner .orbit > li .slide-title-wrapper .title-large.seagreen, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.seagreen, .category-banner .orbit > li .slide-title-wrapper .title-large.seagreen {
            color: #231f20; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large.white, .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.white, .orbit > li .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .orbit > li .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .orbit > li .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .orbit > li .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .orbit > li .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.white, .product-banner .orbit > li .slide-title-wrapper .title-large.white, .brand-family-banner .orbit > li .slide-title-wrapper .title-large.white, .category-banner .orbit > li .slide-title-wrapper .title-large.white {
            color: #231f20; } }
        @media only screen and (min-width: 35.063em) {
          .orbit > li .slide-title-wrapper .title-large {
            font-size: 18px;
            line-height: 22px; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-large {
            font-size: 20px;
            line-height: 26px; } }
        @media only screen and (min-width: 90.063em) {
          .orbit > li .slide-title-wrapper .title-large {
            font-size: 24px;
            line-height: 28px; } }
      .orbit > li .slide-title-wrapper .title-small {
        font-size: 13px;
        line-height: 1.2rem; }
        @media only screen and (min-width: 35.063em) {
          .orbit > li .slide-title-wrapper .title-small {
            line-height: 1.4rem; } }
        @media only screen and (min-width: 50.063em) {
          .orbit > li .slide-title-wrapper .title-small {
            font-size: 14px; } }
        @media only screen and (min-width: 90.063em) {
          .orbit > li .slide-title-wrapper .title-small {
            font-size: 16px; } }
    .orbit > li .slide-cta-wrapper {
      display: none; }
      @media only screen and (min-width: 35.063em) {
        .orbit > li .slide-cta-wrapper {
          font-size: .9rem;
          display: block;
          bottom: 6%;
          min-height: 40px;
          width: 100%;
          z-index: 2;
          background: none;
          padding: 8px 10px;
          position: absolute; }
          .orbit > li .slide-cta-wrapper:before {
            content: '';
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            text-indent: -999em;
            width: 66.66%;
            z-index: 1; }
          .orbit > li .slide-cta-wrapper .slide-cta {
            margin: 0 auto;
            max-width: 1060px;
            position: relative;
            z-index: 2;
            color: #231f20; }
            .orbit > li .slide-cta-wrapper .slide-cta span {
              max-width: 74%;
              color: #eff1f1;
              border-bottom: 1px solid transparent;
              padding: 0 0 2px;
              transition: all .2s linear; } }
      @media only screen and (min-width: 35.063em) and (min-width: 50.063em) {
        .orbit > li .slide-cta-wrapper .slide-cta span {
          font-size: 1rem; } }
      @media only screen and (min-width: 35.063em) and (min-width: 90.063em) {
        .orbit > li .slide-cta-wrapper .slide-cta span {
          font-size: 1.2rem; } }
      @media only screen and (min-width: 35.063em) {
              .orbit > li .slide-cta-wrapper .slide-cta span::after {
                font-family: FontAwesome;
                font-size: 1.2rem;
                content: "\f105 \f105";
                display: inline;
                margin-left: .5rem; }
              .orbit > li .slide-cta-wrapper .slide-cta span:hover {
                border-color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .orbit > li .slide-cta-wrapper {
          font-size: 1rem; }
          .orbit > li .slide-cta-wrapper:before {
            width: 66.666666%; } }
      @media only screen and (min-width: 90.063em) {
        .orbit > li .slide-cta-wrapper {
          font-size: 1.1rem;
          bottom: 10%; } }
    .orbit > li .slide-title-wrapper:before {
      display: none; }
    @media only screen and (min-width: 35.063em) {
      .orbit > li .slide-title-wrapper:before {
        display: block; } }
    @media only screen and (min-width: 50.063em) {
      .orbit > li .slide-title-wrapper:before {
        display: block; } }
    @media only screen and (min-width: 90.063em) {
      .orbit > li .slide-title-wrapper:before {
        display: block; } }

.stats {
  margin: 0 auto 10px;
  width: 305px; }
  @media only screen and (min-width: 35.063em) {
    .stats {
      margin: 50px auto 0;
      width: 455px; } }
  @media only screen and (min-width: 50.063em) {
    .stats {
      width: 515px; } }

.stat,
.plus,
.equal {
  float: left; }

.number,
.plus,
.equal {
  color: #b0b7bb;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: -1px; }
  @media only screen and (min-width: 35.063em) {
    .number,
    .plus,
    .equal {
      font-size: 3rem; } }
  @media only screen and (min-width: 50.063em) {
    .number,
    .plus,
    .equal {
      font-size: 3.5rem; } }

.plus,
.equal {
  line-height: normal;
  padding: 0 .6rem; }
  @media only screen and (min-width: 50.063em) {
    .plus,
    .equal {
      padding: 0 .8rem; } }

.number,
.desc {
  line-height: normal;
  text-align: center; }

.desc {
  font-size: .8rem; }
  @media only screen and (min-width: 35.063em) {
    .desc {
      font-size: 1rem; } }

.tall {
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0.8rem 0;
  min-height: 160px;
  max-height: 200px;
  overflow: hidden; }
  @media only screen and (min-width: 35.063em) {
    .tall {
      min-height: 200px;
      max-height: 200px; } }
  @media only screen and (min-width: 50.063em) {
    .tall {
      min-height: 280px;
      max-height: 280px; } }

.tall-main {
  background: #fff;
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0.7rem 0;
  min-height: 200px;
  max-height: 340px;
  overflow: hidden;
  position: relative; }
  .tall-main a {
    color: #231f20;
    line-height: 1.2rem;
    border-bottom: 1px solid transparent;
    padding: 0 0 2px;
    transition: all .2s linear; }
    .tall-main a::after {
      font-family: FontAwesome;
      font-size: .95rem;
      content: "\f054 \f054";
      display: inline;
      margin-left: .5rem; }
    .tall-main a:hover {
      color: #565656;
      border-color: #84898c; }
  @media only screen and (min-width: 35.063em) {
    .tall-main {
      min-height: 280px;
      max-height: 280px; } }

.short {
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0.8rem 0;
  min-height: 160px;
  max-height: 200px;
  overflow: hidden; }
  @media only screen and (min-width: 35.063em) {
    .short {
      min-height: 200px;
      max-height: 200px; } }

.short-main {
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0.7rem 0;
  min-height: 220px;
  max-height: 260px;
  position: relative;
  overflow: hidden; }
  .short-main a {
    color: #231f20;
    line-height: 1.2rem;
    border-bottom: 1px solid transparent;
    padding: 0 0 2px;
    transition: all .2s linear; }
    .short-main a::after {
      font-family: FontAwesome;
      font-size: .95rem;
      content: "\f054 \f054";
      display: inline;
      margin-left: .5rem; }
    .short-main a:hover {
      color: #565656;
      border-color: #84898c; }
  @media only screen and (min-width: 35.063em) {
    .short-main {
      min-height: 200px;
      max-height: 200px; } }

.subnav {
  color: #ffffff;
  padding: .7rem .7rem .7rem 64px; }
  .subnav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .subnav ul.menu li {
      list-style: none;
      margin: 0;
      padding: 0; }
  .subnav a {
    color: #eff1f1;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.15;
    margin: 5px 0;
    text-shadow: 0 1px 1px #565656;
    transition: all .5s linear; }
    .subnav a:hover {
      color: #565656;
      text-shadow: none; }
    @media only screen and (min-width: 50.063em) {
      .subnav a {
        font-weight: 200; } }

.orange .subnav, .orbit > li .slide-title-wrapper .title-large.orange .subnav, .node-gateway-banner-display .slide-title-wrapper .title-large.orange .subnav, .node-solution-banner-display .slide-title-wrapper .title-large.orange .subnav, .product-banner .slide-title-wrapper .title-large.orange .subnav, .brand-family-banner .slide-title-wrapper .title-large.orange .subnav, .category-banner .slide-title-wrapper .title-large.orange .subnav {
  background: #f8971d;
  box-shadow: inset 0 0 20px #ff8100, 0 12px 12px -10px #b0b7bb; }

.blue .subnav {
  background: #40b4d7;
  box-shadow: inset 0 0 40px #00a0d0, 0 12px 12px -10px #b0b7bb; }

.green .subnav {
  background: #00b597;
  box-shadow: inset 0 0 40px #03a98d, 0 12px 12px -10px #b0b7bb; }

/*
.industry, .solution, .services {
  padding: 1rem 1.4rem;

  @include breakpoint(small) {
    padding: 1rem 1.4rem 1.4rem 1.4rem;

      p, a {
      margin-right: 200px;
    }
  }
}
*/
.teaser {
  position: relative; }
  .teaser img {
    min-width: 100%; }

.video-teaser,
.blog-teaser,
.brochure-teaser,
.chart-teaser,
.event-teaser,
.paper-teaser,
.news-teaser,
.tool-teaser,
.page-teaser,
.quote-teaser {
  background: rgba(0, 46, 86, 0.9);
  /*HID Navy is rgb 0,46,86 */
  box-shadow: inset 0 0 100px rgba(0, 32, 60, 0.8);
  bottom: 0;
  color: #eff1f1 !important;
  height: 55px;
  overflow: hidden;
  position: absolute;
  transition: all .5s linear;
  width: 100%; }
  .video-teaser i,
  .blog-teaser i,
  .brochure-teaser i,
  .chart-teaser i,
  .event-teaser i,
  .paper-teaser i,
  .news-teaser i,
  .tool-teaser i,
  .page-teaser i,
  .quote-teaser i {
    color: #eff1f1; }
  .video-teaser h6, .video-teaser p, .video-teaser .field-name-field-promotion-mouseover-text .field-item,
  .blog-teaser h6,
  .blog-teaser p,
  .blog-teaser .field-name-field-promotion-mouseover-text .field-item,
  .brochure-teaser h6,
  .brochure-teaser p,
  .brochure-teaser .field-name-field-promotion-mouseover-text .field-item,
  .chart-teaser h6,
  .chart-teaser p,
  .chart-teaser .field-name-field-promotion-mouseover-text .field-item,
  .event-teaser h6,
  .event-teaser p,
  .event-teaser .field-name-field-promotion-mouseover-text .field-item,
  .paper-teaser h6,
  .paper-teaser p,
  .paper-teaser .field-name-field-promotion-mouseover-text .field-item,
  .news-teaser h6,
  .news-teaser p,
  .news-teaser .field-name-field-promotion-mouseover-text .field-item,
  .tool-teaser h6,
  .tool-teaser p,
  .tool-teaser .field-name-field-promotion-mouseover-text .field-item,
  .page-teaser h6,
  .page-teaser p,
  .page-teaser .field-name-field-promotion-mouseover-text .field-item,
  .quote-teaser h6,
  .quote-teaser p,
  .quote-teaser .field-name-field-promotion-mouseover-text .field-item {
    color: #eff1f1;
    margin: .45rem .8rem; }
  .video-teaser h6,
  .blog-teaser h6,
  .brochure-teaser h6,
  .chart-teaser h6,
  .event-teaser h6,
  .paper-teaser h6,
  .news-teaser h6,
  .tool-teaser h6,
  .page-teaser h6,
  .quote-teaser h6 {
    font-size: 1.2rem;
    min-height: 2.6em; }
  .video-teaser a,
  .blog-teaser a,
  .brochure-teaser a,
  .chart-teaser a,
  .event-teaser a,
  .paper-teaser a,
  .news-teaser a,
  .tool-teaser a,
  .page-teaser a,
  .quote-teaser a {
    color: #eff1f1;
    margin: .8rem;
    border-bottom: 1px solid transparent;
    padding: 0 0 3px;
    transition: all .2s linear; }
    .video-teaser a::after,
    .blog-teaser a::after,
    .brochure-teaser a::after,
    .chart-teaser a::after,
    .event-teaser a::after,
    .paper-teaser a::after,
    .news-teaser a::after,
    .tool-teaser a::after,
    .page-teaser a::after,
    .quote-teaser a::after {
      font-family: FontAwesome;
      font-size: 1.2rem;
      content: "\f105 \f105";
      display: inline;
      margin-left: .5rem; }
    .video-teaser a:hover,
    .blog-teaser a:hover,
    .brochure-teaser a:hover,
    .chart-teaser a:hover,
    .event-teaser a:hover,
    .paper-teaser a:hover,
    .news-teaser a:hover,
    .tool-teaser a:hover,
    .page-teaser a:hover,
    .quote-teaser a:hover {
      border-color: #d9ddde; }

.event-teaser .field-name-field-date-time .field-label {
  float: left; }

.teaser-icon {
  color: #eff1f1;
  float: left;
  width: 42px;
  margin: .6rem .6rem .6rem 1rem; }

.quote {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 6.35rem;
  margin: 0 0 0 -.6rem; }

.paper-teaser .teaser-icon, .page-teaser .teaser-icon {
  width: 36px; }

.news-teaser .teaser-icon, .event-teaser .teaser-icon, .chart-teaser .teaser-icon {
  width: 42px; }

.quote-teaser .teaser-icon, .brochure-teaser .teaser-icon {
  width: 45px;
  height: 42px; }

.nav-icon {
  float: left;
  margin: 0 0 0 -3.8rem;
  text-shadow: 0 1px 1px #565656; }
  .nav-icon i {
    color: #eff1f1; }

.region-icon {
  display: none; }
  @media only screen and (min-width: 35.063em) {
    .region-icon {
      display: block;
      position: absolute;
      right: 0.6rem;
      bottom: 0.4rem; } }

#genuinehid h5 {
  font-weight: 700; }

#genuinehid ul {
  margin-left: 2rem; }
  #genuinehid ul li {
    margin: 6px 8px 6px 0; }

#genuinehid .popout {
  text-align: center; }

#genuinehid i {
  color: #00539b; }

#genuinehid .padleft-1 {
  padding-left: 8px; }

#genuinehid .padright-1 {
  padding-right: 8px; }

.home-section.orange-bg, .home-section.assablue-bg, .home-section.seagreen-bg {
  background-color: #eff1f1; }
  .home-section.orange-bg .row, .home-section.assablue-bg .row, .home-section.seagreen-bg .row {
    margin: .8rem auto; }

.home-section.hidblue-bg {
  background-color: #ffffff; }
  .home-section.hidblue-bg i {
    color: #00539b; }

.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat; }
  .parallax h2 {
    bottom: 1.4rem;
    color: #eff1f1;
    font-size: 3.0rem;
    line-height: 2.5rem;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 20;
    text-shadow: 0 1px 2px #565656; }
    .parallax h2.length_5 {
      font-size: 2rem;
      line-height: 1.75rem; }
    .parallax h2.length_6, .parallax h2.length_7, .parallax h2.length_8, .parallax h2.length_9, .parallax h2.length_10 {
      font-size: 1.5rem;
      line-height: 1.4rem; }
    @media only screen and (min-width: 50.063em) {
      .parallax h2 {
        font-size: 3.5rem;
        line-height: 3.25rem; }
        .parallax h2.length_5 {
          font-size: 2.5rem;
          line-height: 2.25rem; }
        .parallax h2.length_6, .parallax h2.length_7, .parallax h2.length_8, .parallax h2.length_9, .parallax h2.length_10 {
          font-size: 1.5rem;
          line-height: 1.4rem; } }
    @media only screen and (min-width: 90.063em) {
      .parallax h2 {
        font-size: 3.5rem;
        line-height: 3.25rem; }
        .parallax h2.length_5 {
          font-size: 2.5rem;
          line-height: 2.25rem; }
        .parallax h2.length_6, .parallax h2.length_7, .parallax h2.length_8, .parallax h2.length_9, .parallax h2.length_10 {
          font-size: 1.8rem;
          line-height: 1.7rem; } }
    .parallax h2.text-default {
      text-align: center; }

.orange-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(248, 151, 29, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCF8971D,endColorstr=#CCF8971D);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(255, 129, 0, 0.8); }

.orange-bg .subnav {
  background: #f8971d url("../images/industry-region-graphic-orange.jpg") no-repeat center/cover; }

.assablue-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(64, 180, 215, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC40B4D7,endColorstr=#CC40B4D7);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(0, 160, 208, 0.9); }

.assablue-bg .subnav {
  background: #40b4d7 url("../images/solution-region-graphic-blue.jpg") no-repeat center/cover; }

.lightgreen-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(189, 227, 34, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCBDE322,endColorstr=#CCBDE322);
  zoom: 1; }

.lightgreen-bg .subnav {
  background-color: #bde322; }

.red-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(234, 41, 35, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCEA2923,endColorstr=#CCEA2923);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(180, 37, 37, 0.8); }

.red-bg .subnav {
  background-color: #ea2923; }

.gray-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(176, 183, 187, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCB0B7BB,endColorstr=#CCB0B7BB);
  zoom: 1; }

.gray-bg .subnav {
  background-color: #b0b7bb; }

.hidblue-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(0, 83, 155, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(0, 46, 86, 0.8); }

.hidblue-bg .subnav {
  background-color: #00539b; }

.navy-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(0, 32, 60, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00203C,endColorstr=#CC00203C);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(0, 32, 60, 0.8); }

.navy-bg .subnav {
  background-color: #00203c; }

.seagreen-bg .parallax h2 {
  background-color: transparent;
  background-color: rgba(0, 181, 151, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00B597,endColorstr=#CC00B597);
  zoom: 1;
  box-shadow: inset 0 0 100px rgba(3, 169, 141, 0.8); }

.seagreen-bg .subnav {
  background-color: #00b597; }

.fullscreen,
.content-a {
  width: 100%;
  min-height: 100%; }

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden; }

/* content centering styles */
.content-a {
  display: table; }

.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3); }

.home-section .field-name-field-homepage-body-icon {
  display: none; }
  @media only screen and (min-width: 35.063em) {
    .home-section .field-name-field-homepage-body-icon {
      bottom: 20px;
      display: block;
      height: auto;
      position: absolute;
      right: 16px;
      width: 170px; } }

.home-section .parallax {
  height: 120px;
  padding: 0;
  box-shadow: none; }
  @media only screen and (min-width: 50.063em) {
    .home-section .parallax {
      height: 200px; } }
  .home-section .parallax h2 {
    padding: .8rem 1.1rem .6rem; }

#genuinehid .parallax {
  background: rgba(5, 84, 156, 0.9) url("../images/bg-genuineHID.jpg") no-repeat center top;
  height: 120px; }
  #genuinehid .parallax .content-a {
    background: rgba(5, 84, 156, 0); }
  @media (min-width: 300px) {
    #genuinehid .parallax {
      background: rgba(5, 84, 156, 0.9) url("../images/bg-genuineHID-md.jpg") no-repeat center top; } }
  @media only screen and (min-width: 50.063em) {
    #genuinehid .parallax {
      background: rgba(5, 84, 156, 0.9) url("../images/bg-genuineHID-lg.jpg") no-repeat center top;
      height: 200px; } }

#genuinehid .parallax h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: .9rem 1.1rem .8rem; }
  @media only screen and (min-width: 50.063em) {
    #genuinehid .parallax h2 {
      font-size: 2rem;
      line-height: 2.2rem; } }

blockquote {
  margin: .8rem 0 2rem 0; }
  blockquote:before {
    color: #d9ddde;
    content: '\201C';
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 7rem;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -2.125rem;
    left: 1rem; }
  blockquote span {
    display: block;
    font-style: italic;
    line-height: 1.6rem;
    margin: .7rem 0 .2rem 4.4rem; }
  blockquote .source {
    font-size: .8rem;
    position: relative;
    padding-top: .2rem;
    margin-left: 4.5rem; }

.rightrule {
  border-bottom: 1px solid #b0b7bb;
  margin-bottom: 36px;
  position: relative; }
  .rightrule .title {
    background: #ffffff;
    display: inline-block;
    line-height: 1.6rem;
    padding-right: 8px;
    position: relative;
    top: 12px; }

.region-sticky-footer .flex-nav-container {
  float: left;
  width: auto;
  margin-top: 4px;
  margin-bottom: 0; }
  @media only screen and (min-width: 50.063em) {
    .region-sticky-footer .flex-nav-container {
      width: 100%; } }
  .region-sticky-footer .flex-nav-container .flex-control-nav {
    display: none; }
  .region-sticky-footer .flex-nav-container .flex-direction-nav {
    display: none; }
  .region-sticky-footer .flex-nav-container .flexslider {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    float: left; }
  .region-sticky-footer .flex-nav-container a {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }

html.csstransitions.js body.html div.sticky-footer {
  transition: transform 0.3s ease-out 0s; }

html.csstransitions.js body.html.reduced div.sticky-footer {
  transform: translateY(55px); }

.language-switcher-locale-url {
  position: absolute;
  top: -9000px;
  z-index: -1; }

.language-switcher-locale-url li {
  list-style-type: none; }

.lang-selector:hover {
  color: #4C4C4C;
  text-decoration: none; }

.reveal-modal.small, dialog.small {
  width: 600px !important; }
  .reveal-modal.small h2, dialog.small h2 {
    color: #eff1f1;
    font-size: 2.2rem; }

#homepage-feeds {
  background: #eff1f1;
  padding: 2rem 0; }
  #homepage-feeds h2 {
    color: #231f20;
    font-size: 20px;
    text-transform: capitalize; }
  #homepage-feeds .view-footer {
    float: right;
    font-style: italic;
    margin: 2rem 0; }
    #homepage-feeds .view-footer i {
      font-size: 1.2rem; }
  #homepage-feeds .views-field-title {
    font-weight: 700;
    line-height: 1.25;
    margin: 1rem 2rem 0 0; }
    #homepage-feeds .views-field-title a {
      color: #231f20; }

.view-hid-homepage-blog-view .views-row, .view-hid-homepage-events-view .views-row {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  overflow: hidden;
  clear: both; }
  .view-hid-homepage-blog-view .views-row:last-child, .view-hid-homepage-events-view .views-row:last-child {
    margin-bottom: 0; }

.view-hid-homepage-blog-view .views-row {
  border-top: 3px solid #f8971d;
  min-height: 103px; }

.view-hid-homepage-blog-view .view-hid-homepage-events-view .view-content {
  overflow: hidden; }

.view-hid-homepage-blog-view .views-field-title {
  margin: 1rem 2rem 0 1rem; }

.view-hid-homepage-blog-view .views-field-field-publish-date {
  color: #b0b7bb;
  font-size: .9rem;
  margin: .5rem 1rem; }

.view-blog-feed .view-content {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  overflow: hidden;
  clear: both;
  border-top: 3px solid #f8971d;
  padding: 0 1rem .9rem; }

.view-blog-feed .views-field-timestamp {
  color: #b0b7bb;
  font-size: .9rem; }

.view-hid-homepage-events-view {
  position: relative; }
  .view-hid-homepage-events-view h2 {
    padding-right: 110px; }
  .view-hid-homepage-events-view .views-row {
    border-top: 3px solid #b0cbea;
    min-height: 102px;
    position: relative;
    padding-right: 5px; }
  .view-hid-homepage-events-view .view-filters {
    height: 0;
    overflow: hidden; }
  .view-hid-homepage-events-view .views-widget {
    background: #ffffff;
    border-radius: 3px;
    font-size: .8rem;
    position: absolute;
    right: 0;
    top: -3.6rem; }
  .view-hid-homepage-events-view .date__event--calendar {
    float: left;
    padding: .1rem 1rem 1rem 1rem;
    position: relative; }
    .view-hid-homepage-events-view .date__event--calendar:before {
      color: #b0cbea;
      content: '\f133';
      font-family: FontAwesome;
      font-size: 3.4rem; }
  .view-hid-homepage-events-view .date__day {
    color: #00539b;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    left: 1.5rem;
    position: absolute;
    text-align: center;
    top: 2rem; }
  .view-hid-homepage-events-view .date__month {
    color: #b0cbea;
    font-weight: 700;
    left: 1.6rem;
    position: absolute;
    text-align: center;
    top: 4.5rem; }
  .view-hid-homepage-events-view .views-field-title {
    display: block;
    margin: 1rem 2rem 0 5rem; }
  .view-hid-homepage-events-view .views-field-name {
    line-height: 1.2;
    margin-right: 2rem; }
  .view-hid-homepage-events-view .views-field-additional {
    font-size: .9rem;
    line-height: 1.25;
    margin: .5rem 2rem 0 5rem; }
  .view-hid-homepage-events-view .views-field-nothing {
    color: #b0b7bb;
    font-size: .9rem;
    margin: 0 2rem 0.5rem 5rem; }
  .view-hid-homepage-events-view #views-exposed-form-hid-homepage-events-view-block-1 select.form-select {
    background: #ffffff;
    border-radius: 4px;
    color: #84898c;
    font-size: .8rem;
    font-style: italic;
    height: 30px;
    line-height: .8rem;
    margin: 0;
    padding: .5rem !important;
    width: 100px; }
    .view-hid-homepage-events-view #views-exposed-form-hid-homepage-events-view-block-1 select.form-select option {
      font-size: .8rem;
      font-style: italic; }

.view-hid-news-slideshow-view {
  position: relative; }
  .view-hid-news-slideshow-view .view-content {
    background: #ffffff;
    border-radius: 4px;
    border-top: 3px solid #00539b;
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.1);
    min-height: 280px;
    padding: .9rem 1rem; }
    @media only screen and (min-width: 35.063em) {
      .view-hid-news-slideshow-view .view-content {
        min-height: 220px; } }
    @media only screen and (min-width: 50.063em) {
      .view-hid-news-slideshow-view .view-content {
        min-height: 336px; } }
  .view-hid-news-slideshow-view .views-field-field-field-pr-image {
    float: left;
    margin: 0 1rem 1rem 0; }
  .view-hid-news-slideshow-view .flex-nav-container {
    margin-bottom: 0; }
  .view-hid-news-slideshow-view .flexslider {
    min-height: 260px;
    margin: 0; }
    @media only screen and (min-width: 35.063em) {
      .view-hid-news-slideshow-view .flexslider {
        min-height: 200px; } }
    @media only screen and (min-width: 50.063em) {
      .view-hid-news-slideshow-view .flexslider {
        min-height: 320px; } }
  .view-hid-news-slideshow-view .flex-control-nav {
    bottom: .25rem;
    position: absolute; }
    .view-hid-news-slideshow-view .flex-control-nav li {
      width: 1.6rem; }
      .view-hid-news-slideshow-view .flex-control-nav li:first-child {
        margin: 0 0 0 10px; }
    .view-hid-news-slideshow-view .flex-control-nav li a {
      color: transparent; }
      .view-hid-news-slideshow-view .flex-control-nav li a:before {
        color: #b0b7bb;
        content: '\f1db';
        font-family: FontAwesome; }
    .view-hid-news-slideshow-view .flex-control-nav li a.active {
      color: transparent; }
      .view-hid-news-slideshow-view .flex-control-nav li a.active:before {
        color: #00539b;
        content: '\f111';
        font-family: FontAwesome; }
  .view-hid-news-slideshow-view .flex-direction-nav {
    display: none; }
  .view-hid-news-slideshow-view .views-field-field-short-description {
    margin: 1rem 0; }

.sprite {
  display: inline-block; }

.assaabloy {
  background-image: url(../images/sprites.png);
  background-position: 0px -14px;
  width: 101px;
  height: 14px;
  margin-top: 3px; }

.government {
  background-image: url(../images/sprites.png);
  background-position: 0px -931px;
  width: 60px;
  height: 60px; }

.government-small {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -186px;
  width: 38px;
  height: 38px; }

.mobile-entry {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -583px;
  width: 32px;
  height: 48px; }
  @media only screen and (min-width: 50.063em) {
    .mobile-entry {
      background-image: url(../images/sprites.png);
      background-position: 0px -537px;
      width: 32px;
      height: 48px; } }

.lumidigm {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -938px;
  width: 42px;
  height: 58px; }
  @media only screen and (min-width: 50.063em) {
    .lumidigm {
      background-image: url(../images/sprites.png);
      background-position: 0px -1111px;
      width: 46px;
      height: 64px; } }

.identrust {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -16px;
  width: 60px;
  height: 19px; }
  @media only screen and (min-width: 50.063em) {
    .identrust {
      background-image: url(../images/sprites.png);
      background-position: 0px -189px;
      width: 80px;
      height: 25px; } }

.quantum-secure {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -35px;
  width: 60px;
  height: 25px; }
  @media only screen and (min-width: 50.063em) {
    .quantum-secure {
      background-image: url(../images/sprites.png);
      background-position: 0px -308px;
      width: 80px;
      height: 33px; } }

.audience {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -679px;
  width: 72px;
  height: 49px; }
  @media only screen and (min-width: 50.063em) {
    .audience {
      background-image: url(../images/sprites.png);
      background-position: 0px -1550px;
      width: 143px;
      height: 97px; } }

.cloud {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -494px;
  width: 70px;
  height: 42px; }
  @media only screen and (min-width: 50.063em) {
    .cloud {
      background-image: url(../images/sprites.png);
      background-position: 0px -1175px;
      width: 109px;
      height: 66px;
      margin: 17px 0 62px !important; } }

.password {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -728px;
  width: 39px;
  height: 50px; }
  @media only screen and (min-width: 50.063em) {
    .password {
      background-image: url(../images/sprites.png);
      background-position: 0px -1744px;
      width: 77px;
      height: 100px; } }

.service-audience {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -536px;
  width: 70px;
  height: 47px; }
  @media only screen and (min-width: 50.063em) {
    .service-audience {
      background-image: url(../images/sprites.png);
      background-position: 0px -1241px;
      width: 105px;
      height: 71px;
      margin: 14px 0 60px !important; } }

.certificate {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -828px;
  width: 42px;
  height: 54px; }
  @media only screen and (min-width: 50.063em) {
    .certificate {
      background-image: url(../images/sprites.png);
      background-position: 0px -1647px;
      width: 76px;
      height: 97px;
      margin-top: 3px; } }

.building {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -778px;
  width: 56px;
  height: 50px; }
  @media only screen and (min-width: 50.063em) {
    .building {
      background-image: url(../images/sprites.png);
      background-position: 0px -1470px;
      width: 90px;
      height: 80px; } }

.web-server {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -631px;
  width: 55px;
  height: 48px; }
  .web-server:hover {
    background-image: url(../images/sprites-hover.png);
    background-position: 0px -16px;
    width: 55px;
    height: 48px; }
  @media only screen and (min-width: 50.063em) {
    .web-server {
      background-image: url(../images/sprites.png);
      background-position: 0px -1312px;
      width: 89px;
      height: 78px; } }

.hidgenuine {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -454px;
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 35.063em) {
    .hidgenuine {
      background-image: url(../images/sprites.png);
      background-position: 0px -1390px;
      width: 80px;
      height: 80px;
      margin-top: -12px; } }

.genuine-hid {
  background-image: url(../images/sprites.png);
  background-position: 0px -1962px;
  width: 120px;
  height: 120px; }
  @media only screen and (min-width: 35.063em) {
    .genuine-hid {
      background-image: url(../images/sprites.png);
      background-position: 0px -2082px;
      width: 160px;
      height: 160px; } }

.request-info {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -60px;
  width: 28px;
  height: 28px; }
  @media only screen and (min-width: 50.063em) {
    .request-info {
      background-image: url(../images/sprites.png);
      background-position: 0px -585px;
      width: 52px;
      height: 52px; }
      .request-info:hover {
        background-image: url(../images/sprites-hover.png);
        background-position: 0px -64px;
        width: 52px;
        height: 52px; } }

.logo {
  margin: .5rem auto;
  width: 74px;
  z-index: 1100; }
  .logo svg {
    min-height: 30px; }
  @media only screen and (min-width: 50.063em) {
    .logo {
      float: left;
      margin: 0;
      width: 255px; } }

html.ie10 .logo, html.ie11 .logo {
  height: 40px; }

#web-logo path {
  fill: white; }
  @media only screen and (min-width: 50.063em) {
    #web-logo path {
      fill: #00549B; } }

.logo-reduced,
.logo-small {
  z-index: 0; }
  .logo-reduced svg,
  .logo-small svg {
    height: 100%; }
  .logo-reduced #web-logo text,
  .logo-small #web-logo text {
    display: none; }

aside:not(.right-off-canvas-menu) .block.filter h2.block-title,
aside:not(.right-off-canvas-menu) .block.filter .partner-filter-title,
aside:not(.right-off-canvas-menu) .block.filter .filter-brand-title, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service h2.block-title,
aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .partner-filter-title,
aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .filter-brand-title, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom h2.block-title,
aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .partner-filter-title,
aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .filter-brand-title, .page-product-display-cards-and-credentials #block-views-exp-product-display-page h2.block-title,
.page-product-display-cards-and-credentials #block-views-exp-product-display-page .partner-filter-title,
.page-product-display-cards-and-credentials #block-views-exp-product-display-page .filter-brand-title {
  background-image: url(../images/sprites.png);
  background-position: 0px -637px;
  width: 51px;
  height: 54px; }

.icon2 {
  background-image: url(../images/sprites.png);
  background-position: 0px -2438px;
  width: 21px;
  height: 282px; }

.icon2_video {
  top: -85px;
  left: 0; }

.icon2_outer {
  float: left;
  height: 23px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  width: 21px; }

.access-control {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -300px;
  width: 38px;
  height: 38px; }
  @media only screen and (min-width: 90.063em) {
    .access-control {
      background-image: url(../images/sprites.png);
      background-position: 0px -871px;
      width: 60px;
      height: 60px; } }

.banking-finance {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -376px;
  width: 38px;
  height: 38px; }
  @media only screen and (min-width: 90.063em) {
    .banking-finance {
      background-image: url(../images/sprites.png);
      background-position: 0px -811px;
      width: 60px;
      height: 60px; } }

.corporate {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -148px;
  width: 38px;
  height: 38px; }
  @media only screen and (min-width: 90.063em) {
    .corporate {
      background-image: url(../images/sprites.png);
      background-position: 0px -751px;
      width: 60px;
      height: 60px; } }

.government {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -186px;
  width: 38px;
  height: 38px; }
  @media only screen and (min-width: 90.063em) {
    .government {
      background-image: url(../images/sprites.png);
      background-position: 0px -931px;
      width: 60px;
      height: 60px; } }

.healthcare {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -262px;
  width: 38px;
  height: 38px; }
  @media only screen and (min-width: 90.063em) {
    .healthcare {
      background-image: url(../images/sprites.png);
      background-position: 0px -691px;
      width: 60px;
      height: 60px; } }

.id-badge-printing {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -338px;
  width: 38px;
  height: 38px; }
  @media only screen and (min-width: 90.063em) {
    .id-badge-printing {
      background-image: url(../images/sprites.png);
      background-position: 0px -1051px;
      width: 60px;
      height: 60px; } }

.visitor-management {
  background-image: url(../images/sprites-small.png);
  background-position: 0px -224px;
  width: 38px;
  height: 38px; }
  @media only screen and (min-width: 90.063em) {
    .visitor-management {
      background-image: url(../images/sprites.png);
      background-position: 0px -991px;
      width: 60px;
      height: 60px; } }

.app-program.app-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/app-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.app-badge-bottom-triangle {
  background-image: url("/sites/all/themes/hidglobal/images/icons/app-badge-bottom-triangle.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.embedded-technology-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/embedded-technology-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.gold-app-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/gold-app-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.gold-IA-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/gold-IA-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.gold-PACS-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/gold-PACS-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.gold-SI-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/gold-SI-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.platinum-app-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/platinum-app-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.platinum-IA-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/platinum-IA-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.platinum-PACS-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/platinum-PACS-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.platinum-SI-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/platinum-SI-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.reseller-IA-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/reseller-IA-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.reseller-PACS-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/reseller-PACS-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.reseller-SI-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/reseller-SI-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.silver-app-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/silver-app-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.silver-IA-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/silver-IA-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.silver-PACS-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/silver-PACS-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.silver-SI-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/silver-SI-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.technology-app-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/technology-app-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.var-IA-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/var-IA-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.var-PACS-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/var-PACS-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-program.var-SI-badge {
  background-image: url("/sites/all/themes/hidglobal/images/icons/var-SI-badge.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.embedded-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/embedded-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.gold-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/gold-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.null-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/null-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.platinum-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/platinum-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.reseller-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/reseller-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.silver-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/silver-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.app-tier.var-bullet {
  background-image: url("/sites/all/themes/hidglobal/images/icons/var-bullet.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_access-control {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_access-control.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_access-control-locks {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_access-control-locks.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_analytics {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_analytics.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_animal-identification-programming {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_animal-identification-programming.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_artificial-intelligence {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_artificial-intelligence.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_asset-tracking {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_asset-tracking.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_bank-finance {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_bank-finance.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_biometric-solutions {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_biometric-solutions.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_biometrics-digital-persona {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_biometrics-digital-persona.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_biometrics-graded-authentication {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_biometrics-graded-authentication.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_biometrics-iris-scan {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_biometrics-iris-scan.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_biometrics-liveness-detection {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_biometrics-liveness-detection.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_biometrics-transactional-authentication {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_biometrics-transactional-authentication.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_bluvision {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_bluvision.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_border-protection {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_border-protection.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_building-blocks {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_building-blocks.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_card-companion-device {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_card-companion-device.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_citizen-identification {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_citizen-identification.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_citizen-safety {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_citizen-safety.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_cloud-authentication {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_cloud-authentication.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_condition-monitoring {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_condition-monitoring.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_contactless-card {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_contactless-card.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_controller {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_controller.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_controller-alt {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_controller-alt.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_convergence-card {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_convergence-card.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_corporate-enterprise {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_corporate-enterprise.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_crescendo-zero-trust {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_crescendo-zero-trust.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_customer {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_customer.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_digital-certificates {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_digital-certificates.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_education {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_education.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_embedded-solutions {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_embedded-solutions.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_employee-verification {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_employee-verification.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_ev-charging-stations {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_ev-charging-stations.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_experience {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_experience.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_flexibility {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_flexibility.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_government {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_government.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_government-credentials {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_government-credentials.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_healthcare {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_healthcare.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_high-frequency-card {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_high-frequency-card.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_how-it-works {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_how-it-works.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_identification-access-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_identification-access-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_identification-badge-printing {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_identification-badge-printing.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_identity-lifecycle-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_identity-lifecycle-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_identity-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_identity-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_industry-logistics {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_industry-logistics.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_information {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_information.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_internet-of-things {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_internet-of-things.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_iot-lifecycle {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_iot-lifecycle.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_key-benefits {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_key-benefits.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_location-services {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_location-services.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_low-frequency-card {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_low-frequency-card.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_methodology {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_methodology.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_mobile-solutions {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_mobile-solutions.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_multiple-cards {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_multiple-cards.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_passport {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_passport.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_portfolio {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_portfolio.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_premises-security {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_premises-security.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_privacy {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_privacy.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_professional-services {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_professional-services.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_professional-services-consulting {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_professional-services-consulting.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_professional-services-dedicated {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_professional-services-dedicated.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_professional-services-implementation {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_professional-services-implementation.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_professional-services-partner {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_professional-services-partner.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_reader {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_reader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-authenticity-brand-protection {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-authenticity-brand-protection.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-automation-manufacturing {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-automation-manufacturing.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-custom-tags {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-custom-tags.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-digital-marketing {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-digital-marketing.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-embeddable-tags {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-embeddable-tags.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-fuel-automation {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-fuel-automation.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-healthcare-asset-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-healthcare-asset-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-key-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-key-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-laundry-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-laundry-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-livestock-identification {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-livestock-identification.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-maintenance-inspection {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-maintenance-inspection.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-pet-laboratory-animal-identification {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-pet-laboratory-animal-identification.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-proof-of-presence {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-proof-of-presence.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-returnable-transport-items {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-returnable-transport-items.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-tags-general {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-tags-general.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-time-attendance {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-time-attendance.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-trusted-security-patrols {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-trusted-security-patrols.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_rfid-waste-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_rfid-waste-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_secure-access {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_secure-access.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_secure-print {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_secure-print.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_secure-transaction {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_secure-transaction.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_services-professional {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_services-professional.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_services-secure-identity {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_services-secure-identity.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_services-technical {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_services-technical.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_safe {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_safe.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_safe-analytics {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_safe-analytics.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_safe-aviation {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_safe-aviation.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_safe-enterprise {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_safe-enterprise.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_security {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_security.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_smart-card {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_smart-card.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_smart-card-personalization {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_smart-card-personalization.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_software {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_software.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_software-alt {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_software-alt.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_strong-authentication-network-security {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_strong-authentication-network-security.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_sustainability {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_sustainability.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_testimonial {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_testimonial.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_threat-detection {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_threat-detection.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_time-attendance {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_time-attendance.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_training-services {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_training-services.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_trusted-tag-services {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_trusted-tag-services.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_trusted-tag-services-alt {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_trusted-tag-services-alt.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-support-icon.hid_visitor-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_visitor-management.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

/*
Other icons in the list without actual images. add to the list when created
*/
.solution-image.hid_access-control {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_access-control.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_asset-tracking {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_asset-tracking.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_bank-finance {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_bank-finance.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_border-protection {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_border-protection.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_corporate-enterprise {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_corporate-enterprise.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_education {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_education.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_embedded-solutions {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_embedded-solutions.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_government {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_government.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_healthcare {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_healthcare.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_identity-management {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_identity-management.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

.solution-image.hid_secure-transaction {
  background-image: url("/sites/all/themes/hidglobal/images/icons/hid_secure-transaction.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

/**
 * SVG hover and .open behavior
 */
.accordion-section-teaser .gateway-solution-image path, .accordion-section-teaser .gateway-solution-image polygon, .accordion-section-teaser .gateway-solution-image rect, .accordion-section-teaser .gateway-solution-image circle {
  fill: #b0b7bb;
  stroke: #b0b7bb;
  transition: 0.5s; }

.accordion-section-teaser .gateway-solution-image g[id*='accent'] path, .accordion-section-teaser .gateway-solution-image g[id*='accent'] polygon, .accordion-section-teaser .gateway-solution-image g[id*='accent'] rect, .accordion-section-teaser .gateway-solution-image g[id*='accent'] circle {
  fill: #d9ddde;
  stroke: #d9ddde; }

.accordion-section-teaser:hover .gateway-solution-image path, .accordion-section-teaser:hover .gateway-solution-image polygon, .accordion-section-teaser:hover .gateway-solution-image rect, .accordion-section-teaser:hover .gateway-solution-image circle, .accordion-section-teaser.open .gateway-solution-image path, .accordion-section-teaser.open .gateway-solution-image polygon, .accordion-section-teaser.open .gateway-solution-image rect, .accordion-section-teaser.open .gateway-solution-image circle {
  fill: #00539b;
  stroke: #00539b; }

.accordion-section-teaser:hover .gateway-solution-image g[id*='accent'] path, .accordion-section-teaser:hover .gateway-solution-image g[id*='accent'] polygon, .accordion-section-teaser:hover .gateway-solution-image g[id*='accent'] rect, .accordion-section-teaser:hover .gateway-solution-image g[id*='accent'] circle, .accordion-section-teaser.open .gateway-solution-image g[id*='accent'] path, .accordion-section-teaser.open .gateway-solution-image g[id*='accent'] polygon, .accordion-section-teaser.open .gateway-solution-image g[id*='accent'] rect, .accordion-section-teaser.open .gateway-solution-image g[id*='accent'] circle {
  fill: #b0cbea;
  stroke: #b0cbea; }

.field-collection-item-field-solution-page-teaser .solution-icon path, .field-collection-item-field-solution-page-teaser .solution-icon polygon, .field-collection-item-field-solution-page-teaser .solution-icon rect, .field-collection-item-field-solution-page-teaser .solution-icon circle {
  fill: #b0b7bb;
  stroke: #b0b7bb;
  transition: 0.5s; }

.field-collection-item-field-solution-page-teaser .solution-icon g[id*='accent'] path, .field-collection-item-field-solution-page-teaser .solution-icon g[id*='accent'] polygon, .field-collection-item-field-solution-page-teaser .solution-icon g[id*='accent'] rect, .field-collection-item-field-solution-page-teaser .solution-icon g[id*='accent'] circle {
  fill: #d9ddde;
  stroke: #d9ddde; }

.field-collection-item-field-solution-page-teaser:hover .solution-icon path, .field-collection-item-field-solution-page-teaser:hover .solution-icon polygon, .field-collection-item-field-solution-page-teaser:hover .solution-icon rect, .field-collection-item-field-solution-page-teaser:hover .solution-icon circle {
  fill: #00539b;
  stroke: #00539b; }

.field-collection-item-field-solution-page-teaser:hover .solution-icon g[id*='accent'] path, .field-collection-item-field-solution-page-teaser:hover .solution-icon g[id*='accent'] polygon, .field-collection-item-field-solution-page-teaser:hover .solution-icon g[id*='accent'] rect, .field-collection-item-field-solution-page-teaser:hover .solution-icon g[id*='accent'] circle {
  fill: #b0cbea;
  stroke: #b0cbea; }

html .solution-support-icon img, html .solution-icon img, html .gateway-solution-image img {
  display: none; }

html.no-svg .solution-support-icon svg, html.no-svg .solution-icon svg, html.no-svg .gateway-solution-image svg {
  display: none; }

html.no-svg .solution-support-icon img, html.no-svg .solution-icon img, html.no-svg .gateway-solution-image img {
  display: inline-block;
  margin-top: 0; }

.industry_blog .banner {
  background: #d9ddde;
  display: inline-block;
  height: 31px;
  width: 30px; }

.industry_blog .banner a i {
  display: block;
  font-size: 21px;
  height: 20px;
  padding-top: 6px;
  text-align: center;
  width: 100%; }

.industry_blog .banner a {
  color: white;
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  text-shadow: 0 0 3px #84898c;
  transition: 0.2s; }

.industry_blog .banner a {
  cursor: default; }

.industry_blog .share a:hover,
.industry_blog .edit a:hover {
  color: #05549c;
  cursor: pointer;
  text-shadow: 0 0 6px white; }

.industry_blog .banner::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 7px solid #d9ddde;
  content: "";
  display: block;
  height: 0;
  margin-top: -42px;
  width: 0; }

/* font awesome icon adjustment */
.fa-newspaper-o {
  font-size: 2.6rem; }

.paper-teaser .teaser-icon {
  margin-right: 1rem; }

/* Hide prevent menu from dropping down */
#web-logo text {
  transition: opacity 0.5s; }

@media only screen and (max-width: 880px) {
  #web-logo text {
    opacity: 0 !important; } }

a.sprite.logo {
  float: none;
  position: absolute; }

a.sprite.logo-small {
  position: static; }

aside:not(.right-off-canvas-menu) .block {
  background: #eff1f1;
  border: solid #b0b7bb 1px;
  margin-bottom: 10px;
  padding: 15px;
  position: relative; }
  aside:not(.right-off-canvas-menu) .block .block {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
  aside:not(.right-off-canvas-menu) .block h3,
  aside:not(.right-off-canvas-menu) .block .filter-text {
    font-family: "Encode Sans Wide", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; }
    aside:not(.right-off-canvas-menu) .block h3.subtitle,
    aside:not(.right-off-canvas-menu) .block .filter-text.subtitle {
      font-size: 14px; }
    aside:not(.right-off-canvas-menu) .block h3 .small-sub-tittle,
    aside:not(.right-off-canvas-menu) .block .filter-text .small-sub-tittle {
      font-size: 12px; }
  aside:not(.right-off-canvas-menu) .block p {
    font-size: 12px;
    line-height: 1.6em;
    margin: 0 0 9px; }
  aside:not(.right-off-canvas-menu) .block a {
    font-size: 12px; }
  aside:not(.right-off-canvas-menu) .block ul {
    margin: 15px; }
    aside:not(.right-off-canvas-menu) .block ul li.leaf {
      list-style: none;
      padding: 0; }
  aside:not(.right-off-canvas-menu) .block input[type="text"], aside:not(.right-off-canvas-menu) .block input[type="password"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff !important;
    border-color: #b0b7bb;
    height: 27px; }
  aside:not(.right-off-canvas-menu) .block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #b0b7bb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    display: inline-block;
    margin-bottom: 9px;
    padding: 0 0 3px 4px;
    text-indent: .01px; }
  aside:not(.right-off-canvas-menu) .block .form-item {
    margin: 0; }
  aside:not(.right-off-canvas-menu) .block.hid-genuine-block {
    background: #ffffff;
    border: 0;
    bottom: 0;
    height: 50px;
    margin-top: 10px;
    padding: 0;
    z-index: 1;
    display: none; }
  aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media {
    padding: 0; }
    aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links img, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media img {
      width: 100%; }
    aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links h2.block-title, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media h2.block-title {
      margin: 0; }
    aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links .more-documents, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media .more-documents {
      color: #00539b;
      padding: 0 15px 15px 15px;
      font-weight: 700; }
      aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links .more-documents a:after, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media .more-documents a:after {
        content: " >>"; }
    aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links .aside-anchor, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media .aside-anchor {
      margin: 0 15px 12px; }
    aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links ul, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media ul {
      margin: 15px 15px 10px 15px; }
      aside:not(.right-off-canvas-menu) .block.block-hid-dynamic-links ul li, aside:not(.right-off-canvas-menu) .block.block-hid-static-c50-media ul li {
        line-height: 15px;
        list-style: none;
        padding-bottom: 4px; }
  aside:not(.right-off-canvas-menu) .block.filter, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom {
    background: #eff1f1; }
    aside:not(.right-off-canvas-menu) .block.filter h2.block-title,
    aside:not(.right-off-canvas-menu) .block.filter .partner-filter-title,
    aside:not(.right-off-canvas-menu) .block.filter .filter-brand-title, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service h2.block-title,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .partner-filter-title,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .filter-brand-title, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom h2.block-title,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .partner-filter-title,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .filter-brand-title {
      background-color: transparent;
      color: #00539b;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2em;
      margin: 0 0 15px;
      min-height: 48px;
      padding: 10px 0 10px 55px;
      text-transform: uppercase; }
    aside:not(.right-off-canvas-menu) .block.filter label, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service label, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom label {
      color: #00539b; }
    aside:not(.right-off-canvas-menu) .block.filter input[value="Apply"],
    aside:not(.right-off-canvas-menu) .block.filter .js-hide, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service input[value="Apply"],
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .js-hide, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom input[value="Apply"],
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .js-hide {
      display: none; }
    aside:not(.right-off-canvas-menu) .block.filter input#edit-reset, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service input#edit-reset, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom input#edit-reset {
      background: #b0cbea;
      border: 0;
      box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
      clear: both;
      color: #eff1f1;
      display: inline-block;
      filter: none;
      font-size: .9rem;
      margin-top: 4px;
      text-shadow: 0 1px 1px #0f5797;
      text-transform: capitalize;
      width: 100%; }
      aside:not(.right-off-canvas-menu) .block.filter input#edit-reset:hover, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service input#edit-reset:hover, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom input#edit-reset:hover {
        background: #8fb8e2; }
    aside:not(.right-off-canvas-menu) .block.filter .views-exposed-widget,
    aside:not(.right-off-canvas-menu) .block.filter .bef-group, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .views-exposed-widget,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-group, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .views-exposed-widget,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-group {
      padding: 0 0 7px;
      width: 100%; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset legend,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes legend,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group-heading, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group-heading, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group-heading {
      background-color: #ffffff;
      border: solid 1px #b0b7bb;
      font-size: 13px;
      margin: 0;
      padding-top: 2px;
      width: 100%; }
      aside:not(.right-off-canvas-menu) .block.filter fieldset legend a,
      aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group-heading a,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes legend a,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group-heading a, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset legend a,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group-heading a,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes legend a,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group-heading a, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset legend a,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group-heading a,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes legend a,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group-heading a {
        display: block;
        line-height: 1.8em; }
        aside:not(.right-off-canvas-menu) .block.filter fieldset legend a:hover,
        aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group-heading a:hover,
        aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes legend a:hover,
        aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group-heading a:hover, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset legend a:hover,
        aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group-heading a:hover,
        aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes legend a:hover,
        aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group-heading a:hover, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset legend a:hover,
        aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group-heading a:hover,
        aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes legend a:hover,
        aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group-heading a:hover {
          font-weight: bold; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group.collapsible .bef-group-heading, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group.collapsible .bef-group-heading, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group.collapsible legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group.collapsible .bef-group-heading {
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group.collapsible .bef-group-heading, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group.collapsible .bef-group-heading, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsible .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group.collapsible .fieldset-legend,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group.collapsible .bef-group-heading {
      background-image: url("../images/select-arrow-replaceup.jpg");
      background-position: 100% -2px;
      background-repeat: no-repeat;
      height: 24px; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsed,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsed,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsed,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsed,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsed,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsed,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group {
      height: auto; }
      aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsed legend,
      aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group legend,
      aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsed legend,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group legend,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group .bef-group-heading, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsed legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsed legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group .bef-group-heading, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsed legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsed legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group .bef-group-heading {
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px; }
      aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsed .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.filter fieldset.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsed .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group .bef-group-heading, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsed .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsed .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group .bef-group-heading, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsed .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsed .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes.collapsed .bef-group-heading,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group .fieldset-legend,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group .bef-group-heading {
        background-image: url("../images/select-arrow-replace.jpg");
        background-position: 100% -2px;
        background-repeat: no-repeat;
        height: 24px; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset .fieldset-wrapper,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group-items,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .fieldset-wrapper,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group-items, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .fieldset-wrapper,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group-items,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .fieldset-wrapper,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group-items, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .fieldset-wrapper,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group-items,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .fieldset-wrapper,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group-items {
      background-color: #ffffff;
      border: solid 1px #b0b7bb;
      border-top: 0;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 2px 0; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group-heading, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group-heading, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group-heading,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group-heading {
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      color: #555;
      display: block;
      font-size: 12px;
      line-height: 1.8em;
      padding-left: 15px; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset .form-item,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .form-item, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .form-item,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .form-item, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .form-item,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .form-item {
      display: block;
      padding-left: 11px; }
      aside:not(.right-off-canvas-menu) .block.filter fieldset .form-item label,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .form-item label, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .form-item label,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .form-item label, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .form-item label,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .form-item label {
        color: #231f20;
        display: inline-block;
        font-size: 12px;
        font-weight: 300;
        padding: 5px 0;
        padding-left: 13px;
        position: relative;
        z-index: 2; }
        aside:not(.right-off-canvas-menu) .block.filter fieldset .form-item label:hover,
        aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .form-item label:hover, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .form-item label:hover,
        aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .form-item label:hover, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .form-item label:hover,
        aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .form-item label:hover {
          font-weight: 700; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset .form-type-bef-checkbox input,
    aside:not(.right-off-canvas-menu) .block.filter fieldset .bef-group-items,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .form-type-bef-checkbox input,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .bef-group-items, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .form-type-bef-checkbox input,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .bef-group-items,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .form-type-bef-checkbox input,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .bef-group-items, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .form-type-bef-checkbox input,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .bef-group-items,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .form-type-bef-checkbox input,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .bef-group-items {
      display: none; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset .selected,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .selected, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .selected,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .selected, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .selected,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .selected {
      color: #00539b; }
      aside:not(.right-off-canvas-menu) .block.filter fieldset .selected.form-item,
      aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .selected.form-item, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .selected.form-item,
      aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .selected.form-item, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .selected.form-item,
      aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .selected.form-item {
        padding-left: 9px; }
        aside:not(.right-off-canvas-menu) .block.filter fieldset .selected.form-item label,
        aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .selected.form-item label, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .selected.form-item label,
        aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .selected.form-item label, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .selected.form-item label,
        aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .selected.form-item label {
          color: #00539b;
          padding-left: 0; }
          aside:not(.right-off-canvas-menu) .block.filter fieldset .selected.form-item label:before,
          aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .selected.form-item label:before, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .selected.form-item label:before,
          aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .selected.form-item label:before, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .selected.form-item label:before,
          aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .selected.form-item label:before {
            content: '\2713\0000a0\0000a0'; }
          aside:not(.right-off-canvas-menu) .block.filter fieldset .selected.form-item label:after,
          aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .selected.form-item label:after, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .selected.form-item label:after,
          aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .selected.form-item label:after, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .selected.form-item label:after,
          aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .selected.form-item label:after {
            content: ' \00d7'; }
    aside:not(.right-off-canvas-menu) .block.filter fieldset .select,
    aside:not(.right-off-canvas-menu) .block.filter .bef-checkboxes .select, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service fieldset .select,
    aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service .bef-checkboxes .select, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom fieldset .select,
    aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom .bef-checkboxes .select {
      float: left; }
    aside:not(.right-off-canvas-menu) .block.filter.block-hid-selective-forms form, aside:not(.right-off-canvas-menu) .block.filter.block-hid-document-widgets form, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service.block-hid-selective-forms form, aside:not(.right-off-canvas-menu) .block.Partner.Customer-Service.block-hid-document-widgets form, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom.block-hid-selective-forms form, aside:not(.right-off-canvas-menu) .block.readers.block-hid-custom.block-hid-document-widgets form {
      overflow: hidden; }
  aside:not(.right-off-canvas-menu) .block .block-hid-partner-dir {
    padding-top: 65px; }
  aside:not(.right-off-canvas-menu) .block .partner-filter-title {
    position: absolute;
    top: 0; }
  aside:not(.right-off-canvas-menu) .block #edit-submit-partner-directory,
  aside:not(.right-off-canvas-menu) .block .form-submit {
    width: 100%; }

aside:not(.right-off-canvas-menu) .Doc-Lib .content img {
  display: none;
  visibility: hidden; }

.view-empty p {
  background-color: #f8f8f8;
  border: 1px solid #dedede;
  color: #9b9b9b;
  font-weight: 700;
  margin: 15px auto 0;
  padding: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff; }

.views-displays .secondary li {
  float: none;
  margin: 0 6px; }

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  padding: 2px 7px 3px;
  text-shadow: none; }

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0; }
  .views-displays .secondary .open > a:hover {
    color: #002e56; }

.views-displays .secondary .action-list li {
  margin: 0; }
  .views-displays .secondary .action-list li:first-child {
    -webkit-border-radius: 0 7px 0 0;
    -moz-border-radius: 0 7px 0 0;
    -ms-border-radius: 0 7px 0 0;
    -o-border-radius: 0 7px 0 0;
    border-radius: 0 7px 0 0; }
  .views-displays .secondary .action-list li:last-child {
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px; }

.view-brand-display-alpha h3,
.isotope h3,
.view-product-display > .view-content h3 {
  display: none;
  visibility: hidden; }

.view-brand-display-alpha .views-row,
.isotope .views-row,
.view-product-display > .view-content .views-row {
  display: inline-block;
  padding: 1rem;
  width: 49%;
  vertical-align: top; }
  @media only screen and (min-width: 35.063em) {
    .view-brand-display-alpha .views-row,
    .isotope .views-row,
    .view-product-display > .view-content .views-row {
      width: 32%; } }

.views-limit-grouping-group .views-row {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  padding: 15px 0 10px;
  width: 100%; }

.view-videos table .row {
  width: 33%; }

.view-videos .views-field-field-video-thumb {
  margin-bottom: 5px; }

.view-videos .views-field-nothing .left {
  margin: 0;
  width: 85%; }

.view-videos .views-field-nothing a {
  font-weight: 700;
  line-height: 24px; }

.views-field-picture {
  float: left;
  padding-right: 15px; }

#block-views-industry-blog-block-3,
#block-views-press-releases-block-2,
#block-views-news-block-1,
#block-block-34 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  display: block;
  padding: 15px; }
  #block-views-industry-blog-block-3 .views-row,
  #block-views-press-releases-block-2 .views-row,
  #block-views-news-block-1 .views-row,
  #block-block-34 .views-row {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-bottom: 5px; }

#drivers-block-scroll-block {
  margin: 10px 0;
  max-height: 84px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }
  #drivers-block-scroll-block .item-list {
    border: 1px solid #dedede;
    margin: 0 0 0 3px; }
  #drivers-block-scroll-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.view-id-drivers .button-blue a {
  padding: 4px 7px 4px;
  font-size: 11px; }

.view-id-drivers .span3 {
  width: auto !important;
  padding-left: 20px;
  border-left: 1px solid #d9ddde; }
  @media only screen and (max-width: 35em) {
    .view-id-drivers .span3 {
      border-left: none; } }

.date-display-start, .date-display-end, .date-display-single {
  text-transform: uppercase; }

.view-genuine-hid-technology .views-row {
  padding-bottom: 1rem; }

.view-genuine-hid-technology .views-field-field-partner-prod-photo .field-content a img {
  padding-bottom: 1rem; }

#isotope-container .isotope-item {
  padding-bottom: 1.2rem; }

.ui-autocomplete {
  list-style-type: none;
  padding-left: 10px; }

aside .block .view-industry-blog-archive ul {
  list-style-type: none; }

.view-id-industry_blog .views-row {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .view-id-industry_blog .views-row .hid-standard-date {
    color: #999;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px; }
  .view-id-industry_blog .views-row .span2 {
    padding-top: 5px;
    width: auto !important; }
    @media only screen and (max-width: 35em) {
      .view-id-industry_blog .views-row .span2 {
        display: none; } }
  .view-id-industry_blog .views-row .span7 {
    width: auto !important;
    float: none !important; }

/* Worldwide Sales Tool */
.page-worldwide-sales-tool tr.even, .page-worldwide-sales-tool tr.odd {
  background-color: #fff; }

.page-worldwide-sales-tool td {
  float: none !important;
  min-height: 200px;
  vertical-align: top; }

.page-worldwide-sales-tool th {
  float: none !important; }

@media only screen and (max-width: 35em) {
  .page-worldwide-sales-tool tr.responsive-table-row td tr td:nth-child(1) {
    display: none; }
  .page-worldwide-sales-tool tr.responsive-table-row td {
    width: 100%;
    border: none; }
    .page-worldwide-sales-tool tr.responsive-table-row td tr {
      border: none; }
  .page-worldwide-sales-tool td {
    height: auto;
    min-height: 0; } }

/* end worldwide sales tool */
/* product-display */
[id*=draggableviews-table-product-display] .draggable a.tabledrag-handle {
  height: 14px;
  margin-left: 0;
  padding: 0;
  width: 15px; }

[id*=draggableviews-table-product-display] .draggable a.tabledrag-handle div {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: auto;
  margin: auto;
  padding: auto;
  width: auto; }

[id*=draggableviews-table-product-display] .draggable a.tabledrag-handle.tabledrag-handle-hover div {
  background-position: 0 -20px; }

/* end product-display */
/**
 * @file
 * Form Styling
 */
.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
  margin: 1.5em 0; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  /* Highlight the form elements that caused a form submission error */
  border: 1px solid #c00; }

.form-item label {
  /* The label for a form element */
  display: block;
  font-weight: bold; }

.form-item label.option {
  /* The label for a radio button or checkbox */
  display: inline;
  font-weight: normal; }

.form-required {
  /* The part of the label that indicates a required field */
  color: #c00; }

.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em; }

.form-checkboxes .form-item,
.form-radios .form-item {
  /* Pack groups of checkboxes and radio buttons closer together */
  margin: 0;
  /* Drupal core uses "0.4em 0" */ }

.form-submit {
  /* The submit button */ }

.search-google-appliance-search-form #edit-submit--2 {
  display: none; }

.search-google-appliance-search-form #edit-submit--5 {
  display: none; }

.container-inline div,
.container-inline label {
  /* Inline labels and form divs */
  display: inline; }

.tips {
  /* Tips for Drupal's input formats */ }

a.button {
  /* Buttons used by contrib modules like Media */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0; }

/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form {
  /* Wrapper for the search form */ }

/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left;
  /* LTR */ }

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
#user-login-form ul {
  /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */ }

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* The "Log in using OpenID" link. */
  margin-top: 1.5em;
  margin-left: -20px;
  /* LTR */
  /* Un-do some of the padding on the ul list. */ }

#user-login-form li.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em; }

#user-login ul {
  margin: 1.5em 0; }

/*
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc; }

form tbody {
  border-top: 1px solid #ccc; }

form tr.even {
  background-color: #fff; }

form table .item-list ul {
  margin: 0; }

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc;
  /* IE doesn't display borders on table rows */ }

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
td.menu-disabled {
  background: #ccc; }

.wizard {
  padding-bottom: 1rem; }
  .wizard a {
    background: #b0cbea;
    color: #eff1f1;
    cursor: text;
    display: inline-block;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    height: 38px;
    margin-right: 5px;
    padding: 12px 25px 0;
    position: relative;
    text-shadow: 0 1px 0.2em #8cb3df; }
    .wizard a:hover, .wizard a:active {
      color: #eff1f1; }
    .wizard a:before {
      width: 0;
      height: 0;
      border-top: 20px inset transparent;
      border-bottom: 19px inset transparent;
      border-left: 20px solid #ffffff;
      position: absolute;
      content: "";
      top: 0;
      left: 0; }
    .wizard a:after {
      width: 0;
      height: 0;
      border-top: 20px inset transparent;
      border-bottom: 19px inset transparent;
      border-left: 20px solid #b0cbea;
      position: absolute;
      content: "";
      top: 0;
      right: -20px;
      z-index: 2; }
    .wizard a:first-child:before {
      border: 0; }
    .wizard a:last-child:after {
      border: 0; }
    .wizard a:first-child {
      -moz-border-radius: 4px 0 0 4px;
      -webkit-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
    .wizard a:last-child {
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
      .wizard a:last-child .badge {
        margin-left: 0; }
  .wizard .badge {
    margin: 0 4px 0 18px;
    font-weight: 700;
    position: relative;
    top: 0; }
  .wizard .current {
    background: #00539b;
    color: #eff1f1;
    text-shadow: 0 1px 0.2em #002e56; }
    .wizard .current:after {
      border-left-color: #00539b; }

.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td .stripe,
.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td .stripe,
.legend-marker-trade,
.legend-marker-conf,
.legend-marker-seminar,
.legend-marker-webinar,
.legend-marker-podcast,
.legend-marker-cusevent,
.legend-marker-eventday,
.legend-marker-today {
  border-radius: 15px;
  float: left;
  height: 15px;
  margin-right: 0;
  margin-top: 0;
  width: 15px; }

.view-hid-dashboard-events-calendar .calendar-calendar .day-view .full td .inner div.calendar div.stripe {
  border-radius: 5px;
  float: left;
  height: 10px;
  margin-right: 0;
  margin-top: 2px;
  width: 10px; }

.legend-marker-trade {
  background: #00539b;
  margin-right: 8px; }

.legend-marker-conf {
  background: #444;
  margin-right: 8px; }

.legend-marker-seminar {
  background: #b0cbea;
  margin-right: 8px; }

.legend-marker-webinar {
  background: #b0b7bb;
  margin-right: 8px; }

.legend-marker-podcast {
  background: #6fac1f;
  margin-right: 8px; }

.legend-marker-cusevent {
  background: #fff568;
  margin-right: 8px; }

.legend-marker-eventday {
  background: #fff;
  border: #00539b solid 2px;
  border-radius: 15px;
  height: 13px;
  margin-right: 8px;
  width: 13px; }

.legend-marker-today {
  background: #fa7400;
  margin-right: 5px; }

.events-print h2.block-title {
  background-image: url(../images/sprites.png);
  background-position: 0px -168px;
  width: 20px;
  height: 21px;
  padding-left: 40px; }

.view .date-nav-wrapper {
  float: left;
  margin: 0; }
  .view .date-nav-wrapper .date-prev {
    background: none;
    left: 0;
    margin: 0;
    padding: 5px;
    right: auto; }
  .view .date-nav-wrapper .date-next {
    background: none;
    margin: 0; }

ul.cal-legend {
  list-style: none; }

.view-hid-dashboard-events-calendar .view-header {
  overflow: hidden;
  width: 100%; }

.view-hid-dashboard-events-calendar.event-calendar-month .calendar-calendar {
  border: solid 1px #5290c9;
  margin-bottom: 20px; }

.view-hid-dashboard-events-calendar .calendar-calendar thead tr th {
  background: #ffffff; }

.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full tr,
.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full tr.date-box,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full tr,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full tr.date-box {
  border-bottom: 0; }
  .view-hid-dashboard-events-calendar .calendar-calendar .week-view .full tr td.today,
  .view-hid-dashboard-events-calendar .calendar-calendar .week-view .full tr.date-box td.today,
  .view-hid-dashboard-events-calendar .calendar-calendar .month-view .full tr td.today,
  .view-hid-dashboard-events-calendar .calendar-calendar .month-view .full tr.date-box td.today {
    background: #fa7400;
    border: 0; }

.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td .inner .day a,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td .inner .day a {
  color: #00539b; }

.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.multi-day div.weekview,
.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.multi-day div.monthview,
.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.multi-day .inner .monthview .cutoff,
.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.multi-day .inner .monthview .continues,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.multi-day div.weekview,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.multi-day div.monthview,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues {
  background: #eff1f1; }

.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.multi-day .inner .monthview .continues,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues {
  color: #fa7400; }

.view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.multi-day .contents,
.view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.multi-day .contents {
  padding-left: 14px; }

.view-hid-dashboard-events-calendar .calendar-calendar .day-view .full td.multi-day div.dayview {
  background: none;
  border: 1px solid #ccc;
  color: #777;
  height: 100%;
  padding-left: 5px;
  padding-top: 5px; }

.view-hid-dashboard-events-calendar .calendar-calendar .day-view .calendar-agenda-items {
  border: 0; }

.view-hid-dashboard-events-calendar .calendar-calendar .mini.empty {
  background: #ffffff;
  border: solid 1px #ccc; }

.view-hid-dashboard-events-calendar .calendar-calendar .mini td {
  background: #eff1f1;
  border: solid 1px #ccc;
  text-align: center; }

.view-hid-dashboard-events-calendar .calendar-calendar .mini.today .mini-day-off {
  background: #002e56;
  border-radius: 14px;
  color: #ffffff;
  padding: 1px; }

.view-hid-dashboard-events-calendar .calendar-calendar .year-view {
  margin-bottom: 20px; }
  .view-hid-dashboard-events-calendar .calendar-calendar .year-view .date-nav-wrapper .date-nav {
    margin: 0;
    padding: 5px 0 5px 0; }
  .view-hid-dashboard-events-calendar .calendar-calendar .year-view table {
    border: 0; }
  .view-hid-dashboard-events-calendar .calendar-calendar .year-view td table td {
    padding: 5px; }

@media only screen and (min-width: 90.063em) {
  .view-hid-dashboard-events-calendar .calendar-calendar td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }
    .view-hid-dashboard-events-calendar .calendar-calendar td:last-child {
      padding-right: 0px; } }

@media only screen and (max-width: 35em) {
  .view-hid-dashboard-events-calendar .calendar-calendar table tr {
    border: none; }
  .view-hid-dashboard-events-calendar .calendar-calendar td {
    width: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
  .view-hid-dashboard-events-calendar .calendar-calendar td table td {
    display: table-cell;
    margin: 0;
    padding: 5px 0 5px 0;
    min-width: 35px;
    max-width: 35px; }
  .view-hid-dashboard-events-calendar .calendar-calendar table tr.even, .view-hid-dashboard-events-calendar .calendar-calendar tr.alt, .view-hid-dashboard-events-calendar .calendar-calendar tr:nth-of-type(even) {
    background-color: transparent; }
  .view-hid-dashboard-events-calendar .calendar-calendar .date-nav-wrapper .date-nav {
    width: auto; } }

@media only screen and (min-width: 35.063em) and (max-width: 72em) {
  .view-hid-dashboard-events-calendar .calendar-calendar table tr {
    border: none;
    display: inline; }
  .view-hid-dashboard-events-calendar .calendar-calendar td table tr {
    display: table-row; }
  .view-hid-dashboard-events-calendar .calendar-calendar td {
    width: 50%;
    display: inline-block;
    padding: 5px; }
  .view-hid-dashboard-events-calendar .calendar-calendar td table td {
    display: table-cell;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    min-width: 35px;
    max-width: 35px; }
  .view-hid-dashboard-events-calendar .calendar-calendar table tr.even, .view-hid-dashboard-events-calendar .calendar-calendar tr.alt, .view-hid-dashboard-events-calendar .calendar-calendar tr:nth-of-type(even) {
    background-color: transparent; }
  .view-hid-dashboard-events-calendar .calendar-calendar .date-nav-wrapper .date-nav {
    width: auto; } }

.view-hid-dashboard-events-calendar table .mini-day-on a {
  background: #fff;
  border: 3px solid #00539b !important;
  border-radius: 14px;
  display: block;
  line-height: 18px;
  text-decoration: none; }

.event-day .calendar-calendar td .inner div {
  background: none; }

.view.event-calendar-month .view-header .date-nav-wrapper,
.view.event-calendar-year .view-header .date-nav-wrapper {
  border: solid 1px #5290c9;
  height: 30px;
  margin: 75px 0 0 5px;
  width: 780px; }
  .view.event-calendar-month .view-header .date-nav-wrapper .date-heading h3,
  .view.event-calendar-year .view-header .date-nav-wrapper .date-heading h3 {
    color: #fff;
    font-size: 1.2em;
    line-height: 30px; }

.view.event-calendar-month .view-header .events-banner,
.view.event-calendar-year .view-header .events-banner {
  margin-bottom: 40px; }

.view-header .print-btn {
  float: left; }
  .view-header .print-btn a {
    color: #00539b;
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    background-color: #d9ddde;
    border-color: #b0b7bb;
    border-style: solid none none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em; }

@media only screen and (max-width: 35em) {
  .event-tabs {
    display: none; }
  .view-hid-dashboard-events-calendar .tabs {
    display: none; } }

.event-button .field-name-field-event-url a {
  color: white; }

@media print {
  a:link,
  a:visited {
    text-decoration: underline; }
  #site-name a:link,
  #site-name a:visited {
    text-decoration: none !important; }
  #content {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
    #content a[href]:after {
      content: " (" attr(href) ")";
      font-size: 16px;
      font-weight: normal; }
    #content a[href^="javascript:"]:after,
    #content a[href^="#"]:after {
      content: ''; }
    #content abbr[title]:after {
      content: " (" attr(title) ")"; }
  body,
  #page,
  #main,
  #content {
    background-color: transparent !important;
    background-image: none !important;
    color: #000; }
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    display: none;
    visibility: hidden; }
  .section-events #header,
  .section-events #footer,
  .section-events aside,
  .section-events .tabs,
  .section-events #legend,
  .section-events .print-btn,
  .section-events .feed-icon {
    display: none; }
  .section-events #page-title {
    margin-top: 10px;
    margin-bottom: -7px;
    color: transparent; }
  .section-events #main-content .content-header, .section-events #main-content .tabs {
    border: none; }
  .section-events .multi-day .inner .item .view-item-hid_dashboard_events_calendar,
  .section-events .multi-day .inner .item .view-item-hid_dashboard_events_calendar .cutoff,
  .view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.single-day div.monthview,
  .view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.single-day div.weekview,
  .view-hid-dashboard-events-calendar .calendar-calendar .day-view .full td.single-day div.dayview,
  .section-events .single-day .inner .item .view-item-hid_dashboard_events_calendar .cutoff {
    background: #b0b7bb !important; }
  .multi-day .view-item-hid_dashboard_events_calendar .monthview,
  .single-day .view-item-hid_dashboard_events_calendar .monthview {
    border: 1px #000 solid !important; }
  .section-events .location.vcard,
  .view-events table thead th,
  .event-calendar .date-nav-wrapper .date-heading h3,
  .section-events .calendar-calendar .mini th,
  .section-events .views-label .views-label-nothing {
    color: #fff !important;
    background: #666 !important; }
  .section-events .calendar-calendar th.days {
    background: #f4f4f4 !important;
    color: #333 !important; }
  div.view-item.view-item-hid_dashboard_events_calendar {
    background: #ccc !important; }
  .section-events a,
  .section-events a:active, a:hover {
    /* overriding setting on print.css */
    text-decoration: none !important; }
  .section-events .thbody,
  .section-events tr.even, tr.odd,
  .section-events table td,
  .section-events table tr td:first-child {
    border-bottom: 1px solid #b0b7bb;
    border-right: 1px solid #b0b7bb;
    border-left: 1px solid #b0b7bb;
    border-top: 1px solid #b0b7bb;
    padding: 0.1em 0.6em; }
  .section-events .view-hid-dashboard-events-calendar .calendar-calendar .month-view .full td.multi-day div.monthview, .view-hid-dashboard-events-calendar .calendar-calendar .week-view .full td.multi-day div.weekview {
    background: none repeat scroll 0 0 #b0b7bb !important; }
  .section-events .view-hid-dashboard-events-calendar .calendar-calendar .month-view .full tr.date-box td.today {
    background: none repeat scroll 0 0 #b0b7bb !important; }
  .section-events .calendar-calendar tr td.today,
  .section-events .calendar-calendar tr.odd td.today,
  .section-events .calendar-calendar tr.even td.today {
    background-color: #b0b7bb !important;
    border-color: #b0b7bb !important;
    border: 1px solid #b0b7bb !important;
    border-top: none !important;
    border-bottom: 1px solid #b0b7bb !important; }
  .view-hid-dashboard-events-calendar .calendar-calendar .month-view .full tr.date-box td.today {
    border-bottom: none !important; }
  .page-events-year table td,
  .page-events-year table tr td:first-child {
    border: none;
    padding: none;
    border-collapse: collapse; }
  .page-footer,
  .sticky-footer {
    display: none; } }

.node-type-gateway {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden; }
  .node-type-gateway .main-section > .row {
    background-color: #eff1f1;
    padding-top: 0; }
    .node-type-gateway .main-section > .row.content-header, .node-type-gateway .main-section > .row.tabs {
      border-bottom: 0 none;
      background-color: #ffffff; }

.node-gateway {
  padding-top: 20px; }
  .node-gateway.node-gateway-banner-display {
    padding-top: 0px; }

.gateway-banner {
  margin: 0 0 20px;
  position: relative; }

.field-name-field-gateway-banner-image,
.gateway-banner-reflow {
  max-width: 1060px; }

.field-name-field-gateway-banner-image .field-items,
.gateway-banner-reflow .gateway-banner-text-container {
  margin: 0 auto; }

.field-name-field-gateway-banner-image {
  position: relative; }
  .field-name-field-gateway-banner-image img {
    width: 100%; }

.gateway-banner-reflow {
  position: absolute;
  bottom: 20%; }

.gateway-banner-text-container {
  color: #ffffff;
  position: relative; }
  .gateway-banner-text-container:before {
    background-color: transparent;
    background-color: rgba(248, 151, 29, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCF8971D,endColorstr=#CCF8971D);
    zoom: 1;
    box-shadow: inset 0 0 60px rgba(255, 129, 0, 0.8);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -999em;
    width: 66.666666%;
    z-index: 1; }
  .gateway-banner-text-container h2 {
    color: #eff1f1;
    font-size: 30px;
    line-height: 1em;
    margin: 0; }

.field-name-field-gateway-banner-sub-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px; }

.gateway-banner-text {
  margin: 0 auto;
  max-width: 1060px;
  padding: 16px 20px 14px 10px;
  position: relative;
  text-shadow: 0 1px 1px #565656;
  z-index: 10; }

h3.accordion-prompt {
  color: #231f20;
  font-size: 24px;
  font-weight: 700;
  float: left;
  margin: 10px 0;
  width: 100%; }

.need-accordions {
  clear: both; }

.field-name-field-gateway-need-accordion {
  clear: both; }
  .field-name-field-gateway-need-accordion > .field-items > .field-item {
    background: #fff;
    box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 26px;
    -webkit-box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2); }

.field-collection-item-field-gateway-need-accordion {
  transition: background-color 0.5s, box-shadow 0.5s; }
  .field-collection-item-field-gateway-need-accordion:hover {
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.node-type-gateway .field-collection-container {
  border-bottom: 0 none;
  margin-bottom: 0; }

.field-name-field-headline-text {
  width: 80%; }
  .field-name-field-headline-text h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 4px 0 12px; }

.field-name-field-need-accordion-description {
  background-image: url(../images/accordion-collapsed.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 18px auto;
  color: #231f20;
  padding: 0 20% 0 0;
  transition: all .2s linear; }
  .field-name-field-need-accordion-description .field-item {
    width: 85%; }

.open .field-name-field-need-accordion-description {
  background-image: none; }

.field-name-field-freeform-html {
  margin-bottom: 40px; }
  .field-name-field-freeform-html h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px; }
  .field-name-field-freeform-html p {
    max-width: 80%; }

.field-collection-item-field-solution-page-teaser {
  cursor: pointer;
  margin: 0; }

.field-collection-view {
  border-bottom: 0 none;
  margin: 0;
  padding: 0; }

.solution-icon {
  max-width: 80px; }
  @media only screen and (min-width: 50.063em) {
    .solution-icon {
      max-width: 120px; } }

.gateway-solution-image {
  max-width: 140px; }

.node-type-gateway .field-collection-container .field-items .field-item {
  margin-bottom: 10px; }
  .node-type-gateway .field-collection-container .field-items .field-item:first-child .field-collection-item-field-solution-page-teaser {
    margin-top: 0; }

.action-link-prefix,
.field-name-field-need-accordion-action-link {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px; }
  .action-link-prefix a,
  .field-name-field-need-accordion-action-link a {
    color: #231f20;
    border-bottom: 1px solid transparent;
    padding: 0 0 3px;
    transition: all .2s linear;
    transition: all .2s linear; }
    .action-link-prefix a::after,
    .field-name-field-need-accordion-action-link a::after {
      font-family: FontAwesome;
      font-size: .95rem;
      content: "\f054 \f054";
      display: inline;
      margin-left: .5rem; }
    .action-link-prefix a:hover,
    .field-name-field-need-accordion-action-link a:hover {
      color: #565656;
      border-color: #84898c; }

.action-link-prefix {
  text-transform: uppercase;
  margin-top: 10px;
  display: block; }

.field-collection-item-field-solution-page-teaser .solution-teaser-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; }

.field-collection-item-field-solution-page-teaser .solution-teaser-content p {
  padding-right: 20%;
  margin-bottom: 0; }

.field-collection-item-field-solution-page-teaser .field-name-field-solution-link-text {
  font-weight: 700; }
  .field-collection-item-field-solution-page-teaser .field-name-field-solution-link-text a {
    color: #00539b;
    border-bottom: 1px solid transparent;
    padding: 0 0 3px;
    transition: all .2s linear; }
    .field-collection-item-field-solution-page-teaser .field-name-field-solution-link-text a::after {
      font-family: FontAwesome;
      font-size: 1.2rem;
      content: "\f105 \f105";
      display: inline;
      margin-left: .5rem; }
    .field-collection-item-field-solution-page-teaser .field-name-field-solution-link-text a:hover {
      border-color: #00539b; }

.accordion-section-teaser {
  padding: 2rem 0; }
  .accordion-section-teaser:hover {
    cursor: pointer; }
    .accordion-section-teaser:hover .field-name-field-need-accordion-description {
      background-position: right 18px center; }
  .accordion-section-teaser.open:hover {
    cursor: default; }
  .accordion-section-teaser content {
    margin-left: 120px; }

.accordion-section-content {
  display: none; }
  .accordion-section-content .accordion-close {
    background-image: url(../images/accordion-expanded.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    cursor: pointer;
    bottom: 40px;
    height: 58px;
    padding: 20px;
    position: relative;
    right: 20px;
    width: 94px;
    transition: all .2s linear;
    float: right; }
    .accordion-section-content .accordion-close:hover {
      background-position: center 8px; }

.node-gateway .content {
  position: relative; }

.positioner {
  position: absolute;
  right: -57px;
  top: calc(50% - 84px); }

#sticky-helper {
  background: #00539b;
  color: #d9ddde;
  font-weight: 700;
  font-size: 14px;
  opacity: 0;
  text-align: center;
  width: 75px; }
  #sticky-helper #back-to-top {
    background: url(../images/back-to-top.png) no-repeat;
    background-position: center 13px;
    background-size: 25px auto;
    cursor: pointer;
    height: 66px;
    padding: 40px 0 0;
    transition: all .2s ease; }
    #sticky-helper #back-to-top:hover {
      color: #ffffff; }
  #sticky-helper .sticky-info {
    height: 63px; }
    #sticky-helper .sticky-info .info {
      background: url(../images/sticky-info.png) no-repeat;
      background-position: center center;
      float: left;
      height: 100%;
      text-indent: -999em;
      width: 100%; }
  #sticky-helper .middle-bar {
    background-color: #002e56;
    height: 40px; }

.node-gateway .gateway-content-intro {
  float: left; }

.node-gateway .gateway-content-aside {
  float: right; }

.node-gateway-banner-display {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  height: inherit;
  max-width: 1060px;
  overflow: inherit;
  width: 100%; }
  .node-gateway-banner-display .solution-banner-image {
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 35.063em) {
      .node-gateway-banner-display .solution-banner-image {
        float: none;
        height: auto;
        margin: 0; } }
    .node-gateway-banner-display .solution-banner-image img {
      max-width: 305% !important;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 35.063em) {
        .node-gateway-banner-display .solution-banner-image img {
          margin: 0;
          max-width: 100%;
          position: initial;
          width: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 35.063em) {
        .node-gateway-banner-display .solution-banner-image img {
          /* IE10+ CSS styles go here */
          position: static; } }
  .node-gateway-banner-display .slide-title-wrapper {
    padding: 8px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none;
    position: relative;
    bottom: inherit;
    top: 0; }
    @media only screen and (min-width: 35.063em) {
      .node-gateway-banner-display .slide-title-wrapper {
        position: absolute;
        top: initial;
        bottom: 29%; }
        .node-gateway-banner-display .slide-title-wrapper:before {
          width: 66.666666%; }
        .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .node-gateway-banner-display .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large {
        bottom: 23%;
        max-width: 70%; }
      .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small {
        font-size: 1.1em; } }
    .node-gateway-banner-display .slide-title-wrapper:before {
      content: '';
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      text-indent: -999em;
      z-index: 1;
      background-color: transparent;
      background-color: rgba(0, 160, 208, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00A0D0,endColorstr=#CC00A0D0);
      zoom: 1;
      -webkit-box-shadow: inset 0 0 60px #40b4d7;
      -moz-box-shadow: inset 0 0 60px #40b4d7;
      box-shadow: inset 0 0 60px #40b4d7; }
    @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .node-gateway-banner-display .slide-title-wrapper {
        /* IE10+ CSS styles go here */
        height: 100px;
        top: auto;
        bottom: 30%;
        overflow: hidden; } }
    .node-gateway-banner-display .slide-title-wrapper .slide-title {
      margin: 0 auto;
      max-width: 1060px;
      position: relative;
      z-index: 2; }
      .node-gateway-banner-display .slide-title-wrapper .slide-title h2, .node-gateway-banner-display .slide-title-wrapper .slide-title p {
        margin: 0;
        color: #eff1f1;
        text-shadow: 0 1px 1px #231f20; }
    .node-gateway-banner-display .slide-title-wrapper .title-large {
      font-size: 18px;
      line-height: 20px;
      padding-bottom: 4px; }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.orange, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.assablue, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.lightgreen, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.red, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.red, .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.gray, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.hidblue, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.navy, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.seagreen, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .orbit > li .slide-title-wrapper .title-large.white, .orbit > li .node-gateway-banner-display .slide-title-wrapper .title-large.white, .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white {
          color: #eff1f1; } }
      @media only screen and (min-width: 35.063em) {
        .node-gateway-banner-display .slide-title-wrapper .title-large {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .slide-title-wrapper .title-large {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 90.063em) {
        .node-gateway-banner-display .slide-title-wrapper .title-large {
          font-size: 24px;
          line-height: 28px; } }
    .node-gateway-banner-display .slide-title-wrapper .title-small {
      font-size: 13px;
      line-height: 1.2rem; }
      @media only screen and (min-width: 35.063em) {
        .node-gateway-banner-display .slide-title-wrapper .title-small {
          line-height: 1.4rem; } }
      @media only screen and (min-width: 50.063em) {
        .node-gateway-banner-display .slide-title-wrapper .title-small {
          font-size: 14px; } }
      @media only screen and (min-width: 90.063em) {
        .node-gateway-banner-display .slide-title-wrapper .title-small {
          font-size: 16px; } }
  .node-gateway-banner-display .slide-cta-wrapper {
    display: none; }
    @media only screen and (min-width: 35.063em) {
      .node-gateway-banner-display .slide-cta-wrapper {
        font-size: .9rem;
        display: block;
        bottom: 6%;
        min-height: 40px;
        width: 100%;
        z-index: 2;
        background: none;
        padding: 8px 10px;
        position: absolute; }
        .node-gateway-banner-display .slide-cta-wrapper:before {
          content: '';
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          text-indent: -999em;
          width: 66.66%;
          z-index: 1; }
        .node-gateway-banner-display .slide-cta-wrapper .slide-cta {
          margin: 0 auto;
          max-width: 1060px;
          position: relative;
          z-index: 2;
          color: #eff1f1; }
          .node-gateway-banner-display .slide-cta-wrapper .slide-cta span {
            max-width: 74%;
            color: #eff1f1;
            border-bottom: 1px solid transparent;
            padding: 0 0 2px;
            transition: all .2s linear; } }
      @media only screen and (min-width: 35.063em) and (min-width: 50.063em) {
        .node-gateway-banner-display .slide-cta-wrapper .slide-cta span {
          font-size: 1rem; } }
      @media only screen and (min-width: 35.063em) and (min-width: 90.063em) {
        .node-gateway-banner-display .slide-cta-wrapper .slide-cta span {
          font-size: 1.2rem; } }
    @media only screen and (min-width: 35.063em) {
            .node-gateway-banner-display .slide-cta-wrapper .slide-cta span::after {
              font-family: FontAwesome;
              font-size: 1.2rem;
              content: "\f105 \f105";
              display: inline;
              margin-left: .5rem; }
            .node-gateway-banner-display .slide-cta-wrapper .slide-cta span:hover {
              border-color: #eff1f1; } }
    @media only screen and (min-width: 50.063em) {
      .node-gateway-banner-display .slide-cta-wrapper {
        font-size: 1rem; }
        .node-gateway-banner-display .slide-cta-wrapper:before {
          width: 66.666666%; } }
    @media only screen and (min-width: 90.063em) {
      .node-gateway-banner-display .slide-cta-wrapper {
        font-size: 1.1rem;
        bottom: 10%; } }
  .node-gateway-banner-display .slide-title-wrapper:before {
    width: 100%; }
  @media only screen and (min-width: 35.063em) {
    .node-gateway-banner-display .slide-title-wrapper:before {
      width: 66%; } }
  .node-gateway-banner-display .solution-banner p {
    margin: 0; }

.page-node-23649 .node-gateway-banner-display, .page-node-23652 .node-gateway-banner-display, .page-node-23650 .node-gateway-banner-display, .page-node-23653 .node-gateway-banner-display, .page-node-23654 .node-gateway-banner-display {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  height: inherit;
  max-width: 1060px;
  overflow: inherit;
  width: 100%; }
  .page-node-23649 .node-gateway-banner-display .solution-banner-image, .page-node-23652 .node-gateway-banner-display .solution-banner-image, .page-node-23650 .node-gateway-banner-display .solution-banner-image, .page-node-23653 .node-gateway-banner-display .solution-banner-image, .page-node-23654 .node-gateway-banner-display .solution-banner-image {
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 35.063em) {
      .page-node-23649 .node-gateway-banner-display .solution-banner-image, .page-node-23652 .node-gateway-banner-display .solution-banner-image, .page-node-23650 .node-gateway-banner-display .solution-banner-image, .page-node-23653 .node-gateway-banner-display .solution-banner-image, .page-node-23654 .node-gateway-banner-display .solution-banner-image {
        float: none;
        height: auto;
        margin: 0; } }
    .page-node-23649 .node-gateway-banner-display .solution-banner-image img, .page-node-23652 .node-gateway-banner-display .solution-banner-image img, .page-node-23650 .node-gateway-banner-display .solution-banner-image img, .page-node-23653 .node-gateway-banner-display .solution-banner-image img, .page-node-23654 .node-gateway-banner-display .solution-banner-image img {
      max-width: 305% !important;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 35.063em) {
        .page-node-23649 .node-gateway-banner-display .solution-banner-image img, .page-node-23652 .node-gateway-banner-display .solution-banner-image img, .page-node-23650 .node-gateway-banner-display .solution-banner-image img, .page-node-23653 .node-gateway-banner-display .solution-banner-image img, .page-node-23654 .node-gateway-banner-display .solution-banner-image img {
          margin: 0;
          max-width: 100%;
          position: initial;
          width: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 35.063em) {
        .page-node-23649 .node-gateway-banner-display .solution-banner-image img, .page-node-23652 .node-gateway-banner-display .solution-banner-image img, .page-node-23650 .node-gateway-banner-display .solution-banner-image img, .page-node-23653 .node-gateway-banner-display .solution-banner-image img, .page-node-23654 .node-gateway-banner-display .solution-banner-image img {
          /* IE10+ CSS styles go here */
          position: static; } }
  .page-node-23649 .node-gateway-banner-display .slide-title-wrapper, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper {
    padding: 8px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none;
    position: relative;
    bottom: inherit;
    top: 0; }
    @media only screen and (min-width: 35.063em) {
      .page-node-23649 .node-gateway-banner-display .slide-title-wrapper, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper {
        position: absolute;
        top: initial;
        bottom: 29%; }
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper:before {
          width: 66.666666%; }
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .page-node-23649 .node-gateway-banner-display .slide-title-wrapper, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-large {
        bottom: 23%;
        max-width: 70%; }
      .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title .title-small {
        font-size: 1.1em; } }
    .page-node-23649 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper:before, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper:before {
      content: '';
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      text-indent: -999em;
      z-index: 1;
      background-color: transparent;
      background-color: rgba(248, 151, 29, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCF8971D,endColorstr=#CCF8971D);
      zoom: 1;
      -webkit-box-shadow: inset 0 0 60px #ff8100;
      -moz-box-shadow: inset 0 0 60px #ff8100;
      box-shadow: inset 0 0 60px #ff8100; }
    @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .page-node-23649 .node-gateway-banner-display .slide-title-wrapper, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper {
        /* IE10+ CSS styles go here */
        height: 100px;
        top: auto;
        bottom: 30%;
        overflow: hidden; } }
    .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title {
      margin: 0 auto;
      max-width: 1060px;
      position: relative;
      z-index: 2; }
      .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title h2, .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .slide-title p, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title h2, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .slide-title p, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title h2, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .slide-title p, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title h2, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .slide-title p, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title h2, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .slide-title p {
        margin: 0;
        color: #eff1f1;
        text-shadow: 0 1px 1px #231f20; }
    .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large {
      font-size: 18px;
      line-height: 20px;
      padding-bottom: 4px; }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white {
          color: #eff1f1; } }
      @media only screen and (min-width: 35.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 90.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large {
          font-size: 24px;
          line-height: 28px; } }
    .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-small {
      font-size: 13px;
      line-height: 1.2rem; }
      @media only screen and (min-width: 35.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-small {
          line-height: 1.4rem; } }
      @media only screen and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-small {
          font-size: 14px; } }
      @media only screen and (min-width: 90.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-small, .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-small {
          font-size: 16px; } }
  .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper {
    display: none; }
    @media only screen and (min-width: 35.063em) {
      .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper {
        font-size: .9rem;
        display: block;
        bottom: 6%;
        min-height: 40px;
        width: 100%;
        z-index: 2;
        background: none;
        padding: 8px 10px;
        position: absolute; }
        .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper:before {
          content: '';
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          text-indent: -999em;
          width: 66.66%;
          z-index: 1; }
        .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper .slide-cta, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper .slide-cta, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper .slide-cta, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper .slide-cta, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper .slide-cta {
          margin: 0 auto;
          max-width: 1060px;
          position: relative;
          z-index: 2;
          color: #eff1f1; }
          .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span {
            max-width: 74%;
            color: #eff1f1;
            border-bottom: 1px solid transparent;
            padding: 0 0 2px;
            transition: all .2s linear; } }
      @media only screen and (min-width: 35.063em) and (min-width: 50.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span {
          font-size: 1rem; } }
      @media only screen and (min-width: 35.063em) and (min-width: 90.063em) {
        .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span {
          font-size: 1.2rem; } }
    @media only screen and (min-width: 35.063em) {
            .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span::after, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span::after, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span::after, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span::after, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span::after {
              font-family: FontAwesome;
              font-size: 1.2rem;
              content: "\f105 \f105";
              display: inline;
              margin-left: .5rem; }
            .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span:hover, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span:hover, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span:hover, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span:hover, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper .slide-cta span:hover {
              border-color: #eff1f1; } }
    @media only screen and (min-width: 50.063em) {
      .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper {
        font-size: 1rem; }
        .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper:before, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper:before {
          width: 66.666666%; } }
    @media only screen and (min-width: 90.063em) {
      .page-node-23649 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23652 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23650 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23653 .node-gateway-banner-display .slide-cta-wrapper, .page-node-23654 .node-gateway-banner-display .slide-cta-wrapper {
        font-size: 1.1rem;
        bottom: 10%; } }

.node-gateway [class*="column"] + [class*="column"]:last-child {
  float: left; }

.node-type-solution {
  width: 100%; }
  .node-type-solution .view-mode-full {
    width: 100%; }
    .node-type-solution .view-mode-full .solution-support-text {
      width: 100%; }
  .node-type-solution .tabs {
    padding-bottom: 0; }
  .node-type-solution #block-system-main {
    padding-bottom: 0; }
  .node-type-solution #content-left {
    padding-left: 0;
    padding-right: 0; }
  .node-type-solution .main-section > .row.content-main {
    background: #eff1f1;
    max-width: 100%;
    padding-top: 0; }
    .node-type-solution .main-section > .row.content-main .solution-content {
      max-width: 1060px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 20px;
      padding-top: 20px;
      padding-left: 1.3125rem;
      padding-right: 1.3125rem; }
      .node-type-solution .main-section > .row.content-main .solution-content li {
        margin: .8rem 0; }
    .node-type-solution .main-section > .row.content-main .field-collection-container {
      border-bottom: none; }
  .node-type-solution .solution-service-link-label,
  .node-type-solution .field-name-field-support-link {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px; }
  .node-type-solution .solution-service-link-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .node-type-solution .field-name-field-support-link {
    clear: both;
    padding-top: 1rem; }
    .node-type-solution .field-name-field-support-link a {
      color: #231f20;
      border-bottom: 1px solid transparent;
      padding: 0 0 3px;
      transition: all .2s linear; }
      .node-type-solution .field-name-field-support-link a::after {
        font-family: FontAwesome;
        font-size: .95rem;
        content: "\f054 \f054";
        display: inline;
        margin-left: .5rem; }
      .node-type-solution .field-name-field-support-link a:hover {
        color: #565656;
        border-color: #84898c; }
  .node-type-solution .node-solution .solution-content-intro {
    float: left; }
  .node-type-solution .node-solution .solution-content-aside {
    float: right; }
  .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item {
    padding-top: 15px;
    padding-bottom: 15px; }
    .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-header {
      color: #FFFFFF;
      background-color: #002e56;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-weight: 500;
      position: relative; }
      .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-header .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 40px 0 40px;
        border-color: #002e56 transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 0; }
      .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-header .field-name-field-product-header {
        line-height: 1.33em;
        text-align: center;
        font-size: 1.66em;
        padding: 20px 40px; }
    .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content {
      border-style: solid;
      border-width: 0 1px 1px;
      border-color: #d9ddde;
      background-color: white;
      padding: 20px 40px;
      -webkit-box-shadow: 0 8px 6px -6px #b0b7bb;
      -moz-box-shadow: 0 8px 6px -6px #b0b7bb;
      box-shadow: 0 8px 6px -6px #b0b7bb; }
      .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content .solution-product-title {
        border-bottom: 1px solid #d9ddde;
        padding-bottom: 8px;
        text-align: center; }
      .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content .solution-product-text {
        margin: 25px 0; }
        .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content .solution-product-text li {
          line-height: 1.3rem;
          margin: .6rem 0; }
      .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content .solution-product-link {
        text-align: center;
        margin: 20px 0 10px;
        line-height: 1.2rem;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px #697878;
        -moz-box-shadow: inset 0 0 6px #697878;
        box-shadow: inset 0 0 6px #697878;
        background: #eff1f1;
        border: 2px solid #d9ddde;
        color: #b0b7bb;
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
        font-size: 13px;
        margin: 0;
        padding: 10px 25px;
        transition: all .2s linear;
        box-shadow: none; }
        .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content .solution-product-link:hover {
          background: white;
          color: #d9ddde; }
        .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content .solution-product-link:hover {
          background: #eff1f1; }
        .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-content .solution-product-link a {
          color: #b0b7bb; }
    .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item .content-wrapper .solution-product-image {
      text-align: center; }
    .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) {
      padding-top: 0;
      padding-bottom: 0; }
      .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) .content-wrapper .solution-product-header .field-name-field-product-header {
        padding-bottom: 36px; }
      .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) .content-wrapper .solution-product-content {
        border-style: solid;
        border-width: 0 1px 1px;
        border-color: #b0cbea;
        background-color: #f2f7fc; }
        .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) .content-wrapper .solution-product-content .solution-product-title {
          border-bottom: 1px solid #b0cbea;
          padding-bottom: 8px; }
        .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) .content-wrapper .solution-product-content .solution-product-link {
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          -webkit-box-shadow: inset 0 0 6px #2d78c2;
          -moz-box-shadow: inset 0 0 6px #2d78c2;
          box-shadow: inset 0 0 6px #2d78c2;
          background: #f2f7fc;
          border: 2px solid #b0cbea;
          color: #f2f7fc;
          font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
          font-size: 13px;
          margin: 0;
          padding: 10px 25px;
          transition: all .2s linear;
          box-shadow: none;
          line-height: 1.2rem; }
          .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) .content-wrapper .solution-product-content .solution-product-link:hover {
            background: white;
            color: #f2f7fc; }
          .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) .content-wrapper .solution-product-content .solution-product-link:hover {
            background: #eff1f1; }
          .node-type-solution .node-solution .solution-content-products .field-name-field-solution-product > .field-items > .field-item:nth-child(2) .content-wrapper .solution-product-content .solution-product-link a {
            color: #b0cbea; }
  .node-type-solution .page-node-34897 .solution-content-aside {
    display: none; }
  .node-type-solution .solution-content-support {
    clear: both; }
    .node-type-solution .solution-content-support .field-collection-view {
      background: #fff;
      -webkit-box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
      margin-bottom: 30px;
      padding: 15px; }
      .node-type-solution .solution-content-support .field-collection-view .solution-support-icon {
        height: 80px;
        margin-bottom: 30px;
        padding: 0; }
      .node-type-solution .solution-content-support .field-collection-view .content-wrapper .field-name-field-support-description {
        padding: 0; }
  .node-type-solution .solution-content-services {
    background: #fff;
    -webkit-box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 30px; }
    .node-type-solution .solution-content-services .solution-service-icon {
      margin-bottom: 30px;
      padding: 0 !important; }
    .node-type-solution .solution-content-services .content-wrapper .field-name-field-solution-service-text {
      padding: 0 3rem; }

@media only screen and (max-width: 35em) {
  .solution-support-icon {
    position: absolute;
    width: 16%; }
  .field-collection-item-field-solution-support {
    position: relative; }
  .solution-support-title {
    margin-left: 17%;
    min-height: 64px; } }

.node-solution-banner-display {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  height: inherit;
  max-width: 1060px;
  overflow: inherit;
  width: 100%; }
  .node-solution-banner-display .solution-banner-image {
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 35.063em) {
      .node-solution-banner-display .solution-banner-image {
        float: none;
        height: auto;
        margin: 0; } }
    .node-solution-banner-display .solution-banner-image img {
      max-width: 305% !important;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 35.063em) {
        .node-solution-banner-display .solution-banner-image img {
          margin: 0;
          max-width: 100%;
          position: initial;
          width: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 35.063em) {
        .node-solution-banner-display .solution-banner-image img {
          /* IE10+ CSS styles go here */
          position: static; } }
  .node-solution-banner-display .slide-title-wrapper {
    padding: 8px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none;
    position: relative;
    bottom: inherit;
    top: 0; }
    @media only screen and (min-width: 35.063em) {
      .node-solution-banner-display .slide-title-wrapper {
        position: absolute;
        top: initial;
        bottom: 29%; }
        .node-solution-banner-display .slide-title-wrapper:before {
          width: 66.666666%; }
        .node-solution-banner-display .slide-title-wrapper .slide-title .title-small, .node-solution-banner-display .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .node-solution-banner-display .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .node-solution-banner-display .slide-title-wrapper .slide-title .title-small, .node-solution-banner-display .slide-title-wrapper .slide-title .title-large {
        bottom: 23%;
        max-width: 70%; }
      .node-solution-banner-display .slide-title-wrapper .slide-title .title-small {
        font-size: 1.1em; } }
    .node-solution-banner-display .slide-title-wrapper:before {
      content: '';
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      text-indent: -999em;
      z-index: 1;
      background-color: transparent;
      background-color: rgba(0, 83, 155, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
      zoom: 1;
      -webkit-box-shadow: inset 0 0 60px #002E56;
      -moz-box-shadow: inset 0 0 60px #002E56;
      box-shadow: inset 0 0 60px #002E56; }
    @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .node-solution-banner-display .slide-title-wrapper {
        /* IE10+ CSS styles go here */
        height: 100px;
        top: auto;
        bottom: 30%;
        overflow: hidden; } }
    .node-solution-banner-display .slide-title-wrapper .slide-title {
      margin: 0 auto;
      max-width: 1060px;
      position: relative;
      z-index: 2; }
      .node-solution-banner-display .slide-title-wrapper .slide-title h2, .node-solution-banner-display .slide-title-wrapper .slide-title p {
        margin: 0;
        color: #eff1f1;
        text-shadow: 0 1px 1px #565656; }
    .node-solution-banner-display .slide-title-wrapper .title-large {
      font-size: 18px;
      line-height: 20px;
      padding-bottom: 4px; }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.orange, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.orange, .node-solution-banner-display .slide-title-wrapper .title-large.orange {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.assablue, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.assablue, .node-solution-banner-display .slide-title-wrapper .title-large.assablue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.lightgreen, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen, .node-solution-banner-display .slide-title-wrapper .title-large.lightgreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.red, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.red, .node-solution-banner-display .slide-title-wrapper .title-large.red {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.gray, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.gray, .node-solution-banner-display .slide-title-wrapper .title-large.gray {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.hidblue, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.hidblue, .node-solution-banner-display .slide-title-wrapper .title-large.hidblue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.navy, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.navy, .node-solution-banner-display .slide-title-wrapper .title-large.navy {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.seagreen, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.seagreen, .node-solution-banner-display .slide-title-wrapper .title-large.seagreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .orbit > li .slide-title-wrapper .title-large.white, .orbit > li .node-solution-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23649 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23652 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23650 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23653 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23654 .node-gateway-banner-display .node-solution-banner-display .slide-title-wrapper .title-large.white, .node-solution-banner-display .slide-title-wrapper .title-large.white {
          color: #eff1f1; } }
      @media only screen and (min-width: 35.063em) {
        .node-solution-banner-display .slide-title-wrapper .title-large {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .slide-title-wrapper .title-large {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 90.063em) {
        .node-solution-banner-display .slide-title-wrapper .title-large {
          font-size: 24px;
          line-height: 28px; } }
    .node-solution-banner-display .slide-title-wrapper .title-small {
      font-size: 13px;
      line-height: 1.2rem; }
      @media only screen and (min-width: 35.063em) {
        .node-solution-banner-display .slide-title-wrapper .title-small {
          line-height: 1.4rem; } }
      @media only screen and (min-width: 50.063em) {
        .node-solution-banner-display .slide-title-wrapper .title-small {
          font-size: 14px; } }
      @media only screen and (min-width: 90.063em) {
        .node-solution-banner-display .slide-title-wrapper .title-small {
          font-size: 16px; } }
  .node-solution-banner-display .slide-cta-wrapper {
    display: none; }
    @media only screen and (min-width: 35.063em) {
      .node-solution-banner-display .slide-cta-wrapper {
        font-size: .9rem;
        display: block;
        bottom: 6%;
        min-height: 40px;
        width: 100%;
        z-index: 2;
        background: none;
        padding: 8px 10px;
        position: absolute; }
        .node-solution-banner-display .slide-cta-wrapper:before {
          content: '';
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          text-indent: -999em;
          width: 66.66%;
          z-index: 1; }
        .node-solution-banner-display .slide-cta-wrapper .slide-cta {
          margin: 0 auto;
          max-width: 1060px;
          position: relative;
          z-index: 2;
          color: #eff1f1; }
          .node-solution-banner-display .slide-cta-wrapper .slide-cta span {
            max-width: 74%;
            color: #eff1f1;
            border-bottom: 1px solid transparent;
            padding: 0 0 2px;
            transition: all .2s linear; } }
      @media only screen and (min-width: 35.063em) and (min-width: 50.063em) {
        .node-solution-banner-display .slide-cta-wrapper .slide-cta span {
          font-size: 1rem; } }
      @media only screen and (min-width: 35.063em) and (min-width: 90.063em) {
        .node-solution-banner-display .slide-cta-wrapper .slide-cta span {
          font-size: 1.2rem; } }
    @media only screen and (min-width: 35.063em) {
            .node-solution-banner-display .slide-cta-wrapper .slide-cta span::after {
              font-family: FontAwesome;
              font-size: 1.2rem;
              content: "\f105 \f105";
              display: inline;
              margin-left: .5rem; }
            .node-solution-banner-display .slide-cta-wrapper .slide-cta span:hover {
              border-color: #eff1f1; } }
    @media only screen and (min-width: 50.063em) {
      .node-solution-banner-display .slide-cta-wrapper {
        font-size: 1rem; }
        .node-solution-banner-display .slide-cta-wrapper:before {
          width: 66.666666%; } }
    @media only screen and (min-width: 90.063em) {
      .node-solution-banner-display .slide-cta-wrapper {
        font-size: 1.1rem;
        bottom: 10%; } }
  .node-solution-banner-display .slide-title-wrapper:before {
    width: 100%; }
  @media only screen and (min-width: 35.063em) {
    .node-solution-banner-display .slide-title-wrapper:before {
      width: 66%; } }
  .node-solution-banner-display .solution-banner p {
    margin: 0; }

@media only screen and (min-width: 35.063em) {
  .solution-support-icon {
    position: relative; }
  .solution-support-title {
    margin-left: 0;
    min-height: auto; }
  .node-type-solution .solution-content-support .field-collection-view {
    padding: 30px; }
    .node-type-solution .solution-content-support .field-collection-view .support-has-promo .content-wrapper .field-name-field-support-description {
      width: 100%;
      float: left; }
    .node-type-solution .solution-content-support .field-collection-view .support-has-promo .content-wrapper .field-name-field-support-promo {
      width: 100%;
      float: left; }
      .node-type-solution .solution-content-support .field-collection-view .support-has-promo .content-wrapper .field-name-field-support-promo section {
        width: 50%;
        float: left; }
  .node-type-solution .solution-content-services .solution-service-icon {
    width: 8.33333%;
    float: left; }
  .node-type-solution .solution-content-services .content-wrapper {
    width: 91.66667%;
    float: left; }
    .node-type-solution .solution-content-services .content-wrapper.service-has-promo .solution-service-title,
    .node-type-solution .solution-content-services .content-wrapper.service-has-promo .field-name-field-solution-service-text {
      width: 100%; }
    .node-type-solution .solution-content-services .content-wrapper.service-has-promo .field-name-field-solution-service-promo {
      width: 100%; }
      .node-type-solution .solution-content-services .content-wrapper.service-has-promo .field-name-field-solution-service-promo section {
        width: 50%;
        float: left; } }

@media only screen and (min-width: 50.063em) {
  .node-type-solution .solution-content-support .field-collection-view .support-has-promo .content-wrapper .field-name-field-support-description {
    padding-right: 3rem;
    width: 66.66667%;
    float: left; }
  .node-type-solution .solution-content-support .field-collection-view .support-has-promo .content-wrapper .field-name-field-support-promo {
    width: 33.33333%;
    float: left; }
    .node-type-solution .solution-content-support .field-collection-view .support-has-promo .content-wrapper .field-name-field-support-promo section {
      width: 100%; }
  .node-type-solution .solution-content-services .content-wrapper.service-has-promo .solution-service-title,
  .node-type-solution .solution-content-services .content-wrapper.service-has-promo .field-name-field-solution-service-text {
    width: 66.66667%;
    float: left; }
  .node-type-solution .solution-content-services .content-wrapper.service-has-promo .field-name-field-solution-service-promo {
    width: 33.33333%;
    float: left; }
    .node-type-solution .solution-content-services .content-wrapper.service-has-promo .field-name-field-solution-service-promo section {
      width: 100%; } }

.flex-flippy-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .flex-flippy-wrapper:before {
    content: '';
    display: none; }
  .flex-flippy-wrapper:after {
    clear: none; }
  .flex-flippy-wrapper .sol-pg-box {
    font-size: 0.9em;
    line-height: 1.7;
    margin: 0 auto 30px;
    max-width: 200px;
    overflow: hidden;
    position: relative; }
    .flex-flippy-wrapper .sol-pg-box:hover .sol-pg-overlay {
      backdrop-filter: blur(5px);
      opacity: 1;
      transform: translateY(0); }
  .flex-flippy-wrapper a {
    display: block; }
  .flex-flippy-wrapper .sol-pg-box-title {
    backdrop-filter: blur(5px);
    background: rgba(0, 83, 155, 0.9);
    color: white;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.25;
    padding: 6px 8px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 70%;
    width: 90%; }
  .flex-flippy-wrapper .sol-pg-overlay {
    background: rgba(0, 46, 86, 0.9);
    backdrop-filter: blur(0);
    color: white;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    height: 100%;
    opacity: 0;
    padding: 20px 16px;
    position: absolute;
    transform: translateY(40px);
    top: 0;
    transition: 0.5s;
    width: 100%; }
    .flex-flippy-wrapper .sol-pg-overlay > * {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; }
    .flex-flippy-wrapper .sol-pg-overlay + p {
      display: none; }

.small-block-grid-1 .sol-pg-box, .medium-block-grid-2 .sol-pg-box, .large-block-grid-3 .sol-pg-box {
  max-width: 200px;
  min-height: 200px; }

.large-block-grid-4 .sol-pg-box {
  max-width: 180px;
  min-height: 180px; }

.service-banner #block-block-112, .service-banner #block-block-115, .service-banner #block-block-113, .service-banner #block-block-114 {
  margin-top: -4.5%; }
  @media only screen and (min-width: 50.063em) {
    .service-banner #block-block-112, .service-banner #block-block-115, .service-banner #block-block-113, .service-banner #block-block-114 {
      margin-top: -2.5%; } }
  @media (min-width: xlarge) {
    .service-banner #block-block-112, .service-banner #block-block-115, .service-banner #block-block-113, .service-banner #block-block-114 {
      margin-top: 0; } }

.service-banner .solution-banner {
  display: none; }
  @media only screen and (min-width: 35.063em) {
    .service-banner .solution-banner {
      display: block;
      margin: 0 auto;
      overflow: hidden;
      height: 13em; } }
  @media only screen and (min-width: 50.063em) {
    .service-banner .solution-banner {
      height: auto; } }

.service-banner .title-large {
  text-shadow: 0 1px 2px #002e56; }

.service-banner .node-solution-banner-display .slide-title-wrapper {
  bottom: auto;
  min-height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .service-banner .node-solution-banner-display .slide-title-wrapper .slide-title .title-large {
    margin: 0 0 0 12px; }
    @media only screen and (min-width: 35.063em) {
      .service-banner .node-solution-banner-display .slide-title-wrapper .slide-title .title-large {
        font-size: 17px; } }
    @media only screen and (min-width: 50.063em) {
      .service-banner .node-solution-banner-display .slide-title-wrapper .slide-title .title-large {
        font-size: 18px; } }

.service-banner .node-solution-banner-display .slide-title-wrapper:before {
  box-shadow: inset 0 0 100px #002e56 !important;
  width: 100%; }
  @media only screen and (min-width: 50.063em) {
    .service-banner .node-solution-banner-display .slide-title-wrapper:before {
      box-shadow: inset 0 0 140px #002e56 !important; } }
  @media only screen and (min-width: 90.063em) {
    .service-banner .node-solution-banner-display .slide-title-wrapper:before {
      box-shadow: inset 0 0 180px #002e56 !important; } }

.banner-blocks {
  display: -webkit-flex;
  /* Safari */
  display: flex; }

.panel {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  height: 90px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  width: 100%; }
  @media only screen and (min-width: 50.063em) {
    .panel {
      height: 115px; } }
  .panel .panel-front, .panel .panel-back {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 100%; }
  .panel .panel-front {
    height: inherit;
    position: absolute;
    top: 30px;
    z-index: 900;
    background: rgba(0, 46, 86, 0.9);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .panel .panel-back {
    height: inherit;
    position: absolute;
    top: 30px;
    z-index: 1000;
    background: rgba(217, 221, 222, 0.9);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .panel .front-box, .panel .back-box {
    padding: 20%; }
    .panel .front-box .sprite, .panel .front-box i, .panel .back-box .sprite, .panel .back-box i {
      display: none; }
      @media only screen and (min-width: 50.063em) {
        .panel .front-box .sprite, .panel .front-box i, .panel .back-box .sprite, .panel .back-box i {
          display: inline-flex;
          margin-bottom: .7rem; } }
      @media only screen and (min-width: 90.063em) {
        .panel .front-box .sprite, .panel .front-box i, .panel .back-box .sprite, .panel .back-box i {
          display: inline-flex;
          margin-bottom: 1rem; } }
    .panel .front-box i, .panel .back-box i {
      color: #b0cbea; }
  .panel .front-box p, .panel .back-box p {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 100%;
    font-weight: 500;
    height: 100%;
    line-height: 110%;
    text-align: center; }
    @media only screen and (min-width: 50.063em) {
      .panel .front-box p, .panel .back-box p {
        font-size: 110%; } }
  .panel .front-box p {
    color: #eff1f1 !important;
    text-shadow: 0 1px 1px #002e56; }
  .panel .back-box p {
    color: #002e56 !important;
    text-shadow: 0 1px #eff1f1 !important; }
    .panel .back-box p span {
      display: block;
      font-size: 250%;
      font-weight: 700;
      margin: 1rem 0 .8rem 0; }
  .panel.flip .panel-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .panel.flip .panel-back {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg); }
  @media only screen and (min-width: 35.063em) {
    .panel.flip .back-box p {
      font-size: 90%; } }
  @media only screen and (min-width: 50.063em) {
    .panel.flip .back-box p {
      font-size: 100%; } }

.banner-blocks-button-container {
  height: 100%;
  margin-top: 31px;
  width: 100%; }

#banner-boxes-button a {
  color: #eff1f1;
  font-size: 1.1rem;
  float: right;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  padding: 0 0 3px;
  transition: all .2s linear;
  text-shadow: 0 1px 1px #002e56; }
  @media only screen and (min-width: 90.063em) {
    #banner-boxes-button a::after {
      font-family: FontAwesome;
      font-size: .95rem;
      content: "\f054 \f054";
      display: inline;
      margin-left: .5rem; } }
  #banner-boxes-button a a:hover {
    border-color: #eff1f1; }

#banner-boxes-button .right {
  display: none; }
  @media only screen and (min-width: 50.063em) {
    #banner-boxes-button .right {
      display: block; } }

#banner-boxes-button a.button {
  border: 3px solid #eff1f1;
  background-color: transparent;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  margin: 0 0 1.2rem 0;
  padding: .8rem .5rem .5rem .5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
  text-shadow: 0 1px 1px #002e56; }
  #banner-boxes-button a.button:hover {
    background-color: #eff1f1;
    color: #002e56;
    text-shadow: 0 1px 1px #eff1f1; }
  @media only screen and (min-width: 50.063em) {
    #banner-boxes-button a.button {
      font-size: .8rem;
      padding: .8rem .5rem .5rem .5rem; } }
  @media only screen and (min-width: 90.063em) {
    #banner-boxes-button a.button {
      font-size: .9rem;
      padding: 1rem 1.25rem 0.8rem 1.25rem; } }

html.ie11 .panel .front-box i, html.ie11 .panel .front-box span, html.ie10 .panel .front-box i, html.ie10 .panel .front-box span {
  margin-bottom: -.6rem; }

html.ie11 .panel .front-box i, html.ie10 .panel .front-box i {
  display: block; }

html.ie11 .panel .front-box span {
  display: inline-flex;
  margin-bottom: .6rem; }

html.ie10 .panel-back {
  display: none; }

html.ie10 .panel .front-box span {
  display: block; }

.quote-odd {
  background: #84898c;
  padding: 0 5px 0 10px;
  border-radius: 10px;
  width: 250px;
  height: auto;
  position: relative;
  margin-left: -60px; }
  .quote-odd:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #84898c transparent transparent transparent;
    position: absolute;
    top: auto;
    left: 30px; }

.testimonial-odd {
  font-family: 'Roboto';
  font-size: 14px;
  margin-top: -23px;
  margin-bottom: 0;
  position: relative;
  color: white;
  text-indent: 18px;
  padding-left: 1px;
  padding-right: 2px;
  padding-bottom: 15px; }

.quote-even {
  background: #eff1f1;
  padding: 0 5px 0 10px;
  border-radius: 10px;
  width: 250px;
  height: auto;
  position: relative;
  margin-left: -60px; }
  .quote-even:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 32px;
    border-color: #eff1f1 transparent transparent transparent;
    position: absolute;
    top: auto;
    left: 190px; }

.testimonial-even {
  font-family: 'Roboto';
  font-size: 14px;
  margin-top: -23px;
  margin-bottom: 0;
  position: relative;
  color: black;
  text-indent: 18px;
  padding-left: 1px;
  padding-right: 2px;
  padding-bottom: 15px; }

.partner-odd {
  margin-top: 20px;
  margin-left: -50px; }
  .partner-odd p {
    position: relative;
    top: 15px;
    font-weight: 600;
    font-size: 16px; }
    .partner-odd p:nth-child(2) {
      font-size: 12px;
      font-weight: 200;
      margin-bottom: 30px;
      font-style: italic;
      top: 0; }

.partner-even {
  margin-top: 20px;
  margin-left: -65px; }
  .partner-even p {
    position: relative;
    top: 15px;
    left: 180px;
    font-weight: 600;
    font-size: 16px; }
    .partner-even p:nth-child(2) {
      font-size: 12px;
      font-weight: 200;
      margin-bottom: 30px;
      left: 100px;
      font-style: italic;
      top: 0; }

.blueiconcolor {
  color: #00539b; }

span.fa-quote-left-dlg:before {
  right: 27px;
  position: relative; }

.cred-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -50px; }

p.cred-block-stat-percentage {
  font-size: 5em;
  margin-left: -115px;
  position: relative;
  color: #d9ddde;
  font-family: 'Roboto';
  margin-top: 25px; }

p.cred-block-stat {
  font-size: 5em;
  margin-left: -80px;
  position: relative;
  color: #d9ddde;
  font-family: 'Roboto'; }

#testimonial-block p {
  margin-bottom: 0; }

#testimonial-block .testimonial {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3; }

#testimonial-block .quote-author {
  margin: 28px 10px 0;
  line-height: 1.3; }
  #testimonial-block .quote-author.even {
    text-align: right; }

#testimonial-block .customer-quote {
  border-radius: 10px;
  height: auto;
  padding: 18px 14px 18px 28px;
  position: relative;
  width: 100%; }
  #testimonial-block .customer-quote::after {
    border-style: solid;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -26px; }
  #testimonial-block .customer-quote.odd {
    background: #84898c;
    color: #eff1f1;
    margin: 3rem 0 0 0; }
    #testimonial-block .customer-quote.odd::after {
      border-width: 26px 34px 0 0;
      border-color: #84898c transparent transparent transparent;
      left: 10%; }
  #testimonial-block .customer-quote.even {
    background: #eff1f1;
    color: #565656;
    margin: 1.5rem 0 0 0; }
    #testimonial-block .customer-quote.even::after {
      border-width: 26px 0 0 34px;
      border-color: #eff1f1 transparent transparent transparent;
      right: 10%; }

#testimonial-block span.fa-quote-left {
  color: #00539b;
  left: -1.35rem;
  position: absolute;
  top: 0; }

#testimonial-block .stat-wrapper {
  margin: 3rem 0 0 0; }

#testimonial-block .stat {
  color: #b0b7bb;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -3px;
  text-align: right; }
  @media only screen and (min-width: 50.063em) {
    #testimonial-block .stat {
      font-size: 4.1rem; } }
  @media only screen and (min-width: 90.063em) {
    #testimonial-block .stat {
      font-size: 5rem; } }

#testimonial-block .stat-dd {
  margin: 0 1rem 1rem 1rem; }
  #testimonial-block .stat-dd strong {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; }

.training-benefits i {
  color: #b0b7bb;
  margin-top: 8px; }

.training-benefits li {
  margin: 0 !important;
  padding: .5rem .125rem !important; }

.partner-services-grid li {
  display: flex;
  flex-direction: column;
  margin: 0; }
  .partner-services-grid li > a {
    align-items: center;
    display: -moz-box;
    flex: 1;
    -moz-box-align: center;
    -moz-box-flex: 1;
    -moz-box-pack: center;
    min-height: 80px;
    justify-content: center;
    text-align: center; }
    .partner-services-grid li > a img {
      max-height: 75px;
      max-width: 90%; }
  .partner-services-grid li > p {
    align-items: center;
    font-size: .85rem;
    line-height: 1.1;
    margin-top: .5rem;
    justify-content: center;
    text-align: center; }

.node-video-promo_display {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  .node-video-promo_display h4 a, .node-video-promo_display .block-promo-display .promo-title a, .block-promo-display .node-video-promo_display .promo-title a {
    color: inherit; }
  .node-video-promo_display .field-type-link-field a {
    color: #231f20;
    font-weight: 500;
    font-size: 1rem; }

.node-resource-promo_display {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  .node-resource-promo_display h4 a, .node-resource-promo_display .block-promo-display .promo-title a, .block-promo-display .node-resource-promo_display .promo-title a {
    color: inherit; }
  .node-resource-promo_display .field-type-link-field a {
    color: #231f20;
    font-weight: 500;
    font-size: 1rem; }

.node-event-promo_display {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  .node-event-promo_display h4 a, .node-event-promo_display .block-promo-display .promo-title a, .block-promo-display .node-event-promo_display .promo-title a {
    color: inherit; }
  .node-event-promo_display .field-type-link-field a {
    color: #231f20;
    font-weight: 500;
    font-size: 1rem; }

.node-press_releases-promo_display {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  .node-press_releases-promo_display h4 a, .node-press_releases-promo_display .block-promo-display .promo-title a, .block-promo-display .node-press_releases-promo_display .promo-title a {
    color: inherit; }
  .node-press_releases-promo_display .field-type-link-field a {
    color: #231f20;
    font-weight: 500;
    font-size: 1rem; }

.node-article-promo_display {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  .node-article-promo_display h4 a, .node-article-promo_display .block-promo-display .promo-title a, .block-promo-display .node-article-promo_display .promo-title a {
    color: inherit; }
  .node-article-promo_display .field-type-link-field a {
    color: #231f20;
    font-weight: 500;
    font-size: 1rem; }

.node-page-promo_display {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  .node-page-promo_display h4 a, .node-page-promo_display .block-promo-display .promo-title a, .block-promo-display .node-page-promo_display .promo-title a {
    color: inherit; }
  .node-page-promo_display .field-type-link-field a {
    color: #231f20;
    font-weight: 500;
    font-size: 1rem; }

.node-promotion-promo_display {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem; }
  .node-promotion-promo_display h4 a, .node-promotion-promo_display .block-promo-display .promo-title a, .block-promo-display .node-promotion-promo_display .promo-title a {
    color: inherit; }
  .node-promotion-promo_display .field-type-link-field a {
    color: #231f20;
    font-weight: 500;
    font-size: 1rem; }

.promo-display-image {
  min-height: 124px;
  max-height: 180px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1.5rem; }
  .promo-display-image img {
    margin-top: 5%; }

.block-promo-display {
  background: #eff1f1;
  clear: both;
  margin-bottom: 0; }
  .block-promo-display .promo-title, .block-promo-display .promo-display-content {
    color: #231f20;
    display: block;
    padding: .8125rem 0 0 0;
    font-size: 1.35rem; }
    .block-promo-display .promo-title strong, .block-promo-display .promo-display-content strong {
      padding-left: .9rem; }
  .block-promo-display .content {
    background: #ffffff;
    color: #231f20;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem; }
    .block-promo-display .content a {
      color: #231f20; }
      .block-promo-display .content a:hover {
        color: #00539b; }

.field-collection-item--field-promotion-information--promo-display {
  max-width: 245px;
  margin-top: 10px; }
  .field-collection-item--field-promotion-information--promo-display a {
    color: inherit; }
  .field-collection-item--field-promotion-information--promo-display a > span {
    display: block;
    width: 94%;
    margin: 0 auto; }
  .field-collection-item--field-promotion-information--promo-display .promotion-icon {
    color: #fff; }
  .field-collection-item--field-promotion-information--promo-display .promotion-image {
    height: 124px;
    overflow: hidden;
    position: relative; }
    .field-collection-item--field-promotion-information--promo-display .promotion-image .promotion-icon {
      position: relative;
      bottom: 5px;
      right: 5px; }
  .field-collection-item--field-promotion-information--promo-display .promotion-body {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: .9rem;
    line-height: 1.2rem;
    padding: 10px; }
    .field-collection-item--field-promotion-information--promo-display .promotion-body p {
      font-weight: normal;
      font-size: .9rem;
      line-height: 1.2rem; }
  .field-collection-item--field-promotion-information--promo-display .promotion-header {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.6;
    width: 100%;
    padding-top: 10px; }
    .field-collection-item--field-promotion-information--promo-display .promotion-header .promotion-icon {
      width: 40px;
      height: 40px;
      float: left;
      margin-top: -20px; }
    .field-collection-item--field-promotion-information--promo-display .promotion-header + .promotion-body {
      font-size: 0.875rem;
      text-align: right;
      line-height: 1.2; }

#region-content #block-system-main .field-name-field-promotion-information .field-collection-view-final {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  box-shadow: none; }

/* promos */
#region-content #block-system-main .node-resources-promo-display h4, #region-content #block-system-main .node-resources-promo-display .block-promo-display .promo-title, .block-promo-display #region-content #block-system-main .node-resources-promo-display .promo-title,
#region-content #block-system-main .node-highlight-promo-display h4,
#region-content #block-system-main .node-highlight-promo-display .block-promo-display .promo-title,
.block-promo-display #region-content #block-system-main .node-highlight-promo-display .promo-title {
  display: none; }

#region-content #block-system-main .node-resources-promo-display div.promo-display-image:first-child,
#region-content #block-system-main .node-highlight-promo-display div.promo-display-image:first-child {
  display: none; }

/* end promos */
/* fix for lightbox video issue */
#lightbox #modalContainer {
  overflow: hidden; }

/* End lightbox fix */
/**
 * initial reveal of front page
 */
body.front, body.front nav.top-bar, body.front section.banner-slideshow, body.front section.main-section, body.front div.sticky-footer {
  opacity: 0;
  transition-property: opacity, top, bottom;
  transition-duration: 0.6s; }
  body.front nav.top-bar {
    top: -110px;
    transition-delay: 0.2s; }
  body.front section.banner-slideshow {
    transition-delay: 0.6s; }
  body.front section.main-section {
    transition-delay: 1s; }
  body.front div.sticky-footer {
    bottom: -50px;
    transition-delay: 1.5s; }

body.visible {
  opacity: 1; }

/**
 * MD 3d tile animations
 */
html.csstransitions body.front .short, body.front html.csstransitions nav.top-bar .short, body.front html.csstransitions section.banner-slideshow .short, body.front html.csstransitions section.main-section .short, body.front html.csstransitions div.sticky-footer .short,
html.csstransitions body.front .tall-main,
body.front html.csstransitions nav.top-bar .tall-main,
body.front html.csstransitions section.banner-slideshow .tall-main,
body.front html.csstransitions section.main-section .tall-main,
body.front html.csstransitions div.sticky-footer .tall-main,
html.csstransitions body.front .teaser,
body.front html.csstransitions nav.top-bar .teaser,
body.front html.csstransitions section.banner-slideshow .teaser,
body.front html.csstransitions section.main-section .teaser,
body.front html.csstransitions div.sticky-footer .teaser {
  position: relative;
  top: 0;
  transition-duration: 0.4s;
  transition-property: box-shadow, top;
  transition-timing-function: ease; }
  html.csstransitions body.front .short:hover, body.front html.csstransitions nav.top-bar .short:hover, body.front html.csstransitions section.banner-slideshow .short:hover, body.front html.csstransitions section.main-section .short:hover, body.front html.csstransitions div.sticky-footer .short:hover,
  html.csstransitions body.front .tall-main:hover,
  body.front html.csstransitions nav.top-bar .tall-main:hover,
  body.front html.csstransitions section.banner-slideshow .tall-main:hover,
  body.front html.csstransitions section.main-section .tall-main:hover,
  body.front html.csstransitions div.sticky-footer .tall-main:hover,
  html.csstransitions body.front .teaser:hover,
  body.front html.csstransitions nav.top-bar .teaser:hover,
  body.front html.csstransitions section.banner-slideshow .teaser:hover,
  body.front html.csstransitions section.main-section .teaser:hover,
  body.front html.csstransitions div.sticky-footer .teaser:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }


html.csstransitions body.front .tall-main,
body.front html.csstransitions nav.top-bar .tall-main,
body.front html.csstransitions section.banner-slideshow .tall-main,
body.front html.csstransitions section.main-section .tall-main,
body.front html.csstransitions div.sticky-footer .tall-main {
  padding: 1rem 1.4rem; }
  @media only screen and (min-width: 35.063em) {
    
    html.csstransitions body.front .tall-main,
    body.front html.csstransitions nav.top-bar .tall-main,
    body.front html.csstransitions section.banner-slideshow .tall-main,
    body.front html.csstransitions section.main-section .tall-main,
    body.front html.csstransitions div.sticky-footer .tall-main {
      padding: 1rem 1.4rem 1.4rem 1.4rem; }
      html.csstransitions body.front .tall-main p, body.front html.csstransitions nav.top-bar .tall-main p, body.front html.csstransitions section.banner-slideshow .tall-main p, body.front html.csstransitions section.main-section .tall-main p, body.front html.csstransitions div.sticky-footer .tall-main p, html.csstransitions body.front .tall-main a, body.front html.csstransitions nav.top-bar .tall-main a, body.front html.csstransitions section.banner-slideshow .tall-main a, body.front html.csstransitions section.main-section .tall-main a, body.front html.csstransitions div.sticky-footer .tall-main a {
        margin-right: 200px; } }

/**
 * timing function of teaser cards
 */
html.csstransitions body.front [class*=-teaser], body.front html.csstransitions nav.top-bar [class*=-teaser], body.front html.csstransitions section.banner-slideshow [class*=-teaser], body.front html.csstransitions section.main-section [class*=-teaser], body.front html.csstransitions div.sticky-footer [class*=-teaser] {
  transition-delay: 0.25s;
  transition-timing-function: ease; }

/**
 * product tile behavior
 * @TODO: move this to its own file
 * @TODO: turn this code into a mixin
 */
.solution-content-products .field-collection-item-field-solution-product .content-wrapper {
  position: relative;
  top: 0;
  transition-duration: 0.4s;
  transition-property: box-shadow, top; }
  .solution-content-products .field-collection-item-field-solution-product .content-wrapper:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }

#web-logo,
#web-logo text {
  transition: 0.4s;
  opacity: 1; }

body.reduced #web-logo text {
  opacity: 0; }

/* Make front page contextual cogs more visible with added contrast. */
body.front a.contextual-links-trigger {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px white; }

.node-highlight-contextual-promo h4, .node-highlight-contextual-promo .block-promo-display .promo-title, .block-promo-display .node-highlight-contextual-promo .promo-title {
  display: none;
  visibility: hidden; }

.node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image {
  height: auto;
  overflow: inherit; }
  .node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image .promotion-icon {
    bottom: 40px;
    float: right;
    position: relative;
    right: 10px;
    font-size: 36px; }

.node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-header {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  width: 92%; }

.node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-header {
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  text-align: right; }

.node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; }
  .node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body p {
    font-size: .9rem;
    font-style: normal;
    line-height: 1.2; }

.node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -2px; }
  .node-highlight-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote:before {
    content: '\201C';
    color: #fff;
    font-size: 7em; }

.node-video-contextual-promo h4, .node-video-contextual-promo .block-promo-display .promo-title, .block-promo-display .node-video-contextual-promo .promo-title {
  display: none;
  visibility: hidden; }

.node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image {
  height: auto;
  overflow: inherit; }
  .node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image .promotion-icon {
    bottom: 40px;
    float: right;
    position: relative;
    right: 10px;
    font-size: 36px; }

.node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-header {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  width: 92%; }

.node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-header {
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  text-align: right; }

.node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; }
  .node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body p {
    font-size: .9rem;
    font-style: normal;
    line-height: 1.2; }

.node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -2px; }
  .node-video-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote:before {
    content: '\201C';
    color: #fff;
    font-size: 7em; }

.node-industry_blog-contextual-promo h4, .node-industry_blog-contextual-promo .block-promo-display .promo-title, .block-promo-display .node-industry_blog-contextual-promo .promo-title {
  display: none;
  visibility: hidden; }

.node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image {
  height: auto;
  overflow: inherit; }
  .node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image .promotion-icon {
    bottom: 40px;
    float: right;
    position: relative;
    right: 10px;
    font-size: 36px; }

.node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-header {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  width: 92%; }

.node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-header {
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  text-align: right; }

.node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; }
  .node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body p {
    font-size: .9rem;
    font-style: normal;
    line-height: 1.2; }

.node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -2px; }
  .node-industry_blog-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote:before {
    content: '\201C';
    color: #fff;
    font-size: 7em; }

.node-events-contextual-promo h4, .node-events-contextual-promo .block-promo-display .promo-title, .block-promo-display .node-events-contextual-promo .promo-title {
  display: none;
  visibility: hidden; }

.node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image {
  height: auto;
  overflow: inherit; }
  .node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image .promotion-icon {
    bottom: 40px;
    float: right;
    position: relative;
    right: 10px;
    font-size: 36px; }

.node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-header {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  width: 92%; }

.node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-header {
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  text-align: right; }

.node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; }
  .node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body p {
    font-size: .9rem;
    font-style: normal;
    line-height: 1.2; }

.node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -2px; }
  .node-events-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote:before {
    content: '\201C';
    color: #fff;
    font-size: 7em; }

.node-resources-contextual-promo h4, .node-resources-contextual-promo .block-promo-display .promo-title, .block-promo-display .node-resources-contextual-promo .promo-title {
  display: none;
  visibility: hidden; }

.node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image {
  height: auto;
  overflow: inherit; }
  .node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image .promotion-icon {
    bottom: 40px;
    float: right;
    position: relative;
    right: 10px;
    font-size: 36px; }

.node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-header {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  width: 92%; }

.node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-header {
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  text-align: right; }

.node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; }
  .node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body p {
    font-size: .9rem;
    font-style: normal;
    line-height: 1.2; }

.node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -2px; }
  .node-resources-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote:before {
    content: '\201C';
    color: #fff;
    font-size: 7em; }

.node-press_releases-contextual-promo h4, .node-press_releases-contextual-promo .block-promo-display .promo-title, .block-promo-display .node-press_releases-contextual-promo .promo-title {
  display: none;
  visibility: hidden; }

.node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image {
  height: auto;
  overflow: inherit; }
  .node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-image .promotion-icon {
    bottom: 40px;
    float: right;
    position: relative;
    right: 10px;
    font-size: 36px; }

.node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-header {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  width: 92%; }

.node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-header {
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  text-align: right; }

.node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body {
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; }
  .node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .promotion-body p {
    font-size: .9rem;
    font-style: normal;
    line-height: 1.2; }

.node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -2px; }
  .node-press_releases-contextual-promo .field-collection-item--field-promotion-information--contextual-promo .promotion-quote .hid-quote:before {
    content: '\201C';
    color: #fff;
    font-size: 7em; }

body:lang(ru) h1, body:lang(ru) h2, body:lang(ru) h3, body:lang(ru) h4, body:lang(ru) .block-promo-display .promo-title, .block-promo-display body:lang(ru) .promo-title, body:lang(ru) h5, body:lang(ru) h6 {
  font-family: 'Helvetica Neue', Arial, sans-serif; }

.request-info-block:lang(zh-hans) .request-text-wrapper span.request-large,
.request-info-block:lang(ko) .request-text-wrapper span.request-large,
.request-info-block:lang(ja) .request-text-wrapper span.request-large {
  font-size: 2.1rem; }

.request-info-block:lang(fr) .request-text-wrapper {
  margin: 7px 0; }
  .request-info-block:lang(fr) .request-text-wrapper span.request-top {
    font-size: 24px; }
  .request-info-block:lang(fr) .request-text-wrapper span.request-bottom {
    font-size: 13.5px; }

.request-info-block:lang(ru) .request-text-wrapper {
  margin: 4px 0; }
  .request-info-block:lang(ru) .request-text-wrapper span.request-top {
    font-size: 23px; }
  .request-info-block:lang(ru) .request-text-wrapper span.request-bottom {
    font-size: 18px; }

.request-info-block:lang(de) .request-text-wrapper {
  margin: 1px 0; }
  .request-info-block:lang(de) .request-text-wrapper span.request-top {
    font-size: 35px; }
  .request-info-block:lang(de) .request-text-wrapper span.request-bottom {
    font-size: 12px; }

.request-info-block:lang(pt-br) .request-text-wrapper {
  margin: 4px 0; }
  .request-info-block:lang(pt-br) .request-text-wrapper span.request-top {
    font-size: 24px; }
  .request-info-block:lang(pt-br) .request-text-wrapper span.request-bottom {
    font-size: 17px; }

.request-info-block:lang(es) .request-text-wrapper {
  margin: 4px 0; }
  .request-info-block:lang(es) .request-text-wrapper span.request-top {
    font-size: 26px; }
  .request-info-block:lang(es) .request-text-wrapper span.request-bottom {
    font-size: 1.32rem; }

#node-24371 {
  background: #f2f7fc !important; }
  #node-24371 .form-item.form-type-item {
    display: none !important; }
  #node-24371 .webform-client-form-24371 {
    background: #f2f7fc !important; }
    #node-24371 .webform-client-form-24371 .cn-lead-left-col, #node-24371 .webform-client-form-24371 .cn-lead-right-col {
      float: left;
      width: 48%; }
    #node-24371 .webform-client-form-24371 .cn-lead-left-col {
      margin-right: 2%; }
    #node-24371 .webform-client-form-24371 .webform-component--intro-text {
      display: none !important; }
    #node-24371 .webform-client-form-24371 .form-item {
      margin: 0 !important; }
    #node-24371 .webform-client-form-24371 input[type=text] {
      background: #ffffff; }
    #node-24371 .webform-client-form-24371 input[type="email"] {
      margin: 0 0 .5rem 0; }
    #node-24371 .webform-client-form-24371 input[type=submit] {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #00539b;
      border: 2px solid #00539b;
      transition: all .2s linear; }
      #node-24371 .webform-client-form-24371 input[type=submit]:hover {
        background: transparent;
        color: #00539b; }
    #node-24371 .webform-client-form-24371 .form-select {
      width: 100%; }
    #node-24371 .webform-client-form-24371 .webform-component-textarea {
      clear: both; }
    #node-24371 .webform-client-form-24371 textarea {
      height: 70px !important; }

#riFirstModal:lang(pt-br) h3 {
  font-size: 1.65rem;
  margin: 0 0 .2rem 0; }

#riFirstModal:lang(pt-br) h4, #riFirstModal:lang(pt-br) .block-promo-display .promo-title, .block-promo-display #riFirstModal:lang(pt-br) .promo-title {
  font-size: 1.3rem; }

#riFirstModal:lang(pt-br) .phone-number {
  font-size: 1.5rem; }

#riFirstModal:lang(ru) h3 {
  font-size: 1.7rem;
  margin: 0 0 .2rem 0; }

#riFirstModal:lang(ru) .ri-more-space {
  height: 152px; }

#riFirstModal:lang(ru) .phone-number {
  font-size: 1.5rem; }

#riFirstModal:lang(ko) p {
  line-height: 140%; }

#riFirstModal:lang(ko) .phone-number {
  font-size: 1.5rem; }

#riFirstModal:lang(ja) .ri-more-space {
  height: 152px; }

#riFirstModal:lang(ja) .phone-number {
  font-size: 1.5rem; }

#riFirstModal:lang(de) h3 {
  font-size: 1.65rem;
  margin: 0 0 .2rem 0; }

#riFirstModal:lang(de) h4, #riFirstModal:lang(de) .block-promo-display .promo-title, .block-promo-display #riFirstModal:lang(de) .promo-title {
  font-size: 1.3rem; }

#riFirstModal:lang(de) .ri-more-space {
  height: 122px; }

#riFirstModal:lang(de) .phone-number {
  font-size: 1.5rem; }

#riFirstModal:lang(fr) .phone-number, #riFirstModal:lang(zh) .phone-number, #riFirstModal:lang(es) .phone-number {
  font-size: 1.5rem; }

#riSecondModal:lang(zh) .modal-callout.ri-marketo {
  padding: 1rem 1rem 0 1rem !important; }

#riSecondModal:lang(zh) iframe {
  height: 416px; }

#riSecondModal:lang(zh) input#edit-submitted-opt-in-1 {
  margin: 0;
  height: 30px; }

body:lang(ru) .number,
body:lang(ru) .desc, body:lang(zh-hans) .number,
body:lang(zh-hans) .desc, body:lang(fr) .number,
body:lang(fr) .desc {
  letter-spacing: -1px; }

body:lang(ja) .desc {
  font-size: .7rem;
  letter-spacing: -1px; }

body:lang(ko) .desc {
  font-size: .9rem;
  letter-spacing: -1px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(fr) ul {
  font-size: .9rem; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(fr) ul .first.expanded ul::before {
    left: 165px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(fr) ul .first.expanded ul li.first {
    width: 520px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(fr) ul .last.expanded ul::before {
    left: 285px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(fr) ul ul {
  right: -50%;
  width: 520px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(fr) ul ul li {
    width: 260px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(ru) ul {
  font-size: .9rem; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ru) ul .first.expanded ul::before {
    left: 278px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ru) ul .first.expanded ul li.first {
    width: 606px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ru) ul .last.expanded ul::before {
    left: 355px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(ru) ul ul {
  width: 606px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ru) ul ul li {
    width: 303px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(pt) ul,
.top-bar-section #block-menu-menu-about-hid-menu:lang(es) ul {
  font-size: .9rem; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(pt) ul .first.expanded ul::before,
  .top-bar-section #block-menu-menu-about-hid-menu:lang(es) ul .first.expanded ul::before {
    left: 172px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(pt) ul .last.expanded ul::before,
  .top-bar-section #block-menu-menu-about-hid-menu:lang(es) ul .last.expanded ul::before {
    left: 262px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(pt) ul ul,
.top-bar-section #block-menu-menu-about-hid-menu:lang(es) ul ul {
  right: -92%; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(zh) ul,
.top-bar-section #block-menu-menu-about-hid-menu:lang(ko) ul {
  font-size: .9rem; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(zh) ul .first.expanded ul::before,
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ko) ul .first.expanded ul::before {
    left: 218px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(zh) ul .last.expanded ul::before,
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ko) ul .last.expanded ul::before {
    left: 285px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(ja) ul {
  font-size: .9rem; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ja) ul .first.expanded ul::before {
    left: 168px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(ja) ul .last.expanded ul::before {
    left: 280px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(ja) ul ul {
  right: -50%; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(de) ul {
  font-size: .9rem; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(de) ul .first.expanded ul::before {
    left: 176px; }
  .top-bar-section #block-menu-menu-about-hid-menu:lang(de) ul .last.expanded ul::before {
    left: 262px; }

.top-bar-section #block-menu-menu-about-hid-menu:lang(de) ul ul {
  right: -88%; }

.top-bar-section .block-locale:lang(zh) ul.language-menu li ul,
.top-bar-section .block-locale:lang(ko) ul.language-menu li ul,
.top-bar-section .block-locale:lang(ja) ul.language-menu li ul {
  right: -10px; }
  .top-bar-section .block-locale:lang(zh) ul.language-menu li ul::before,
  .top-bar-section .block-locale:lang(ko) ul.language-menu li ul::before,
  .top-bar-section .block-locale:lang(ja) ul.language-menu li ul::before {
    right: 10px; }

.top-bar-section .block-locale:lang(ru) ul.language-menu li ul {
  right: -10px; }
  .top-bar-section .block-locale:lang(ru) ul.language-menu li ul::before {
    right: 12px; }

.top-bar-section .block-locale:lang(de) ul.language-menu li ul::before,
.top-bar-section .block-locale:lang(fr) ul.language-menu li ul::before {
  right: 14px; }

.top-bar-section .block-locale:lang(es) ul.language-menu li ul::before,
.top-bar-section .block-locale:lang(pt) ul.language-menu li ul::before {
  right: 11px; }

.subnav:lang(ru) a, .subnav:lang(fr) a, .subnav:lang(pt) a, .subnav:lang(es) a, .subnav:lang(de) a {
  font-size: 1.3rem;
  line-height: .95;
  margin: 5px 0 8px; }
  @media only screen and (min-width: 50.063em) {
    .subnav:lang(ru) a, .subnav:lang(fr) a, .subnav:lang(pt) a, .subnav:lang(es) a, .subnav:lang(de) a {
      font-size: 1.4rem; } }

@media only screen and (min-width: 35.063em) {
  .front:lang(es) h2, .front:lang(fr) h2, .front:lang(ru) h2, .front:lang(de) h2 {
    font-size: 2.4rem;
    line-height: 2.6rem; } }

body.i18n-ru .f-dropdown ul li:not(.has-form) a:not(.button) {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }

#environment-indicator {
  opacity: .8;
  pointer-events: none; }

.environment-indicator-processed {
  margin-left: 0 !important; }

#admin-menu .dropdown .admin-menu-toolbar-category a,
#admin-menu .dropdown .admin-menu-action a {
  font-size: .846em; }

/* hides "select a country" on the sales contact edit screen */
/* mistakingly selecting that param shows the contact on every search */
.node-type-sales-contact #improvedselect-edit-field-sales-ct-countries-und li:nth-child(2) {
  display: none; }

.logged-in.node-status--unpublished #block-system-main > .content:first-child:before {
  content: '';
  background: rgba(128, 0, 0, 0.02);
  border: 3px dashed rgba(255, 0, 0, 0.2);
  display: block;
  pointer-events: none;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px; }

.view-product-family .views-field-field-brand-body .span9 {
  width: auto !important; }

.view-product-family .views-field-field-brand-body .style-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  @media only screen and (min-width: 35.063em) {
    .view-product-family .views-field-field-brand-body .style-grid {
      flex-direction: row; } }
  .view-product-family .views-field-field-brand-body .style-grid > div:first-child {
    padding: 0 0 0 20px !important;
    width: auto !important; }
    @media only screen and (min-width: 35.063em) {
      .view-product-family .views-field-field-brand-body .style-grid > div:first-child {
        padding: 0 !important; } }
  .view-product-family .views-field-field-brand-body .style-grid > div:first-child img {
    height: auto !important;
    width: auto !important; }
  .view-product-family .views-field-field-brand-body .style-grid > div:nth-child(2) {
    flex-grow: 1;
    padding-left: 20px !important;
    width: auto; }
    @media only screen and (min-width: 35.063em) {
      .view-product-family .views-field-field-brand-body .style-grid > div:nth-child(2) {
        padding-left: 50px !important; } }

.field-collection-view #faq-shortcuts {
  margin-bottom: 50px; }

.field-collection-view .so-question {
  margin-top: 15px; }

.product {
  /**
  *
  * 8/24/17 - Adds changes specific to the product page redesign
  * cf http://5i347b.axshare.com/#g=1&p=proposed_product_page_v5_markup
  *
  */ }
  .product .masterhead-bg {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    margin: 0 auto 10px;
    height: inherit;
    overflow: inherit; }
  .product .masterhead-branding {
    color: #fff;
    text-shadow: 1px 1px 3px #222;
    font-size: 14px;
    padding: 0 20px; }
  .product .masterhead-sub-title {
    height: 180px;
    margin: 0 0 0 25px;
    width: 295px;
    position: relative; }
    @media only screen and (max-width: 35em) {
      .product .masterhead-sub-title {
        display: inline-block;
        position: static;
        text-shadow: none;
        color: #054F94;
        height: auto; } }
  .product .product-tabs {
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    color: #00539b; }
    .product .product-tabs .active {
      color: #231f20; }
  .product .view-product-images ul {
    overflow: auto; }
  .product .view-product-images li {
    list-style-type: none;
    float: left;
    width: 200px;
    padding: 0;
    margin-left: 20px; }

/* 25px margin */
.node-type-product #content-left {
  padding-left: 0px; }
  .node-type-product #content-left .product .product-tab-content .columns {
    padding-top: 0px;
    margin-top: -5px; }

.node-type-product #content-right {
  padding-right: 0px; }

.node-type-product span.promo-display-content p {
  margin-bottom: 0px; }

.node-type-product .block-promo-display div {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.node-type-product.reduced .top-bar .name {
  padding-left: 25px;
  padding-right: 25px; }

/* end 25px margin */
/* start banner */
.product-banner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  height: inherit;
  max-width: 1060px;
  overflow: inherit;
  width: 100%;
  /* end banner */ }
  .product-banner .solution-banner-image {
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 35.063em) {
      .product-banner .solution-banner-image {
        float: none;
        height: auto;
        margin: 0; } }
    .product-banner .solution-banner-image img {
      max-width: 305% !important;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 35.063em) {
        .product-banner .solution-banner-image img {
          margin: 0;
          max-width: 100%;
          position: initial;
          width: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 35.063em) {
        .product-banner .solution-banner-image img {
          /* IE10+ CSS styles go here */
          position: static; } }
  .product-banner .slide-title-wrapper {
    padding: 8px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none;
    position: relative;
    bottom: inherit;
    top: 0; }
    @media only screen and (min-width: 35.063em) {
      .product-banner .slide-title-wrapper {
        position: absolute;
        top: initial;
        bottom: 29%; }
        .product-banner .slide-title-wrapper:before {
          width: 66.666666%; }
        .product-banner .slide-title-wrapper .slide-title .title-small, .product-banner .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .product-banner .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .product-banner .slide-title-wrapper .slide-title .title-small, .product-banner .slide-title-wrapper .slide-title .title-large {
        bottom: 23%;
        max-width: 70%; }
      .product-banner .slide-title-wrapper .slide-title .title-small {
        font-size: 1.1em; } }
    .product-banner .slide-title-wrapper:before {
      content: '';
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      text-indent: -999em;
      z-index: 1;
      background-color: transparent;
      background-color: rgba(0, 83, 155, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
      zoom: 1;
      -webkit-box-shadow: inset 0 0 60px #002e56;
      -moz-box-shadow: inset 0 0 60px #002e56;
      box-shadow: inset 0 0 60px #002e56; }
    @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .product-banner .slide-title-wrapper {
        /* IE10+ CSS styles go here */
        height: 100px;
        top: auto;
        bottom: 30%;
        overflow: hidden; } }
    .product-banner .slide-title-wrapper .slide-title {
      margin: 0 auto;
      max-width: 1060px;
      position: relative;
      z-index: 2; }
      .product-banner .slide-title-wrapper .slide-title h2, .product-banner .slide-title-wrapper .slide-title p {
        margin: 0;
        color: #eff1f1;
        text-shadow: 0 1px 1px #231f20; }
    .product-banner .slide-title-wrapper .title-large {
      font-size: 18px;
      line-height: 20px;
      padding-bottom: 4px; }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.orange, .orbit > li .product-banner .slide-title-wrapper .title-large.orange, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.orange, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.orange, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.orange, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.orange, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.orange, .product-banner .slide-title-wrapper .title-large.orange {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.assablue, .orbit > li .product-banner .slide-title-wrapper .title-large.assablue, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.assablue, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.assablue, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.assablue, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.assablue, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.assablue, .product-banner .slide-title-wrapper .title-large.assablue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.lightgreen, .orbit > li .product-banner .slide-title-wrapper .title-large.lightgreen, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.lightgreen, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.lightgreen, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.lightgreen, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.lightgreen, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.lightgreen, .product-banner .slide-title-wrapper .title-large.lightgreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.red, .orbit > li .product-banner .slide-title-wrapper .title-large.red, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.red, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.red, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.red, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.red, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.red, .product-banner .slide-title-wrapper .title-large.red {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.gray, .orbit > li .product-banner .slide-title-wrapper .title-large.gray, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.gray, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.gray, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.gray, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.gray, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.gray, .product-banner .slide-title-wrapper .title-large.gray {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.hidblue, .orbit > li .product-banner .slide-title-wrapper .title-large.hidblue, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.hidblue, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.hidblue, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.hidblue, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.hidblue, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.hidblue, .product-banner .slide-title-wrapper .title-large.hidblue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.navy, .orbit > li .product-banner .slide-title-wrapper .title-large.navy, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.navy, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.navy, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.navy, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.navy, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.navy, .product-banner .slide-title-wrapper .title-large.navy {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.seagreen, .orbit > li .product-banner .slide-title-wrapper .title-large.seagreen, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.seagreen, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.seagreen, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.seagreen, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.seagreen, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.seagreen, .product-banner .slide-title-wrapper .title-large.seagreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .orbit > li .slide-title-wrapper .title-large.white, .orbit > li .product-banner .slide-title-wrapper .title-large.white, .product-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23649 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.white, .product-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23652 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.white, .product-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23650 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.white, .product-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23653 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.white, .product-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23654 .node-gateway-banner-display .product-banner .slide-title-wrapper .title-large.white, .product-banner .slide-title-wrapper .title-large.white {
          color: #eff1f1; } }
      @media only screen and (min-width: 35.063em) {
        .product-banner .slide-title-wrapper .title-large {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .slide-title-wrapper .title-large {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 90.063em) {
        .product-banner .slide-title-wrapper .title-large {
          font-size: 24px;
          line-height: 28px; } }
    .product-banner .slide-title-wrapper .title-small {
      font-size: 13px;
      line-height: 1.2rem; }
      @media only screen and (min-width: 35.063em) {
        .product-banner .slide-title-wrapper .title-small {
          line-height: 1.4rem; } }
      @media only screen and (min-width: 50.063em) {
        .product-banner .slide-title-wrapper .title-small {
          font-size: 14px; } }
      @media only screen and (min-width: 90.063em) {
        .product-banner .slide-title-wrapper .title-small {
          font-size: 16px; } }
  .product-banner .slide-cta-wrapper {
    display: none; }
    @media only screen and (min-width: 35.063em) {
      .product-banner .slide-cta-wrapper {
        font-size: .9rem;
        display: block;
        bottom: 6%;
        min-height: 40px;
        width: 100%;
        z-index: 2;
        background: none;
        padding: 8px 10px;
        position: absolute; }
        .product-banner .slide-cta-wrapper:before {
          content: '';
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          text-indent: -999em;
          width: 66.66%;
          z-index: 1; }
        .product-banner .slide-cta-wrapper .slide-cta {
          margin: 0 auto;
          max-width: 1060px;
          position: relative;
          z-index: 2;
          color: #eff1f1; }
          .product-banner .slide-cta-wrapper .slide-cta span {
            max-width: 74%;
            color: #eff1f1;
            border-bottom: 1px solid transparent;
            padding: 0 0 2px;
            transition: all .2s linear; } }
      @media only screen and (min-width: 35.063em) and (min-width: 50.063em) {
        .product-banner .slide-cta-wrapper .slide-cta span {
          font-size: 1rem; } }
      @media only screen and (min-width: 35.063em) and (min-width: 90.063em) {
        .product-banner .slide-cta-wrapper .slide-cta span {
          font-size: 1.2rem; } }
    @media only screen and (min-width: 35.063em) {
            .product-banner .slide-cta-wrapper .slide-cta span::after {
              font-family: FontAwesome;
              font-size: 1.2rem;
              content: "\f105 \f105";
              display: inline;
              margin-left: .5rem; }
            .product-banner .slide-cta-wrapper .slide-cta span:hover {
              border-color: #eff1f1; } }
    @media only screen and (min-width: 50.063em) {
      .product-banner .slide-cta-wrapper {
        font-size: 1rem; }
        .product-banner .slide-cta-wrapper:before {
          width: 66.666666%; } }
    @media only screen and (min-width: 90.063em) {
      .product-banner .slide-cta-wrapper {
        font-size: 1.1rem;
        bottom: 10%; } }
  .product-banner .product-banner-bg {
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #84898c; }
    @media only screen and (min-width: 35.063em) {
      .product-banner .product-banner-bg {
        float: none;
        margin: 0;
        height: 250px; } }
    @media only screen and (min-width: 50.063em) {
      .product-banner .product-banner-bg {
        height: 250px; } }
    @media only screen and (min-width: 90.063em) {
      .product-banner .product-banner-bg {
        height: 250px; } }
    @media only screen and (max-width: 35em) {
      .product-banner .product-banner-bg {
        display: none; } }
  .product-banner .slide-title-wrapper {
    padding: 10px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none; }
    .product-banner .slide-title-wrapper .slide-title {
      margin-top: 3px;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      color: #FFFFFF;
      font-size: 1.7rem; }
      .product-banner .slide-title-wrapper .slide-title .slide-title-margin {
        padding-left: 15px;
        padding-right: 20px;
        width: 75%;
        margin-left: 0;
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        color: #FFFFFF;
        font-size: 1.7rem;
        line-height: 1.25; }
    @media only screen and (min-width: 35.063em) {
      .product-banner .slide-title-wrapper {
        position: absolute;
        bottom: 25%; }
        .product-banner .slide-title-wrapper:before {
          width: 75%; }
        .product-banner .slide-title-wrapper .slide-title .title-small, .product-banner .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .product-banner .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .product-banner .slide-title-wrapper .slide-title {
        bottom: 25%; } }

.node-type-product {
  /* start "request info block in the header" stuff */
  /* end "request info block in the header" stuff */
  /* begin tag selector tweaks */
  /* end aside tweaks */
  /* begin modal changes */
  /* end modal changes*/ }
  .node-type-product .content-header, .node-type-product .tabs {
    display: table; }
  .node-type-product .product-header-div {
    display: table-cell;
    float: none;
    height: 100%; }
    .node-type-product .product-header-div .tabs {
      float: left; }
  .node-type-product #block-block-104 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    float: none;
    margin-bottom: auto;
    overflow: inherit;
    height: 100%; }
    .node-type-product #block-block-104 .content {
      margin: 0 auto; }
      .node-type-product #block-block-104 .content .request-info-block {
        margin-top: 10px;
        float: none;
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: auto; }
        .node-type-product #block-block-104 .content .request-info-block > a {
          display: inherit;
          width: inherit; }
  .node-type-product .sidebar-products .region-aside .block {
    margin-bottom: 25px; }
  .node-type-product .sidebar-products .region-aside section.block-reqinfo-new-theme {
    display: none;
    background: white;
    border: none; }
  .node-type-product .sidebar-products .region-aside section.block-block_rfid_tag_selector {
    background: white;
    border: none;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 20px; }
  .node-type-product .sidebar-products .region-aside .button-blue a {
    margin-bottom: 5px;
    margin-top: 0px; }
  .node-type-product #product_images {
    float: right; }
    .node-type-product #product_images .field-content .item-list li.first {
      display: list-item; }
    .node-type-product #product_images .field-content .item-list li {
      display: none; }

/* mobile tweaks */
@media only screen and (max-width: 35em) {
  .node-type-product .product-banner .product-banner-bg {
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #00539b; }
  .node-type-product .product-banner .slide-title-wrapper {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    background-color: transparent;
    background-color: rgba(0, 83, 155, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
    zoom: 1;
    -webkit-box-shadow: inset 0 0 60px #002e56;
    -moz-box-shadow: inset 0 0 60px #002e56;
    box-shadow: inset 0 0 60px #002e56; }
    .node-type-product .product-banner .slide-title-wrapper .slide-title .slide-title-margin {
      margin-left: 0;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-weight: normal;
      padding-left: 20px;
      color: #FFFFFF;
      font-size: 21px;
      text-align: left;
      text-shadow: none;
      line-height: 1.25; }
  .node-type-product #block-block-104 {
    display: none; }
  .node-type-product #product_images {
    float: none; }
    .node-type-product #product_images .item-list ul {
      margin: auto;
      width: 80%;
      text-align: center; }
      .node-type-product #product_images .item-list ul li {
        display: inline-block; }
  .node-type-product .product-mobile-break {
    display: inline-flex; }
  .node-type-product aside:not(.right-off-canvas-menu) .block {
    padding: 0px; }
  .node-type-product .sidebar-products .region-aside section.block-reqinfo-new-theme {
    display: inline;
    padding-bottom: 10px; }
    .node-type-product .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block {
      width: 100%;
      text-align: center;
      float: none;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px; }
      .node-type-product .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block a {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        width: 65%;
        padding-left: 16px; }
      .node-type-product .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block .request-text-wrapper {
        display: block; } }

.node-type-product .page-footer .row #main-footer {
  padding-left: 20px;
  padding-bottom: 25px; }
  .node-type-product .page-footer .row #main-footer .block-inner {
    margin-top: 25px; }

/* end mobile tweaks */
/* tablet */
@media only screen and (min-width: 35.063em) and (orientation: portrait) {
  .node-type-product {
    line-height: 2.1rem; }
    .node-type-product .slide-title-wrapper:before {
      width: 75%; }
    .node-type-product .product-banner .slide-title-wrapper {
      padding: 10px; }
      .node-type-product .product-banner .slide-title-wrapper .slide-title {
        width: 75%;
        margin: inherit; }
    .node-type-product #block-block-104 {
      padding-right: 25px; }
    .node-type-product .request-info-block .request-text-wrapper {
      display: block; } }

/* end tablet work */
/* begin modal work */
.node-type-product .lightbox, .node-type-product .lb-image {
  max-height: inherit; }

/* end modal work */
.view--product-display--single-brand-display {
  /**
  *
  * 8/24/17 - Adds changes specific to the product page redesign
  * cf http://5i347b.axshare.com/#g=1&p=proposed_product_page_v5_markup
  *
  */ }
  .view--product-display--single-brand-display .masterhead-bg {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    margin: 0 auto 10px;
    height: inherit;
    overflow: inherit; }
  .view--product-display--single-brand-display .masterhead-branding {
    color: #fff;
    text-shadow: 1px 1px 3px #222;
    font-size: 14px;
    padding: 0 20px; }
  .view--product-display--single-brand-display .masterhead-sub-title {
    height: 180px;
    margin: 0 0 0 25px;
    width: 295px;
    position: relative; }
    @media only screen and (max-width: 35em) {
      .view--product-display--single-brand-display .masterhead-sub-title {
        display: inline-block;
        position: static;
        text-shadow: none;
        color: #054F94;
        height: auto; } }
  .view--product-display--single-brand-display .product-tabs {
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    color: #00539b; }
    .view--product-display--single-brand-display .product-tabs .active {
      color: #231f20; }
  .view--product-display--single-brand-display .view-product-images ul {
    overflow: auto; }
  .view--product-display--single-brand-display .view-product-images li {
    list-style-type: none;
    float: left;
    width: 200px;
    padding: 0;
    margin-left: 20px; }

/* 25px margin */
.view--product-display--single-brand-display #content-left {
  padding-left: 25px;
  padding-right: 0; }
  .view--product-display--single-brand-display #content-left .span9 {
    padding-left: 0; }
  .view--product-display--single-brand-display #content-left .product .product-tab-content .columns {
    padding-top: 0;
    margin-top: -5px; }
  .view--product-display--single-brand-display #content-left #product-search-container {
    margin-bottom: 25px;
    margin-top: -25px;
    margin-left: 0; }
  .view--product-display--single-brand-display #content-left .isotope {
    margin-top: -50px; }
    .view--product-display--single-brand-display #content-left .isotope #no-results-wrapper {
      margin-top: 50px; }

.view--product-display--single-brand-display #content-right {
  padding-right: 0; }

.view--product-display--single-brand-display .main-section aside {
  padding-right: 25px; }

.view--product-display--single-brand-display .view-product-display > .view-content .views-row {
  padding-left: 0;
  padding-top: 0;
  margin-top: -17px;
  padding-right: 0;
  margin-right: 6px; }

.view--product-display--single-brand-display .block-menu .right {
  padding-right: 10px; }

.view--product-display--single-brand-display.reduced .top-bar .name {
  padding-left: 25px;
  padding-right: 25px; }

/* end 25px margin */
/* start banner */
.brand-family-banner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  height: inherit;
  max-width: 1060px;
  overflow: inherit;
  width: 100%;
  /* end banner */ }
  .brand-family-banner .solution-banner-image {
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 35.063em) {
      .brand-family-banner .solution-banner-image {
        float: none;
        height: auto;
        margin: 0; } }
    .brand-family-banner .solution-banner-image img {
      max-width: 305% !important;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 35.063em) {
        .brand-family-banner .solution-banner-image img {
          margin: 0;
          max-width: 100%;
          position: initial;
          width: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 35.063em) {
        .brand-family-banner .solution-banner-image img {
          /* IE10+ CSS styles go here */
          position: static; } }
  .brand-family-banner .slide-title-wrapper {
    padding: 8px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none;
    position: relative;
    bottom: inherit;
    top: 0; }
    @media only screen and (min-width: 35.063em) {
      .brand-family-banner .slide-title-wrapper {
        position: absolute;
        top: initial;
        bottom: 29%; }
        .brand-family-banner .slide-title-wrapper:before {
          width: 66.666666%; }
        .brand-family-banner .slide-title-wrapper .slide-title .title-small, .brand-family-banner .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .brand-family-banner .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .brand-family-banner .slide-title-wrapper .slide-title .title-small, .brand-family-banner .slide-title-wrapper .slide-title .title-large {
        bottom: 23%;
        max-width: 70%; }
      .brand-family-banner .slide-title-wrapper .slide-title .title-small {
        font-size: 1.1em; } }
    .brand-family-banner .slide-title-wrapper:before {
      content: '';
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      text-indent: -999em;
      z-index: 1;
      background-color: transparent;
      background-color: rgba(0, 83, 155, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
      zoom: 1;
      -webkit-box-shadow: inset 0 0 60px #002e56;
      -moz-box-shadow: inset 0 0 60px #002e56;
      box-shadow: inset 0 0 60px #002e56; }
    @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .brand-family-banner .slide-title-wrapper {
        /* IE10+ CSS styles go here */
        height: 100px;
        top: auto;
        bottom: 30%;
        overflow: hidden; } }
    .brand-family-banner .slide-title-wrapper .slide-title {
      margin: 0 auto;
      max-width: 1060px;
      position: relative;
      z-index: 2; }
      .brand-family-banner .slide-title-wrapper .slide-title h2, .brand-family-banner .slide-title-wrapper .slide-title p {
        margin: 0;
        color: #eff1f1;
        text-shadow: 0 1px 1px #231f20; }
    .brand-family-banner .slide-title-wrapper .title-large {
      font-size: 18px;
      line-height: 20px;
      padding-bottom: 4px; }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.orange, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.orange, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.orange, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.orange, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.orange, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.orange, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.orange, .brand-family-banner .slide-title-wrapper .title-large.orange {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.assablue, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.assablue, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.assablue, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.assablue, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.assablue, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.assablue, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.assablue, .brand-family-banner .slide-title-wrapper .title-large.assablue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.lightgreen, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.lightgreen, .brand-family-banner .slide-title-wrapper .title-large.lightgreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.red, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.red, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.red, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.red, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.red, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.red, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.red, .brand-family-banner .slide-title-wrapper .title-large.red {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.gray, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.gray, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.gray, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.gray, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.gray, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.gray, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.gray, .brand-family-banner .slide-title-wrapper .title-large.gray {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.hidblue, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.hidblue, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.hidblue, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.hidblue, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.hidblue, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.hidblue, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.hidblue, .brand-family-banner .slide-title-wrapper .title-large.hidblue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.navy, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.navy, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.navy, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.navy, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.navy, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.navy, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.navy, .brand-family-banner .slide-title-wrapper .title-large.navy {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.seagreen, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.seagreen, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.seagreen, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.seagreen, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.seagreen, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.seagreen, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.seagreen, .brand-family-banner .slide-title-wrapper .title-large.seagreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .orbit > li .slide-title-wrapper .title-large.white, .orbit > li .brand-family-banner .slide-title-wrapper .title-large.white, .brand-family-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23649 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.white, .brand-family-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23652 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.white, .brand-family-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23650 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.white, .brand-family-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23653 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.white, .brand-family-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23654 .node-gateway-banner-display .brand-family-banner .slide-title-wrapper .title-large.white, .brand-family-banner .slide-title-wrapper .title-large.white {
          color: #eff1f1; } }
      @media only screen and (min-width: 35.063em) {
        .brand-family-banner .slide-title-wrapper .title-large {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .slide-title-wrapper .title-large {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 90.063em) {
        .brand-family-banner .slide-title-wrapper .title-large {
          font-size: 24px;
          line-height: 28px; } }
    .brand-family-banner .slide-title-wrapper .title-small {
      font-size: 13px;
      line-height: 1.2rem; }
      @media only screen and (min-width: 35.063em) {
        .brand-family-banner .slide-title-wrapper .title-small {
          line-height: 1.4rem; } }
      @media only screen and (min-width: 50.063em) {
        .brand-family-banner .slide-title-wrapper .title-small {
          font-size: 14px; } }
      @media only screen and (min-width: 90.063em) {
        .brand-family-banner .slide-title-wrapper .title-small {
          font-size: 16px; } }
  .brand-family-banner .slide-cta-wrapper {
    display: none; }
    @media only screen and (min-width: 35.063em) {
      .brand-family-banner .slide-cta-wrapper {
        font-size: .9rem;
        display: block;
        bottom: 6%;
        min-height: 40px;
        width: 100%;
        z-index: 2;
        background: none;
        padding: 8px 10px;
        position: absolute; }
        .brand-family-banner .slide-cta-wrapper:before {
          content: '';
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          text-indent: -999em;
          width: 66.66%;
          z-index: 1; }
        .brand-family-banner .slide-cta-wrapper .slide-cta {
          margin: 0 auto;
          max-width: 1060px;
          position: relative;
          z-index: 2;
          color: #eff1f1; }
          .brand-family-banner .slide-cta-wrapper .slide-cta span {
            max-width: 74%;
            color: #eff1f1;
            border-bottom: 1px solid transparent;
            padding: 0 0 2px;
            transition: all .2s linear; } }
      @media only screen and (min-width: 35.063em) and (min-width: 50.063em) {
        .brand-family-banner .slide-cta-wrapper .slide-cta span {
          font-size: 1rem; } }
      @media only screen and (min-width: 35.063em) and (min-width: 90.063em) {
        .brand-family-banner .slide-cta-wrapper .slide-cta span {
          font-size: 1.2rem; } }
    @media only screen and (min-width: 35.063em) {
            .brand-family-banner .slide-cta-wrapper .slide-cta span::after {
              font-family: FontAwesome;
              font-size: 1.2rem;
              content: "\f105 \f105";
              display: inline;
              margin-left: .5rem; }
            .brand-family-banner .slide-cta-wrapper .slide-cta span:hover {
              border-color: #eff1f1; } }
    @media only screen and (min-width: 50.063em) {
      .brand-family-banner .slide-cta-wrapper {
        font-size: 1rem; }
        .brand-family-banner .slide-cta-wrapper:before {
          width: 66.666666%; } }
    @media only screen and (min-width: 90.063em) {
      .brand-family-banner .slide-cta-wrapper {
        font-size: 1.1rem;
        bottom: 10%; } }
  .brand-family-banner .product-banner-bg {
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #84898c; }
    @media only screen and (min-width: 35.063em) {
      .brand-family-banner .product-banner-bg {
        float: none;
        margin: 0;
        height: 250px; } }
    @media only screen and (min-width: 50.063em) {
      .brand-family-banner .product-banner-bg {
        height: 250px; } }
    @media only screen and (min-width: 90.063em) {
      .brand-family-banner .product-banner-bg {
        height: 250px; } }
    @media only screen and (max-width: 35em) {
      .brand-family-banner .product-banner-bg {
        display: none; } }
  .brand-family-banner .slide-title-wrapper {
    padding: 10px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none; }
    .brand-family-banner .slide-title-wrapper .slide-title {
      margin-top: 3px;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      color: #FFFFFF;
      font-size: 1.7rem; }
      .brand-family-banner .slide-title-wrapper .slide-title .slide-title-margin {
        padding-left: 15px;
        padding-right: 20px;
        width: 75%;
        margin-left: 0;
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        color: #FFFFFF;
        font-size: 1.7rem;
        line-height: 1.25; }
    @media only screen and (min-width: 35.063em) {
      .brand-family-banner .slide-title-wrapper {
        position: absolute;
        bottom: 25%; }
        .brand-family-banner .slide-title-wrapper:before {
          width: 75%; }
        .brand-family-banner .slide-title-wrapper .slide-title .title-small, .brand-family-banner .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .brand-family-banner .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .brand-family-banner .slide-title-wrapper .slide-title {
        bottom: 25%; } }

.view--product-display--single-brand-display {
  /* start "request info block in the header" stuff */
  /* end "request info block in the header" stuff */
  /* begin aside tweaks */
  /* end aside tweaks */
  /* hide view banner*/
  /* hide view banner */
  /* manage brand body */
  /* end manage brand body */
  /* begin modal changes */
  /* end modal changes*/ }
  .view--product-display--single-brand-display .content-header, .view--product-display--single-brand-display .tabs {
    display: table; }
  .view--product-display--single-brand-display .product-header-div {
    display: table-cell;
    float: none;
    height: 100%; }
    .view--product-display--single-brand-display .product-header-div .tabs {
      float: left; }
  .view--product-display--single-brand-display #block-block-104 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    float: none;
    margin-bottom: auto;
    overflow: inherit;
    height: 100%;
    padding-right: 0; }
    .view--product-display--single-brand-display #block-block-104 .content {
      margin: 0 auto; }
      .view--product-display--single-brand-display #block-block-104 .content .request-info-block {
        margin-top: 10px;
        float: none;
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: auto; }
        .view--product-display--single-brand-display #block-block-104 .content .request-info-block > a {
          display: inherit;
          width: inherit; }
  .view--product-display--single-brand-display .sidebar-products .region-aside .block {
    margin-bottom: 25px; }
  .view--product-display--single-brand-display .sidebar-products .region-aside .block-block_rfid_tag_selector {
    background: none;
    padding: 0;
    border: none; }
  .view--product-display--single-brand-display .sidebar-products .region-aside section.block-reqinfo-new-theme {
    display: none;
    background: white;
    border: none; }
  .view--product-display--single-brand-display .views-field-field-desc-short,
  .view--product-display--single-brand-display .brand-branding-header {
    display: none; }
  .view--product-display--single-brand-display .views-field-field-brand-body {
    padding-bottom: 25px; }
  .view--product-display--single-brand-display #product_images {
    float: right; }
    .view--product-display--single-brand-display #product_images .field-content .item-list li.first {
      display: list-item; }
    .view--product-display--single-brand-display #product_images .field-content .item-list li {
      display: none; }

/* mobile tweaks */
@media only screen and (max-width: 35em) {
  .view--product-display--single-brand-display .view-content {
    margin-right: 25px; }
  .view--product-display--single-brand-display .view-product-display > .view-content .views-row {
    width: 90%; }
  .view--product-display--single-brand-display .brand-family-banner .product-banner-bg {
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #00539b; }
  .view--product-display--single-brand-display .brand-family-banner .slide-title-wrapper {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    background-color: transparent;
    background-color: rgba(0, 83, 155, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
    zoom: 1; }
    .view--product-display--single-brand-display .brand-family-banner .slide-title-wrapper .slide-title .slide-title-margin {
      margin-left: 0;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-weight: normal;
      padding-left: 20px;
      color: #FFFFFF;
      font-size: 21px;
      text-align: left;
      text-shadow: none;
      width: 100%;
      line-height: 1.25; }
  .view--product-display--single-brand-display #isotope-container {
    padding-top: 25px; }
  .view--product-display--single-brand-display #block-block-104 {
    display: none; }
  .view--product-display--single-brand-display .sidebar-products .region-aside section.block-reqinfo-new-theme {
    display: inline;
    padding: 0; }
    .view--product-display--single-brand-display .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block {
      text-align: center;
      padding-bottom: 10px; }
      .view--product-display--single-brand-display .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block a {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        width: 65%;
        padding-left: 16px; }
      .view--product-display--single-brand-display .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block .request-text-wrapper {
        display: block; } }

.view--product-display--single-brand-display .page-footer .row #main-footer {
  padding-left: 20px;
  padding-bottom: 25px; }
  .view--product-display--single-brand-display .page-footer .row #main-footer .block-inner {
    margin-top: 25px; }

/* end mobile tweaks */
/* tablet */
@media only screen and (min-width: 35.063em) and (orientation: portrait) {
  .view--product-display--single-brand-display {
    line-height: 2.1rem; }
    .view--product-display--single-brand-display .field-name-field-brand-body {
      margin-right: 25px; }
    .view--product-display--single-brand-display .slide-title-wrapper:before {
      width: 75%; }
    .view--product-display--single-brand-display .product-banner .slide-title-wrapper {
      padding: 10px; }
      .view--product-display--single-brand-display .product-banner .slide-title-wrapper .slide-title {
        width: 75%;
        margin: inherit; }
    .view--product-display--single-brand-display #block-block-104 {
      padding-right: 25px; }
    .view--product-display--single-brand-display .request-info-block .request-text-wrapper {
      display: block; } }

/* end tablet work */
/* begin modal work */
.view--product-display--single-brand-display .lightbox, .view--product-display--single-brand-display .lb-image {
  max-height: inherit; }

/* end modal work */
.page--category {
  /**
  *
  * 8/24/17 - Adds changes specific to the product page redesign
  * cf http://5i347b.axshare.com/#g=1&p=proposed_product_page_v5_markup
  *
  */ }
  .page--category .masterhead-bg {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    margin: 0 auto 10px;
    height: inherit;
    overflow: inherit; }
  .page--category .masterhead-branding {
    color: #fff;
    text-shadow: 1px 1px 3px #222;
    font-size: 14px;
    padding: 0 20px; }
  .page--category .masterhead-sub-title {
    height: 180px;
    margin: 0 0 0 25px;
    width: 295px;
    position: relative; }
    @media only screen and (max-width: 35em) {
      .page--category .masterhead-sub-title {
        display: inline-block;
        position: static;
        text-shadow: none;
        color: #054F94;
        height: auto; } }
  .page--category .product-tabs {
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    color: #00539b; }
    .page--category .product-tabs .active {
      color: #231f20; }
  .page--category .view-product-images ul {
    overflow: auto; }
  .page--category .view-product-images li {
    list-style-type: none;
    float: left;
    width: 200px;
    padding: 0;
    margin-left: 20px; }

/* 25px margin */
.page--category .top-bar .name,
.page--category .main-section .columns,
.page--category .content-header,
.page--category .tabs,
.page--category .content .product .columns {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px; }

.page--category .product-header-div {
  padding-left: 0; }

.page--category #content-left {
  padding-left: 25px;
  padding-right: 0; }
  .page--category #content-left .span9 {
    padding-left: 0; }
  .page--category #content-left .product .product-tab-content .columns {
    padding-top: 0;
    margin-top: -5px; }
  .page--category #content-left #product-search-container {
    margin-bottom: 25px;
    margin-top: -25px;
    margin-left: 12px; }
  .page--category #content-left .isotope {
    margin-top: -50px; }
    .page--category #content-left .isotope #no-results-wrapper {
      margin-top: 50px; }

.page--category #content-right {
  padding-right: 0; }

.page--category .main-section aside {
  padding-right: 25px; }

.page--category .view-product-display > .view-content .views-row {
  padding-left: 0;
  padding-top: 0;
  margin-top: -17px;
  padding-right: 0;
  margin-right: 8px; }

.page--category .block-menu .right {
  padding-right: 10px; }

.page--category.reduced .top-bar .name {
  padding-left: 25px;
  padding-right: 25px; }

/* end 25px margin */
/* start banner */
.category-banner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  height: inherit;
  max-width: 1060px;
  overflow: inherit;
  width: 100%;
  /* end banner */ }
  .category-banner .solution-banner-image {
    height: 120px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 35.063em) {
      .category-banner .solution-banner-image {
        float: none;
        height: auto;
        margin: 0; } }
    .category-banner .solution-banner-image img {
      max-width: 305% !important;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 35.063em) {
        .category-banner .solution-banner-image img {
          margin: 0;
          max-width: 100%;
          position: initial;
          width: 100%; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 35.063em) {
        .category-banner .solution-banner-image img {
          /* IE10+ CSS styles go here */
          position: static; } }
  .category-banner .slide-title-wrapper {
    padding: 8px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none;
    position: relative;
    bottom: inherit;
    top: 0; }
    @media only screen and (min-width: 35.063em) {
      .category-banner .slide-title-wrapper {
        position: absolute;
        top: initial;
        bottom: 29%; }
        .category-banner .slide-title-wrapper:before {
          width: 66.666666%; }
        .category-banner .slide-title-wrapper .slide-title .title-small, .category-banner .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .category-banner .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .category-banner .slide-title-wrapper .slide-title .title-small, .category-banner .slide-title-wrapper .slide-title .title-large {
        bottom: 23%;
        max-width: 70%; }
      .category-banner .slide-title-wrapper .slide-title .title-small {
        font-size: 1.1em; } }
    .category-banner .slide-title-wrapper:before {
      content: '';
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      text-indent: -999em;
      z-index: 1;
      background-color: transparent;
      background-color: rgba(0, 83, 155, 0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
      zoom: 1;
      -webkit-box-shadow: inset 0 0 60px #002e56;
      -moz-box-shadow: inset 0 0 60px #002e56;
      box-shadow: inset 0 0 60px #002e56; }
    @media all and (min-width: 35.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .category-banner .slide-title-wrapper {
        /* IE10+ CSS styles go here */
        height: 100px;
        top: auto;
        bottom: 30%;
        overflow: hidden; } }
    .category-banner .slide-title-wrapper .slide-title {
      margin: 0 auto;
      max-width: 1060px;
      position: relative;
      z-index: 2; }
      .category-banner .slide-title-wrapper .slide-title h2, .category-banner .slide-title-wrapper .slide-title p {
        margin: 0;
        color: #eff1f1;
        text-shadow: 0 1px 1px #231f20; }
    .category-banner .slide-title-wrapper .title-large {
      font-size: 18px;
      line-height: 20px;
      padding-bottom: 4px; }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.orange, .orbit > li .category-banner .slide-title-wrapper .title-large.orange, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.orange, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.orange, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.orange, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.orange, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.orange, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.orange, .category-banner .slide-title-wrapper .title-large.orange {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.assablue, .orbit > li .category-banner .slide-title-wrapper .title-large.assablue, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.assablue, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.assablue, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.assablue, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.assablue, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.assablue, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.assablue, .category-banner .slide-title-wrapper .title-large.assablue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.lightgreen, .orbit > li .category-banner .slide-title-wrapper .title-large.lightgreen, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.lightgreen, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.lightgreen, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.lightgreen, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.lightgreen, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.lightgreen, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.lightgreen, .category-banner .slide-title-wrapper .title-large.lightgreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.red, .orbit > li .category-banner .slide-title-wrapper .title-large.red, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.red, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.red, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.red, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.red, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.red, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.red, .category-banner .slide-title-wrapper .title-large.red {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.gray, .orbit > li .category-banner .slide-title-wrapper .title-large.gray, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.gray, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.gray, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.gray, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.gray, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.gray, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.gray, .category-banner .slide-title-wrapper .title-large.gray {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.hidblue, .orbit > li .category-banner .slide-title-wrapper .title-large.hidblue, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.hidblue, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.hidblue, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.hidblue, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.hidblue, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.hidblue, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.hidblue, .category-banner .slide-title-wrapper .title-large.hidblue {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.navy, .orbit > li .category-banner .slide-title-wrapper .title-large.navy, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.navy, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.navy, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.navy, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.navy, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.navy, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.navy, .category-banner .slide-title-wrapper .title-large.navy {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.seagreen, .orbit > li .category-banner .slide-title-wrapper .title-large.seagreen, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.seagreen, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.seagreen, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.seagreen, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.seagreen, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.seagreen, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.seagreen, .category-banner .slide-title-wrapper .title-large.seagreen {
          color: #eff1f1; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .orbit > li .slide-title-wrapper .title-large.white, .orbit > li .category-banner .slide-title-wrapper .title-large.white, .category-banner .page-node-23649 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23649 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.white, .category-banner .page-node-23652 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23652 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.white, .category-banner .page-node-23650 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23650 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.white, .category-banner .page-node-23653 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23653 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.white, .category-banner .page-node-23654 .node-gateway-banner-display .slide-title-wrapper .title-large.white, .page-node-23654 .node-gateway-banner-display .category-banner .slide-title-wrapper .title-large.white, .category-banner .slide-title-wrapper .title-large.white {
          color: #eff1f1; } }
      @media only screen and (min-width: 35.063em) {
        .category-banner .slide-title-wrapper .title-large {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .slide-title-wrapper .title-large {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 90.063em) {
        .category-banner .slide-title-wrapper .title-large {
          font-size: 24px;
          line-height: 28px; } }
    .category-banner .slide-title-wrapper .title-small {
      font-size: 13px;
      line-height: 1.2rem; }
      @media only screen and (min-width: 35.063em) {
        .category-banner .slide-title-wrapper .title-small {
          line-height: 1.4rem; } }
      @media only screen and (min-width: 50.063em) {
        .category-banner .slide-title-wrapper .title-small {
          font-size: 14px; } }
      @media only screen and (min-width: 90.063em) {
        .category-banner .slide-title-wrapper .title-small {
          font-size: 16px; } }
  .category-banner .slide-cta-wrapper {
    display: none; }
    @media only screen and (min-width: 35.063em) {
      .category-banner .slide-cta-wrapper {
        font-size: .9rem;
        display: block;
        bottom: 6%;
        min-height: 40px;
        width: 100%;
        z-index: 2;
        background: none;
        padding: 8px 10px;
        position: absolute; }
        .category-banner .slide-cta-wrapper:before {
          content: '';
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          text-indent: -999em;
          width: 66.66%;
          z-index: 1; }
        .category-banner .slide-cta-wrapper .slide-cta {
          margin: 0 auto;
          max-width: 1060px;
          position: relative;
          z-index: 2;
          color: #eff1f1; }
          .category-banner .slide-cta-wrapper .slide-cta span {
            max-width: 74%;
            color: #eff1f1;
            border-bottom: 1px solid transparent;
            padding: 0 0 2px;
            transition: all .2s linear; } }
      @media only screen and (min-width: 35.063em) and (min-width: 50.063em) {
        .category-banner .slide-cta-wrapper .slide-cta span {
          font-size: 1rem; } }
      @media only screen and (min-width: 35.063em) and (min-width: 90.063em) {
        .category-banner .slide-cta-wrapper .slide-cta span {
          font-size: 1.2rem; } }
    @media only screen and (min-width: 35.063em) {
            .category-banner .slide-cta-wrapper .slide-cta span::after {
              font-family: FontAwesome;
              font-size: 1.2rem;
              content: "\f105 \f105";
              display: inline;
              margin-left: .5rem; }
            .category-banner .slide-cta-wrapper .slide-cta span:hover {
              border-color: #eff1f1; } }
    @media only screen and (min-width: 50.063em) {
      .category-banner .slide-cta-wrapper {
        font-size: 1rem; }
        .category-banner .slide-cta-wrapper:before {
          width: 66.666666%; } }
    @media only screen and (min-width: 90.063em) {
      .category-banner .slide-cta-wrapper {
        font-size: 1.1rem;
        bottom: 10%; } }
  .category-banner .category-banner-bg {
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #84898c; }
    @media only screen and (min-width: 35.063em) {
      .category-banner .category-banner-bg {
        float: none;
        margin: 0;
        height: 250px; } }
    @media only screen and (min-width: 50.063em) {
      .category-banner .category-banner-bg {
        height: 250px; } }
    @media only screen and (min-width: 90.063em) {
      .category-banner .category-banner-bg {
        height: 250px; } }
    @media only screen and (max-width: 35em) {
      .category-banner .category-banner-bg {
        display: none; } }
  .category-banner .slide-title-wrapper {
    padding: 10px 10px 10px 10px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    z-index: 2;
    background: none; }
    .category-banner .slide-title-wrapper .slide-title {
      margin-top: 3px;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      color: #FFFFFF;
      font-size: 1.7rem; }
      .category-banner .slide-title-wrapper .slide-title .slide-title-margin {
        padding-left: 15px;
        padding-right: 20px;
        width: 75%;
        margin-left: 0;
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        color: #FFFFFF;
        font-size: 1.7rem;
        line-height: 1.25; }
    @media only screen and (min-width: 35.063em) {
      .category-banner .slide-title-wrapper {
        position: absolute;
        bottom: 25%; }
        .category-banner .slide-title-wrapper:before {
          width: 75%; }
        .category-banner .slide-title-wrapper .slide-title .title-small, .category-banner .slide-title-wrapper .slide-title .title-large {
          max-width: 67.5%; } }
    @media only screen and (min-width: 50.063em) {
      .category-banner .slide-title-wrapper {
        bottom: 25%; } }
    @media only screen and (min-width: 90.063em) {
      .category-banner .slide-title-wrapper .slide-title {
        bottom: 25%; } }

.page--category {
  /* start "request info block in the header" stuff */
  /* end "request info block in the header" stuff */
  /* begin aside tweaks */
  /* end aside tweaks */
  /* hide view banner*/
  /* hide view banner */
  /* manage brand body */
  /* end manage brand body */
  /* begin modal changes */
  /* end modal changes*/ }
  
  .page--category .content-header,
  .page--category .tabs {
    display: table; }
  .page--category .product-header-div {
    display: table-cell;
    float: none;
    height: 100%; }
    .page--category .product-header-div .tabs {
      float: left; }
  .page--category #block-block-104 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    float: none;
    margin-bottom: auto;
    overflow: inherit;
    height: 100%; }
    .page--category #block-block-104 .content {
      margin: 0 auto; }
      .page--category #block-block-104 .content .request-info-block {
        margin-top: 10px;
        float: none;
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: auto; }
        .page--category #block-block-104 .content .request-info-block > a {
          display: inherit;
          width: inherit; }
  .page--category .sidebar-products .region-aside .block {
    margin-bottom: 25px; }
  .page--category .sidebar-products .region-aside section.block-reqinfo-new-theme {
    display: none;
    background: white;
    border: none; }
  .page--category .views-field-field-desc-short,
  .page--category .brand-branding-header {
    display: none; }
  .page--category .views-field-field-brand-body {
    padding-bottom: 25px; }
  .page--category #product_images {
    float: right; }
    .page--category #product_images .field-content .item-list li.first {
      display: list-item; }
    .page--category #product_images .field-content .item-list li {
      display: none; }

/* mobile tweaks */
@media only screen and (max-width: 35em) {
  .page--category .view-content {
    margin-right: 25px; }
  .page--category .category-banner .category-banner-bg {
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #00539b; }
  .page--category .category-banner .slide-title-wrapper {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    background-color: transparent;
    background-color: rgba(0, 83, 155, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00539B,endColorstr=#CC00539B);
    zoom: 1; }
    .page--category .category-banner .slide-title-wrapper .slide-title .slide-title-margin {
      margin-left: 0;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-weight: normal;
      padding-left: 20px;
      color: #FFFFFF;
      font-size: 21px;
      text-align: left;
      text-shadow: none;
      width: 100%;
      line-height: 1.25; }
  .page--category .view-product-family .view-header {
    display: none; }
  .page--category .main-section .row {
    padding-top: 0; }
  .page--category #isotope-container {
    padding-top: 25px; }
  .page--category #block-block-104 {
    display: none; }
  .page--category .sidebar-products .region-aside section.block-reqinfo-new-theme {
    display: inline;
    padding: 0; }
    .page--category .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block {
      text-align: center;
      padding-bottom: 10px; }
      .page--category .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block a {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        width: 65%;
        padding-left: 16px; }
      .page--category .sidebar-products .region-aside section.block-reqinfo-new-theme .request-info-block .request-text-wrapper {
        display: block; } }

.page--category .page-footer .row #main-footer {
  padding-left: 20px;
  padding-bottom: 25px; }
  .page--category .page-footer .row #main-footer .block-inner {
    margin-top: 25px; }

/* end mobile tweaks */
/* tablet */
@media only screen and (min-width: 35.063em) and (orientation: portrait) {
  .page--category {
    line-height: 2.1rem; }
    .page--category .field-name-field-brand-body {
      margin-right: 25px; }
    .page--category .slide-title-wrapper:before {
      width: 75%; }
    .page--category .category-banner .slide-title-wrapper {
      padding: 10px; }
      .page--category .category-banner .slide-title-wrapper .slide-title {
        width: 75%;
        margin: inherit; }
    .page--category #block-block-104 {
      padding-right: 25px; }
    .page--category .request-info-block .request-text-wrapper {
      display: block; } }

/* end tablet work */
/* begin modal work */
.page--category .lightbox, .page--category .lb-image {
  max-height: inherit; }

/* end modal work */
.node-panel {
  background: #eff1f1; }
  .node-panel .panel-pane {
    background: white;
    box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
    clear: both;
    margin-bottom: 30px;
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
    padding: 30px; }
  .node-panel .pane-title {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 1.3125rem;
    text-align: center;
    text-transform: uppercase; }
  .node-panel .panels-flexible-row {
    padding: 0; }
    .node-panel .panels-flexible-row div[class*="-left"] .pane-content,
    .node-panel .panels-flexible-row div[class*="-right"] .pane-content {
      min-height: 290px; }
    .node-panel .panels-flexible-row div[class*="-left"] .panel-pane {
      margin-right: 0; }
    .node-panel .panels-flexible-row div[class*="-right"] .panel-pane {
      margin-left: 0; }
  .node-panel .pane-newsroom {
    overflow: auto; }
  .node-panel .location-hidden {
    display: none; }
  .node-panel .vcard {
    border: none;
    padding: 0; }
  .node-panel .view-content > div.columns {
    min-height: 130px; }
  .node-panel .pane-block-104,
  .node-panel .pane-hid-custom-panes-banner {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%; }

.modal-default {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%); }

.ctools-modal-content fieldset {
  border: 1px solid grey;
  padding: 30px; }

.ctools-modal-content [class*="column"] + [class*="column"]:last-child {
  float: left;
  width: 100%; }

.view-id-industry_blog {
  /* Styles for collapsible tags header */
  /* Styles for the collapsible tags */ }
  .view-id-industry_blog .views-row {
    padding-bottom: 5px; }
  .view-id-industry_blog h2 {
    color: #00539b;
    font-size: 1.643rem;
    line-height: normal;
    margin: 0; }
    @media only screen and (min-width: 90.063em) {
      .view-id-industry_blog h2 {
        font-size: 1.633rem; } }
  .view-id-industry_blog .read-more {
    color: #00539b;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1rem;
    text-align: right;
    position: absolute;
    right: 0; }
  .view-id-industry_blog .author a, .view-id-industry_blog .author a:hover, .view-id-industry_blog .author a:active, .view-id-industry_blog .author a:visited, .view-id-industry_blog .author div {
    color: #333333;
    font-family: 'Roboto';
    font-style: italic;
    font-size: 1rem; }
  .view-id-industry_blog .views-field-picture {
    margin-top: 4px;
    padding-right: 10px; }
    .view-id-industry_blog .views-field-picture img {
      height: 60px;
      width: 54px; }
  .view-id-industry_blog .views-field-nothing {
    height: 10px; }
  .view-id-industry_blog .views-row {
    min-height: 80px; }
    .view-id-industry_blog .views-row .hid-standard-date {
      color: #999;
      font-size: 12px;
      margin-bottom: 2px;
      margin-top: 12px; }
  .view-id-industry_blog .view-footer p {
    margin: 18px 0 0 0;
    text-align: right; }
    .view-id-industry_blog .view-footer p i {
      font-size: 18px;
      vertical-align: middle; }
  .view-id-industry_blog .row.show-grid {
    margin-bottom: 10px; }
    .view-id-industry_blog .row.show-grid .span7 div * {
      display: inline;
      font-size: 1rem; }
    .view-id-industry_blog .row.show-grid .span7 div > a:last-child {
      float: right; }
  .view-id-industry_blog .views-widget-filter-field_tax_blog_categories_tid {
    padding: 0 0.9375rem; }
  .view-id-industry_blog .blog-list-tags .item-list ul {
    list-style-type: none;
    margin: 0.25rem 0.9375rem; }
    .view-id-industry_blog .blog-list-tags .item-list ul li {
      display: inline-block;
      margin: 0.25rem 0.5rem 0.25rem 0;
      min-height: auto;
      width: auto; }
    .view-id-industry_blog .blog-list-tags .item-list ul a {
      background-color: #f8971d;
      border-radius: 3px;
      color: #ffffff;
      display: inline-block;
      font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
      font-size: .857rem;
      font-weight: 400;
      padding: 0.5rem 0.75rem;
      text-transform: uppercase;
      transition: 0.3s; }
    .view-id-industry_blog .blog-list-tags .item-list ul a:hover {
      background-color: rgba(248, 151, 29, 0.75); }
  .view-id-industry_blog #edit-field-tax-blog-categories-tid-wrapper .form-type-bef-link {
    display: inline-block;
    margin: 0.25rem 0.5rem 0.25rem 0;
    min-height: auto;
    padding-bottom: 0; }
    .view-id-industry_blog #edit-field-tax-blog-categories-tid-wrapper .form-type-bef-link a {
      border-radius: 3px;
      border: 1px solid #f8971d;
      color: #5e5e5e;
      display: inline-block;
      font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
      font-size: .857rem;
      font-weight: 400;
      padding: 0.5rem 0.75rem;
      text-transform: uppercase;
      transition: 0.3s; }
    .view-id-industry_blog #edit-field-tax-blog-categories-tid-wrapper .form-type-bef-link a:hover {
      background-color: rgba(248, 151, 29, 0.15); }
    .view-id-industry_blog #edit-field-tax-blog-categories-tid-wrapper .form-type-bef-link a.active {
      background-color: #f8971d;
      border-radius: 3px;
      color: #ffffff;
      display: inline-block;
      font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
      font-size: .857rem;
      font-weight: 400;
      padding: 0.5rem 0.75rem;
      text-transform: uppercase; }
  .view-id-industry_blog .blog-tags-collapse-handle {
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    line-height: 80%;
    padding-left: 5px; }
  .view-id-industry_blog label {
    color: #00539b;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 0 10px 0; }
  .view-id-industry_blog .form-item-field-tax-blog-categories-tid {
    transition: 1s;
    overflow: hidden; }

.blog-list-tags-content-page .field-name-field-tax-blog-categories, .blog-list-tags-content-page .field-items {
  width: 100%; }

.blog-list-tags-content-page .field-item {
  display: inline-block;
  float: left; }

.blog-list-tags-content-page a {
  background-color: #f8971d;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: .857rem;
  font-weight: 400;
  margin: .75rem .75rem .75rem 0;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase; }

.blog-header {
  align-items: center;
  display: flex;
  justify-content: center; }
  .blog-header .blog-picture {
    margin-right: 40px; }
    .blog-header .blog-picture img {
      border-radius: 50%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .blog-header .blog-post-date .field-label,
  .blog-header .blog-author .blog-date {
    color: #aaa;
    font-weight: normal;
    text-transform: lowercase; }
  .blog-header .blog-author a {
    color: #000;
    font-weight: bold;
    transition: 0.5s; }
    .blog-header .blog-author a:hover {
      color: #00539b; }
    .blog-header .blog-author a span {
      color: #555;
      font-size: 90%;
      font-weight: normal; }
  .blog-header .blog-author .field-label {
    color: #aaa;
    font-weight: normal;
    text-transform: lowercase; }
  .blog-header .blog-author-title {
    display: block; }
    .blog-header .blog-author-title a {
      color: #555;
      font-size: 90%;
      font-weight: normal; }

.field-content.solr-search-excerpt strong {
  padding: 0 .25rem; }

#sliding-popup .popup-content {
  display: inline-flex;
  justify-content: space-between;
  max-width: 1060px;
  flex-wrap: wrap;
  align-items: center;
  text-align: center; }
  #sliding-popup .popup-content #popup-text {
    margin: 0 10px 0 0;
    max-width: 990px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center; }
    #sliding-popup .popup-content #popup-text p {
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 300;
      margin: 0 auto;
      max-width: 50%;
      min-width: 535px;
      padding: 20px 0; }
  #sliding-popup .popup-content #popup-buttons {
    margin: 0 auto;
    padding: 0; }
    #sliding-popup .popup-content #popup-buttons .agree-button {
      background: #b0cbea;
      border-radius: 1px;
      border: none 0;
      text-decoration: none;
      color: white;
      outline: none;
      box-shadow: none;
      text-shadow: 0 0 2px black;
      padding: 10px 15px;
      transition: 0.5s; }
      #sliding-popup .popup-content #popup-buttons .agree-button:hover {
        background: #1180a3; }
    #sliding-popup .popup-content #popup-buttons .decline-button {
      display: none !important; }

#sliding-popup .find-more-button {
  margin: 0 auto; }

@media only screen and (max-width: 1020px) {
  #sliding-popup .popup-content #popup-text p {
    max-width: 80%;
    min-width: auto; } }

table tr th,
table tr td {
  font-size: 1rem; }

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  line-height: 1.5; }

.node-type-api-reference #block-book-navigation {
  display: none;
  visibility: hidden; }

.node-type-api-reference .swagger-ui .info hgroup.main {
  display: none;
  visibility: hidden; }

.node-type-api-reference .swagger-ui .info {
  margin: 5px 0; }

.node-type-api-reference .swagger-ui .wrapper {
  padding: 0; }

.node-type-api-reference .swagger-ui .markdown code, .node-type-api-reference .swagger-ui .renderedMarkdown code {
  padding: 0 7px; }

.node-type-api-reference .swagger-ui table tbody tr td {
  padding: 1rem 1.25rem; }

.node-type-api-reference .swagger-ui .model-example {
  overflow: auto; }

.node-type-api-reference .swagger-ui .info li {
  margin-left: 2rem; }

.loading-spinner {
  display: inline-block;
  height: 64px;
  width: 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity linear 0.1s, visibility linear 0.1s; }
  .loading-spinner:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #00539b;
    border-top-color: transparent;
    animation: loading-spinner 1.2s linear infinite; }

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.mktoForm {
  width: 100% !important; }
  .mktoForm button[type=submit] {
    background-color: #00539b !important;
    background-image: none !important;
    border: 1px solid #00539b !important;
    box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 !important;
    min-width: 85px;
    padding: 6px 10px !important;
    text-shadow: 0 1px 1px #0f5797;
    text-transform: uppercase;
    transition: background-color 1s ease; }
  .mktoForm button[type=submit]:hover {
    background-color: #002e56 !important; }
  .mktoForm em {
    color: #b0b7bb; }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    border: solid 1px #eff1f1 !important;
    border-radius: 0 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    color: #84898c !important;
    line-height: 18px !important;
    min-height: 2.3125rem !important;
    padding: 3px 5px 1px !important; }
  .mktoForm label {
    text-align: right !important; }
  .mktoForm select.mktoField {
    height: 2.3125rem !important; }
  .mktoForm .loading-spinner {
    margin: auto; }
  .mktoForm.mktoReady .loading-spinner {
    opacity: 0;
    visibility: hidden; }
  @media (max-width: 60em) {
    .mktoForm input[type=url],
    .mktoForm input[type=text],
    .mktoForm input[type=date],
    .mktoForm input[type=tel],
    .mktoForm input[type=email],
    .mktoForm input[type=number],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField,
    .mktoForm .mktoFormCol,
    .mktoForm .mktoFieldWrap,
    .mktoForm .mktoButtonRow,
    .mktoForm .mktoFormRow {
      min-width: 100% !important;
      width: auto !important; }
    .mktoForm .mktoOffset {
      height: 0 !important; }
    .mktoForm .mktoButtonRow {
      text-align: center; }
    .mktoForm .mktoButtonWrap {
      margin-left: 0 !important; }
    .mktoForm .mktoAsterix,
    .mktoForm .mktoGutter {
      display: none !important; }
    .mktoForm label {
      text-align: left !important; } }

.field-name-field-term-careerlevel {
  margin-bottom: 2rem; }

.node-careers .field-label-inline .field-label {
  padding-right: 0.25rem; }

/*

product-display/%/% 
- Needed to hide specific banners/content in situations. 
- Pulled from old hid-custom.css

*/
.view-id-product_display .view-display-id-header_brand + .view-display-id-header {
  display: none; }

.view-clone-of-product-display .view-content,
.view-brand-display-alpha {
  display: none; }

/* 
  end product-display/%/% 
*/
/*

dynamic promotions block
- Need and emergency height fix to avoid them bleeding off into footer
- Why???

*/
#block-hid-promos-dynamic-promos-style-2 {
  min-height: 380px; }

.positioner {
  display: none; }

/*
  End dynamic promos block
*/
/*
  isotope filters
*/
#product-search-container {
  width: 100%;
  padding: 0px inherit;
  margin: 0px 0px 10px 0px; }
  @media only screen and (max-width: 35em) {
    #product-search-container .product_filter_block {
      display: none; } }
  @media only screen and (max-width: 35em) {
    #product-search-container .product_filter_block #block-hid-custom-product-filter {
      width: 100%; } }
  #product-search-container .product_filter_block #block-hid-custom-product-filter .filter-brand-title {
    font-size: 16px;
    color: #05549C;
    font-family: 'OpenSans-light',sans-serif,Arial;
    padding: 23px 8px 0 60px;
    min-height: 46px;
    font-weight: 600;
    line-height: 1em;
    text-transform: inherit; }
  #product-search-container .product_filter_block #block-hid-custom-product-filter .filter-text {
    padding: 15px 13px 0;
    line-height: 1.2em; }

@media only screen and (max-width: 35em) {
  .region-quad-blocks-home, .view-content, #sidebar, .content-header, .tabs, #content-left {
    margin: auto; } }

@media only screen and (max-width: 35em) {
  #block-hid-custom-product-filter .content {
    background-image: url(../images/sprites.png);
    background-position: 0px -637px;
    width: 51px;
    height: 54px;
    background-position: 5px 10px; } }

.blue-title, #views-exposed-form-product-display-page .advanced-filter-label {
  font-size: 14px;
  color: #05549C;
  font-weight: 700; }

/*
*   end isotope filters
*/
/*
*   drivers
*/
.page-drivers .warning {
  display: none !important; }

/*
*   end drivers
*/
/*
*   Category page list views add space between links and description
*/
.brand-cat-desc::before {
  content: " — "; }

/*
*   end category page
*/
#block-hid-login-block-hid-login-block {
  display: none; }

#isotope-container .span2 {
  width: 100% !important;
  margin: 1rem 0;
  border-bottom: 1px solid #d9ddde; }
  #isotope-container .span2 img {
    padding-bottom: .6rem; }
  #isotope-container .span2 .product-title {
    line-height: 1.2rem;
    padding-bottom: .4rem; }
  @media only screen and (min-width: 35.063em) {
    #isotope-container .span2 {
      border-bottom: 1px solid transparent;
      margin: 1rem 2% 1rem 0;
      width: 49% !important; }
      #isotope-container .span2:nth-child(even) {
        margin: 1rem 0; } }
  @media only screen and (min-width: 50.063em) {
    #isotope-container .span2 {
      margin: 1rem 1% 1rem 0;
      width: 32.5% !important; }
      #isotope-container .span2:nth-child(3n+0) {
        margin: 1rem 0; } }

.view-brand-display-alpha .views-row {
  width: 100% !important;
  margin: 1rem 0;
  border-bottom: 1px solid #d9ddde; }
  .view-brand-display-alpha .views-row img {
    padding-bottom: .6rem; }
  .view-brand-display-alpha .views-row .views-field-field-brand-display-name {
    line-height: 1.2rem;
    padding-bottom: .4rem; }
  @media only screen and (min-width: 35.063em) {
    .view-brand-display-alpha .views-row {
      border-bottom: 1px solid transparent;
      margin: 1rem 2% 1rem 0;
      width: 48% !important; }
      .view-brand-display-alpha .views-row:nth-child(even) {
        margin: 1rem 0; } }
  @media only screen and (min-width: 50.063em) {
    .view-brand-display-alpha .views-row {
      margin: 1rem 1% 1rem 0;
      width: 24% !important; }
      .view-brand-display-alpha .views-row:nth-child(4n+0) {
        margin: 1rem 0; } }

.page-products-card-printers #product-search-container, .page-products-card-printers .product-sort-link, .page-products-appliances #product-search-container, .page-products-appliances .product-sort-link, .page-products-controllers #product-search-container, .page-products-controllers .product-sort-link, .page-products-encoders #product-search-container, .page-products-encoders .product-sort-link, .page-products-readers #product-search-container, .page-products-readers .product-sort-link,
.page-product-display-cards-and-credentials #product-search-container,
.page-product-display-cards-and-credentials .product-sort-link {
  display: none; }

#block-hid-custom-product-filter form {
  padding-top: 1rem; }

.hid-genuine-block {
  max-width: 230px; }

#rma-form-contact-billing .small-12 > .fieldset-wrapper, #rma-form-contact-billing .each-item, #rma-form-general .small-12 > .fieldset-wrapper, #rma-form-general .each-item, #rma-form-items-list .small-12 > .fieldset-wrapper, #rma-form-items-list .each-item, #rma-form-items-list--2 .small-12 > .fieldset-wrapper, #rma-form-items-list--2 .each-item, #rma-form-instructions .small-12 > .fieldset-wrapper, #rma-form-instructions .each-item, #rma-form-review .small-12 > .fieldset-wrapper, #rma-form-review .each-item {
  background: #eff1f1;
  border: 1px solid #d9ddde;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 1rem; }
  #rma-form-contact-billing .small-12 > .fieldset-wrapper .form-required, #rma-form-contact-billing .each-item .form-required, #rma-form-general .small-12 > .fieldset-wrapper .form-required, #rma-form-general .each-item .form-required, #rma-form-items-list .small-12 > .fieldset-wrapper .form-required, #rma-form-items-list .each-item .form-required, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .form-required, #rma-form-items-list--2 .each-item .form-required, #rma-form-instructions .small-12 > .fieldset-wrapper .form-required, #rma-form-instructions .each-item .form-required, #rma-form-review .small-12 > .fieldset-wrapper .form-required, #rma-form-review .each-item .form-required {
    color: #ea2923; }
  #rma-form-contact-billing .small-12 > .fieldset-wrapper .form-item, #rma-form-contact-billing .each-item .form-item, #rma-form-general .small-12 > .fieldset-wrapper .form-item, #rma-form-general .each-item .form-item, #rma-form-items-list .small-12 > .fieldset-wrapper .form-item, #rma-form-items-list .each-item .form-item, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .form-item, #rma-form-items-list--2 .each-item .form-item, #rma-form-instructions .small-12 > .fieldset-wrapper .form-item, #rma-form-instructions .each-item .form-item, #rma-form-review .small-12 > .fieldset-wrapper .form-item, #rma-form-review .each-item .form-item {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0; }
  #rma-form-contact-billing .small-12 > .fieldset-wrapper .form-radios, #rma-form-contact-billing .each-item .form-radios, #rma-form-general .small-12 > .fieldset-wrapper .form-radios, #rma-form-general .each-item .form-radios, #rma-form-items-list .small-12 > .fieldset-wrapper .form-radios, #rma-form-items-list .each-item .form-radios, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .form-radios, #rma-form-items-list--2 .each-item .form-radios, #rma-form-instructions .small-12 > .fieldset-wrapper .form-radios, #rma-form-instructions .each-item .form-radios, #rma-form-review .small-12 > .fieldset-wrapper .form-radios, #rma-form-review .each-item .form-radios {
    display: block;
    margin: .4rem 0 1rem; }
  #rma-form-contact-billing .small-12 > .fieldset-wrapper .form-item-howmany-select, #rma-form-contact-billing .each-item .form-item-howmany-select, #rma-form-general .small-12 > .fieldset-wrapper .form-item-howmany-select, #rma-form-general .each-item .form-item-howmany-select, #rma-form-items-list .small-12 > .fieldset-wrapper .form-item-howmany-select, #rma-form-items-list .each-item .form-item-howmany-select, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .form-item-howmany-select, #rma-form-items-list--2 .each-item .form-item-howmany-select, #rma-form-instructions .small-12 > .fieldset-wrapper .form-item-howmany-select, #rma-form-instructions .each-item .form-item-howmany-select, #rma-form-review .small-12 > .fieldset-wrapper .form-item-howmany-select, #rma-form-review .each-item .form-item-howmany-select {
    display: block;
    margin: 1rem; }
  #rma-form-contact-billing .small-12 > .fieldset-wrapper .addl-info, #rma-form-contact-billing .each-item .addl-info, #rma-form-general .small-12 > .fieldset-wrapper .addl-info, #rma-form-general .each-item .addl-info, #rma-form-items-list .small-12 > .fieldset-wrapper .addl-info, #rma-form-items-list .each-item .addl-info, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .addl-info, #rma-form-items-list--2 .each-item .addl-info, #rma-form-instructions .small-12 > .fieldset-wrapper .addl-info, #rma-form-instructions .each-item .addl-info, #rma-form-review .small-12 > .fieldset-wrapper .addl-info, #rma-form-review .each-item .addl-info {
    position: relative; }
  #rma-form-contact-billing .small-12 > .fieldset-wrapper .item-sequence, #rma-form-contact-billing .each-item .item-sequence, #rma-form-general .small-12 > .fieldset-wrapper .item-sequence, #rma-form-general .each-item .item-sequence, #rma-form-items-list .small-12 > .fieldset-wrapper .item-sequence, #rma-form-items-list .each-item .item-sequence, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .item-sequence, #rma-form-items-list--2 .each-item .item-sequence, #rma-form-instructions .small-12 > .fieldset-wrapper .item-sequence, #rma-form-instructions .each-item .item-sequence, #rma-form-review .small-12 > .fieldset-wrapper .item-sequence, #rma-form-review .each-item .item-sequence {
    background: #ffffff;
    border: 3px solid #b0cbea;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #b0cbea;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 50px;
    position: absolute;
    bottom: 5px;
    right: 0px;
    text-align: center; }
  #rma-form-contact-billing .small-12 > .fieldset-wrapper .form-type-select, #rma-form-contact-billing .each-item .form-type-select, #rma-form-general .small-12 > .fieldset-wrapper .form-type-select, #rma-form-general .each-item .form-type-select, #rma-form-items-list .small-12 > .fieldset-wrapper .form-type-select, #rma-form-items-list .each-item .form-type-select, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .form-type-select, #rma-form-items-list--2 .each-item .form-type-select, #rma-form-instructions .small-12 > .fieldset-wrapper .form-type-select, #rma-form-instructions .each-item .form-type-select, #rma-form-review .small-12 > .fieldset-wrapper .form-type-select, #rma-form-review .each-item .form-type-select {
    display: inline-block;
    margin-right: 1rem; }
    #rma-form-contact-billing .small-12 > .fieldset-wrapper .form-type-select:nth-child(2n+0), #rma-form-contact-billing .each-item .form-type-select:nth-child(2n+0), #rma-form-general .small-12 > .fieldset-wrapper .form-type-select:nth-child(2n+0), #rma-form-general .each-item .form-type-select:nth-child(2n+0), #rma-form-items-list .small-12 > .fieldset-wrapper .form-type-select:nth-child(2n+0), #rma-form-items-list .each-item .form-type-select:nth-child(2n+0), #rma-form-items-list--2 .small-12 > .fieldset-wrapper .form-type-select:nth-child(2n+0), #rma-form-items-list--2 .each-item .form-type-select:nth-child(2n+0), #rma-form-instructions .small-12 > .fieldset-wrapper .form-type-select:nth-child(2n+0), #rma-form-instructions .each-item .form-type-select:nth-child(2n+0), #rma-form-review .small-12 > .fieldset-wrapper .form-type-select:nth-child(2n+0), #rma-form-review .each-item .form-type-select:nth-child(2n+0) {
      margin-right: 0; }
    #rma-form-contact-billing .small-12 > .fieldset-wrapper .form-type-select select, #rma-form-contact-billing .each-item .form-type-select select, #rma-form-general .small-12 > .fieldset-wrapper .form-type-select select, #rma-form-general .each-item .form-type-select select, #rma-form-items-list .small-12 > .fieldset-wrapper .form-type-select select, #rma-form-items-list .each-item .form-type-select select, #rma-form-items-list--2 .small-12 > .fieldset-wrapper .form-type-select select, #rma-form-items-list--2 .each-item .form-type-select select, #rma-form-instructions .small-12 > .fieldset-wrapper .form-type-select select, #rma-form-instructions .each-item .form-type-select select, #rma-form-review .small-12 > .fieldset-wrapper .form-type-select select, #rma-form-review .each-item .form-type-select select {
      background-color: #ffffff; }

#rma-form-contact-billing label, #rma-form-general label, #rma-form-items-list label, #rma-form-items-list--2 label, #rma-form-instructions label, #rma-form-review label {
  margin-bottom: 4px; }

#rma-form-contact-billing input[type="radio"], #rma-form-general input[type="radio"], #rma-form-items-list input[type="radio"], #rma-form-items-list--2 input[type="radio"], #rma-form-instructions input[type="radio"], #rma-form-review input[type="radio"] {
  margin: 0; }

#rma-form-contact-billing input[type="text"], #rma-form-general input[type="text"], #rma-form-items-list input[type="text"], #rma-form-items-list--2 input[type="text"], #rma-form-instructions input[type="text"], #rma-form-review input[type="text"] {
  display: inline-block;
  background-color: #ffffff; }

#rma-form-contact-billing > * table thead th,
#rma-form-general > * table thead th,
#rma-form-items-list > * table thead th,
#rma-form-items-list--2 > * table thead th,
#rma-form-instructions > * table thead th,
#rma-form-review > * table thead th,
.view-worldwide-sales-tool > * table thead th {
  background: #b0cbea;
  border: 1px solid #8cb3df;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-shadow: 0 1px 0.2em #8cb3df; }

#rma-form-contact-billing > * table tr td,
#rma-form-general > * table tr td,
#rma-form-items-list > * table tr td,
#rma-form-items-list--2 > * table tr td,
#rma-form-instructions > * table tr td,
#rma-form-review > * table tr td,
.view-worldwide-sales-tool > * table tr td {
  background: #eff1f1;
  background-color: #fff;
  /* end worldwide sales tool */ }

#rma-form-contact-billing > * .form-actions,
#rma-form-general > * .form-actions,
#rma-form-items-list > * .form-actions,
#rma-form-items-list--2 > * .form-actions,
#rma-form-instructions > * .form-actions,
#rma-form-review > * .form-actions,
.view-worldwide-sales-tool > * .form-actions {
  margin-top: 0; }

#rma-form-contact-billing > * #edit-buttons,
#rma-form-general > * #edit-buttons,
#rma-form-items-list > * #edit-buttons,
#rma-form-items-list--2 > * #edit-buttons,
#rma-form-instructions > * #edit-buttons,
#rma-form-review > * #edit-buttons,
.view-worldwide-sales-tool > * #edit-buttons {
  float: right; }
  #rma-form-contact-billing > * #edit-buttons input[type="submit"],
  #rma-form-general > * #edit-buttons input[type="submit"],
  #rma-form-items-list > * #edit-buttons input[type="submit"],
  #rma-form-items-list--2 > * #edit-buttons input[type="submit"],
  #rma-form-instructions > * #edit-buttons input[type="submit"],
  #rma-form-review > * #edit-buttons input[type="submit"],
  .view-worldwide-sales-tool > * #edit-buttons input[type="submit"] {
    background: #b0cbea;
    border: 3px solid #b0cbea;
    color: #eff1f1;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 0 1rem;
    padding: .5rem 4rem 1.5rem;
    text-shadow: 0 1px 0.2em #8cb3df;
    transition: all .3s linear; }
    #rma-form-contact-billing > * #edit-buttons input[type="submit"]:hover, #rma-form-contact-billing > * #edit-buttons input[type="submit"]:active, #rma-form-contact-billing > * #edit-buttons input[type="submit"]:focus,
    #rma-form-general > * #edit-buttons input[type="submit"]:hover,
    #rma-form-general > * #edit-buttons input[type="submit"]:active,
    #rma-form-general > * #edit-buttons input[type="submit"]:focus,
    #rma-form-items-list > * #edit-buttons input[type="submit"]:hover,
    #rma-form-items-list > * #edit-buttons input[type="submit"]:active,
    #rma-form-items-list > * #edit-buttons input[type="submit"]:focus,
    #rma-form-items-list--2 > * #edit-buttons input[type="submit"]:hover,
    #rma-form-items-list--2 > * #edit-buttons input[type="submit"]:active,
    #rma-form-items-list--2 > * #edit-buttons input[type="submit"]:focus,
    #rma-form-instructions > * #edit-buttons input[type="submit"]:hover,
    #rma-form-instructions > * #edit-buttons input[type="submit"]:active,
    #rma-form-instructions > * #edit-buttons input[type="submit"]:focus,
    #rma-form-review > * #edit-buttons input[type="submit"]:hover,
    #rma-form-review > * #edit-buttons input[type="submit"]:active,
    #rma-form-review > * #edit-buttons input[type="submit"]:focus,
    .view-worldwide-sales-tool > * #edit-buttons input[type="submit"]:hover,
    .view-worldwide-sales-tool > * #edit-buttons input[type="submit"]:active,
    .view-worldwide-sales-tool > * #edit-buttons input[type="submit"]:focus {
      background: #ffffff;
      color: #b0cbea;
      text-shadow: none; }
    #rma-form-contact-billing > * #edit-buttons input[type="submit"]:last-child,
    #rma-form-general > * #edit-buttons input[type="submit"]:last-child,
    #rma-form-items-list > * #edit-buttons input[type="submit"]:last-child,
    #rma-form-items-list--2 > * #edit-buttons input[type="submit"]:last-child,
    #rma-form-instructions > * #edit-buttons input[type="submit"]:last-child,
    #rma-form-review > * #edit-buttons input[type="submit"]:last-child,
    .view-worldwide-sales-tool > * #edit-buttons input[type="submit"]:last-child {
      background: #00539b;
      border-color: #00539b;
      color: #eff1f1;
      text-shadow: 0 1px 0.2em #002e56; }
      #rma-form-contact-billing > * #edit-buttons input[type="submit"]:last-child:hover, #rma-form-contact-billing > * #edit-buttons input[type="submit"]:last-child:active, #rma-form-contact-billing > * #edit-buttons input[type="submit"]:last-child:focus,
      #rma-form-general > * #edit-buttons input[type="submit"]:last-child:hover,
      #rma-form-general > * #edit-buttons input[type="submit"]:last-child:active,
      #rma-form-general > * #edit-buttons input[type="submit"]:last-child:focus,
      #rma-form-items-list > * #edit-buttons input[type="submit"]:last-child:hover,
      #rma-form-items-list > * #edit-buttons input[type="submit"]:last-child:active,
      #rma-form-items-list > * #edit-buttons input[type="submit"]:last-child:focus,
      #rma-form-items-list--2 > * #edit-buttons input[type="submit"]:last-child:hover,
      #rma-form-items-list--2 > * #edit-buttons input[type="submit"]:last-child:active,
      #rma-form-items-list--2 > * #edit-buttons input[type="submit"]:last-child:focus,
      #rma-form-instructions > * #edit-buttons input[type="submit"]:last-child:hover,
      #rma-form-instructions > * #edit-buttons input[type="submit"]:last-child:active,
      #rma-form-instructions > * #edit-buttons input[type="submit"]:last-child:focus,
      #rma-form-review > * #edit-buttons input[type="submit"]:last-child:hover,
      #rma-form-review > * #edit-buttons input[type="submit"]:last-child:active,
      #rma-form-review > * #edit-buttons input[type="submit"]:last-child:focus,
      .view-worldwide-sales-tool > * #edit-buttons input[type="submit"]:last-child:hover,
      .view-worldwide-sales-tool > * #edit-buttons input[type="submit"]:last-child:active,
      .view-worldwide-sales-tool > * #edit-buttons input[type="submit"]:last-child:focus {
        background: #ffffff;
        color: #00539b;
        text-shadow: none; }

.page-node-10079 [class*="column"] + [class*="column"]:last-child {
  float: left; }

.view-worldwide-sales-tool .views-field img {
  float: left;
  margin: 0 12px 12px 0; }

.view-worldwide-sales-tool .views-field p {
  clear: both; }

.view-worldwide-sales-tool .views-field h5 {
  font-weight: bold;
  margin-bottom: 0; }

.page-node-documents-cc #block-block-104 {
  position: absolute;
  right: 0; }

#block-block-104 {
  z-index: 98; }

#content-left .view-id-drivers .span11 {
  width: 100%; }

#block-views-exp-drivers-page-1 #filter-block .views-reset-button {
  margin: 0 0 10px 0; }

#block-views-exp-drivers-page-1 #filter-block input.form-submit {
  border: none;
  -webkit-appearance: none; }
  #block-views-exp-drivers-page-1 #filter-block input.form-submit:hover {
    color: #565656; }

.page-product-display-cards-and-credentials #block-views-exp-product-display-page {
  background: #eff1f1;
  border: 1px solid #b0b7bb;
  clear: both;
  float: right;
  margin: 0 0 1.4rem 0;
  padding: 15px;
  width: 100%;
  z-index: 2; }
  @media only screen and (min-width: 50.063em) {
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page {
      width: 24%;
      margin: 2rem 0 0 0; } }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page h2.block-title,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .partner-filter-title,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .filter-brand-title {
    background-color: transparent;
    color: #00539b;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 15px;
    min-height: 48px;
    padding: 10px 0 10px 55px;
    text-transform: uppercase;
    width: 90% !important; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page label {
    color: #00539b; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page input[value="Apply"],
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .js-hide {
    display: none; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page #edit-reset {
    background: #b0cbea;
    border: 0;
    box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
    clear: both;
    color: #eff1f1;
    display: inline-block;
    filter: none;
    font-size: .9rem;
    margin-top: 4px;
    text-shadow: 0 1px 1px #0f5797;
    text-transform: capitalize;
    width: 100%; }
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page #edit-reset:hover {
      background: #8fb8e2; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .views-exposed-widget,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-group {
    padding: 0 0 7px;
    width: 100%; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group-heading {
    background-color: #ffffff;
    border: solid 1px #b0b7bb;
    font-size: 13px;
    margin: 0;
    padding-top: 2px;
    width: 100%; }
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset legend a,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group-heading a,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes legend a,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group-heading a {
      display: block;
      line-height: 1.8em; }
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset legend a:hover,
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group-heading a:hover,
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes legend a:hover,
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group-heading a:hover {
        font-weight: bold; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsible legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsible .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group.collapsible legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group.collapsible .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsible legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsible .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group.collapsible legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group.collapsible .bef-group-heading {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsible .fieldset-legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsible .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group.collapsible .fieldset-legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group.collapsible .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsible .fieldset-legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsible .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group.collapsible .fieldset-legend,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group.collapsible .bef-group-heading {
    background-image: url("../images/select-arrow-replaceup.jpg");
    background-position: 100% -2px;
    background-repeat: no-repeat;
    height: 24px; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsed,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsed,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group {
    height: auto; }
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsed legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsed .bef-group-heading,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group .bef-group-heading,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsed legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsed .bef-group-heading,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group .bef-group-heading {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsed .fieldset-legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset.collapsed .bef-group-heading,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group .fieldset-legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group .bef-group-heading,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsed .fieldset-legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes.collapsed .bef-group-heading,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group .fieldset-legend,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group .bef-group-heading {
      background-image: url("../images/select-arrow-replace.jpg");
      background-position: 100% -2px;
      background-repeat: no-repeat;
      height: 24px; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .fieldset-wrapper,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group-items,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .fieldset-wrapper,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group-items {
    background-color: #ffffff;
    border: solid 1px #b0b7bb;
    border-top: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2px 0; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group-heading,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group-heading {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 1.8em;
    padding-left: 15px; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .form-item,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .form-item {
    display: block;
    padding-left: 11px; }
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .form-item label,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .form-item label {
      color: #231f20;
      display: inline-block;
      font-size: 12px;
      font-weight: 300;
      padding: 5px 0;
      padding-left: 13px;
      position: relative;
      z-index: 2; }
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .form-item label:hover,
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .form-item label:hover {
        font-weight: 700; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .form-type-bef-checkbox input,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .bef-group-items,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .form-type-bef-checkbox input,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .bef-group-items {
    display: none; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .selected,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .selected {
    color: #00539b; }
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .selected.form-item,
    .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .selected.form-item {
      padding-left: 9px; }
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .selected.form-item label,
      .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .selected.form-item label {
        color: #00539b;
        padding-left: 0; }
        .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .selected.form-item label:before,
        .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .selected.form-item label:before {
          content: '\2713\0000a0\0000a0'; }
        .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .selected.form-item label:after,
        .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .selected.form-item label:after {
          content: ' \00d7'; }
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page fieldset .select,
  .page-product-display-cards-and-credentials #block-views-exp-product-display-page .bef-checkboxes .select {
    float: left; }

.page-product-display-cards-and-credentials #block-views-exp-product-display-page {
  position: relative; }

.view-id-press_releases .views-row {
  min-height: 80px; }
  .view-id-press_releases .views-row .hid-standard-date {
    color: #999;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 12px; }

.view-id-press_releases .view-footer p {
  margin: 18px 0 0 0;
  text-align: right; }
  .view-id-press_releases .view-footer p i {
    font-size: 18px;
    vertical-align: middle; }

.media-center-video-block {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  display: block;
  margin: 15px;
  padding: 15px; }

.view-id-press_releases h2.block-title, .media-center-video-block h2.block-title {
  color: #84898c;
  font-size: 17px;
  margin-bottom: 15px; }

.page-node-19884 .field-name-field-brand-header img {
  width: 100%; }

.span4half {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left; }
  .span4half h2 {
    height: auto !important; }

#content-left .span1 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 8.33333%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span1 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span2 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.66667%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span2 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span3 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span3 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span4 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span4 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span5 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 41.66667%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span5 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span6 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span6 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span7 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 58.33333%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span7 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span8 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span8 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span9 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 75%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span9 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span10 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 83.33333%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span10 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span11 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 91.66667%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span11 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

#content-left .span12 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only screen and (max-width: 35em) {
    #content-left .span12 {
      float: none;
      display: block;
      width: auto;
      margin: 0; } }

.row .row {
  margin: 0; }

/* Selectmenu
----------------------------------*/
.ui-selectmenu {
  display: block;
  font-size: 12px;
  display: inline-block;
  position: relative;
  height: 1.8em;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  background: none; }

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  display: none;
  overflow: auto;
  z-index: 1005; }

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-menu-popup {
  margin-top: -1px; }

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  font-weight: normal !important; }

.ui-selectmenu-menu li a, .ui-selectmenu-status {
  line-height: 1em;
  display: block;
  padding: .43em 1em;
  outline: none;
  text-decoration: none; }

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
  cursor: default; }

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px; }

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0; }

.ui-selectmenu-status {
  line-height: 1em; }

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
  color: #05549c;
  font-weight: bold;
  background: #ffffff;
  border: none; }

.ui-selectmenu-open li.ui-selectmenu-item-selected {
  color: #05549c; }

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em; }

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: normal; }

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8; }

/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 12px; }

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold; }

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0; }

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li {
  border-color: pink;
  filter: chroma(color=pink);
  width: 100%; }

* html .ui-selectmenu-menu li a {
  position: relative; }

/* IE7 workaround (opacity disabled) */
* + html .ui-state-disabled, * + html .ui-state-disabled a {
  color: silver; }

/* General selectmenu Theme overrides 
----------------------------------*/
.ui-state-default {
  background: #ffffff; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,helvetica,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  color: #222;
  font-weight: normal; }

.ui-widget-header a {
  color: #222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #ffffff;
  font-weight: normal;
  color: #555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ffffff;
  font-weight: normal;
  color: #4c4c4c; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #4c4c4c;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  color: #4c4c4c; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #4c4c4c;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: #ffffff; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: normal; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/*.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png);}*/
/*.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png);}*/
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-widget-overlay {
  background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.ui-selectmenu-status {
  font-weight: normal !important; }

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th, .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 35%; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }

/*# sourceMappingURL=app.css.map */
