@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
 * Set all to border-box instead of content-box
 */
* {
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none!important;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:focus,
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, .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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

.preload * {
  -webkit-transition: none !important;
          transition: none !important;
}

.wrap, .wrap--narrow {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15.75px;
  position: relative;
}

.clearfix, .wrap, .wrap--narrow {
  zoom: 1;
}

.clearfix:after, .wrap:after, .wrap--narrow:after {
  clear: both;
  content: "";
  display: table;
}

.row, form .field-group {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px -15.75px -18.5px;
}

.row:first-child, form .field-group:first-child {
  margin-top: 0;
}

.row:last-child, form .field-group:last-child {
  margin-bottom: -31.5px;
}

.row.stretch, form .stretch.field-group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row.justify--center, form .justify--center.field-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col, [class*=col-], form .field-group .label, form .field-group .field {
  box-sizing: border-box;
  padding: 0 15.75px 31.5px;
  position: relative;
}

.col.stretch, .stretch[class*=col-], form .field-group .stretch.label, form .field-group .stretch.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.col.stretch > *, .stretch[class*=col-] > *, form .field-group .stretch.label > *, form .field-group .stretch.field > * {
  width: 100%;
}

.col-1 {
  width: 8.33333%;
}

.col-offset-0 {
  margin-left: 0%;
}

.col-2, form .field-group .label {
  width: 16.66667%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.col-3 {
  width: 25%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.col-4 {
  width: 33.33333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-5 {
  width: 41.66667%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.col-6 {
  width: 50%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.col-7 {
  width: 58.33333%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-8 {
  width: 66.66667%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.col-9 {
  width: 75%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.col-10, form .field-group .field {
  width: 83.33333%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-11 {
  width: 91.66667%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.col-12 {
  width: 100%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

@media (max-width: 1279px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 1023px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-3, form .field-group .label {
    width: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-9, form .field-group .field {
    width: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 767px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-4, form .field-group .label {
    width: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-8, form .field-group .field {
    width: 66.66667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 479px) {
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-12, form .field-group .label, form .field-group .field {
    width: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
}

[class*=responsive-ratio--] {
  font-size: 0;
  position: relative;
}

[class*=responsive-ratio--]:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 1px;
}

[class*=responsive-ratio--] > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

[class*=responsive-ratio--].ghost-align > :only-child {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: static;
}

.responsive-ratio--1x2:before {
  padding-bottom: 50%;
}

.responsive-ratio--2x1:before {
  padding-bottom: 50%;
}

.responsive-ratio--2x3:before {
  padding-bottom: 50%;
}

.responsive-ratio--3x1:before {
  padding-bottom: 33.33333%;
}

.responsive-ratio--3x2:before {
  padding-bottom: 66.66667%;
}

.responsive-ratio--3x4:before {
  padding-bottom: 133.33333%;
}

.responsive-ratio--3x5:before {
  padding-bottom: 166.66667%;
}

.responsive-ratio--4x1:before {
  padding-bottom: 25%;
}

.responsive-ratio--4x3:before {
  padding-bottom: 75%;
}

.responsive-ratio--4x5:before {
  padding-bottom: 125%;
}

.responsive-ratio--5x1:before {
  padding-bottom: 40%;
}

.responsive-ratio--5x2:before {
  padding-bottom: 40%;
}

.responsive-ratio--5x3:before {
  padding-bottom: 60%;
}

.responsive-ratio--5x4:before {
  padding-bottom: 80%;
}

.responsive-ratio--5x6:before {
  padding-bottom: 120%;
}

html {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #5a646c;
  -webkit-font-smoothing: antialiased;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 75px 0 50px;
  font-weight: inherit;
}

h1 a, .h1 a, h1 a:active, .h1 a:active, h1 a:hover, .h1 a:hover, h2 a, .h2 a, h2 a:active, .h2 a:active, h2 a:hover, .h2 a:hover, h3 a, .h3 a, h3 a:active, .h3 a:active, h3 a:hover, .h3 a:hover, h4 a, .h4 a, h4 a:active, .h4 a:active, h4 a:hover, .h4 a:hover, h5 a, .h5 a, h5 a:active, .h5 a:active, h5 a:hover, .h5 a:hover, h6 a, .h6 a, h6 a:active, .h6 a:active, h6 a:hover, .h6 a:hover {
  color: inherit;
}

@media (max-width: 1023px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 75px 0 25px;
  }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0;
  }
  h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br, h5 br, .h5 br, h6 br, .h6 br {
    display: none;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  margin: 75px 0 25px;
}

h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2.28571rem;
}

@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 1.80952rem;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.33333rem;
  }
}

h2, .h2 {
  font-size: 1.71429rem;
}

@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 1.2381rem;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 0.95238rem;
  }
}

h3, .h3 {
  font-size: 1.14286rem;
}

@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 0.95238rem;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 0.88rem;
  }
}

h4, .h4 {
  font-size: 0.95238rem;
}

h5, .h5 {
  font-size: 0.85714rem;
}

h6, .h6 {
  font-size: 0.85714rem;
}

p, ul, ol, blockquote, table, address {
  margin: 25px 0;
}

p:first-child, ul:first-child, ol:first-child, blockquote:first-child, table:first-child, address:first-child {
  margin-top: 0;
}

p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child, address:last-child {
  margin-bottom: 0;
}

hr, form {
  margin: 25px 0;
}

hr:first-child, form:first-child {
  margin-top: 0;
}

hr:last-child, form:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: 0.4s color;
          transition: 0.4s color;
  color: #236093;
  text-decoration: none;
}

a:active, a:hover {
  color: #2d7bbc;
  text-decoration: underline;
}

article {
  margin: 80px 0;
}

article:first-child {
  margin-top: 0;
}

article:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

pre {
  white-space: pre-wrap;
}

code {
  white-space: pre;
}

blockquote {
  padding: 0 0 0 40px;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

th, td {
  padding: 20px 25px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=datetime],
form input[type=date],
form input[type=month],
form input[type=week],
form textarea {
  padding: 20px 25px;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=search]:hover,
form input[type=number]:hover,
form input[type=url]:hover,
form input[type=tel]:hover,
form input[type=datetime]:hover,
form input[type=date]:hover,
form input[type=month]:hover,
form input[type=week]:hover,
form textarea:hover {
  border-color: #aaa;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=datetime]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=week]:focus,
form textarea:focus {
  border-color: #999;
  outline: none;
}

form input[type=submit],
form input[type=button],
form input[type=reset],
form button {
  padding: 20px 25px;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  background: #fff;
  border: 1px solid #236093;
  box-sizing: border-box;
  color: #236093;
  display: inline-block;
}

form input[type=submit]:active, form input[type=submit]:focus, form input[type=submit]:hover,
form input[type=button]:active,
form input[type=button]:focus,
form input[type=button]:hover,
form input[type=reset]:active,
form input[type=reset]:focus,
form input[type=reset]:hover,
form button:active,
form button:focus,
form button:hover {
  background: #2d7bbc;
  color: #2d7bbc;
  outline: none;
}

form .field-group .label {
  text-align: right;
}

form .field-group .field input[type=text],
form .field-group .field input[type=email],
form .field-group .field input[type=password],
form .field-group .field input[type=search],
form .field-group .field input[type=number],
form .field-group .field input[type=url],
form .field-group .field input[type=tel],
form .field-group .field input[type=datetime],
form .field-group .field input[type=date],
form .field-group .field input[type=month],
form .field-group .field input[type=week],
form .field-group .field textarea {
  width: 100%;
}

form .field-group .field textarea {
  height: 10.5em;
}

form .button-group {
  margin: 40px 0 0;
  text-align: right;
}

form .button-group:first-child {
  margin-top: 0;
}

form .button-group:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  form .field-group .label {
    text-align: left;
  }
}

body {
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h3, .h3 {
  color: #323e48;
}

h6, .h6 {
  font-weight: 500;
  text-transform: uppercase;
}

strong {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 50px 0 50px;
}

.link-underline, .trailing-link, .section--grid .grid--inner-border .col-6 a, .section--grid .product-list li a, .valprop--home-ctas .cta-link, .page--footer .nav-footer a, .page--footer .copyright a, .page--header .nav-super a, .page--header .nav-sub-menu .sub-menu-column li > a > span, .pac-nav--loaded .page--header .nav-sub-menu .sub-menu-column li > a, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.pac-nav--visible a, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.mobile-nav--visible a, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.pac-nav--visible a, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.mobile-nav--visible a {
  position: relative;
}

.link-underline:before, .trailing-link:before, .section--grid .grid--inner-border .col-6 a:before, .section--grid .product-list li a:before, .valprop--home-ctas .cta-link:before, .page--footer .nav-footer a:before, .page--footer .copyright a:before, .page--header .nav-super a:before, .page--header .nav-sub-menu .sub-menu-column li > a > span:before, .pac-nav--loaded .page--header .nav-sub-menu .sub-menu-column li > a:before, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.pac-nav--visible a:before, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.mobile-nav--visible a:before, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.pac-nav--visible a:before, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.mobile-nav--visible a:before {
  -webkit-transition: 0.2s opacity, 0.2s -webkit-transform;
          transition: 0.2s opacity, 0.2s transform;
  background: currentColor;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.link-underline:active, .trailing-link:active, .section--grid .grid--inner-border .col-6 a:active, .section--grid .product-list li a:active, .valprop--home-ctas .cta-link:active, .page--footer .nav-footer a:active, .page--footer .copyright a:active, .page--header .nav-super a:active, .page--header .nav-sub-menu .sub-menu-column li > a > span:active, .pac-nav--loaded .page--header .nav-sub-menu .sub-menu-column li > a:active, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.pac-nav--visible a:active, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.mobile-nav--visible a:active, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.pac-nav--visible a:active, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.mobile-nav--visible a:active, .link-underline:hover, .trailing-link:hover, .section--grid .grid--inner-border .col-6 a:hover, .section--grid .product-list li a:hover, .valprop--home-ctas .cta-link:hover, .page--footer .nav-footer a:hover, .page--footer .copyright a:hover, .page--header .nav-super a:hover, .page--header .nav-sub-menu .sub-menu-column li > a > span:hover, .pac-nav--loaded .page--header .nav-sub-menu .sub-menu-column li > a:hover, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.pac-nav--visible a:hover, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.mobile-nav--visible a:hover, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.pac-nav--visible a:hover, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.mobile-nav--visible a:hover {
  text-decoration: none;
}

.link-underline:active:before, .trailing-link:active:before, .section--grid .grid--inner-border .col-6 a:active:before, .section--grid .product-list li a:active:before, .valprop--home-ctas .cta-link:active:before, .page--footer .nav-footer a:active:before, .page--footer .copyright a:active:before, .page--header .nav-super a:active:before, .page--header .nav-sub-menu .sub-menu-column li > a > span:active:before, .pac-nav--loaded .page--header .nav-sub-menu .sub-menu-column li > a:active:before, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.pac-nav--visible a:active:before, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.mobile-nav--visible a:active:before, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.pac-nav--visible a:active:before, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.mobile-nav--visible a:active:before, .link-underline:hover:before, .trailing-link:hover:before, .section--grid .grid--inner-border .col-6 a:hover:before, .section--grid .product-list li a:hover:before, .valprop--home-ctas .cta-link:hover:before, .page--footer .nav-footer a:hover:before, .page--footer .copyright a:hover:before, .page--header .nav-super a:hover:before, .page--header .nav-sub-menu .sub-menu-column li > a > span:hover:before, .pac-nav--loaded .page--header .nav-sub-menu .sub-menu-column li > a:hover:before, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.pac-nav--visible a:hover:before, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.mobile-nav--visible a:hover:before, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.pac-nav--visible a:hover:before, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.mobile-nav--visible a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.trailing-link, .section--grid .grid--inner-border .col-6 a, .section--grid .product-list li a {
  position: relative;
}

.trailing-link:after, .section--grid .grid--inner-border .col-6 a:after, .section--grid .product-list li a:after {
  content: "\00BB";
  display: inline-block;
  text-align: right;
  width: 1em;
}

.trailing-link:before, .section--grid .grid--inner-border .col-6 a:before, .section--grid .product-list li a:before {
  background: currentColor;
  right: 1em;
}

h3, .h3, a:not([class*=button--]) {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}
p a:not([class*=button--])
{
    color: #2b74a4;
    opacity: 1;
}
.font-size--smaller {
  font-size: 19px;
}

.uppercase {
  text-transform: uppercase;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=datetime],
form input[type=date],
form input[type=month],
form input[type=week],
form textarea {
  padding: 15px;
  background: #cccfd1;
  border-color: #5a646c;
  color: #5a646c;
  display: block;
  font-family: serif;
  font-size: 18px;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=datetime]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=week]:focus,
form textarea:focus {
  background: #fff;
  border-color: #236093;
  color: #14191d;
}

form label {
  color: #323e48;
  display: block;
  font-size: 1rem;
}

form textarea {
  height: calc(9em + 32px);
}

form button {
  padding: 15px 80px;
  background: transparent;
  border: 2px solid #4a90e2;
  color: #4a90e2;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

form button:active, form button:focus, form button:hover {
  background: #4a90e2;
  border-color: #4a90e2;
  color: #fff;
}

form .field {
  position: relative;
}

form .error {
  padding: 15px 25px;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  background: #323e48;
  border-radius: 5px;
  bottom: calc(100% - 21px);
  color: #fff;
  font-size: 16px;
  opacity: 0;
  position: absolute;
  right: 0;
}

form .error:before {
  content: "";
  border: solid transparent;
  border-width: 6px 6px 0 6px;
  border-top-color: #323e48;
  bottom: -5px;
  display: block;
  position: absolute;
  right: 10px;
}

form .error.hide {
  opacity: 0 !important;
}

@media (max-width: 479px) {
  form button {
    display: block;
    width: 100%;
  }
}

.button, [class*=button--] {
  -webkit-transition: 0.4s background, 0.4s border, 0.4s color;
          transition: 0.4s background, 0.4s border, 0.4s color;
  background: #ffffff;
  border: 1px solid #cccfd1;
  border-radius: 3px;
  color: #cccfd1;
  font-weight: 500;
  height: 34px;
  line-height: 32px;
  padding: 0 20px;
}

.button:active, [class*=button--]:active, .button:hover, [class*=button--]:hover {
  background: #ffffff;
  border-color: #5a646c;
  color: #5a646c;
}

p .button + .button, p [class*=button--] + .button, p .button + [class*=button--], p [class*=button--] + [class*=button--] {
  margin-left: 15px;
}

.button--primary {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#574a49+0,453635+100 */
  background: #dc291e;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e03e35 0%, #dc291e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e03e35 0%, #dc291e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03e35', endColorstr='#dc291e',GradientType=0 );
  /* IE6-9 */
  border-color: transparent;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button--primary:active, .button--primary:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#574a49+0,453635+100 */
  background: #dc291e;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dc291e 0%, #c6251b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, m #dc291e 0%, #c6251b 100%);
  background: linear-gradient(to bottom, m #dc291e 0%, #c6251b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc291e', endColorstr='#c6251b',GradientType=0 );
  /* IE6-9 */
  border-color: transparent;
  color: #ffffff;
}

.button--secondary {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#574a49+0,453635+100 */
  background: #5a646c;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6b747b 0%, #5a646c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6b747b 0%, #5a646c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b747b', endColorstr='#5a646c',GradientType=0 );
  /* IE6-9 */
  border-color: transparent;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button--secondary:active, .button--secondary:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#574a49+0,453635+100 */
  background: #5a646c;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5a646c 0%, #515a61 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, m #5a646c 0%, #515a61 100%);
  background: linear-gradient(to bottom, m #5a646c 0%, #515a61 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a646c', endColorstr='#515a61',GradientType=0 );
  /* IE6-9 */
  border-color: transparent;
  color: #ffffff;
}

body {
  background: #ffffff;
}

section {
  position: relative;
  z-index: 20;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

.row.no-gutters, form .no-gutters.field-group {
  margin-left: 0;
  margin-right: 0;
}

.icon--lock > svg {
    fill: #fff;
}

.icon--lock:hover > svg {
    fill: #000;
}

.section--no-padding-top {
  padding-top: 0;
}

.article-list {
  border-top: 1px solid #cccfd1;
}

.article-list .list-item {
  padding: 40px;
  -webkit-transition: border 0.4s;
          transition: border 0.4s;
  border: solid transparent;
  border-bottom-color: #cccfd1;
  border-width: 0 1px 1px;
  color: #5a646c;
  display: block;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.article-list .list-item:active, .article-list .list-item:hover {
  border-left-color: #ffa400;
  border-right-color: #ffa400;
  text-decoration: none;
}

.article-list .list-item h4, .article-list .list-item .h4 {
  margin: 0 0 12.5px;
  color: #236093;
}

.article-list .list-item h4:first-child, .article-list .list-item .h4:first-child {
  margin-top: 0;
}

.article-list .list-item h4:last-child, .article-list .list-item .h4:last-child {
  margin-bottom: 0;
}

.article-list .list-item h4, .article-list .list-item .h4, .article-list .list-item strong {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.article-list .list-item strong {
  color: #323e48;
}

.article-list .list-item p {
  margin: 12.5px 0;
}

.article-list .list-item p:first-child {
  margin-top: 0;
}

.article-list .list-item p:last-child {
  margin-bottom: 0;
}

.article-list .list-item p:last-child:after {
  content: "\2026";
}

.article-list .item-logo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}

.article-list .item-logo img {
  display: block;
  height: auto;
  margin-left: auto;
  max-height: 110px;
  max-width: 100%;
  width: auto;
}

@media (max-width: 479px) {
  .article-list .item-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.bg--white {
  background: white;
}

.bg--blue {
  background-color: #323e48;
}

.bg--blue, .bg--blue h1, .bg--blue .h1, .bg--blue h2, .bg--blue .h2, .bg--blue h3, .bg--blue .h3, .bg--blue h4, .bg--blue .h4, .bg--blue h5, .bg--blue .h5, .bg--blue h6, .bg--blue .h6 {
  color: #ffffff;
}

.bg--light-gray, .section--table tbody tr:nth-child(even) {
  background-color: #f5f5f6;
}


.bg--cityscape {
  /*background-image: url("../../../media/backgrounds/cityscape.jpg");*/
  background-size: cover;
}

.bg--cityscape-2 {
  /*background-image: url("../../../media/backgrounds/cityscape-2.jpg");*/
  background-size: cover;
}

.bg--office {
  /*background-image: url("../../../media/backgrounds/office-space.jpg");*/
  background-size: cover;
}

.bg--device {
  /*background-image: url("../../../media/backgrounds/device.jpg");*/
  background-size: cover;
}

.bg--workspace {
  /*background-image: url("../../../media/backgrounds/workspace.jpg");*/
  background-size: cover;
}

.bg--conference {
  /*background-image: url("../../../media/backgrounds/conference-table.jpg");*/
  background-size: cover;
}

.bg--windows {
  /*background-image: url("../../../media/backgrounds/windows.jpg");*/
  background-size: cover;
}

.bg--transmission {
  /*background-image: url("../../../media/backgrounds/transmission.jpg");*/
  background-size: cover;
}

.bg--observation-deck {
  /*background-image: url("../../../media/backgrounds/observation-deck.jpg");*/
  background-size: cover;
}

.bg--fortinet-waiting-room {
  /*background-image: url("../../../media/backgrounds/fortinet-waiting-room.jpg");*/
  background-size: cover;
}

.bg--transmission-wires {
  /*background-image: url("../../../media/backgrounds/transmission-wires.jpg");*/
  background-size: cover;
}

.bg--lounge-with-people {
  /*background-image: url("../../../media/backgrounds/lounge-with-people.jpg");*/
  background-size: cover;
}

.bg--city-from-above {
  /*background-image: url("../../../media/backgrounds/city-from-above.jpg");*/
  background-size: cover;
}


.bg--threatmap {
  background-color: #323e48;
  background-position: center;
  background-size: 100%;
}

@media (max-width: 767px) {
  .bg--threatmap.col, .bg--threatmap[class*=col-], form .field-group .bg--threatmap.label, form .field-group .bg--threatmap.field {
    height: 340px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

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

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

/* Styles specific to Fortinet */
.mfp-content {
  border: 2px solid #ffffff;
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background-color: #ffffff;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  width: 47px;
  height: 47px;
  padding-bottom: 7px;
  right: -47px;
  top: -2px;
  color: #236093;
  text-align: center;
  font-size: 1.5rem;
  padding-left: 8px;
  opacity: 1;
}

@media (max-width: 1023px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: -2px;
    top: -48px;
  }
}

.cta--with-text {
  margin: 25px 40px;
  border-left: 8px solid #dc291e;
}

.cta--with-text:first-child {
  margin-top: 0;
}

.cta--with-text:last-child {
  margin-bottom: 0;
}

.cta--with-text .col, .cta--with-text [class*=col-], .cta--with-text form .field-group .label, form .field-group .cta--with-text .label, .cta--with-text form .field-group .field, form .field-group .cta--with-text .field {
  padding: 0 0 0 25px;
}

.cta--with-text .button, .cta--with-text [class*=button--] {
  display: block;
}

@media (max-width: 767px) {
  .cta--with-text {
    margin-left: 0;
    margin-right: 0;
  }
  .cta--with-text .col, .cta--with-text [class*=col-], .cta--with-text form .field-group .label, form .field-group .cta--with-text .label, .cta--with-text form .field-group .field, form .field-group .cta--with-text .field {
    margin: 15px 0;
  }
  .cta--with-text .col:first-child, .cta--with-text [class*=col-]:first-child, .cta--with-text form .field-group .label:first-child, form .field-group .cta--with-text .label:first-child, .cta--with-text form .field-group .field:first-child, form .field-group .cta--with-text .field:first-child {
    margin-top: 0;
  }
  .cta--with-text .col:last-child, .cta--with-text [class*=col-]:last-child, .cta--with-text form .field-group .label:last-child, form .field-group .cta--with-text .label:last-child, .cta--with-text form .field-group .field:last-child, form .field-group .cta--with-text .field:last-child {
    margin-bottom: 0;
  }
  .cta--with-text .button, .cta--with-text [class*=button--] {
    display: inline-block;
  }
}

.accordion {
  display: block;
}

.accordion .clearfix, .accordion .wrap, .accordion .wrap--narrow {
  position: relative;
  z-index: 1;
}

.center {
  text-align: center;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--smaller-padding {
  padding: 40px 0;
}

.col-offset-half {
  margin-left: 4.16667%;
}

@media (max-width: 767px) {
  .col-offset-half {
    margin-left: 0;
  }
}

.border--top-and-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 40px 25px;
}

@media (max-width: 1023px) {
  .border--top-and-bottom {
    padding: 25px 0;
  }
}

.border--bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.border--top {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.border--right {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.border--left {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.border--between {
  padding-bottom: 100px;
}

.border--between > * {
  min-height: 10rem;
  text-align: center;
  padding-top: 1rem;
}

.border--between > * h3, .border--between > * .h3 {
  color: #236093;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

@media (max-width: 1023px) {
  .border--between > *.col-6 img + h3, .border--between > *.col-6 img + .h3 {
    font-size: 18px !important;
  }
}

.border--between > *:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.button, [class*=button--] {
  font-size: 0.85714rem;
  height: auto;
  line-height: 1em;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  /*text-transform: capitalize;*/
  text-transform: initial;
  border-radius: 0;
  display: inline-block;
  padding: 20px 80px 20px 30px;
}

.button:hover, [class*=button--]:hover {
  text-decoration: none;
}

.button--transparent {
  background-color: transparent;
  cursor: pointer;
  border-color: #ffffff;
  position: relative;
}

.button--transparent:after {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  content: url("media/icons/right-arrow--white.svg");
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .button--transparent:after {
    float: right;
  }
}

.button--transparent:hover a {
  color: #323e48;
  text-decoration: none;
}

.button--transparent:hover:after {
  content: url("media/icons/right-arrow--blue.svg");
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.button--transparent a {
  color: #ffffff;
}

.button--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #404F5A;
  position: relative;
}

.button--white:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.button--white:after {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  content: url("media/icons/right-arrow--blue.svg");
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button--white:hover:after {
  content: url("media/icons/right-arrow--white.svg");
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.button--red {
  background: #dc291e;
  border-color: transparent;
  color: #ffffff;
  height: inherit;
  padding: 20px 30px;
}

.button--red:active, .button--red:hover {
  background: #c6251b;
  border-color: transparent;
  color: #ffffff;
}

button.tab-selector {
  background-color: transparent;
  width: 200px;
  text-align: left;
  padding: 1rem;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  color: #323e48;
  border: 1px solid #979797;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
}

button.tab-selector:not(.active) {
  color: #236093;
}

button.tab-selector:not(.active)#category-button {
  margin-left: 2px;
}

button.tab-selector.active {
  border: 3px solid #236093;
}

@media (max-width: 767px) {
  button.tab-selector {
    width: calc(47% - 0.5rem);
  }
}

@media (max-width: 479px) {
  button.tab-selector {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1025px) {
  .show-medium {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hide-medium {
    display: none;
  }
}

@media (min-width: 769px) {
  .show-small {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

.italic {
  font-style: italic;
}

.text--small p {
  font-size: 0.85714rem;
  line-height: 30px;
}

.text--small h4, .text--small .h4 {
  font-size: 0.66667rem;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  color: #323e48;
}

.text--smaller p {
  font-size: 0.7619rem;
  line-height: 1.3333rem;
}

.text--smaller ul {
  font-size: 0.7619rem;
  line-height: 1.3333rem;
}

p.text--smaller {
  font-size: 0.7619rem;
  line-height: 1.3333rem;
}

.text--smallest p {
  font-size: 0.57143rem;
}
.C43-About .text--smallest p {
  font-size: 15px !important;
}
@media (max-width: 1023px) {
  p.text--smaller, p.text--smaller a, .text--smaller p {
    font-size: 16px !important;
  }
  .text--smallest p {
    font-size: 12px !important;
  }
}

p.subhead {
  font-size: 1rem;
  line-height: 35px;
}

p.subhead.border--bottom {
  padding-bottom: 100px;
}

.bold {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  color: #323e48;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.alternate--elements > [class*="wrap"] > .row:nth-child(2n), form .alternate--elements > [class*="wrap"] > .field-group:nth-child(2n) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.alternate--elements--2 > [class*="wrap"] > .row:nth-child(2n+1), form .alternate--elements--2 > [class*="wrap"] > .field-group:nth-child(2n+1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.round--images img {
  border-radius: 50%;
  background-color: #D8D8D8;
}

.white {
  color: #ffffff;
}

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

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

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

.border-left--red {
  border-left: 8px solid #dc291e;
}

.border-right--red {
  border-right: 8px solid #dc291e;
}

.wrap + [class*="wrap"], .wrap--narrow + [class*="wrap"] {
  margin-top: 40px;
}

blockquote {
  max-width: 375px;
  padding-left: 2rem;
  position: relative;
}

blockquote p.quote {
  font-style: italic;
  color: #323e48 !important;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.6rem;
}

blockquote p.quote:before {
  content: '“';
  color: #236093;
  position: absolute;
  left: 0.25rem;
  line-height: 2.2rem;
  font-size: 48px;
  font-style: normal;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

blockquote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}

blockquote .quote--text h3, blockquote .quote--text .h3 {
  font-size: 0.85714rem;
  margin-bottom: 0 !important;
}

blockquote .quote--text p {
  font-size: 0.7619rem;
  color: #323e48 !important;
  margin-top: 0 !important;
}

blockquote .row, blockquote form .field-group, form blockquote .field-group {
  margin-left: 0;
}

hr {
  opacity: 0.5;
}

.home .page--container {
  padding-top: 0;
}

.home .page--header {
  -webkit-transition: background 0.4s, border 0.4s, -webkit-transform 0.4s;
          transition: background 0.4s, border 0.4s, transform 0.4s;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header {
  background: none;
  border-color: transparent;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-sub-menu {
  border-top: 0 !important;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li > a {
  margin-bottom: -30px !important;
  padding: 20px 10px 30px !important;
  position: relative;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
  -webkit-transition: none;
          transition: none;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li > a:before {
  background: #dc291e;
  height: 2px;
  bottom: 18px;
  content: "";
  display: block;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li:hover > a {
  -webkit-transition: background 0.6s, color 0.6s, padding 0.6s;
          transition: background 0.6s, color 0.6s, padding 0.6s;
  background: #ffffff;
  color: #323e48 !important;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li:hover > a:before {
  -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s;
  opacity: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li:hover > a:only-child {
  color: #ffffff !important;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li:hover > a:only-child:before {
  background: #ffffff;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li > a:only-child {
  background: transparent;
}

.home.pac-nav--loaded:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .pac-nav--is-intermediary .pac-nav--toggle {
  content: url("media/icons/dots-horizontal--white.svg");
}

@media (max-height: 999px) {
  .home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-sub-menu {
    min-height: calc(100vh - 328px);
  }
}

.section--centered-content .wrap, .section--centered-content .wrap--narrow {
  max-width: 940px;
  text-align: center;
}

.customer-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(100% + 1px);
  z-index: 20;
}

.customer-tiles--multirow {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 639px) {
  .customer-tiles {
    display: block;
  }
  .customer-tiles .customer-tile {
    display: none;
  }
  .customer-tiles .customer-tile:first-child {
    display: block;
  }
  .customer-tiles .customers-pager {
    display: inline-block;
  }
}

.customer-tile {
  font-size: 0;
  position: relative;
  background: #323e48;
  border-right: 1px solid #ffffff;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 100%;
}

.customer-tile:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 125%;
  vertical-align: middle;
  width: 1px;
}

.customer-tile > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.customer-tile.ghost-align > :only-child {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: static;
}

.customer-tile > div:only-child {
  padding: 0 25px;
  -webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
}

.customer-tile:hover > div:only-child {
  background-size: auto 110%;
}

.customer-tile .customer-logo {
  font-size: 0;
  position: relative;
  background: #ffffff;
  display: inline-block;
  max-height: 250px;
  max-width: 250px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}

.customer-tile .customer-logo:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 1px;
}

.customer-tile .customer-logo > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.customer-tile .customer-logo.ghost-align > :only-child {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: static;
}

.customer-tile .customer-logo > img:only-child {
  height: auto;
  left: 50%;
  max-height: calc(100% - 80px);
  max-width: calc(100% - 80px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

@media (max-width: 479px) {
  .customer-tile > div:only-child {
    padding: 0 15px;
  }
  .customer-tile .customer-logo > img:only-child {
    max-height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.customers-pager {
  display: none;
  font-size: 0;
  height: 12px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.customers-pager span {
  -webkit-transition: border 0.4s, background 0.4s;
          transition: border 0.4s, background 0.4s;
  border: 1px solid #cccfd1;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}

.customers-pager span + span {
  margin-left: 20px;
}

.customers-pager span.cycle-pager-active {
  background: #cccfd1;
  border-color: transparent;
}

.home .section--news-events .row, .home .section--news-events form .field-group, form .home .section--news-events .field-group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 66px;
  position: relative;
}

.home .section--news-events .col, .home .section--news-events [class*=col-], .home .section--news-events form .field-group .label, form .field-group .home .section--news-events .label, .home .section--news-events form .field-group .field, form .field-group .home .section--news-events .field {
  padding-bottom: 0;
}

.home .section--news-events .col:nth-child(2), .home .section--news-events [class*=col-]:nth-child(2), .home .section--news-events form .field-group .label:nth-child(2), form .field-group .home .section--news-events .label:nth-child(2), .home .section--news-events form .field-group .field:nth-child(2), form .field-group .home .section--news-events .field:nth-child(2) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.home .section--news-events footer {
  bottom: -50px;
  left: 15.75px;
  line-height: 1em;
  position: absolute;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

@media (max-width: 767px) {
  .home .section--news-events .row, .home .section--news-events form .field-group, form .home .section--news-events .field-group {
    margin: 0;
  }
  .home .section--news-events .col, .home .section--news-events [class*=col-], .home .section--news-events form .field-group .label, form .field-group .home .section--news-events .label, .home .section--news-events form .field-group .field, form .field-group .home .section--news-events .field {
    padding: 0;
  }
  .home .section--news-events .col + .col, .home .section--news-events [class*=col-] + .col, .home .section--news-events form .field-group .label + .col, form .field-group .home .section--news-events .label + .col, .home .section--news-events form .field-group .field + .col, form .field-group .home .section--news-events .field + .col, .home .section--news-events .col + [class*=col-], .home .section--news-events [class*=col-] + [class*=col-], .home .section--news-events form .field-group .label + [class*=col-], form .field-group .home .section--news-events .label + [class*=col-], .home .section--news-events form .field-group .field + [class*=col-], form .field-group .home .section--news-events .field + [class*=col-], .home .section--news-events form .field-group .col + .label, form .field-group .home .section--news-events .col + .label, .home .section--news-events form .field-group [class*=col-] + .label, form .field-group .home .section--news-events [class*=col-] + .label, .home .section--news-events form .field-group .label + .label, form .field-group .home .section--news-events .label + .label, .home .section--news-events form .field-group .field + .label, form .field-group .home .section--news-events .field + .label, .home .section--news-events form .field-group .col + .field, form .field-group .home .section--news-events .col + .field, .home .section--news-events form .field-group [class*=col-] + .field, form .field-group .home .section--news-events [class*=col-] + .field, .home .section--news-events form .field-group .label + .field, form .field-group .home .section--news-events .label + .field, .home .section--news-events form .field-group .field + .field, form .field-group .home .section--news-events .field + .field {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-top: 40px;
  }
  .home .section--news-events .col:nth-child(2), .home .section--news-events [class*=col-]:nth-child(2), .home .section--news-events form .field-group .label:nth-child(2), form .field-group .home .section--news-events .label:nth-child(2), .home .section--news-events form .field-group .field:nth-child(2), form .field-group .home .section--news-events .field:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  .home .section--news-events footer {
    margin-top: 20px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.material-block--white {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 7px;
  color: #5a646c;
}

.material-block--white .col, .material-block--white [class*=col-], .material-block--white form .field-group .label, form .field-group .material-block--white .label, .material-block--white form .field-group .field, form .field-group .material-block--white .field {
  padding: 71.5px 31.5px;
}

.material-block--white h1, .material-block--white .h1, .material-block--white h2, .material-block--white .h2, .material-block--white h3, .material-block--white .h3, .material-block--white h4, .material-block--white .h4, .material-block--white h5, .material-block--white .h5, .material-block--white h6, .material-block--white .h6 {
  color: #5a646c;
  margin: 0;
}

@media (max-width: 767px) {
  .material-block--white {
    margin: 40px 0;
  }
  .material-block--white:first-child {
    margin-top: 0;
  }
  .material-block--white:last-child {
    margin-bottom: 0;
  }
  .material-block--white .col, .material-block--white [class*=col-], .material-block--white form .field-group .label, form .field-group .material-block--white .label, .material-block--white form .field-group .field, form .field-group .material-block--white .field {
    padding: 56.5px 31.5px;
  }
}

.section--has-product-image {
  margin-bottom: 80px;
  position: relative;
}

.section--has-product-image .wrap, .section--has-product-image .wrap--narrow {
  padding-bottom: 120px;
}

.section--product-image {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-1%, 50%);
          transform: translate(-1%, 50%);
  width: 500px;
}

.section--product-image img {
  display: block;
  height: auto;
  max-height: 200px;
  width: 100%;
}

@media (max-width: 1023px) {
  .section--product-image {
    -webkit-transform: translate(8%, 50%);
            transform: translate(8%, 50%);
    width: 300px;
  }
  .section--product-image img {
    max-height: 160px;
  }
}

@media (max-width: 767px) {
  .section--product-image {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    width: 100%;
  }
  .section--product-image img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }
  .valprop--home-head {
    letter-spacing: 0px !important;
  }
}

.valprop--home {
  background: #000000;
  height: calc(100vh - 180px);
  max-height: 795px;
  min-height: 568px;
  overflow: hidden;
  padding: 150px 0 180px;
  position: relative;
  z-index: 30;
}

.valprop--home:before {
  border-top: 3.57143rem solid #000000;
  content: "";
  display: block;
  height: 7.14286rem;
  left: 0;
  opacity: 0.85;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=#000000, endColorStr=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=#000000, endColorStr=0 );
  background: -webkit-linear-gradient(top, black, transparent);
  background: linear-gradient(to bottom, black, transparent);
}

.pac-nav--is-mobile .valprop--home,
.pac-nav--is-mobile .valprop--home-slide > div,
.pac-nav--is-mobile .valprop--home-title {
  padding-top: 105px;
}

.valprop--home-last-slide,
.valprop--home-slides-container,
.valprop--home-slide {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.valprop--home-last-slide {
  z-index: 5;
}

.valprop--home-slides-container {
  z-index: 10;
}

.valprop--home-pager {
  bottom: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 105;
}

.valprop--home-pager span {
  -webkit-transition: border 0.4s, background 0.4s;
          transition: border 0.4s, background 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  cursor: pointer;
  display: block;
  float: left;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}

.valprop--home-pager span + span {
  margin-left: 20px;
}

.valprop--home-pager span.cycle-pager-active {
  background: rgba(255, 255, 255, 0.75);
  border-color: transparent;
}

.valprop--home-slide > div {
  padding-top: 150px;
  position: relative;
}

.valprop--home-last-slide,
.valprop--home-slide > div {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
}

.valprop--home-title {
  left: 50%;
  padding-top: 150px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100vw - 31.5px);
}

.valprop--home-title .button, .valprop--home-title [class*=button--] {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
}

.valprop--home-head,
.valprop--home-subhead {
  color: #ffffff;
  line-height: 1em;
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
  text-transform: uppercase;
}

.valprop--home-head {
  margin: 0 auto;
  font-family: "HelveticaNeueLT-Heavy", Helvetica, Arial, sans-serif;
  font-size: 70px;
  letter-spacing: -3px;
}

.valprop--home-head:first-child {
  margin-top: 0;
}

.valprop--home-head:last-child {
  margin-bottom: 0;
}

.valprop--home-subhead {
  margin: 20px auto;
  font-size: 30px;
  max-width: 740px;
}

.valprop--home-subhead:first-child {
  margin-top: 0;
}

.valprop--home-subhead:last-child {
  margin-bottom: 0;
}

.valprop--home-ctas {
  background: #212a30;
  position: relative;
  z-index: 20;
}

.valprop--home-ctas .row, .valprop--home-ctas form .field-group, form .valprop--home-ctas .field-group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  max-width: 1240px;
}

.valprop--home-ctas .row:after, .valprop--home-ctas form .field-group:after, form .valprop--home-ctas .field-group:after, .valprop--home-ctas .row:before, .valprop--home-ctas form .field-group:before, form .valprop--home-ctas .field-group:before {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 1px;
  z-index: 5;
}

.valprop--home-ctas .row:after, .valprop--home-ctas form .field-group:after, form .valprop--home-ctas .field-group:after {
  background: #236093;
  left: 50%;
  width: 50vw;
}

.valprop--home-ctas .row:before, .valprop--home-ctas form .field-group:before, form .valprop--home-ctas .field-group:before {
  background: #ffa400;
  right: 50%;
  width: 50vw;
}

.valprop--home-ctas .col, .valprop--home-ctas [class*=col-], .valprop--home-ctas form .field-group .label, form .field-group .valprop--home-ctas .label, .valprop--home-ctas form .field-group .field, form .field-group .valprop--home-ctas .field {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #212a30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 0;
  position: relative;
  z-index: 10;
}

.valprop--home-ctas .col > a, .valprop--home-ctas [class*=col-] > a, .valprop--home-ctas form .field-group .label > a, form .field-group .valprop--home-ctas .label > a, .valprop--home-ctas form .field-group .field > a, form .field-group .valprop--home-ctas .field > a {
  padding: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
}

.valprop--home-ctas .col > a:active, .valprop--home-ctas [class*=col-] > a:active, .valprop--home-ctas form .field-group .label > a:active, form .field-group .valprop--home-ctas .label > a:active, .valprop--home-ctas form .field-group .field > a:active, form .field-group .valprop--home-ctas .field > a:active, .valprop--home-ctas .col > a:hover, .valprop--home-ctas [class*=col-] > a:hover, .valprop--home-ctas form .field-group .label > a:hover, form .field-group .valprop--home-ctas .label > a:hover, .valprop--home-ctas form .field-group .field > a:hover, form .field-group .valprop--home-ctas .field > a:hover {
  text-decoration: none;
}

.valprop--home-ctas .col > a:active .cta-link:before, .valprop--home-ctas [class*=col-] > a:active .cta-link:before, .valprop--home-ctas form .field-group .label > a:active .cta-link:before, form .field-group .valprop--home-ctas .label > a:active .cta-link:before, .valprop--home-ctas form .field-group .field > a:active .cta-link:before, form .field-group .valprop--home-ctas .field > a:active .cta-link:before, .valprop--home-ctas .col > a:hover .cta-link:before, .valprop--home-ctas [class*=col-] > a:hover .cta-link:before, .valprop--home-ctas form .field-group .label > a:hover .cta-link:before, form .field-group .valprop--home-ctas .label > a:hover .cta-link:before, .valprop--home-ctas form .field-group .field > a:hover .cta-link:before, form .field-group .valprop--home-ctas .field > a:hover .cta-link:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.valprop--home-ctas .col + .col, .valprop--home-ctas [class*=col-] + .col, .valprop--home-ctas form .field-group .label + .col, form .field-group .valprop--home-ctas .label + .col, .valprop--home-ctas form .field-group .field + .col, form .field-group .valprop--home-ctas .field + .col, .valprop--home-ctas .col + [class*=col-], .valprop--home-ctas [class*=col-] + [class*=col-], .valprop--home-ctas form .field-group .label + [class*=col-], form .field-group .valprop--home-ctas .label + [class*=col-], .valprop--home-ctas form .field-group .field + [class*=col-], form .field-group .valprop--home-ctas .field + [class*=col-], .valprop--home-ctas form .field-group .col + .label, form .field-group .valprop--home-ctas .col + .label, .valprop--home-ctas form .field-group [class*=col-] + .label, form .field-group .valprop--home-ctas [class*=col-] + .label, .valprop--home-ctas form .field-group .label + .label, form .field-group .valprop--home-ctas .label + .label, .valprop--home-ctas form .field-group .field + .label, form .field-group .valprop--home-ctas .field + .label, .valprop--home-ctas form .field-group .col + .field, form .field-group .valprop--home-ctas .col + .field, .valprop--home-ctas form .field-group [class*=col-] + .field, form .field-group .valprop--home-ctas [class*=col-] + .field, .valprop--home-ctas form .field-group .label + .field, form .field-group .valprop--home-ctas .label + .field, .valprop--home-ctas form .field-group .field + .field, form .field-group .valprop--home-ctas .field + .field {
  border-left: 1px solid #000000;
}

.valprop--home-ctas .col:before, .valprop--home-ctas [class*=col-]:before, .valprop--home-ctas form .field-group .label:before, form .field-group .valprop--home-ctas .label:before, .valprop--home-ctas form .field-group .field:before, form .field-group .valprop--home-ctas .field:before {
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.valprop--home-ctas .col.cta-orange-border:before, .valprop--home-ctas .cta-orange-border[class*=col-]:before, .valprop--home-ctas form .field-group .cta-orange-border.label:before, form .field-group .valprop--home-ctas .cta-orange-border.label:before, .valprop--home-ctas form .field-group .cta-orange-border.field:before, form .field-group .valprop--home-ctas .cta-orange-border.field:before {
  background: #ffa400;
}

.valprop--home-ctas .col.cta-red-border:before, .valprop--home-ctas .cta-red-border[class*=col-]:before, .valprop--home-ctas form .field-group .cta-red-border.label:before, form .field-group .valprop--home-ctas .cta-red-border.label:before, .valprop--home-ctas form .field-group .cta-red-border.field:before, form .field-group .valprop--home-ctas .cta-red-border.field:before {
  background: #dc291e;
}

.valprop--home-ctas .col.cta-blue-border:before, .valprop--home-ctas .cta-blue-border[class*=col-]:before, .valprop--home-ctas form .field-group .cta-blue-border.label:before, form .field-group .valprop--home-ctas .cta-blue-border.label:before, .valprop--home-ctas form .field-group .cta-blue-border.field:before, form .field-group .valprop--home-ctas .cta-blue-border.field:before {
  background: #236093;
}

.valprop--home-ctas .cta-thumb {
  font-size: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  height: 121px;
  margin-right: 25px;
  width: 121px;
}

.valprop--home-ctas .cta-thumb:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 1px;
}

.valprop--home-ctas .cta-thumb > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.valprop--home-ctas .cta-thumb.ghost-align > :only-child {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: static;
}

.valprop--home-ctas .cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  min-width: calc(100% - 146px);
  padding: 5px 0;
}

.valprop--home-ctas .cta-title {
  color: #ffffff;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 22px;
  margin: 0;
  width: 100%;
}

.valprop--home-ctas .cta-link {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #ffa400;
  font-size: 14px;
  margin-top: 0.5em;
  position: relative;
}

.valprop--home-ctas .cta-link:after {
  content: "\00BB";
  display: inline-block;
  text-align: right;
  width: 1em;
}

.valprop--home-ctas .cta-link:before {
  right: 1em;
}

@media (max-width: 1279px) {
  .valprop--home-ctas .cta-title {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  .valprop--home {
    height: calc(100vh - 196px);
  }
  .valprop--home-head {
    font-size: 50px;
  }
  .valprop--home-subhead {
    font-size: 20px;
  }
  .valprop--home-ctas {
    border-bottom: 48px solid #e5e5e5;
    position: relative;
  }
  .valprop--home-ctas .row, .valprop--home-ctas form .field-group, form .valprop--home-ctas .field-group {
    display: block;
    height: inherit;
    margin-bottom: -48px;
    padding-bottom: 48px;
  }
  .valprop--home-ctas .row:after, .valprop--home-ctas form .field-group:after, form .valprop--home-ctas .field-group:after, .valprop--home-ctas .row:before, .valprop--home-ctas form .field-group:before, form .valprop--home-ctas .field-group:before {
    display: none;
  }
  .valprop--home-ctas .col, .valprop--home-ctas [class*=col-], .valprop--home-ctas form .field-group .label, form .field-group .valprop--home-ctas .label, .valprop--home-ctas form .field-group .field, form .field-group .valprop--home-ctas .field {
    border-left: 0 !important;
    display: none;
  }
  .valprop--home-ctas .col:first-child, .valprop--home-ctas [class*=col-]:first-child, .valprop--home-ctas form .field-group .label:first-child, form .field-group .valprop--home-ctas .label:first-child, .valprop--home-ctas form .field-group .field:first-child, form .field-group .valprop--home-ctas .field:first-child {
    display: block;
  }
  .valprop--home-ctas .col > a, .valprop--home-ctas [class*=col-] > a, .valprop--home-ctas form .field-group .label > a, form .field-group .valprop--home-ctas .label > a, .valprop--home-ctas form .field-group .field > a, form .field-group .valprop--home-ctas .field > a {
    min-height: 140px;
  }
  .valprop--home-ctas .cta-thumb {
    height: 90px;
    width: 90px;
  }
  .valprop--home-ctas .cta--pager {
    bottom: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .valprop--home-ctas .cta--pager span {
    border: 1px solid #5a646c;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 8px;
  }
  .valprop--home-ctas .cta--pager span + span {
    margin-left: 20px;
  }
  .valprop--home-ctas .cta--pager span.cycle-pager-active {
    background: #5a646c;
  }
}

@media (max-height: 850px) {
  .valprop--home-head {
    font-size: 50px;
  }
  .valprop--home-subhead {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .valprop--home {
    max-height: 750px;
    min-height: 410px;
    height: calc(100vh - 230px);
  }
  .valprop--home:before{
    border-top: 0px;
  }
  .valprop--home-title{
    top: 40%;
  }
   main .wrap--narrow:first-child, header .wrap:first-child, footer .wrap:first-child, .C05-Container .wrap:first-child, .C05-Container .wrap--default:first-child{
    padding: 0 20px;
   }
   .C06-Video-box .wrap, .C03-Technical-Documents-List .wrap{
    margin-right: 20px;
    margin-left: 20px;
   }
    .C05-Container .C05-Container .wrap--default, .C05-Container .C05-Container .wrap, .C04-Asset-row .wrap
    {
    padding: 0px !important;
    }
    .C26-Large-Detail-Grid .grid-text
    {
        text-align: left;
    }
    .C26-Large-Detail-Grid [class*=col-], .C07-Image-Callout-Box [class*=col-]
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section--has-product-image .wrap, .section--has-product-image .wrap--narrow
    {
        padding-bottom: 120px !important;
    }
    .C07-Image-Callout-Box .wrap--narrow
    {
        padding: 0px !important;
    }
    li{
    font-size: 0.85714rem;
    }
    .home .section--news-events .row
    {
        padding-bottom: 0px;
    }
  .valprop--home-title br {
    display: none;
  }
  .valprop--home-head {
    font-size: 36px;
  }
  .valprop--home-subhead {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .valprop--home-head {
    font-size: 28px;
  }
  .valprop--home-subhead {
    font-size: 18px;
  }
  .valprop--home-title .button, .valprop--home-title [class*=button--] {
    display: inline-block;
  }
}

section {
  padding: 100px 0;
}

section h2, section .h2 {
  color: #323e48;
  line-height: 1em;
}

.cta h2, .cta .h2 {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cta h2, .cta .h2 {
    margin-bottom: 40px;
  }
}

.cta h2 + p, .cta .h2 + p {
  color: #ffffff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cta .buttons {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

@media (max-width: 767px) {
  .cta .buttons {
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: left;
  }
  .cta .buttons:not(:last-child) {
    margin-bottom: 1rem;
  }
  .cta .buttons .button--transparent,
  .cta .buttons .button--white {
    display: table;
    width: 100%;
  }
}

.icon-text, .icon-wrapper {
  display: inline-block;
  vertical-align: top;
}

.icon-wrapper {
  width: 84px;
}

.icon-wrapper.icon--shadow img {
  box-shadow: 4px 4px rgba(50, 62, 72, 0.25);
}

.icon-text {
  width: calc(100% - 109.2px);
  padding-left: 1em;
}

.icon-text p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
  margin-top: -0.2em;
}

.icon-text a {
  font-size: 18px;
}

.icon--outer {
  border: 1px solid rgba(50, 62, 72, 0.25);
  padding-left: 100px;
  padding-right: 100px;
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}

.icon--outer .col-4 {
  position: relative;
  height: 226px;
  padding-bottom: 0;
}

.icon--outer .col-4 .icon-wrapper {
  max-width: 55px;
}

.icon--outer .col-4 .icon-text {
  width: calc(100% - 76px);
}

.icon--outer .col-4 .icon-text p {
  padding-top: 0.3em;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .icon--outer .col-4 .icon-text a {
    font-size: 24px;
  }
}

.icon--outer .col-4 .icon-text, .icon--outer .col-4 .icon-wrapper {
  vertical-align: middle;
}

.icon--outer .col-4 .icon--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .icon--outer {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .icon--outer {
    padding-left: 1em;
    padding-right: 1em;
  }
  .icon--outer .col-4 {
    height: 275px;
  }
  .icon-text
  {
  	width: calc(100% - 70px);
  }
}

.page--container {
  overflow: hidden;
  padding-top: 7.14286rem;
}

@media (max-width: 660px) {
  .page--container {
    padding-top: 72px;
  }
}

@media (max-width: 1023px) {
  section {
    padding: 40px 0;
  }
  .wrap, .wrap--narrow,
  .wrap--narrow {
    padding: 0 40px;
  }
}

.load-more {
  padding: 25px;
  -webkit-transition: border 0.4s, color 0.4s;
          transition: border 0.4s, color 0.4s;
  border: 1px solid #cccfd1;
  display: block;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}

.load-more:active, .load-more:hover {
  border-color: #236093;
  text-decoration: none;
}

.modal--support-window {
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
  position: fixed;
  right: -400px;
  top: calc(50% - 200px);
  z-index: 100;
}

.modal--support-window.active {
  -webkit-transform: translate(-400px, 0);
          transform: translate(-400px, 0);
}

.modal--support-window .close-button,
.modal--support-window .minimize-button {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

.modal--support-window .close-button svg,
.modal--support-window .minimize-button svg {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal--support-window .close-button path,
.modal--support-window .minimize-button path {
  -webkit-transition: fill 0.4s;
          transition: fill 0.4s;
  fill: #236093;
}

.modal--support-window .close-button:active path, .modal--support-window .close-button:hover path,
.modal--support-window .minimize-button:active path,
.modal--support-window .minimize-button:hover path {
  fill: #4894d4;
}

.modal--support-window .close-button {
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
  opacity: 0;
  z-index: 10;
}

.modal--support-window .minimize-button {
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
  z-index: 15;
}

.modal--support-window .title-bar {
  background: #f5f5f6;
  border: solid #cccfd1;
  border-width: 1px 0 0 1px;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 51px;
  line-height: 50px;
  padding: 0 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}

.modal--support-window .modal-body {
  background: #ffffff;
  border: solid #cccfd1;
  border-width: 0 0 1px 1px;
  height: 278px;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 51px;
  width: 400px;
}

.modal--support-window .modal-body .button, .modal--support-window .modal-body [class*=button--] {
  color: #236093;
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 30px;
  padding: 14px 0;
  text-align: center;
}

.modal--support-window .modal-body .button + .button, .modal--support-window .modal-body [class*=button--] + .button, .modal--support-window .modal-body .button + [class*=button--], .modal--support-window .modal-body [class*=button--] + [class*=button--] {
  margin-top: 10px;
}

.modal--support-window .modal-body .button--primary {
  color: #ffffff;
}

.modal--support-window .modal-footer {
  background: #ffffff;
  border: solid #cccfd1;
  border-width: 0 0 1px 1px;
  height: 71px;
  padding: 15px 0;
  position: absolute;
  right: 0;
  top: 329px;
  width: 400px;
}

.modal--support-window .modal-footer a {
  color: #236093;
  display: block;
  float: left;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 50%;
}

.modal--support-window .modal-footer svg {
  display: inline-block;
  margin-right: 10px;
  max-height: 22px;
  max-width: 22px;
  position: relative;
  top: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  vertical-align: top;
}

.modal--support-window .chat-button,
.modal--support-window .demo-button,
.modal--support-window .contact-button {
  -webkit-transition: background 0.4s, color 0.4s;
          transition: background 0.4s, color 0.4s;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 80px;
  padding: 20px 0;
  position: absolute;
  right: 400px;
  width: 80px;
}
.chat-button
{
animation: fadein 1s;
}
@keyframes fadein{
   from{opacity: 0;}
   to{opacity: 1;}
}
.sidebar-info
{
animation: fadein 1s;
}
@keyframes fadein{
   from{opacity: 0;}
   to{opacity: 1;}
}
.chat-button.offline
{
cursor: default;
}
.chat-button.offline svg
{
opacity: .2;
}
.chat-button.offline span
{
opacity: .5;
}
.chat-button.offline span:after
{
content: " Is Offline";
}
.modal--support-window .chat-button svg,
.modal--support-window .demo-button svg,
.modal--support-window .contact-button svg {
  display: block;
  height: 22px;
  margin: 0 auto;
  max-height: 22px;
  max-width: 24px;
}

.modal--support-window .chat-button path,
.modal--support-window .demo-button path,
.modal--support-window .contact-button path {
  -webkit-transition: fill 0.4s;
          transition: fill 0.4s;
  fill: #ffffff;
}

.modal--support-window .chat-button span,
.modal--support-window .demo-button span,
.modal--support-window .contact-button span {
  display: block;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
  margin: 7px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.modal--support-window .chat-button:active, .modal--support-window .chat-button:hover,
.modal--support-window .demo-button:active,
.modal--support-window .demo-button:hover,
.modal--support-window .contact-button:active,
.modal--support-window .contact-button:hover {
  text-decoration: none;
}

.modal--support-window .chat-button.active,
.modal--support-window .demo-button.active,
.modal--support-window .contact-button.active {
  color: #323e48;
}

.modal--support-window .chat-button.active path,
.modal--support-window .demo-button.active path,
.modal--support-window .contact-button.active path {
  fill: #236093;
}

.modal--support-window .chat-button {
  background: #dc291e;
  top: 25px;
}

.modal--support-window .chat-button:active, .modal--support-window .chat-button:hover {
  background: #e33b31;
}

.modal--support-window .chat-button.active {
  background: #f5f5f6;
}

.modal--support-window .demo-button {
  background: #a81f18;
  top: 105px;
}

.modal--support-window .demo-button:active, .modal--support-window .demo-button:hover {
  background: #be231b;
}

.modal--support-window .demo-button.active {
  background: #f5f5f6;
}

.modal--support-window .contact-button {
  background: #751510;
  top: 185px;
}

.modal--support-window .contact-button:active, .modal--support-window .contact-button:hover {
  background: #8b1913;
}

.modal--support-window .contact-button.active {
  background: #f5f5f6;
}

.modal--support-window--loaded #livechat-compact-container {
    right:100px !important;
}

#livechat-compact-view{
    display:none;
}

.modal--support-window--loaded #livechat-full {
    right:100px !important;
}

@media (max-width: 640px) {
  .modal--support-window,
  #livechat-full,
  #livechat-compact-container {
    display: none !important;
  }
}

.section--grid hr {
  margin-top: 50px;
}

.section--grid hr + .row, .section--grid form hr + .field-group, form .section--grid hr + .field-group {
  margin-top: 30px;
}

.graph--container .border--left {
  margin-left: 1.5rem;
}

@media (max-width: 1023px) {
  .graph--container .border--left {
    margin-left: 0;
    border-left: none;
  }
}

.graph--container .graphs {
  text-align: right;
}

.graph--container .graphs .footnote {
  font-size: 0.57143rem;
}

@media (max-width: 1023px) {
  .graph--container .graphs {
    text-align: center;
  }
  .graph--container .graphs .footnote {
    text-align: right;
  }
}

.section--milestones {
  position: relative;
  padding-bottom: 200px;
}

.section--milestones:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 6px solid rgba(50, 62, 72, 0.1);
  margin-bottom: 4rem;
}

/*
.section--milestones:after {
  content: url("../../../media/icon--milestones.png");
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 3px), -50%);
          transform: translate(calc(-50% + 3px), -50%);
}

.section--milestones > div:after {
  content: url("../../../media/icon--milestones-after.png");
  position: absolute;
  z-index: 2;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 3px), -50%);
          transform: translate(calc(-50% + 3px), -50%);
}
*/
.section--milestones > [class*="wrap"] > .row, form .section--milestones > [class*="wrap"] > .field-group {
  position: relative;
  /* small white pointer on white boxes */
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n) .year--container, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .year--container {
  text-align: right;
  padding-right: 2rem;
  padding-top: 1rem;
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .year--container, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .year--container {
  text-align: left;
  padding-left: 2rem;
  padding-top: 1rem;
}
/*
.section--milestones > [class*="wrap"] > .row:before, form .section--milestones > [class*="wrap"] > .field-group:before {
  content: url("../../../media/icon--oval.png");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 3px));
          transform: translateX(calc(-50% + 3px));
  top: 15px;
}
*/
.section--milestones > [class*="wrap"] > .row .white--box, form .section--milestones > [class*="wrap"] > .field-group .white--box {
  background-color: white;
  border: 1px solid #cccfd1;
  position: relative;
  text-align: left;
  min-height: 100px;
}

.section--milestones > [class*="wrap"] > .row .white--box > .white--box--inner, form .section--milestones > [class*="wrap"] > .field-group .white--box > .white--box--inner {
  padding: 35px 40px 50px 40px;
}

.section--milestones > [class*="wrap"] > .row .white--box .text--right, form .section--milestones > [class*="wrap"] > .field-group .white--box .text--right {
  text-align: right;
}

.section--milestones > [class*="wrap"] > .row .white--box h3, form .section--milestones > [class*="wrap"] > .field-group .white--box h3, .section--milestones > [class*="wrap"] > .row .white--box .h3, form .section--milestones > [class*="wrap"] > .field-group .white--box .h3 {
  margin-top: 0;
}

.section--milestones > [class*="wrap"] > .row .white--box .date--small, form .section--milestones > [class*="wrap"] > .field-group .white--box .date--small {
  display: none;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  color: #323e48;
  font-size: 0.7619rem;
}

.section--milestones > [class*="wrap"] > .row .white--box .date--small + .row, form .section--milestones > [class*="wrap"] > .field-group .white--box .date--small + .row, .section--milestones > [class*="wrap"] > .row .white--box form .date--small + .field-group, form .section--milestones > [class*="wrap"] > .row .white--box .date--small + .field-group, form .section--milestones > [class*="wrap"] > .field-group .white--box .date--small + .field-group {
  margin-top: 0;
}

.section--milestones > [class*="wrap"] > .row .cta--item, form .section--milestones > [class*="wrap"] > .field-group .cta--item {
  width: 100%;
}

.section--milestones > [class*="wrap"] > .row .cta--item > .row, form .section--milestones > [class*="wrap"] > .field-group .cta--item > .row, .section--milestones > [class*="wrap"] > .row form .cta--item > .field-group, form .section--milestones > [class*="wrap"] > .row .cta--item > .field-group, form .section--milestones > [class*="wrap"] > .field-group .cta--item > .field-group {
  margin-bottom: 0;
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .white--box, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .white--box {
  margin-right: 2rem;
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .white--box:before, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .white--box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #cccfd1;
  position: absolute;
  right: -12px;
  top: calc(1rem - 2px);
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .white--box:after, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .white--box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  right: -10px;
  top: 1rem;
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n) .white--box, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .white--box {
  margin-left: 2rem;
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n) .white--box:before, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .white--box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #cccfd1;
  position: absolute;
  left: -12px;
  top: calc(1rem - 2px);
}

.section--milestones > [class*="wrap"] > .row:nth-child(2n) .white--box:after, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .white--box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  position: absolute;
  left: -10px;
  top: 1rem;
}

.section--milestones .fortiap {
  /*background-image: url("../../../media/fortiap.png");*/
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 208px;
}

.section--milestones .slider {
  overflow: visible !important;
}

.section--milestones .slider .bg--full {
  padding: 35px 0 40px 40px;
  min-height: 250px;
  height: 100%;
}

.section--milestones .slider .bg--full h3, .section--milestones .slider .bg--full .h3 {
  margin-bottom: 0;
}

.section--milestones .slider .slide--ipo, .section--milestones .slider .slide--hq {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 250px;
  top: 0;
  left: 0;
  z-index: 101;
  position: absolute;
}

.section--milestones .slider .slide--ipo > h3, .section--milestones .slider .slide--ipo > .h3, .section--milestones .slider .slide--hq > h3, .section--milestones .slider .slide--hq > .h3 {
  padding-left: 40px;
  color: #ffffff;
  padding-top: 35px;
}

.section--milestones .slider .slide--ipo .date--small.white, .section--milestones .slider .slide--hq .date--small.white {
  color: #ffffff;
  padding-left: 40px;
  margin-top: 35px;
}

/*
.section--milestones .slider .slide--ipo {
  background-image: url("../../../media/backgrounds/bg--ipo.jpg");
}

.section--milestones .slider .slide--hq {
  background-image: url("../../../media/backgrounds/bg--new-hq.png");
}
*/
.section--milestones .cta--pager {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
  bottom: -50px;
}

.section--milestones .cta--pager span {
  display: inline-block;
  height: 11px;
  width: 11px;
  color: transparent;
  border: 2px solid #236093;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

.section--milestones .cta--pager span.cycle-pager-active {
  background-color: #236093;
  border-color: #ffffff;
  height: 12px;
  width: 12px;
  border-width: 2px;
}

.section--milestones .cta--pager span:hover {
  cursor: pointer;
}

.section--milestones .white--box > .slider {
  margin-top: 0;
}

.section--milestones .white--box > .slider .cta--pager {
  bottom: 0;
}

@media (max-width: 1279px) {
  .section--milestones:before, .section--milestones:after {
    left: 2rem;
  }
  .section--milestones > div:after {
    left: 2rem;
  }
  .section--milestones .year--container {
    display: none;
  }
  .section--milestones > [class*="wrap"] > .row:before, form .section--milestones > [class*="wrap"] > .field-group:before {
    left: 2rem;
  }
  .section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .slider--container, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .slider--container, .section--milestones > [class*="wrap"] > .row:nth-child(2n) .slider--container, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .slider--container {
    width: 100%;
  }
  .section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .slider--container .white--box, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .slider--container .white--box, .section--milestones > [class*="wrap"] > .row:nth-child(2n) .slider--container .white--box, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .slider--container .white--box {
    margin-left: 4rem;
    margin-right: 1rem;
  }
  .section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .slider--container .white--box .date--small, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .slider--container .white--box .date--small, .section--milestones > [class*="wrap"] > .row:nth-child(2n) .slider--container .white--box .date--small, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .slider--container .white--box .date--small {
    display: block;
  }
  .section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .slider--container .white--box:before, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .slider--container .white--box:before, .section--milestones > [class*="wrap"] > .row:nth-child(2n) .slider--container .white--box:before, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .slider--container .white--box:before {
    content: "";
    border-right: 12px solid #cccfd1;
    border-left: none;
    left: -12px;
    right: inherit;
  }
  .section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .slider--container .white--box:after, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .slider--container .white--box:after, .section--milestones > [class*="wrap"] > .row:nth-child(2n) .slider--container .white--box:after, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .slider--container .white--box:after {
    content: "";
    border-right: 10px solid white;
    border-left: none;
    left: -10px;
    right: inherit;
  }
}

@media (max-width: 1023px) {
  .section--milestones > [class*="wrap"] > .row:before, form .section--milestones > [class*="wrap"] > .field-group:before {
    left: calc(1rem - 3px);
  }
  .section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .slider--container, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .slider--container, .section--milestones > [class*="wrap"] > .row:nth-child(2n) .slider--container, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .slider--container {
    width: 100%;
  }
  .section--milestones > [class*="wrap"] > .row:nth-child(2n+1) .slider--container .white--box, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n+1) .slider--container .white--box, .section--milestones > [class*="wrap"] > .row:nth-child(2n) .slider--container .white--box, form .section--milestones > [class*="wrap"] > .field-group:nth-child(2n) .slider--container .white--box {
    margin-left: 3rem;
  }
}

.title--milestones {
  text-align: center;
}

@media (max-width: 1279px) {
  .title--milestones {
    text-align: left;
  }
}

.select-container {
  margin: 0 0 20px;
  background: #ffffff;
  position: relative;
  overflow-y: hidden;
}

.select-container:first-child {
  margin-top: 0;
}

.select-container:last-child {
  margin-bottom: 0;
}

.select-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(6% + 16px);
  height: 100%;
  border-right: 1px solid #cccfd1;
}

.select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  color: #323e48;
  outline: none;
  padding: 10px 40px 10px 15px;
  background-color: transparent;
  border: 1px solid #cccfd1;
  width: 100%;
  border-radius: 0;
  background-image: url("media/icons/icon--caret.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  margin-bottom: 0;
}
.C44-Customer-List .select-container select {
height: 50px;
}

@media (max-width: 1023px) {
  .select-container select {
    font-size: 0.85714rem;
  }
}

@media (max-width: 479px) {
  .select-container select {
    font-size: 0.7619rem;
  }
}

.select-container.large:after {
  right: calc(5% + 16px);
}

.select-container.large select {
  background-position: 97.5% 50%;
  padding: 25px 70px 25px 30px;
}

.contact--form h2 + p.subhead, .contact--form--small h2 + p.subhead, .contact--form .h2 + p.subhead, .contact--form--small .h2 + p.subhead {
  margin-bottom: 50px;
}

.contact--form .row, .contact--form--small .row, .contact--form form .field-group, form .contact--form .field-group, .contact--form--small form .field-group, form .contact--form--small .field-group {
  margin: 0 -10px -5px;
}

.contact--form .row + p, .contact--form--small .row + p, .contact--form form .field-group + p, form .contact--form .field-group + p, .contact--form--small form .field-group + p, form .contact--form--small .field-group + p {
  margin-bottom: 50px;
}

.contact--form .row > .section {
    width: 50%;
    padding: 0 10px 20px;
}

.contact--form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    color: #323e48;
    border-color: #cccfd1;
    background-position: calc(100% - 9px) 50% !important;
    background-repeat: no-repeat;
    background-image: url("media/icons/icon--caret.svg");
    background-position: calc(100% - 9px) 50%;
}

.contact--form .dropdown .form_rightcol {
    position: relative;
}

.contact--form .contact--form__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-right: 0;
    max-width: inherit;
    border: 2px solid #236093;
    transition: background-color 300ms, color 300ms !important;
    padding: 25px 30px;
    font-size: 18px;
}

.contact--form .contact--form__submit:hover {
    color: white;
    background-color: #236093;
}

.contact--form .dropdown .form_rightcol:after {
    content: "";
    position: absolute;
    top: 0;
    right: 36px;
    height: 100%;
    border-right: 1px solid #cccfd1;
}

.contact--form .form_leftcollabel, .contact--form .form_leftcolmark, .contact--form label {
    display: inline;
}

.contact--form .form_leftcolmark {
    color: #dc291e;
}

.contact--form label {
    font-size: 16px;
}

@media (max-width: 768px) {

    .contact--form .row > .section {
        width: 100%;
    }
}

.contact--form .col, .contact--form--small .col, .contact--form [class*=col-], .contact--form--small [class*=col-], .contact--form form .field-group .label, form .field-group .contact--form .label, .contact--form--small form .field-group .label, form .field-group .contact--form--small .label, .contact--form form .field-group .field, form .field-group .contact--form .field, .contact--form--small form .field-group .field, form .field-group .contact--form--small .field {
  padding: 0 10px 20px;
  position: relative;
}

.contact--form input, .contact--form--small input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  font-size: 18px;
  outline: none;
  padding: 25px 30px;
  background-color: transparent;
  border: 1px solid #cccfd1;
  width: 100%;
}

.contact--form input::-webkit-input-placeholder, .contact--form--small input::-webkit-input-placeholder {
  color: #5a646c;
}

.contact--form input::-moz-placeholder, .contact--form--small input::-moz-placeholder {
  color: #5a646c;
}

.contact--form input:-ms-input-placeholder, .contact--form--small input:-ms-input-placeholder {
  color: #5a646c;
}

.contact--form input::placeholder, .contact--form--small input::placeholder {
  color: #5a646c;
}

.contact--form input:focus, .contact--form--small input:focus {
  border-color: #ffa400;
}

.contact--form input[type="submit"], .contact--form--small input[type="submit"] {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  color: #236093;
  -webkit-transition: border 300ms;
          transition: border 300ms;
}

.contact--form input[type="submit"]:not(:last-child), .contact--form--small input[type="submit"]:not(:last-child) {
  border: 2px solid #236093;
}

.contact--form input[type="submit"]:hover, .contact--form--small input[type="submit"]:hover {
  border: 2px solid #236093;
}

.contact--form input.hover--blue, .contact--form--small input.hover--blue {
  -webkit-transition: background-color 300ms, color 300ms;
          transition: background-color 300ms, color 300ms;
  background-color: white;
}

.contact--form input.hover--blue:hover, .contact--form--small input.hover--blue:hover {
  color: white;
  background-color: #236093;
}

.contact--form input.error, .contact--form--small input.error {
  /*background: url(clientlib-base/media/icons/alert.png) no-repeat;*/
  background-position: 95% center;
  background-size: 19px;
  border-color: #dc291e;
}

.contact--form input.error::-webkit-input-placeholder, .contact--form--small input.error::-webkit-input-placeholder {
  color: #dc291e;
}

.contact--form input.error::-moz-placeholder, .contact--form--small input.error::-moz-placeholder {
  color: #dc291e;
}

.contact--form input.error:-ms-input-placeholder, .contact--form--small input.error:-ms-input-placeholder {
  color: #dc291e;
}

.contact--form input.error::placeholder, .contact--form--small input.error::placeholder {
  color: #dc291e;
}

.contact--form .row + p.text--smaller, .contact--form--small .row + p.text--smaller, .contact--form form .field-group + p.text--smaller, form .contact--form .field-group + p.text--smaller, .contact--form--small form .field-group + p.text--smaller, form .contact--form--small .field-group + p.text--smaller {
  margin-top: 0;
}

.contact--form p.text--smaller a, .contact--form--small p.text--smaller a {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.contact--form p + input[type="submit"], .contact--form--small p + input[type="submit"] {
  margin-top: 50px;
}

.contact--form .submit input[type=submit], .contact--form--small .submit input[type=submit] {
  float: left;
  margin-right: 20px;
  max-width: 326px;
  width: calc(50% - 10px);
}

.contact--form .submit input[type=submit]:nth-child(even), .contact--form--small .submit input[type=submit]:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .contact--form input::-webkit-input-placeholder, .contact--form--small input::-webkit-input-placeholder {
    font-size: 0.85714rem;
  }
  .contact--form input::-moz-placeholder, .contact--form--small input::-moz-placeholder {
    font-size: 0.85714rem;
  }
  .contact--form input:-ms-input-placeholder, .contact--form--small input:-ms-input-placeholder {
    font-size: 0.85714rem;
  }
  .contact--form input::placeholder, .contact--form--small input::placeholder {
    font-size: 0.85714rem;
  }
  .contact--form p.text--smaller, .contact--form--small p.text--smaller, .contact--form p.text--smaller a, .contact--form--small p.text--smaller a, .contact--form .text--smaller p, .contact--form--small .text--smaller p {
    font-size: 16px !important;
  }
}

@media (max-width: 479px) {
  .contact--form input::-webkit-input-placeholder, .contact--form--small input::-webkit-input-placeholder {
    font-size: 0.7619rem;
  }
  .contact--form input::-moz-placeholder, .contact--form--small input::-moz-placeholder {
    font-size: 0.7619rem;
  }
  .contact--form input:-ms-input-placeholder, .contact--form--small input:-ms-input-placeholder {
    font-size: 0.7619rem;
  }
  .contact--form input::placeholder, .contact--form--small input::placeholder {
    font-size: 0.7619rem;
  }
}

.contact--numbers a:not([class*=button--]) {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.contact--numbers p strong {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.contact--numbers .icon--text,
.contact--numbers .icon--wrapper {
  display: inline-block;
}

.contact--numbers .icon--wrapper {
  vertical-align: top;
}

.contact--numbers .icon--text {
  margin-left: 10px;
}

.contact--numbers .col-4:first-child {
  padding-top: 0;
  margin-top: -15px;
}

@media (max-width: 1023px) {
  .contact--numbers .icon--wrapper {
    display: none;
  }
}

.contact--form--small input:not([type=submit]) {
  font-size: 14px;
  padding: 10px 20px;
}

.contact--form--small input:not([type=submit]):required::-webkit-input-placeholder {
  color: #323e48;
}

.contact--form--small input:not([type=submit]):required::-moz-placeholder {
  color: #323e48;
}

.contact--form--small input:not([type=submit]):required:-ms-input-placeholder {
  color: #323e48;
}

.contact--form--small input:not([type=submit]):required::placeholder {
  color: #323e48;
}

.contact--form--small input:not([type=submit]):required::-webkit-input-placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small input:not([type=submit]):required::-moz-placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small input:not([type=submit]):required:-ms-input-placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small input:not([type=submit]):required::placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small .submit input[type=submit] {
  width: 100%;
  margin-right: 0;
  max-width: inherit;
  border: 2px solid #236093;
}

.contact--form--small select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  color: #323e48;
  border-color: #cccfd1;
}

.contact--form--small select:required::-webkit-input-placeholder {
  color: #323e48;
}

.contact--form--small select:required::-moz-placeholder {
  color: #323e48;
}

.contact--form--small select:required:-ms-input-placeholder {
  color: #323e48;
}

.contact--form--small select:required::placeholder {
  color: #323e48;
}

.contact--form--small select:required::-webkit-input-placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small select:required::-moz-placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small select:required:-ms-input-placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small select:required::placeholder:after {
  content: " *";
  color: #dc291e;
}

.contact--form--small .select-container {
  padding-bottom: 0;
}

.contact--form--small .select-container:last-child {
  margin-bottom: 40px;
}

.contact--form--small .select-container:after {
  height: 100%;
  right: 45px;
}

.contact--form--small .select-container select {
  background-position: calc(100% - 9px) 50%;
}

.contact--form--small .select-container.select-state:before {
  content: "*";
  position: absolute;
  left: 70px;
  font-size: 14px;
  top: 10px;
  color: #dc291e;
}

.contact--form--small .select-container.select-country:before {
  content: "*";
  position: absolute;
  left: 85px;
  font-size: 14px;
  top: 10px;
  color: #dc291e;
}

.contact--form--small img {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .contact--form--small input:not([type="submit"])::-webkit-input-placeholder, .contact--form--small input[type="submit"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact--form--small input:not([type="submit"])::-moz-placeholder, .contact--form--small input[type="submit"]::-moz-placeholder {
    font-size: 14px;
  }
  .contact--form--small input:not([type="submit"]):-ms-input-placeholder, .contact--form--small input[type="submit"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact--form--small input:not([type="submit"])::placeholder, .contact--form--small input[type="submit"]::placeholder {
    font-size: 14px;
  }
}

.border--left-right {
  border-left: 1px solid #cccfd1;
  border-right: 1px solid #cccfd1;
}

.icon-text {
  font-size: 18px;
}

.contact--top .cta--item.col-4 {
  position: relative;
}

.contact--top .cta--item.col-4 .icon-text h3, .contact--top .cta--item.col-4 .icon-text .h3 {
  font-size: 1.14286rem;
  line-height: 24px;
}

.contact--top .cta--item.col-4 .icon-text .text--regular {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.contact--top .cta--item.col-4.border--left-right {
  min-height: 460px;
}

.contact--top .cta--item.col-4 .extra-margin {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .contact--top .cta--item.col-4.border--left-right {
    border-left: none;
    border-right: none;
    min-height: inherit;
  }
}

.page--footer {
  padding: 100px 0 50px;
}

.page--footer .wrap > .row, .page--footer .wrap--narrow > .row, .page--footer form .wrap > .field-group, form .page--footer .wrap > .field-group, .page--footer form .wrap--narrow > .field-group, form .page--footer .wrap--narrow > .field-group {
  margin-bottom: 0;
}

.page--footer .wrap > .row > div, .page--footer .wrap--narrow > .row > div, .page--footer form .wrap > .field-group > div, form .page--footer .wrap > .field-group > div, .page--footer form .wrap--narrow > .field-group > div, form .page--footer .wrap--narrow > .field-group > div {
  padding-bottom: 0;
}

.page--footer .nav-footer {
  padding: 0 0 20px 0;
}

.page--footer .nav-footer ul {
  padding-left: 0;
}

.page--footer .nav-footer li {
  font-size: 0.7619rem;
  padding: 0 10px;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  display: inline-block;
}

.page--footer .nav-footer li:first-child {
  padding-left: 0;
}

.page--footer .nav-footer a {
  color: #5a646c;
}

.page--footer .nav-social {
  float: right;
  padding-bottom: 20px;
}

.page--footer .nav-social li {
  padding: 0 5px;
  margin: 0 10px;
  list-style-type: none;
  display: inline-block;
}

.page--footer .nav-social li:first-child {
  margin-top: 0;
}

.page--footer .nav-social li:last-child {
  margin-bottom: 0;
}

.page--footer .nav-social svg {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  height: 18px;
}

.page--footer .nav-social .facebook a:hover svg path,
.page--footer .nav-social .twitter a:hover svg path,
.page--footer .nav-social .youtube a:hover svg path,
.page--footer .nav-social .linkedin a:hover svg path,
.page--footer .nav-social .instagram a:hover svg path,
.page--footer .nav-social .rss a:hover svg path {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}

.page--footer .nav-social .facebook a:hover svg path {
  fill: #3b5998;
}

.page--footer .nav-social .twitter a:hover svg path {
  fill: #55acee;
}

.page--footer .nav-social .youtube a:hover svg path {
  fill: #cd201f;
}
.page--footer .nav-social .instagram a svg path {
  fill: #323E48;
}
.page--footer .nav-social .instagram a:hover svg path {
  fill: #B52D95;
}
.page--footer .nav-social .linkedin a:hover svg path {
  fill: #0077b5;
}

.page--footer .nav-social .rss a:hover svg path {
  fill: #ffa400;
}

.page--footer .copyright {
  font-size: 0.7619rem;
  padding: 20px 0 0 0;
  border-top: 1px solid #cccfd1;
}

.page--footer .copyright a {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #5a646c;
}

@media (max-width: 767px) {
  .page--footer .nav-footer li {
    display: block;
    padding-left: 0;
  }
  .page--footer .nav-social {
    float: left;
  }
  .page--footer .nav-social ul {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .page--footer {
    padding: 40px 0;
  }
  .page--footer .nav-social {
    float: left;
  }
  .page--footer .nav-social ul {
    padding-left: 0;
  }
}

.page--header {
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 200;
  background: white;
  height: 7.14286rem;
  border-bottom: 1px solid #cccfd1;
}

.page--header .row, .page--header form .field-group, form .page--header .field-group {
  margin-left: 0;
  margin-right: 0;
}

.page--header li {
  list-style-type: none;
}

.page--header .nav-wrap {
  padding: 25px 0 0;
  position: relative;
  z-index: 5;
}

.page--header .site-logo {
  float: left;
  -webkit-transform: translate(0, 6px);
          transform: translate(0, 6px);
}

.page--header .site-logo a {
  display: block;
  height: 20px;
  width: 170px;
}

@media (max-width: 479px) {
  .page--header .site-logo a {
    height: 16px;
    width: 136px;
  }
}

.page--header .site-logo svg {
  display: block;
  height: 100%;
  width: 100%;
}

.page--header .language-icon,
.page--header .search-icon {
  display: block;
  height: 20px;
  width: 20px;
}

.page--header .language-icon svg,
.page--header .search-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.page--header .nav-super-wrap {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  padding: 45px 0 0;
  opacity: 1;
  position: relative;
  z-index: 10;
}

.page--header .nav-super {
  float: right;
}

.page--header .nav-super ul {
  padding: 0;
}

.page--header .nav-super li {
  float: left;
  font-size: 15px;
  line-height: 20px;
}

.page--header .nav-super li + li {
  margin-left: 20px;
}

.page--header .nav-super a {
  color: #5a646c;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.page--header .nav-minimal {
  -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  visibility: visible;
  opacity: 1;
  height: auto;
  float: right;
  line-height: 1;
  margin-right: 0.6rem;
}

.page--header .nav-minimal > ul {
  -webkit-transition: margin-left 0.4s ease-in, width 0.4s ease-in;
          transition: margin-left 0.4s ease-in, width 0.4s ease-in;
  margin-left: 20px;
  padding: 0;
}

.page--header .nav-minimal li {
  float: left;
}

.page--header .nav-minimal li + li {
  margin-left: 30px;
}

.page--header .nav-minimal .select-language {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .page--header .nav-minimal .select-language {
    /*display: none !important;*/
  }
}

.page--header .nav-minimal .select-language img {
  height: 19px;
  width: 19px;
  display: block;
}

@media screen and (min-width: 768px) {
    .page--header .nav-minimal .select-language:hover ul {
      visibility: visible;
      opacity: 1;
    }
}

@media screen and (max-width: 768px)
{
    .language--open .select-language ul
    {
        display: block !important;
        opacity: 1 !important;
    }
    .select-language ul
    {
            display: none;
            top: calc(100% + 20px);
    }
}
@media screen and (min-width: 768px)
{
    .page--header .nav-minimal .select-language ul
    {
        visibility: hidden;
        top: calc(100% + 10px);
    }
}

.page--header .nav-minimal .select-language ul {
  padding: 0 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  background-color: white;
  border: 1px solid #cccfd1;
  -webkit-transform: translateX(15%) translateY(-20px);
          transform: translateX(15%) translateY(-20px);
}

.page--header .nav-minimal .select-language ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: transparent;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.page--header .nav-minimal .select-language li {
  padding: 10px 25px 15px;
  margin: 0;
  font-size: 0.47619rem;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  display: block;
  background-image: -webkit-linear-gradient(left, #cccfd1 50%, rgba(255, 255, 255, 0) 10%);
  background-image: linear-gradient(to right, #cccfd1 50%, rgba(255, 255, 255, 0) 10%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  width: 100%;
}

.page--header .nav-minimal .select-language li:last-child {
  background-image: none;
}

.page--header .nav-minimal .select-language li a {
  color: #5a646c;
  position: relative;
  display: block;
  padding: 3px 0 0 10px;
}

.page--header .nav-minimal .select-language li a > img {
  border: 1px solid #cccfd1;
  width: 25px;
  height: 17px;
  position: absolute;
  left: -25px;
  top: 0;
}

@media (max-width: 767px) {
  .page--header .nav-minimal {
    margin-right: 0;
  }
}

.page--header .nav-minimal .site-search {
  height: 20px;
  position: relative;
  min-width: 20px;
}

.page--header .nav-minimal .site-search .site-search--form {
  padding: 0;
  margin: 0;
  height: 18px;
}

.page--header .nav-minimal .site-search.site-search--input--hidden .site-search--input {
  font-size: 0.71429rem;
  -webkit-transition: -webkit-transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in;
          transition: transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 0;
  opacity: 0;
}

.page--header .nav-minimal .site-search .site-search--input {
  position: relative;
  font-size: 0.71429rem;
  -webkit-transition: -webkit-transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in;
  transition: transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right 10px;
          transform-origin: right 10px;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  background: white;
  border: 1px solid #cccfd1;
  padding: 5px 0 5px 5px;
  width: 20rem;
  margin: -5px -5px 0 5px;
  z-index: 5;
}

@media (max-width: 1023px) {
  .page--header .nav-minimal .site-search .site-search--input {
    width: 10rem;
  }
}

.page--header .nav-minimal .site-search .site-search--submit {
  display: block;
  font-size: 0;
  height: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 10;
}

.page--header .nav-minimal .site-search .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.pac-nav--is-desktop .page--header .row, .pac-nav--is-desktop .page--header form .field-group, form .pac-nav--is-desktop .page--header .field-group {
  margin-left: 0;
  margin-right: 0;
}

.pac-nav--is-desktop .sticky-header .page--header {
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}

.pac-nav--is-desktop .sticky-header .page--header .nav-super-wrap {
  opacity: 0;
}

.pac-nav--is-desktop .pac-nav--mobile {
  display: none;
}

.pac-nav--is-mobile .mobile-nav--hidden {
  display: none;
}

.pac-nav--is-mobile .page--header {
  height: 72px;
  padding: 26px 0;
}

.pac-nav--is-mobile .page--header .site-logo {
  padding: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo {
  padding: 30px;
  font-size: 0.7619rem;
  background-color: #f2f2f2;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  width: 20.71429rem;
  border-top: 10px solid #dc291e;
  border-left: 1px solid #cccfd1;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo h4, .pac-nav--loaded .page--header .nav-sub-menu .nav--promo .h4 {
  margin: 25px 0 0 0;
  font-size: 0.7619rem;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  color: #323e48;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo h4:first-child, .pac-nav--loaded .page--header .nav-sub-menu .nav--promo .h4:first-child {
  margin-top: 0;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo h4:last-child, .pac-nav--loaded .page--header .nav-sub-menu .nav--promo .h4:last-child {
  margin-bottom: 0;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo p {
  margin: 0 0 25px 0;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo p:first-child {
  margin-top: 0;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo p:last-child {
  margin-bottom: 0;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo .trailing-link, .pac-nav--loaded .page--header .nav-sub-menu .nav--promo .section--grid .grid--inner-border .col-6 a, .section--grid .grid--inner-border .col-6 .pac-nav--loaded .page--header .nav-sub-menu .nav--promo a, .pac-nav--loaded .page--header .nav-sub-menu .nav--promo .section--grid .product-list li a, .section--grid .product-list li .pac-nav--loaded .page--header .nav-sub-menu .nav--promo a {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  display: inline-block;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo .image-wrap {
  padding: 40px 15px;
  background-color: #323e48;
  border: 1px solid #cccfd1;
}

.pac-nav--loaded .page--header .nav-sub-menu .nav--promo .image-wrap > img {
  margin: auto;
  display: block;
  max-height: 60%;
  max-width: 60%;
}

.pac-nav--loaded .page--header .nav-sub-menu ul {
  margin: 0;
  padding: 0;
}

.pac-nav--loaded .page--header .nav-sub-menu a {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.pac-nav--loaded .pac-nav--is-mobile .page--header {
  padding: 2rem 0;
  height: 5em;
}

.pac-nav--loaded .pac-nav--is-mobile .page--header .site-logo {
  padding: 0;
}

.pac-nav--loaded .pac-nav--is-mobile .page--header .nav-super-wrap {
  padding-top: 0;
  margin-top: 0;
}

.pac-nav--loaded .pac-nav--is-mobile .page--header .nav-super-wrap .nav-minimal .nav-toggle {
  visibility: visible;
  width: 30px;
  height: 20px;
}

.pac-nav--loaded .pac-nav--is-mobile .sticky-header .page--header .nav-minimal {
  display: block !important;
}

.pac-nav--loaded .pac-nav--is-mobile .sticky-header .page--header .nav-minimal .select-language {
  display: none;
}

.pac-nav--loaded .pac-nav--is-mobile .sticky-header .page--header .nav-minimal .nav-toggle {
  visibility: visible;
  width: 30px;
  height: 20px;
}

.pac-nav--loaded .pac-nav--hidden {
  display: none;
}

.pac-nav--loaded .pac-nav--is-intermediary .pac-nav--toggle {
  content: url("media/icons/dots-horizontal.svg");
  cursor: pointer;
  float: right;
  height: 2rem;
  width: 2.5rem;
  position: relative;
  z-index: 15;
  margin-top: -0.1rem;
}

.pac-nav--loaded .pac-nav--is-intermediary .hide-mobile {
  display: block;
}

.pac-nav--loaded .pac-nav--is-intermediary .show-mobile {
  display: none;
}

.pac-nav--loaded .pac-nav--mobile {
  background-color: #ffffff;
  float: right;
}

.pac-nav--loaded .pac-nav--mobile .hide-mobile {
  display: none;
}

.pac-nav--loaded .pac-nav--mobile .show-mobile {
  display: block;
}

.pac-nav--loaded .pac-nav--mobile.pac-nav--hidden {
  display: none;
}

.pac-nav--loaded .pac-nav--mobile.pac-nav--hidden li.pac-nav--visible, .pac-nav--loaded .pac-nav--mobile.pac-nav--hidden li.mobile-nav--visible {
  display: list-item;
}

.pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul, .pac-nav--loaded .pac-nav--mobile.pac-nav--hidden > ul, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul, .pac-nav--loaded .pac-nav--mobile.mobile-nav--hidden > ul {
  padding: 25px 40px;
}

.pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.pac-nav--visible a, .pac-nav--loaded .pac-nav--mobile.pac-nav--visible > ul > li.mobile-nav--visible a, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.pac-nav--visible a, .pac-nav--loaded .pac-nav--mobile.mobile-nav--visible > ul > li.mobile-nav--visible a {
  font-size: 0.85714rem;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  color: #323e48;
}

.pac-nav--loaded .pac-nav--is-mobile .show-mobile {
  display: block;
}

.pac-nav--loaded .pac-nav--is-mobile .hide-mobile {
  display: none;
}

.pac-nav--loaded .pac-nav--is-mobile .pac-nav--toggle {
  display: none;
}

.pac-nav--loaded .pac-nav--is-mobile .pac-nav--is-intermediary .pac-nav--mobile > .nav-primary--inner > .pac-nav--hidden {
  display: list-item;
}

.pac-nav--loaded .pac-nav--is-mobile .pac-nav--is-intermediary.nav-primary {
  width: calc(100% - 270px);
}

.pac-nav--loaded .pac-nav--is-mobile .pac-nav--is-intermediary .show-mobile {
  display: none;
}

.pac-nav--loaded .pac-nav--is-mobile .pac-nav--is-intermediary .hide-mobile {
  display: block;
}

.pac-nav--loaded #mobile-nav-toggle {
  cursor: pointer;
  margin-left: 1.2rem;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: calc(100% + 80px);
  margin: 0 -40px;
  background-color: transparent;
  padding-top: 0;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile .nav-primary--inner {
  position: static;
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul {
  padding: 0;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible {
  padding: 20px 0;
  position: relative;
  background-color: #236093;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible:hover,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible:hover {
  background-color: #1b4a72;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible a,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible a {
  padding: 20px 40px 20px 40px;
  color: #ffffff;
  font-size: 0.85714rem;
  line-height: 18px;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible a:hover,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible a:hover {
  text-decoration: none;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible a:before,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible a:before {
  background: none;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible:not(.back--button):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible:not(.back--button):after {
  content: "›";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  width: 1rem;
  font-weight: 100;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  background-color: #236093;
  border: none;
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu h4, .pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .h4,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu h4,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .h4 {
  color: #ffffff;
  padding: 6px 60px 6px 40px;
  font-size: 0.85714rem;
  line-height: 18px;
  margin-bottom: 0;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column {
  min-width: 100%;
  padding: 0;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul {
  margin-bottom: 0;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul li,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul li {
  padding: 20px 0;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul li:not(:first-child):not(.mobile-nav--visible),
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul li:not(:first-child):not(.mobile-nav--visible) {
  display: none;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a {
  padding: 6px 60px 6px 40px;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a span,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a span {
  color: #ffffff;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a span:before,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a span:before {
  display: none;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(n):after, .pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(2):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(n):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(2):after {
  content: "›";
  position: absolute;
  right: 1rem;
  top: 0;
  font-size: 2rem;
  width: 1rem;
  font-weight: 100;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) h4, .pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) .h4,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) h4,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) .h4 {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):hover,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button:after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button:after {
  content: "‹";
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  height: 100%;
  width: 1rem;
  font-weight: 100;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button h4, .pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button .h4,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button h4,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul .back--button .h4 {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .nav--promo,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .nav--promo {
  display: none;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu.pac-nav--visible, .pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu.mobile-nav--visible,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu.pac-nav--visible,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu.mobile-nav--visible {
  opacity: 1;
  visibility: visible;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile .sub-menu-column > ul > li {
  cursor: pointer;
}

.pac-nav--loaded.pac-nav--is-desktop .show-mobile--inline {
  display: none;
}

.pac-nav--loaded.pac-nav--is-intermediary .show-mobile, .pac-nav--loaded.pac-nav--is-intermediary .show-mobile--inline {
  display: none;
}

.pac-nav--loaded.pac-nav--is-intermediary .hide-mobile {
  display: block;
}

.pac-nav--loaded.pac-nav--is-mobile .show-mobile {
  display: block;
}

.pac-nav--loaded.pac-nav--is-mobile .hide-mobile {
  display: none;
}

.pac-nav--loaded.pac-nav--is-mobile .site-search--mobile-visible .site-logo {
  display: none;
}

.pac-nav--loaded.pac-nav--is-mobile .site-search--mobile-visible .nav-toggle {
  display: none;
  opacity: 0;
}

.pac-nav--loaded.pac-nav--is-mobile .site-search--mobile-visible ul {
  margin-left: 0;
}

.pac-nav--loaded.pac-nav--is-mobile .site-search--mobile-visible .site-search .site-search--input {
  position: relative;
  font-size: 0.71429rem;
  -webkit-transition: -webkit-transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in, margin-left 0.4s ease-in;
          transition: transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in, margin-left 0.4s ease-in;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  background: white;
  border: 1px solid #cccfd1;
  padding: 5px 0 5px 5px;
  width: calc(100vw - 80px);
  width: -webkit-calc(100vw - 80px);
  z-index: 1;
}

.pac-nav--is-intermediary .sub-menu-column ul:first-child, .pac-nav--is-intermediary .sub-menu-column .back--button {
  display: none;
}

.pac-nav--is-intermediary .pac-nav--mobile {
  border-right: 1px solid #cccfd1;
  border-left: 1px solid #cccfd1;
  border-bottom: 1px solid #cccfd1;
}

.pac-nav--is-intermediary .pac-nav--mobile .nav-primary--inner {
  background-color: #f2f2f2;
}

.pac-nav--is-intermediary .pac-nav--mobile .nav-primary--inner > li.pac-nav--visible,
.pac-nav--is-intermediary .pac-nav--mobile .nav-primary--inner > li.mobile-nav--visible {
  padding: 5px 0;
}

.pac-nav--is-intermediary .site-search--mobile-visible .nav-minimal .site-search .site-search--input {
  position: relative;
  font-size: 0.71429rem;
  -webkit-transition: -webkit-transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in, margin-left 0.4s ease-in;
          transition: transform 0.4s ease-in, width 0.4s ease-in, opacity 0.4s ease-in, margin-left 0.4s ease-in;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  background: white;
  border: 1px solid #cccfd1;
  padding: 5px 0 5px 5px;
  width: 10rem;
  z-index: 1;
}

.pac-nav--is-intermediary.sticky-header .page--header,
.pac-nav--is-desktop.sticky-header .page--header {
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}

.pac-nav--is-intermediary.sticky-header .page--header .nav-super-wrap,
.pac-nav--is-desktop.sticky-header .page--header .nav-super-wrap {
  opacity: 0;
}

.page--container.mobile-nav--toggle .page--body {
  overflow-y: hidden;
}

.bg--alternating .bg--orange {
  background-color: #ffa400;
}

.bg--alternating .bg--red {
  background-color: #dc291e;
}

.bg--alternating .bg--blue {
  background-color: #236093;
}

.bg--alternating .icon--news:after,
.bg--alternating .icon--event:after,
.bg--alternating .icon--press:after {
  position: absolute;
  right: 35px;
  bottom: 35px;
}

.bg--alternating .icon--news:after {
  content: url("media/icons/icon--news-dark.png");
}

.bg--alternating .icon--event:after {
  content: url("media/icons/icon--blog-dark.png");
}

.bg--alternating .icon--press:after {
  content: url("media/icons/icon--press-dark.png");
}

.bg--alternating .cta--item {
  padding: 40px 120px 80px 40px;
  position: relative;
}

.bg--alternating .cta--item h3, .bg--alternating .cta--item .h3, .bg--alternating .cta--item p, .bg--alternating .cta--item a {
  color: #ffffff;
}

.bg--alternating .cta--item p {
  font-size: 0.7619rem;
}

.bg--alternating .cta--item a {
  font-size: 0.85714rem;
}

@media (max-width: 1023px) {
  .bg--alternating .cta--item {
    padding-right: 40px;
  }
}

.event--item h3, .event--item .h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.event--item p {
  font-size: 0.7619rem;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #323e48;
}

.event--item .row, .event--item form .field-group, form .event--item .field-group {
  border-bottom: 1px solid #cccfd1;
  margin-top: 45px;
}

.event--item .row .col-12:not(.item-logo), .event--item form .field-group .col-12:not(.item-logo), form .event--item .field-group .col-12:not(.item-logo) {
  padding-bottom: 50px;
}

.event--item:last-of-type .row, .event--item:last-of-type form .field-group, form .event--item:last-of-type .field-group {
  border-bottom: none;
}

.press--item + .press--item {
  display: block;
  margin-top: 40px;
}

.press--item p {
  margin: 0;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  line-height: 32px;
}

.press--item a {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.press--item .date, .press--item .citation {
  font-size: 0.7619rem;
  color: #5a646c;
}

.press--item:hover {
  text-decoration: none;
}

.press--item:hover .date {
  cursor: default;
}

.section--news-events .wrap--narrow .row--news-events > .col-6 {
  border-bottom: 1px solid #cccfd1;
  padding-bottom: 50px;
  width: calc(50% - 20px);
}

.section--news-events .wrap--narrow .row--news-events > .col-6:first-child {
  margin-right: 20px;
}

.section--news-events .wrap--narrow .row--news-events > .col-6:last-child {
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .section--news-events .wrap--narrow .row--news-events > .col-6:first-child, .section--news-events .wrap--narrow .row--news-events > .col-6:last-child {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.section--news-events .border--bottom {
  margin-bottom: 0;
}

.section--news-events .border--bottom .col-12 {
  padding-bottom: 50px;
}

.section--resources.section--webinars .row, .section--resources.section--webinars form .field-group, form .section--resources.section--webinars .field-group {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

@media (max-width: 1023px) {
  .section--resources.section--webinars .row, .section--resources.section--webinars form .field-group, form .section--resources.section--webinars .field-group {
    padding-bottom: 40px;
  }
}

.section--resources.section--webinars .border--bottom {
  border-color: #cccfd1;
}

.section--resources.section--webinars .col-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.section--resources.section--webinars .col-4 img {
  width: 100%;
}

.section--resources.section--webinars .col-4 h3, .section--resources.section--webinars .col-4 .h3 {
  color: #236093;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 26px;
}

.section--resources.section--webinars .col-4 p {
  font-size: 0.7619rem;
  color: #323e48;
}

.section--resources.section--webinars .col-4:nth-child(2) {
  border-left: 1px solid #cccfd1;
  border-right: 1px solid #cccfd1;
}

.section--resources.section--webinars .col-4 .trailing-link, .section--resources.section--webinars .col-4 .section--grid .grid--inner-border .col-6 a, .section--grid .grid--inner-border .col-6 .section--resources.section--webinars .col-4 a, .section--resources.section--webinars .col-4 .section--grid .product-list li a, .section--grid .product-list li .section--resources.section--webinars .col-4 a {
  font-size: 0.85714rem;
  margin-top: 50px;
  display: inline-block;
}

.wrap--narrow + .wrap, .wrap--narrow + .wrap--narrow {
  margin-top: 50px;
}

.section--social-links {
  margin-bottom: -55px;
}

.section--social-links .social--link {
  height: 100px;
  width: 100px;
  display: inline-block;
  margin-bottom: 55px;
  background-repeat: no-repeat;
  background-position: center;
}

.section--social-links .social--link:not(.last-child) {
  margin-right: 55px;
}

.section--social-links .social--link.social--facebook {
  background-color: #3B5998;
  background-image: url("media/icons/icon--facebook.svg");
}

.section--social-links .social--link.social--linkedin {
  background-color: #0077B5;
  background-image: url("media/icons/icon--linkedin.svg");
}

.section--social-links .social--link.social--youtube {
  background-color: #CD201F;
  background-image: url("media/icons/icon--youtube.svg");
}

.section--social-links .social--link.social--twitter {
  background-color: #55ACEE;
  background-image: url("media/icons/icon--twitter.svg");
}
.section--social-links .social--link.social--instagram {
  background-color: #B52D95;
  background-image: url("media/icons/icon--instagram.svg");
  background-size: 30px 30px;
}

.section--social-links .social--link.social--rss {
  background-color: #FFA500;
  background-image: url("media/icons/icon--rss.svg");
}

@media (max-width: 1023px) {
  .section--social-links .row > .col-12, .section--social-links form .field-group > .col-12, form .section--social-links .field-group > .col-12 {
    text-align: center;
  }
}

.section--grid:not(.bg--light-gray) + .section--resources:not(.bg--light-gray) {
  padding-top: 0;
}

.pattern-library .page--header {
  border-bottom: none;
}

.pattern-library .color--box {
  display: inline-block;
  margin-right: 40px;
  margin-top: 80px;
}

.pattern-library .color--box > span {
  width: 200px;
  height: 200px;
  display: inline-block;
}

.pattern-library .wrap > h2, .pattern-library .wrap--narrow > h2, .pattern-library .wrap > .h2, .pattern-library .wrap--narrow > .h2 {
  margin-bottom: 40px;
}

.pattern-library .wrap > h2 + hr, .pattern-library .wrap--narrow > h2 + hr, .pattern-library .wrap > .h2 + hr, .pattern-library .wrap--narrow > .h2 + hr {
  margin-top: 10px;
  margin-bottom: 80px;
}

.pattern-library .logo--box {
  width: 400px;
  height: 182px;
  border: 1px solid #cccfd1;
  position: relative;
  display: inline-block;
  margin-right: 60px;
}

.pattern-library .logo--box > img, .pattern-library .logo--box > svg {
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*
.pattern-library .bg--logo {
  background-image: url("../../../media/backgrounds/pattern--logo-bg.jpg");
  background-size: cover;
}
*/
.pattern-library .bg--logo > svg > path {
  fill: #ffffff;
}

.pattern-library .typography h1, .pattern-library .typography .h1, .pattern-library .typography h2, .pattern-library .typography .h2, .pattern-library .typography h3, .pattern-library .typography .h3, .pattern-library .typography h4, .pattern-library .typography .h4, .pattern-library .typography h5, .pattern-library .typography .h5, .pattern-library .typography h6, .pattern-library .typography .h6 {
  margin-bottom: 10px;
}

.pattern-library .typography p {
  margin-top: 10px;
  color: #dc291e;
}

.pattern-library .typography a {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.pattern-library .section--table .title p {
  margin-top: 0;
}

.pattern-library blockquote {
  margin-bottom: 80px;
}

.pattern-library .typography ul {
  list-style: none;
}

.pattern-library .typography ul li {
  line-height: 2rem;
}

.pattern-library .typography ul li:before {
  content: "•";
  color: #ffa400;
  position: absolute;
  margin-left: -1rem;
}

.pattern-library .typography ol li {
  line-height: 2rem;
}

.pattern-library .buttons .col-4 {
  padding: 2rem;
}

.pattern-library .buttons .col-4 button, .pattern-library .buttons .col-4 .button, .pattern-library .buttons .col-4 [class*=button--] {
  width: 314px;
  margin-bottom: 20px;
}

.pattern-library .buttons .col-4 .button, .pattern-library .buttons .col-4 [class*=button--] {
  text-align: center;
}

.pattern-library .buttons .col-4 .button + .button--red, .pattern-library .buttons .col-4 [class*=button--] + .button--red {
  background-color: #c6251b;
}

.pattern-library .button--white {
  color: #236093;
  border: 1px solid #236093;
}

.pattern-library .button--blue {
  color: #ffffff;
  background-color: #236093;
  position: relative;
}

.pattern-library .button--blue:after {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  /*content: url("../../../media/icons/right-arrow--white.svg");*/
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.pattern-library a.load-more {
  margin-top: 100px;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}

.pattern-library a.load-more.active {
  margin-top: 40px;
  margin-bottom: 80px;
  border-color: #236093;
}

.pattern-library .section--grid + .section--grid.padding-top {
  padding-top: 80px;
}

.pattern-library .section--tiles {
  padding-top: 0;
}

.pattern-library #accordion--open .accordion--inner {
  display: block !important;
}

.pattern-library .no-padding--bottom {
  padding-bottom: 0;
}

.pattern-library .padding--40 {
  padding-top: 0;
  padding-bottom: 40px;
}

.pattern-library .padding--40 + .page--footer {
  padding-top: 0;
}

.pattern-library .page--footer--hover {
  padding-top: 0;
}

.pattern-library .page--footer--hover .facebook a svg path {
  fill: #3b5998;
}

.pattern-library .page--footer--hover .twitter a svg path {
  fill: #55acee;
}

.pattern-library .page--footer--hover .youtube a svg path {
  fill: #cd201f;
}

.pattern-library .page--footer--hover .linkedin a svg path {
  fill: #0077b5;
}

.pattern-library .page--footer--hover .rss a svg path {
  fill: #ffa400;
}

.pattern-library .page--footer--hover a.link--hover {
  text-decoration: none;
}

.pattern-library .page--footer--hover a.link--hover:before {
  background: currentColor;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.pattern-library .contact--form input.focus, .pattern-library .contact--form--small input.focus {
  border-color: #ffa400;
}

.pattern-library p.component--name {
  color: #323e48;
  font-style: italic;
}

.pattern-library p.component--name.text--white {
  color: #ffffff;
}

.pattern-library p.component--name strong {
  font-style: normal;
}

.section--grid {
  padding-top: 84px;
}

.section--grid h2, .section--grid .h2 {
  margin-bottom: 1rem;
  line-height: 44px;
}

.section--grid h2:not(:first-child), .section--grid .h2:not(:first-child) {
  margin-top: 100px;
}

.section--grid h2 + p, .section--grid .h2 + p {
  margin-top: 1rem;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .section--grid h2 + p, .section--grid .h2 + p {
    margin-bottom: 40px;
  }
  .section--grid h2, .section--grid .h2
  {
    line-height: 1.5rem;
  }
  .press--item a
  {
    font-size: 0.85714rem;
  }
  .press--item + .press--item
  {
    margin-top: 25px;
  }
  .C34-News-Grid h3
  {
    margin-bottom: 20px;
  }
  .C34-News-Grid footer
  {
    font-size: 0.85714rem;
  }
}

.section--grid .grid--inner-border .col-3 {
  height: 287px;
  text-align: center;
  position: relative;
}

.section--grid .grid--inner-border .col-3 h3, .section--grid .grid--inner-border .col-3 .h3 {
  color: #236093;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.section--grid .grid--inner-border .col-3 img {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80%;
}

.section--grid .grid--inner-border .col-3 a {
  display: block;
  height: 100%;
  width: 100%;
}

.section--grid .grid--inner-border .col-3 a:hover h3, .section--grid .grid--inner-border .col-3 a:hover .h3 {
  text-decoration: underline;
}

.section--grid .grid--inner-border .col-3:not(:nth-child(4n)) {
  border-right: 1px solid #cccfd1;
}

.section--grid .grid--inner-border .col-3:not(.last-row) {
  border-bottom: 1px solid #cccfd1;
}

@media (max-width: 1023px) {
  .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 h3, .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 .h3 {
    font-size: 0.85714rem;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-child(4n)), .section--grid .grid--inner-border .col-3:not(.last-row) {
    border: none;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-child(3n)) {
    border-right: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #cccfd1;
  }
}

@media (max-width: 767px) {
  .home-topnews
  {
    margin-bottom: 20px;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-child(4n)),
  .section--grid .grid--inner-border .col-3:not(.last-row),
  .section--grid .grid--inner-border .col-3:not(:nth-child(3n)),
  .section--grid .grid--inner-border .col-3:not(:nth-last-child(-n+2)) {
    border: none;
  }
  .section--grid .grid--inner-border .col-3:nth-child(2n-1) {
    border-right: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border#category-list .col-3:not(:last-child) {
    border-bottom: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #cccfd1;
  }
}

@media (max-width: 479px) {
  .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 h3, .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 .h3 {
    font-size: 0.7619rem;
  }
}

.section--grid .grid--inner-border .col-6 {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section--grid .grid--inner-border .col-6 .grid-image {
  height: 240px;
}

.section--grid .grid--inner-border .col-6 .grid-image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.section--grid .grid--inner-border .col-6 .grid-image img {
  vertical-align: middle;
}

.section--grid .grid--inner-border .col-6 .grid-text {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section--grid .grid--inner-border .col-6 .grid-text {
    padding-bottom: 40px;
  }
}

.section--grid .grid--inner-border .col-6 h3, .section--grid .grid--inner-border .col-6 .h3 {
  color: #236093;
  font-size: 1.14286rem;
  line-height: 24px;
  margin-bottom: 10px;
}

.section--grid .grid--inner-border .col-6 h3 + .subhead, .section--grid .grid--inner-border .col-6 .h3 + .subhead {
  font-size: 1.14286rem;
  line-height: 24px;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #323e48;
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--grid .grid--inner-border .col-6 h3, .section--grid .grid--inner-border .col-6 .h3 {
    margin-bottom: 10px !important;
  }
  .section--grid .grid--inner-border .col-6 h3 + .subhead, .section--grid .grid--inner-border .col-6 .h3 + .subhead {
    font-size: 1rem;
  }
}

.section--grid .grid--inner-border .col-6 p {
  font-size: 1rem;
  line-height: 35px;
  margin-bottom: 25px;
  text-decoration: none;
}

.section--grid .grid--inner-border .col-6 a {
  font-size: 0.85714rem;
}

.section--grid .grid--inner-border .col-6:nth-child(2n-1) {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.section--grid .grid--inner-border .col-6:nth-child(-n+2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.section--grid .grid--inner-border .col-6:nth-last-child(-n+2) {
  padding-top: 80px;
}

@media (max-width: 1023px) {
  .section--grid .grid--inner-border .col-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section--grid .grid--inner-border .col-6 .helper {
    display: none;
  }
  .section--grid .grid--inner-border .col-6 .grid-image {
    height: inherit;
  }
  .section--grid .grid--inner-border .col-6 .grid-image img {
    padding: 80px 0;
  }
  .section--grid .grid--inner-border .col-6:nth-child(2n-1), .section--grid .grid--inner-border .col-6:nth-child(-n+2), .section--grid .grid--inner-border .col-6:nth-last-child(-n+2) {
    border: none;
    padding-top: 0;
  }
  .section--grid .grid--inner-border .col-6:first-child .grid-image img {
    padding-top: 0;
  }
  .section--grid .grid--inner-border .col-6:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 767px) {
  .section--grid .grid--inner-border .col-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section--grid .grid--inner-border .col-6 p:not(.subhead) {
    font-size: 0.85714rem;
  }
}

.section--grid #product-list, .section--grid #category-list {
  margin-left: 0;
  margin-right: 0;
}

.section--grid #product-list:not(.active), .section--grid #category-list:not(.active) {
  display: none;
}

.section--grid .product-list {
  width: 100%;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  list-style: none;
  -webkit-column-rule: 1px solid rgba(0, 0, 0, 0.25);
     -moz-column-rule: 1px solid rgba(0, 0, 0, 0.25);
          column-rule: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 0;
}

.section--grid .product-list li {
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 21px;
}

.section--grid .product-list li a {
  font-size: 18px;
}

@media (max-width: 767px) {
  .section--grid .product-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .section--grid .product-list li a {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .section--grid .product-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .section--grid .product-list li {
    padding-left: 0;
  }
}

.section--grid .row:last-child, .section--grid form .field-group:last-child, form .section--grid .field-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

button.tab-selector#category-button {
  margin-right: 1rem;
}

button.tab-selector:not(.active) {
  color: #236093;
}

button.tab-selector:not(.active)#category-button {
  margin-left: 2px;
}

button.tab-selector:not(.active)#product-button {
  margin-left: 4px;
}

.section--resource-whitepaper .image-wrap {
  border-top: 11px solid #dc291e;
  background-color: #F5F5F6;
}

.section--resource-whitepaper .image-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.section--resource-whitepaper .image-wrap a img {
  width: 100%;
  display: block;
}

.section--resource-whitepaper h3, .section--resource-whitepaper .h3 {
  font-size: 1rem;
}

.section--resource-whitepaper p, .section--resource-whitepaper a {
  font-size: 0.85714rem;
}

.section--quote .quote {
  margin-left: 80px;
  border-left: 11px solid #ffa400;
  padding: 0 40px 0 50px;
}

.section--quote .quote .row, .section--quote .quote form .field-group, form .section--quote .quote .field-group {
  margin: 0;
}

.section--quote .quote > p {
  font-size: 1.71429rem;
  font-style: italic;
  color: #323e48;
}

.section--quote .quote > p:before {
  content: '“';
  position: absolute;
  margin-left: -1rem;
}

@media (max-width: 767px) {
  .section--quote .quote > p:before {
    margin-left: -0.6rem;
  }
}

.section--quote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.section--quote .quote--text {
  padding-left: 25px;
}

.section--quote .quote--text h3, .section--quote .quote--text .h3 {
  font-size: 0.85714rem;
  margin-bottom: 0;
}

.section--quote .quote--text p {
  font-size: 0.85714rem;
  margin-top: 0;
}

@media (max-width: 1023px) {
  .section--quote .quote {
    margin-left: 40px;
  }
  .section--quote .quote > p {
    font-size: 1.14286rem;
  }
}

@media (max-width: 767px) {
  .section--quote .quote {
    margin-left: 0px;
    padding: 0 20px;
    border-left: none;
  }
  .section--quote .quote--text {
    padding: 0 0 0 20px;
  }
  .section--quote .quote--text h3, .section--quote .quote--text .h3, .section--quote .quote--text p {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
}

.section--team .row.biography, .section--team form .biography.field-group, form .section--team .biography.field-group {
  margin: 50px 0;
  padding: 50px 0 100px 0;
  border-bottom: 1px solid #E6E8E9;
}

.section--team .team--avatar {
  width: 20%;
}

.section--team .team--avatar img {
  width: 100%;
  border: 5px solid #F5F5F6;
}

.section--team .team--text {
  width: 80%;
  padding: 0 40px;
}

.section--team .team--text h3, .section--team .team--text .h3 {
  margin-bottom: 0.5rem;
  line-height: 1em;
  font-size: 1rem;
}

.section--team .team--text h3 + .subhead, .section--team .team--text .h3 + .subhead {
  margin-top: 0;
  font-size: 0.9rem;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

@media (max-width: 1023px) {
  .section--team .row.biography:not(:first-child), .section--team form .biography.field-group:not(:first-child), form .section--team .biography.field-group:not(:first-child) {
    padding-top: 40px;
  }
  .section--team .row.biography:not(:last-child), .section--team form .biography.field-group:not(:last-child), form .section--team .biography.field-group:not(:last-child) {
    padding-bottom: 40px;
  }
  .section--team .team--avatar {
    width: 30%;
  }
  .section--team .team--text {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .section--team .team--avatar {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  .section--team .team--avatar img {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .section--team .team--text {
    width: 100%;
    padding: 0;
  }

}

.page--body .overflow--hidden {
  overflow-x: hidden;
}

.centered--rule:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15.75px;
  width: 1000%;
  height: 1px;
  background: #cccfd1;
  z-index: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.centered--rule:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15.75px;
  width: 1000%;
  height: 1px;
  background: #cccfd1;
  z-index: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.centered--rule > .row, form .centered--rule > .field-group {
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .centered--rule:before {
    left: 45px;
  }
  .centered--rule:after {
    right: 45px;
  }
}

.section--resources + .section--tiles {
  padding-top: 0;
}

.section--tiles {
  z-index: 1;
}

.section--tiles .wrap h2, .section--tiles .wrap--narrow h2, .section--tiles .wrap .h2, .section--tiles .wrap--narrow .h2 {
  padding: 0 40px;
}

.section--tiles .resource a {
  display: block;
}

.section--tiles .resource a:last-child {
  margin-bottom: 0;
}

.section--tiles h3, .section--tiles .h3 {
  font-size: 0.76em;
  margin-bottom: 1.5em;
  color: #404F5A;
}

.section--tiles p {
  font-size: 1.1em;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  color: #404F5A;
}

.section--tiles a {
  font-size: 0.857em;
  margin-bottom: 1em;
}

.section--tiles .col-4 {
  padding-bottom: 2em;
}

.section--tiles .col-4:nth-child(3n+1) {
  padding-right: 1em;
}

.section--tiles .col-4:nth-child(3n+2) {
  padding-left: 1em;
  padding-right: 1em;
}

.section--tiles .col-4:nth-child(3n+3) {
  padding-left: 1em;
}

.section--tiles .col-4 .resource {
  position: relative;
  border-top: 11px solid #dc291e;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2.9em 2em 60px 2em;
  min-height: 460px;
  background-color: white;
}

.section--tiles .col-4 .resource.quote {
  padding: 2.3em 2em 0 2.4em;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(50, 62, 72, 0.05);
  position: relative;
}

.section--tiles .col-4 .resource.quote h3, .section--tiles .col-4 .resource.quote .h3 {
  font-size: 0.857em;
  margin-bottom: 0.5em;
}

.section--tiles .col-4 .resource.quote p {
  font-size: 1em;
  line-height: 1.6em;
}

.section--tiles .col-4 .resource.quote p:first-child {
  font-style: italic;
}

.section--tiles .col-4 .resource.quote p:first-child:before {
  content: '“';
  color: #236093;
  position: absolute;
  left: 0.45em;
  font-size: 48px;
  font-style: normal;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.section--tiles .col-4 .resource.quote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}

.section--tiles .col-4 .resource.quote .quote--text h3, .section--tiles .col-4 .resource.quote .quote--text .h3 {
  margin: 0;
}

.section--tiles .col-4 .resource.quote .quote--text p {
  margin-top: 0;
  font-size: 16px;
  color: #323e48;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.section--tiles .col-4 .resource.quote > div {
  margin: 0 auto 0 auto;
}

.section--tiles .col-4 .resource.tall {
  padding-bottom: 130px;
}

.section--tiles .col-4 .resource.tall .link--more a {
  display: inline;
}

.section--tiles .col-4 .resource.tall.image--bottom {
  padding-bottom: 180px;
  position: relative;
}

.section--tiles .col-4 .resource.tall.image--bottom .image--wrap {
  bottom: 100px;
  position: absolute;
}

.section--tiles .col-4 .resource.tall.image--bottom .image--wrap img {
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .section--tiles .col-4 {
    padding-bottom: 1.5em;
  }
  .section--tiles .col-4:nth-child(2n+1) {
    padding-left: 2em;
    padding-right: 0.75em;
  }
  .section--tiles .col-4:nth-child(2n+2) {
    padding-left: 0.75em;
    padding-right: 2em;
  }
  .section--tiles .col-4 .resource.quote {
    padding-bottom: 2em;
  }
}

@media (min-width: 769px) {
  .section--tiles .col-4.accordion--container .accordion-small {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .section--tiles .col-4 .resource {
    /*min-height: inherit;*/
    padding-bottom: 60px;
  }
  .section--tiles .col-4:nth-child(2n+1), .section--tiles .col-4:nth-child(2n+2) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section--tiles .col-4.accordion--container .accordion-small {
    margin-top: 1rem;
    padding-bottom: 25px;
  }
  .section--tiles .col-4.accordion--container .resource {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 1rem 0;
    min-height: 100px;
  }
  .section--tiles .col-4.accordion--container .resource h3, .section--tiles .col-4.accordion--container .resource .h3 {
    margin-bottom: 0;
    padding-right: calc( 100px + 1.5rem);
    padding-right: -webkit-calc( 100px + 1.5rem);
    height: 100px;
    display: table-cell;
    vertical-align: middle;
  }
  .section--tiles .col-4.accordion--container .resource:after, .section--tiles .col-4.accordion--container .resource:before {
    content: "–";
    max-height: 100px;
    text-align: center;
    position: absolute;
    font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    font-size: 3em;
    line-height: 1.4em;
    color: #ffffff;
    cursor: pointer;
  }
  .section--tiles .col-4.accordion--container .resource:before {
    z-index: 6;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 400ms -webkit-transform;
            transition: 400ms transform;
  }
  .section--tiles .col-4.accordion--container .resource:after {
    background-color: #236093;
    z-index: 5;
  }
  .section--tiles .col-4.accordion--container .resource.active:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 1023px) {
  .section--tiles .resources--container {
    margin-left: 0;
    margin-right: 0;
  }
  .section--tiles .col-4:nth-child(odd) {
    padding-left: 0;
  }
  .section--tiles .col-4:nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .section--tiles .col-4.col-md-6.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.section--tiles .link--more {
  border-top: 1px solid #cccfd1;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.2rem 2rem;
}

.section--tiles.tiles--orange .resource {
  border-top-color: #ffa400;
}

.section--resources {
  position: relative;
  padding-top: 100px;
}

.section--resources .resources {
  z-index: 1;
  max-width: 100%;
}

.section--resources .resources:last-child {
  margin-bottom: 0 !important;
}

.section--resources .cta--item {
  padding: 40px 20px;
}

.section--resources .cta--item h3, .section--resources .cta--item .h3 {
  font-size: 0.95238rem;
  margin: 0 0 20px;
}

.section--resources .cta--item h3:first-child, .section--resources .cta--item .h3:first-child {
  margin-top: 0;
}

.section--resources .cta--item h3:last-child, .section--resources .cta--item .h3:last-child {
  margin-bottom: 0;
}

.section--resources .cta--item .cta--text {
  font-size: 0.85714rem;
  line-height: 1.3;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.section--resources .slides .cta--item.border--left-right {
  border-left: 1px solid #cccfd1;
  border-right: 1px solid #cccfd1;
}

@media (max-width: 1023px) {
  .section--resources .slides .cta--item.border--left-right {
    border-left: none;
    border-right: none;
  }
}

.section--resources .slides .cta--item .icon-text h3, .section--resources .slides .cta--item .icon-text .h3 {
  margin-bottom: 0.5rem;
}

.section--resources .cta--pager {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 101;
}

.section--resources .cta--pager span {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}

.section--resources .cta--pager span:before {
  content: '';
  display: inline-block;
  border: 1px solid #236093;
  border-radius: 50%;
  width: 0.38095rem;
  height: 0.38095rem;
  margin: 0 10px;
}

.section--resources .cta--pager span:before:first-child {
  margin-top: 0;
}

.section--resources .cta--pager span:before:last-child {
  margin-bottom: 0;
}

.section--resources .cta--pager .cycle-pager-active:before {
  background-color: #236093;
}

.section--resource .row:last-child, .section--resource form .field-group:last-child, form .section--resource .field-group:last-child {
  margin-bottom: 0 !important;
}

.section--resource h3, .section--resource .h3 {
  color: #323e48;
  margin: 0;
}

.section--resource h3:first-child, .section--resource .h3:first-child {
  margin-top: 0;
}

.section--resource h3:last-child, .section--resource .h3:last-child {
  margin-bottom: 0;
}

.section--resource .content {
  padding: 40px 25px 25px;
}

@media (max-width: 767px) {
  .section--resource .content {
    padding: 25px 25px 40px;
  }
  .section--resource .content p {
    font-size: 0.85714rem;
  }
}

.section--resource .content.quote {
  padding: 2.3em 2em 1rem 80px;
}

.section--resource .content.quote .quote-text {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.section--resource .content.quote .quote-text:before {
  content: '“';
  color: #236093;
  position: absolute;
  left: 45px;
  font-size: 48px;
  line-height: 48px;
  font-style: normal;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.section--resource .content.quote .author {
  font-size: 0.85714rem;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 21px;
  line-height: 18px;
  color: #323e48;
}

.section--resource .content.quote .citation {
  font-size: 0.85714rem;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .section--resource .content.quote {
    padding-left: 60px;
  }
  .section--resource .content.quote .quote-text:before {
    left: 25px;
  }
}

.section--resource-video .image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F6;
}

.section--resource-video .image-wrap img {
  display: block;
}

.section--resource-video .play-overlay:after, .section--resource-video .play-overlay-small:after {
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  opacity: 0.15;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
}

.section--resource-video .play-overlay:hover:after, .section--resource-video .play-overlay-small:hover:after {
  opacity: 0;
}

.section--resource .no-column-pad {
  position: relative;
  z-index: 1;
}

.section--table {
  padding-top: 0;
  padding-bottom: 0;
}

.section--table .row, .section--table form .field-group, form .section--table .field-group {
  margin-bottom: 0;
}

.section--table th, .section--table td {
  color: #323e48;
  padding-left: 0;
  font-size: 1rem;
}

.section--table tbody tr {
  border-bottom: 1px solid #cccfd1;
}

.section--table thead tr {
  border-bottom: 4px solid #323e48;
}

.section--table .row, .section--table form .field-group, form .section--table .field-group {
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
}

.section--table .spec {
  overflow: hidden;
}

.section--table td {
  font-size: 16px;
  padding-left: 10px;
}

.section--table th {
  font-size: 18px;
}

.section--table .table-left {
  width: 27%;
  /* fix hairline */
  margin-right: -1px;
}

.section--table .table-right {
  width: 73%;
}

@media (max-width: 767px) {
  .section--table .table-left {
    width: 45%;
  }
  .section--table .table-right {
    width: 55%;
  }
}

.section--table .title {
  display: inline-block;
  background-color: #323e48;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 40px;
}

.section--table .title:first-child {
  margin-top: 0;
}

.section--table .title:last-child {
  margin-bottom: 0;
}

.section--table .title p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 21px;
}

.section--products {
  padding-top: 0;
}

@media (min-width: 1025px) {
  .section--products {
    padding-bottom: 0;
  }
}

.section--products .wrap--narrow > .row, .section--products form .wrap--narrow > .field-group, form .section--products .wrap--narrow > .field-group {
  margin: 0;
}

.section--products .wrap .row, .section--products .wrap--narrow .row, .section--products .wrap form .field-group, form .section--products .wrap .field-group, .section--products .wrap--narrow form .field-group, form .section--products .wrap--narrow .field-group {
  margin-top: 0;
  padding: 80px 0;
}

.section--products .wrap .row:not(.border--bottom), .section--products .wrap--narrow .row:not(.border--bottom), .section--products .wrap form .field-group:not(.border--bottom), form .section--products .wrap .field-group:not(.border--bottom), .section--products .wrap--narrow form .field-group:not(.border--bottom), form .section--products .wrap--narrow .field-group:not(.border--bottom) {
  padding: 25px 0;
}

.section--products .wrap .row:not(.border--bottom):last-child, .section--products .wrap--narrow .row:not(.border--bottom):last-child, .section--products .wrap form .field-group:not(.border--bottom):last-child, form .section--products .wrap .field-group:not(.border--bottom):last-child, .section--products .wrap--narrow form .field-group:not(.border--bottom):last-child, form .section--products .wrap--narrow .field-group:not(.border--bottom):last-child {
  padding-bottom: 0;
}

.section--products .wrap .row:not(.border--bottom):last-child .col-6, .section--products .wrap--narrow .row:not(.border--bottom):last-child .col-6, .section--products .wrap form .field-group:not(.border--bottom):last-child .col-6, form .section--products .wrap .field-group:not(.border--bottom):last-child .col-6, .section--products .wrap--narrow form .field-group:not(.border--bottom):last-child .col-6, form .section--products .wrap--narrow .field-group:not(.border--bottom):last-child .col-6 {
  padding-bottom: 0;
}

.section--products .wrap h2, .section--products .wrap--narrow h2, .section--products .wrap .h2, .section--products .wrap--narrow .h2 {
  font-size: 36px;
  margin-bottom: 0 !important;
}

.section--products .wrap h3, .section--products .wrap--narrow h3, .section--products .wrap .h3, .section--products .wrap--narrow .h3 {
  font-size: 24px;
}

.section--products .wrap .screenshot, .section--products .wrap--narrow .screenshot {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-bottom: 0;
}

.section--products .wrap .screenshot > img, .section--products .wrap--narrow .screenshot > img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.section--products .wrap .screenshot:nth-child(even) .col-6:nth-child(even), .section--products .wrap--narrow .screenshot:nth-child(even) .col-6:nth-child(even) {
  text-align: center;
}

.section--products .wrap .screenshot:nth-child(odd) .col-6:nth-child(odd), .section--products .wrap--narrow .screenshot:nth-child(odd) .col-6:nth-child(odd) {
  text-align: center;
}

.section--products .wrap .col-12 > h2, .section--products .wrap--narrow .col-12 > h2, .section--products .wrap .col-12 > .h2, .section--products .wrap--narrow .col-12 > .h2 {
  padding-bottom: 48.5px;
}

@media (max-width: 1023px) {
  .section--products .wrap h2, .section--products .wrap--narrow h2, .section--products .wrap .h2, .section--products .wrap--narrow .h2 {
    padding-left: 0;
  }
  .section--products .wrap .border--bottom, .section--products .wrap--narrow .border--bottom {
    padding: 40px 0;
  }
  .section--products .wrap .row, .section--products .wrap--narrow .row, .section--products .wrap form .field-group, form .section--products .wrap .field-group, .section--products .wrap--narrow form .field-group, form .section--products .wrap--narrow .field-group {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .section--products .wrap h3, .section--products .wrap--narrow h3, .section--products .wrap .h3, .section--products .wrap--narrow .h3 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .section--products .wrap .alternate--elements .row, .section--products .wrap--narrow .alternate--elements .row, .section--products .wrap .alternate--elements form .field-group, form .section--products .wrap .alternate--elements .field-group, .section--products .wrap--narrow .alternate--elements form .field-group, form .section--products .wrap--narrow .alternate--elements .field-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 479px) {
  .section--products .wrap h2, .section--products .wrap--narrow h2, .section--products .wrap .h2, .section--products .wrap--narrow .h2 {
    font-size: 24px;
  }
  .section--products .wrap h3, .section--products .wrap--narrow h3, .section--products .wrap .h3, .section--products .wrap--narrow .h3 {
    font-size: 18px;
  }
}

.section--resource .row, .section--resource form .field-group, form .section--resource .field-group,
.section--resources .row,
.section--resources form .field-group, form
.section--resources .field-group {
  margin-left: 0;
  margin-right: 0;
}

.section--features {
  line-height: 1.65;
}

.section--features .icon-wrapper img {
  box-shadow: none;
}

.section--features .icon-text {
  padding-left: 0;
}

.section--features .icon-text p {
  margin-bottom: 0;
}

.section--features .row, .section--features form .field-group, form .section--features .field-group {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .section--features .icon-wrapper {
    width: 55px;
  }
  .section--features .pull-in {
    padding: 0;
  }
  .section--features .icon-text {
    padding-left: 0.5em;
    width: calc(100% - 66px);
  }
  .section--features h2, .section--features .h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .section--features h2, .section--features .h2 {
    font-size: 36px;
  }
  .section--features .row:last-child, .section--features form .field-group:last-child, form .section--features .field-group:last-child {
    margin-top: 1rem;
  }
  .section--features .row, .section--features form .field-group, form .section--features .field-group {
    margin-top: 1rem;
  }
  .section--features .row .col-6, .section--features form .field-group .col-6, form .section--features .field-group .col-6 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 479px) {
  .section--features h2, .section--features .h2 {
    font-size: 24px;
  }
}

.section--features .row:last-child, .section--features form .field-group:last-child, form .section--features .field-group:last-child {
  margin-bottom: 0;
}

.wrap--narrow {
  max-width: 1160px;
}

.no-column-pad [class*=col] {
  padding: 0;
}

.play-overlay, .play-overlay-small {
  display: block;
  position: relative;
}

.play-overlay:before, .play-overlay-small:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(media/icons/play-overlay.svg) center no-repeat;
  z-index: 2;
}

.play-overlay-small:before {
  top: -7px;
  /*background: url(../../../media/icons/play-overlay-small.svg) center no-repeat;*/
  background-size: 18px;
}

.border--full {
  border: 1px solid #cccfd1;
}

.pull-in {
  padding: 0 40px;
}

.section--accordion {
  padding-top: 0;
}

.section--accordion .wrap .clearfix, .section--accordion .wrap--narrow .clearfix, .section--accordion .wrap .wrap, .section--accordion .wrap--narrow .wrap, .section--accordion .wrap .wrap--narrow, .section--accordion .wrap--narrow .wrap--narrow {
  padding: 0 2rem 0 2rem;
  border: 1px solid #cccfd1;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}

.section--accordion .wrap .clearfix .accordion--headline, .section--accordion .wrap--narrow .clearfix .accordion--headline, .section--accordion .wrap .wrap .accordion--headline, .section--accordion .wrap--narrow .wrap .accordion--headline, .section--accordion .wrap .wrap--narrow .accordion--headline, .section--accordion .wrap--narrow .wrap--narrow .accordion--headline {
  height: 100px;
  display: table;
  position: absolute;
  top: 0;
}

.section--accordion .wrap .clearfix h2, .section--accordion .wrap--narrow .clearfix h2, .section--accordion .wrap .wrap h2, .section--accordion .wrap--narrow .wrap h2, .section--accordion .wrap .wrap--narrow h2, .section--accordion .wrap--narrow .wrap--narrow h2, .section--accordion .wrap .clearfix .h2, .section--accordion .wrap--narrow .clearfix .h2, .section--accordion .wrap .wrap .h2, .section--accordion .wrap--narrow .wrap .h2, .section--accordion .wrap .wrap--narrow .h2, .section--accordion .wrap--narrow .wrap--narrow .h2 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.section--accordion .wrap .clearfix .accordion--toggle, .section--accordion .wrap--narrow .clearfix .accordion--toggle, .section--accordion .wrap .wrap .accordion--toggle, .section--accordion .wrap--narrow .wrap .accordion--toggle, .section--accordion .wrap .wrap--narrow .accordion--toggle, .section--accordion .wrap--narrow .wrap--narrow .accordion--toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100px;
  max-height: 100px;
  cursor: pointer;
  border: none;
  width: 100%;
  background-color: transparent;
  outline: none;
}

.section--accordion .wrap .clearfix .accordion--toggle:hover:after, .section--accordion .wrap--narrow .clearfix .accordion--toggle:hover:after, .section--accordion .wrap .wrap .accordion--toggle:hover:after, .section--accordion .wrap--narrow .wrap .accordion--toggle:hover:after, .section--accordion .wrap .wrap--narrow .accordion--toggle:hover:after, .section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:hover:after {
  background-color: #1e537e;
}

.section--accordion .wrap .clearfix .accordion--toggle:after, .section--accordion .wrap--narrow .clearfix .accordion--toggle:after, .section--accordion .wrap .wrap .accordion--toggle:after, .section--accordion .wrap--narrow .wrap .accordion--toggle:after, .section--accordion .wrap .wrap--narrow .accordion--toggle:after, .section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:after, .section--accordion .wrap .clearfix .accordion--toggle:before, .section--accordion .wrap--narrow .clearfix .accordion--toggle:before, .section--accordion .wrap .wrap .accordion--toggle:before, .section--accordion .wrap--narrow .wrap .accordion--toggle:before, .section--accordion .wrap .wrap--narrow .accordion--toggle:before, .section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:before {
  content: "–";
  max-height: 100px;
  min-height: 100px;
  text-align: center;
  position: absolute;
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  font-size: 3em;
  line-height: 1.4em;
  color: #ffffff;
  cursor: pointer;
}

.section--accordion .wrap .clearfix .accordion--toggle:before, .section--accordion .wrap--narrow .clearfix .accordion--toggle:before, .section--accordion .wrap .wrap .accordion--toggle:before, .section--accordion .wrap--narrow .wrap .accordion--toggle:before, .section--accordion .wrap .wrap--narrow .accordion--toggle:before, .section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:before {
  z-index: 6;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 400ms -webkit-transform;
          transition: 400ms transform;
}

.section--accordion .wrap .clearfix .accordion--toggle:after, .section--accordion .wrap--narrow .clearfix .accordion--toggle:after, .section--accordion .wrap .wrap .accordion--toggle:after, .section--accordion .wrap--narrow .wrap .accordion--toggle:after, .section--accordion .wrap .wrap--narrow .accordion--toggle:after, .section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:after {
  background-color: #236093;
  z-index: 5;
}

.section--accordion .wrap .clearfix .accordion--toggle.active:before, .section--accordion .wrap--narrow .clearfix .accordion--toggle.active:before, .section--accordion .wrap .wrap .accordion--toggle.active:before, .section--accordion .wrap--narrow .wrap .accordion--toggle.active:before, .section--accordion .wrap .wrap--narrow .accordion--toggle.active:before, .section--accordion .wrap--narrow .wrap--narrow .accordion--toggle.active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.section--accordion .wrap .clearfix .accordion--inner, .section--accordion .wrap--narrow .clearfix .accordion--inner, .section--accordion .wrap .wrap .accordion--inner, .section--accordion .wrap--narrow .wrap .accordion--inner, .section--accordion .wrap .wrap--narrow .accordion--inner, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section--accordion .wrap .clearfix .accordion--inner > .row, .section--accordion .wrap--narrow .clearfix .accordion--inner > .row, .section--accordion .wrap .wrap .accordion--inner > .row, .section--accordion .wrap--narrow .wrap .accordion--inner > .row, .section--accordion .wrap .wrap--narrow .accordion--inner > .row, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner > .row, .section--accordion .wrap .clearfix form .accordion--inner > .field-group, form .section--accordion .wrap .clearfix .accordion--inner > .field-group, .section--accordion .wrap--narrow .clearfix form .accordion--inner > .field-group, form .section--accordion .wrap--narrow .clearfix .accordion--inner > .field-group, .section--accordion .wrap .wrap form .accordion--inner > .field-group, form .section--accordion .wrap .wrap .accordion--inner > .field-group, .section--accordion .wrap--narrow .wrap form .accordion--inner > .field-group, form .section--accordion .wrap--narrow .wrap .accordion--inner > .field-group, .section--accordion .wrap .wrap--narrow form .accordion--inner > .field-group, form .section--accordion .wrap .wrap--narrow .accordion--inner > .field-group, .section--accordion .wrap--narrow .wrap--narrow form .accordion--inner > .field-group, form .section--accordion .wrap--narrow .wrap--narrow .accordion--inner > .field-group {
  margin-bottom: 0;
}

.section--accordion .wrap .clearfix .accordion--inner > .row > div, .section--accordion .wrap--narrow .clearfix .accordion--inner > .row > div, .section--accordion .wrap .wrap .accordion--inner > .row > div, .section--accordion .wrap--narrow .wrap .accordion--inner > .row > div, .section--accordion .wrap .wrap--narrow .accordion--inner > .row > div, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner > .row > div, .section--accordion .wrap .clearfix form .accordion--inner > .field-group > div, form .section--accordion .wrap .clearfix .accordion--inner > .field-group > div, .section--accordion .wrap--narrow .clearfix form .accordion--inner > .field-group > div, form .section--accordion .wrap--narrow .clearfix .accordion--inner > .field-group > div, .section--accordion .wrap .wrap form .accordion--inner > .field-group > div, form .section--accordion .wrap .wrap .accordion--inner > .field-group > div, .section--accordion .wrap--narrow .wrap form .accordion--inner > .field-group > div, form .section--accordion .wrap--narrow .wrap .accordion--inner > .field-group > div, .section--accordion .wrap .wrap--narrow form .accordion--inner > .field-group > div, form .section--accordion .wrap .wrap--narrow .accordion--inner > .field-group > div, .section--accordion .wrap--narrow .wrap--narrow form .accordion--inner > .field-group > div, form .section--accordion .wrap--narrow .wrap--narrow .accordion--inner > .field-group > div {
  padding-bottom: 0;
}

.section--accordion .wrap .clearfix .accordion--inner h3, .section--accordion .wrap--narrow .clearfix .accordion--inner h3, .section--accordion .wrap .wrap .accordion--inner h3, .section--accordion .wrap--narrow .wrap .accordion--inner h3, .section--accordion .wrap .wrap--narrow .accordion--inner h3, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner h3, .section--accordion .wrap .clearfix .accordion--inner .h3, .section--accordion .wrap--narrow .clearfix .accordion--inner .h3, .section--accordion .wrap .wrap .accordion--inner .h3, .section--accordion .wrap--narrow .wrap .accordion--inner .h3, .section--accordion .wrap .wrap--narrow .accordion--inner .h3, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner .h3 {
  margin: 0;
}

.section--accordion .wrap .clearfix .accordion--inner .link-list, .section--accordion .wrap--narrow .clearfix .accordion--inner .link-list, .section--accordion .wrap .wrap .accordion--inner .link-list, .section--accordion .wrap--narrow .wrap .accordion--inner .link-list, .section--accordion .wrap .wrap--narrow .accordion--inner .link-list, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner .link-list {
  list-style-type: none;
  padding: 0;
}

.section--accordion .wrap .clearfix .accordion--inner .link-list li, .section--accordion .wrap--narrow .clearfix .accordion--inner .link-list li, .section--accordion .wrap .wrap .accordion--inner .link-list li, .section--accordion .wrap--narrow .wrap .accordion--inner .link-list li, .section--accordion .wrap .wrap--narrow .accordion--inner .link-list li, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner .link-list li {
  padding: 20px 0;
  background-image: -webkit-linear-gradient(left, #cccfd1 50%, white 0);
  background-image: linear-gradient(to right, #cccfd1 50%, white 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}

.section--accordion .wrap .clearfix .accordion--inner .link-list li:last-child, .section--accordion .wrap--narrow .clearfix .accordion--inner .link-list li:last-child, .section--accordion .wrap .wrap .accordion--inner .link-list li:last-child, .section--accordion .wrap--narrow .wrap .accordion--inner .link-list li:last-child, .section--accordion .wrap .wrap--narrow .accordion--inner .link-list li:last-child, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner .link-list li:last-child {
  background-image: none;
}

@media (max-width: 767px) {
  .section--accordion .wrap .clearfix, .section--accordion .wrap--narrow .clearfix, .section--accordion .wrap .wrap, .section--accordion .wrap--narrow .wrap, .section--accordion .wrap .wrap--narrow, .section--accordion .wrap--narrow .wrap--narrow {
    padding: 20px 1rem 0 1rem;
  }
  .section--accordion .wrap .clearfix .accordion--inner, .section--accordion .wrap--narrow .clearfix .accordion--inner, .section--accordion .wrap .wrap .accordion--inner, .section--accordion .wrap--narrow .wrap .accordion--inner, .section--accordion .wrap .wrap--narrow .accordion--inner, .section--accordion .wrap--narrow .wrap--narrow .accordion--inner {
    padding-bottom: 40;
  }
  .section--accordion .wrap .clearfix h2, .section--accordion .wrap--narrow .clearfix h2, .section--accordion .wrap .wrap h2, .section--accordion .wrap--narrow .wrap h2, .section--accordion .wrap .wrap--narrow h2, .section--accordion .wrap--narrow .wrap--narrow h2, .section--accordion .wrap .clearfix .h2, .section--accordion .wrap--narrow .clearfix .h2, .section--accordion .wrap .wrap .h2, .section--accordion .wrap--narrow .wrap .h2, .section--accordion .wrap .wrap--narrow .h2, .section--accordion .wrap--narrow .wrap--narrow .h2 {
    padding-right: calc( 100px + 1.5rem);
    font-size: 1.2rem;
  }
}

@media (max-width: 479px) {
  .section--accordion .wrap .clearfix, .section--accordion .wrap--narrow .clearfix, .section--accordion .wrap .wrap, .section--accordion .wrap--narrow .wrap, .section--accordion .wrap .wrap--narrow, .section--accordion .wrap--narrow .wrap--narrow {
    padding: 20px 1rem 0 1rem;
  }
  .section--accordion .wrap .clearfix h2, .section--accordion .wrap--narrow .clearfix h2, .section--accordion .wrap .wrap h2, .section--accordion .wrap--narrow .wrap h2, .section--accordion .wrap .wrap--narrow h2, .section--accordion .wrap--narrow .wrap--narrow h2, .section--accordion .wrap .clearfix .h2, .section--accordion .wrap--narrow .clearfix .h2, .section--accordion .wrap .wrap .h2, .section--accordion .wrap--narrow .wrap .h2, .section--accordion .wrap .wrap--narrow .h2, .section--accordion .wrap--narrow .wrap--narrow .h2 {
    padding-right: calc( 100px + 1.5rem);
    font-size: 1.2rem;
  }
}

.section--grid + .section--grid,
.section--resources + .section--grid {
  padding-top: 0;
}

@media (max-width: 1023px) {
  .section--resources {
    padding-top: 40px;
  }
  .section--resources .cta--item:nth-child(2) {
    border: none;
    border-top: 1px solid #cccfd1;
    border-bottom: 1px solid #cccfd1;
  }
  .section--resources .cta--item.col-4 {
    padding: 2rem 2rem 4rem 2rem;
  }
  .section--resource-video .image-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section--resource-video .image-wrap img {
    display: block;
  }
  .section--grid .wrap h2, .section--grid .wrap--narrow h2, .section--grid .wrap .h2, .section--grid .wrap--narrow .h2, .section--grid .wrap--narrow h2, .section--grid .wrap--narrow .h2 {
    font-size: 1.14286rem;
  }
  .section--grid .wrap .row:not(.resources--container) h3, .section--grid .wrap--narrow .row:not(.resources--container) h3, .section--grid .wrap form .field-group:not(.resources--container) h3, form .section--grid .wrap .field-group:not(.resources--container) h3, .section--grid .wrap--narrow form .field-group:not(.resources--container) h3, form .section--grid .wrap--narrow .field-group:not(.resources--container) h3, .section--grid .wrap .row:not(.resources--container) .h3, .section--grid .wrap--narrow .row:not(.resources--container) .h3, .section--grid .wrap form .field-group:not(.resources--container) .h3, form .section--grid .wrap .field-group:not(.resources--container) .h3, .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3, form .section--grid .wrap--narrow .field-group:not(.resources--container) .h3, .section--grid .wrap--narrow .row:not(.resources--container) h3, .section--grid .wrap--narrow form .field-group:not(.resources--container) h3, form .section--grid .wrap--narrow .field-group:not(.resources--container) h3, .section--grid .wrap--narrow .row:not(.resources--container) .h3, .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3, form .section--grid .wrap--narrow .field-group:not(.resources--container) .h3 {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .section--grid .wrap p, .section--grid .wrap--narrow p, .section--grid .wrap a, .section--grid .wrap--narrow a,
  .section--grid .wrap .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap .col-4 .resource a,
  .section--grid .wrap--narrow .col-4 .resource a, .section--grid .wrap--narrow p, .section--grid .wrap--narrow a,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource a {
    font-size: 0.85714rem;
  }
}

@media (max-width: 479px) {
  .section--resources .cta--item.col-4 {
    padding: 1rem 1rem 3rem 1rem;
  }
  .section--resources .cta--item.col-4 .icon-wrapper {
    width: 55px;
  }
  .section--resources .cta--item.col-4 .icon-text {
    padding-left: 0.5rem;
    width: calc(100% - 55px - 0.5rem);
    width: -webkit-calc(100% - 55px - 0.5rem);
  }
  .section--resources .cta--item.col-4 .icon-text h3, .section--resources .cta--item.col-4 .icon-text .h3, .section--resources .cta--item.col-4 .icon-text .trailing-link, .section--resources .cta--item.col-4 .icon-text .section--grid .grid--inner-border .col-6 a, .section--grid .grid--inner-border .col-6 .section--resources .cta--item.col-4 .icon-text a, .section--resources .cta--item.col-4 .icon-text .section--grid .product-list li a, .section--grid .product-list li .section--resources .cta--item.col-4 .icon-text a {
    font-size: 0.75rem;
  }
  .section--features .wrap h2, .section--features .wrap--narrow h2, .section--features .wrap .h2, .section--features .wrap--narrow .h2, .section--features .wrap--narrow h2, .section--features .wrap--narrow .h2,
  .section--resource .wrap h2,
  .section--resource .wrap--narrow h2,
  .section--resource .wrap .h2,
  .section--resource .wrap--narrow .h2,
  .section--resource .wrap--narrow h2,
  .section--resource .wrap--narrow .h2,
  .section--products .wrap h2,
  .section--products .wrap--narrow h2,
  .section--products .wrap .h2,
  .section--products .wrap--narrow .h2,
  .section--products .wrap--narrow h2,
  .section--products .wrap--narrow .h2,
  .section--learning-center .wrap h2,
  .section--learning-center .wrap--narrow h2,
  .section--learning-center .wrap .h2,
  .section--learning-center .wrap--narrow .h2,
  .section--learning-center .wrap--narrow h2,
  .section--learning-center .wrap--narrow .h2,
  .valprop--product .wrap h2,
  .valprop--product .wrap--narrow h2,
  .valprop--product .wrap .h2,
  .valprop--product .wrap--narrow .h2,
  .valprop--product .wrap--narrow h2,
  .valprop--product .wrap--narrow .h2,
  .section--grid .wrap h2,
  .section--grid .wrap--narrow h2,
  .section--grid .wrap .h2,
  .section--grid .wrap--narrow .h2,
  .section--grid .wrap--narrow h2,
  .section--grid .wrap--narrow .h2,
  .section--quote .wrap h2,
  .section--quote .wrap--narrow h2,
  .section--quote .wrap .h2,
  .section--quote .wrap--narrow .h2,
  .section--quote .wrap--narrow h2,
  .section--quote .wrap--narrow .h2 {
    font-size: 1.14286rem;
  }
  .section--features .wrap .row:not(.resources--container) h3, .section--features .wrap--narrow .row:not(.resources--container) h3, .section--features .wrap form .field-group:not(.resources--container) h3, form .section--features .wrap .field-group:not(.resources--container) h3, .section--features .wrap--narrow form .field-group:not(.resources--container) h3, form .section--features .wrap--narrow .field-group:not(.resources--container) h3, .section--features .wrap .row:not(.resources--container) .h3, .section--features .wrap--narrow .row:not(.resources--container) .h3, .section--features .wrap form .field-group:not(.resources--container) .h3, form .section--features .wrap .field-group:not(.resources--container) .h3, .section--features .wrap--narrow form .field-group:not(.resources--container) .h3, form .section--features .wrap--narrow .field-group:not(.resources--container) .h3, .section--features .wrap--narrow .row:not(.resources--container) h3, .section--features .wrap--narrow form .field-group:not(.resources--container) h3, form .section--features .wrap--narrow .field-group:not(.resources--container) h3, .section--features .wrap--narrow .row:not(.resources--container) .h3, .section--features .wrap--narrow form .field-group:not(.resources--container) .h3, form .section--features .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--resource .wrap .row:not(.resources--container) h3,
  .section--resource .wrap--narrow .row:not(.resources--container) h3,
  .section--resource .wrap form .field-group:not(.resources--container) h3, form
  .section--resource .wrap .field-group:not(.resources--container) h3,
  .section--resource .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--resource .wrap--narrow .field-group:not(.resources--container) h3,
  .section--resource .wrap .row:not(.resources--container) .h3,
  .section--resource .wrap--narrow .row:not(.resources--container) .h3,
  .section--resource .wrap form .field-group:not(.resources--container) .h3, form
  .section--resource .wrap .field-group:not(.resources--container) .h3,
  .section--resource .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--resource .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--resource .wrap--narrow .row:not(.resources--container) h3,
  .section--resource .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--resource .wrap--narrow .field-group:not(.resources--container) h3,
  .section--resource .wrap--narrow .row:not(.resources--container) .h3,
  .section--resource .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--resource .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--products .wrap .row:not(.resources--container) h3,
  .section--products .wrap--narrow .row:not(.resources--container) h3,
  .section--products .wrap form .field-group:not(.resources--container) h3, form
  .section--products .wrap .field-group:not(.resources--container) h3,
  .section--products .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--products .wrap--narrow .field-group:not(.resources--container) h3,
  .section--products .wrap .row:not(.resources--container) .h3,
  .section--products .wrap--narrow .row:not(.resources--container) .h3,
  .section--products .wrap form .field-group:not(.resources--container) .h3, form
  .section--products .wrap .field-group:not(.resources--container) .h3,
  .section--products .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--products .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--products .wrap--narrow .row:not(.resources--container) h3,
  .section--products .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--products .wrap--narrow .field-group:not(.resources--container) h3,
  .section--products .wrap--narrow .row:not(.resources--container) .h3,
  .section--products .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--products .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--learning-center .wrap .row:not(.resources--container) h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) h3,
  .section--learning-center .wrap form .field-group:not(.resources--container) h3, form
  .section--learning-center .wrap .field-group:not(.resources--container) h3,
  .section--learning-center .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--learning-center .wrap--narrow .field-group:not(.resources--container) h3,
  .section--learning-center .wrap .row:not(.resources--container) .h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) .h3,
  .section--learning-center .wrap form .field-group:not(.resources--container) .h3, form
  .section--learning-center .wrap .field-group:not(.resources--container) .h3,
  .section--learning-center .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--learning-center .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) h3,
  .section--learning-center .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--learning-center .wrap--narrow .field-group:not(.resources--container) h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) .h3,
  .section--learning-center .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--learning-center .wrap--narrow .field-group:not(.resources--container) .h3,
  .valprop--product .wrap .row:not(.resources--container) h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) h3,
  .valprop--product .wrap form .field-group:not(.resources--container) h3, form
  .valprop--product .wrap .field-group:not(.resources--container) h3,
  .valprop--product .wrap--narrow form .field-group:not(.resources--container) h3, form
  .valprop--product .wrap--narrow .field-group:not(.resources--container) h3,
  .valprop--product .wrap .row:not(.resources--container) .h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) .h3,
  .valprop--product .wrap form .field-group:not(.resources--container) .h3, form
  .valprop--product .wrap .field-group:not(.resources--container) .h3,
  .valprop--product .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .valprop--product .wrap--narrow .field-group:not(.resources--container) .h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) h3,
  .valprop--product .wrap--narrow form .field-group:not(.resources--container) h3, form
  .valprop--product .wrap--narrow .field-group:not(.resources--container) h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) .h3,
  .valprop--product .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .valprop--product .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--grid .wrap .row:not(.resources--container) h3,
  .section--grid .wrap--narrow .row:not(.resources--container) h3,
  .section--grid .wrap form .field-group:not(.resources--container) h3, form
  .section--grid .wrap .field-group:not(.resources--container) h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--grid .wrap--narrow .field-group:not(.resources--container) h3,
  .section--grid .wrap .row:not(.resources--container) .h3,
  .section--grid .wrap--narrow .row:not(.resources--container) .h3,
  .section--grid .wrap form .field-group:not(.resources--container) .h3, form
  .section--grid .wrap .field-group:not(.resources--container) .h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--grid .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--grid .wrap--narrow .row:not(.resources--container) h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--grid .wrap--narrow .field-group:not(.resources--container) h3,
  .section--grid .wrap--narrow .row:not(.resources--container) .h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--grid .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--quote .wrap .row:not(.resources--container) h3,
  .section--quote .wrap--narrow .row:not(.resources--container) h3,
  .section--quote .wrap form .field-group:not(.resources--container) h3, form
  .section--quote .wrap .field-group:not(.resources--container) h3,
  .section--quote .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--quote .wrap--narrow .field-group:not(.resources--container) h3,
  .section--quote .wrap .row:not(.resources--container) .h3,
  .section--quote .wrap--narrow .row:not(.resources--container) .h3,
  .section--quote .wrap form .field-group:not(.resources--container) .h3, form
  .section--quote .wrap .field-group:not(.resources--container) .h3,
  .section--quote .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--quote .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--quote .wrap--narrow .row:not(.resources--container) h3,
  .section--quote .wrap--narrow form .field-group:not(.resources--container) h3, form
  .section--quote .wrap--narrow .field-group:not(.resources--container) h3,
  .section--quote .wrap--narrow .row:not(.resources--container) .h3,
  .section--quote .wrap--narrow form .field-group:not(.resources--container) .h3, form
  .section--quote .wrap--narrow .field-group:not(.resources--container) .h3 {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .section--features .wrap p, .section--features .wrap--narrow p, .section--features .wrap a, .section--features .wrap--narrow a,
  .section--features .wrap .col-4 .resource p,
  .section--features .wrap--narrow .col-4 .resource p,
  .section--features .wrap .col-4 .resource a,
  .section--features .wrap--narrow .col-4 .resource a, .section--features .wrap--narrow p, .section--features .wrap--narrow a,
  .section--features .wrap--narrow .col-4 .resource p,
  .section--features .wrap--narrow .col-4 .resource a,
  .section--resource .wrap p,
  .section--resource .wrap--narrow p,
  .section--resource .wrap a,
  .section--resource .wrap--narrow a,
  .section--resource .wrap .col-4 .resource p,
  .section--resource .wrap--narrow .col-4 .resource p,
  .section--resource .wrap .col-4 .resource a,
  .section--resource .wrap--narrow .col-4 .resource a,
  .section--resource .wrap--narrow p,
  .section--resource .wrap--narrow a,
  .section--resource .wrap--narrow .col-4 .resource p,
  .section--resource .wrap--narrow .col-4 .resource a,
  .section--products .wrap p,
  .section--products .wrap--narrow p,
  .section--products .wrap a,
  .section--products .wrap--narrow a,
  .section--products .wrap .col-4 .resource p,
  .section--products .wrap--narrow .col-4 .resource p,
  .section--products .wrap .col-4 .resource a,
  .section--products .wrap--narrow .col-4 .resource a,
  .section--products .wrap--narrow p,
  .section--products .wrap--narrow a,
  .section--products .wrap--narrow .col-4 .resource p,
  .section--products .wrap--narrow .col-4 .resource a,
  .section--learning-center .wrap p,
  .section--learning-center .wrap--narrow p,
  .section--learning-center .wrap a,
  .section--learning-center .wrap--narrow a,
  .section--learning-center .wrap .col-4 .resource p,
  .section--learning-center .wrap--narrow .col-4 .resource p,
  .section--learning-center .wrap .col-4 .resource a,
  .section--learning-center .wrap--narrow .col-4 .resource a,
  .section--learning-center .wrap--narrow p,
  .section--learning-center .wrap--narrow a,
  .section--learning-center .wrap--narrow .col-4 .resource p,
  .section--learning-center .wrap--narrow .col-4 .resource a,
  .valprop--product .wrap p,
  .valprop--product .wrap--narrow p,
  .valprop--product .wrap a,
  .valprop--product .wrap--narrow a,
  .valprop--product .wrap .col-4 .resource p,
  .valprop--product .wrap--narrow .col-4 .resource p,
  .valprop--product .wrap .col-4 .resource a,
  .valprop--product .wrap--narrow .col-4 .resource a,
  .valprop--product .wrap--narrow p,
  .valprop--product .wrap--narrow a,
  .valprop--product .wrap--narrow .col-4 .resource p,
  .valprop--product .wrap--narrow .col-4 .resource a,
  .section--grid .wrap p,
  .section--grid .wrap--narrow p,
  .section--grid .wrap a,
  .section--grid .wrap--narrow a,
  .section--grid .wrap .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap .col-4 .resource a,
  .section--grid .wrap--narrow .col-4 .resource a,
  .section--grid .wrap--narrow p,
  .section--grid .wrap--narrow a,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource a,
  .section--quote .wrap p,
  .section--quote .wrap--narrow p,
  .section--quote .wrap a,
  .section--quote .wrap--narrow a,
  .section--quote .wrap .col-4 .resource p,
  .section--quote .wrap--narrow .col-4 .resource p,
  .section--quote .wrap .col-4 .resource a,
  .section--quote .wrap--narrow .col-4 .resource a,
  .section--quote .wrap--narrow p,
  .section--quote .wrap--narrow a,
  .section--quote .wrap--narrow .col-4 .resource p,
  .section--quote .wrap--narrow .col-4 .resource a {
    font-size: 0.85714rem;
  }
}

.section--resources + .section--products {
  padding-top: 0;
}

ul.page--list {
  padding-left: 30px;
}

ul.page--list li {
  list-style: none;
  padding-bottom: 1rem;
}

ul.page--list li:before {
  content: "•";
  color: #ffa400;
  position: absolute;
  margin-left: -1rem;
}

ul.page--list li:last-child {
  padding-bottom: 0;
}

.press--release p {
    color: #5a646c;
  /*color: #323e48;
  opacity: 0.8;*/
}

.section--additional-resources .bold {
  margin-bottom: 0;
}

.section--additional-resources .bold + a {
  margin-bottom: 40px;
}

.section--additional-resources .resource, .section--additional-resources .row:last-child, .section--additional-resources form .field-group:last-child, form .section--additional-resources .field-group:last-child {
  padding: 45px 15.75px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cccfd1;
}

.section--additional-resources .resource p, .section--additional-resources .row:last-child p, .section--additional-resources form .field-group:last-child p, form .section--additional-resources .field-group:last-child p {
  width: 100%;
}

.section--additional-resources .resource p.bold, .section--additional-resources .row:last-child p.bold, .section--additional-resources form .field-group:last-child p.bold, form .section--additional-resources .field-group:last-child p.bold {
  font-size: 0.7619rem;
  margin-bottom: 0;
}

.section--additional-resources .resource p.bold + p, .section--additional-resources .row:last-child p.bold + p, .section--additional-resources form .field-group:last-child p.bold + p, form .section--additional-resources .field-group:last-child p.bold + p {
  margin-top: 0;
}

.section--additional-resources .load--more {
  margin-top: 100px;
  margin-left: -15.75px;
  margin-right: -15.75px;
  width: calc( 100% + 31.5px);
  padding: 34px 0;
  text-align: center;
  border: 1px solid #cccfd1;
}

.section--additional-resources .load--more p {
  color: #236093;
}

.section--search-filter {
  padding: 40px 0;
  text-align: center;
}

.section--search-filter .filter-label {
  line-height: 45px;
}

.section--search-filter input[type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 40px;
  margin-top: 0;
  vertical-align: top;
  width: 100%;
  max-width: 519px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 0.66667rem;
}


.section--search-filter input[type="text"]::-webkit-input-placeholder {
  color: #5a646c;
  line-height: 17px;
}

.section--search-filter input[type="text"]::-moz-placeholder {
  color: #5a646c;
  line-height: 17px;
}

.section--search-filter input[type="text"]:-ms-input-placeholder {
  color: #5a646c;
  line-height: 17px;
}

.section--search-filter input[type="text"]::placeholder {
  color: #5a646c;
  line-height: 17px;
}

.section--search-filter input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #236093;
  color: #ffffff;
  border: none;
  padding: 10px 60px;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 0.66667rem;
  line-height: 17px;
  height: 40px;
  margin-top: 0;
  vertical-align: top;
}

.section--search-filter .filter p {
  display: inline-block;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.85714rem;
}

.section--search-filter .filter ul {
  display: inline-block;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.7619rem;
}

.section--search-filter .filter ul li {
  display: inline-block;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 1.8rem;
}

.section--search-filter .filter ul li:after {
  content: '\25BC';
  font-size: 0.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
}

.trailing--icon {
  margin-top: 20px;
  display: table;
  vertical-align: middle;
  float: left;
  width: 50%;
  position: relative;
}

.trailing--icon img, .trailing--icon a {
  vertical-align: middle;
  display: inline-block;
}

.trailing--icon img {
  padding-right: 15px;
  width: 69px;
}

.trailing--icon a {
  width: calc(100% - 69px - 15px);
}

@media (max-width: 1023px) {
  .trailing--icon {
    width: 100%;
  }
}

.section--products .wrap--narrow .screenshot--border {
  text-align: center;
}

.section--products .wrap--narrow .screenshot--border > div {
  border: 1px solid #cccfd1;
  min-height: 375px;
  margin-bottom: 1rem;
  position: relative;
}

.section--products .wrap--narrow .screenshot--border > div img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section--products .wrap--narrow .screenshot--border a {
  font-size: 0.7619rem;
}

@media (max-width: 1023px) {
  .section--products .wrap--narrow .screenshot--border {
    margin-bottom: 40px;
  }
  .section--products .wrap--narrow .screenshot--border > div {
    min-height: inherit;
  }
  .section--products .wrap--narrow .screenshot--border > div img {
    position: relative;
    top: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

.customer-tiles .customer-logo > h3:only-child, .customer-tiles .customer-logo > .h3:only-child {
  font-size: 1.14286rem;
  top: 50%;
  height: inherit;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1rem;
  padding-right: 1rem;
}

.customer-tiles .customer-tile {
  border-bottom: 1px solid #ffffff;
}

.customer-tiles .customer-tile .link--bottom {
  top: 85%;
  position: absolute;
  left: 0;
  right: 0;
}

.customer-tiles .customer-tile .link--bottom .trailing-link, .customer-tiles .customer-tile .link--bottom .section--grid .grid--inner-border .col-6 a, .section--grid .grid--inner-border .col-6 .customer-tiles .customer-tile .link--bottom a, .customer-tiles .customer-tile .link--bottom .section--grid .product-list li a, .section--grid .product-list li .customer-tiles .customer-tile .link--bottom a {
  color: #ffffff;
  font-size: 0.85714rem;
}

.section--solutions .wrap--narrow .row .screenshot, .section--solutions .wrap--narrow form .field-group .screenshot, form .section--solutions .wrap--narrow .field-group .screenshot {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

.section--solutions .wrap--narrow .row:nth-child(2n+1) .screenshot--border > div, .section--solutions .wrap--narrow form .field-group:nth-child(2n+1) .screenshot--border > div, form .section--solutions .wrap--narrow .field-group:nth-child(2n+1) .screenshot--border > div {
  margin-left: 1rem;
}

@media (max-width: 1023px) {
  .section--solutions .wrap--narrow .row:nth-child(2n+1) .screenshot--border > div, .section--solutions .wrap--narrow form .field-group:nth-child(2n+1) .screenshot--border > div, form .section--solutions .wrap--narrow .field-group:nth-child(2n+1) .screenshot--border > div {
    margin-left: 0;
  }
}

.section--solutions .wrap--narrow .row:nth-child(2n) .screenshot--border > div, .section--solutions .wrap--narrow form .field-group:nth-child(2n) .screenshot--border > div, form .section--solutions .wrap--narrow .field-group:nth-child(2n) .screenshot--border > div {
  margin-right: 1rem;
}

@media (max-width: 1023px) {
  .section--solutions .wrap--narrow .row:nth-child(2n) .screenshot--border > div, .section--solutions .wrap--narrow form .field-group:nth-child(2n) .screenshot--border > div, form .section--solutions .wrap--narrow .field-group:nth-child(2n) .screenshot--border > div {
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .section--solutions + .section--grid {
    padding-top: 0;
  }
  .section--solutions + .section--grid .customer-tiles .customer-tile h3, .section--solutions + .section--grid .customer-tiles .customer-tile .h3 {
    font-size: 0.85714rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .section--solutions + .section--grid .customer-tiles .customer-tile {
    display: block;
  }
  .section--solutions + .section--grid .customer-tiles .customer-tile h3, .section--solutions + .section--grid .customer-tiles .customer-tile .h3 {
    font-size: 1.14286rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section--solutions-detail {
  padding-bottom: 0;
}

.section--solutions-detail h2 + p, .section--solutions-detail .h2 + p {
  margin-bottom: 25px;
}

.section--solutions-detail img {
  margin-top: 80px;
}

form.ready {
  margin-top: 80px;
}

form.ready input[type="text"] {
  width: calc(50% - 10px);
  display: inline-block;
  background-color: white;
  margin-bottom: 10px;
  height: 70px;
  padding-left: 30px;
  color: #323e48;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: 1px solid #cccfd1;
  font-size: 0.85714rem;
}

form.ready input[type="text"]:nth-child(2n+1) {
  margin-right: 5px;
}

form.ready input[type="text"]:nth-child(2n) {
  margin-left: 5px;
}

form.ready input[type="text"]::-webkit-input-placeholder {
  color: #323e48;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
}

form.ready input[type="text"]::-moz-placeholder {
  color: #323e48;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
}

form.ready input[type="text"]:-ms-input-placeholder {
  color: #323e48;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
}

form.ready input[type="text"]::placeholder {
  color: #323e48;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
}

@media (max-width: 1023px) {
  form.ready input[type="text"] {
    width: 100%;
  }
  form.ready input[type="text"]:nth-child(2n+1), form.ready input[type="text"]:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}

form.ready input[type="text"]:focus {
  border: 1px solid #ffa400;
}

form.ready input[type="text"]:required::-webkit-input-placeholder:after {
  content: " *";
  color: #dc291e;
}

form.ready input[type="text"]:required::-moz-placeholder:after {
  content: " *";
  color: #dc291e;
}

form.ready input[type="text"]:required:-ms-input-placeholder:after {
  content: " *";
  color: #dc291e;
}

form.ready input[type="text"]:required::placeholder:after {
  content: " *";
  color: #dc291e;
}

form.ready input[type="submit"] {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: color 300ms, background-color 300ms;
          transition: color 300ms, background-color 300ms;
  max-width: 325px;
  width: 100%;
  margin-top: 60px;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  font-size: 0.85714rem;
}

form.ready input[type="submit"]:hover {
  color: #236093;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  form.ready input[type="submit"] {
    margin-top: 25px;
  }
}

@media (max-width: 1023px) {
  form.ready {
    margin-top: 25px;
  }
}

.cta--ready-form h2, .cta--ready-form .h2 {
  margin-bottom: 25px;
}

.cta--ready-form h2 + p, .cta--ready-form .h2 + p {
  margin-top: 25px;
}

@media (max-width: 1023px) {
  .cta--ready-form h2 + p, .cta--ready-form .h2 + p {
    font-size: 0.85714rem;
  }
}

.section--grid.grid--no-border h2 + p, .section--grid.grid--no-border .h2 + p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section--grid.grid--no-border .row, .section--grid.grid--no-border form .field-group, form .section--grid.grid--no-border .field-group {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.section--grid.grid--no-border .col-3, .section--grid.grid--no-border .col-6 {
  border: none !important;
  height: 200px;
}

.cta--small {
  padding: 40px 0;
}

.cta--small p a {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.breadcrumb {
  font-size: 0;
}

.breadcrumb ul {
  padding: 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  vertical-align: middle;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: white;
}

.breadcrumb li:last-child {
  color: #8E9091;
}

.breadcrumb li + li:before {
  color: #8E9091;
  content: '›';
  float: left;
  font-size: 15px;
  vertical-align: baseline;
  margin: 0 8px;
}

.breadcrumb li a {
  color: #8E9091;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

@media (max-width: 767px) {
  .breadcrumb .valprop li, .breadcrumb li a {
    font-size: 15px !important;
  }
}

.resource-filter-list {
  border-top: 1px solid #1E252B;
  padding-top: 25px;
  text-align: left;
}

.resource-filter-list h4, .resource-filter-list .h4 {
  color: #ffa400;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.resource-filter-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.resource-filter-list li {
  line-height: 20px;
}

.resource-filter-list li + li {
  margin-top: 12.5px;
}

.resource-filter-list input[type=checkbox] {
  float: left;
  position: relative;
  top: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.resource-filter-list label {
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-left: 2em;
}

.table--basic {
  border-bottom: 1px solid #cccfd1;
  border-top: 3px solid #323e48;
  font-size: 14px;
}

.table--basic tr + tr > td {
  border-top: 1px solid #cccfd1;
}

.table--basic td {
  padding: 7.5px 0;
}

.table--basic td:first-child {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.table--basic td:last-child {
  text-align: right;
}

.valprop {
  padding: 40px 80px 55px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.valprop h1, .valprop .h1 {
  width: 70%;
  line-height: 1.25;
}

.valprop h1.width--full, .valprop .width--full.h1 {
  width: 100%;
}

.valprop h1, .valprop .h1, .valprop h2, .valprop .h2, .valprop h3, .valprop .h3, .valprop h4, .valprop .h4, .valprop p, .valprop a {
  color: #ffffff;
}

.valprop h3, .valprop .h3 {
  margin: 0 0 10px 0;
}

.valprop h3:first-child, .valprop .h3:first-child {
  margin-top: 0;
}

.valprop h3:last-child, .valprop .h3:last-child {
  margin-bottom: 0;
}

.valprop p {
  margin: 0 0 40px 0;
}

.valprop p:first-child {
  margin-top: 0;
}

.valprop p:last-child {
  margin-bottom: 0;
}

.valprop h3 + ul, .valprop .h3 + ul {
  margin-top: 10px;
  padding-left: 0;
}

@media (max-width: 1023px) {
  .valprop h3 + ul, .valprop .h3 + ul {
    margin-bottom: 0;
  }
}

.valprop h3 + ul li, .valprop .h3 + ul li {
  color: #ffffff;
   font-size: 1rem;
   line-height: 1.5rem;
   list-style: none;
   padding-left: 1rem;
   padding-bottom: 0.5rem
}

.valprop h3 + ul li:before, .valprop .h3 + ul li:before {
  content: "•";
  color: #ffa400;
  position: absolute;
  margin-left: -1rem;
}

@media (max-width: 767px) {
  .valprop h3 + ul li, .valprop .h3 + ul li {
    font-size: 0.85714rem;
  }
}

.valprop--no-button {
  padding-bottom: 100px;
}

/*
.valprop--product {
  background-image: url("../../../media/backgrounds/hero-product.jpg");
}
*/
.valprop--product .image-wrap {
  margin: auto;
}

.valprop--product .image-wrap .product--image {
  display: block;
  margin: auto;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
          margin-left: 50%;
          margin-top: -19rem;
}

.valprop--product h1, .valprop--product .h1 {
  margin-top: 40px;
}

.valprop--team h1, .valprop--team .h1 {
  margin-bottom: 25px;
}

.valprop--team h1 + .row, .valprop--team .h1 + .row, .valprop--team form h1 + .field-group, form .valprop--team h1 + .field-group, .valprop--team form .h1 + .field-group, form .valprop--team .h1 + .field-group {
  margin-top: 0;
}

.valprop--no-subhead h1, .valprop--no-subhead .h1 {
  margin-top: 20px;
}

.valprop--home-style {
  padding-top: 190px;
  padding-bottom: 200px;
}

.valprop--home-style h1, .valprop--home-style .h1, .valprop--home-style p {
  width: inherit;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.valprop--home-style p {
  max-width: 1024px;
}

.valprop--home-style h1, .valprop--home-style .h1 {
  margin-bottom: 15px;
}

.valprop--home-style a.button--transparent {
  margin: auto;
  display: table;
}

.valprop--home-style a.button--transparent.button--video:after {
  /*content: url("../../../media/icons/icon--video-white.svg");*/
}

.valprop--home-style a.button--transparent.button--video:hover:after {
  /*content: url("../../../media/icons/icon--video-blue.svg");*/
}

@media (max-width: 1023px) {
  .valprop {
    padding: 20px 0 0 0;
    margin-bottom: 100px;
  }
  .valprop .image-wrap .product--image {
    -webkit-transform: translateY(7.5rem);
            transform: translateY(7.5rem);
    margin-top: -5rem;
    margin-left: 0%;
  }
  .valprop--home-style {
    padding-bottom: 100px;
    padding-top: 180px;
    margin-bottom: 0;
  }
  .pac-nav--is-mobile .valprop--home-style {
    padding-bottom: 100px;
    padding-top: 124px;
  }
}

@media (max-width: 767px) {
  .valprop--product .image-wrap .product--image {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    margin-top: -2rem;
    margin-left: 0%;
  }
  .valprop--product h1, .valprop--product .h1 {
    margin: 20px 0 50px 0;
    width: 100%;
    font-size: 1.57143rem;
  }
  .valprop {
    margin-bottom: 0;
  }
}

.no--nav .nav-wrap {
  margin-top: 62px;
}

.no--nav .valprop.bg--white {
  padding-bottom: 0;
}

.no--nav .valprop.bg--white h1, .no--nav .valprop.bg--white .h1 {
  color: #323e48;
}

@media (max-width: 1023px) {
  .no--nav .page--container {
    padding-top: 72px;
  }
  .no--nav .page--header {
    height: 72px;
  }
  .no--nav .nav-wrap {
    margin-top: 0;
  }
  .no--nav .valprop {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .no--nav .valprop + .section--grid {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .no--nav .valprop {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .no--nav .valprop + .section--grid {
    padding-top: 40px;
  }
}

/**
 * @license
 * MyFonts Webfont Build ID 3205833, 2016-04-18T14:30:53-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HelveticaNeueLT-LightItalic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-46-light-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-UltraLigExt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-23-ultra-light-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BlackExtObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-93-black-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-75-bold/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BlackExt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-93-black-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-65-medium/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-UltraLigExtObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-23-ultra-light-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-45-light/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BoldItalic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-76-bold-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-HeavyCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-87-heavy-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-UltraLigCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-27-ultra-light-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-MediumCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-67-medium-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-UltraLightItal by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-26-ultra-light-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BlackCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-97-black-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BlackCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-97-black-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-MediumCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-67-medium-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-HeavyCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-87-heavy-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-UltraLigCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-27-ultra-light-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BoldOutline by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-75-bold-outline/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ExtBlackCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-107-extra-black-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-LightCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-47-light-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ExtBlackCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-107-extra-black-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BoldExt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-73-bold-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-85-heavy/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ThinItalic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-36-thin-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-MediumItalic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-66-medium-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-LightExt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-43-light-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-MediumExt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-63-medium-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-HeavyExt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-83-heavy-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Italic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-56-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ThinCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-37-thin-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-CondensedObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-57-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BoldCondObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-77-bold-condensed-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-95-black/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-LightCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-47-light-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ThinExtObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-33-thin-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ExtendedObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-53-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Thin by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-35-thin/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-HeavyItalic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-86-heavy-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-UltraLight by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-25-ultra-light/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-55-roman/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BoldExtObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-73-bold-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-LightExtObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-43-light-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-MediumExtObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-63-medium-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-HeavyExtObl by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-83-heavy-extended-oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ThinCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-37-thin-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Condensed by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-57-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BoldCond by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-77-bold-condensed/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-BlackItalic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-96-black-italic/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-ThinExt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-33-thin-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * Webfont: HelveticaNeueLT-Extended by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-53-extended/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3205833
 * Licensed pageviews: 250,000
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30eac9");

  
@font-face {font-family: 'HelveticaNeueLT-LightItalic';src: url('webfonts/30EAC9_0_0.eot');src: url('webfonts/30EAC9_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_0_0.woff2') format('woff2'),url('webfonts/30EAC9_0_0.woff') format('woff'),url('webfonts/30EAC9_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-UltraLigExt';src: url('webfonts/30EAC9_1_0.eot');src: url('webfonts/30EAC9_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_1_0.woff2') format('woff2'),url('webfonts/30EAC9_1_0.woff') format('woff'),url('webfonts/30EAC9_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BlackExtObl';src: url('webfonts/30EAC9_2_0.eot');src: url('webfonts/30EAC9_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_2_0.woff2') format('woff2'),url('webfonts/30EAC9_2_0.woff') format('woff'),url('webfonts/30EAC9_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Bold';src: url('webfonts/30EAC9_3_0.eot');src: url('webfonts/30EAC9_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_3_0.woff2') format('woff2'),url('webfonts/30EAC9_3_0.woff') format('woff'),url('webfonts/30EAC9_3_0.ttf') format('truetype');}

/* Same like 'HelveticaNeueLT-Bold' */
@font-face {font-family: 'HelveticaNeueW01-75Bold';src: url('webfonts/30EAC9_3_0.eot');src: url('webfonts/30EAC9_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_3_0.woff2') format('woff2'),url('webfonts/30EAC9_3_0.woff') format('woff'),url('webfonts/30EAC9_3_0.ttf') format('truetype');}
  
@font-face {font-family: 'HelveticaNeueLT-BlackExt';src: url('webfonts/30EAC9_4_0.eot');src: url('webfonts/30EAC9_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_4_0.woff2') format('woff2'),url('webfonts/30EAC9_4_0.woff') format('woff'),url('webfonts/30EAC9_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Medium';src: url('webfonts/30EAC9_5_0.eot');src: url('webfonts/30EAC9_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_5_0.woff2') format('woff2'),url('webfonts/30EAC9_5_0.woff') format('woff'),url('webfonts/30EAC9_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-UltraLigExtObl';src: url('webfonts/30EAC9_6_0.eot');src: url('webfonts/30EAC9_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_6_0.woff2') format('woff2'),url('webfonts/30EAC9_6_0.woff') format('woff'),url('webfonts/30EAC9_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Light';src: url('webfonts/30EAC9_7_0.eot');src: url('webfonts/30EAC9_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_7_0.woff2') format('woff2'),url('webfonts/30EAC9_7_0.woff') format('woff'),url('webfonts/30EAC9_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BoldItalic';src: url('webfonts/30EAC9_8_0.eot');src: url('webfonts/30EAC9_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_8_0.woff2') format('woff2'),url('webfonts/30EAC9_8_0.woff') format('woff'),url('webfonts/30EAC9_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-HeavyCond';src: url('webfonts/30EAC9_9_0.eot');src: url('webfonts/30EAC9_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_9_0.woff2') format('woff2'),url('webfonts/30EAC9_9_0.woff') format('woff'),url('webfonts/30EAC9_9_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-UltraLigCond';src: url('webfonts/30EAC9_A_0.eot');src: url('webfonts/30EAC9_A_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_A_0.woff2') format('woff2'),url('webfonts/30EAC9_A_0.woff') format('woff'),url('webfonts/30EAC9_A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-MediumCondObl';src: url('webfonts/30EAC9_B_0.eot');src: url('webfonts/30EAC9_B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_B_0.woff2') format('woff2'),url('webfonts/30EAC9_B_0.woff') format('woff'),url('webfonts/30EAC9_B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-UltraLightItal';src: url('webfonts/30EAC9_C_0.eot');src: url('webfonts/30EAC9_C_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_C_0.woff2') format('woff2'),url('webfonts/30EAC9_C_0.woff') format('woff'),url('webfonts/30EAC9_C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BlackCond';src: url('webfonts/30EAC9_D_0.eot');src: url('webfonts/30EAC9_D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_D_0.woff2') format('woff2'),url('webfonts/30EAC9_D_0.woff') format('woff'),url('webfonts/30EAC9_D_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BlackCondObl';src: url('webfonts/30EAC9_E_0.eot');src: url('webfonts/30EAC9_E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_E_0.woff2') format('woff2'),url('webfonts/30EAC9_E_0.woff') format('woff'),url('webfonts/30EAC9_E_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-MediumCond';src: url('webfonts/30EAC9_F_0.eot');src: url('webfonts/30EAC9_F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_F_0.woff2') format('woff2'),url('webfonts/30EAC9_F_0.woff') format('woff'),url('webfonts/30EAC9_F_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-HeavyCondObl';src: url('webfonts/30EAC9_10_0.eot');src: url('webfonts/30EAC9_10_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_10_0.woff2') format('woff2'),url('webfonts/30EAC9_10_0.woff') format('woff'),url('webfonts/30EAC9_10_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-UltraLigCondObl';src: url('webfonts/30EAC9_11_0.eot');src: url('webfonts/30EAC9_11_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_11_0.woff2') format('woff2'),url('webfonts/30EAC9_11_0.woff') format('woff'),url('webfonts/30EAC9_11_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BoldOutline';src: url('webfonts/30EAC9_12_0.eot');src: url('webfonts/30EAC9_12_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_12_0.woff2') format('woff2'),url('webfonts/30EAC9_12_0.woff') format('woff'),url('webfonts/30EAC9_12_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ExtBlackCondObl';src: url('webfonts/30EAC9_13_0.eot');src: url('webfonts/30EAC9_13_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_13_0.woff2') format('woff2'),url('webfonts/30EAC9_13_0.woff') format('woff'),url('webfonts/30EAC9_13_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-LightCondObl';src: url('webfonts/30EAC9_14_0.eot');src: url('webfonts/30EAC9_14_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_14_0.woff2') format('woff2'),url('webfonts/30EAC9_14_0.woff') format('woff'),url('webfonts/30EAC9_14_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ExtBlackCond';src: url('webfonts/30EAC9_15_0.eot');src: url('webfonts/30EAC9_15_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_15_0.woff2') format('woff2'),url('webfonts/30EAC9_15_0.woff') format('woff'),url('webfonts/30EAC9_15_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BoldExt';src: url('webfonts/30EAC9_16_0.eot');src: url('webfonts/30EAC9_16_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_16_0.woff2') format('woff2'),url('webfonts/30EAC9_16_0.woff') format('woff'),url('webfonts/30EAC9_16_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Heavy';src: url('webfonts/30EAC9_17_0.eot');src: url('webfonts/30EAC9_17_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_17_0.woff2') format('woff2'),url('webfonts/30EAC9_17_0.woff') format('woff'),url('webfonts/30EAC9_17_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ThinItalic';src: url('webfonts/30EAC9_18_0.eot');src: url('webfonts/30EAC9_18_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_18_0.woff2') format('woff2'),url('webfonts/30EAC9_18_0.woff') format('woff'),url('webfonts/30EAC9_18_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-MediumItalic';src: url('webfonts/30EAC9_19_0.eot');src: url('webfonts/30EAC9_19_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_19_0.woff2') format('woff2'),url('webfonts/30EAC9_19_0.woff') format('woff'),url('webfonts/30EAC9_19_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-LightExt';src: url('webfonts/30EAC9_1A_0.eot');src: url('webfonts/30EAC9_1A_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_1A_0.woff2') format('woff2'),url('webfonts/30EAC9_1A_0.woff') format('woff'),url('webfonts/30EAC9_1A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-MediumExt';src: url('webfonts/30EAC9_1B_0.eot');src: url('webfonts/30EAC9_1B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_1B_0.woff2') format('woff2'),url('webfonts/30EAC9_1B_0.woff') format('woff'),url('webfonts/30EAC9_1B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-HeavyExt';src: url('webfonts/30EAC9_1C_0.eot');src: url('webfonts/30EAC9_1C_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_1C_0.woff2') format('woff2'),url('webfonts/30EAC9_1C_0.woff') format('woff'),url('webfonts/30EAC9_1C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Italic';src: url('webfonts/30EAC9_1D_0.eot');src: url('webfonts/30EAC9_1D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_1D_0.woff2') format('woff2'),url('webfonts/30EAC9_1D_0.woff') format('woff'),url('webfonts/30EAC9_1D_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ThinCondObl';src: url('webfonts/30EAC9_1E_0.eot');src: url('webfonts/30EAC9_1E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_1E_0.woff2') format('woff2'),url('webfonts/30EAC9_1E_0.woff') format('woff'),url('webfonts/30EAC9_1E_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-CondensedObl';src: url('webfonts/30EAC9_1F_0.eot');src: url('webfonts/30EAC9_1F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_1F_0.woff2') format('woff2'),url('webfonts/30EAC9_1F_0.woff') format('woff'),url('webfonts/30EAC9_1F_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BoldCondObl';src: url('webfonts/30EAC9_20_0.eot');src: url('webfonts/30EAC9_20_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_20_0.woff2') format('woff2'),url('webfonts/30EAC9_20_0.woff') format('woff'),url('webfonts/30EAC9_20_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Black';src: url('webfonts/30EAC9_21_0.eot');src: url('webfonts/30EAC9_21_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_21_0.woff2') format('woff2'),url('webfonts/30EAC9_21_0.woff') format('woff'),url('webfonts/30EAC9_21_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-LightCond';src: url('webfonts/30EAC9_22_0.eot');src: url('webfonts/30EAC9_22_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_22_0.woff2') format('woff2'),url('webfonts/30EAC9_22_0.woff') format('woff'),url('webfonts/30EAC9_22_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ThinExtObl';src: url('webfonts/30EAC9_23_0.eot');src: url('webfonts/30EAC9_23_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_23_0.woff2') format('woff2'),url('webfonts/30EAC9_23_0.woff') format('woff'),url('webfonts/30EAC9_23_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ExtendedObl';src: url('webfonts/30EAC9_24_0.eot');src: url('webfonts/30EAC9_24_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_24_0.woff2') format('woff2'),url('webfonts/30EAC9_24_0.woff') format('woff'),url('webfonts/30EAC9_24_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Thin';src: url('webfonts/30EAC9_25_0.eot');src: url('webfonts/30EAC9_25_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_25_0.woff2') format('woff2'),url('webfonts/30EAC9_25_0.woff') format('woff'),url('webfonts/30EAC9_25_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-HeavyItalic';src: url('webfonts/30EAC9_26_0.eot');src: url('webfonts/30EAC9_26_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_26_0.woff2') format('woff2'),url('webfonts/30EAC9_26_0.woff') format('woff'),url('webfonts/30EAC9_26_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-UltraLight';src: url('webfonts/30EAC9_27_0.eot');src: url('webfonts/30EAC9_27_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_27_0.woff2') format('woff2'),url('webfonts/30EAC9_27_0.woff') format('woff'),url('webfonts/30EAC9_27_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Roman';src: url('webfonts/30EAC9_28_0.eot');src: url('webfonts/30EAC9_28_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_28_0.woff2') format('woff2'),url('webfonts/30EAC9_28_0.woff') format('woff'),url('webfonts/30EAC9_28_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BoldExtObl';src: url('webfonts/30EAC9_29_0.eot');src: url('webfonts/30EAC9_29_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_29_0.woff2') format('woff2'),url('webfonts/30EAC9_29_0.woff') format('woff'),url('webfonts/30EAC9_29_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-LightExtObl';src: url('webfonts/30EAC9_2A_0.eot');src: url('webfonts/30EAC9_2A_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_2A_0.woff2') format('woff2'),url('webfonts/30EAC9_2A_0.woff') format('woff'),url('webfonts/30EAC9_2A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-MediumExtObl';src: url('webfonts/30EAC9_2B_0.eot');src: url('webfonts/30EAC9_2B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_2B_0.woff2') format('woff2'),url('webfonts/30EAC9_2B_0.woff') format('woff'),url('webfonts/30EAC9_2B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-HeavyExtObl';src: url('webfonts/30EAC9_2C_0.eot');src: url('webfonts/30EAC9_2C_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_2C_0.woff2') format('woff2'),url('webfonts/30EAC9_2C_0.woff') format('woff'),url('webfonts/30EAC9_2C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ThinCond';src: url('webfonts/30EAC9_2D_0.eot');src: url('webfonts/30EAC9_2D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_2D_0.woff2') format('woff2'),url('webfonts/30EAC9_2D_0.woff') format('woff'),url('webfonts/30EAC9_2D_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Condensed';src: url('webfonts/30EAC9_2E_0.eot');src: url('webfonts/30EAC9_2E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_2E_0.woff2') format('woff2'),url('webfonts/30EAC9_2E_0.woff') format('woff'),url('webfonts/30EAC9_2E_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BoldCond';src: url('webfonts/30EAC9_2F_0.eot');src: url('webfonts/30EAC9_2F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_2F_0.woff2') format('woff2'),url('webfonts/30EAC9_2F_0.woff') format('woff'),url('webfonts/30EAC9_2F_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-BlackItalic';src: url('webfonts/30EAC9_30_0.eot');src: url('webfonts/30EAC9_30_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_30_0.woff2') format('woff2'),url('webfonts/30EAC9_30_0.woff') format('woff'),url('webfonts/30EAC9_30_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-ThinExt';src: url('webfonts/30EAC9_31_0.eot');src: url('webfonts/30EAC9_31_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_31_0.woff2') format('woff2'),url('webfonts/30EAC9_31_0.woff') format('woff'),url('webfonts/30EAC9_31_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLT-Extended';src: url('webfonts/30EAC9_32_0.eot');src: url('webfonts/30EAC9_32_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30EAC9_32_0.woff2') format('woff2'),url('webfonts/30EAC9_32_0.woff') format('woff'),url('webfonts/30EAC9_32_0.ttf') format('truetype');}
 
.breadcrumb li a {
  color: #ffffff;
}
.C54-Unaltered-Image
{
    font-size: 1px;
}

/* Fix to prevent navigation from "jumping" on load */

body:not(.pac-nav--loaded) .show-mobile,
body:not(.pac-nav--loaded) .show-mobile--inline {
  display: none;
}

body:not(.pac-nav--loaded) .page--header .nav-primary ul {
  float: right;
}

body:not(.home):not(.pac-nav--loaded) .nav-primary--inner {
  visibility: hidden;
}

.pac-nav--loaded .page--header .nav-sub-menu {
  margin-top: -1px;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(n):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(2):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(n):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button):nth-child(2):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible:not(.back--button):after,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible:not(.back--button):after {
  pointer-events: none;
}


/* Make buttons in mobile nav fully clickable */

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button),
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) .pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul li:not(.back--button),
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul li:not(.back--button) {
  padding-bottom: 0;
  padding-top: 0;
}

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible a,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible a,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(:first-child) li:not(.back--button) a,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.pac-nav--visible .nav-sub-menu .sub-menu-column > ul li:not(.back--button) h4,
.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile > ul > li.mobile-nav--visible .nav-sub-menu .sub-menu-column > ul:not(.back--button) li h4 {
  display: block;
  padding-bottom: 25px;
  padding-top: 28px;
}


/* Don't crop last item */

.pac-nav--loaded .pac-nav--is-mobile > .pac-nav--mobile {
  /* Subtract at least 72px (height of top bar) */
  height: calc(100vh - 144px);
}


/* IE11 fixes */

.colorbox--video {
  height: 100%;
}

.home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-primary .pac-nav--desktop > ul > li > a {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*add new tab to livechat bar*/
.modal--support-window .threats-button {
  -webkit-transition: background 0.4s, color 0.4s;
          transition: background 0.4s, color 0.4s;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 80px;
  padding: 20px 0;
  position: absolute;
  right: 400px;
  width: 80px;
}
.modal--support-window .threats-button
                    {
                        padding: 15px 0;
                    }
.modal--support-window .threats-button svg{
  display: block;
  height: 22px;
  margin: 0 auto;
  max-height: 22px;
  max-width: 24px;
}
.modal--support-window .threats-button path{
  -webkit-transition: fill 0.4s;
          transition: fill 0.4s;
  fill: #ffffff;
}
    .modal--support-window .threats-button span{
  display: block;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
  margin: 7px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.modal--support-window .threats-button:active,
.modal--support-window .threats-button:hover{
  text-decoration: none;
}
.modal--support-window .threats-button.active{
  color: #323e48;
}
.modal--support-window .threats-button.active path{
  fill: #236093;
}
.modal--support-window .threats-button {
  background: #500a0c;
  top: 265px;
}
.modal--support-window .threats-button:active, .modal--support-window .threats-button:hover {
  background: #8b1913;
}
.modal--support-window .threats-button.active {
  background: #f5f5f6;
}
/*end new tab to livechat bar*/
.C08-Resource-Panel
{
text-align: left;
}
.C08-Resource-Panel .id-accordion-small a:after
{
content: "\00bb";
}
/*tabs*/
@media (max-width: 767px)
{
.C18-Tabs button.tab-selector
{
display: block;
width: 100%;
}


}

/*end tabs*/
@media (max-height: 999px) {
  .home:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .page--header .nav-sub-menu {
    /* Overriding original min-height */
    min-height: inherit;
  }
}

.page--footer .nav-social li {
  max-width: 32px;
}


/* Safari fix + fix for "blinking elements" in Chrome */

.centered--rule:after {
  left: calc(100% - 15.75px);
  right: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}


/* Fix where line is rendered with too much height */

.centered--rule:before,
.centered--rule:after {
  display: block;
  height: 1px;
  /*height: 0.95px;*/
}

/*fix for contact us footer*/
.contact--numbers .cta--item:nth-child(n+2)
{
    border-left: 1px solid #cccfd1;
    margin-top: 80px;
}

/* Fix incorrect ruler positions */

@media (max-width: 1023px) {
  .centered--rule:before {
    left: 40px;
  }
  .centered--rule:after {
    left: calc(100% - 40px);
  }
}

@media (max-width: 599px) {
  .centered--rule:after {
    left: 100%;
  }
}
@media (max-width: 320px) {
.page--footer .nav-social li {
  max-width: 20px;
}
}

/* Firefox + IE fix for not displayed SVG */

.pac-nav--loaded .pac-nav--is-intermediary .pac-nav--toggle,
.pac-nav--loaded.sticky-header .pac-nav--is-intermediary .pac-nav--toggle,
.home.pac-nav--loaded:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .pac-nav--is-intermediary .pac-nav--toggle {
  content: ' ';
}

.pac-nav--loaded .pac-nav--is-intermediary .pac-nav--toggle:before {
  background: url("media/icons/dots-horizontal.svg") center center no-repeat;
  content: " ";
  cursor: pointer;
  float: right;
  height: 2rem;
  position: absolute;
  top: 0;
  width: 2.5rem;
}

.pac-nav--loaded.sticky-header .pac-nav--is-intermediary .pac-nav--toggle:before {
  background-image: url("media/icons/dots-horizontal.svg");
}

.home.pac-nav--loaded:not(.sticky-header) .page--container:not(.mobile-nav--toggle) .pac-nav--is-intermediary .pac-nav--toggle:before {
  background-image: url("media/icons/dots-horizontal--white.svg");
}


/* Underline current menu element */

body .page--container:not(.mobile-nav--toggle) .page--header .pac-nav--desktop > ul > li > a {
  padding-bottom: 25px;
  position: relative;
}

body .page--container:not(.mobile-nav--toggle) .page--header .pac-nav--desktop > ul > li > a:hover:before,
body .page--container:not(.mobile-nav--toggle) .page--header .pac-nav--desktop > ul > li > a.active:before {
  background: #dc291e;
  height: 2px;
  bottom: 18px;
  content: "";
  display: block;
  left: 10px;
  opacity: 1 !important;
  position: absolute;
  right: 10px;
}


/* General styling of pager (below slideshows) */

.pager {
  display: none;
  font-size: 0;
  height: 12px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.pager span {
  -webkit-transition: border 0.4s, background 0.4s;
  transition: border 0.4s, background 0.4s;
  border: 1px solid #cccfd1;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}

.pager span + span {
  margin-left: 20px;
}

.pager span.cycle-pager-active {
  background: #cccfd1;
  border-color: transparent;
}


/* Update color of icon in between */

.breadcrumb li + li:before {
  color: #ffffff !important;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

.button--blue {
  background: #236194;
  border-color: transparent;
  color: #ffffff;
  height: inherit;
  padding: 20px 30px;
}

.button--blue:active,
.button--blue:hover {
  background: #125084;
  border-color: transparent;
  color: #ffffff;
}

.sub-menu-column-mobile {
  display: none;
}

@media (max-width: 599px) {
  .centered--rule,
  .wrap--narrow .wrap--narrow {
    padding-left: 0;
    padding-right: 0;
  }
  .centered--rule:before {
    left: 0;
  }
  .centered--rule:after {
    right: 0px;
  }
  .breadcrumb
  {
    display: none;
  }
  .C51-Eloqua-Form .submit input[type=submit]
  {
    width: 100% !important;
  }
}

@media (max-width: 634px) {
  .sub-menu-column-mobile {
    display: block;
  }
  .sub-menu-column-desktop {
    display: none;
  }
}

@media (max-width: 1023px) {
  .u-headline-onlyBottom {
    margin-bottom: 50px !important;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
    .C41-Contact .icon-wrapper
    {
        display: none;
    }
    .C41-Contact .icon-text
        {
            width: 100% !important;
        }
    .contact--numbers .cta--item:nth-child(n+2)
    {
        border-left: 0px solid #cccfd1;
        margin-top: 0px;
    }
    .contact--numbers .contact-icon
    {
        display: none;
    }
    .contact--numbers [class*=col-]
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact--numbers [class*=col-] .icon--text
    {
        margin-left: 0px;
    }
    .page--body > .C04-Asset-row > .section--resources > .wrap
    {
    	margin-left: 20px;
    	margin-right: 20px;
    }
}

/** Add fix lock icon background color for display on white background */

.section--resources .cta--item .icon--lock path,
.resources--container .icon--lock path {
  fill: #000000;
}


/** Set a fixed pixel dimension for the icons on the bullet list **/

.id-bullet-columns .icon-wrapper {
  width: 60px;
}

.id-bullet-columns .icon-wrapper img {
  width: 60px;
}

.trailing-link2 {
  position: relative;
  padding-top: 35px;
  display: inline-block !important;
  }

  .C36-Featured-Publications .bg--alternating .cta--item {
   padding-right: 50px;
  }
  .C03-Technical-Documents-List .icon--lock svg
  {
      fill: #000 !important;
  }
  .promo-diagram img
  {
    max-height: 100% !important;
    max-width: 100% !important;
  }
  .event-dates, .event-location
  {
    font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
    color: #323e48;
  }
/*
 * Styles with class names adopted from Bootstrap
 * (and additional related helper classes)
 */

.table-responsive {
  /* Workaround for IE9 bug */
  min-height: 0.01%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}


/* This is not "Bootstrap-like" */

.table-responsive-container {
  position: relative;
}

.table-responsive-container table {
  border-right: 15px solid #fff;
}

.table-responsive-container .table-responsive-helper {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
/**
 * Fixing mobile menu showing awkwardly on mobile before the JS adds the mobile menu classes
 */
@media screen and (max-width:390px) {

    .nav-super-wrap,
    .nav-primary {
        display: none;
    }
    
    .page--header .site-logo {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .pac-nav--is-mobile .nav-super-wrap,
    .nav-primary.pac-nav--is-mobile {
        display: block;
    }
}

.tab--closed {
    display: none;
}
.id-tab-container{
    margin-top:25px;
}
.tab-arrow
{
display: none;
}
@media (max-width: 767px)
{
.tab-arrow
{
    display: inline-block;
    z-index: 3;
    background: #236093;
    position: absolute;
    right: 7px;
    top: 7px;
    padding-left: 10px;
    border: 0px;
    color: #fff;
}

.C18-Tabs button.tab-selector
{
border-radius: 0px;
padding: 0.5rem;
}
button.tab-selector
{
border: 1px solid #236093;
}
button.tab-selector.active
{
border: 1px solid #236093;
color: #236093;
}
.fortinet-tab
{
position: relative;
height: 50px;
background: #236093;
box-shadow: 0px 0px 0px 1px #236093 inset;
color: #fff;
}
.tab-wrapper
{
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    display: none;
    top: 49px;
}
.responsive .tab-wrapper
{
    display: block;
}
button.tab-arrow:active, button.tab-arrow:visited
{
border: 0px;
}
.tab-wrapper button.tab-selector:not(:first-child)
{
    border-top: 0px !important;
}
.C18-Tabs .section--grid
{
padding-top: 0px;
}
.C18-Tabs .wrap--narrow
{
padding-left: 0px !important;
padding-right: 0px !important;
}
.C18-Tabs .wrap--narrow .row{
padding-left: 20px;
padding-right: 20px;
}
.fortinet-tab .label
{
display: inline-block;
padding: 10px 10px;
}

}

/**
 *  New Navigation CSS
 */
/* for screen reader only content */
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**
 *  Page Header
 */
.sticky-header .page--header {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
}

@media screen and (max-width:845px) {
    .page--container {
        padding-top: 72px;
    }
    
    .page--header {
        height: 72px!important;
        padding: 26px 0;
    }
    
    .home .page--header {
        background-color: rgba(255,255,255,0);
        transition: background-color 0.4s ease;
    }
    
    .sticky-header .page--header {
        background-color:rgba(255,255,255,1)!important;
        -webkit-transform: none!important;
        transform: none!important;
    }
    
    .page--header .nav-super-wrap,
    .page--header .nav-wrap {
        padding: 0;
    }
    
    .home .nav--open.page--header, .home .search--open.page--header, .home .language--open.page--header {
        background-color:rgba(255,255,255,1)!important;
    }
}

/** 
 *  Site Logo
 */
.page--header .site-logo {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-top: 6px;
    transform: none;
    vertical-align: top;
}

.home .site-logo .st3,
.home .site-logo .st4 {
    fill: #fff!important;
}

.sticky-header .site-logo .st3,
.home .nav--open .site-logo .st3,
 .home .search--open .site-logo .st3,
 .home .language--open .site-logo .st3{
    fill: #231f20!important;
    -webkit-transition: fill 0.4s ease;
            transition: fill 0.4s ease;
}

.sticky-header .site-logo .st4,
.home .nav--open .site-logo .st4,
 .home .search--open .site-logo .st4,
 .home .language--open .site-logo .st4{
    fill: #ee3124!important;
    -webkit-transition: fill 0.4s ease;
            transition: fill 0.4s ease;
}

@media screen and (max-width: 1020px) {
    .page--header .site-logo {
        left: 0;
        position: absolute;
        top: -30px;
    }
}

@media screen and (max-width: 845px) {
    .page--header .site-logo {
        margin-top: 0;
        top: -20px;
    }
    .page--header .nav-wrap{
        z-index: 11 !important;
    }
}

@media screen and (max-width: 480px) {
    
    .page--header .site-logo {
        top: -18px;
    }
    
    .page--header .site-logo a {
        height: 17px;
        width: 148px;
    }
}


/**
 *  Super Nav
 */
.home .page--header .nav-super a {
    color: #fff;
}

@media screen and (min-width:846px) {
    .sticky-header .nav-super-wrap {
        opacity: 0;
    }
}

@media screen and (max-width: 1000px) {
    .page--header .nav-super li {
        font-size: 14px;
    }
}

@media screen and (max-width:895px) {
    .page--header .nav-super {
        display: none;
    }
}

@media screen and (max-width: 390px) {
    
    .nav-super-wrap {
        display: block;
    }
}

/**
 *  "Minimal" Nav - search, language, mobile nav toggle
 */
.home .search-icon path,
.home .language-icon path {
    fill: #fff!important;
}

.sticky-header .search-icon path,
.home .nav--open .search-icon path,
.home .search--open .search-icon path,
.home .language--open .search-icon path,
.site-search--mobile-visible .search-icon path,
.sticky-header .language-icon  path,
.home .nav--open .language-icon path,
.home .search--open .language-icon path,
.home .language--open .language-icon path{
    fill: #236093!important;
    -webkit-transition: fill 0.4s ease;
            transition: fill 0.4s ease;
}

.nav-toggle {
    background-repeat: no-repeat;
    display: none;
    height: 20px;
    margin-right: 0;
    position: relative;
    width: 30px;
}

.nav-toggle span {
  display: block;
  border-bottom: 3px solid #236093;
  -webkit-transition: top 250ms 250ms, bottom 250ms 250ms, -webkit-transform 250ms, opacity 100ms;
          transition: top 250ms 250ms, bottom 250ms 250ms, transform 250ms, opacity 100ms;
  position: absolute;
}

.home .nav-toggle span {
    border-color: #fff;
}

.nav-toggle span:first-child {
  top: 0;
  left: 0;
  right: 0;
}

.nav-toggle span:nth-child(2) {
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-toggle span:last-child {
  bottom: 0;
  left: 0;
  right: 0;
}

.home.sticky-header .nav-toggle span,
.nav--open .nav-toggle span,
.search--open .nav-toggle span,
.language--open .nav-toggle span,
.search--open .search-icon span,
.language--open .language-icon span{
    border-color: #236093;
}

.nav--open .nav-toggle span:first-child,
.search--open .search-icon span:first-child,
.language--open .language-icon span:first-child{
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top 250ms, -webkit-transform 250ms, opacity 100ms 250ms;
          transition: top 250ms, transform 250ms, opacity 100ms 250ms;
  opacity: 0;
}

.nav--open .nav-toggle span:nth-child(2),
 .search--open .search-icon span:nth-child(2),
  .language--open .language-icon span:nth-child(2){
  -webkit-transform: rotate(45deg) translateY(-75%);
          transform: rotate(45deg) translateY(-75%);
  -webkit-transition: -webkit-transform 250ms 250ms;
          transition: transform 250ms 250ms;
}

.nav--open .nav-toggle span:last-child,
 .search--open .search-icon span:last-child,
 .language--open .language-icon span:last-child{
  -webkit-transform: rotate(-45deg) translateY(75%);
          transform: rotate(-45deg) translateY(75%);
  bottom: 50%;
  -webkit-transition: bottom 250ms, -webkit-transform 250ms 250ms;
          transition: bottom 250ms, transform 250ms 250ms;
}

@media screen and (max-width:845px) {
    
    .page--header .nav-minimal li + li {
        margin-left: 20px;
    }
    
    .nav-toggle {
        display: inline-block;
    }
}

/* ----- Search ----- */
.page--header form input[type="submit"] {
    padding: 0;
}

@media screen and (max-width:845px) {
.page--header .nav-minimal .site-search .site-search--input
    {
        opacity: 0;
    }
.page--header .nav-minimal .site-search .site-search--input
{
     transition: none;
}
.page--header .nav-minimal .site-search.site-search--input--hidden .site-search--input
{
    -webkit-transition: none;
    transition: none;
    transition: none;
}
    .page--header .site-search--mobile-visible .nav-minimal .site-search--input {
        left: 0px;
        padding-right: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        position: fixed;
        top: 72px;
        width: 100%;
        z-index: 10;
        border: solid #323e48;
        border-top: 15px solid #323e48;
        border-bottom: 15px solid #323e48;
        border-left: 20px solid #323e48;
        border-right: 20px solid #323e48;
        opacity: 1;
        border-radius: 0px;
    }
    .page--header .nav-minimal .site-search .site-search--submit
    {
        border: 0px;
        transition: none;
    }
    .page--header .site-search--mobile-visible .nav-minimal .site-search .site-search--submit
    {
        display: block;
        font-size: 0;
        height: 20px;
        position: absolute;
        right: 0;
        top: 70px;
        left: 45px;
        width: 20px;
        z-index: 12;
        border: 0px;
        opacity: 1;
    }
    .site-search--submit--btn
    {
        background: url('../../../content/dam/fortinet/images/icons/search-icon.svg') no-repeat top left !important;
    }
    .home .search--open.page--header
    {
        background-color: rgba(255,255,255,1)!important;
    }


    .search--open .search-icon, .language--open .language-icon
    {
            background-repeat: no-repeat;
            height: 20px;
            margin-right: 0;
            position: relative;
            width: 30px;
    }
    .search--open .search-icon span:first-child, .language--open .language-icon span:first-child
    {
            opacity: 0;
    }
    .search--open .search-icon span:nth-child(2), .language--open .language-icon span:nth-child(2)
        {
                    top: 50%;
        }
    .search--open .search-icon span, .language--open .language-icon span
    {
            /*top: 50%;*/
            left: 0;
            right: 0;
            display: block;
            border-bottom: 3px solid #236093;
            position: absolute;
    }


}


/** 
 *  Primary Nav 
 */
.primary-nav {
    display: inline-block;
    font-family: "HelveticaNeueW01-55Roma",Helvetica,Arial,sans-serif;
    text-align: right;
    position: relative;
    width: calc(100% - 177px);
}

.primary-nav__list,
.primary-nav__listItem {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 846px) {
    .primary-nav__listItem {
        display: inline-block;
        font-size: 16px;
        padding: 5px 0 1px;
        text-align: left;
        transition: background-color 0.3s ease;
        vertical-align: bottom;
    }
    
    .home .primary-nav__listItem {
        padding-bottom: 0;
    }
    
    .sticky-header .primary-nav__listItem {
        padding-bottom: 1px;
    }

    a.nav-primary__listLink,
    a.nav-primary__listLink:link,
    a.nav-primary__listLink:visited {
        background-color: rgba(255,255,255,0);
        color: #323e48;
        display: block;
        font-family: "HelveticaNeueW01-75Bold",Helvetica,Arial,sans-serif;
        padding: 5px 10px 25px;
        position: relative;
        transition: color 0.3s ease,
                    background-color 0.3s ease;
    }
    
    .primary-nav__listItem:hover .nav-primary__listLink,
    .primary-nav__listItem:focus .nav-primary__listLink {
        background-color: rgba(255,255,255,1);
    }

    .primary-nav__listItem:hover a.nav-primary__listLink,
    .primary-nav__listItem:focus a.nav-primary__listLink,
    a.nav-primary__listLink:hover,
    a.nav-primary__listLink:active,
    a.nav-primary__listLink:focus {
        color: #236093;
        text-decoration: none;
    }

    .primary-nav__listItem:hover a.nav-primary__listLink:before,
    .primary-nav__listItem:focus a.nav-primary__listLink:before,
    a.nav-primary__listLink:hover:before,
    a.nav-primary__listLink:active:before,
    a.nav-primary__listLink:focus:before,
    a.nav-primary__listLink.active:before {
        background-color: #dc291e;
        bottom: 18px;
        content: "";
        display: block;
        height: 2px;
        left: 10px;
        opacity: 1 !important;
        position: absolute;
        right: 10px;
    }
    
    .nav--back {
        display: none;
    }
}

@media screen and (max-width: 1060px) {
    .primary-nav__listItem {
        font-size: 15px;
    }
    
    a.nav-primary__listLink,
    a.nav-primary__listLink:link,
    a.nav-primary__listLink:visited {
        padding: 6px 8px 25px;
    }
    
    .primary-nav__listItem:hover a.nav-primary__listLink:before,
    .primary-nav__listItem:focus a.nav-primary__listLink:before,
    a.nav-primary__listLink:hover:before,
    a.nav-primary__listLink:active:before,
    a.nav-primary__listLink:focus:before {
        left: 8px;
        right: 8px;
    }
}

@media screen and (max-width: 1020px) {
    .primary-nav {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:845px) {
    .primary-nav {
        display: none;
        height: 100vh;
        /*max-height: calc(100vh - 144px);*/
        max-height: calc(100vh - 150px);
        margin: 0 -40px;
        opacity: 0;
        overflow-x: scroll;
        position: absolute;
        text-align: left;
        top: 26px;
        transition: opacity 0.4s ease;
        width: calc(100% + 80px);
    }
    
    .nav--open .primary-nav {
        display: block;
        opacity: 1;
    }
    
    .primary-nav__list,
    .nav-dropdown,
    .nav-dropdown__list {
        background-color:#236093;
    }
    
    .primary-nav__list {
        white-space: nowrap;
    }
    
    .primary-nav__listItem {
        background-color: #236093;
        border-bottom: 1px solid rgba(0,0,0,0.25);
        display: block;
        font-family: "HelveticaNeueW01-75Bold",Helvetica,Arial,sans-serif;
        font-size: 18px;
        line-height: 18px;
        padding: 0;
        white-space: normal;
    }
    
    a.nav-primary__listLink,
    a.nav-primary__listLink:link,
    a.nav-primary__listLink:visited {
        color: #fff!important;
        display: block;
        margin-bottom: 0;
        padding: 28px 45px 25px 40px;
    }
    
    .primary-nav__listItem:hover a.nav-primary__listLink,
    .primary-nav__listItem:focus a.nav-primary__listLink,
    a.nav-primary__listLink:hover,
    a.nav-primary__listLink:active,
    a.nav-primary__listLink:focus {
        background-color: #1b4a72;
        color: #fff!important;
        text-decoration: none;
    }
    
    .nav-primary__listLink,
    .nav-dropdown__title,
    .nav-dropdown__list li {
        position: relative;
    }
    
    .nav-primary__listLink:after,
    .nav-dropdown__title:after,
    .nav-dropdown__list li > a:after {
        color: #ffffff;
        content: "›";
        font-family: "HelveticaNeueW01-45Ligh",Helvetica,Arial,sans-serif;
        font-size: 38px;
        font-weight: 100;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 1rem;
    }
    
    .nav-dropdown__list li.no-children > a:after,
    .nav-dropdown__list li.nav--open-level > a:after {
        content: "";
    }
    
    .nav--back {
        background-color: #1b4a72;
        border-bottom: 1px solid rgba(0,0,0,0.25);
        color: #fff;
        font-family: "HelveticaNeueW01-75Bold",Helvetica,Arial,sans-serif;
        font-size: 18px;
        line-height: 18px;
        padding: 28px 40px 25px 60px;
        position: relative;
    }
    
    .nav--back:after {
        color: #ffffff;
        content: "‹";
        font-family: "HelveticaNeueW01-45Ligh",Helvetica,Arial,sans-serif;
        font-size: 38px;
        font-weight: 100;
        left: 40px;
        position: absolute;
        top: 45%;
        transform: translateY(-45%);
        width: 1rem;
    }
}


/**
 *  Primary Nav Dropdowns
 */
.nav-dropdown {
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #cccfd1;
    border-top: 0;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap;
}

.nav-dropdown__column {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
    width: 330px;
    white-space: normal;
    background: #fff;
}

.nav-dropdown__title {
    color: #323e48;
    font-family: "HelveticaNeueW01-75Bold",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin: 0 0 10px;
    white-space: nowrap;
}

.nav-dropdown__list {
    list-style: none outside none;
    padding: 0;
    margin: 0 0 35px;
}

.nav-dropdown__list a,
.nav-dropdown__list a:link,
.nav-dropdown__list a:visited {
    color: #5a646c;
    font-family: "HelveticaNeueW01-55Roma",Helvetica,Arial,sans-serif;
    position: relative;
}

.nav-dropdown__list a:before,
.nav-dropdown__promo a.trailing-link:before {
    background-color: #5a646c;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: opacity 0.2s ease 0s, 
                transform 0.2s ease 0s;
}
    
@media screen and (min-width: 846px) {
/*new products*/
.primary-nav__listItem:nth-child(2) .nav-dropdown
{
right: 265px;
}
/*end new products*/
    .primary-nav__listItem:hover a,
    .primary-nav__listItem:hover a:link,
    .primary-nav__listItem:hover a:visited,
    .nav-dropdown__list a:hover,
    .nav-dropdown__list a:active,
    .nav-dropdown__list a:focus {
        color: #5a646c;
        text-decoration: none;
    }

    .nav-dropdown__list a:hover:before,
    .nav-dropdown__list a:active:before,
    .nav-dropdown__list a:focus:before,
    .nav-dropdown__promo a.trailing-link:hover:before,
    .nav-dropdown__promo a.trailing-link:active:before,
    .nav-dropdown__promo a.trailing-link:focus:before {
        opacity: 1;
        transform: scaleX(1);
    }
    
    .primary-nav__listItem:nth-child(4) {
        /*position: relative;*/
    }
    
    .primary-nav__listItem:nth-child(4) .nav-dropdown {
        /*left: 0;
        right: auto;*/
        right: 22px;
    }
    
    /*
    .nav-dropdown {
        max-height: calc(100vh - 150px);
    }
    
    .sticky-header .nav-dropdown {
        max-height: calc(100vh - 73px);
    }
    */
    
    .nav-dropdown__column {
        padding: 30px 30px 30px 0;
    }
    
    .nav-dropdown__column:first-child {
        margin-right: 30px;
    }
    
    .nav-dropdown__column:last-child {
        margin-right: 0;
    }
    
    .nav-dropdown__list ul li {
        position: relative;
    }
    
    .nav-dropdown__list ul li:after {
        background-color: #5a646c;
        content: "";
        display: block;
        height: 2px;
        left: -8px;
        position: absolute;
        top: 14px;
        width: 2px;
    }
}

.nav-dropdown__list ul {
    list-style: none outside none;
    padding: 0 0 0 20px;
    margin: 0;
}

@media screen and (max-width:1125px) {
    .nav-dropdown__column {
        font-size: 15px;
    }
    
    .primary-nav__listItem:nth-child(1) .nav-dropdown {
        left: 0;
        right:auto;
    }
}
@media screen and (min-width:845px)
{
    .m-sec-nav{
    display: none;
    }
}
@media screen and (max-width:320px)
{
    .m-sec-nav ul li{
        font-size: 11px;
    }
}
@media screen and (min-width:321px)
{
    .m-sec-nav ul li{
        font-size: 14px;
    }
}
@media screen and (max-width: 760px)
{
        .m-sec-nav ul
        {
            text-align: center;
        }
}
@media screen and (min-width:760px)
{
    .m-sec-nav ul{
        text-align: right;
        padding-right: 50px;
    }
}
@media screen and (max-width:845px) {
    /*second nav on mobile*/
    .m-sec-nav{
        padding-top: 5px;
        padding-bottom: 10px;
        background: #323e48;
    }
    .m-sec-nav ul
    {
        margin-left: 0px;
        padding-left: 0px;
    }
    .m-sec-nav ul li{
        display: inline;
        font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
        border-left: 1px solid #4e5c67;
        padding-left: 5px;
        padding-right: 0px;
    }
    .m-sec-nav ul li:first-child{
        border-left: 0px;
        padding: 0px;
    }
    .m-sec-nav ul li a, .m-sec-nav ul li a:hover, .m-sec-nav ul li a:active{
        color: #fff;
        text-decoration: none;
        font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
    }
    /*end second nav*/
    .nav-dropdown {
        background-color: transparent;
        border: 0;
        display: none;
        left: 0;
        /*position: absolute;*/
        position: relative;
        top: 0;
        width:100%;
    }
    
    .nav-dropdown__column {
        width: 100%;
    }
    
    .nav-dropdown__title,
    .nav-dropdown__list a, 
    .nav-dropdown__list a:link, 
    .nav-dropdown__list a:visited {
        background-color: #236093;
        border-bottom: 1px solid rgba(0,0,0,0.25);
        color: #fff;
        display: block;
        font-family: "HelveticaNeueW01-55Roma",Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 18px;
        margin-bottom: 0;
        padding: 28px 45px 25px 40px;
        white-space: normal;
    }
    
    .nav-dropdown__title:hover,
    .nav-dropdown__title:focus,
    .nav-dropdown__list a:hover,
    .nav-dropdown__list a:active,
    .nav-dropdown__list a:focus {
        background-color: #1b4a72;
        color: #fff!important;
        text-decoration: none;
    }
    
    .nav-dropdown ul,
    .nav-dropdown ul ul {
        display: none;
        opacity: 0;
    }
    
    .nav-dropdown ul ul {
        padding-left: 0;
    }

}


/**
 *  Dropdown Promo
 */
@media screen and (min-width: 846px) {
    .nav-dropdown__promo {
        background-color: #f2f2f2;
        border-left: 1px solid #cccfd1;
        border-top: 10px solid #dc291e;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 16px;
        padding: 30px;
        vertical-align: top;
        white-space: normal;
        width: 427px;
    }
    
    .nav-dropdown__promo .image-wrap {
        /*background-color: #323e48;
        border: 1px solid #cccfd1;*/
        padding: 40px 15px;
    }
    
    .nav-dropdown__promo .image-wrap img {
        display: block;
        max-height: 60%;
        margin: auto;
        max-width: 60%;
    }
    
    .nav-dropdown__promo h4 {
        color: #323e48;
        font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
        font-size: 0.7619rem;
        margin: 25px 0 0 0;
    }
    
    .nav-dropdown__promo p {
        margin: 0 0 25px 0;
    }

    .nav-dropdown__promo a.trailing-link,
    .nav-dropdown__promo a.trailing-link:link,
    .nav-dropdown__promo a.trailing-link:visited {
        color: #236093;
    }

    .nav-dropdown__promo a.trailing-link:hover,
    .nav-dropdown__promo a.trailing-link:active,
    .nav-dropdown__promo a.trailing-link:focus {
        color: #2d7bbc;
    }

    .nav-dropdown__promo a.trailing-link:before {
        background-color: #2d7bbc;
    }
}

@media screen and (max-width:1125px) {
    .nav-dropdown__promo {
        display: none;
    }
}


/**
 *  Dropdown Show/Hide
 */
@media screen and (min-width: 846px) {
    .nav-dropdown {
        border-width: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .primary-nav__listItem:hover .nav-dropdown,
    .primary-nav__listItem:focus .nav-dropdown {
        border-width: 1px;
        height: auto;
        opacity: 1;
        overflow: visible;
        padding: 0 0 0 30px;
        z-index: 1000;

        transition-delay: .3s;
                    transition-property: opacity;
                    transition-timing-function: ease-in;
                    transition-duration: .1s;

    }
}


/**
 *  Home Page & Sticky Nav Colors 
 */
body.home a.nav-primary__listLink,
body.home a.nav-primary__listLink:link,
body.home a.nav-primary__listLink:visited {
    color: #fff;
}

body.home .primary-nav__listItem:hover a.nav-primary__listLink,
body.home .primary-nav__listItem:hover a.nav-primary__listLink:link,
body.home .primary-nav__listItem:hover a.nav-primary__listLink:visited,
body.home a.nav-primary__listLink:hover,
body.home a.nav-primary__listLink:active,
body.home a.nav-primary__listLink:focus {
    color: #323e48;
}

body.sticky-header a.nav-primary__listLink,
body.sticky-header a.nav-primary__listLink:link,
body.sticky-header a.nav-primary__listLink:visited {
    color: #323e48;
}

body.sticky-header .primary-nav__listItem:hover a.nav-primary__listLink,
body.sticky-header .primary-nav__listItem:hover a.nav-primary__listLink:link,
body.sticky-header .primary-nav__listItem:hover a.nav-primary__listLink:visited,
body.sticky-header a.nav-primary__listLink:hover,
body.sticky-header a.nav-primary__listLink:active,
body.sticky-header a.nav-primary__listLink:focus {
    color: #236093;
}


/**
 *  Mobile Menu Open/Close Levels
 */
@media screen and (max-width:845px) {
    .nav--close-level {
        display: none!important;
        opacity: 0!important;
    }
    
    .nav--open-level {
        display: block!important;
        opacity: 1!important;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}


.id-grid > div{
    width: 33.33333%;
    padding: 0 15.75px 31.5px;
    padding-bottom: 2em;
}

.id-grid > div .resource, .id-grid > div .quote{
    border-top: 11px solid #dc291e;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 2.9em 2em 60px 2em;
    min-height: 440px;

}
.C45-Resource-Asset-List .section--search-filter input[type="text"]
{
padding: 10px 60px 10px 20px;
}
.C45-Resource-Asset-List .section--search-filter input[type="submit"]
{
top: 5px;
}

.C45-Resource-Asset-List .section--search-filter input[type="submit"] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #236093 !important;
    background: #236093 !important;
    position: relative;
    color: #ffffff;
    border: none;
    padding: 10px 60px;
    font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
    font-size: 0.66667rem;
    line-height: 17px;
    height: 40px;
    margin-top: -5px;
    vertical-align: top;
}

.C45-Resource-Asset-List .resource-filter-wrap
{
    margin-bottom: 30px;
}
.C45-Resource-Asset-List #search
{
    max-width: 80%;
}
.C45-Resource-Asset-List .resource-filter-list
{
    border-top: 0px !important;
}
.C45-Resource-Asset-List .refine-close-btn
{
    display: inline;
    position: absolute;
    right: -30px;
    cursor: pointer;
}
.C45-Resource-Asset-List .resource-filter
{
    position: absolute;
    right: 20px;
    padding: 5px 20px;
    color: #fff;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #323e48; /* Old browsers */
    background: -moz-linear-gradient(top,  #323e48 0%, #1e252b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #323e48 0%,#1e252b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #323e48 0%,#1e252b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.C45-Resource-Asset-List a .resource-filter
{
    color: #fff;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
}
.C45-Resource-Asset-List .resource-filter span
{
    margin-right: 3px;
}
.C45-Resource-Asset-List .resource-tabs
{
    position: absolute;
    top: -35px;
    z-index: 20;
    display: none;
}

.C45-Resource-Asset-List .resource-tabs li{
    display: inline-block;
}
.C45-Resource-Asset-List .resource-tabs a, .C45-Resource-Asset-List .resource-tabs a:hover, .C45-Resource-Asset-List .resource-tabs a:active{
    color: #fff;
    font-size: 16px;
    background: #3c4c59;
    padding: 12px 15px 10px;
    font-family:"HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}
.C45-Resource-Asset-List .resource-tabs a.rtab-active, .C45-Resource-Asset-List .resource-tabs a.rtab-active:active
{
    background: #323e48;
}
.resource-filter .filter-toggle
{
    color: #fff !important;
}
.resource-filter .arrow-up
{
    transform: rotate(180deg);
}
.results-possible-display
{
    font-size: 18px;
    margin-top: 45px;
    background: #eee;
    position: relative;
}
.results-possible-display .search-options
{
    font-size: 16px;
}
.search-options span:after
{
    content: ", ";
}
.search-options span:first-child:before
{
    content: "in: ";
}
.search-options span:last-child:after
{
    content: "";
}

@media (min-width:1024px) {
    .id-grid > div:nth-child(3n+1){
        padding-right: 1em;
    }

    .id-grid > div:nth-child(3n+2) {
      padding-left: 1em;
      padding-right: 1em;
    }

    .id-grid > div:nth-child(3n+3) {
      padding-left: 1em;
    }
    .sorted-by{
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .id-grid > div{
         width: 50%;
    }
    .id-grid > div {
        padding-bottom: 1.5em;
     }
      .id-grid > div:nth-child(2n+1) {
        padding-left: 2em;
        padding-right: 0.75em;
      }
      .id-grid > div:nth-child(2n+2) {
        padding-left: 0.75em;
        padding-right: 2em;
      }
      .id-grid > div .quote {
        padding-bottom: 2em;
      }
      .id-grid > div:nth-child(odd){
        padding-left:0;
      }
      .id-grid > div:nth-child(even){
        padding-right:0;
      }
}

@media (max-width: 767px) {
    .id-grid > div{
        width:100%;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .C45-Resource-Asset-List .refine-close-btn
    {
        right: 10px !important;
    }
    .sorted-by{
            display: none;
        }
}

/**
                ACCORDION
**/
@media (max-width: 767px) {

    .id-grid > div:not(:first-child) .resource{
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        padding: 0 1rem 0;
        min-height: 100px;
      }
     .id-grid > div:not(:first-child) .resource h3, .id-grid > div:not(:first-child) .resource .h3{
        margin-bottom: 0;
        padding-right: calc( 100px + 1.5rem);
        padding-right: -webkit-calc( 100px + 1.5rem);
        height: 100px;
        display: table-cell;
        vertical-align: middle;
      }
      .id-grid > div:not(:first-child) .resource:after, .id-grid > div:not(:first-child) .resource:before{
        content: "–";
        max-height: 100px;
        text-align: center;
        position: absolute;
        font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
        right: 0;
        top: 0;
        height: 100%;
        width: 100px;
        font-size: 3em;
        line-height: 1.4em;
        color: #ffffff;
        cursor: pointer;
      }
      .id-grid > div:not(:first-child) .resource:before{
        z-index: 6;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: 400ms -webkit-transform;
                transition: 400ms transform;
      }
      .id-grid > div:not(:first-child) .resource:after{
        background-color: #236093;
        z-index: 5;
      }
      .id-grid > div:not(:first-child) .resource.active:before{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }


    .id-grid > div:not(:first-child) .id-accordion-small{
        margin-top: 1rem;
        padding-bottom: 25px;
        display:none;
    }

    .id-grid > div:not(:first-child) .active .id-accordion-small{
        display:block;
    }

  }




/**


            QUOTE

**/


.id-grid > div .quote {
  padding: 2.3em 2em 0 2.4em;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(50, 62, 72, 0.05);
  position: relative;
}

.id-grid > div .quote h3, .id-grid > div .quote .h3 {
  font-size: 0.857em;
  margin-bottom: 0.5em;
}

.id-grid > div .quote p {
  font-size: 1em;
  line-height: 1.6em;
}

.id-grid > div .quote p:first-child {
  font-style: italic;
}

.id-grid > div .quote p:first-child:before {
  content: '“';
  color: #236093;
  position: absolute;
  left: 0.45em;
  font-size: 48px;
  font-style: normal;
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.id-grid > div .quote p:first-child:after{
    content: '”';
}

.id-grid > div .quote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}

.id-grid > div .quote .quote--text h3, .id-grid > div .quote .quote--text .h3 {
  margin: 0;
}

.id-grid > div .quote .quote--text p {
  margin-top: 0;
  font-size: 16px;
  color: #323e48;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}

.id-grid > div .quote > div {
  margin: 0 auto 0 auto;
}



/****Resources Tabs****/
.C45-Resource-Asset-List ul.topnav {
  list-style-type: none;
  position: absolute;
  margin-top: 0px;
  top: -35px;
  z-index: 20;
}
.C45-Resource-Asset-List ul.topnav li {float: left; margin-right: 5px;}
.C45-Resource-Asset-List ul.topnav li a, ul.topnav li a:hover {
  color: #fff;
  font-size: 16px;
  background: #3c4c59;
  padding: 12px 15px 10px;
  font-family:"HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
}
.C45-Resource-Asset-List ul.topnav a.active, .C45-Resource-Asset-List ul.topnav a.active:active
{
    background: #323e48;
}
@media (min-width:766px) {
.C45-Resource-Asset-List ul.topnav li.icon {display: none;}
}

@media (max-width:767px) {

.C45-Resource-Asset-List .resource-filter
{
    padding: 2px 10px;
    font-size: 14px;
}
.C45-Resource-Asset-List #search
{
    width: 60%;
}
.C45-Resource-Asset-List .section--search-filter input[type="submit"]
{
    padding: 10px 20px;
}

.C45-Resource-Asset-List ul.topnav li
{
    margin-right: 0px;
}.C45-Resource-Asset-List ul.topnav{
    right: 20px;
    top: -30px;
    width: 100%;
}

  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
    background: #323e48;
  }
  ul.topnav li.icon div{
    margin: 0px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
  }

  .C45-Resource-Asset-List ul.topnav, ul.topnav.responsive {
  position: absolute;
      z-index: 23;
      margin-top: -7px;
      background: #323e48;
      margin-left: 0px;
      padding-left: 0px;
      width: 90%;
      left: 20px;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li.icon
  {
    margin-top: 0px;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }

  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    padding-right: 40px;
  }
  ul.topnav li a.active{
    display: block;
    padding-top: 7px;
        padding-bottom: 0px;
  }
  ul.topnav.responsive li a.active
  {
    display: inline-block;
    margin-top: 0px;
  }
  ul.topnav.responsive li:first-child
  {
    position: relative;
    display: block;
    height: 37px;
  }
  .C45-Resource-Asset-List ul.topnav.responsive li:first-child a
  {
        right: 8px;
  }

  .C45-Resource-Asset-List ul.topnav.responsive li a
  {
      padding-bottom: 1px;
      padding-left: 15px;
      padding-top: 0px;
  }
  .C45-Resource-Asset-List ul.topnav.responsive li:first-child a, .C45-Resource-Asset-List ul.topnav.responsive li:nth-child(2) a
  {
      padding-top: 7px;
  }
    .C45-Resource-Asset-List .article-list .list-item
    {
        padding: 20px 5px;
    }

}
/**
 * The purpose of this CSS file is to "fix" the margins/paddings added to
 * several sections.
 */


/* No padding top and no padding bottom */

.cs--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}


/* No padding bottom, normal padding top */

.cs--padding-top {
  padding-bottom: 0;
  padding-top: 100px;
}


/* No padding top, normal padding bottom */

.cs--padding-bottom {
  padding-top: 0;
  padding-bottom: 100px;
}


/* Padding top and padding bottom */

.cs--padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1023px) {
  .cs--padding-top {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .cs--padding-bottom {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .cs--padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px)
{
.section--features .C12-Bullet-Columns .row .col-6:first-child
{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

}

.C46-Press-Release ul li, .C46-Press-Release ol li
{
    font-size: 0.7619rem;
    line-height: 1.3333rem;
}
@media (min-width: 768px)
{
    .id-image-callout-box{
        padding:30px 0 !important;
    }
}
@media (max-width: 767px)
{
    .id-image-callout-box{
        padding:30px 20px !important;
    }
}

/**
  * Adds padding for the image callout boxes that have round-images
  */
.section--products.round--images .wrap--narrow .row:not(.border--bottom):last-child {
    padding:25px 0 !important;
}

.id-no-border.grid--inner-border > div{
    border:none !important;
}

.button--transparent:after {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  content: url("media/icons/right-arrow--white.svg");
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.button--transparent.button--video:after {
    content: url("media/icons/icon--video-white.svg") !important;
}

a.button--transparent.button--video:hover:after {
    content: url("media/icons/icon--video-blue.svg") !important;
}

.image.parbase img {
    display: block;
    margin: 0 auto;
}

.u-headline-onlyTop {
    margin-top: 50px;
    margin-bottom: 0;
}

.u-headline-onlyBottom {
    margin-top: 0;
    margin-bottom: 50px;
}

.u-headline-noMargin {
    margin-top: 0;
    margin-bottom: 0;
}

#site-search
{
    padding-top: 0px;
}
#site-search h1
{
    width: 100%;
    margin-bottom: 0px;
}
#id-search-box input{
    display:inline-block;
}

#site-search .article-list{
    margin-top:0px;
    padding:0;
}

.inner_search_form.section--search-filter{
    padding:10px 0;
}

#id-search-box .search-query{
    border:1px solid #cccfd1;
    font-family: HelveticaNeueW01-55Roma, Helvetica, Arial, sans-serif;
    background: #fff;
    padding-right: 50px;
}

h5.search-results-count{
    margin:0px;
}

.search-pagination ul{
    text-align:center;
}
.search-pagination ul li{
    list-style:none;
    display:inline-block;
    padding:0 15px;
}

#site-search form input[type=submit]:hover{
    color:#ffffff;
}

#site-search li.list-item p br{
display: none;
}
.inner_search_form section--search-filter
{
    position: relative;
}
.section--search-filter input[type="submit"]
{
    position: absolute;
    right: 0px;
    top: 15px;
    background: url('../../../content/dam/fortinet/images/icons/search-icon.svg') no-repeat top left !important;
    font-size: 0px;
    height: 30px;
    padding: 5px 30px;
}
.section--search-filter input[type="text"]
{
    max-width: none;
}
@media (max-width: 767px) {
/*start*/
.path a, .search-results .list-item a.search-result-title, .search-results .list-item p{
word-break: break-word;
}
.search-pagination ul{
padding-left: 0px;
}
.search-pagination ul li
{
padding: 0px 8px;
}
#site-search li.list-item{
padding: 15px 0px;
}
#id-search-box
{
margin-bottom: 20px;
}
#id-search-box form input[type=text], .section--search-filter input[type="text"]
{
padding: 0px 10px;
width: auto;
margin-right: 0px;
}
.section--search-filter input[type="submit"]
{
padding: 10px 30px !important;
font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;

}

#id-search-box .search-query
{
    width: 100%;
    border-radius: 0px;
}
#site-search .col-sm-12:first-child
{
    padding-bottom: 0px;
}
#site-search .wrap--narrow
{
    padding: 0px 20px;
}
/*end*/
}
.search-results
{
    margin-top: 30px;
}
.search-results-count
{
    background: #eee;
    padding: 10px;
    margin: 0px;
}
h3.search-results-title
{
    margin-bottom: 20px;
    font-family: "HelveticaNeueW01-55Roman", Helvetica, Arial, sans-serif;
}
.path a{

    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.search-results .list-item a.search-result-title
{
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
    font-size: 21px;
}

form.resources-form .icon--lock svg, .resources-form .icon--lock svg path{
    fill:#000000;
}

form.resources-form input{
    display:inline-block;
}

form.resources-form input[type="text"]{
    background:#ffffff;
    font-family:inherit;
}

form.resources-form #asset-filters{
    margin-bottom:3em;
}


form.resources-form .filter-controls{
    margin:40px 0 20px;
}


form.resources-form .filter-controls .align-right{
    text-align: right;
}
 
form.resources-form .filter-toggle img{
    width:20px;
    position:relative;
    top:6px;
}

form.resources-form .filter-controls h2{
    margin:0;
    padding:0;
}


form.resources-form .filter-toggle{
    color:#1bacde;
    font-size: .9em;
    font-weight: normal;
}


form.resources-form .white-toggle-filter {
    color:#ffffff;
    font-size: .9em;
    font-weight: normal;
}

.results-possible-display{
    padding:.55em;
}

.row.block-button{
    margin:0 !important;    
}

.row.block-button.top{
    margin:0 !important;    
    padding-top:15px;
}

.publication-list .article-list .list-item p:last-child:after{
    content:none;
}

.article-list .list-item h5{
    margin:0;
}


form.resources-form input[type=submit]:hover{
    color:#ffffff;
}


svg.link-video-play-button{
    margin-right:4px;
    width:16px;
    display:inline;
}


/** small displays **/

@media (max-width: 767px) {
    form.resources-form .filter-controls .align-right{
        text-align: inherit;
    }
    
    form.resources-form .filter-controls{
        margin:20px 0 10px;
    }
}

.parsys {
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background: transparent;
}

.contact--form input,
.contact--form input[type=text],
.contact--form input[type=email],
form.ready input,
form.ready input[type=text],
form.ready input[type=email] {
  background-color: transparent;
  border: 1px solid #cccfd1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5a646c;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  line-height: 21px;
}

.contact--form input,
.contact--form input[type=text],
.contact--form input[type=email],
.contact--form input:focus,
.contact--form input[type=text]:focus,
.contact--form input[type=email]:focus,
form.ready input,
form.ready input[type=text],
form.ready input[type=email],
form.ready input:focus,
form.ready input[type=text]:focus,
form.ready input[type=email]:focus {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 100%;
}

.contact--form--small input,
.contact--form--small input[type=text],
.contact--form--small input[type=email],
.contact--form--small input:focus,
.contact--form--small input[type=text]:focus,
.contact--form--small input[type=email]:focus {
  background-position: right 10px center;
}

.select-container select,
.contact--form select,
form.ready select {
  /* Replaced original SVG with base64 string so it works in IE */
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iN3B4IiB2aWV3Qm94PSIwIDAgMTYgNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNS4yICgyNTIzNSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+4oC6PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9IkNvbnRhY3QtVXMtQ29weS0yIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1MC4wMDAwMDAsIC0xNDE1LjAwMDAwMCkiIGZpbGw9IiMyMzYwOTMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTI1NSwxNDEyLjE4OCBMMTI1Ni42OTIsMTQxMSBMMTI2MS43MzIsMTQxOC41MjQgTDEyNTYuNjkyLDE0MjYuMDQ4IEwxMjU1LDE0MjQuODYgTDEyNTkuMTQsMTQxOC41MjQgTDEyNTUsMTQxMi4xODggWiIgaWQ9IuKAuiIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI1OC4zNjYwMDAsIDE0MTguNTI0MDAwKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTEyNTguMzY2MDAwLCAtMTQxOC41MjQwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  /* Move cross-browser fixes */
  background-position: right 9px center !important;
  border-width: 1px;
}


/* Ensure cross-browser visibility of options */

.contact--form select option,
form.ready select option {
  color: #323e48;
}


/* Ensure cross-browser styling of "disabled" options */

.contact--form select option[disabled],
form.ready select option[disabled] {
  color: #5a646c;
}

.contact--form select + span,
form.ready select + span {
  cursor: pointer;
}

.contact--form input[required] + span:after,
.contact--form select[required] + span:after,
form.ready input[required] + span:after,
form.ready select[required] + span:after {
  color: #dc291e;
  content: " *";
}

.contact--form input:focus + span,
.contact--form select:focus + span,
form.ready input:focus + span,
form.ready select:focus + span {
  opacity: 0.5;
}

.contact--form .populated + span,
form.ready .populated + span {
  display: none;
}

.contact--form .row > .text,
.contact--form .row > .dropdown,
.contact--form .row .parsys > .text,
.contact--form .row .parsys > .dropdown,
form.ready .row .parsys > .text,
form.ready .row .parsys > .dropdown,
form.ready .row .parsys > .text,
form.ready .row .parsys > .dropdown {
  float: left;
  padding: 0 10px 20px;
  width: 50%;
}

.contact--form .row > .texts[disabled],
.contact--form .row > .dropdown[disabled],
.contact--form .row .parsys > .text[disabled],
.contact--form .row .parsys > .dropdown[disabled],
form.ready .row .parsys > .text[disabled],
form.ready .row .parsys > .dropdown[disabled],
form.ready .row .parsys > .text[disabled],
form.ready .row .parsys > .dropdown[disabled] {
  opacity: 0.4;
}

.contact--form .form_row .selected,
form.ready .form_row .selected {
  color: #5a646c;
}

.contact--form .form_row .selected + span,
form.ready .form_row .selected + span {
  display: none;
}

.contact--form input:focus,
.contact--form input[type="text"]:focus,
.contact--form input[type="email"]:focus,
.contact--form select:focus,
form.ready input:focus,
form.ready input[type="text"]:focus,
form.ready input[type="email"]:focus,
form.ready select:focus {
  border-color: #ffa400;
}

.contact--form input.error,
.contact--form input[type=text].error,
.contact--form input[type=email].error,
.contact--form.submitted input:invalid,
form.ready input.error,
form.ready input[type=text].error,
form.ready input[type=email].error,
form.ready.submitted input:invalid {
  background-image: url(media/icons/alert.png);
  border-color: #dc291e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  padding-right: 48px;
  position: inherit;
}

.contact--form--small input.error,
.contact--form--small input[type=text].error,
.contact--form--small input[type=email].error,
.contact--form--small.submitted input:invalid {
  padding-right: 38px;
}

.contact--form.submitted select:invalid,
.contact--form input.error:focus,
.contact--form input.error[type="text"]:focus,
.contact--form input.error[type="email"]:focus,
form.ready.submitted select:invalid,
form.ready input.error:focus,
form.ready input.error[type="text"]:focus,
form.ready input.error[type="email"]:focus {
  border-color: #dc291e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact--form.submitted input:invalid + span,
.contact--form.submitted select:invalid + span,
.contact--form input.error + span,
.contact--form input.error[type="text"] + span,
.contact--form input.error[type="email"] + span,
form.ready.submitted input:invalid + span,
form.ready.submitted select:invalid + span,
form.ready input.error + span,
form.ready input.error[type="text"] + span,
form.ready input.error[type="email"] + span {
  color: #dc291e;
}

.contact--form input,
.contact--form--small input {
  /*  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;*/
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}

.contact--form .submit input.contact--form__submit[type=button],
.contact--form--small .submit input.contact--form__submit[type=button],
.contact--form .submit input.contact--form__submit[type=reset],
.contact--form--small .submit input.contact--form__submit[type=reset] {
  border: 1px solid #cccfd1;
  margin-top: 1px;
  max-width: 326px;
  transition: border-color 300ms !important;
}

.contact--form .submit input.contact--form__submit[type=button]:hover,
.contact--form--small .submit input.contact--form__submit[type=button]:hover,
.contact--form .submit input.contact--form__submit[type=reset]:hover,
.contact--form--small .submit input.contact--form__submit[type=reset]:hover {
  background-color: transparent;
  border: 2px solid #236093;
  color: #236093;
  margin-top: 0;
}

.contact--form input.contact--form__submit:focus {
  background-color: #F9F9F9;
}

.contact--form input.contact--form__submit[type=button]:focus,
.contact--form--small input.contact--form__submit[type=button]:focus,
.contact--form input.contact--form__submit[type=reset]:focus,
.contact--form--small input.contact--form__submit[type=reset]:focus {
  color: #236093;
  -webkit-animation: formResetButton .3s 1;
  -moz-animation: formResetButton .3s 1;
  -o-animation: formResetButton .3s 1;
  animation: formResetButton .3s 1;
}

@-webkit-keyframes formResetButton {
  0% {
    font-size: 18px;
  }
  20% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}

@-moz-keyframes formResetButton {
  0% {
    font-size: 18px;
  }
  30% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}

@-o-keyframes formResetButton {
  0% {
    font-size: 18px;
  }
  30% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}

@keyframes formResetButton {
  0% {
    font-size: 18px;
  }
  30% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}

.contact--form--small select {
  padding-right: 43px;
}

@media (max-width: 768px) {
  .contact--form .row > .text,
  .contact--form .row .parsys > .text,
  .contact--form .row > .dropdown,
  .contact--form .row .parsys > .dropdown {
    width: 100%;
  }
}
.C26-Large-Detail-Grid h3 a {
color:#236093
}
.C31-Footer-Banner-Form section {
  background-repeat: no-repeat;
  background-size: cover;
}

.C31-Footer-Banner-Form .ready .parsys {
  width: 100%;
}

.C31-Footer-Banner-Form .ready input,
.C31-Footer-Banner-Form .ready input[type=text],
.C31-Footer-Banner-Form .ready input[type=email],
.C31-Footer-Banner-Form .ready input:focus,
.C31-Footer-Banner-Form .ready input[type=text]:focus,
.C31-Footer-Banner-Form .ready input[type=email]:focus {
  background-color: white;
  width: 100%;
}

.C31-Footer-Banner-Form .ready input[type=email] {
  -webkit-appearance: none;
  background-color: white;
  border-color: 1px solid #cccfd1;
  border-radius: 0;
  color: #323e48;
  display: inline-block;
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
  height: 70px;
  margin-bottom: 10px;
  outline: none;
  padding-left: 30px;
}

.C31-Footer-Banner-Form .submitted select:invalid,
form input.error:focus,
form input.error[type="text"]:focus,
form input.error[type="email"]:focus {
  border-color: #dc291e;
}

.C31-Footer-Banner-Form .ready input:nth-child(2n+1),
.C31-Footer-Banner-Form .ready input[type="text"]:nth-child(2n+1),
.C31-Footer-Banner-Form .ready input[type="email"]:nth-child(2n+1) {
  margin-right: 0;
}

.C31-Footer-Banner-Form .ready input:nth-child(2n),
.C31-Footer-Banner-Form .ready input[type="text"]:nth-child(2n),
.C31-Footer-Banner-Form .ready input[type="email"]:nth-child(2n) {
  margin-left: 0;
}

.C31-Footer-Banner-Form .row > .text,
.C31-Footer-Banner-Form .row .parsys > .text {
  float: left;
  width: calc(50% - 10px);
}

.C31-Footer-Banner-Form .row > .text:nth-child(2n+1),
.C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n+1) {
  margin-right: 5px;
}

.C31-Footer-Banner-Form .row > .text:nth-child(2n),
.C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n) {
  margin-left: 5px;
}

.C31-Footer-Banner-Form label {
  position: relative;
}

.C31-Footer-Banner-Form label span {
  cursor: text;
  font-size: 0.85714rem;
  left: 0;
  line-height: normal;
  padding: 15px 15px 15px 30px;
  position: absolute;
  top: 9px;
}

@media (max-width: 479px) {
  .C31-Footer-Banner-Form .row > .text,
  .C31-Footer-Banner-Form .row .parsys > .text {
    width: 100%;
  }
  .C31-Footer-Banner-Form .row > .text:nth-child(2n+1),
  .C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n+1) {
    margin-right: 0;
  }
  .C31-Footer-Banner-Form .row > .text:nth-child(2n),
  .C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n) {
    margin-left: 0;
  }
}
.C33-Image-with-HTML-Box .bg--threatmap {
  background-size: cover;
  background-position: left;
}
.C38-News-Events-Feed .row--news-events {
  -webkit-align-content: inherit;
  -ms-flex-line-pack: inherit;
  align-content: inherit;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.C38-News-Events-Feed .row--news-events > div {
  /*padding-bottom: 110px !important;*/
  position: relative;
}

.C38-News-Events-Feed .row--news-events > div .press--item + p,
.C38-News-Events-Feed .row--news-events > div .event--item + p {
  position: relative;
  top: 50px;
  /*top: 100%;*/
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  /*margin-top: -20px;*/
}
.C38-News-Events-Feed .border--bottom
{
    margin-bottom: 50px;
}

.C38-News-Events-Feed .newsroom-blogs
{
margin-bottom: 50px;
}

.C38-News-Events-Feed .border--bottom .col-12, .C38-News-Events-Feed .event--item .col-12
{
padding-left: 0px;
}

.C38-News-Events-Feed h3 {margin-bottom: 20px;}

.section--grid .C43-About h2 + p,
.section--grid .C43-About .h2 + p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .section--grid .C43-About h2 + p,
  .section--grid .C43-About .h2 + p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .C47-Featured-Resources .pager {
    display: block;
  }
}
.C49-Eloqua-Gated-Form label {
  display: block;
  position: relative;
}

.C49-Eloqua-Gated-Form select {
  /*  color: transparent; NOT WORKING IN IE */
  color: white;
  font-size: 14px;
}

.C49-Eloqua-Gated-Form label span,
.C49-Eloqua-Gated-Form select + span {
  cursor: text;
  font-size: 14px;
  left: 0;
  line-height: normal;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  top: 3px;
}

.C49-Eloqua-Gated-Form select + span {
  color: #323e48;
}
.C51-Eloqua-Form .contact--form .row > .full-width-text,
.C51-Eloqua-Form .contact--form .row .parsys > .full-width-text,
.C51-Eloqua-Form .contact--form .row > .full-width-dropdown,
.C51-Eloqua-Form .contact--form .row .parsys > .full-width-dropdown {
  width: 100%;
}

.C51-Eloqua-Form form input,
.C51-Eloqua-Form form input[type=text],
.C51-Eloqua-Form form input[type=email],
.C51-Eloqua-Form select {
  line-height: 22px;
}

.C51-Eloqua-Form form input,
.C51-Eloqua-Form form input[type=text],
.C51-Eloqua-Form form input[type=email] {
  padding: 25px 30px;
}

.C51-Eloqua-Form form .error {
  border-color: #dc291e;
  opacity: 1;
  position: inherit;
}

.C51-Eloqua-Form label {
  display: block;
  position: relative;
}

.C51-Eloqua-Form select {
  /*  color: transparent; NOT WORKING IN IE */
  color: white;
  font-size: 0.85714rem;
  padding: 25px 70px 25px 30px;
}

.C51-Eloqua-Form label span,
.C51-Eloqua-Form select + span {
  color: #5a646c;
  cursor: text;
  font-size: 0.85714rem;
  left: 0;
  line-height: normal;
  padding: 15px 15px 15px 30px;
  pointer-events: none;
  position: absolute;
  top: 11px;
}

.C51-Eloqua-Form select + span {
  left: 1px;
  top: 11px;
}

.C51-Eloqua-Form .dropdown .form_rightcol {
  background: #ffffff;
  margin: 0 0 20px;
  overflow-y: hidden;
  position: relative;
}

.C51-Eloqua-Form .dropdown .form_rightcol:last-child {
  margin-bottom: 0;
}
.C53-Asset-Header-Columns .valprop {
  padding-left: 0;
  padding-right: 0;
}

.C53-Asset-Header-Columns .wrap .row > div:first-of-type .C52-Asset-Link {
  margin-top: -70px;
  margin-bottom: 40px;
  margin-left: 10px;
}


/* Fix for the case that parsys doesn't contain components */

.C53-Asset-Header-Columns .optional {
  padding-bottom: 0;
}

.C53-Asset-Header-Columns .optional > div:last-of-type {
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .C53-Asset-Header-Columns .wrap .row > div:first-of-type .C52-Asset-Link {
    margin-top: -45px;
    margin-bottom: 20px;
  }
}
.C900-Layout
{
    display: block;
    width: 100%;
}
.submit
{
    width: 100%;
}
.C900-Layout textarea{
background: inherit;
border-color: #ccc;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
    color: #5a646c;
}
.C900-Layout  label
{
	font-size: 18px;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
    color: #5a646c;
}
.layout-border .border--full .cta--item:nth-child(2), .layout-border .border--full .cta--item:nth-child(3)
{
    border-left: 1px solid #cccfd1;
}
.layout-border .border--full .cta--item
{
    padding: 15px;
}

/*mobile and tablet*/
@media (max-width: 767px)
{
    .layout-border .border--full .cta--item:nth-child(2), .layout-border .border--full .cta--item:nth-child(3)
    {
        border-left: 0px solid #fff;
        border-top: 1px solid #cccfd1;
    }
    .layout-border .border--full .cycle-slide:nth-child(2), .layout-border .border--full .cycle-slide:nth-child(3)
    {
        border-top: 0px solid #cccfd1 !important;
    }

    .C900-Layout .slides .cta--pager
    {
        position: relative;
        bottom: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 101;
    }
    .C900-Layout .slides .cta--pager span
    {
        display: inline-block;
        font-size: 0;
        cursor: pointer;
    }
    .C900-Layout .slides .cta--pager span:before
    {
        content: '';
        display: inline-block;
        border: 1px solid #236093;
        border-radius: 50%;
        width: 0.38095rem;
        height: 0.38095rem;
        margin: 0 10px;
    }
    .C900-Layout .slides .cta--pager .cycle-pager-active:before
    {
        background-color: #236093;
    }
}
@media print{

.page--header{
position: relative;
}
.page--container
{
padding-top: 0px;
}
.page--header .nav-super a
{
font-size: 10px;
}
a.nav-primary__listLink, a.nav-primary__listLink:link, a.nav-primary__listLink:visited
{
color: #323e48;
font-size: 10px;
}
.primary-nav__listItem
{
display: inline-block;
}
.page--footer .nav-social li
{
max-width: 20px;
margin: 0 5px;
}
.page--footer .nav-footer a
{
font-size: 10px;
}
.page--footer .nav-social {
    float: right;
    padding-bottom: 20px;
}
.page--footer .nav-footer li
{
display: inline-block;
padding: 0 3px !important;
}
.col-8 {
    width: 66.66667%;
}
.col-4 {
    width: 33.33333%;
}
.nav-dropdown
{
display: none;
}


}
