/*! Humaan CSS v4.0 */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*
Theme Name: 
Theme URI: 
Description: 
Author: Humaan
Author URI: 
Version: 1.0
Tags: 
*/
/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */
/* Slider */
@charset "UTF-8";
@font-face {
  font-family: "Icons";
  src: url('fonts/Icons.eot');
  src: url('fonts/Icons.eot?#iefix') format('eot'), url('fonts/Icons.woff') format('woff'), url('fonts/Icons.ttf') format('truetype'), url('fonts/Icons.svg#Icons') format('svg');
}
.icon:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-icn_01-logo:before {
  content: "\E001";
}
.icon-icn_02-cross:before {
  content: "\E002";
}
.icon-icn_03-speech-bubble:before {
  content: "\E003";
}
.icon-icn_04-arrow-left:before {
  content: "\E004";
}
.icon-icn_05-arrow-right:before {
  content: "\E005";
}
.icon-icn_06-email:before {
  content: "\E006";
}
.icon-icn_07-social-twitter:before {
  content: "\E007";
}
.icon-icn_08-logo-proteus-discover:before {
  content: "\E008";
}
.icon-icn_09-social-linkedin:before {
  content: "\E009";
}
.icon-icn_10-eye:before {
  content: "\E00A";
}
.icon-icn_11-man-cog:before {
  content: "\E00B";
}
.icon-icn_12-graph:before {
  content: "\E00C";
}
.icon-icn_13-logo-otsuka:before {
  content: "\E00D";
}
.icon-icn_13-logo-proteus-recover:before {
  content: "\E00E";
}
.icon-icn_14-logo-oracle:before {
  content: "\E00F";
}
.icon-icn_15-logo-novartis:before {
  content: "\E010";
}
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * 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, 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 {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
}
audio:not([controls]) {
  display: none;
  height: 0;
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
}
[hidden], template {
  display: none;
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
}
a {
  background: transparent;
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
}
a:active, a:hover {
  outline: 0;
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
}
b, strong {
  font-weight: bold;
  /**
 * Address styling not present in Safari and Chrome.
 */
}
dfn {
  font-style: italic;
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /**
 * Address styling not present in IE 8/9.
 */
}
mark {
  background: #ff0;
  color: #000;
  /**
 * Address inconsistent and variable font size in all browsers.
 */
}
small {
  font-size: 80%;
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
}
img {
  border: 0;
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
}
svg:not(:root) {
  overflow: hidden;
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
}
figure {
  margin: 1em 40px;
  /**
 * Address differences between Firefox and other browsers.
 */
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /**
 * Contain overflow in all browsers.
 */
}
pre {
  overflow: auto;
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
}
button, input, optgroup, select, textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
  /**
 * 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"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * 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"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /**
 * Define consistent border, margin, and padding.
 */
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * 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;
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after, .clearfix:after {
  clear: both;
}
.row, .clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
html {
  font-size: 6.25%;
}
body {
  font-size: 14px;
  font-size: 14rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
p {
  margin: 0;
}
p + p {
  margin: 22px 0 0;
}
small {
  font-size: 80%;
}
@media (max-width: 768px) {
  p + p {
    margin: 24px 0 0;
  }
}
a {
  text-decoration: none;
  outline: 0;
  color: #f8931e;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #373942;
}
blockquote, blockquote p {
  font-style: italic;
}
blockquote {
  margin: 50px 0;
  padding: 0 40px;
  line-height: 1.5;
  border-left: 3px solid #f8931e;
}
blockquote cite {
  display: block;
}
blockquote cite:before {
  content: "\2014 \0020";
}
figure {
  margin: 0;
}
.mob-vis-md, .mob-vis-sm {
  display: none;
}
.vis-main {
  display: block;
}
.vis-mob {
  display: none;
}
@media (max-width: 768px) {
  .vis-main {
    display: none !important;
  }
  .vis-mob {
    display: block;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  /* Image does not overflow the content area */
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.main-header {
  display: block;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 9999;
  padding: 0 0 0 35px;
  background: #fff;
}
@media (max-width: 768px) {
  .main-header {
    padding-left: 20px;
  }
}
.main-header .logo {
  float: left;
  color: #f8931e;
  margin: 16px 0 0;
  font-size: 35px;
  font-size: 35rem;
}
.main-header .logo:before {
  display: block;
  float: left;
  content: "\E001";
  font-family: "Icons";
  line-height: 1;
}
.main-header .logo:hover {
  color: #373942;
}
.main-header:after {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  content: " ";
  width: 100%;
  height: 4px;
  overflow: hidden;
  background: url(../img/head-shadow.png) repeat-x 0 0;
  visibility: visible;
}
.main-header nav {
  float: right;
  font-weight: 600;
  font-size: 16px;
  font-size: 16rem;
}
.main-header nav li, .main-header nav a {
  float: left;
}
.main-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header ul li {
  border-left: 1px solid #ecedf0;
}
.main-header nav a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 35px;
  color: #373942;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-header nav a.active, .main-header nav a:hover {
  color: #f8931e;
}
.main-header nav a.active:before, .main-header nav a:hover:before {
  height: 6px;
}
.main-header nav a:before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f8931e;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .main-header {
    height: 60px;
  }
  .main-header nav {
    display: none;
  }
  .main-header .logo {
    margin-top: 15px;
    font-size: 28px;
    font-size: 28rem;
  }
}
@media (max-width: 860px) {
  .main-header nav a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mob-menu {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  height: 0;
  position: fixed;
  top: 60px;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: height 1s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: height 1s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: height 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.mob-menu.open {
  height: 100%;
}
.mob-menu .mob-menu-inner {
  background: #fff;
}
.mob-menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  font-size: 17rem;
}
.mob-menu nav ul li {
  margin: 0 0 1px;
}
.mob-menu nav a {
  display: block;
  padding: 13px 20px;
  color: #373942;
  background: #f2f5f7;
}
.mob-menu .customer-support {
  padding: 25px 20px 30px;
}
.mob-menu .btn {
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: 600;
}
.mob-menu h2 {
  margin: -25px -20px 20px;
  padding: 13px 20px;
  color: #fff;
  background: #373942;
  font-size: 17px;
  font-size: 17rem;
}
.mob-menu h3 {
  margin: 15px 0 5px;
  font-size: 100%;
  color: #f8931e;
  font-weight: 600;
}
.mob-menu .support-details {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.mob-menu .support-details li {
  margin: 0 0 7px;
}
.mob-menu .support-details strong {
  display: inline-block;
  width: 100px;
  font-weight: 600;
}
.mob-menu p + p {
  margin: 15px 0 0;
}
.mob-menu p + .btn {
  margin: 15px 0 0;
}
.mob-menu .btn {
  padding-top: 7px;
  padding-bottom: 6px;
  font-size: 14px;
  font-size: 14rem;
}
.mob-menu .btn.btn-close:after {
  top: 8px;
}
.lang-spanish {
  display: none;
}
.lang-spanish .btn + p {
  margin: 20px 0 0;
}
.hamburger {
  display: none;
  text-align: center;
  font-size: 12px;
  font-size: 12rem;
  float: right;
  width: 35px;
  height: 35px;
  border: 1px solid #dcdcdd;
  margin: 12px 14px 0 0;
  padding: 7px 0 0;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger.close {
  border-color: #f8931e;
  background: #f8931e;
}
.lines-button {
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  background: transparent;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: none;
}
.lines {
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #373942;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #373942;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.lines:before {
  top: 5px;
}
.lines:after {
  top: -5px;
}
.lines-button.x2 {
  padding: 0;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform: none;
  transform: none;
  width: 15px;
}
.hamburger.close .lines-button.x2 .lines {
  background: transparent;
}
.hamburger.close .lines-button.x2 .lines:before, .hamburger.close .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 15px;
  background-color: #fff;
}
.hamburger.close .lines-button.x2 .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.hamburger.close .lines-button.x2 .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.footer-logo {
  float: right;
  color: #f8931e;
  margin: 10px 0 20px;
  font-size: 45px;
  font-size: 45rem;
}
.footer-logo:before {
  display: block;
  float: right;
  margin: 0;
  content: "\E001";
  font-family: "Icons";
  line-height: 1;
}
.main-footer {
  padding: 0;
  font-size: 16px;
  font-size: 16rem;
}
.main-footer .container {
  max-width: 100%;
  padding: 0 35px;
  overflow: hidden;
}
.main-footer .container.primary {
  background: #333;
}
.main-footer .social-links {
  float: none;
}
.main-footer .social-links li {
  float: left;
  margin: 0 9px 0 0;
}
.main-footer .aux-footer {
  clear: both;
  display: block;
  padding: 30px 0 50px;
  zoom: 1;
  font-size: 14px;
  font-size: 14rem;
}
.main-footer .aux-footer:before, .main-footer .aux-footer:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.main-footer .aux-footer:after {
  clear: both;
}
.main-footer h2 {
  margin: 40px 0 30px;
  color: #fff;
  font-size: 45px;
  font-size: 45rem;
  font-weight: 300;
}
.main-footer .custom-select {
  width: 355px;
  margin: 0 0 20px;
}
.main-footer .customSelect {
  color: #f8931e;
  border-color: #f8931e;
  border-radius: 0px;
  -moz-border-radius: 0px;
}
.main-footer .customSelect:after {
  border-top-color: #dc8936;
}
.copyright {
  float: left;
}
.footer-nav {
  float: right;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav li {
  float: left;
  margin: 0 0 0 25px;
}
.footer-nav a {
  font-weight: 600;
  color: #373942;
}
.footer-nav a:hover {
  color: #f8931e;
}
.locations-col {
  float: left;
  width: 430px;
}
.contact-location {
  padding: 0 0 40px;
  line-height: 1.5;
}
.contact-location + .contact-location {
  display: none;
}
.contact-location address {
  display: block;
  font-style: normal;
  color: #fff;
}
.contact-location address strong {
  line-height: 2;
}
.contact-location dl {
  margin: 20px 0 0;
  padding: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #f8931e;
  line-height: 1.7;
}
.contact-location dt {
  float: left;
  width: 20px;
  color: #fff;
  font-weight: normal;
}
.contact-location dd {
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.emails-col {
  float: left;
  margin: 0;
  padding: 0;
}
.emails-col .email-items {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.emails-col .email-items li {
  margin-bottom: 12px;
}
.emails-col .email-items a {
  display: block;
  margin: 0 0 8px;
  padding: 0 0 0 36px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.emails-col .email-items a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  content: "\E006";
  font-family: "Icons";
  color: #f8931e;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.emails-col .email-items a:hover {
  color: #fff;
}
.emails-col .email-items a:hover:before {
  color: #fff;
}
.emails-col .email-items a {
  background: url(../img/icon-email.png) 0 2px no-repeat;
  background-size: 24px 17px;
}
.emails-col .email-items a:hover {
  background: url(../img/icon-email-hover.png) 0 2px no-repeat;
  background-size: 24px 17px;
}
.emails-col .email-items a:before {
  display: none;
}
.emails-col .social-links {
  overflow: hidden;
  margin-top: 80px;
}
.main-footer .emails-col .social-links {
  margin-bottom: 40px;
}
.emails-col .social-links li {
  float: left;
  margin-right: 10px;
}
.emails-col .social-links .social-icon {
  border: 1px solid #f8931e;
  color: #f8931e;
  background: transparent;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
  font-size: 18rem;
}
.emails-col .social-links .social-icon:hover {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1024px) {
  .main-footer h2 {
    font-size: 35px;
    font-size: 35rem;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
  .main-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .proteus-social {
    display: none;
  }
  .locations-col {
    padding-right: 50px;
    width: 50%;
  }
  .main-footer .custom-select {
    width: 100%;
  }
  .aux-footer {
    text-align: left;
  }
  .aux-footer .copyright {
    float: none;
  }
  .aux-footer .footer-nav {
    text-align: left;
    float: none;
    margin: 30px 0 0;
  }
  .aux-footer .footer-nav li {
    display: inline-block;
    float: none;
    margin: 0 20px 0 0;
  }
  .main-footer h2 {
    font-size: 30px;
    font-size: 30rem;
  }
}
@media (max-width: 600px) {
  .main-footer h2 {
    font-size: 24px;
    font-size: 24rem;
  }
  .locations-col, .emails-col {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding-right: 0;
  }
  .contact-location {
    padding: 0;
  }
  .emails-col {
    margin: 0 0 30px;
    font-size: 14px;
    font-size: 14rem;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  height: 100%;
  padding: 70px 0 0;
  background: #fff;
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c3b48;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
.page-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.outer-container {
  background-color: #fff;
  width: 100%;
  position: relative;
  left: 0;
  z-index: 2;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content {
  margin: 0 0 -1px;
}
.alert-header {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
}
.alert-header li {
  position: relative;
  background: rgba(51, 51, 51, 0.9);
  height: 30px;
  padding: 0 95px 0 35px;
  font-size: 14px;
  line-height: 30px;
  color: #f8931e;
  list-style: none;
  margin-top: 1px;
}
.alert-header a:hover {
  color: #fff;
}
.alert-header span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 35px;
  cursor: pointer;
  display: block;
  height: 17px;
  width: 17px;
  z-index: 999;
}
.alert-header span:before {
  display: block;
  content: "\E002";
  font-family: "Icons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #f8931e;
  font-size: 17px;
  font-size: 17rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.alert-header span:hover:before {
  color: #fff;
}
@media (max-width: 768px) {
  .alert-header li {
    height: auto;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 60px 10px 20px;
  }
  .alert-header span {
    right: 20px;
  }
}
.support-content .alert-header {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
}
.support-content .alert-support {
  padding-left: 60px;
}
@media (max-width: 960px) {
  .support-content .alert-support {
    padding-left: 30px;
  }
}
.hidden {
  display: none;
}
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  /* Arrow-link */
}
.social-links .social-icon {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-size: 14rem;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-links .social-icon:before {
  display: block;
  content: " ";
  font-family: "Icons";
  line-height: inherit;
}
.social-links .icon-li {
  background: #f7931e;
}
.social-links .icon-li:before {
  content: "\E009";
}
.social-links .icon-tw {
  background: #f16421;
}
.social-links .icon-tw:before {
  content: "\E007";
}
.social-links a:hover {
  background: #373942;
}
.arrow-link {
  display: inline-block;
  font-size: 16px;
  font-size: 16rem;
}
.arrow-link:before {
  float: left;
  display: block;
  content: "\E005";
  font-family: "Icons";
  margin: 3px 10px 0 0;
  font-size: 12px;
  font-size: 12rem;
}
.modal-item .arrow-link:hover {
  color: #fff;
}
p + .arrow-link {
  margin: 15px 0 0;
}
.page-waypoint {
  visibility: hidden;
  /* Panels */
}
.panel {
  position: relative;
  font-size: 16px;
  font-size: 16rem;
}
.panel.grey {
  background: #f2f5f7;
}
.panel.dark-blue {
  background: #373942;
  color: #fff;
}
.panel.dark-blue .btn:hover {
  background: #fff;
  color: #f8931e;
}
.panel .slick-prev, .panel .slick-next {
  z-index: 30;
  width: auto;
  height: auto;
  opacity: 1;
  color: #c9cace;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.panel .slick-prev:before, .panel .slick-next:before {
  color: inherit;
  font-family: "Icons";
  line-height: 1;
  font-size: 32px;
  font-size: 32rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.panel .slick-prev.slick-disabled, .panel .slick-next.slick-disabled {
  opacity: 0;
}
.panel .slick-prev {
  left: 40px;
}
.panel .slick-prev:before {
  content: "\E004";
}
.panel .slick-next {
  right: 40px;
}
.panel .slick-next:before {
  content: "\E005";
}
@media (max-width: 1024px) {
  .panel {
    font-size: 14px;
    font-size: 14rem;
  }
}
@media (max-width: 960px) {
  /* Standard Internal Page */  .panel .slick-dots li {
    border-color: #373942;
  }
  .panel .slick-dots li.slick-active {
    background: #373942;
  }
}
.page-copy-inner {
  padding: 135px 200px 135px 0;
}
.page-copy-inner .pr-date {
  clear: both;
  margin: 0 0 10px;
  font-weight: 600;
  color: #b2b6c2;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 16rem;
}
.page-copy-inner h1 {
  padding: 0 200px 45px 0;
  margin: 50px -200px 50px 0;
  border-bottom: 1px solid #dfe4e6;
  font-weight: 300;
  color: #373942;
  font-size: 35px;
  font-size: 35rem;
}
.page-copy-inner h1 + p {
  font-weight: 600;
}
.page-copy-inner h1:first-child {
  margin-top: 0;
}
.page-copy-inner .pr-date + h1 {
  margin-top: 0;
}
.page-copy-inner h2 {
  margin: 50px 0 30px;
}
.page-copy-inner h2 + h3 {
  margin: -20px 0 -15px;
}
.page-copy-inner .back-to {
  margin: -70px 0 50px;
  display: block;
  float: left;
  color: #f8931e;
}
.page-copy-inner .back-to:before {
  display: block;
  content: "\E004";
  font-family: "Icons";
  float: left;
  margin: 5px 15px 0 0;
  line-height: 1;
  color: #f8931e;
  font-size: 12px;
  font-size: 12rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.page-copy-inner .back-to:hover {
  color: #373942;
}
.page-copy-inner .back-to:hover:before {
  color: #373942;
}
.page-copy-inner .back-to-wrap {
  padding: 40px 200px 0 0;
  margin: 80px -200px 0 0;
  border-top: 1px solid #dfe4e6;
}
.page-copy-inner .back-to-wrap .back-to {
  float: none;
  margin: 0;
}
.page-copy-inner ul {
  margin: 30px 0;
}
.page-copy-inner ul ul {
  margin: 10px 0 15px;
}
.page-copy-inner ul li {
  margin: 0 0 5px;
}
.page-copy-inner ol {
  list-style: decimal;
  margin: 30px 0;
}
.page-copy-inner ol ol {
  list-style: lower-alpha;
  margin: 10px 0 15px;
}
.page-copy-inner ol ol ol {
  list-style: lower-roman;
}
.page-copy-inner ol li {
  margin: 0 0 15px;
}
.page-copy-inner .error-messages {
  margin: 0 -200px 0 0;
  padding: 50px 0;
  text-align: center;
}
.page-copy-inner .error-messages h1, .page-copy-inner .error-messages p {
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
  border: none;
}
.page-copy-inner .error-messages h1 {
  color: #f8931e;
  margin-bottom: 30px;
}
.page-copy-inner hr {
  clear: both;
  height: 1px;
  border: none;
  margin: 60px -200px 60px 0;
  background: #dfe4e6;
}
@media (max-width: 1024px) {
  .page-copy-inner {
    padding-right: 100px;
    font-size: 16px;
    font-size: 16rem;
  }
  .page-copy-inner h1, .page-copy-inner .back-to-wrap {
    padding-right: 100px;
    margin-right: -100px;
  }
  .page-copy-inner hr, .page-copy-inner .error-messages {
    margin-right: -100px;
  }
}
@media (max-width: 768px) {
  .page-copy-inner {
    padding: 40px 0;
  }
  .page-copy-inner .back-to {
    margin: 0 0 30px;
  }
  .page-copy-inner h1 {
    padding: 0 0 25px;
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 24rem;
  }
  .page-copy-inner hr, .page-copy-inner .error-messages {
    margin-right: 0;
  }
  .page-copy-inner .back-to-wrap {
    padding-right: 0;
    margin: 40px 0 0;
    padding: 30px 0 0;
  }
}
.instructions-wrappers img {
  float: right;
  margin: 0 0 0 100px;
}
@media (max-width: 650px) {
  .instructions-wrappers img {
    max-width: 250px;
    height: auto !important;
    margin: 0 0 0 30px;
  }
}
@media (max-width: 600px) {
  .instructions-wrappers img {
    float: none;
    margin: 0 auto -30px;
  }
}
.pr-media-cap {
  padding: 70px 0;
}
.pr-media-cap h2 {
  margin: 0 0 30px;
}
.pr-media-cap h3 {
  margin: 10px 0 30px;
  font-weight: 600;
  font-size: 18px;
  font-size: 18rem;
}
.pr-media-cap .content-column {
  float: left;
  width: 50%;
}
.pr-media-cap .content-column.col-1 {
  padding: 0 60px 0 0;
}
.pr-media-cap .content-column.col-2 {
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .pr-media-cap {
    padding: 50px 0;
    text-align: center;
  }
  .pr-media-cap .col-2 {
    margin: 30px 0 0;
    font-size: 16px;
    font-size: 16rem;
  }
  .pr-media-cap .content-column {
    float: none;
    width: auto;
  }
  .pr-media-cap .content-column.col-1, .pr-media-cap .content-column.col-2 {
    padding: 0px;
  }
}
.mobileimg {
  display: none !important;
}
@media (max-width: 768px) {
  .mobileimg {
    display: block !important;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-header {
  color: #fff;
  max-height: 900px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-size: 20rem;
}
.feature-header .feature-item {
  width: 100%;
  height: 80vh;
  max-height: 900px;
  min-height: 700px;
  padding: 55px 0 0;
  position: relative;
  float: left;
}
.feature-header .feature-item .feature-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.feature-header .feature-item .container {
  position: relative;
  z-index: 10;
  padding-left: 35px;
}
@media (min-width: 801px) and (max-width: 9999px) {
  .feature-header .feature-item .container {
    padding-left: 7%;
  }
}
.feature-header .feature-item-inner {
  max-width: 500px;
  margin: 0 auto;
}
.feature-header .feature-item-2 .feature-item-inner {
  float: right;
}
.feature-header .feature-item-2 .feature-img {
  background-position: center center !important;
}
.feature-header h2 {
  position: relative;
  left: -2px;
  margin: 0 0 17px;
  font-weight: 300;
  line-height: 1;
  font-size: 48px;
  font-size: 48rem;
}
.feature-header .feature-copy p {
  font-size: 20px;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .feature-header .feature-copy p {
    font-size: 14px;
    font-size: 14rem;
  }
}
.feature-header .feature-copy p + p {
  margin-top: 24px;
}
.feature-header .slick-dots {
  bottom: 25px;
  margin: 0;
  top: auto;
}
.feature-header .slick-prev, .feature-header .slick-next {
  width: auto;
  height: auto;
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-header .slick-prev:before, .feature-header .slick-next:before {
  color: inherit;
  font-family: "Icons";
  line-height: 1;
  opacity: 1;
  font-size: 32px;
  font-size: 32rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-header .slick-prev.slick-disabled, .feature-header .slick-next.slick-disabled {
  opacity: 0.3;
}
.feature-header .slick-prev {
  left: 40px;
}
.feature-header .slick-prev:before {
  content: "\E004";
}
.feature-header .slick-next {
  right: 40px;
}
.feature-header .slick-next:before {
  content: "\E005";
}
@media (max-width: 960px) {
  .feature-header .feature-item .feature-img {
    margin-top: 0 !important;
  }
  .feature-header .feature-item-inner {
    opacity: 1 !important;
  }
}
@media (max-width: 1024px) {
  .feature-header {
    max-height: 700px;
  }
  .feature-header .feature-item {
    height: 90vh;
    max-height: 700px;
    min-height: 400px;
  }
  .feature-header .feature-item .container {
    padding-left: 26%;
  }
  .feature-header h2 {
    font-size: 38px;
    font-size: 38rem;
  }
}
@media (max-width: 1000px) {
  .feature-header .feature-item .feature-img {
    background-position: 36% top !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 768px) {
  .feature-header {
    padding-top: 0;
    height: 100%;
    min-height: 450px;
    font-size: 14px;
    font-size: 14rem;
  }
  .feature-header .feature-item {
    padding: 0;
    min-height: 450px;
    height: 100%;
    max-height: none;
    position: relative;
  }
  .feature-header .feature-item:after {
    display: block;
    position: absolute;
    content: " ";
    top: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/responsive/feature-hero-shadow.png) repeat-x bottom left;
    z-index: 1;
  }
  .feature-header .feature-item .container {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-left: 20px;
  }
  .feature-header .feature-item .feature-img {
    background-position: left top !important;
    background-repeat: no-repeat !important;
  }
  .feature-header .feature-item-inner {
    float: none !important;
    margin: 0 auto;
    padding: 0;
    opacity: 1 !important;
  }
  .feature-header .feature-copy {
    margin: 0 auto;
    padding: 0;
  }
  .feature-header .feature-rotation {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .feature-header .slick-prev, .feature-header .slick-next {
    display: none !important;
  }
  .feature-header h2 {
    margin: 0 auto 22px;
    font-weight: 300;
    font-size: 33px;
    font-size: 33rem;
    line-height: 1;
  }
}
@media (max-width: 650px) {
  .feature-header {
    min-height: 450px;
  }
  .feature-header .feature-item {
    min-height: 450px;
  }
  .feature-header .feature-item .feature-img {
    background-position: left top !important;
    background-repeat: no-repeat !important;
  }
  .feature-header h2 {
    font-size: 27px;
    font-size: 27rem;
  }
}
@media (max-width: 600px) {
  .feature-header {
    height: 85vh;
    max-height: 425px;
    min-height: 0;
  }
  .feature-header .feature-item {
    height: 85vh;
    max-height: 425px;
    min-height: 0;
  }
  .feature-header .feature-item .feature-img {
    background-position: 28% top !important;
    background-repeat: no-repeat !important;
  }
  .feature-header h2 {
    font-size: 27px;
    font-size: 27rem;
  }
}
#panel-overview {
  padding: 80px 0 140px;
  zoom: 1;
  opacity: 1 !important;
}
#panel-overview:before, #panel-overview:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#panel-overview:after {
  clear: both;
}
#panel-overview .container-inner {
  max-width: 1184px;
  margin: 0 auto;
}
#panel-overview h1 {
  margin: 34px 0 30px;
  max-width: 700px;
  font-weight: 300;
  line-height: 1.1;
  font-size: 45px;
  font-size: 45rem;
}
#panel-overview h1 + p {
  max-width: 760px;
}
#panel-overview .overview-lifestyle {
  float: right;
  width: 310px;
  height: 310px;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  background-size: 100%;
  margin: -6px 0 -100px 0;
}
@media (max-width: 650px) {
  #panel-overview .key-item h2, #panel-overview .key-item p {
    text-align: left;
    max-width: 500px !important;
  }
  #panel-overview p {
    padding-left: 0 !important;
  }
}
@media (max-width: 1100px) {
  #panel-overview .overview-lifestyle {
    margin: -15px 0 0 30px;
  }
}
@media (max-width: 1024px) {
  #panel-overview {
    padding: 80px 0 100px;
  }
  #panel-overview .overview-lifestyle {
    width: 280px;
    height: 280px;
  }
  #panel-overview .overview-one {
    padding-bottom: 120px;
  }
  #panel-overview h1 {
    font-size: 35px;
    font-size: 35rem;
  }
}
@media (max-width: 800px) {
  #panel-overview {
    padding: 80px 0;
  }
  #panel-overview .overview-lifestyle {
    display: none;
  }
  #panel-overview .proteus-discover {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel-overview h1 {
    margin: 35px auto;
    max-width: 500px;
    font-size: 35px;
    font-size: 35rem;
  }
  #panel-overview h1 + p {
    margin: 0 auto;
    max-width: 500px;
  }
  #panel-overview .proteus-discover:before {
    font-size: 22px;
    font-size: 22rem;
  }
  #panel-overview .overview-one {
    padding-bottom: 95px;
  }
  #panel-overview .key-item {
    padding-top: 115px;
  }
  #panel-overview .key-item h2 {
    margin: 0 auto 5px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    font-size: 18rem;
  }
  #panel-overview .slick-dots {
    top: auto;
    bottom: 27px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #panel-overview h1 {
    font-size: 30px;
    font-size: 30rem;
  }
}
.proteus-discover:before {
  display: block;
  content: "\E008";
  font-family: "Icons";
  line-height: 1;
  color: #f8931e;
  -webkit-font-smoothing: antialiased;
  font-size: 31px;
  font-size: 31rem;
}
.overview-one {
  position: relative;
  padding: 0 0 120px;
  border-bottom: 1px solid #dfe4e6;
}
.key-item {
  float: left;
  width: 33%;
  text-align: center;
  padding: 100px 25px 0;
  margin: -42px 0 0;
  position: relative;
}
.key-item h2 {
  margin: 0 auto 10px;
  color: #2b8477;
  font-size: 25px;
  font-size: 25rem;
  text-align: left;
}
.key-item p {
  text-align: left;
  margin: 0 auto;
}
.key-item .icon {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -100px;
}
.key-item .icon:before {
  display: block;
  content: " ";
  font-family: "Icons";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -41px;
  width: 82px;
  height: 82px;
  border: 1px solid #dce2e4;
  background: #fff;
  line-height: 82px;
  -webkit-font-smoothing: antialiased;
  border-radius: 100%;
  -moz-border-radius: 100%;
}
.key-item.key-personalized .icon:before {
  content: "\E00B";
  font-size: 45px;
  font-size: 45rem;
}
.key-item.key-personalized h2, .key-item.key-personalized p {
  padding-left: 2.2%;
  max-width: 283px;
}
.key-item.key-insights .icon:before {
  content: "\E00A";
  font-size: 36px;
  font-size: 36rem;
  line-height: 80px;
}
.key-item.key-insights h2, .key-item.key-insights p {
  max-width: 283px;
  padding-left: 5%;
}
.key-item.key-goal {
  float: right;
}
.key-item.key-goal .icon:before {
  content: "\E00C";
  font-size: 42px;
  font-size: 42rem;
  line-height: 77px;
}
.key-item.key-goal h2, .key-item.key-goal p {
  max-width: 260px;
  padding-left: 4%;
}
@media (max-width: 768px) {
  #panel-overview .key-item {
    padding: 100px 15px 0;
  }
  #panel-overview .key-item h2 {
    text-align: left;
  }
}
@media (max-width: 650px) {
  #panel-overview {
    padding: 43px 0 0;
    margin: 0 -20px;
  }
  #panel-overview h1 {
    font-size: 24px;
    font-size: 24rem;
  }
  body .key-item, .overview-one {
    float: left;
    padding: 0 20px 60px !important;
  }
  .overview-one {
    padding: 0;
    border: none;
  }
  body .key-item {
    padding-top: 115px !important;
    margin: 0;
  }
}
@media (max-width: 650px) {
  #panel-overview .key-item h2, p {
    padding-left: 0;
  }
  .key-item .icon {
    top: -112px;
  }
  .key-item .icon:before {
    left: 0;
    margin: 0;
    top: 0;
  }
}
.pill-nav {
  padding: 0;
  list-style: none;
  z-index: 10;
  font-size: 16px;
  font-size: 16rem;
}
.pill-nav li {
  display: block;
  float: left;
  margin: 0 0 0 20px;
}
.pill-nav a {
  display: block;
  float: left;
  color: #f8931e;
  background: #fff;
  padding: 11px 30px;
  border-radius: 48px;
  font-weight: 600;
  opacity: 1;
  border: 2px solid #c9c8c8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pill-nav a:hover {
  opacity: 1;
  color: #fff;
  background-color: #f8931e;
  border: 2px solid #f8931e;
}
.pill-nav a.active {
  opacity: 1;
  background: #f8931e;
  color: #fff;
  border: 2px solid #f8931e;
}
@media (max-width: 1200px) {
  .pill-nav {
    font-size: 14px;
    font-size: 14rem;
  }
  .pill-nav li {
    margin: 0 0 0 12px;
  }
  .pill-nav a {
    padding: 10px 20px;
  }
}
#panel-stories {
  background: #f2f5f7;
  position: relative;
  min-height: 710px;
}
#panel-stories .container {
  max-width: 1800px;
  height: 100%;
  position: relative;
  z-index: 5;
  min-height: 710px;
}
#panel-stories .pill-nav {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -20px;
  top: 50px;
}
#panel-stories h2 {
  margin: 0 0 0 -2px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  font-size: 45px;
  font-size: 45rem;
}
#panel-stories .story-systems .story-hero .vis-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  color: #87888c;
  text-align: center;
  font-size: 12px;
  font-size: 12rem;
}
#panel-stories .story-item-inner .vis-main {
  margin-top: 20px;
}
#panel-stories .story-item-inner .vis-main ul {
  padding-left: 0;
  margin-bottom: 22px;
  list-style: none;
}
#panel-stories .story-item-inner .vis-main li {
  list-style: none;
  margin-bottom: 4px;
  color: #2b8477;
}
#panel-stories .story-item-inner .vis-main li:last-child {
  margin-bottom: 0;
}
#panel-stories .story-item-inner .vis-main a:hover {
  color: #3c3b48;
}
#panel-stories .footnote {
  position: absolute;
  bottom: 49px;
  opacity: 0.7;
  line-height: 1.3;
  font-size: 14px;
  font-size: 14rem;
  padding-right: 70px;
}
#panel-stories .slick-prev {
  color: #fff;
  display: none !important;
}
#panel-stories .slick-dots {
  display: none !important;
  margin: 0;
  top: auto;
  bottom: 27px;
}
#panel-stories .slick-next {
  display: none !important;
}
@media (max-width: 1024px) {
  #panel-stories {
    min-height: 0;
  }
  #panel-stories .container {
    min-height: 0;
  }
  #panel-stories h2 {
    font-size: 35px;
    font-size: 35rem;
  }
  #panel-stories .footnote {
    position: static;
    bottom: auto;
    font-size: inherit;
  }
  #panel-stories .pill-nav {
    top: 60px;
    margin-left: -37px;
  }
  #panel-stories .story-systems h2 {
    margin: 0;
  }
}
@media (max-width: 960px) {
  #panel-stories .pill-nav {
    left: 0;
    width: 100%;
    margin: 0;
    top: 85px;
    text-align: center;
  }
  #panel-stories .pill-nav a, #panel-stories .pill-nav li {
    display: inline-block;
    float: none;
  }
  #panel-stories .slick-prev, #panel-stories .slick-next {
    color: #373942;
  }
}
@media (max-width: 768px) {
  #panel-stories .slick-next, #panel-stories .slick-prev, #panel-stories .pill-nav {
    display: none !important;
  }
  #panel-stories .slick-dots {
    display: block !important;
  }
  #panel-stories h2, #panel-stories .story-systems h2 {
    font-size: 30px;
    font-size: 30rem;
  }
}
@media (max-width: 600px) {
  #panel-stories h2, #panel-stories .story-systems h2 {
    font-size: 24px;
    font-size: 24rem;
  }
}
.story-item {
  position: relative;
}
.story-item p {
  margin: 22px 0 0;
}
.story-item p strong {
  font-weight: normal;
  color: #f8931e;
}
.story-item p a:hover strong {
  color: #3c3b48;
}
.story-item .btn {
  margin: 30px 0 0;
}
.story-item-inner {
  padding: 142px 50px 40px 50%;
}
.story-hero {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: 0 90px 0 0;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
}
.story-hero p {
  padding: 0 15%;
}
.story-patients .story-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat !important;
}
.story-doctor .story-hero {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat !important;
}
.story-systems .story-hero {
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: transparent;
  margin: 0 45px 0 0;
}
.story-patients h2 {
  max-width: 500px;
}
.story-systems .story-hero .vis-desktop .text {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10%;
  margin: 0 auto;
  font-size: 13px;
}
.story-systems .story-hero .vis-desktop table {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.story-systems .story-hero .vis-desktop .spacer {
  height: 40px;
}
.story-systems .story-hero .vis-desktop .spacertop, .story-systems .story-hero .vis-desktop .spacerbottom {
  height: 60px;
}
.story-systems .story-hero .vis-desktop p {
  margin: 0;
  padding: 0;
}
.story-systems .story-hero .vis-desktop img {
  width: 100%;
  height: auto;
}
.story-systems .story-hero .vis-desktop .row1 {
  color: #2a8577;
  font-size: 16px;
  font-size: 16rem;
  font-weight: 600;
}
.story-systems .story-hero .vis-desktop .row1 p {
  max-width: 560px;
}
.story-systems .story-hero .vis-desktop .row2, .story-systems .story-hero .vis-desktop .row3, .story-systems .story-hero .vis-desktop .row4 {
  font-size: 16px;
  font-size: 16rem;
}
.story-systems .story-hero .vis-desktop .row5 {
  font-size: 12px;
  font-size: 12rem;
}
.story-systems .story-hero .vis-desktop .row5 p {
  max-width: 400px;
}
.story-systems .story-hero .vis-desktop .row5 a {
  display: inline-block;
  color: #3c3b48;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.story-systems .story-hero .vis-desktop .row5 a:hover {
  color: #f8931e;
}
@media (max-width: 1100px) {
  .story-systems .story-hero .vis-desktop .row2, .story-systems .story-hero .vis-desktop .row3, .story-systems .story-hero .vis-desktop .row4 {
    font-size: 14px;
    font-size: 14rem;
  }
  .story-systems .story-hero .vis-desktop .row5 {
    font-size: 11px;
    font-size: 11rem;
  }
}
@media (max-width: 768px) {
  .story-systems .story-hero .vis-desktop {
    display: none;
  }
}
.story-systems {
  position: relative;
}
.story-systems .story-hero .vis-mob .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 500px;
  margin: 0 auto;
  font-size: 13px;
}
.story-systems .story-hero .vis-mob .text .outer {
  display: table;
  width: 100%;
  min-height: 100%;
  height: 100% !important;
  height: 100%;
  overflow: hidden !important;
  table-layout: fixed;
}
.story-systems .story-hero .vis-mob .text .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
  height: 100% !important;
  height: 100%;
  overflow: hidden !important;
}
.story-systems .story-hero .vis-mob .text p {
  margin: 0;
  padding: 0 5% 0 55%;
}
@media (max-width: 450px) {
  .story-systems .story-hero .vis-mob .text {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .story-item-inner {
    padding: 160px 0 60px 48%;
    min-height: 654px;
  }
}
@media (max-width: 960px) {
  .story-item-inner {
    min-height: 0;
  }
}
@media (max-width: 960px) {
  .story-item-inner {
    padding: 200px 100px 100px;
  }
  .story-hero {
    display: none;
  }
}
@media (max-width: 768px) {
  .story-item {
    position: relative;
  }
  .story-item p {
    margin: 18px 0 0;
    line-height: 1.5;
  }
  .story-item-inner {
    padding: 260px 0 80px;
    max-width: 500px;
    margin: 0 auto;
  }
  .story-hero {
    display: block;
    position: absolute;
    width: 100%;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    margin: 0;
    background: none !important;
  }
  .story-item-inner .vis-mob ul {
    padding-left: 0;
    margin-bottom: 18px;
    list-style: none;
  }
  .story-item-inner .vis-mob li {
    list-style: none;
    margin-bottom: 4px;
    color: #2b8477;
  }
  .story-item-inner .vis-mob li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
}
@media (max-width: 500px) {
  .story-item-inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 58%;
  }
}
#panel-how-it-works .container {
  max-width: 9999px;
}
#panel-how-it-works .pill-nav {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 140px;
  font-size: 0;
  z-index: 10;
}
#panel-how-it-works .pill-nav li {
  float: none;
  display: inline-block;
  margin: 0 25px 30px;
  font-size: 16px;
  font-size: 16rem;
}
@media (max-width: 1500px) {
  #panel-how-it-works .pill-nav li {
    margin: 0 10px 20px;
  }
}
#panel-how-it-works .pill-nav a {
  width: 240px;
  text-align: center;
}
@media (max-width: 1500px) {
  #panel-how-it-works .pill-nav a {
    width: 180px;
  }
}
#panel-how-it-works .how-title {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
  line-height: 1.1;
  display: none;
  z-index: 10;
}
#panel-how-it-works .how-title strong {
  font-weight: 300;
  color: #f8931e;
}
#panel-how-it-works .how-title.main-how {
  display: block;
}
#panel-how-it-works .how-segment-1 {
  padding: 228px 0 65px;
}
#panel-how-it-works .how-segment-2 {
  padding: 300px 0 0;
}
#panel-how-it-works .how-col {
  float: left;
  width: 50%;
  padding: 0 0 70px;
}
#panel-how-it-works .how-col .item-img {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  margin: 0 0 30px;
}
#panel-how-it-works .how-col img {
  display: block;
  width: 100%;
}
#panel-how-it-works .how-1 {
  padding-right: 25px;
}
#panel-how-it-works .how-2 {
  padding-left: 25px;
}
#panel-how-it-works .how-3 {
  clear: both;
  padding: 70px 0 0;
  border-top: 1px solid #dfe4e6;
}
#panel-how-it-works .how-3 img {
  float: right;
  width: auto;
}
#panel-how-it-works .how-3 .how-2 .vis-main {
  max-width: 480px;
}
#panel-how-it-works .how-3 .how-1, #panel-how-it-works .how-3 .how-2 {
  padding-bottom: 0;
}
@media (max-width: 1330px) {
  #panel-how-it-works .slick-prev, #panel-how-it-works .slick-next {
    top: 130px !important;
  }
}
@media (max-width: 1024px) {
  #panel-how-it-works .how-segment-1 {
    padding-bottom: 0;
  }
  #panel-how-it-works .how-segment-2 {
    padding-top: 260px;
  }
  #panel-how-it-works .how-title {
    font-size: 40px;
    font-size: 40rem;
  }
  #panel-how-it-works .pill-nav {
    top: 100px;
  }
  #panel-how-it-works .pill-nav li {
    font-size: 14px;
    font-size: 14rem;
  }
  #panel-how-it-works .pill-nav a {
    width: 150px;
  }
}
@media (max-width: 800px) {
  #panel-how-it-works .how-segment-2 {
    padding-top: 240px;
  }
  #panel-how-it-works .pill-nav {
    top: 80px;
  }
}
@media (max-width: 768px) {
  #panel-how-it-works {
    display: none;
  }
}
#tech-slider {
  margin: 0 -25px;
}
#tech-slider .item-img {
  display: block;
  width: 41%;
  float: right;
  margin-right: 25px;
}
#tech-slider .item-img img {
  width: 100%;
}
#tech-slider .tech-works-copy {
  width: 100%;
  padding: 0 52% 140px 25px;
  zoom: 1;
}
#tech-slider .tech-works-copy:before, #tech-slider .tech-works-copy:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#tech-slider .tech-works-copy:after {
  clear: both;
}
#tech-slider .tech-works-copy h3 {
  min-height: 108px;
  margin: 0 0 4px -2px;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
  line-height: 1.1;
  max-width: 440px;
  position: relative;
  top: -8px;
}
@media (max-width: 960px) {
  #tech-slider .item-img {
    width: 30%;
  }
  #tech-slider .tech-works-copy {
    padding-right: 39%;
  }
  #tech-slider .tech-works-copy h3 {
    margin: 0 0 12px;
    top: 0;
    font-size: 30px;
    font-size: 30rem;
  }
}
@media (max-width: 1024px) {
  #tech-slider .tech-works-copy {
    padding-right: 54%;
    padding-bottom: 100px;
  }
  #tech-slider .tech-works-copy h3 {
    top: -4px;
    font-size: 35px;
    font-size: 35rem;
  }
}
@media (max-width: 800px) {
  #tech-slider .tech-works-copy {
    padding-bottom: 80px;
  }
}
.mobile-how-slider {
  padding: 0;
  position: relative;
}
.mobile-how-slider .how-title {
  position: absolute;
  top: 35px;
  left: 50%;
  right: 0;
  width: 280px;
  margin: 0 0 0 -140px;
  text-align: center;
  font-weight: 300;
  padding: 0 10px;
  font-size: 24px;
  font-size: 24rem;
}
.mobile-how-slider .how-title strong {
  font-weight: 300;
  color: #f8931e;
}
.mobile-how-slider .how-title.tech-how {
  display: none;
}
.mobile-how-slider .works-item {
  padding: 0 20px 65px;
  text-align: center;
}
.mobile-how-slider .vis-mob, .mobile-how-slider .tech-item h3 {
  max-width: 500px;
  margin: 0 auto;
}
.mobile-how-slider .item-img {
  max-width: 500px;
  height: auto;
  margin: 0 auto 23px;
  position: relative;
  overflow: hidden;
}
.mobile-how-slider .item-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.mobile-how-slider .how-item.how-1 .item-img img {
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.mobile-how-slider .how-item.how-3 img {
  width: auto;
  max-height: 230px;
  margin: 0 auto 23px;
}
.mobile-how-slider .tech-item {
  text-align: left;
}
.mobile-how-slider .tech-item h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: left;
  margin-bottom: 18px;
  font-size: 30px;
  font-size: 30rem;
  font-weight: 300;
}
.mobile-how-slider .tech-item .item-img img {
  display: none;
}
.mobile-how-slider .tech-item .tech-5 .item-img img {
  display: none;
}
.mobile-how-slider .tech-item p {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.mobile-how-slider .slick-dots {
  margin: 0;
  top: auto;
  bottom: 27px;
}
@media (max-width: 500px) {
  .mobile-how-slider .item-img {
    margin: 0 -25px 23px;
  }
}
@media (max-width: 600px) {
  .mobile-how-slider .tech-item h3 {
    font-size: 24px;
    font-size: 24rem;
  }
}
#news-trigger {
  padding-top: 30%;
}
@media (max-width: 1024px) {
  #news-trigger {
    background-position: center center !important;
    padding-top: 38%;
  }
}
@media (max-width: 768px) {
  #news-trigger {
    padding-top: 0;
    background: none !important;
  }
}
#news-text .container {
  max-width: 9999px;
  padding-bottom: 140px;
}
#news-text img {
  width: 100%;
  margin-bottom: 22px;
}
#news-text h2 {
  margin-top: 20px;
  font-size: 45px;
  font-size: 45rem;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  left: -2px;
}
#news-text p {
  max-width: 780px;
}
@media (max-width: 960px) {
  #news-text .container {
    max-width: 722px;
  }
  #news-text h2, #news-text h2 + p {
    max-width: 500px;
  }
  #news-text .btn {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #news-text h2 {
    font-size: 30px;
    font-size: 30rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  #news-text .container {
    padding-bottom: 100px;
  }
  #news-text h2 {
    font-size: 35px;
    font-size: 35rem;
  }
}
@media (max-width: 800px) {
  #news-text .container {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #news-text .container {
    max-width: 540px;
  }
  #news-text h2, #news-text h2 + p {
    margin: 20px auto 0;
  }
  #news-text h2 {
    margin-bottom: 18px;
    font-size: 30px;
    font-size: 30rem;
  }
}
@media (max-width: 600px) {
  #news-text h2 {
    font-size: 24px;
    font-size: 24rem;
  }
}
#company-trigger {
  background: url(../img/company-trigger-hero.jpg) no-repeat center -60px;
  background-size: cover;
}
#company-trigger .company-trigger-inner {
  color: #fff;
  padding: 100px 0 105px;
  background: rgba(0, 0, 0, 0.6);
}
#company-trigger h2 {
  max-width: 660px;
  margin: 0 0 30px;
  font-weight: 300;
  line-height: 1.1;
  font-size: 45px;
  font-size: 45rem;
}
#company-trigger h2 strong {
  color: #f8931e;
  font-weight: 300;
}
#company-trigger h2 + p {
  line-height: 1.5;
  margin: 0 0 60px;
  max-width: 650px;
}
#company-trigger .btn {
  margin: 0;
}
#company-trigger .btn:hover {
  background: #fff;
  color: #f8931e;
}
@media (max-width: 1200px) {
  #company-trigger {
    background-position: center top;
  }
}
@media (max-width: 960px) {
  #company-trigger {
    background-position: center center !important;
  }
  #company-trigger h2 {
    font-size: 30px;
    font-size: 30rem;
    line-height: 1.3;
  }
  #company-trigger h2, #company-trigger h2 + p {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  #company-trigger .company-trigger-inner {
    padding: 80px 0;
  }
  #company-trigger h2, #company-trigger h2 + p {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #company-trigger h2 {
    font-size: 30px;
    font-size: 30rem;
  }
}
@media (max-width: 600px) {
  #company-trigger .company-trigger-inner {
    padding: 50px 0;
  }
  #company-trigger h2 {
    font-size: 24px;
    font-size: 24rem;
  }
}
#join-us {
  zoom: 1;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #f2f5f7;
}
#join-us:before, #join-us:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#join-us:after {
  clear: both;
}
#join-us .container {
  max-width: 1030px;
}
#join-us .join-hero {
  float: left;
  width: 310px;
  height: 310px;
  margin: 0;
  overflow: hidden;
  background: url(../img/join-lifestyle.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 100%;
  -moz-border-radius: 100%;
}
#join-us .overview-one {
  border: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#join-us .overview-one h2 {
  text-align: left;
  float: right;
  width: 63%;
  margin: 65px 0 16px 0;
  font-weight: 300;
  line-height: 1;
  font-size: 45px;
  font-size: 45rem;
  line-height: 1.1;
}
#join-us .join-copy {
  float: right;
  width: 63%;
  line-height: 1.5;
  padding: 0;
}
#join-us .join-copy .btn.btn-border {
  margin-top: 36px;
}
@media (max-width: 1100px) {
  #join-us .join-hero {
    width: 330px;
    height: 330px;
  }
  #join-us .join-copy {
    width: 63%;
  }
}
@media (max-width: 960px) {
  #join-us .overview-one h2 {
    font-size: 30px;
    font-size: 30rem;
  }
}
@media (max-width: 1024px) {
  #join-us .overview-one h2 {
    margin: 0 auto 40px;
    font-size: 35px;
    font-size: 35rem;
    margin-bottom: 18px;
  }
  #join-us .join-hero {
    width: 280px;
    height: 280px;
    margin: 0;
  }
}
@media (max-width: 850px) {
  #join-us .overview-one h2 {
    width: 56%;
  }
  #join-us .join-copy {
    width: 56%;
  }
}
@media (max-width: 768px) {
  #join-us {
    padding: 0 0 60px;
  }
  #join-us .container {
    max-width: 540px;
  }
  #join-us .join-hero {
    float: none;
    margin: 0 auto 22px;
    max-width: 500px;
    width: auto;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
  }
  #join-us .overview-one {
    min-height: 0;
    padding-bottom: 0 !important;
  }
  #join-us .overview-one h2 {
    float: none;
    max-width: 500px;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-size: 30rem;
    line-height: 1.3;
  }
  #join-us .join-copy {
    float: none;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
  #join-us .join-copy .btn.btn-border {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  #join-us .join-hero {
    margin-left: -25px;
    margin-right: -25px;
  }
  #join-us .overview-one h2 {
    font-size: 24px;
    font-size: 24rem;
    margin-bottom: 18px;
  }
}
.inner-header {
  position: relative;
}
.inner-header .container {
  max-width: 9999px;
}
.inner-header img {
  float: right;
  width: 46%;
  height: auto;
}
.inner-header h2 {
  margin: 0 0 36px;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
}
.inner-header .inner-header-content {
  padding: 40px 50% 135px 0;
  line-height: 1.5;
  font-size: 16px;
  font-size: 16rem;
}
.inner-header .inner-header-content p {
  padding: 0 60px 0 0;
}
.inner-header .inner-hero {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 40px;
  background-size: cover !important;
}
.inner-header .hero-company {
  background: url(../img/company-trigger-hero.jpg) no-repeat center center;
}
@media (max-width: 768px) {
  .inner-header .media-centre h4 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .inner-header h2 {
    margin: 0 0 25px;
    font-size: 35px;
    font-size: 35rem;
  }
  .inner-header .inner-header-content {
    font-size: 14px;
    font-size: 14rem;
  }
  .inner-header p + p {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .inner-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-header img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 44px;
  }
  .inner-header h2 {
    margin: 0 0 17px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-size: 24rem;
  }
  .inner-header .inner-header-content {
    padding: 0 0 60px;
  }
  .inner-header .inner-header-content p {
    padding: 0;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
}
#panel-media-events {
  padding: 0;
}
#panel-media-events .container {
  max-width: 9999px;
}
#panel-media-events .container.gray {
  background: #f2f5f7;
  padding-top: 72px;
  padding-bottom: 76px;
}
#panel-media-events .media-panel-container {
  padding-bottom: 90px !important;
}
#panel-media-events h2 {
  margin: 0;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
}
#panel-media-events .media-panel {
  zoom: 1;
}
#panel-media-events .media-panel:before, #panel-media-events .media-panel:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#panel-media-events .media-panel:after {
  clear: both;
}
#panel-media-events .media-centre h2 {
  margin: 0 0 40px;
}
#panel-media-events .media-centre h3 {
  padding: 22px 0 0;
  margin: 0 0 45px;
  font-weight: 600;
}
#panel-media-events .media-centre h4 {
  display: inline-block;
  font-size: 20px;
  font-size: 20rem;
  margin-top: 21px;
  margin-bottom: 0;
  margin-right: 55px;
  color: #f8931e;
}
#panel-media-events .media-centre p {
  max-width: 640px;
}
#panel-media-events .media-centre .email {
  padding-left: 34px;
  background: url(../img/icon-email.png) 0 3px no-repeat;
  background-size: 24px 17px;
}
#panel-media-events .media-centre .email:hover {
  background: url(../img/icon-email-hover2.png) 0 3px no-repeat;
  background-size: 24px 17px;
}
#panel-media-events .upcoming-events {
  padding-top: 70px;
  padding-bottom: 80px;
  border: none;
}
#panel-media-events .upcoming-events h2 {
  margin: 0 0 42px;
  font-size: 45px;
  font-size: 45rem;
}
#panel-media-events .upcoming-events .event-item:last-child {
  margin-bottom: 0;
}
#panel-media-events .press-releases {
  padding-bottom: 0;
}
#panel-media-events .press-releases .custom-select {
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
#panel-media-events .follow-us {
  text-align: center;
}
#panel-media-events .follow-us h2 {
  margin: 0 0 37px;
  font-size: 25px;
  font-size: 25rem;
}
#panel-media-events .follow-us .social-links li, #panel-media-events .follow-us .social-links a {
  width: 58px;
  height: 58px;
  line-height: 58px;
  color: #f2f5f7;
  font-size: 24px;
  font-size: 24rem;
  display: inline-block;
}
#panel-media-events .follow-us .social-links li {
  margin: 0 8px;
}
@media (max-width: 1280px) {
  #panel-media-events .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  #panel-media-events .media-centre h4 {
    font-size: 20px;
    font-size: 20rem;
  }
  #panel-media-events .media-centre .email {
    padding-left: 34px;
  }
}
@media (max-width: 1200px) {
  #panel-media-events .press-releases h2 {
    margin-bottom: 20px;
  }
  #panel-media-events .year-toggle {
    clear: both;
    margin-bottom: 54px;
    margin-top: 0;
  }
  #panel-media-events .year-toggle li {
    margin: 0 0 0 40px;
  }
  #panel-media-events .year-toggle li:first-child {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  #panel-media-events .media-panel-container {
    padding-bottom: 90px !important;
  }
  #panel-media-events .media-centre h2 {
    font-size: 35px;
    font-size: 35rem;
  }
  #panel-media-events .upcoming-events h2 {
    font-size: 35px;
    font-size: 35rem;
  }
  #panel-media-events .media-panel h2 {
    font-size: 35px;
    font-size: 35rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  #panel-media-events .media-panel-container {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  #panel-media-events {
    padding: 0;
  }
  #panel-media-events .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #panel-media-events .container.gray {
    padding-top: 44px;
    padding-bottom: 30px;
  }
  #panel-media-events .container.gray.media-panel-container {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  #panel-media-events .media-panel {
    padding: 0;
    margin: 0;
  }
  #panel-media-events .media-panel h2 {
    font-size: 24px;
    font-size: 24rem;
    margin-bottom: 17px;
  }
  #panel-media-events .media-centre {
    padding: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel-media-events .media-centre p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel-media-events .media-centre h4 {
    display: block;
    margin-bottom: 14px;
    margin-right: 0;
  }
  #panel-media-events .media-centre h4 .email {
    display: inline-block;
  }
  #panel-media-events .upcoming-events {
    padding: 44px 0 44px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #panel-media-events .upcoming-events h2 {
    margin: 0 0 30px 5px;
  }
  #panel-media-events .upcoming-events h3 {
    margin-bottom: 4px;
    padding-right: 20px;
  }
  #panel-media-events .upcoming-events p {
    padding-right: 20px;
  }
  #panel-media-events .upcoming-events .event-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #panel-media-events .upcoming-events .event-hero {
    margin: 0 0 20px 0;
  }
  #panel-media-events .events-list {
    padding: 0;
    margin-bottom: 0;
  }
  #panel-media-events .events-list .event-item {
    float: left;
    width: 50%;
  }
  #panel-media-events .events-list .event-item .event-hero {
    max-width: 100%;
    float: none;
  }
  #panel-media-events .events-list h3, #panel-media-events .events-list p {
    padding-left: 0;
  }
  #panel-media-events .content-column {
    float: none;
    width: auto;
  }
  #panel-media-events .content-column.col-1, #panel-media-events .content-column.col-2 {
    padding: 0px;
  }
  #panel-media-events .press-releases {
    margin: 0 -20px;
    padding: 44px 20px 0;
    border: none;
  }
  #panel-media-events .press-releases h2 {
    float: none;
  }
  #panel-media-events .press-releases h3 {
    margin-bottom: 20px;
  }
  #panel-media-events .press-releases .press-items-wrap {
    margin: 0;
    padding: 0;
    margin: 0;
    border: none;
  }
  #panel-media-events .press-releases .custom-select {
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 30px 0;
  }
  #panel-media-events .press-releases .custom-select select {
    width: 100% !important;
  }
  #panel-media-events .press-releases-list {
    margin: 0 -30px;
  }
  #panel-media-events .press-releases-list .press-item {
    padding: 0 30px;
    margin: 0 0 44px;
  }
  #panel-media-events .press-releases-list p {
    display: none;
  }
  #panel-media-events .press-releases-list .continue {
    color: #373942;
  }
  #panel-media-events .press-releases-list .vis-main, #panel-media-events .press-releases-list .vis-mob {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #panel-media-events .year-toggle {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
  }
  #panel-media-events .follow-us {
    padding: 30px 0;
  }
  #panel-media-events .follow-us h2 {
    margin: 0 0 15px;
  }
  #panel-media-events .follow-us .social-links li, #panel-media-events .follow-us .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-size: 17rem;
  }
}
@media (max-width: 600px) {
  #panel-media-events .follow-us {
    padding: 30px 0;
    zoom: 1;
  }
  #panel-media-events .follow-us:before, #panel-media-events .follow-us:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  #panel-media-events .follow-us:after {
    clear: both;
  }
  #panel-media-events .follow-us h2 {
    margin: 0;
    float: left;
  }
  #panel-media-events .follow-us .social-links {
    float: right;
  }
  #panel-media-events .follow-us .social-links li, #panel-media-events .follow-us .social-links a {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #f2f5f7;
    font-size: 15px;
    font-size: 15rem;
    display: inline-block;
  }
  #panel-media-events .follow-us .social-links li {
    margin: 0 0 0 14px;
  }
  #panel-media-events .press-releases {
    padding: 44px 20px 44px;
  }
  #panel-media-events .press-releases-list {
    margin: 0;
    padding: 0 0 25px;
  }
  #panel-media-events .press-releases-list .press-item {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: none !important;
  }
  #panel-media-events .press-releases-list .event-hero {
    float: none;
    max-width: 100%;
  }
  #panel-media-events .press-releases-list p {
    display: none;
  }
  #panel-media-events .press-releases-list .continue {
    color: #373942;
  }
}
@media (max-width: 550px) {
  #panel-media-events .upcoming-events h2 {
    padding-left: 5px;
  }
  #panel-media-events .events-list {
    padding: 0 0 30px;
  }
  #panel-media-events .events-list a {
    padding: 0;
  }
  #panel-media-events .events-list p {
    padding: 0;
  }
}
#panel-press-releases {
  padding: 0;
}
#panel-press-releases .container {
  max-width: 9999px;
}
#panel-press-releases .container.gray {
  background: #f2f5f7;
  padding-top: 72px;
  padding-bottom: 76px;
}
#panel-press-releases .media-panel-container {
  padding-bottom: 90px !important;
}
#panel-press-releases h2 {
  margin: 0;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
}
#panel-press-releases .media-panel {
  zoom: 1;
}
#panel-press-releases .media-panel:before, #panel-press-releases .media-panel:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#panel-press-releases .media-panel:after {
  clear: both;
}
#panel-press-releases .press-releases {
  padding-bottom: 0;
}
#panel-press-releases .press-releases .custom-select {
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #panel-press-releases .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  #panel-press-releases .media-centre h4 {
    font-size: 20px;
    font-size: 20rem;
  }
  #panel-press-releases .media-centre .email {
    padding-left: 34px;
  }
}
@media (max-width: 1200px) {
  #panel-press-releases .press-releases h2 {
    margin-bottom: 20px;
  }
  #panel-press-releases .year-toggle {
    clear: both;
    margin-bottom: 54px;
    margin-top: 0;
  }
  #panel-press-releases .year-toggle li {
    margin: 0 0 0 40px;
  }
  #panel-press-releases .year-toggle li:first-child {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  #panel-press-releases .media-panel-container {
    padding-bottom: 90px !important;
  }
  #panel-press-releases .media-centre h2 {
    font-size: 35px;
    font-size: 35rem;
  }
  #panel-press-releases .media-panel h2 {
    font-size: 35px;
    font-size: 35rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  #panel-press-releases .media-panel-container {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  #panel-press-releases {
    padding: 0;
  }
  #panel-press-releases .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #panel-press-releases .container.gray {
    padding-top: 44px;
    padding-bottom: 30px;
  }
  #panel-press-releases .container.gray.media-panel-container {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  #panel-press-releases .media-panel {
    padding: 0;
    margin: 0;
  }
  #panel-press-releases .media-panel h2 {
    font-size: 24px;
    font-size: 24rem;
    margin-bottom: 17px;
  }
  #panel-press-releases .media-centre {
    padding: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel-press-releases .media-centre p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel-press-releases .media-centre h4 {
    display: block;
    margin-bottom: 14px;
    margin-right: 0;
  }
  #panel-press-releases .media-centre h4 .email {
    display: inline-block;
  }
  #panel-press-releases .content-column {
    float: none;
    width: auto;
  }
  #panel-press-releases .content-column.col-1, #panel-press-releases .content-column.col-2 {
    padding: 0px;
  }
  #panel-press-releases .press-releases {
    margin: 0 -20px;
    padding: 44px 20px 0;
    border: none;
  }
  #panel-press-releases .press-releases h2 {
    float: none;
  }
  #panel-press-releases .press-releases h3 {
    margin-bottom: 20px;
  }
  #panel-press-releases .press-releases .press-items-wrap {
    margin: 0;
    padding: 0;
    margin: 0;
    border: none;
  }
  #panel-press-releases .press-releases .custom-select {
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 30px 0;
  }
  #panel-press-releases .press-releases .custom-select select {
    width: 100% !important;
  }
  #panel-press-releases .press-releases-list {
    margin: 0 -30px;
  }
  #panel-press-releases .press-releases-list .press-item {
    padding: 0 30px;
    margin: 0 0 44px;
  }
  #panel-press-releases .press-releases-list p {
    display: none;
  }
  #panel-press-releases .press-releases-list .continue {
    color: #373942;
  }
  #panel-press-releases .press-releases-list .vis-main, #panel-press-releases .press-releases-list .vis-mob {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #panel-press-releases .year-toggle {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
  }
}
@media (max-width: 600px) {
  #panel-press-releases .press-releases {
    padding: 44px 20px 44px;
  }
  #panel-press-releases .press-releases-list {
    margin: 0;
    padding: 0 0 25px;
  }
  #panel-press-releases .press-releases-list .press-item {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: none !important;
  }
  #panel-press-releases .press-releases-list .event-hero {
    float: none;
    max-width: 100%;
  }
  #panel-press-releases .press-releases-list p {
    display: none;
  }
  #panel-press-releases .press-releases-list .continue {
    color: #373942;
  }
}
#panel-news-stories {
  padding: 0;
}
#panel-news-stories .container {
  max-width: 9999px;
}
#panel-news-stories .container.gray {
  background: #f2f5f7;
  padding-top: 72px;
  padding-bottom: 76px;
}
#panel-news-stories .container.shadow {
  padding-top: 72px;
  padding-bottom: 96px;
  background: url(../img/shadow.png) bottom left repeat-x;
}
#panel-news-stories h2 {
  margin: 0;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
}
#panel-news-stories .media-panel {
  zoom: 1;
}
#panel-news-stories .media-panel:before, #panel-news-stories .media-panel:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#panel-news-stories .media-panel:after {
  clear: both;
}
#panel-news-stories .news-stories {
  padding-bottom: 0;
}
#panel-news-stories .news-stories .custom-select {
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
#panel-news-stories .news-item a {
  display: block;
  padding-top: 18px;
}
#panel-news-stories .news-item .vis-mob, #panel-news-stories .news-item .vis-main {
  border-bottom: 1px solid #a7b8b6;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  min-height: 86px;
  margin-bottom: 0;
}
#panel-news-stories .news-item .vis-mob img, #panel-news-stories .news-item .vis-main img {
  position: absolute;
  left: 0;
  bottom: 20px;
  max-width: 220px;
  max-height: 44px;
}
#panel-news-stories .continue {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  height: 38px;
  width: 38px;
  background: url(../img/sources-active.png) 0 0 no-repeat;
  overflow: hidden;
}
#panel-news-stories .continue span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 38px;
  width: 38px;
  background: url(../img/sources-hover.png) 0 0 no-repeat;
  text-indent: -999px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#panel-news-stories a:hover .continue span {
  opacity: 1;
}
#panel-news-stories .news-stories-paged {
  margin: 0;
  padding: 0;
  list-style: none;
}
#panel-news-stories .news-stories-paged > li {
  overflow: hidden;
  display: none;
}
#panel-news-stories .news-stories-paged > li:first-child {
  display: block;
}
#panel-news-stories .news-stories-pagination {
  margin-top: 70px;
  clear: both;
}
#panel-news-stories .news-stories-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#panel-news-stories .news-stories-pagination li {
  display: none;
  cursor: pointer;
  min-width: 22px;
  text-align: center;
}
#panel-news-stories .news-stories-pagination li a {
  display: block;
  padding: 0 7px;
  font-size: 13px;
  font-size: 13rem;
  line-height: 18px;
  color: #373942;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#panel-news-stories .news-stories-pagination li a:hover {
  color: #f8931e;
}
#panel-news-stories .news-stories-pagination li a.active {
  font-weight: bold;
}
#panel-news-stories .news-stories-pagination li a.active:hover {
  color: #373942;
}
#panel-news-stories .news-stories-pagination li.p1, #panel-news-stories .news-stories-pagination li.p2, #panel-news-stories .news-stories-pagination li.p3, #panel-news-stories .news-stories-pagination li.p4, #panel-news-stories .news-stories-pagination li.p5 {
  display: inline-block;
}
#panel-news-stories .news-stories-pagination li.previous {
  display: inline-block;
}
#panel-news-stories .news-stories-pagination li.previous i {
  position: relative;
  top: 4px;
  display: inline-block;
  height: 18px;
  width: 11px;
  margin-right: 8px;
  background: url(../img/pagination-left.png) 0 0 no-repeat;
  background-size: cover;
}
#panel-news-stories .news-stories-pagination li.previous a:hover i {
  background-position: bottom left;
}
#panel-news-stories .news-stories-pagination li.next {
  display: inline-block;
}
#panel-news-stories .news-stories-pagination li.next i {
  position: relative;
  top: 4px;
  display: inline-block;
  height: 18px;
  width: 11px;
  margin-left: 8px;
  background: url(../img/pagination-right.png) 0 0 no-repeat;
  background-size: cover;
}
#panel-news-stories .news-stories-pagination li.next a:hover i {
  background-position: bottom left;
}
#panel-news-stories .news-stories-pagination li.disabled a, #panel-news-stories .news-stories-pagination li.disabled a:hover {
  color: #373942;
  cursor: default;
}
#panel-news-stories .news-stories-pagination li.disabled a i, #panel-news-stories .news-stories-pagination li.disabled a:hover i {
  background-position: top left !important;
}
@media (max-width: 1280px) {
  #panel-news-stories .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  #panel-news-stories .media-centre h4 {
    font-size: 20px;
    font-size: 20rem;
  }
  #panel-news-stories .media-centre .email {
    padding-left: 34px;
  }
}
@media (max-width: 1200px) {
  #panel-news-stories .news-stories h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  #panel-news-stories .media-panel-container {
    padding-bottom: 90px !important;
  }
  #panel-news-stories .media-centre h2 {
    font-size: 35px;
    font-size: 35rem;
  }
  #panel-news-stories .media-panel h2 {
    font-size: 35px;
    font-size: 35rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  #panel-news-stories .media-panel-container {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  #panel-news-stories {
    padding: 0;
  }
  #panel-news-stories .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #panel-news-stories .container.shadow {
    padding-top: 44px;
    padding-bottom: 30px;
  }
  #panel-news-stories .container.shadow.media-panel-container {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  #panel-news-stories .media-panel {
    padding: 0;
    margin: 0;
  }
  #panel-news-stories .media-panel h2 {
    font-size: 24px;
    font-size: 24rem;
    margin-bottom: 17px;
  }
  #panel-news-stories .media-centre {
    padding: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel-news-stories .media-centre p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel-news-stories .media-centre h4 {
    display: block;
    margin-bottom: 14px;
    margin-right: 0;
  }
  #panel-news-stories .media-centre h4 .email {
    display: inline-block;
  }
  #panel-news-stories .content-column {
    float: none;
    width: auto;
  }
  #panel-news-stories .content-column.col-1, #panel-news-stories .content-column.col-2 {
    padding: 0px;
  }
  #panel-news-stories .news-stories {
    margin: 0 -20px;
    padding: 44px 20px 0;
    border: none;
  }
  #panel-news-stories .news-stories h2 {
    float: none;
  }
  #panel-news-stories .news-stories h3 {
    margin-bottom: 20px;
  }
  #panel-news-stories .news-stories .news-stories-wrap {
    margin: 0;
    padding: 0;
    margin: 0;
    border: none;
  }
  #panel-news-stories .news-stories .custom-select {
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 30px 0;
  }
  #panel-news-stories .news-stories .custom-select select {
    width: 100% !important;
  }
  #panel-news-stories .news-stories-list {
    margin: 0 -30px;
  }
  #panel-news-stories .news-stories-list .press-item {
    padding: 0 30px;
    margin: 0 0 44px;
  }
  #panel-news-stories .news-stories-list p {
    display: none;
  }
  #panel-news-stories .news-stories-list .continue {
    color: #373942;
  }
  #panel-news-stories .year-toggle {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
  }
}
@media (max-width: 800px) {
  #panel-news-stories .news-stories {
    padding: 44px 20px 44px;
  }
  #panel-news-stories .news-stories-list {
    margin: 0;
    padding: 0 0 25px;
  }
  #panel-news-stories .news-stories-list .news-item {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: none !important;
  }
  #panel-news-stories .news-stories-list .event-hero {
    float: none;
    max-width: 100%;
  }
  #panel-news-stories .news-stories-list p {
    display: none;
  }
  #panel-news-stories .news-stories-list .continue {
    color: #373942;
  }
}
.events-list {
  max-width: 1300px;
  padding: 0;
  list-style: none;
}
.events-list .event-item {
  font-size: 16px;
  font-size: 16rem;
  overflow: hidden;
  margin-bottom: 42px;
  overflow: hidden;
}
.events-list a {
  display: block;
  color: #373942;
}
.events-list a:hover h3 {
  color: #373942;
}
.events-list h3 {
  margin: 0 0 30px;
  padding-left: 254px;
  font-weight: 400;
  color: #f8931e;
  font-size: 15px;
  font-size: 15rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.events-list p {
  padding-left: 254px;
}
.events-list .event-hero {
  float: left;
  margin-right: 40px;
  width: 100%;
  max-width: 214px;
  height: 138px;
  background: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #b5c4c2;
}
.press-releases h2 {
  float: left;
}
.year-toggle {
  float: left;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  font-size: 18rem;
}
.year-toggle li {
  float: left;
  text-transform: uppercase;
  margin: 0 0 0 60px;
}
.year-toggle li:first-child {
  margin-left: 90px;
}
.year-toggle a {
  color: #373942;
  font-size: 15px;
  font-size: 15rem;
}
.year-toggle a:hover {
  color: #f8931e;
}
.year-toggle a.active {
  color: #f8931e;
  font-weight: 600;
}
.press-items-wrap {
  clear: both;
  margin: 40px 0 0;
  zoom: 1;
}
.press-items-wrap:before, .press-items-wrap:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.press-items-wrap:after {
  clear: both;
}
.news-stories-wrap {
  clear: both;
  margin: 20px 0 0;
  zoom: 1;
}
.news-stories-wrap:before, .news-stories-wrap:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.news-stories-wrap:after {
  clear: both;
}
.press-releases-list, .news-stories-list {
  margin: 0 -40px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 16rem;
}
.press-releases-list .press-item, .news-stories-list .press-item, .press-releases-list .news-item, .news-stories-list .news-item {
  float: left;
  width: 50%;
  padding: 0 44px;
  margin: 0;
}
.press-releases-list .press-item:nth-child(2n+1), .news-stories-list .press-item:nth-child(2n+1), .press-releases-list .news-item:nth-child(2n+1), .news-stories-list .news-item:nth-child(2n+1) {
  clear: left;
}
.press-releases-list .press-item:first-child .vis-main, .news-stories-list .press-item:first-child .vis-main, .press-releases-list .news-item:first-child .vis-main, .news-stories-list .news-item:first-child .vis-main, .press-releases-list .press-item:nth-child(2) .vis-main, .news-stories-list .press-item:nth-child(2) .vis-main, .press-releases-list .news-item:nth-child(2) .vis-main, .news-stories-list .news-item:nth-child(2) .vis-main, .press-releases-list .press-item:first-child .vis-mob, .news-stories-list .press-item:first-child .vis-mob, .press-releases-list .news-item:first-child .vis-mob, .news-stories-list .news-item:first-child .vis-mob, .press-releases-list .press-item:nth-child(2) .vis-mob, .news-stories-list .press-item:nth-child(2) .vis-mob, .press-releases-list .news-item:nth-child(2) .vis-mob, .news-stories-list .news-item:nth-child(2) .vis-mob {
  border-top: 0;
  padding-top: 0;
}
.press-releases-list .pr-date, .news-stories-list .pr-date {
  font-weight: 400;
  color: #2e2a32;
  font-size: 13px;
  font-size: 13rem;
}
.press-releases-list h3, .news-stories-list h3 {
  margin: 6px 0 24px;
  color: #2b8477;
  font-weight: 400;
  font-size: 16px;
  font-size: 16rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.press-releases-list .continue, .news-stories-list .continue {
  display: block;
  margin: 3px 0 0;
  color: #f8931e;
  font-weight: 400;
  font-size: 16px;
  font-size: 16rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.press-releases-list a, .news-stories-list a {
  color: #3c3b48;
}
.press-releases-list a:hover, .news-stories-list a:hover {
  color: #373942;
}
.press-releases-list a:hover .continue, .news-stories-list a:hover .continue {
  color: #373942;
}
.press-releases-list .vis-main, .news-stories-list .vis-main, .press-releases-list .vis-mob, .news-stories-list .vis-mob {
  border-bottom: 1px solid #a7b8b6;
  padding-bottom: 44px;
  margin-bottom: 48px;
}
.press-releases-list .press-item:last-child .vis-main, .news-stories-list .press-item:last-child .vis-main, .press-releases-list .press-item:nth-last-child(2) .vis-main, .news-stories-list .press-item:nth-last-child(2) .vis-main, .press-releases-list .press-item:last-child .vis-mob, .news-stories-list .press-item:last-child .vis-mob, .press-releases-list .news-item:last-child .vis-main, .news-stories-list .news-item:last-child .vis-main, .press-releases-list .news-item:nth-last-child(2) .vis-main, .news-stories-list .news-item:nth-last-child(2) .vis-main, .press-releases-list .news-item:last-child .vis-mob, .news-stories-list .news-item:last-child .vis-mob {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: 0;
}
.news-stories-list h3 {
  margin-bottom: 10px;
}
#investor-relations {
  background: url(../img/investors-trigger-hero.jpg) no-repeat center bottom;
  background-size: cover !important;
  color: #fff;
  zoom: 1;
}
#investor-relations:before, #investor-relations:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#investor-relations:after {
  clear: both;
}
#investor-relations .ir-inner {
  padding: 130px 0;
  background: rgba(0, 0, 0, 0.6);
}
#investor-relations .btn {
  margin: 0;
}
#investor-relations .btn:hover {
  background: #fff;
  color: #f8931e;
}
#investor-relations h2 {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
}
#investor-relations .ir-cta {
  text-align: center;
}
#investor-relations .ir-cta .btn {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-size: 18rem;
}
#investor-relations .ir-cta span {
  display: block;
  opacity: 0.3;
  margin: 13px 0 0;
  font-weight: 800;
  font-size: 12px;
  font-size: 12rem;
}
#investor-relations .ir-cta p {
  color: #fff;
  margin: 15px 0 0;
  font-size: 24px;
  font-size: 24rem;
}
@media (max-width: 768px) {
  #investor-relations {
    text-align: center;
  }
  #investor-relations .ir-inner {
    padding: 80px 0 60px;
    background: rgba(0, 0, 0, 0.6);
  }
  #investor-relations h2 {
    margin: 0 0 20px;
    float: none;
    font-size: 35px;
    font-size: 35rem;
  }
  #investor-relations .ir-cta {
    float: none;
  }
  #investor-relations .ir-cta .btn {
    font-size: 16px;
    font-size: 16rem;
  }
  #investor-relations .ir-cta span {
    opacity: 0.6;
  }
}
#partners-offerings, #our-team {
  position: relative;
  padding: 44px 0 44px;
}
#partners-offerings .container, #our-team .container {
  max-width: 100%;
}
#partners-offerings .pill-nav, #our-team .pill-nav {
  margin: 0 0 36px 0;
  text-align: left;
}
#partners-offerings .pill-nav li, #our-team .pill-nav li, #partners-offerings .pill-nav a, #our-team .pill-nav a {
  float: none;
  display: inline-block;
  text-align: center;
}
#partners-offerings .pill-nav li:first-child, #our-team .pill-nav li:first-child {
  margin-left: 0;
}
#partners-offerings h2, #our-team h2 {
  font-weight: 300;
  margin: 0 0 20px 20px;
  font-size: 45px;
  font-size: 45rem;
}
#our-team {
  padding-top: 80px;
  padding-bottom: 90px;
}
#our-team .staff-list {
  float: left;
  width: 44%;
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
}
#our-team .staff-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#our-team .staff-list .staff-item {
  float: left;
  width: 33%;
  padding: 0 5px;
  margin: 0 0 5px;
}
#our-team .staff-list .staff-item:nth-child(3n+1) {
  clear: left;
}
#our-team .staff-list a {
  width: 100%;
  float: left;
  display: block;
  padding: 15px;
  color: #3c3b48;
  font-size: 12px;
  font-size: 12rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#our-team .staff-list h3 {
  margin: 10px 0 0;
  color: #f8931e;
  font-size: 16px;
  font-size: 16rem;
}
#our-team .staff-list .person-hero {
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#our-team .staff-list .person-hero:after {
  content: ' ';
  background: #f8931e;
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#our-team .staff-list li.staff-item:hover .person-hero:after, #our-team .staff-list .active .person-hero:after {
  height: 8px;
}
#our-team .staff-content-wrap {
  padding: 4px 0 0 46%;
  line-height: 1.5;
}
#our-team .staff-content-wrap h4 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  font-size: 22rem;
}
#our-team .staff-content-wrap .position {
  margin: 9px 0 40px;
  line-height: 1;
  font-size: 16px;
  font-size: 16rem;
}
#our-team .staff-content-wrap .team-content {
  padding: 0 0 36px;
  color: #2b8477;
}
@media (max-width: 1400px) {
  #our-team .staff-list {
    width: 44%;
  }
  #our-team .staff-content-wrap {
    padding-left: 46%;
  }
}
@media (max-width: 960px) {
  #our-team .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  #our-team .pill-nav {
    display: none;
  }
  #our-team h2 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 10px 20px;
  }
  #our-team .container > .tab-content {
    display: block !important;
    zoom: 1;
  }
  #our-team .container > .tab-content:before, #our-team .container > .tab-content:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  #our-team .container > .tab-content:after {
    clear: both;
  }
  #our-team #tab-bod {
    padding: 50px 0 0;
  }
  #our-team .staff-list {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
  }
  #our-team .staff-list .staff-item {
    margin: 0;
    padding: 0 10px;
    clear: none !important;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  #our-team .staff-list a {
    padding: 0 10px 15px;
    text-align: center;
    cursor: default;
  }
  #our-team .staff-list .person-hero {
    height: 240px;
    width: auto;
    margin: 0 -10px;
  }
  #our-team .staff-list .person-hero:after {
    display: none;
  }
  #our-team .staff-list .slick-dots {
    top: auto;
    bottom: -24px;
  }
  #our-team .staff-content-wrap {
    display: none;
  }
}
@media (max-width: 1024px) {
  #our-team .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #our-team h5 {
    margin-left: 15px;
  }
  #our-team h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    font-size: 35rem;
  }
  #our-team .staff-list {
    margin: 0;
  }
  #our-team .staff-list a {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  #our-team {
    padding-bottom: 44px;
  }
}
@media (max-width: 768px) {
  #our-team .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #our-team h2 {
    font-size: 24px;
    font-size: 24rem;
    margin-left: 10px;
    margin-right: 10px;
  }
  #our-team h2 span {
    display: block;
  }
}
@media (max-width: 500px) {
  #our-team .container {
    padding: 0;
  }
  #our-team .staff-list {
    padding: 0;
  }
  #our-team .staff-list .staff-item:not(.slick-center) {
    opacity: 0.5;
  }
  #our-team .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#partners-offerings {
  padding-top: 70px;
  padding-bottom: 80px;
  border: none;
  text-align: left;
}
#partners-offerings .container {
  padding-left: 35px;
  padding-right: 35px;
}
#partners-offerings h2 {
  margin: 0 0 42px;
  font-size: 45px;
  font-size: 45rem;
}
#partners-offerings h3 {
  margin: 0 0 30px;
  padding-left: 254px;
  font-weight: 400;
  font-weight: 600;
  font-size: 16px;
  font-size: 16rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#partners-offerings p {
  padding-left: 254px;
}
#partners-offerings .intro {
  margin-bottom: 48px;
  font-size: 16px;
  font-size: 16rem;
}
#partners-offerings .intro p {
  padding-left: 0;
  max-width: 730px;
  line-height: 1.5;
}
#partners-offerings .tab-content {
  overflow: hidden;
  margin-bottom: 42px;
  display: block !important;
  max-width: 1000px;
  font-size: 16px;
  font-size: 16rem;
}
#partners-offerings .tab-content:last-child {
  margin-bottom: 0;
}
#partners-offerings .img {
  float: left;
  margin-right: 40px;
  width: 100%;
  max-width: 214px;
  height: 138px;
  line-height: 176px;
  background: #fff;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #b5c4c2;
}
#partners-offerings .img img {
  max-width: 80%;
  display: inline-block;
}
#partners-offerings .tab-content .tab-content {
  margin: 0 auto;
  max-width: 760px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  #partners-offerings h2 {
    font-size: 35px;
    font-size: 35rem;
  }
}
@media (max-width: 960px) {
  #partners-offerings .pill-nav {
    top: 150px;
  }
  #partners-offerings h2 {
    top: 70px;
  }
  #partners-offerings .logo-list {
    line-height: 1.5;
  }
  #partners-offerings .logo-list a[data-tab] {
    padding: 0 30px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  #partners-offerings {
    padding-top: 44px;
  }
  #partners-offerings .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #partners-offerings h2 {
    margin: 0 0 30px;
    font-size: 24px;
    font-size: 24rem;
  }
  #partners-offerings .intro {
    margin-bottom: 44px;
  }
  #partners-offerings #tab-partners {
    margin-left: -10px;
    margin-right: -10px;
  }
  #partners-offerings #tab-partners h2 {
    margin-left: 10px;
  }
  #partners-offerings .intro p {
    margin-left: 10px;
    margin-right: auto;
    padding-right: 0;
  }
  #partners-offerings .tab-content {
    float: left;
    width: 50%;
  }
  #partners-offerings .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #partners-offerings h3, #partners-offerings p {
    padding-left: 0;
  }
  #partners-offerings h3 {
    margin-bottom: 4px;
    padding-right: 20px;
  }
  #partners-offerings p {
    padding-right: 20px;
  }
  #partners-offerings .img {
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  #partners-offerings h2 {
    font-size: 24px;
    font-size: 24rem;
  }
  #partners-offerings .tab-content {
    float: left;
    width: 100%;
  }
}
.logo-list {
  margin: 55px 0;
  padding: 0;
  list-style: none;
}
.logo-list li {
  display: inline-block;
  vertical-align: top;
}
.logo-list a[data-tab] {
  display: inline-block;
  height: 115px;
  line-height: 115px;
  padding: 0 45px;
  margin: 0 20px;
  position: relative;
  vertical-align: middle;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logo-list a[data-tab].active {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.logo-list a[data-tab].active:after {
  opacity: 1;
}
.logo-list a[data-tab] img {
  vertical-align: middle;
  display: inline;
  margin: 0;
  max-width: 210px;
  max-height: 50px;
}
.logo-list a[data-tab]:after {
  display: block;
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -37px;
  width: 75px;
  height: 12px;
  background: url(../img/partner-arrow.png) no-repeat 0 0;
  background-size: 75px 12px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
input, textarea {
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: border-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  font-size: 14rem;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}
input:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 6px 0 #4b9de3;
  border: 1px solid #4b9de3 !important;
}
div.styled {
  overflow: hidden;
  /* this hides the select's drop button */
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 16rem;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  padding: 9px 10px 10px;
  width: 100%;
  position: relative;
}
div.styled select {
  /* this percentage effectively extends the drop down button out of view */
  width: 115%;
  /* this hides the select's background making any styling visible from the div */
  background-color: transparent;
  background-image: none;
  /* this is required for Webkit browsers */
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  padding: 0.3em 0.5em;
  /* padding should be added to the select, not the div */
}
div.styled select:focus {
  outline: none;
}
.ie7 div.styled {
  border: none;
}
.ie7 div.styled select {
  width: 100%;
  background-color: white;
  border: solid 1px #ccc;
  padding: 0.3em 0.5em;
}
.infield {
  position: relative;
}
.infield label {
  position: absolute;
  left: 20px;
  top: 14px;
  text-transform: none;
  font-size: 18px;
  font-size: 18rem;
}
.custom-select select {
  cursor: pointer;
  z-index: 10;
  color: #000;
}
.customSelect {
  width: 100%;
  height: 42px;
  padding: 0 45px 0 0;
  border: 1px solid #dcdcdd;
  color: #373942;
  line-height: 42px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
  font-size: 16rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customSelect:after {
  top: 50%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  margin: -3px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #8a979c;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 7px;
  margin-left: -7px;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.customSelect .customSelectInner {
  width: 100%;
  padding: 0 0 0 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.customSelect select {
  color: #373942;
}
.customSelect.customSelectHover {
  border-color: #f8931e;
  color: #f8931e;
}
button {
  border: none;
  outline: none;
}
.btn {
  display: inline-block;
  padding: 11px 30px;
  text-align: center;
  background-color: #f8931e;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  font-size: 16rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
  -moz-border-radius: 50px;
}
.btn:hover {
  color: #fff;
  background-color: #373942;
}
.btn.btn-border {
  background: #fff;
  border: 2px solid #c9c8c8;
  color: #f8931e;
}
.btn.btn-border:hover {
  color: #fff;
  background-color: #f8931e;
  border: 2px solid #f8931e;
}
.btn.btn-close {
  position: relative;
  padding-left: 45px;
  padding-right: 25px;
}
.btn.btn-close:after {
  position: absolute;
  left: 19px;
  top: 12px;
  display: block;
  content: "\E002";
  font-family: "Icons";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px) {
  .btn {
    padding: 10px 25px;
  }
}
p + .btn {
  margin: 30px 0 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none;
  /* Default Slick Slider Theme */
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-list {
  /* Arrows */
}
.slick-loading .slick-list {
  background: #fff image-url("ajax-loader.gif") center center no-repeat;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover:before, .slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
  /* Dots */
  /*.slick-slider {
    margin-bottom: 30px;
}*/
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dots {
  position: absolute;
  top: 100%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.3;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
  opacity: 1;
  background: #fff;
}
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modal-item {
  display: none;
  width: 950px;
  background: #fff;
  top: 50% !important;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 200;
}
.modal-close:before {
  display: block;
  content: "\E002";
  font-family: "Icons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #f8931e;
  font-size: 17px;
  font-size: 17rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-close:hover:before {
  color: #373942;
}
#modal-customer-support {
  margin-top: -329px;
}
#modal-customer-support .locations-col {
  max-width: none;
}
.support-content {
  padding: 26px 60px 26px;
  min-height: 346px;
  zoom: 1;
  position: relative;
}
.support-content:before, .support-content:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.support-content:after {
  clear: both;
}
.support-content h2 {
  margin: 0 0 14px;
  color: #333;
  font-weight: 300;
  font-size: 45px;
  font-size: 45rem;
}
.support-content .support-copy-col {
  max-width: 580px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 16rem;
}
.support-content .support-copy-col p + p {
  margin: 18px 0 0;
}
.support-content .support-copy-col p strong {
  font-weight: normal;
  color: #2b8477;
}
.support-content .support-copy-col .btn {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
.support-content .support-copy-col h3, .support-content .support-copy-col h4 {
  display: inline-block;
  margin: 15px 40px 25px 0;
  font-size: 20px;
  color: #f8931e;
}
.support-content .support-copy-col .mail {
  display: inline-block;
  padding-left: 34px;
  background: url(../img/icon-email.png) 0 3px no-repeat;
  background-size: 24px 17px;
}
.support-content .support-copy-col .mail:hover {
  background: url(../img/icon-email-hover2.png) 0 3px no-repeat;
  background-size: 24px 17px;
}
.support-content .support-spanish-item {
  float: left;
  width: 50%;
}
.support-content .support-contact-col {
  float: right;
  width: 45%;
}
.support-content .support-contact-col h4 {
  clear: left;
  margin: 5px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-size: 16rem;
}
.support-content .support-contact-col h4.phone-label {
  float: left;
  width: 120px;
}
.support-content .support-contact-col h4.phone-label + a {
  margin: 0 0 0 120px;
}
.support-content .support-contact-col h4:not(.phone-label) {
  margin: 33px 0 11px;
}
.support-content .support-contact-col a {
  display: block;
  font-weight: 600;
  /*& + h4 {
				margin-top: 33px;
			}*/
  font-size: 22px;
  font-size: 22rem;
}
.locations-wrap {
  color: #fff;
  background: #333;
  padding: 24px 60px 16px;
  min-height: 290px;
  zoom: 1;
}
.locations-wrap:before, .locations-wrap:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.locations-wrap:after {
  clear: both;
}
.locations-wrap strong {
  color: #fff;
}
.locations-wrap .custom-select {
  width: 355px;
  max-width: 100%;
  margin: 26px 0 21px;
  position: relative;
}
.locations-wrap .custom-select select {
  width: 355px !important;
}
.locations-wrap .customSelect {
  color: #f8931e;
  border-color: #f8931e;
  border-radius: 0px;
  -moz-border-radius: 0px;
}
.locations-wrap .customSelect:after {
  border-top-color: #dc8936;
}
.locations-wrap .locations-col {
  width: 50%;
}
.locations-wrap .locations-col address {
  margin-bottom: 14px;
}
.locations-wrap .locations-col dl {
  margin: 0;
}
.locations-wrap .locations-col dt {
  color: #fff;
  font-weight: normal;
}
.locations-wrap .locations-col dd {
  color: #fff;
  font-weight: normal;
}
.locations-wrap .contact-location {
  padding: 0;
  font-size: 16px;
  font-size: 16rem;
}
.locations-wrap .emails-col {
  margin: 30px 0 0 30px;
  font-size: 16px;
  font-size: 16rem;
}
.locations-wrap .emails-col a {
  margin: 0 0 15px;
}
.locations-wrap .emails-col a:hover, .locations-wrap .emails-col a:hover:before {
  color: #fff;
}
.locations-wrap .emails-col .email-items a {
  background: url(../img/icon-email.png) 0 2px no-repeat;
  background-size: 24px 17px;
}
.locations-wrap .emails-col .email-items a:hover {
  background: url(../img/icon-email-hover.png) 0 2px no-repeat;
  background-size: 24px 17px;
}
.locations-wrap .emails-col .email-items a:before {
  display: none;
}
.locations-wrap .social-links {
  overflow: hidden;
  margin-top: 70px;
}
.locations-wrap .social-links li {
  float: left;
  margin-right: 10px;
}
.locations-wrap .social-links .social-icon {
  border: 1px solid #f8931e;
  color: #f8931e;
  background: transparent;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
  font-size: 18rem;
}
.locations-wrap .social-links .social-icon:hover {
  border: 1px solid #fff;
}
@media (max-width: 960px) {
  #modal-customer-support {
    width: auto;
    left: 20px !important;
    right: 20px;
    top: auto;
    margin-left: auto !important;
  }
  #modal-customer-support .support-content {
    padding: 30px;
    min-height: 0;
  }
  #modal-customer-support .support-content h2 {
    margin: 0 0 20px;
    font-size: 35px;
    font-size: 35rem;
  }
  #modal-customer-support .locations-wrap {
    padding: 30px;
    min-height: 0;
  }
}
@media (max-width: 900px) {
  #modal-customer-support .support-content .support-copy-col {
    line-height: 1.3;
    font-size: 14px;
    font-size: 14rem;
  }
  #modal-customer-support .support-content .support-copy-col .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 14rem;
  }
  #modal-customer-support .support-content .support-copy-col .btn:after {
    top: 7px;
  }
  #modal-customer-support .support-content .support-copy-col p + .btn {
    margin: 15px 0 0;
  }
  #modal-customer-support .support-content .support-contact-col {
    width: 40%;
  }
  #modal-customer-support .support-content .support-contact-col h4 {
    margin: 10px 0 0 !important;
    float: none !important;
    width: auto !important;
    font-size: 14px;
    font-size: 14rem;
  }
  #modal-customer-support .support-content .support-contact-col h4.phone-label + a {
    margin: 0;
  }
  #modal-customer-support .support-content .support-contact-col h4:first-child {
    margin: 0 !important;
  }
  #modal-customer-support .support-content .support-contact-col a {
    font-size: 16px;
    font-size: 16rem;
  }
  #modal-customer-support .contact-location {
    line-height: 1.3;
    font-size: 14px;
    font-size: 14rem;
  }
}
@media (max-width: 700px) {
  #modal-customer-support {
    position: absolute !important;
    top: 20px !important;
    margin: 0 !important;
  }
  #modal-customer-support .support-content .support-copy-col, #modal-customer-support .support-content .support-contact-col {
    width: auto;
    float: none;
  }
  #modal-customer-support .support-content .support-contact-col {
    margin: 30px 0 0;
  }
  #modal-customer-support .locations-col {
    width: auto;
    float: none;
    zoom: 1;
  }
  #modal-customer-support .locations-col:before, #modal-customer-support .locations-col:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  #modal-customer-support .locations-col:after {
    clear: both;
  }
  #modal-customer-support .locations-col address {
    width: 60%;
  }
  #modal-customer-support .locations-wrap .emails-col {
    float: none;
    width: auto;
    margin: 25px 0 0;
  }
  #modal-customer-support .locations-wrap .emails-col a {
    margin: 5px 0 0;
  }
}
@media (max-width: 530px) {
  #modal-customer-support .locations-wrap .custom-select {
    width: auto;
  }
  #modal-customer-support .locations-wrap .custom-select select {
    width: 100% !important;
  }
}
@media (max-width: 450px) {
  #modal-customer-support .locations-col address {
    float: none;
    width: auto;
  }
}
#modal-hcp, #modal-hs {
  margin-top: -280px;
}
.hcp-hs-wrap {
  height: 560px;
}
.hcp-hs-copy {
  float: left;
  width: 50%;
  padding: 45px 50px;
  background: #373942;
  color: #d3d7e4;
  position: relative;
  height: 100%;
  line-height: 1.4;
  font-size: 18px;
  font-size: 18rem;
}
.hcp-hs-copy h2 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  font-size: 35px;
  font-size: 35rem;
}
.hcp-hs-copy h2 strong {
  font-weight: 300;
  color: #f8931e;
}
.hcp-hs-copy .footnote {
  position: absolute;
  bottom: 30px;
  left: 50px;
  right: 50px;
  color: #9496a2;
  font-size: 12px;
  font-size: 12rem;
}
.quotes-rotation {
  position: relative;
  height: 370px;
  margin: 0 -20px;
}
.quotes-rotation .slick-dots {
  margin: 0;
  bottom: 0;
  top: auto;
}
.quotes-rotation .slick-dots li {
  border-color: #373942;
}
.quotes-rotation .slick-dots li.slick-active {
  background-color: #373942;
}
.quotes-rotation .slick-prev, .quotes-rotation .slick-next {
  z-index: 30;
  width: auto;
  height: auto;
  opacity: 1;
  color: #373942;
  top: auto;
  bottom: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quotes-rotation .slick-prev:before, .quotes-rotation .slick-next:before {
  color: inherit;
  font-family: "Icons";
  line-height: 1;
  opacity: 1;
  font-size: 16px;
  font-size: 16rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quotes-rotation .slick-prev.slick-disabled, .quotes-rotation .slick-next.slick-disabled {
  opacity: 0.3;
}
.quotes-rotation .slick-prev {
  left: 20px;
}
.quotes-rotation .slick-prev:before {
  content: "\E004";
}
.quotes-rotation .slick-next {
  right: 20px;
}
.quotes-rotation .slick-next:before {
  content: "\E005";
}
.hcp-hs-quotes {
  float: right;
  width: 50%;
  padding: 140px 50px 45px;
  position: relative;
  font-size: 18px;
  font-size: 18rem;
}
.hcp-hs-quotes:before {
  position: absolute;
  top: 50px;
  left: 50px;
  display: block;
  content: "\E003";
  font-family: "Icons";
  font-size: 50px;
  font-size: 50rem;
}
.quote-item {
  padding: 0 20px;
}
.quote-item .quote-copy {
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 32px;
}
.quote-item .quote-source {
  font-weight: 600;
}
.modal-inner-table {
  display: table;
}
#modal-pill, #modal-patch, #modal-app {
  margin-top: -220px;
}
.learn-more-wrap {
  display: table-cell;
  padding: 55px 50px 55px 450px;
  position: relative;
  line-height: 1.5;
  height: 440px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 18rem;
}
.learn-more-wrap p + p {
  margin: 20px 0 0;
}
.learn-more-wrap h2 {
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 1;
  color: #f8931e;
  font-size: 35px;
  font-size: 35rem;
}
.learn-more-wrap blockquote {
  display: block;
  margin: 55px 0 25px;
  padding: 0 0 0 75px;
  position: relative;
  border: none;
  font-size: 16px;
  font-size: 16rem;
}
.learn-more-wrap blockquote:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "\E003";
  font-family: "Icons";
  font-style: normal;
  line-height: 1;
  font-size: 50px;
  font-size: 50rem;
}
.learn-more-wrap blockquote + .footnote {
  padding-left: 75px;
}
.learn-more-wrap .footnote {
  font-size: 12px;
  font-size: 12rem;
}
.learn-more-hero {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 395px;
  background-size: cover !important;
}
#modal-pill .learn-more-hero {
  background: url(../img/tech-modal-hero-pill.jpg) no-repeat center center;
}
#modal-patch .learn-more-hero {
  background: url(../img/tech-patch.jpg) no-repeat center center;
}
#modal-app .learn-more-hero {
  width: 444px;
  background: url(../img/tech-modal-hero-app.jpg) no-repeat center center;
}
#modal-portal {
  padding-bottom: 40px;
  margin-top: -290px;
}
#modal-portal .learn-more-wrap {
  height: 580px;
}
#modal-portal .learn-more-hero {
  width: 444px;
  background: url(../img/tech-modal-hero-portal.jpg) no-repeat top center;
  background-size: auto !important;
}
#modal-infographic {
  width: auto;
  height: auto;
  left: 10px;
  right: 10px;
  background: #373942;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#modal-infographic img {
  width: 100%;
}
#modal-infographic .modal-close:hover:before {
  color: #fff;
}
