@charset "UTF-8";
/*
========== INIT
*/
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
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;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * 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 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 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;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * 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: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.0.1
* Docs at http://davidtheclark.github.io/scut
*/
/*
========== BASE
*/
/* ===== UTILS ===== */
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
.button, .app-strip__next, .app-strip__prev, .media-content__view-larger-link:after, .leadership-bio__link--blog:before, .leadership-bio__link--media:before, .leadership-bio__link--twitter:before {
  display: inline-block;
}
.icons-sprite, .app-strip__next, .app-strip__prev, .media-content__view-larger-link:after, .leadership-bio__link--blog:before, .leadership-bio__link--media:before, .leadership-bio__link--twitter:before {
  background-image: url('../images/icons-s330c001d5f.png');
  background-repeat: no-repeat;
}

/* Slider */
.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-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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;
}
[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;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../css/fonts/slick.eot?1412718262');
  src: url('../../css/fonts/slick.eot?&1412718262#iefix') format("embedded-opentype"), url('../../css/fonts/slick.woff?1412718262') format("woff"), url('../../css/fonts/slick.ttf?1412718262') format("truetype"), url('../../css/fonts/slick.svg?1412718262#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -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;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  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-family: "slick";
  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 button:before {
  color: black;
  opacity: 0.75;
}

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: -webkit-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: -webkit-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%) 0 0;
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%) 0 0;
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%) 0 0;
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  /*-webkit-perspective: 1000px;*/
  /*perspective: 1000px;*/
  /*-webkit-perspective-origin: 50% 200%;*/
  /*perspective-origin: 50% 200%;*/
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*$breakpoints: add-breakpoint('tablet', 480px, true);*/
@media screen {
  head {
    font-family: 'usn-default';
  }
}
@media screen and (min-width: 640px) {
  head {
    font-family: "usn-mobile 640px";
  }
}
@media screen and (min-width: 768px) {
  head {
    font-family: "usn-desktop 768px";
  }
}
@media screen and (min-width: 940px) {
  head {
    font-family: "usn-site-width 940px";
  }
}
head {
  clear: both;
}
head title {
  font-family: "usn-mobile 640px, usn-desktop 768px, usn-site-width 940px";
}

/* ===== PROJECT ===== */
/* _____ VARIABLES _____ */
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
}
.link-list__item-link:before, .more-link:before, .dl-menuwrapper .dl-menu li a:before, .leadership-banner__title--rss:before, .leadership-banner__title--tweet:before, .social-media__item .icon--facebook:before, .social-media__item .icon--twitter:before, .social-media__item .icon--linkedin:before, .social-media__item .icon--rss:before, .social-media__item .icon--googleplus:before, .social-media__item .icon--youtube:before, .social-media__item .icon--email:before, .contact-means--phone:before, .office-content__phone:before, .contact-means--form:before, .sidebar-widget__title--tweet:before, .tweet--default .tweet__link:before, .twitter-banner__container:before, .icon--checkmark-in-circle:before, .icon--magnifying-glass-stubby:before, .icon--press-releases:before, .icon--award-cup:before, .icon--blog-feed:before, .icon--calendar:before, .toolbar__link--search, .form .field__search-group .submit--search, .video__link:after, .tabs--resources-tabs .tab-icon--featured:before, .tabs--resources-tabs .tab-icon--white-paper:before, .tabs--resources-tabs .tab-icon--datasheet:before, .tabs--resources-tabs .tab-icon--webinar:before, .tabs--resources-tabs .tab-icon--demo:before, .tabs--resources-tabs .tab-icon--chalktalk:before, .list--checked .list__item:before, .product-resources__item--datasheet:before, .product-resources__item--white-paper:before, .product-resources__item--webinar:before, .product-resources__item--demo:before, .product-resources__item--blog:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--warning:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--world-cog:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--touch-screen:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--org-chart:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--globe-with-lines:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--monitor-with-cursor:before, .search-area--category:before, .search-area--name:before, .trial-tile__title--cloud:before, .trial-tile__title--laptop:before, .trial-tile__title--server:before, .icon-box__title--onsite-training:before, .icon-box__title--online-training:before, .icon-box__title--free-training:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-list__item-link:before, .more-link:before, .dl-menuwrapper .dl-menu li a:before {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 4px;
  padding-right: 4px;
  content: "\e600";
}
.leadership-banner__title--rss, .leadership-banner__title--tweet {
  position: relative;
  padding-left: 34px;
}
.leadership-banner__title--rss:before, .leadership-banner__title--tweet:before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: -13px;
}
.leadership-banner__title--rss:before {
  content: "\e606";
}
.leadership-banner__title--tweet:before {
  content: "\e605";
}
.social-media__item .icon--facebook, .social-media__item .icon--twitter, .social-media__item .icon--linkedin, .social-media__item .icon--rss, .social-media__item .icon--googleplus, .social-media__item .icon--youtube, .social-media__item .icon--email {
  position: relative;
  padding-left: 32px;
  overflow: hidden;
  width: 0;
  height: 32px;
  display: inline-block;
}
.social-media__item .icon--facebook:before, .social-media__item .icon--twitter:before, .social-media__item .icon--linkedin:before, .social-media__item .icon--rss:before, .social-media__item .icon--googleplus:before, .social-media__item .icon--youtube:before, .social-media__item .icon--email:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  font-size: 2rem;
  z-index: 3;
}
.social-media__item .icon--facebook:after, .social-media__item .icon--twitter:after, .social-media__item .icon--linkedin:after, .social-media__item .icon--rss:after, .social-media__item .icon--googleplus:after, .social-media__item .icon--youtube:after, .social-media__item .icon--email:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background: #fff;
  content: '';
  z-index: 2;
}
.social-media__item .icon--facebook:before {
  content: "\e603";
  color: #365f9f;
}
.social-media__item .icon--twitter:before {
  content: "\e604";
  color: #2aa9df;
}
.social-media__item .icon--linkedin:before {
  content: "\e602";
  color: #066c9a;
}
.social-media__item .icon--rss:before {
  content: "\e601";
  color: #f4801f;
}
.social-media__item .icon--googleplus:before {
  content: "\e608";
  color: #db5342;
}
.social-media__item .icon--youtube:before {
  content: "\e607";
  color: #ec3437;
}
.social-media__item .icon--email:before {
  content: "\e625";
  color: #ad0000;
}
.contact-means--phone, .office-content__phone, .contact-means--form {
  position: relative;
}
.contact-means--phone:before, .office-content__phone:before, .contact-means--form:before {
  position: absolute;
  top: 50%;
  color: #4db7ca;
}
.contact-means--phone:before, .office-content__phone:before {
  font-size: 55px;
  font-size: 3.4375rem;
  left: 0;
  margin-top: -28px;
  content: '\e60a';
}
.contact-means--form:before {
  font-size: 25px;
  font-size: 1.5625rem;
  left: 34px;
  margin-top: -12px;
  content: '\e609';
}
.sidebar-widget__title--tweet:before, .tweet--default .tweet__link:before, .twitter-banner__container:before {
  font-size: 30px;
  font-size: 1.875rem;
  content: '\e60b';
  margin-top: -16.66667px;
}
.sidebar-widget__title--tweet, .tweet--default .tweet__link {
  padding-left: 45px;
  padding-left: 2.8125rem;
  position: relative;
}
.sidebar-widget__title--tweet:before, .tweet--default .tweet__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  color: #ccc;
}
.icon--checkmark-in-circle, .icon--magnifying-glass-stubby, .icon--press-releases, .icon--award-cup, .icon--blog-feed, .icon--calendar {
  padding-left: 54px;
  padding-left: 3.375rem;
  position: relative;
}
.icon--checkmark-in-circle:before, .icon--magnifying-glass-stubby:before, .icon--press-releases:before, .icon--award-cup:before, .icon--blog-feed:before, .icon--calendar:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: #8c8888;
}
.icon--checkmark-in-circle:before {
  font-size: 44px;
  content: '\e60e';
}
.icon--magnifying-glass-stubby:before {
  content: '\e60d';
  font-size: 55px;
}
.icon--press-releases:before {
  content: '\e610';
  font-size: 36px;
}
.icon--award-cup:before {
  content: '\e612';
  font-size: 36px;
}
.icon--blog-feed:before {
  content: "\e601";
  font-size: 36px;
}
.icon--calendar:before {
  content: '\e611';
  font-size: 36px;
}
.toolbar__link--search, .form .field__search-group .submit--search {
  width: 20px;
  color: transparent;
}
.toolbar__link--search:before, .form .field__search-group .submit--search:before {
  font-size: 18px;
  content: '\e60c';
  color: #8c8888;
}
.video__link {
  position: relative;
  display: block;
}
.video__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background: #666;
  content: '';
  opacity: .6;
  z-index: 2;
}
.video__link:hover:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  opacity: .2;
}
.video__link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  content: '\e620';
  color: #fff;
  font-size: 80px;
  z-index: 3;
}
.video__link:hover:after {
  background: none;
  opacity: 1;
}
.resource-item__thumbnail-pane .video__link:before, .step-tile__sidebar-content .video__link:before {
  margin-top: -19px;
  margin-left: -19px;
  width: 38px;
  height: 38px;
}
.resource-item__thumbnail-pane .video__link:hover:before, .step-tile__sidebar-content .video__link:hover:before {
  width: auto;
  height: auto;
  margin: 0;
}
.resource-item__thumbnail-pane .video__link:after, .step-tile__sidebar-content .video__link:after {
  margin-top: -20px;
  margin-left: -20px;
  font-size: 40px;
}
.tabs--resources-tabs .tab-icon--featured, .tabs--resources-tabs .tab-icon--white-paper, .tabs--resources-tabs .tab-icon--datasheet, .tabs--resources-tabs .tab-icon--webinar, .tabs--resources-tabs .tab-icon--demo, .tabs--resources-tabs .tab-icon--chalktalk {
  position: relative;
}
.tabs--resources-tabs .tab-icon--featured:before, .tabs--resources-tabs .tab-icon--white-paper:before, .tabs--resources-tabs .tab-icon--datasheet:before, .tabs--resources-tabs .tab-icon--webinar:before, .tabs--resources-tabs .tab-icon--demo:before, .tabs--resources-tabs .tab-icon--chalktalk:before {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 28px;
  margin-top: -14px;
}
.tabs--resources-tabs .tab-icon--featured:before {
  content: '\e613';
}
.tabs--resources-tabs .tab-icon--white-paper:before {
  content: '\e615';
}
.tabs--resources-tabs .tab-icon--datasheet:before {
  content: '\e616';
}
.tabs--resources-tabs .tab-icon--webinar:before {
  content: '\e617';
}
.tabs--resources-tabs .tab-icon--demo:before {
  content: '\e614';
}
.tabs--resources-tabs .tab-icon--chalktalk:before {
  content: '\e618';
}
.list--checked .list__item:before {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  color: #fff;
  font-size: 15px;
  background: #0290a9;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  content: '\e61a';
}
.product-resources__item--datasheet:before, .product-resources__item--white-paper:before, .product-resources__item--webinar:before, .product-resources__item--demo:before, .product-resources__item--blog:before {
  margin-top: 2px;
  margin-left: -48px;
  background: 0;
  width: auto;
  height: auto;
  color: #0290a9;
  font-size: 40px;
}
.product-resources__item--datasheet:before {
  content: '\e61c';
}
.product-resources__item--white-paper:before {
  content: '\e61d';
}
.product-resources__item--webinar:before {
  margin-left: -55px;
  content: '\e61e';
}
.product-resources__item--demo:before {
  margin-left: -53px;
  content: '\e624';
}
.product-resources__item--blog:before {
  margin-left: -53px;
  content: '\e62f';
}
.tabs--icon-tabs .tab-nav__item-link.tab-icon--warning:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--world-cog:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--touch-screen:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--org-chart:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--globe-with-lines:before, .tabs--icon-tabs .tab-nav__item-link.tab-icon--monitor-with-cursor:before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -28px;
  color: inherit;
  background: 0;
  width: auto;
  height: auto;
  font-size: 56px;
}
.tabs--icon-tabs .tab-nav__item-link.tab-icon--warning:before {
  content: '\e61f';
}
.tabs--icon-tabs .tab-nav__item-link.tab-icon--world-cog:before {
  content: '\e619';
}
.tabs--icon-tabs .tab-nav__item-link.tab-icon--touch-screen:before {
  content: '\e61b';
}
.tabs--icon-tabs .tab-nav__item-link.tab-icon--org-chart:before {
  content: '\e629';
}
.tabs--icon-tabs .tab-nav__item-link.tab-icon--globe-with-lines:before {
  content: '\e62a';
}
.tabs--icon-tabs .tab-nav__item-link.tab-icon--monitor-with-cursor:before {
  content: '\e62b';
}
.search-area--category:before, .search-area--name:before {
  position: absolute;
  top: 42px;
  left: 30px;
  color: #fff;
  font-size: 60px;
}
.search-area--category:before {
  content: '\e621';
}
.search-area--name:before {
  content: '\e623';
}
.trial-tile__title--cloud:before, .trial-tile__title--laptop:before, .trial-tile__title--server:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  font-size: 46px;
}
.trial-tile__title--cloud:before {
  content: '\e627';
}
.trial-tile__title--laptop:before {
  font-size: 38px;
  content: '\e626';
}
.trial-tile__title--server:before {
  bottom: 5px;
  font-size: 42px;
  content: '\e628';
}
.icon-box__title--onsite-training:before, .icon-box__title--online-training:before, .icon-box__title--free-training:before {
  display: block;
  margin: 0 auto 12px;
  color: #5c5757;
  font-size: 40px;
}
.icon-box__title--onsite-training:before {
  content: '\e62c';
}
.icon-box__title--online-training:before {
  content: '\e62e';
}
.icon-box__title--free-training:before {
  content: '\e62d';
}
/* _____ PROJECT HELPERS _____ */
nav ul, .social-media__list, .grid__list, .app-strip__list, .link-list, .leadership-strip__list, .pr-list, .form .parsley-errors-list, .sdks__list, .leadership-bio__link-list, .awards-list, .events-list, .tweet-list, .resources__list, .table--download ul, .trial-tiles__list, .quote-banner .slick-dots, .block-list__list, .reseller-steps__list, .reseller-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul > li:before, .social-media__list > li:before, .grid__list > li:before, .app-strip__list > li:before, .link-list > li:before, .leadership-strip__list > li:before, .pr-list > li:before, .form .parsley-errors-list > li:before, .sdks__list > li:before, .leadership-bio__link-list > li:before, .awards-list > li:before, .events-list > li:before, .tweet-list > li:before, .resources__list > li:before, .table--download ul > li:before, .trial-tiles__list > li:before, .quote-banner .slick-dots > li:before, .block-list__list > li:before, .reseller-steps__list > li:before, .reseller-results__list > li:before {
  content: none;
}
.h-jumbo-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  line-height: 4.5rem;
  font-weight: 300;
  font-style: normal;
}
h1, .h-main-heading, .banner__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 16px;
}
h2, .h-sub-heading {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  font-style: normal;
  margin-top: 28px;
  margin-bottom: 16px;
}
.h-column-heading, .h-icon-heading, .callout-box__title, .image-tile__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 39.2px;
  line-height: 2.45rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 25px;
}
h3, .h-section-heading, .h-section-heading--natural, .h-section-heading--subdued, .banner__subtitle, .leadership-banner__title, .leadership-team__title, .media-contact__region, .icon-tabs__tab-content-title, .icon-box__title, .rich-menu__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-weight: 800;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #ae0000;
  letter-spacing: .125em;
}
h4, .h-block-heading {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
}
.sidebar-widget__title, .promo-tile__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.sdk-tile, .promo-tile {
  background: #4db7ca;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.sdk-tile__content, .promo-tile__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
.sdk-tile__link, .promo-tile__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
}
.sdk-tile__link, .promo-tile__link, .sdk-tile__link:visited, .promo-tile__link:visited {
  color: #fff;
}
.sdk-tile__link:hover, .promo-tile__link:hover, .sdk-tile__link:active, .promo-tile__link:active {
  color: #fff;
}
.sdk-tile__link:before, .promo-tile__link:before {
  padding-right: 8px;
}
.sdk-group__title-container, .trial-tile-group__title-container {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  height: 30px;
}
.sdk-group__title-container:before, .trial-tile-group__title-container:before, .sdk-group__title-container:after, .trial-tile-group__title-container:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 1px;
  background: #999;
  content: '';
}
.sdk-group__title-container:before, .trial-tile-group__title-container:before {
  left: 0;
}
.sdk-group__title-container:after, .trial-tile-group__title-container:after {
  right: 0;
}
/* _____ GLOBAL DEFAULTS _____ */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  background-color: #5c5757;
}

body {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  background: #5c5757;
  width: 100%;
  color: #5c5757;
  min-height: 100%;
  padding-top: 75px;
}
@media (min-width: 640px) {
  body {
    padding-top: 100px;
  }
}
body.landing {
  background: #ddd;
}
body.no-header {
  padding-top: 0;
}

.h-icon-heading {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 29px;
  line-height: 1.8125rem;
  margin-bottom: 26px;
}
.h-icon-heading br {
  display: none;
}
@media (min-width: 640px) {
  .h-icon-heading br {
    display: inline;
  }
}

.h-icon-heading--icon-emphasis {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}
.h-icon-heading--icon-emphasis:before {
  color: #4db7ca;
}

.h-section-heading--natural {
  text-transform: none;
}

.h-section-heading--subdued {
  color: #4db7ca;
  margin-bottom: 0;
}

.h-area-heading {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  color: #0290a9;
  text-transform: uppercase;
}

a, a:visited {
  color: #0290a9;
  text-decoration: none;
}

a:hover, a:active {
  color: #ae0000;
}

ul {
  padding-left: 32px;
  padding-left: 2rem;
  list-style: none;
}
ul li:before {
  margin-top: 8px;
  margin-left: -15px;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  content: '';
  background: #b7b3b3;
  position: absolute;
}

ol {
  padding-left: 1.5em;
}
ol > li {
  margin-bottom: 10px;
  line-height: 1.4em;
}

pre {
  background: #fff;
  padding: 10px;
}

p {
  margin: 0 0 20px;
}

img {
  max-width: 100%;
}

input[type="search"] {
  box-sizing: border-box;
}

/*
========== COMPONENTS
*/
.media-object {
  display: block;
  overflow: hidden;
  clear: both;
}

.media-object .media__img {
  float: left;
  margin-right: 1em;
}

.media-object .media__body {
  overflow: hidden;
}

.button, .button:visited, .newsletter-form input[type="submit"], .button--accent, .button--accent:visited, .button--subdued, .button--subdued:visited {
  padding: 8px 17px 6px;
}
.button, .button:visited, .newsletter-form input[type="submit"], .button--accent, .button--accent:visited, .button--subdued, .button--subdued:visited, .button--accent-small, .button--accent-small:visited, .button--subdued-small, .button--subdued-small:visited, .button--small, .button--small:visited, .button--accent-large, .button--accent-large:visited, .product-feature__button--premium, .product-feature__button--premium:visited, .button--subdued-large, .button--subdued-large:visited, .product-feature__button--simple-alpha, .product-feature__button--simple-alpha:visited, .product-feature__button--simple-beta, .product-feature__button--simple-beta:visited, .button--large, .button--large:visited, .product-feature__button--basic, .product-feature__button--basic:visited, .product-feature__button--simple, .product-feature__button--simple:visited {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border-radius: 4px;
  border: 0;
  background-clip: padding-box;
  background-color: #0290a9;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.button:hover, .button:active, .button-menu__container:hover .button {
  background-color: #4db7ca;
  color: #fff;
}
.newsletter-form input[type="submit"], .button--accent, .button--accent:visited, .button--accent-small, .button--accent-small:visited, .button--accent-large, .button--accent-large:visited, .product-feature__button--premium, .product-feature__button--premium:visited {
  background-color: #ae0000;
}
.button--accent:hover, .button--accent:active, .button--accent-small:hover, .button--accent-small:active, .button--accent-large:hover, .button--accent-large:active, .product-feature__button--premium:hover, .product-feature__button--premium:active {
  background-color: #d50000;
  color: #fff;
}
.button--subdued:hover, .button--subdued:active, .button--subdued-small:hover, .button--subdued-small:active, .button--subdued-large:hover, .button--subdued-large:active {
  background-color: #d3d3d3;
  color: #fff;
}
.button--subdued, .button--subdued:visited, .button--subdued-small, .button--subdued-small:visited, .button--subdued-large, .button--subdued-large:visited {
  background-color: #bbb;
}
.product-feature__button--simple-alpha:hover, .product-feature__button--simple-alpha:active {
  background-color: #58d2e8;
  color: #fff;
}
.product-feature__button--simple-alpha, .product-feature__button--simple-alpha:visited {
  background-color: #4db7ca;
}
.product-feature__button--simple-beta:hover, .product-feature__button--simple-beta:active {
  background-color: #0290a9;
  color: #fff;
}
.product-feature__button--simple-beta, .product-feature__button--simple-beta:visited {
  background-color: #084c62;
}
.button--accent-small, .button--accent-small:visited, .button--subdued-small, .button--subdued-small:visited, .button--small, .button--small:visited {
  padding: 6px 8px 5px;
}
.button--accent-small, .button--accent-small:visited, .button--subdued-small, .button--subdued-small:visited, .button--small, .button--small:visited {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
}
.button--accent-large, .button--accent-large:visited, .product-feature__button--premium, .product-feature__button--premium:visited, .button--subdued-large, .button--subdued-large:visited, .product-feature__button--simple-alpha, .product-feature__button--simple-alpha:visited, .product-feature__button--simple-beta, .product-feature__button--simple-beta:visited, .button--large, .button--large:visited, .product-feature__button--basic, .product-feature__button--basic:visited, .product-feature__button--simple, .product-feature__button--simple:visited {
  padding: 13px 30px 12px;
}
.button--accent-large, .button--accent-large:visited, .product-feature__button--premium, .product-feature__button--premium:visited, .button--subdued-large, .button--subdued-large:visited, .product-feature__button--simple-alpha, .product-feature__button--simple-alpha:visited, .product-feature__button--simple-beta, .product-feature__button--simple-beta:visited, .button--large, .button--large:visited, .product-feature__button--basic, .product-feature__button--basic:visited, .product-feature__button--simple, .product-feature__button--simple:visited {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
}
@media (min-width: 768px) {
  .button--fit-container, .button--fit-container:visited {
    width: 100%;
    text-align: center;
  }
}
/*
========== SPECIFICS
*/
/* _____ SPECIFICS _____ */
.row {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }
}

.main--site {
  background: #fff;
  position: relative;
  z-index: 1;
}

.content-channel {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .content-channel {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    padding-top: 75px;
    padding-bottom: 48px;
  }
  body.downloads .content-channel {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
  }
  body.landing .content-channel {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}
body.landing .content-channel {
  padding-top: 35px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.landing .content-channel {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .sidebar-channel {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    padding-top: 48px;
  }
  body.downloads .sidebar-channel {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
  .sidebar-channel .sidebar-channel__container {
    margin-left: 60px;
  }
  body.downloads .sidebar-channel .sidebar-channel__container {
    margin-left: 0;
  }
}

.form-channel {
  padding-top: 35px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .form-channel {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}

/* Site Header Styles */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 0;
  z-index: 10;
}

.site-header__background {
  position: fixed;
  z-index: 3;
  width: 100%;
  background: #fff;
  top: 0;
  height: 75px;
  -webkit-transition: height 0 ease;
          transition: height 0 ease;
  border-bottom: 2px solid #8c8888;
}
@media (min-width: 640px) {
  .site-header__background {
    height: 100px;
    border-bottom: 0;
  }
  .stick-header .site-header__background {
    height: 84px;
  }
}

.site-header__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  height: 0;
}
.site-header__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .site-header__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-id {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 8;
  -webkit-transition: top 0 ease;
          transition: top 0 ease;
}
@media (min-width: 940px) {
  .site-id {
    top: 41px;
    left: 0;
  }
  .stick-header .site-id {
    top: 31px;
  }
}

.site-id__logo {
  display: block;
  width: 181px;
  height: 44px;
}

.content__jump-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.site-toolbar {
  float: right;
  margin-top: 12px;
  font-size: 0;
  display: none;
}
@media (min-width: 640px) {
  .site-toolbar {
    display: block;
  }
}

.toolbar__list-item {
  display: inline-block;
  margin-left: 8px;
}
.toolbar__list-item .button {
  letter-spacing: .1em;
}

.toolbar__link {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}
.toolbar__link, .toolbar__link:visited {
  color: #8c8888;
}

.toolbar__list-item--search {
  position: relative;
  padding-left: 8px;
  border-left: 1px solid #8c8888;
}
.toolbar__list-item--search.search-interface-open {
  padding-left: 156px;
}

.toolbar__link--search {
  color: transparent;
  position: relative;
  width: 28px;
  height: 25px;
  background: #fff;
  z-index: 3;
}
.ie8 .toolbar__link--search {
  font-size: 0;
  top: -16px;
}
.toolbar__link--search:hover {
  color: transparent;
}
.toolbar__link--search:before {
  position: absolute;
  top: 0;
  right: 8px;
}

.toolbar__search-interface {
  position: absolute;
  top: 0;
  left: 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  display: none;
}
.search-interface-open .toolbar__search-interface {
  display: block;
}

.toolbar__search-field {
  width: 140px;
}

.section-nav__link, .subsection-nav--horizontal .subsection-nav__item-link, .section-nav__link:visited, .subsection-nav--horizontal .subsection-nav__item-link:visited {
  color: #ccc;
}
.section-nav__link:hover, .subsection-nav--horizontal .subsection-nav__item-link:hover, .section-nav__link:active, .subsection-nav--horizontal .subsection-nav__item-link:active {
  color: #fff;
}
.section-nav__list-item--active .section-nav__link, .subsection-nav--horizontal .subsection-nav__list-item--active .subsection-nav__item-link {
  color: #fff;
}
.section-nav__list-item, .subsection-nav--horizontal .subsection-nav__list-item {
  border-bottom: 5px solid #8c8888;
}
.section-nav__list-item--active, .subsection-nav--horizontal .subsection-nav__list-item--active {
  border-bottom-color: #ae0000;
}
/* Site Nav Styles */
.site-navigation__wrapper {
  position: fixed;
  width: 100%;
  z-index: 8;
  top: 0;
  display: none;
}
@media (min-width: 640px) {
  .site-navigation__wrapper {
    display: block;
  }
}

.site-navigation {
  position: fixed;
  width: 100%;
  top: 59px;
  -webkit-transition: top 0 ease;
          transition: top 0 ease;
  height: 0;
}
.stick-header .site-navigation {
  top: 49px;
}

.site-navigation__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  height: 0;
}
.site-navigation__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .site-navigation__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-collapse {
  width: 100%;
}
@media (min-width: 640px) {
  .nav-collapse {
    width: auto;
    float: right;
  }
}

.nav-collapse .site-nav__list {
  width: 100%;
}
@media (min-width: 640px) {
  .nav-collapse .site-nav__list {
    width: auto;
    float: right;
  }
}

.nav-collapse .site-nav__list-item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 11px;
  padding-right: 11px;
  height: 41px;
  float: left;
}

.site-nav__list-item--has-rich-menu.hover, html.no-touch .site-nav__list-item--has-rich-menu:hover {
  background: #0290a9;
  border-radius: 4px 4px 0 0;
}
.site-nav__list-item--has-rich-menu.hover .site-nav__link, html.no-touch .site-nav__list-item--has-rich-menu:hover .site-nav__link {
  color: #fff;
}

.site-nav__link, .site-nav__link:visited {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 29px;
  line-height: 1.8125rem;
  color: #fff;
  display: block;
}
@media (min-width: 640px) {
  .site-nav__link, .site-nav__link:visited {
    color: #5c5757;
  }
}
.site-nav__link:hover, .site-nav__link:active, .site-nav__list-item--active > .site-nav__link {
  color: #ddd;
}
@media (min-width: 640px) {
  .site-nav__link:hover, .site-nav__link:active, .site-nav__list-item--active > .site-nav__link {
    color: #ae0000;
  }
}

.nav-toggle {
  text-indent: -32000em;
  direction: ltr;
  position: absolute;
  top: 0;
  right: 12px;
  padding-left: 1.625rem;
  margin-left: 0.5rem;
  z-index: 12;
}
.nav-toggle:before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.625rem;
  height: 1.25rem;
  border-top: 0.75rem double #ae0000;
  border-bottom: 0.25rem solid #ae0000;
}
.nav-toggle.active:before {
  border-color: #fff;
}

.section-nav__wrapper {
  background-color: #5c5757;
  border-bottom: 5px solid #8c8888;
  position: fixed;
  z-index: 5;
  width: 100%;
  min-height: 37px;
  top: 75px;
  -webkit-transition: top 0 ease;
          transition: top 0 ease;
  display: none;
}
@media (min-width: 640px) {
  .section-nav__wrapper {
    display: block;
    top: 100px;
  }
  .stick-header .section-nav__wrapper {
    top: 84px;
  }
}

.section-nav__divider {
  position: fixed;
  width: 100%;
  z-index: 5;
  border-top: 2px solid #8c8888;
  display: none;
}
.show-section-nav-divider .section-nav__divider {
  top: 100px;
}
@media (min-width: 768px) {
  .show-section-nav-divider .section-nav__divider {
    display: block;
  }
}
.stick-header .section-nav__divider {
  top: 84px;
}
@media (min-width: 768px) {
  .stick-header .section-nav__divider {
    display: block;
  }
}

.section-nav__placeholder {
  height: 37px;
  background: #fff;
  display: none;
}
@media (min-width: 640px) {
  .section-nav__placeholder {
    display: block;
  }
}

.section-nav__placeholder--products {
  height: 45px;
}

.section-nav__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.section-nav__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .section-nav__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 640px) {
  .section-nav__container .nav-collapse {
    overflow: visible;
  }
}

.nav-collapse .section-nav__list {
  width: 100%;
}
@media (min-width: 640px) {
  .nav-collapse .section-nav__list {
    width: auto;
    float: right;
  }
}

.section-nav__list-item {
  margin-bottom: -5px;
  margin-left: 16px;
  float: left;
  width: auto;
}
.section-nav__list-item:first-child {
  margin-left: 0;
}

.section-nav__link, .section-nav__link:visited {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  display: inline-block;
  padding: 11px 0 8px;
}

.section-nav__wrapper--products {
  background-color: #ddd;
  border-bottom: 0;
}
.section-nav__wrapper--products:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: #eee;
  content: '';
}
.section-nav__wrapper--products .section-nav__list-item {
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: 0;
}
.section-nav__wrapper--products .section-nav__link {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 9px;
  border-top: 5px solid #eee;
  border-bottom: 0;
  margin-bottom: 0;
}
.section-nav__wrapper--products .section-nav__link, .section-nav__wrapper--products .section-nav__link:visited {
  color: #5c5757;
}
.section-nav__wrapper--products .section-nav__list-item--active .section-nav__link {
  background-color: #5c5757;
  border-top-color: #ae0000;
  color: #fff;
}

.subsection-nav__list-item {
  border-bottom: 1px solid #ddd;
}

.subsection-nav__item-link {
  display: inline-block;
  padding: 8px 0;
}
.subsection-nav__list-item--active .subsection-nav__item-link {
  color: #ae0000;
}

.subsection-nav__wrapper {
  position: relative;
  display: none;
}
@media (min-width: 640px) {
  .subsection-nav__wrapper {
    display: block;
  }
}
.subsection-nav__wrapper:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 5px;
  background: #8c8888;
}

.subsection-nav__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.subsection-nav__container:after {
  content: " ";
  display: block;
  clear: both;
}

.subsection-nav--horizontal {
  position: relative;
  z-index: 2;
}
.subsection-nav--horizontal .subsection-nav__list {
  display: table;
}
.subsection-nav--horizontal .subsection-nav__list-item {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.subsection-nav--horizontal .subsection-nav__item-link {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  text-align: center;
  padding: 11px 8px;
}
@media (min-width: 768px) {
  .subsection-nav--horizontal .subsection-nav__item-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.subsection-nav--horizontal .subsection-nav__item-link:after {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: #747070;
  content: '';
}
.subsection-nav--horizontal .subsection-nav__list-item--omega .subsection-nav__item-link:after {
  display: none;
}
.subsection-nav--horizontal .subsection-nav__list-item--active .subsection-nav__item-link {
  color: #fff;
}
.subsection-nav--horizontal .subsection-nav__list-item--button {
  white-space: nowrap;
  padding-right: 5px;
  display: none;
}
@media (min-width: 940px) {
  .subsection-nav--horizontal .subsection-nav__list-item--button {
    display: table-cell;
  }
}
.subsection-nav--horizontal .subsection-nav__list-item--button .button {
  margin-left: 12px;
}

/* Site Footer Styles */
.site-footer {
  padding-top: 35px;
  padding-top: 2.1875rem;
  background-color: #5c5757;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}
body.landing .site-footer {
  background-color: #ddd;
}
@media (min-width: 768px) {
  body.landing .site-footer {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}

.contact-details, .footer-navigation, .footer-links {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.contact-details:after, .footer-navigation:after, .footer-links:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .contact-details, .footer-navigation, .footer-links {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-details {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
body.landing .contact-details {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.contact-area--phone {
  text-align: center;
}
@media (min-width: 768px) {
  .contact-area--phone {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 940px) {
  .contact-area--phone {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    text-align: left;
  }
}

.contact-area--form {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-area--form {
    width: 48.93617%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  .contact-area--form {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    text-align: left;
  }
}

.contact-area--logo {
  text-align: center;
}
@media (min-width: 640px) {
  .contact-area--logo {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .contact-area--social {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  .contact-area--social {
    width: 40.42553%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  body.landing .contact-area--social {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

.contact-means--phone, .contact-means--phone:visited, .contact-means--form, .contact-means--form:visited {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30.8px;
  line-height: 1.925rem;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}

.contact-means--phone {
  padding-left: 55px;
  padding-left: 3.4375rem;
}
@media (min-width: 940px) {
  .contact-means--phone {
    display: block;
  }
  .contact-means--phone:after {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    content: '';
    border-left: 1px solid #696969;
  }
}

.contact-means--form {
  padding-left: 77px;
  padding-left: 4.8125rem;
}

.newsletter-form input {
  width: 100%;
  margin-bottom: 6px;
}
.newsletter-form input[type="email"] {
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #ddd;
  border: 0;
  padding: 4px 8px;
}
.newsletter-form input[type="email"]::-webkit-input-placeholder {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #5c5757;
}
.newsletter-form input[type="email"]::-moz-placeholder {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #5c5757;
}
.newsletter-form input[type="email"]:-ms-input-placeholder {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #5c5757;
}
.newsletter-form input[type="submit"] {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 0;
}

.newsletter-form__lead {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  color: #ddd;
}

.footer-navigation {
  padding-top: 40px;
  padding-top: 2.5rem;
  border-top: 1px solid #696969;
}

.footer-nav__section {
  padding-left: 60px;
  padding-right: 60px;
  text-align: left;
}
@media (min-width: 640px) {
  .footer-nav__section {
    width: 31.91489%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-nav__section:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .footer-nav__section:nth-child(3n + 2) {
    margin-left: 34.04255%;
    margin-right: -100%;
    clear: none;
  }
  .footer-nav__section:nth-child(3n + 3) {
    margin-left: 68.08511%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .footer-nav__section {
    padding-left: 0;
    padding-right: 0;
    width: 14.89362%;
    float: left;
  }
  .footer-nav__section:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .footer-nav__section:nth-child(6n + 2) {
    margin-left: 17.02128%;
    margin-right: -100%;
    clear: none;
  }
  .footer-nav__section:nth-child(6n + 3) {
    margin-left: 34.04255%;
    margin-right: -100%;
    clear: none;
  }
  .footer-nav__section:nth-child(6n + 4) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
  .footer-nav__section:nth-child(6n + 5) {
    margin-left: 68.08511%;
    margin-right: -100%;
    clear: none;
  }
  .footer-nav__section:nth-child(6n + 6) {
    margin-left: 85.10638%;
    margin-right: -100%;
    clear: none;
  }
}

.footer-nav__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 13px;
}

.footer-nav__list {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.footer-nav__item {
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15.6px;
  line-height: 0.975rem;
}

.footer-nav__link, .footer-nav__link:visited {
  color: #ddd;
}
.footer-nav__link:hover, .footer-nav__link:active, .footer-nav__link:focus {
  color: #ddd;
  text-decoration: underline;
}

.footer-links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #696969;
  text-align: left;
  color: #b2b2b2;
}
body.landing .footer-links {
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top-color: #ccc;
}
@media (min-width: 640px) {
  body.landing .footer-links {
    margin-top: 0;
  }
}
.footer-links a {
  color: inherit;
  display: inline-block;
  margin-left: 22px;
}
.footer-links a:hover, .footer-links a:active, .footer-links a:focus {
  color: #b2b2b2;
  text-decoration: underline;
}

.social-media__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
@media (min-width: 940px) {
  .social-media__list {
    margin-top: 0;
    text-align: right;
  }
}
@media (min-width: 640px) {
  body.landing .social-media__list {
    margin-top: 0;
    text-align: right;
  }
}

.social-media__list--banner {
  text-align: left;
}

.social-media__item {
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
}
.social-media__item:first-child {
  margin-left: 0;
}

/* Button Styles */
.button-list .button {
  margin-bottom: 8px;
  margin-left: 8px;
}
.button-list .button:first-child {
  margin-left: 0;
}

.two-column__wrapper, .three-column__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.tab-content > .two-column__wrapper, .mast__content-pane > .two-column__wrapper, .layer--basic > .two-column__wrapper, .tab-content > .three-column__wrapper, .mast__content-pane > .three-column__wrapper, .layer--basic > .three-column__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.two-column__container, .three-column__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.two-column__container:after, .three-column__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .two-column__container, .three-column__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .two-column__container > .column--1 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}
.two-column__container > .column--2 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .two-column__container > .column--2 {
    width: 48.93617%;
    float: right;
    margin-right: 0;
    padding-top: 0;
  }
}
.column__content .two-column__container > .column--2, .banner__container .two-column__container > .column--2 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .two-column__container.two-column__container--reversed > .column--2 {
    margin-right: 0;
    margin-left: -100%;
    float: left;
  }
}

@media (min-width: 768px) {
  .two-column__container--5-1-6 > .column--1 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    margin-right: 8.51064%;
  }
}
@media (min-width: 768px) {
  .two-column__container--5-1-6 > .column--2 {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .two-column__container--5-1-6.two-column__container--reversed > .column--1 {
    margin-left: 51.06383%;
    margin-right: 0%;
  }
}

@media (min-width: 768px) {
  .two-column__container--6-1-5 > .column--1 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    margin-right: 8.51064%;
  }
}
@media (min-width: 768px) {
  .two-column__container--6-1-5 > .column--2 {
    width: 40.42553%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .two-column__container--6-1-5.two-column__container--reversed > .column--1 {
    margin-left: 51.06383%;
    margin-right: 0%;
  }
}

@media (min-width: 768px) {
  .two-column__container--5-7 > .column--1 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .two-column__container--5-7 > .column--2 {
    width: 57.44681%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .two-column__container--5-7.two-column__container--reversed > .column--1 {
    margin-left: 59.57447%;
  }
}

@media (min-width: 768px) {
  .two-column__container--7-5 > .column--1 {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .two-column__container--7-5 > .column--2 {
    width: 40.42553%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .two-column__container--7-5.two-column__container--reversed > .column--1 {
    margin-left: 42.55319%;
  }
}

@media (min-width: 768px) {
  .two-column__container--5-2-5 > .column--1 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    margin-right: 17.02128%;
  }
}
@media (min-width: 768px) {
  .two-column__container--5-2-5 > .column--2 {
    width: 40.42553%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .two-column__container--4-1-4 > .column--1 {
    width: 42.85714%;
    float: left;
    margin-right: 2.85714%;
    margin-right: 11.42857%;
  }
  .two-column__container--4-1-4 > .column--2 {
    width: 42.85714%;
    float: right;
    margin-right: 0;
  }
}

.two-column__wrapper--form-wrapper {
  margin-bottom: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.two-column__container--form-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .two-column__container--form-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .two-column__container--form-wrapper.footer-submit, .two-column__container--form-wrapper.footer-submit--large {
    padding-bottom: 100px;
  }
  .two-column__container--form-wrapper.footer-submit .form-actions, .two-column__container--form-wrapper.footer-submit--large .form-actions {
    right: 8.51064%;
  }
}
@media (min-width: 768px) {
  .two-column__container--form-wrapper > .column--1 {
    margin-left: 8.51064%;
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .two-column__container--form-wrapper > .column--2 {
    margin-left: 17.02128%;
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 768px) {
  .three-column__container > .column--1 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 640px) {
  .divided-columns .three-column__container > .column--1 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}
.three-column__container > .column--2 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .three-column__container > .column--2 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .divided-columns .three-column__container > .column--2 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    padding-top: 0;
  }
}
.three-column__container > .column--3 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .three-column__container > .column--3 {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .divided-columns .three-column__container > .column--3 {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    padding-top: 0;
  }
}

.column-lead {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
.column-lead:after {
  content: " ";
  display: block;
  clear: both;
}

.column__footer {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .column__footer {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.icon-box-columns .column__footer {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .column__footer-placeholder {
    height: 55px;
  }
}

.bounded-columns {
  margin-top: 36px;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 0;
  padding-bottom: 0;
}
.bounded-columns.bounded-columns--isolated {
  padding-bottom: 75px;
}
.bounded-columns .three-column__column {
  background: #fff;
  border-radius: 5px;
}
.bounded-columns .three-column__column .column__content {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.bounded-columns .three-column__container > .column--2, .bounded-columns .three-column__container > .column--3 {
  padding-top: 0;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .bounded-columns .three-column__container {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: none;
  }
  .bounded-columns .three-column__container:after {
    display: none;
  }
  .bounded-columns .three-column__container > .column--1, .bounded-columns .three-column__container > .column--2, .bounded-columns .three-column__container > .column--3 {
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    margin-top: 0;
    float: none;
    display: table-cell;
    position: relative;
  }
  .bounded-columns .three-column__container > .column--1:before, .bounded-columns .three-column__container > .column--2:before, .bounded-columns .three-column__container > .column--3:before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    background: #fff;
    border-radius: 5px;
    content: '';
  }
}

.icon-box-columns .three-column__column > .column__content, .icon-box-columns .two-column__column > .column__content {
  padding-bottom: 0;
}

.divided-columns {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 640px) {
  .divided-columns:before, .divided-columns:after {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ddd;
    width: 1px;
    content: '';
  }
}
.divided-columns.three-column__wrapper:before {
  left: 32.97872%;
}
.divided-columns.three-column__wrapper:after {
  right: 32.97872%;
}
.divided-columns.two-column__wrapper:before {
  left: 50%;
}
.divided-columns.two-column__wrapper:after {
  display: none;
}
.divided-columns .column__content {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) {
  .divided-columns .column--1 .column__content {
    padding-left: 0;
  }
  .divided-columns .three-column__column.column--3 .column__content, .divided-columns .two-column__column.column--2 .column__content {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .spaced-columns .column__content {
    padding-left: 32px;
    padding-right: 32px;
  }
  .spaced-columns .two-column__container .column--1 .column__content {
    padding-left: 0;
  }
  .spaced-columns .two-column__container .column--2 .column__content {
    padding-right: 0;
  }
  .spaced-columns .three-column__container .column--1 .column__content {
    padding-left: 0;
  }
  .spaced-columns .three-column__container .column--3 .column__content {
    padding-right: 0;
  }
}
.spaced-columns .button-list {
  margin-top: 8px;
  text-align: center;
}

.mast__wrapper {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .mast__wrapper {
    background-position: 50% 50%;
  }
}

.mast__wrapper--full-width {
  background-position: 50% 0;
}

.mast__wrapper--product-suites {
  background-color: #006a85;
  background-size: auto auto;
}
@media (min-width: 768px) {
  .mast__wrapper--product-suites {
    background-image: url(/images/divider-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 75%;
  }
}

.mast__wrapper--customers {
  background-color: #006a85;
  color: #fff;
}

.mast__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.mast__container:after {
  content: " ";
  display: block;
  clear: both;
}
body.news-and-events .mast__container {
  padding-top: 60px;
}
body.landing .mast__container {
  padding-top: 40px;
  padding-bottom: 24px;
}
@media (min-width: 640px) {
  .mast__container {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (min-width: 940px) {
  .mast__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mast__container--customers {
  padding-bottom: 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .mast__container--customers .mast__content {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%;
    margin-left: 8.51064%;
  }
}

.mast__container--tight {
  padding-top: 50px;
}

.mast__container--inner {
  padding-top: 75px;
}

body.landing .mast__container--full-width {
  padding-top: 90px;
}

@media (min-width: 768px) {
  .mast__content-pane {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .mast__container--6-6 > .mast__content-pane, .mast__container--6-1-5 > .mast__content-pane {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .mast__container--7-1-4 > .mast__content-pane {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .mast__container--8-4 > .mast__content-pane {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .mast__container--full-width > .mast__content-pane {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.mast__media-pane {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .mast__media-pane {
    padding-top: 0;
    padding-bottom: 0;
    width: 57.44681%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mast__container--6-6 > .mast__media-pane {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

.mast__form-pane {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .mast__form-pane {
    padding-top: 0;
    padding-bottom: 0;
    width: 40.42553%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mast__container--7-1-4 > .mast__form-pane {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mast__container--8-4 > .mast__form-pane {
    margin-left: 0%;
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .mast__form-pane--overflow {
    position: absolute;
    right: 0;
  }
}

.mast__container--full-width .mast__section-title {
  text-align: center;
}
body.landing .mast__container--full-width .mast__section-title {
  text-align: left;
}
body.landing .mast__section-title {
  margin-bottom: 0;
}

.mast__section-title--subdued {
  color: #4db7ca;
  margin-bottom: 0;
}
.mast__wrapper--inner .mast__section-title--subdued {
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

.mast__section-title--reversed {
  color: #fff;
}

.mast__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 64px;
  line-height: 4rem;
  font-weight: 400;
  font-style: normal;
  padding-top: 0;
}
.mast__container--full-width .mast__title {
  text-align: center;
}
.mast__wrapper--inner .mast__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50.4px;
  line-height: 3.15rem;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 12px;
}
.mast__title em {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.mast__title--subdued {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-weight: 300;
  font-style: normal;
  color: #4db7ca;
  margin-bottom: 36px;
}

.mast__title--reversed {
  color: #fff;
}

.mast__title--standout {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 56px;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .mast__title--standout {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 84px;
    line-height: 5.25rem;
  }
}

.mast__title--light {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  .mast__title--light {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 72px;
    line-height: 4.5rem;
    font-weight: 300;
    font-style: normal;
  }
}

.mast__title--reduced-light {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 70px;
  line-height: 4.375rem;
  font-weight: 300;
  font-style: normal;
}

.mast__content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 30px;
}
.mast__wrapper--inner .mast__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.mast__content--reversed {
  color: #fff;
}

.mast__container--product-suites {
  color: #fff;
  text-align: center;
}
.mast__container--product-suites .two-column__container {
  position: relative;
}

.home-mast__wrapper {
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}

.home-mast__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .home-mast__bg {
    display: block;
  }
}

.home-mast__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.home-mast__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .home-mast__container {
    padding-top: 32px;
  }
}

.home-mast__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-weight: 400;
  font-style: italic;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  background: #fff;
  color: #5c5757;
  border-top: 1px solid #747070;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-mast__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background: 0;
    border-top: 0;
    color: #fff;
  }
}
.home-mast__title b {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  .home-mast__title b {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

.home-mast__subtitle {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-top: 0;
}

.home-mast .two-column__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .home-mast .two-column__wrapper {
    position: absolute;
    bottom: 70px;
    padding-top: 0;
    padding-bottom: 64px;
    width: 100%;
  }
}
@media (min-width: 940px) {
  .home-mast .two-column__wrapper {
    width: 940px;
  }
}
.home-mast .two-column__container {
  padding-left: 0;
  padding-right: 0;
}
.home-mast .two-column__column {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .home-mast .two-column__column {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
}
.home-mast .two-column__column .column__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .home-mast .two-column__column .column__bg {
    display: none;
  }
}
.home-mast .column__content {
  padding-top: 225px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .home-mast .column__content {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }
}
.home-mast .button-list {
  text-align: center;
}
@media (min-width: 768px) {
  .home-mast .button-list {
    position: absolute;
    right: auto;
    bottom: 0;
    left: auto;
    width: 40.42553%;
  }
}

.stats-banner--3-stats .stats-banner__item {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .stats-banner--3-stats .stats-banner__item {
    padding-left: 0;
    padding-right: 0;
    width: 23.40426%;
    float: left;
  }
  .stats-banner--3-stats .stats-banner__item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .stats-banner--3-stats .stats-banner__item:nth-child(4n + 2) {
    margin-left: 25.53191%;
    margin-right: -100%;
    clear: none;
  }
  .stats-banner--3-stats .stats-banner__item:nth-child(4n + 3) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
  .stats-banner--3-stats .stats-banner__item:nth-child(4n + 4) {
    margin-left: 76.59574%;
    margin-right: -100%;
    clear: none;
  }
}

.grid {
  padding-left: 12px;
  padding-right: 12px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 940px) {
  .grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.grid--apps {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.grid-item {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  float: left;
}

.grid-item--app {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.grid--centered {
  font-size: 0;
  text-align: center;
}
@media (min-width: 940px) {
  .grid--centered {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid--centered .grid-item {
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: top;
  display: inline-block;
  float: none;
  width: 48.93617%;
  /*
  @include respond-to(tablet) {
    width: span(2 of 6);
  }
  */
}
@media (min-width: 768px) {
  .grid--centered .grid-item {
    width: 120px;
  }
  .grid--centered .grid-item .logo-tile {
    padding: 10px;
  }
}

.grid--3-up {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 320px;
}
@media (min-width: 640px) {
  .grid--3-up {
    width: 640px;
  }
}
@media (min-width: 940px) {
  .grid--3-up {
    margin-left: -10px;
    margin-right: -10px;
    width: 960px;
  }
}
.grid--3-up .grid-item {
  width: 300px;
}

.grid--4-up {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 240px;
}
@media (min-width: 640px) {
  .grid--4-up {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .grid--4-up {
    width: 720px;
  }
}
@media (min-width: 940px) {
  .grid--4-up {
    margin-left: -10px;
    margin-right: -10px;
    width: 960px;
  }
}
.grid--4-up .grid-item {
  width: 220px;
}

.grid--6-up {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}
@media (min-width: 320px) and (max-width: 340px) {
  .grid--6-up {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 320px) {
  .grid--6-up {
    width: 320px;
  }
}
@media (min-width: 480px) and (max-width: 500px) {
  .grid--6-up {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 480px) {
  .grid--6-up {
    width: 480px;
  }
}
@media (min-width: 640px) and (max-width: 660px) {
  .grid--6-up {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 640px) {
  .grid--6-up {
    width: 640px;
  }
}
@media (min-width: 800px) and (max-width: 820px) {
  .grid--6-up {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 800px) {
  .grid--6-up {
    width: 800px;
  }
}
@media (min-width: 960px) and (max-width: 980px) {
  .grid--6-up {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 960px) {
  .grid--6-up {
    width: 960px;
  }
}
@media (min-width: 940px) {
  .grid--6-up {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}
.grid--6-up .grid-item {
  width: 140px;
  margin: 14px 10px;
}

.grid--7-up {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 137px;
}
@media (min-width: 274px) {
  .grid--7-up {
    width: 274px;
  }
}
@media (min-width: 411px) {
  .grid--7-up {
    width: 411px;
  }
}
@media (min-width: 548px) {
  .grid--7-up {
    width: 548px;
  }
}
@media (min-width: 685px) {
  .grid--7-up {
    width: 685px;
  }
}
@media (min-width: 822px) {
  .grid--7-up {
    width: 822px;
  }
}
@media (min-width: 959px) {
  .grid--7-up {
    width: 959px;
  }
}
@media (min-width: 940px) {
  .grid--7-up {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}
.grid--7-up .grid-item, .grid--7-up .cross-browser-fix__width {
  width: 137px;
}

.grid--guttered {
  margin-bottom: 36px;
}
@media (min-width: 940px) {
  .grid--guttered {
    width: 91.48936%;
    float: left;
    margin-right: 2.12766%;
    margin-left: 4.21053%;
  }
}

@media (min-width: 768px) {
  .grid--double-guttered {
    margin-left: auto;
    margin-right: auto;
    width: 620px;
  }
  .grid--double-guttered .grid__list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.grid--5-up .grid-item, .grid--5-up .cross-browser-fix__width {
  width: 140px;
}

.grid--divided {
  overflow: hidden;
}
.grid--divided .grid-item {
  position: relative;
  margin: 14px 10px;
}
.grid--divided .grid-item:before {
  position: absolute;
  top: -4px;
  right: -11px;
  bottom: -4px;
  margin: 0;
  content: '';
  background: #b4b4b4;
  height: auto;
  width: 1px;
}
.grid--divided .grid-item:after {
  position: absolute;
  right: -2px;
  bottom: -15px;
  left: -2px;
  content: '';
  background: #b4b4b4;
  width: auto;
  height: 1px;
}

.grid--centered.grid--divided {
  font-size: 0;
  line-height: 0;
}
.grid--centered.grid--divided .grid-item:last-child:before {
  content: none;
}

.grid--standout {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.banner__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
}
html.no-min-height-on-table .banner__wrapper {
  display: block;
}
@media (min-width: 768px) {
  .banner__wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.banner__wrapper--opposite {
  background-position: 100% 0;
}

@media (min-width: 768px) {
  .banner__wrapper {
    background-position: 50% 0;
  }
}

.banner__wrapper--careers {
  background-position: 50% 100%;
  background-size: 1px 1px;
}
@media (min-width: 768px) {
  .banner__wrapper--careers {
    background-position: 50% 0;
    background-size: cover;
  }
}

.banner--content-focus {
  display: table-cell;
  vertical-align: middle;
}
html.no-min-height-on-table .banner--content-focus {
  display: block;
}

.banner__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.banner__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .banner__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner--reversed {
  color: #fff;
}

@media (min-width: 640px) {
  .banner__content-pane {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .banner__content-pane {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 768px) {
  .banner--opposite .banner__content-pane {
    margin-left: 51.06383%;
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .banner__content-pane--span-5 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }
  .banner-opposite .banner__content-pane--span-5 {
    margin-left: 59.57447%;
    width: 40.42553%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .banner__content-pane--span-8 {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
  .banner-opposite .banner__content-pane--span-8 {
    margin-left: 34.04255%;
    width: 65.95745%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .banner--careers {
    padding-top: 450px;
    padding-bottom: 20px;
  }
}
.banner--careers .banner__content-pane {
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .banner--careers .banner__content-pane {
    margin-left: 8.51064%;
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%;
  }
}
.banner--careers .button-list {
  text-align: center;
}

.banner__title--reversed {
  color: #fff;
}

.banner__subtitle--reversed {
  color: #fff;
}

@media (min-width: 768px) {
  .banner__media {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

.banner__media-content {
  text-align: center;
}
@media (min-width: 768px) {
  .banner__media-content {
    text-align: right;
  }
}

.apps-section__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}
.apps-section__container:after {
  content: " ";
  display: block;
  clear: both;
}

.apps-section .button-list {
  text-align: center;
  margin-top: 44px;
}

.app-strip {
  margin-top: 58px;
  margin-right: auto;
  margin-left: auto;
  width: 86.4%;
}

.app-strip__list:after {
  content: "";
  display: table;
  clear: both;
}
.app-strip__list .slick-slide img {
  margin: 0 auto;
}

.app-strip__item {
  float: left;
  margin: 0 7px;
  text-align: center;
}

.app-strip__logo-container {
  display: table;
  width: 102px;
  height: 102px;
  line-height: 0;
  margin: 0 auto;
}
.app-strip__logo-container > .app-strip__logo-content {
  display: table-cell;
  vertical-align: middle;
}

.app-strip__app-name {
  margin-top: 8px;
  display: block;
  text-align: center;
}

.app-strip__next, .app-strip__prev {
  position: absolute;
  top: 39px;
  cursor: pointer;
}

.app-strip__next {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -38px;
  width: 21px;
  height: 36px;
  right: -20px;
}
@media (min-width: 640px) {
  .app-strip__next {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .app-strip__next {
    right: -50px;
  }
}
@media (min-width: 940px) {
  .app-strip__next {
    right: -70px;
  }
}

.app-strip__prev {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  width: 21px;
  height: 36px;
  left: -20px;
}
@media (min-width: 640px) {
  .app-strip__prev {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .app-strip__prev {
    left: -50px;
  }
}
@media (min-width: 940px) {
  .app-strip__prev {
    left: -70px;
  }
}

body.landing .media-object .media__img {
  margin-right: 20px;
}

.link-list--simple {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.link-list__item {
  margin-bottom: 8px;
}

.link-list__item-link {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
html.ie8 .link-list__item-link {
  display: block;
}
.link-list__item-link:before {
  position: absolute;
  top: 6px;
  left: 0;
}

.link-list__item--simple, .blog-list .link-list__item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.link-list__item--simple .link-list__item-link, .blog-list .link-list__item .link-list__item-link {
  padding-left: 0;
  color: #5c5757;
}
.link-list__item--simple .link-list__item-link:before, .blog-list .link-list__item .link-list__item-link:before {
  display: none;
}
.link-list__item--simple .link-list__item-link:hover, .link-list__item--simple .link-list__item-link:active, .blog-list .link-list__item .link-list__item-link:hover, .blog-list .link-list__item .link-list__item-link:active {
  color: #ae0000;
}
.link-list__item--simple .link-list__item-meta, .blog-list .link-list__item .link-list__item-meta {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

.link-list__item-meta {
  display: block;
}

.logo-tile {
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.19);
}

.logo-tile--customer-tile, .logo-tile--partner-tile, .logo-tile--linked-name {
  box-shadow: none;
}

.logo-tile--linked-name {
  line-height: 0;
  margin-bottom: 12px;
}
@media (min-width: 640px) {
  .logo-tile--linked-name {
    margin-bottom: 0;
  }
}

.logo-tile__name {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-top: 8px;
}
@media (min-width: 640px) {
  .logo-tile__name {
    margin-top: 16px;
  }
}

.logo-image__holder {
  display: table;
  min-height: 90px;
  min-height: 5.625rem;
  margin: 0 auto;
}
.logo-image__holder > .logo-image {
  display: table-cell;
  vertical-align: middle;
}
html.no-min-height-on-table .logo-image__holder {
  height: 90px;
  height: 5.625rem;
}
.logo-tile--customer-tile .logo-image__holder, .logo-tile--partner-tile .logo-image__holder {
  min-height: 136px;
  min-height: 8.5rem;
}
.grid-item--award .logo-image__holder {
  min-height: 140px;
  min-height: 8.75rem;
}
.grid-item--certification .logo-image__holder, .logo-tile--linked-name .logo-image__holder {
  min-height: 120px;
  min-height: 7.5rem;
}

.logo-tile > .logo-tile__tooltip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mast-banner__wrapper {
  position: relative;
  color: #fff;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mast-banner__wrapper {
    position: absolute;
    right: 0;
    bottom: 45px;
    left: 0;
    margin-top: 0;
  }
}
.mast-banner__wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #000;
  opacity: .6;
  z-index: 2;
}
.mast-banner__wrapper .two-column__wrapper {
  padding: 0;
}

.mast-banner__wrapper--darker:before {
  opacity: .8;
}

.mast-banner__wrapper--in-flow, .no-mq .mast-banner__wrapper--in-flow {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
  top: 0;
}
.mast-banner__wrapper--in-flow:before, .no-mq .mast-banner__wrapper--in-flow:before {
  bottom: 16px;
}

.mast-banner__container {
  padding: 16px 0;
  padding: 1rem 0;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  z-index: 3;
}
@media (min-width: 940px) {
  .mast-banner__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mast-banner .column-lead {
  margin-bottom: 10px;
}
.mast-banner .column-lead__content {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: left;
}
.mast-banner .mast__title {
  padding-top: 40px;
}
.mast-banner .list__item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.mast-banner .column--2 {
  padding-top: 0;
}

.leadership-section {
  margin-top: 75px;
  margin-bottom: 75px;
}

.leadership-section__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.leadership-section__container:after {
  content: " ";
  display: block;
  clear: both;
}

.leadership-strip {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: 8.51064%;
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
}
.leadership-strip:after {
  content: "";
  display: table;
  clear: both;
}

.leadership-strip__list {
  text-align: center;
}

.leadership-strip__item {
  display: inline-block;
  width: 140px;
  margin: 0 10px;
  padding-bottom: 30px;
  vertical-align: top;
  cursor: pointer;
}

.leadership-strip__avatar, .leadership-strip__name, .leadership-strip__title {
  display: block;
  text-align: left;
}

.leadership-strip__name {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0290a9;
  margin-top: 8px;
}

.leadership-strip__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.leadership-banner__wrapper {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  background-color: #eee;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  .leadership-banner__wrapper {
    background-position: 50% 50%;
    background-size: cover;
  }
}

.leadership-banner {
  padding-top: 35px;
  padding-bottom: 45px;
  text-align: left;
}

.leadership-banner__indicator {
  position: absolute;
  top: -20px;
  left: 200px;
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 20px 23px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #eee;
  border-top-width: 0;
  margin-left: -23px;
}

.leadership-banner__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.leadership-banner__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .leadership-banner__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .leadership-banner__content-area {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    margin-left: 34.04255%;
  }
}

.leadership-banner__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
}

.leadership-banner__social-area {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .leadership-banner__social-area {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    padding-top: 0;
  }
}

.press-release__subtitle {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
}

.press-release__date {
  font-weight: bold;
}

.pr-group__container {
  position: relative;
}

.pr-group-year-picker {
  position: absolute;
  top: 13px;
  right: 15px;
}

.pr-list__title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 16px;
  background-color: #f9f9f9;
  color: #ae0000;
  margin: 0;
}
@media (min-width: 640px) {
  .pr-list__title {
    padding-left: 15px;
  }
}

.pr-list__item {
  border-bottom: 1px solid #ddd;
  padding: 16px 0 14px;
  margin: 0;
}
.pr-list--simple .pr-list__item {
  padding-top: 0;
  border-bottom: none;
}

.pr-list__item--alternating {
  background-color: #f9f9f9;
}

.pr-list__item-date {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  .pr-list__item-date {
    float: left;
    width: 110px;
    padding: 0 15px;
  }
}
.pr-list--simple .pr-list__item-date {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 800;
  font-style: normal;
  float: none;
  display: inline;
  width: auto;
  padding: 0;
}
.pr-list--simple .pr-list__item-date:after {
  content: ' - ';
}

.pr-list__item-title {
  display: block;
}
@media (min-width: 640px) {
  .pr-list__item-title {
    overflow: hidden;
  }
}
.pr-list--simple .pr-list__item-title {
  display: inline;
}

.pr-list__item-link {
  color: #5c5757;
}
.pr-list--simple .pr-list__item-link {
  color: #0290a9;
}
.pr-list--simple .pr-list__item-link:hover, .pr-list--simple .pr-list__item-link:active, .pr-list--simple .pr-list__item-link:focus {
  color: #ae0000;
}

.sidebar-widget {
  padding-bottom: 50px;
}

.sidebar-widget--bounded {
  padding: 16px;
  margin-bottom: 50px;
  background: #eee;
  border-radius: 3px;
}

.sidebar-widget__title {
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}
.sidebar-widget--bounded .sidebar-widget__title {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-widget__title--tweet {
  padding-left: 37px;
  padding-left: 2.3125rem;
}
.sidebar-widget__title--tweet:before {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: -12px;
  left: 5px;
}

.tweet--simple {
  margin-top: 16px;
  margin-top: 1rem;
}
.tweet--simple .tweet__link {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: 800;
  font-style: normal;
}
.tweet--simple .tweet__link-divider {
  color: #5c5757;
}

.tweet--default {
  background: #fff;
  padding: 55px 40px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 60px;
}
.tweet--default:before {
  position: absolute;
  top: 100%;
  right: 45px;
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 22.5px 40px;
  border-style: solid;
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-left-color: #fff;
  border-right-color: transparent;
  content: '';
}
.tweet--default:after {
  position: absolute;
  bottom: -86px;
  left: 50%;
  content: '';
  background: url(../images/css/tweet-shadow.png);
  background-size: contain;
  z-index: 5;
  width: 236px;
  height: 27.33333px;
  margin-left: -118px;
}
@media (min-width: 640px) {
  .tweet--default:after {
    width: 354px;
    height: 41px;
    margin-left: -177px;
  }
}
@media (min-width: 768px) {
  .tweet--default:after {
    width: 236px;
    height: 27.33333px;
    margin-left: -118px;
  }
}
@media (min-width: 940px) {
  .tweet--default:after {
    width: 354px;
    height: 41px;
    margin-left: -177px;
  }
}
.tweet--default .tweet__link {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: normal;
}
.tweet--default .tweet__content {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 600;
  font-style: normal;
  margin-top: 12px;
  border-top: 1px solid #ccc;
  padding-top: 18px;
}

.tabs--default .tab-nav__item, .tabs--resources-tabs .tab-nav__item {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.tabs--default .first.tab-nav__item, .tabs--resources-tabs .first.tab-nav__item {
  border-left: 1px solid #ddd;
}
.tabs--default .tab-nav__item .tab-nav__item-link, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link {
  display: block;
  background: #eee;
}
.tabs--default .tab-nav__item .tab-nav__item-link:after, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:after {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 5px;
  content: '';
}
.tabs--default .tab-nav__item .tab-nav__item-link, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link, .tabs--default .tab-nav__item .tab-nav__item-link:visited, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:visited {
  color: #8c8888;
}
.tabs--default .tab-nav__item .tab-nav__item-link:hover, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:hover, .tabs--default .tab-nav__item .tab-nav__item-link:active, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:active, .tabs--default .tab-nav__item .tab-nav__item-link:focus, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:focus {
  color: #0290a9;
}
.tabs--default .tab-nav__item .tab-nav__item-link:hover:after, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:hover:after, .tabs--default .tab-nav__item .tab-nav__item-link:active:after, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:active:after, .tabs--default .tab-nav__item .tab-nav__item-link:focus:after, .tabs--resources-tabs .tab-nav__item .tab-nav__item-link:focus:after {
  background: #0290a9;
}
.tabs--default .ui-state-active.tab-nav__item, .tabs--resources-tabs .ui-state-active.tab-nav__item {
  border-bottom-color: #fff;
}
.tabs--default .ui-state-active.tab-nav__item .tab-nav__item-link, .tabs--resources-tabs .ui-state-active.tab-nav__item .tab-nav__item-link {
  background: #fff;
  color: #ae0000;
}
.tabs--default .ui-state-active.tab-nav__item .tab-nav__item-link:after, .tabs--resources-tabs .ui-state-active.tab-nav__item .tab-nav__item-link:after {
  background: #ae0000;
}
select.tab-nav__list {
  margin-top: 24px;
  display: inline-block;
}
select.tab-nav__list, select.tab-nav__list option {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.tabs--default {
  margin-top: 30px;
  margin-bottom: 54px;
}
.tabs--default .tab-nav__list {
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  /* added on 3/8 */
  height: 48px;
}
.tabs--default .tab-nav__list:after {
  content: "";
  display: table;
  clear: both;
}
.tabs--default .tab-nav__item {
  float: left;
  margin-bottom: -1px;
}
.tabs--default .tab-nav__item-link {
  padding: 15px 25px 10px;
}

.tabs--catalogs {
  text-align: center;
}
.tabs--catalogs .tab-nav__list {
  text-align: center;
}
.tabs--catalogs .tab-nav__item {
  display: inline-block;
  position: relative;
}
.tabs--catalogs .tab-nav__item.ui-state-active:after {
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 8px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #880000;
  border-bottom-width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  content: '';
}
.tabs--catalogs .tab-nav__item-link {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-left: 1px;
  padding: 14px 28px;
  background-clip: padding-box;
  background-color: #5c5757;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.tabs--catalogs .ui-state-active .tab-nav__item-link {
  background-color: #ae0000;
}
.tabs--catalogs .tab-nav__item.first .tab-nav__item-link {
  margin: 0;
  border-radius: 5px 0 0 5px;
}
.tabs--catalogs .tab-nav__item.last .tab-nav__item-link {
  border-radius: 0 5px 5px 0;
}

@media (min-width: 640px) {
  .tabs--resources-tabs {
    margin-top: -64px;
  }
  .tabs--resources-tabs:before {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    height: 1px;
    background: #ddd;
    z-index: 2;
    content: '';
  }
}
.tabs--resources-tabs .tab-nav__container {
  position: relative;
  z-index: 3;
}
.tabs--resources-tabs .tab-nav__list {
  display: table;
  width: 100%;
}
@media (min-width: 640px) {
  .tabs--resources-tabs .tab-nav__list {
    table-layout: fixed;
  }
}
@media (min-width: 768px) {
  .tabs--resources-tabs .tab-nav__list {
    table-layout: auto;
  }
}
@media (min-width: 940px) {
  .tabs--resources-tabs .tab-nav__list {
    table-layout: fixed;
  }
}
.tabs--resources-tabs .tab-nav__item {
  display: table-cell;
  vertical-align: top;
}
.tabs--resources-tabs .tab-nav__item .tab-nav__item-link:hover {
  color: #8c8888;
  background: #fff;
}
.tabs--resources-tabs .tab-nav__item .tab-nav__item-link:hover:after {
  display: none;
}
.tabs--resources-tabs .tab-nav__item.ui-state-active .tab-nav__item-link {
  color: #8c8888;
}
.tabs--resources-tabs .tab-nav__item.ui-state-active .tab-nav__item-link:after {
  display: block;
}
.tabs--resources-tabs .tab-nav__item-link {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.2em;
  height: 63px;
}
@media (min-width: 768px) {
  .tabs--resources-tabs .tab-nav__item-link {
    padding-left: 45px;
  }
}
.tabs--resources-tabs .tab-nav__item-link-outer {
  display: table;
  height: 100%;
  width: 100%;
}
.tabs--resources-tabs .tab-nav__item-link-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .tabs--resources-tabs .tab-icon--featured {
    padding-left: 55px;
  }
}
@media (min-width: 768px) {
  .tabs--resources-tabs .tab-icon--webinar {
    padding-left: 48px;
  }
}
@media (min-width: 768px) {
  .tabs--resources-tabs .tab-icon--chalktalk {
    padding-left: 50px;
  }
}
.tabs--resources-tabs .tab-nav__item-link:before {
  display: none;
}
@media (min-width: 768px) {
  .tabs--resources-tabs .tab-nav__item-link:before {
    display: block;
  }
}

.tabs--icon-tabs .tab-nav__container {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  z-index: 1;
}
.tabs--icon-tabs .tab-nav__list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tabs--icon-tabs .tab-nav__item {
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: top;
}
.tabs--icon-tabs .tab-nav__item-link {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 115px;
  display: block;
  position: relative;
  min-height: 100px;
  background-color: #0290a9;
  color: #fff;
  border-radius: 5px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.15);
  /* inner shadow */
}
.tabs--icon-tabs .ui-state-active .tab-nav__item-link {
  background-color: #4db7ca;
}
.tabs--icon-tabs .ui-state-active .tab-nav__item-link:after {
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 14px 18px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #419BAB;
  border-bottom-width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  content: '';
}
.tabs--icon-tabs .tab-nav__item-link-outer {
  display: table;
  min-height: 56px;
}
.tabs--icon-tabs .tab-nav__item-link-inner {
  display: table-cell;
  vertical-align: middle;
}

.form label {
  margin-top: 14px;
  margin-bottom: 4px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.form label:first-child {
  margin-top: 0;
}
.form label.required:after {
  color: #ae0000;
  content: ' *';
}
.form input[type="email"], .form input[type="text"], .form input[type="password"], .form input[type="tel"], .form input[type="number"], .form input[type="search"], .form input[type="url"] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
  background: #ddd;
  border: 0;
  -webkit-filter: none;
          filter: none;
  display: block;
  line-height: 32px;
  height: 32px;
}
.form input.parsley-error {
  background: #f2dede;
}
.form select, .form .select2-container .select2-choice {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
  background: #ddd;
  border: 0;
  -webkit-filter: none;
          filter: none;
  display: block;
  line-height: 32px;
  height: 32px;
}
.form select.parsley-error, .form .select2-container.parsley-error .select2-choice {
  background: #f2dede;
}
.form .select2-container {
  width: 100%;
}
.form .select2-container .select2-choice .select2-arrow {
  border: 0;
  background: 0;
  width: 30px;
  -webkit-filter: none;
          filter: none;
}
.form .select2-container .select2-choice .select2-arrow b {
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 8px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #5c5757;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: -4px;
  margin-left: 0;
}
.form .select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form .select2-dropdown-open.select2-drop-above .select2-choice {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form textarea {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
  background: #ddd;
  border: 0;
  -webkit-filter: none;
          filter: none;
  min-height: 106px;
}
.form textarea.parsely-error {
  background: #f2dede;
}
.form .field__checkbox {
  margin-top: 14px;
  position: relative;
}
.form .field__checkbox:after {
  content: "";
  display: table;
  clear: both;
}
.form .field__checkbox input {
  display: none;
}
html.ie8 .form .field__checkbox input {
  display: inline;
}
.form .field__checkbox label {
  margin: 0;
  padding-right: 30px;
}
html.ie8 .form .field__checkbox label {
  display: inline;
}
.form .field__checkbox label:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #ddd;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  content: '';
}
html.ie8 .form .field__checkbox label:before {
  display: none;
}
.form .field__checkbox input:checked + label:before {
  content: "\2713";
}
.form .field__checkbox-group {
  margin-top: 14px;
}
.form .field__checkbox-group label {
  margin: 0;
}
.form .field__checkbox-group .field__checkbox {
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 16px;
}
.form .group-label {
  display: block;
}
.form .field__radio-group {
  margin-top: 14px;
}
.form .field__radio-group:after {
  content: "";
  display: table;
  clear: both;
}
.form .field__radio {
  float: left;
  margin-left: 16px;
}
.form .field__radio input {
  display: none;
}
html.ie8 .form .field__radio input {
  display: inline;
}
.form .field__radio label {
  display: inline-block;
  padding-left: 25px;
  margin: 0;
  position: relative;
}
html.ie8 .form .field__radio label {
  padding-left: 4px;
}
.form .field__radio label:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: block;
  background: #ddd;
  border-radius: 100%;
  content: '';
  color: #fff;
  text-align: center;
  line-height: 19px;
  font-size: 40px;
}
html.ie8 .form .field__radio label:before {
  display: none;
}
.form .field__radio input:checked + label:before {
  content: "\2022";
}
.form .field__search-group {
  position: relative;
}
.form .field__search-group .submit--search {
  position: absolute;
  top: 50%;
  right: 16px;
  /*@include scut-image-replace;*/
  padding: 0;
  width: 18px;
  height: 18px;
  margin-top: -12px;
  min-width: 0;
  border: 0;
  color: transparent;
  background: none;
}
.form .field__search-group .submit--search:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.form .parsley-errors-list li {
  color: #d50000;
}
.form input[type="submit"] {
  min-width: 220px;
}
.form ::-webkit-input-placeholder {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #666 !important;
}
.form ::-moz-placeholder {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #666 !important;
}
.form :-ms-input-placeholder {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #666 !important;
}
.form input:-moz-placeholder {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #666 !important;
}

.footer-submit, .footer-submit--large {
  position: relative;
}

.form-actions {
  margin-top: 30px;
  text-align: center;
}
.footer-submit .form-actions, .footer-submit--large .form-actions {
  float: right;
}
@media (min-width: 768px) {
  .footer-submit .form-actions, .footer-submit--large .form-actions {
    position: absolute;
    right: 0;
    bottom: 48px;
  }
}

.form-hint {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  font-weight: 400;
  font-style: italic;
}

.form-help-link, .form-help-link:visited {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  font-weight: 400;
  font-style: italic;
}

.field-info {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.select2-drop--form {
  padding-top: 6px;
  border-color: #ddd !important;
}
.select2-drop--form.select2-drop-above {
  padding-top: 0;
  padding-bottom: 6px;
}

.two-column__container--form-wrapper, .form--landing-page {
  background: #fff;
  border-radius: 5px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.15);
  /* inner shadow */
}
.form--landing-page {
  padding: 24px 16px 32px;
}

.form--login {
  background: #8c8888;
  border-radius: 6px;
  padding: 35px 20px;
}
.form--login .h-column-heading {
  color: #fff;
  margin-bottom: 16px;
}
.form--login label {
  display: block;
  color: #fff;
}
.form--login input[type="email"], .form--login input[type="text"], .form--login input[type="password"], .form--login input[type="tel"], .form--login input[type="number"], .form--login input[type="search"], .form--login input[type="url"] {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 40px;
  line-height: 2.5rem;
  background: #fff;
  height: 40px;
}
.form--login input[type="submit"] {
  min-width: 0;
}
.form--login .form-help-link, .form--login .form-help-link:visited {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin: 8px 0 0;
}
.form--login .form-actions {
  margin-top: 16px;
  text-align: left;
}

.form--login-plain input[type="submit"] {
  min-width: 140px;
}
.form--login-plain .form-actions {
  margin-top: 12px;
  text-align: left;
}

.footer-submit input[type="submit"], .footer-submit--large input[type="submit"] {
  min-width: 220px;
}

.form--compact {
  margin-top: 14px;
}
.form--compact input[type="email"], .form--compact input[type="text"], .form--compact input[type="password"], .form--compact input[type="tel"], .form--compact input[type="number"], .form--compact input[type="search"], .form--compact input[type="url"] {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 9px;
  border-radius: 4px;
  height: 30px;
}
.form--compact input[type="submit"] {
  min-width: 0;
  width: 100%;
}
.form--compact label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 0;
}
.form--compact ::-webkit-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.form--compact ::-moz-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.form--compact :-ms-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.form--compact input:-moz-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.picker-form__container {
  margin-top: 24px;
  margin-bottom: 60px;
}

.no-js .picker-form {
  display: none;
}
.picker-form .select2-choice {
  height: 30px;
  height: 1.875rem;
  padding-left: 16px;
  padding-left: 1rem;
  background: #fff;
  border-color: #b4b4b4;
  overflow: visible;
  -webkit-filter: none;
          filter: none;
}
body.customers .picker-form .select2-choice {
  height: 40px;
  height: 2.5rem;
  border: 1px solid #b3b3b3;
  /* stroke */
  border-radius: 4px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #018fa9;
  /* layer fill content */
}
.picker-form .select2-choice > .select2-chosen {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 40px;
  text-align: left;
  min-width: 100px;
}
body.customers .picker-form .select2-choice > .select2-chosen {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
}
@media (min-width: 768px) {
  .picker-form .select2-choice > .select2-chosen {
    min-width: 170px;
  }
  body.customers .picker-form .select2-choice > .select2-chosen {
    min-width: 226px;
  }
}
.picker-form .select2-choice .select2-arrow {
  background: #0290a9;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  /* inner shadow */
  width: 32px;
  border-radius: 0 3px 3px 0;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}
body.customers .picker-form .select2-choice .select2-arrow {
  background: #ddd;
}
.picker-form .select2-choice .select2-arrow b {
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 6px 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
}
body.customers .picker-form .select2-choice .select2-arrow b {
  border-top-color: #666;
}

.sdks-section__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

.sdks-section__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.sdks-section__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .sdks-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sdk-group__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  font-weight: 700;
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #999;
  text-transform: none;
}
.sdk-group__title:before, .sdk-group__title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #999;
  bottom: 1px;
}
.sdk-group__title:before {
  right: 1em;
  margin-left: -50%;
}
.sdk-group__title:after {
  left: 1em;
  margin-right: -50%;
}

.sdk-group {
  margin-top: 50px;
}

@media (min-width: 640px) {
  .sdk-group--user-suite {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 940px) {
  .sdk-group--user-suite {
    width: 620px;
  }
}

@media (min-width: 640px) {
  .sdk-group--server-suite {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  .sdk-group--server-suite {
    width: 300px;
  }
}

.sdks__list {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  font-size: 0;
}

.sdks__list-item {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}

.sdk__symbol {
  background: #4db7ca;
  width: 140px;
  line-height: 196px;
  display: block;
  height: 140px;
  overflow: hidden;
  text-align: center;
  border-radius: 70px;
  position: relative;
  margin-bottom: 16px;
}
.sdk__symbol:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  content: '';
  background: #0290a9;
  border-radius: 0 70px 70px 0;
}
.sdks__list-item.hover .sdk__symbol {
  background: #61bfd0;
}
.sdks__list-item.hover .sdk__symbol:before {
  background: #02a5c2;
}
.sdk__symbol img {
  position: relative;
  z-index: 2;
}

.sdk-group--server-suite .sdk__symbol {
  background: #006a85;
}
.sdk-group--server-suite .sdk__symbol:before {
  background: #0290a9;
}
.sdk-group--server-suite .sdks__list-item.hover .sdk__symbol {
  background: #007e9f;
}
.sdk-group--server-suite .sdks__list-item.hover .sdk__symbol:before {
  background: #02a5c2;
}

.sdk__link {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.sdks__list-item.hover .sdk__link {
  text-decoration: underline;
}

.callout-columns {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #8c8888;
}
@media (min-width: 768px) {
  .callout-columns .two-column__container {
    display: table;
  }
  .callout-columns .two-column__container > .column--1, .callout-columns .two-column__container > .column--2 {
    float: none;
    display: table-cell;
    position: relative;
  }
  .callout-columns .two-column__container > .column--1:before, .callout-columns .two-column__container > .column--2:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 5px;
    content: '';
  }
  .callout-columns .two-column__container > .column--1 {
    padding-right: 20px;
  }
  .callout-columns .two-column__container > .column--1:before {
    right: 20px;
  }
}

.callout-box {
  padding: 29px;
  padding: 1.8125rem;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.callout-box__media {
  margin-top: 6px;
  margin-right: 20px;
  float: left;
}
.callout-box__media img {
  width: 90px;
}

.callout-box__content-pane {
  overflow: hidden;
}

.callout-box__title {
  margin-top: 0;
  margin-bottom: 0;
}

.callout-box__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.media-content--standout {
  margin-bottom: 44px;
  text-align: center;
}

.video__container--ratio-16x9 {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.2%;
}

.video__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  text-align: center;
}

.video__link {
  display: inline-block;
  line-height: 0;
}
.mast__media-pane .video__link {
  display: block;
}

.media-content__image {
  position: relative;
  line-height: 0;
}

.media-content__view-larger-link:after {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -154px;
  width: 31px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}

.media-content__caption {
  margin-top: 20px;
}

.media-content--bounded {
  display: inline-block;
}
html.no-max-width-through-inline-parent .media-content--bounded {
  display: block;
}
.media-content--bounded .media-content__image {
  border: 1px solid #b4b4b4;
}
.media-content--bounded .media-content__image, .media-content--bounded .media-content__image > img {
  display: block;
}

.media-content--pullout:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  .media-content--pullout {
    margin-left: 20px;
    margin-left: 1.25rem;
    width: 48.3871%;
    float: right;
  }
}
.media-content--pullout .media-content__image {
  margin-right: 20px;
  margin-bottom: 8px;
  float: left;
}
@media (min-width: 640px) {
  .media-content--pullout .media-content__image {
    margin-right: 0;
  }
}
.media-content--pullout .media-content__caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #8c8888;
  margin-bottom: 12px;
}
@media (min-width: 640px) {
  .media-content--pullout .media-content__caption {
    margin-bottom: 24px;
  }
}

.media-content--pullout-left {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 0;
  float: left;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.featured-media {
  text-align: center;
}
@media (min-width: 640px) {
  .featured-media {
    text-align: left;
  }
}

.featured-media--standout {
  padding-top: 42px;
}

@media (min-width: 1030px) {
  .featured-media--pull-left {
    margin-left: -30px;
  }
}
@media (min-width: 1130px) {
  .featured-media--pull-left {
    margin-left: -80px;
  }
}
@media (min-width: 1230px) {
  .featured-media--pull-left {
    margin-left: -140px;
  }
}

@media (min-width: 1030px) {
  .featured-media--pull-right {
    margin-right: -30px;
  }
}
@media (min-width: 1130px) {
  .featured-media--pull-right {
    margin-right: -80px;
  }
}
@media (min-width: 1230px) {
  .featured-media--pull-right {
    margin-right: -140px;
  }
}

.featured-media__subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  margin-bottom: 8px;
}

.sdk-tile:first-child {
  margin-top: 0;
}

.sdk-tile--alpha {
  background: #0290a9;
}

.sdk-tile--beta {
  background: #006a85;
}

.sdk-tile__logo {
  float: right;
  max-height: 40px;
  max-width: 60px;
  opacity: .5;
  margin-left: 10px;
}

.sdk-tile__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
}
.sdk-tile__title strong {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-transform: none;
}

.quote__text:before {
  content: '“';
}
.quote__text:after {
  content: '”';
}

.quote__source {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 800;
  font-style: normal;
  margin-top: 13px;
  margin-top: 0.8125rem;
  text-transform: uppercase;
  display: block;
  color: #8c8888;
}

.leadership-team__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

.leadership-team__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.leadership-team__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .leadership-team__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.leadership-profile {
  margin-bottom: 50px;
}
.leadership-profile:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 640px) {
  .leadership-profile__avatar {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 640px) {
  .leadership-profile__content {
    width: 74.46809%;
    float: right;
    margin-right: 0;
  }
}

.leadership-profile__name {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50.4px;
  line-height: 3.15rem;
  font-weight: 300;
  font-style: normal;
}

.leadership-profile__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #5c5757;
}

.leadership-bio__link-list {
  overflow: hidden;
}
.leadership-bio__link-list:after {
  content: "";
  display: table;
  clear: both;
}

.leadership-bio__list-item {
  margin-right: 2.85714%;
  margin-bottom: 2.85714%;
  position: relative;
  float: left;
  min-height: 24px;
}
.leadership-bio__list-item br {
  display: none;
}
@media (min-width: 640px) {
  .leadership-bio__list-item {
    width: 42.85714%;
  }
  .leadership-bio__list-item br {
    display: inline;
  }
  .leadership-bio__list-item:nth-child(2n+1) {
    clear: left;
  }
  .leadership-bio__list-item:nth-child(3n) {
    margin-right: 2.85714%;
  }
  .leadership-bio__list-item:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 768px) {
  .leadership-bio__list-item {
    width: 31.42857%;
  }
  .leadership-bio__list-item:nth-child(2n+1) {
    clear: none;
  }
  .leadership-bio__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .leadership-bio__list-item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 940px) {
  .leadership-bio__list-item {
    width: 20%;
    margin-right: 2.85714%;
  }
  .leadership-bio__list-item:nth-child(3n) {
    margin-right: 2.85714%;
  }
  .leadership-bio__list-item:nth-child(3n+1) {
    clear: none;
  }
}
.leadership-bio__list-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  content: '';
  width: 1px;
  background: #ddd;
}
@media (min-width: 640px) {
  .leadership-bio__list-item:after {
    left: -11px;
  }
}

.leadership-bio__link {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
  display: inline-block;
  padding-left: 34px;
}

.leadership-bio__link--blog {
  position: relative;
}
.leadership-bio__link--blog:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -76px;
  width: 25px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
}

.leadership-bio__link--media {
  position: relative;
}
.leadership-bio__link--media:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -102px;
  width: 25px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
}

.leadership-bio__link--twitter {
  position: relative;
}
.leadership-bio__link--twitter:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -128px;
  width: 25px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
}

.awards-list {
  margin-top: 40px;
}

.awards-list--simple {
  margin-top: 0;
  margin-bottom: -25px;
}

.award:after {
  content: "";
  display: table;
  clear: both;
}

.awards-list__item {
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
}
.awards-list__item:first-child {
  border-top: 3px double #ddd;
}

.awards-list__item--simple {
  margin-bottom: 25px;
}

.award__logo {
  text-align: center;
}
@media (min-width: 640px) {
  .award__logo {
    width: 22.58065%;
    float: left;
    margin-right: 3.22581%;
  }
}
.awards-list__item--simple .award__logo {
  width: 62px;
  margin-right: 20px;
}

.award__content-pane {
  padding-top: 12px;
}
@media (min-width: 640px) {
  .award__content-pane {
    width: 74.19355%;
    float: right;
    margin-right: 0;
    padding-top: 0;
  }
}
.awards-list__item--simple .award__content-pane {
  width: auto;
  padding: 0;
  float: none;
  margin: 0;
  overflow: hidden;
}

.award__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
}
.awards-list__item--simple .award__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.award__agency {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  font-style: normal;
  color: #5c5757;
  text-transform: none;
  margin-bottom: 0;
}

.events-list--simple .events-list__item {
  margin-bottom: 16px;
}

.events-list--simple .event__date, .events-list--simple .event__location {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}
.events-list--simple .event__date:after, .events-list--simple .event__location:after {
  content: ' - ';
}

.twitter-banner__container {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.twitter-banner__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .twitter-banner__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.twitter-banner__container:before {
  position: absolute;
  top: 0;
  left: -62px;
  margin-top: 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .twitter-banner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .twitter-banner:before, .twitter-banner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #66797e;
    content: '';
  }
  .twitter-banner:before {
    left: 33%;
  }
  .twitter-banner:after {
    right: 33%;
  }
}

.tweet-list {
  padding-top: 8px;
}

.twitter-banner .tweet-list:after {
  content: "";
  display: table;
  clear: both;
}
.twitter-banner .tweet-list__item {
  padding-top: 16px;
  padding-top: 1rem;
  border-top: 1px solid #66797e;
}
.twitter-banner .tweet-list__item:first-child {
  border-top: 0;
}
@media (min-width: 768px) {
  .twitter-banner .tweet-list__item {
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 0;
    float: left;
    width: 31.25%;
    margin: 0 1.04%;
  }
  .twitter-banner .tweet-list__item--first {
    padding-left: 0;
  }
  .twitter-banner .tweet-list__item--last {
    padding-right: 0;
  }
}

.tweet__text {
  margin-bottom: 10px;
}
.tweet__text:before {
  content: '“';
}
.tweet__text:after {
  content: '”';
}

.tweet__meta {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}
.tweet__meta:before {
  content: '- ';
  color: #5c5757;
}

.tweet__time:before {
  content: ' - ';
}

.gridded-content__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}
.gridded-content__container:after {
  content: " ";
  display: block;
  clear: both;
}
.featured-apps > .gridded-content__container {
  padding-top: 60px;
  padding-bottom: 25px;
}
.gridded-content__container .button-list {
  text-align: center;
}

.media-contact {
  text-align: center;
  min-height: 170px;
  padding-top: 36px;
}

.media-contact__region {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.media-contact__name {
  margin: 0;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 700;
  font-style: normal;
}

.media-contact__phone {
  display: block;
}

.resources-tabs-section__wrapper {
  position: relative;
}

.resources-tabs-section__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 50px;
}
.resources-tabs-section__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .resources-tabs-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.tab-content--resources-tabs {
  position: relative;
}

.resource-filter {
  padding-top: 20px;
}
@media (min-width: 640px) {
  .resource-filter {
    padding-top: 0;
    position: absolute;
    top: 25px;
    right: 10px;
  }
}

.resource-filter__option {
  margin-left: 16px;
}
.resource-filter__option > input {
  margin-left: 4px;
}

.resources__item {
  margin-top: 40px;
  border-top: 1px solid #b4b4b4;
  padding-top: 60px;
}
.resources__item:first-child, .resources__item.first-visible {
  border-top: 0;
  margin-top: 0;
  padding-top: 30px;
}
@media (min-width: 640px) {
  .resources__item:first-child, .resources__item.first-visible {
    padding-top: 80px;
  }
}

.resource-item:after {
  content: "";
  display: table;
  clear: both;
}

.resource-item__thumbnail-pane {
  display: none;
}
@media (min-width: 640px) {
  .resource-item__thumbnail-pane {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    display: block;
  }
}

.resource-item__type {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  color: #b2b2b2;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.resource-item__content-pane {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 640px) {
  .resource-item__content-pane {
    width: 82.97872%;
    float: right;
    margin-right: 0;
  }
}

.resource-item__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #0290a9;
}

.resource-item__duration {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 640px) {
  .product-resources {
    padding-top: 24px;
  }
}
.product-resources.product-resources--tight {
  padding-top: 0;
}
.sidebar-widget > .product-resources {
  padding-top: 0;
}
.product-resources .more-link {
  margin-left: 55px;
}

.product-resources__list {
  padding-left: 0;
}

.product-resources__item {
  margin-bottom: 28px;
  padding-left: 55px;
  cursor: pointer;
}

.product-resources__type {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: 800;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-resources__link, .product-resources__link:visited {
  color: #5c5757;
}

.product-comparison__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #006a85;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-comparison__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.product-comparison__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .product-comparison__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-comparison__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50.4px;
  line-height: 3.15rem;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  margin-top: 0;
}

.product-comparison__title--standout {
  margin-bottom: 40px;
}

.feature-comparison-table__container {
  position: relative;
}

@media (min-width: 768px) {
  .feature-comparison-table__overview {
    position: absolute;
    top: 22px;
    right: 60%;
    left: 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: left;
  }
  .feature-comparison-table--simple .feature-comparison-table__overview {
    top: 10px;
    right: 60%;
    left: 0;
  }
}
@media (min-width: 940px) {
  .feature-comparison-table__overview {
    top: 42px;
  }
}

.feature-comparison-table {
  width: 100%;
}
.feature-comparison-table caption {
  color: #fff;
}
.feature-comparison-table td, .feature-comparison-table th {
  padding: 10px;
}
.feature-comparison-table td:last-child, .feature-comparison-table th:last-child {
  padding-right: 0;
}
.feature-comparison-table thead th, .feature-comparison-table thead td {
  padding-bottom: 7px;
}
.feature-comparison-table tfoot th, .feature-comparison-table tfoot td {
  padding-top: 7px;
  height: 62px;
}
.feature-comparison-table tbody th {
  padding-left: 26px;
}

.feature-comparison-table--simple {
  margin-top: 20px;
}

.product-feature-row {
  background: #cce1e6;
}
.product-feature-row td, .product-feature-row th {
  position: relative;
  background: #cce1e6;
}
.product-feature-row td:after, .product-feature-row th:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #006a85;
  z-index: 10;
  content: '';
}

.product-feature-row--alt {
  background: #a6cbd4;
}
.product-feature-row--alt td, .product-feature-row--alt th {
  background: #a6cbd4;
}

.product-level {
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  min-width: 120px;
}
@media (min-width: 640px) {
  .product-level {
    min-width: 180px;
  }
}
@media (min-width: 768px) {
  .product-level {
    padding: 24px;
  }
}
@media (min-width: 940px) {
  .product-level {
    min-width: 220px;
  }
}

.product-level--simple {
  padding: 64px 10px 16px;
  min-width: 140px;
  background: #0290a9;
}

.product-level--simple-alpha {
  background: #4db7ca;
}

.product-level--simple-beta {
  background: #084c62;
}

.product-level--basic {
  background: #0290a9;
}

.product-level--premium {
  background: #ae0000;
}

.product-level__name {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 640px) {
  .product-level__name {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 50.4px;
    line-height: 3.15rem;
  }
}
.feature-comparison-table--simple .product-level__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33.6px;
  line-height: 2.1rem;
}

.product-level__name--standout {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.product-level__cost {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 700;
  font-style: normal;
  display: block;
}
@media (min-width: 640px) {
  .product-level__cost {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 72px;
    line-height: 4.5rem;
  }
}
.product-level__cost sup {
  font-size: 0.57em;
}

.product-level__details {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 300;
  font-style: normal;
}

.product-level__details--standout {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-top: 8px;
}

.product-feature__cell {
  position: relative;
  text-align: center;
}
.product-feature__cell:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  background: #d9e9ec;
  z-index: 2;
  content: '';
}
.product-feature-row--alt .product-feature__cell:before {
  background: #bcd8df;
}
html.no-absolute-fill-on-table-cell .product-feature__cell:before {
  content: none;
}
html.no-absolute-fill-on-table-cell .product-feature__cell .product-feature__cell-bg {
  position: absolute;
  top: 0;
  left: 10px;
  background: #d9e9ec;
  z-index: 2;
}
html.no-absolute-fill-on-table-cell .product-feature-row--alt .product-feature__cell .product-feature__cell-bg {
  background: #bcd8df;
}
.product-feature__cell:last-child:before {
  right: 0;
}

.product-feature__title, .product-feature__name {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-weight: 400;
  font-style: normal;
  color: #006a85;
  text-align: left;
}
.feature-comparison-table--simple .product-feature__title, .feature-comparison-table--simple .product-feature__name {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.product-feature__name--title, .feature-comparison-table--simple .product-feature__name--title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-weight: 600;
  font-style: normal;
}

.feature-comparison-table--simple .product-feature__name--standout {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
}

.product-feature__value {
  position: relative;
  z-index: 5;
}

.product-feature__check {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #006a85;
}

.product-feature__check--premium {
  background: #ae0000;
}

.product-feature__check--alpha {
  background: #4db7ca;
}

.product-feature__check--basic {
  background: #0290a9;
}

.product-feature__check--beta {
  background: #084c62;
}

.product-feature__more-link, .product-feature__more-link:visited {
  color: #fff;
}
.product-feature__more-link:hover, .product-feature__more-link:active {
  color: #ae0000;
}

.product-feature__value {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  color: #006a85;
}

.product-feature__button {
  width: 100%;
  text-align: center;
}

.icon-tabs-section__wrapper {
  padding-top: 75px;
  padding-bottom: 0;
}

.icon-tabs-section__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.icon-tabs-section__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .icon-tabs-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.icon-tabs__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50.4px;
  line-height: 3.15rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 40px;
}

.icon-tabs__tab-content-title {
  margin-top: 70px;
}

.media-banner__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

.media-banner__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.media-banner__container:after {
  content: " ";
  display: block;
  clear: both;
}

.media-banner {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 940px) {
  .media-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
.media-banner .section-lead__text {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.media-banner .media-content {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}
@media (min-width: 640px) {
  .media-banner .media-content {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%;
    margin-left: 8.51064%;
  }
}
@media (min-width: 640px) {
  .media-banner .media-content--narrow {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    margin-left: 17.02128%;
  }
}
.media-banner .button-list {
  text-align: center;
}

.media-banner__wrapper--standout {
  background: #006a85;
  color: #fff;
}
.media-banner__wrapper--standout .media-banner__section-title {
  color: #4db7ca;
}

.table {
  width: 100%;
  margin-top: 24px;
}
.table caption {
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: left;
}
.table thead th {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  font-weight: 700;
  font-style: normal;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  text-align: left;
}
.table thead th:first-child {
  padding-left: 0;
}
.table tbody th {
  text-align: left;
}
.table tbody th, .table tbody td {
  padding-top: 22px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 18px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.table tbody th:first-child, .table tbody td:first-child {
  padding-left: 0;
}
.table .row-group__heading th {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
  font-style: normal;
  padding-top: 24px;
  padding-left: 10px;
  background: #fafafa;
  box-shadow: inset 0 2px 1px #ddd;
  /* inner shadow */
  color: #8c8888;
}
.table .feature-cell {
  text-align: center;
  vertical-align: middle;
}
.table .feature-cell--bullet .feature-cell__feature-details {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background: #0290a9;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.table .date {
  min-width: 100px;
}
.table .location {
  min-width: 150px;
}

.table--striped tbody th:first-child, .table--striped tbody td:first-child, .table--striped thead th:first-child, .table--striped thead td:first-child {
  padding-left: 10px;
}
.table--striped tbody th, .table--striped tbody td {
  background: #fafafa;
}
.table--striped tbody .table-row--alt th, .table--striped tbody .table-row--alt td {
  background: #fff;
}

.table--features thead th {
  border-top: 1px solid #ddd;
  padding-top: 22px;
  border-bottom: 0;
  text-align: center;
}
.table--features tbody th:first-child, .table--features tbody td:first-child {
  padding-left: 10px;
}

.table--download thead th {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ededed;
}
.table--download thead th .column-note {
  text-transform: none;
}
.table--download tbody th:first-child, .table--download tbody td:first-child, .table--download thead th:first-child, .table--download thead td:first-child {
  padding-left: 10px;
}
.table--download li {
  margin-top: 12px;
}
.table--download li:first-child {
  margin-top: 0;
}

.table--responsive tbody {
  border-top: 4px solid #ddd;
}

.promo-tile--alpha {
  background: #0290a9;
}

.promo-tile--beta {
  background: #006a85;
}

.promo-tile__title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.featured-customers__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  text-align: left;
}

.gridded-content--featured-customer {
  position: relative;
}

@media (min-width: 640px) {
  .customer-filter__form {
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (min-width: 940px) {
  .customer-filter__form {
    right: 0;
  }
}

.app-catalog-search__wrapper {
  padding-top: 64px;
  padding-bottom: 80px;
}

.app-catalog-search__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.app-catalog-search__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .app-catalog-search__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.search-area {
  position: relative;
}
.search-area:before {
  z-index: 3;
}
.search-area:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #0290a9;
  border-radius: 3px;
  opacity: 0.9;
  z-index: 2;
}
@media (min-width: 768px) {
  .search-area {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .search-area.search-area--omega {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

.search-area--category:before {
  display: none;
}
@media (min-width: 640px) {
  .search-area--category:before {
    display: block;
  }
}
.search-area--category:after {
  background-color: #4db7ca;
}

.search-area--name {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .search-area--name {
    margin-top: 0;
  }
}
.search-area--name:before {
  display: none;
}
@media (min-width: 640px) {
  .search-area--name:before {
    display: block;
  }
}
.search-area--name:after {
  background-color: #006a85;
}

.search-area__content {
  padding-top: 36px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}
@media (min-width: 640px) {
  .search-area__content {
    padding-right: 75px;
    padding-left: 110px;
  }
}

.app-catalog-search__subtitle {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #fff;
  margin: 0;
  letter-spacing: normal;
}

.app-catalog-search__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  position: relative;
  margin: 0 0 16px;
}

.form--app-category {
  width: 240px;
}
.form--app-category ::-webkit-input-placeholder {
  line-height: 38px;
}
.form--app-category ::-moz-placeholder {
  line-height: 38px;
}
.form--app-category :-ms-input-placeholder {
  line-height: 38px;
}
.form--app-category input:-moz-placeholder {
  line-height: 38px;
}
.form--app-category input[type="search"] {
  background: #fff;
}
.form--app-category .select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form--app-category input[type="search"], .form--app-category .select2-container .select2-choice {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
  font-style: italic;
  color: #666;
  height: 40px;
  line-height: 38px;
  padding-left: 16px;
}
.form--app-category .select2-container .select2-choice {
  background: #fff;
  text-align: left;
}
.form--app-category .select2-container .select2-choice .select2-chosen {
  color: #666;
}
.form--app-category .select2-container .select2-choice .select2-arrow {
  background: none;
  box-shadow: none;
  width: 44px;
  border-left: none;
}
.form--app-category .select2-container .select2-choice .select2-arrow b {
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 8px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #0290a9;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.app-search-results__wrapper {
  padding-top: 55px;
  padding-bottom: 40px;
}

.app-search-results__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.app-search-results__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .app-search-results__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.app-search-results__container .app-tile {
  min-height: 140px;
  min-height: 8.75rem;
  padding-top: 20px;
}
.app-search-results__container .app-tile__name {
  display: inline-block;
  padding-top: 16px;
}
.app-search-results__container .grid-item--app {
  margin-bottom: 20px;
}

.app-search-results--primary {
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .app-search-results--primary {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0;
    text-align: left;
  }
}
.category-browse > .app-search-results--primary {
  display: none;
}

@media (min-width: 768px) {
  .app-search-results--secondary {
    width: 74.46809%;
    float: right;
    margin-right: 0;
  }
  .app-search-results--secondary .app-search-results__title {
    padding-left: 14px;
  }
}
.category-browse > .app-search-results--secondary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.app-search-results__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 39.2px;
  line-height: 2.45rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .app-search-results__title {
    margin-bottom: 26px;
    text-align: left;
  }
}

.app-search-results__wrapper--infinite-apps {
  padding-top: 44px;
  padding-bottom: 50px;
  background: #006a85;
  color: #fff;
}
.app-search-results__wrapper--infinite-apps .app-search-results__title-container {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .app-search-results__wrapper--infinite-apps .app-search-results__title-container {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0;
  }
}
.app-search-results__wrapper--infinite-apps .app-search-results__button-container {
  text-align: center;
}
@media (min-width: 768px) {
  .app-search-results__wrapper--infinite-apps .app-search-results__button-container {
    text-align: left;
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}
.app-search-results__wrapper--infinite-apps .app-search-results__title {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.layer__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.layer__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.layer__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .layer__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.layer__wrapper--divided {
  padding-top: 0;
}
.layer__wrapper--divided .layer__container {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.product-excerpt {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .product-excerpt {
    padding-bottom: 100px;
  }
  .product-excerpt .button-list {
    position: absolute;
    bottom: 50px;
    width: 48.93617%;
  }
}

.product-excerpt__image {
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
}
.product-excerpt__image img {
  display: block;
}

.product-excerpt__subtitle {
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-weight: 800;
  font-style: normal;
  color: #4db7ca;
}

.product-excerpt__title {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.product-excerpt__description {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 30px;
}

.trial-tiles__wrapper {
  padding-top: 75px;
  padding-bottom: 40px;
}
@media (min-width: 640px) {
  .trial-tiles__wrapper {
    padding-bottom: 125px;
  }
}

.trial-tiles__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.trial-tiles__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .trial-tiles__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.trial-tile-group__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #999;
  text-transform: uppercase;
}
.trial-tile-group__title:before, .trial-tile-group__title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #999;
  bottom: 1px;
}
.trial-tile-group__title:before {
  right: 1em;
  margin-left: -50%;
}
.trial-tile-group__title:after {
  left: 1em;
  margin-right: -50%;
}

.trial-tile-group {
  margin-top: 36px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .trial-tile-group {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-4 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-4-last {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-8 {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-8-last {
    width: 65.95745%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .trial-tiles__list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.trial-tiles__list-item {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 640px) {
  .trial-tiles__list-item {
    display: table-cell;
    margin-bottom: 0;
  }
}
.trial-tiles__list-item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #0290a9;
}
@media (min-width: 640px) {
  .trial-tiles__list-item:after {
    content: '';
  }
}
.trial-tile-group--span-8 .trial-tiles__list-item:after, .trial-tile-group--span-8-last .trial-tiles__list-item:after {
  right: 0;
  left: 10px;
}
.trial-tile-group--span-8 .trial-tiles__list-item:first-child:after, .trial-tile-group--span-8-last .trial-tiles__list-item:first-child:after {
  right: 10px;
  left: 0;
}

.trial-tiles__list-item--alt:after {
  background: #006a85;
}

.trial-tile__container {
  background: #0290a9;
  border-radius: 5px;
  padding: 20px 40px 84px;
  color: #fff;
}
.trial-tiles__list-item--alt .trial-tile__container {
  background: #006a85;
}
@media (min-width: 640px) {
  .trial-tile-group--span-8 .trial-tile__container, .trial-tile-group--span-8-last .trial-tile__container {
    margin-left: 10px;
  }
}
@media (min-width: 640px) {
  .trial-tile-group--span-8 .trial-tiles__list-item:first-child .trial-tile__container, .trial-tile-group--span-8-last .trial-tiles__list-item:first-child .trial-tile__container {
    margin-right: 10px;
    margin-left: 0;
  }
}
.trial-tile__container > ul {
  text-align: left;
}

.trial-tile__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50.4px;
  line-height: 3.15rem;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding-left: 92px;
  position: relative;
  display: inline-block;
}

.trial-tile__title--server {
  padding-left: 76px;
}

.trial-tile__features-list {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-left: 21px;
}

.trial-tile__feature-item {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 16px;
}
.trial-tile__feature-item:before {
  background: #fff;
}

.trial-tile__button-container {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
@media (min-width: 640px) {
  .trial-tile-group--span-8 .trial-tile__button-container, .trial-tile-group--span-8-last .trial-tile__button-container {
    right: 40px;
    left: 50px;
  }
}
@media (min-width: 640px) {
  .trial-tile-group--span-8 .trial-tiles__list-item:first-child .trial-tile__button-container, .trial-tile-group--span-8-last .trial-tiles__list-item:first-child .trial-tile__button-container {
    right: 50px;
    left: 40px;
  }
}
.trial-tile__button-container .button {
  width: 100%;
}

.trial-tile__footer {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 600;
  font-style: normal;
  margin-top: 8px;
}

.step-tiles {
  counter-reset: step;
  margin-top: 32px;
}

.step-tiles__list {
  padding: 0;
  list-style: none;
}

.step-tile {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.step-tile:after {
  content: "";
  display: table;
  clear: both;
}
.step-tile:before {
  position: absolute;
  top: 0;
  right: 30%;
  bottom: 0;
  left: 0;
  background: #006a85;
  border-radius: 5px 0 0 5px;
}
@media (min-width: 640px) {
  .step-tile:before {
    content: '';
  }
}

.step-tile__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #fff;
  padding: 22px;
  background: #006a85;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 640px) {
  .step-tile__content {
    width: 67%;
    float: left;
    background: 0;
    position: static;
  }
}
.step-tile__content:before {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 300px;
  font-size: 18.75rem;
  line-height: 420px;
  line-height: 26.25rem;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  right: 10%;
  bottom: 0;
  left: auto;
  line-height: 190px;
  color: #54b5c4;
  counter-increment: step;
  content: counter(step);
  opacity: .15;
  z-index: 2;
}
@media (min-width: 640px) {
  .step-tile__content:before {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 37%;
  }
}
.step-tile__content a, .step-tile__content a:visited {
  color: #fff;
}
.step-tile__content .more-link {
  display: block;
  margin-top: 12px;
}
.step-tile__content .more-link:first-child {
  margin-top: 0;
}

.step-tile__content-html {
  position: relative;
  z-index: 4;
}

.step-tile__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 16px;
  padding-top: 7px;
  position: relative;
}

.step-tile__sidebar {
  padding: 16px;
  background: #ebebeb;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 640px) {
  .step-tile__sidebar {
    width: 33%;
    float: right;
    background: 0;
  }
}
.step-tile__sidebar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 67%;
  background: #ebebeb;
  border-radius: 0 5px 5px 0;
}
@media (min-width: 640px) {
  .step-tile__sidebar:before {
    content: '';
  }
}
.step-tile__sidebar p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 8px 0;
}

.step-tile__sidebar-content {
  margin-top: 14px;
  position: relative;
}
.step-tile__sidebar-content:first-child {
  margin-top: 0;
}

.step-tile__sidebar-title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #5c5757;
}

.accordion__container {
  margin-top: 28px;
}

.accordion__content {
  margin: 28px 0;
}

.accordion__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  font-style: normal;
  border-radius: 5px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #51b5c5;
  /* layer fill content */
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  /* inner shadow */
  color: #fff;
  padding: 10px 20px 13px 44px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.accordion__title:before {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  content: '';
}
.accordion__title:after {
  position: absolute;
  top: 10px;
  left: 20px;
  content: '-';
  line-height: 20px;
  color: #51b5c5;
  text-align: left;
  font-size: 20px;
}
.collapsed .accordion__title:after {
  top: 11px;
  left: 18px;
  content: '+';
}

.accordion-intro:after {
  content: "";
  display: table;
  clear: both;
}

.accordion-intro__sidebar {
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
}

.callout__content {
  margin-top: 14px;
}

.featured-content {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 400;
  font-style: normal;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.featured-content b, .featured-content strong {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.featured-content__image {
  min-height: 90px;
  margin-bottom: 32px;
}

.featured-content__text p:last-child {
  margin-bottom: 0;
}

.quote-banner__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .quote-banner__wrapper {
    background-position: 50% 0;
  }
}

.quote-banner__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.quote-banner__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .quote-banner__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.quote-banner {
  text-align: center;
}
.quote-banner .quote__text {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 400;
  font-style: normal;
}
.quote-banner .quote__source {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
  color: #5c5757;
  text-transform: none;
}
.quote-banner .slick-dots > li {
  width: auto;
  height: auto;
  margin: 0 9px;
}
.quote-banner .slick-dots > li > button {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 100%;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */
  box-shadow: inset 0 0 3px rgba(3, 3, 3, 0.35);
  /* inner shadow */
}
.quote-banner .slick-dots > li > button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #a7b0b7;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 1.0;
  content: '';
}
.quote-banner .slick-dots > li.slick-active > button:before {
  background: #ae0000;
}

.icon-box__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.landing-page__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

.landing-page__wrapper--contact-us {
  background: #efefef url(/images/map-texture-bg.png) no-repeat 50% 0;
  background-size: auto auto;
}

.landing-page__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.landing-page__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .landing-page__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.landing-page .content-channel .media__img {
  float: none;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 640px) {
  .landing-page .content-channel .media__img {
    float: left;
    margin-bottom: 0;
    text-align: left;
  }
}

.landing-page__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 4px;
}

.landing-page__title--reversed {
  color: #fff;
}

.landing-page__title--standout {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 66px;
  line-height: 4.125rem;
  font-weight: 300;
  font-style: normal;
}

.landing-page__subtitle {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 16px;
}

.office-content__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
}

.office-content__phone {
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
  padding-left: 28px;
}
.office-content__phone:before {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: -15px;
  color: #5c5757;
}
.office-content__phone:hover:before {
  color: inherit;
}
.office-content__phone, .office-content__phone:visited {
  color: #5c5757;
}

.flash {
  padding: 16px;
  position: relative;
  margin-bottom: 16px;
}
.flash:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .17;
  /* layer alpha */
  border-radius: 3px;
  /* border radius */
  content: '';
}
.flash a:hover, .flash a:focus, .flash a:active {
  color: #0290a9;
  text-decoration: underline;
}

.flash__message {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  position: relative;
}

.flash--info {
  color: #0290a9;
}
.flash--info:before {
  background: #0290a9;
}
html.no-opacity .flash--info:before {
  background: #acf2fe;
}
.flash--info a, .flash--info a:visited {
  color: #ae0000;
}
.flash--info a:hover, .flash--info a:focus, .flash--info a:active {
  color: #ae0000;
  text-decoration: underline;
}

.flash--error {
  color: #ae0000;
}
.flash--error:before {
  background: #ae0000;
}
html.no-opacity .flash--error:before {
  background: #ffaeae;
}

.customer-stats__image {
  min-height: 85px;
}

.customer-stats__stat {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-weight: 300;
  font-style: italic;
}

.customer-stats__number {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.customer-stats__label {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  font-style: normal;
  display: block;
}

.rich-menu {
  position: absolute;
  top: 41px;
  right: 0;
  left: 0;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #eee;
  display: none;
  padding-top: 5px;
}
.rich-menu:after {
  content: " ";
  display: block;
  clear: both;
}
.rich-menu:after {
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 5px;
  background: #0290a9;
}
.rich-menu:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 31.91489%;
  content: '';
  background: #fff;
  border-left: 1px solid #ddd;
}
.rich-menu.rich-menu--solutions:before {
  content: none;
}
.hover > .rich-menu, html.no-touch .site-nav__list-item:hover > .rich-menu {
  display: block;
}
body.stick-header .rich-menu {
  top: 35px;
}

.rich-menu__content {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  padding-top: 28px;
  padding-bottom: 36px;
  min-height: 320px;
  position: relative;
}
.rich-menu--solutions .rich-menu__content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.rich-menu__column {
  width: 35.48387%;
  float: left;
  margin-right: 3.22581%;
}

.rich-menu__column--1 {
  margin-left: 12.90323%;
}

.rich-menu__column--2 {
  width: 48.3871%;
  float: right;
  margin-right: 0;
}

.rich-menu--developers .rich-menu__column--2 {
  width: 35.48387%;
  float: right;
  margin-right: 0;
  margin-left: 12.90323%;
}

.rich-menu--solutions .rich-menu__column--1 {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
  margin-left: 8.51064%;
}
.rich-menu--solutions .rich-menu__column--2 {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
}
.rich-menu--solutions .rich-menu__column--3 {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
}
.rich-menu--solutions .rich-menu__column--4 {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
}
.rich-menu--solutions .rich-menu__column--5 {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
}

.rich-menu--products .rich-menu__column--2 {
  width: 35.48387%;
  float: left;
  margin-right: 3.22581%;
  margin-left: 6%;
}

.rich-menu__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.rich-menu__list-item {
  margin-bottom: 8px;
}
.rich-menu__list-item a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
}
.rich-menu__list-item .rich-menu__list-item {
  margin-bottom: 8px;
}
.rich-menu__list-item .rich-menu__list-item:first-child {
  margin-top: 8px;
}
.rich-menu__list-item .rich-menu__list-item a {
  margin-left: 20px;
  display: block;
}
.rich-menu__list-item .rich-menu__list-item a:before {
  margin-left: -12px;
  padding-right: 8px;
  content: '-';
}

.rich-menu__content-footer {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.rich-menu--solutions .rich-menu__content-footer {
  right: 80px;
}

.rich-menu__sidebar {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  padding-top: 28px;
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 73px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  min-height: 320px;
  text-align: center;
}

.rich-menu__sidebar-title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 8px;
}

.rich-menu__sidebar-button {
  position: absolute;
  bottom: 35px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
html.ie8 .rich-menu__sidebar-button {
  left: 36px;
}

.button-menu__container {
  position: relative;
}

.button-menu__list {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 5;
  display: none;
  background: #4db7ca;
  border-radius: 4px 0 4px 4px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  /* inner shadow */
}
.button-menu__container:hover .button-menu__list {
  display: block;
}

.button-menu__link {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-top: 12px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 10px;
  border-top: 1px solid #4ba1b0;
  min-width: 225px;
  display: block;
}
.button-menu__list-item--first .button-menu__link {
  border-top: 0;
  border-radius: 4px 0 0 0;
}
.button-menu__list-item--last .button-menu__link {
  border-radius: 0 0 4px 4px;
}
.button-menu__link, .button-menu__link:visited {
  color: #fff;
}
.button-menu__link:focus, .button-menu__link:hover, .button-menu__link:active {
  background: #97dde9;
  color: #0290a9;
}

.find-a-reseller__wrapper {
  min-height: 876px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(86%, #ffffff), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 86%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 86%, #ebebeb 100%);
}

.find-a-reseller__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 60px;
  position: relative;
}
.find-a-reseller__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .find-a-reseller__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.find-a-reseller__title {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
}

.find-a-reseller__intro {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  margin-bottom: 30px;
}

.reseller-map__container {
  min-height: 542px;
  position: relative;
}

.reseller-map {
  position: absolute;
  top: 18px;
  left: 0;
  width: 942px;
  height: 524px;
  background: url(../images/find-a-reseller-bg-sprite.png) no-repeat 0 0;
  display: none;
}
@media (min-width: 768px) {
  .reseller-map {
    display: block;
  }
}

.resller-map__regions, .resller-map__regions:focus, .resller-map__regions:active, .reseller-map__region, .reseller-map__region:focus, .reseller-map__region:active {
  border: 0;
  outline: none;
}

.reseller-map--na {
  background-position: 0 -524px;
}

.reseller-map--apac {
  background-position: 0 -1048px;
}

.reseller-map--emea {
  background-position: 0 -1572px;
}

.reseller-map--la {
  background-position: 0 -2096px;
}

.reseller-filter {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 42px;
  border: 3px solid #d6d6d6;
  /* stroke */
  border-radius: 6px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */
  box-shadow: 21px 21px 15px rgba(3, 3, 3, 0.12);
  /* drop shadow */
  padding: 30px 30px 6px;
}
@media (min-width: 640px) {
  .reseller-filter {
    width: 380px;
  }
}
@media (min-width: 940px) {
  .reseller-filter {
    display: none;
  }
}
html.ie8 .reseller-filter, .find-a-reseller__state--country .reseller-filter, .find-a-reseller__state--state_province .reseller-filter, .find-a-reseller__state--expertise .reseller-filter, .find-a-reseller__state--results .reseller-filter {
  display: block;
}

.reseller-filter__close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .reseller-filter__close {
    display: block;
  }
}

.reseller-step {
  display: none;
  margin-bottom: 24px;
}

.reseller-step--region, .reseller-step--country {
  display: block;
}

.find-a-reseller__state--state_province .reseller-step--state, .find-a-reseller__state--country-with-states .reseller-step--state {
  display: block;
}

.find-a-reseller__state--expertise .reseller-step--expertise, .find-a-reseller__state--results .reseller-step--expertise {
  display: block;
}

.reseller-steps__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  display: block;
  margin-bottom: 10px;
}

.reseller-steps__lead {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-weight: 400;
  font-style: normal;
  display: none;
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (min-width: 640px) {
  .reseller-steps__lead {
    width: 460px;
  }
}
.find-a-reseller__state--region .reseller-steps__lead {
  display: block;
}
.reseller-steps__lead > span {
  position: relative;
}
.reseller-steps__lead:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .9;
  /* layer alpha */
  background-color: #2a2727;
  /* layer fill content */
  content: '';
}

.reseller__filter {
  display: block;
}
.reseller__filter .select2-choice {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
  border: 0 !important;
  width: 100%;
  border-radius: 4px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background: #ebebeb;
  /* layer fill content */
  -webkit-filter: none;
          filter: none;
}
.reseller__filter .select2-choice .select2-arrow {
  border: 0;
  background: 0;
  width: 30px;
  -webkit-filter: none;
          filter: none;
}
.reseller__filter .select2-choice .select2-arrow b {
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 8px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #5c5757;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: -4px;
  margin-left: 0;
}
.reseller__filter .select2-choice.select2-dropodown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.reseller__filter .select2-choice.select2-dropodown-open.select2-drop-above .select2-choice {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-drop--reseller {
  padding-top: 6px;
  border-color: #ddd !important;
}
.select2-drop--reseller.select2-drop-above {
  padding-top: 0;
  padding-bottom: 6px;
}

.reseller-results__wrapper {
  display: none;
  padding-top: 66px;
}

.reseller-results__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.reseller-results__container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 940px) {
  .reseller-results__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.reseller-results__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 4px double #ddd;
}

.reseller {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #ddd;
}
.reseller:after {
  content: "";
  display: table;
  clear: both;
}
.reseller-results__list-item:first-child .reseller {
  border-top: 0;
}

.reseller__logo {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  text-align: center;
}
@media (min-width: 768px) {
  .reseller__logo {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
  }
}

.reseller__content {
  clear: both;
}
@media (min-width: 768px) {
  .reseller__content {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    clear: none;
  }
}

.reseller__name {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}

.reseller__attributes {
  margin: 0;
  padding-bottom: 14px;
}
.reseller__attributes .attribute__group {
  margin-top: 6px;
}
.reseller__attributes .attribute__name {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
}

.reseller__level {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .reseller__level {
    width: 14.89362%;
    float: right;
    margin-right: 0;
  }
}

.reseller-results__empty-results-message {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  padding-top: 20px;
  padding-bottom: 40px;
}

.tooltipster-centrify {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  background: #0290a9;
  color: #fff;
}
.tooltipster-centrify .tooltipster-content {
  padding: 45px 45px 30px 40px;
}
.tooltipster-centrify .tooltipster-content a {
  color: #fff;
}
.tooltipster-centrify .tooltipster-content a:hover, .tooltipster-centrify .tooltipster-content a:focus {
  color: #ae0000;
}
.tooltipster-centrify .tooltipster-arrow-left span, .tooltipster-centrify .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  border-left: 16px solid;
  top: 50%;
  margin-top: -19px;
  right: -15px;
}
.tooltipster-centrify .tooltipster-arrow-right span, .tooltipster-centrify .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  border-right: 16px solid;
  top: 50%;
  margin-top: -19px;
  left: -15px;
}

.blog-list .more-link {
  margin-left: 71px;
}
.blog-list--simple .more-link {
  margin-left: 0;
}

.section-lead {
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.section-lead:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 940px) {
  .section-lead {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-lead--standout {
  margin-bottom: 40px;
}

.section-lead__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 640px) {
  .section-lead__text {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%;
    margin-left: 8.51064%;
  }
}

.content-footer {
  background: #eee;
}

.section-divider {
  position: relative;
}
.section-divider:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZGZkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1dfdf), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#e1dfdf, #ffffff);
  background: linear-gradient(#e1dfdf, #ffffff);
  content: '';
  height: 25px;
}

.icon--checkmark-in-circle {
  min-height: 50px;
}

.icon--magnifying-glass-stubby {
  min-height: 50px;
}

.highlight-content {
  background: #fff;
  margin-top: -35px;
  padding: 35px;
}

.content-subtitle {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: normal;
}

.column__content .column--1 .column__content .list, .banner__container .column--1 .column__content .list {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .column__content .column--1 .column__content .list, .banner__container .column--1 .column__content .list {
    margin-bottom: 1.5em;
  }
}
.column__content .column--2 .column__content .list, .banner__container .column--2 .column__content .list {
  margin-top: 0;
}
@media (min-width: 768px) {
  .column__content .column--2 .column__content .list, .banner__container .column--2 .column__content .list {
    margin-top: 1.5em;
  }
}

.list__item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.news-article-tile {
  height: 170px;
  padding: 0 10px 10px;
  cursor: pointer;
}
.news-article-tile .logo-image, .news-article-tile .logo-image img {
  max-height: 70px;
}

.news-article__link {
  text-align: center;
  display: inline-block;
}

.blog-list__item {
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.blog-list__item-date {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}
.blog-list__item-date:after {
  content: ' - ';
}

.partner-filter, .customer-filter {
  display: inline-block;
  margin-bottom: 20px;
}

.image-tile {
  cursor: pointer;
}

.image-tile__title {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.2em;
}

.tweet-list__container--sidebar .tweet__meta {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .b-group {
    white-space: nowrap;
  }
}

.b-no-wrap {
  white-space: nowrap;
}

.list--checked {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 46px;
}
@media (min-width: 768px) {
  .list--checked {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.list--checked .list__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  min-height: 44px;
}
.list--checked .list__item:before {
  margin-left: -46px;
  margin-top: 2px;
}

.graphical-title {
  margin-top: 0;
  margin-bottom: 2px;
}

.certificate {
  float: right;
}

.page-intro {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.app-tile {
  min-height: 120px;
  min-height: 7.5rem;
  text-align: center;
}

.app-tile--featured {
  display: inline-block;
  width: 180px;
  height: 180px;
  background: url(../images/svg/picture-frame.svg);
  background-size: 180px 180px;
}
.no-svg .app-tile--featured {
  background-image: url(../images/svg/picture-frame-fallbck.png);
}

.dl-menuwrapper {
  width: 100%;
  z-index: 5;
  max-width: none;
  top: -75px;
}
.dl-menuwrapper:first-child {
  margin-right: 0;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  content: none;
}
.dl-menuwrapper button {
  margin-top: 15px;
  margin-right: 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  border-top: 5px solid #ae0000;
  height: 25px;
  width: 36px;
  border-bottom: 15px double #ae0000;
}
.dl-menuwrapper button, .dl-menuwrapper button.dl-active, .dl-menuwrapper button:hover {
  background: #fff;
}
.dl-menuwrapper button:after {
  content: none;
}
.dl-menuwrapper ul {
  margin: 0;
}
.dl-menuwrapper .dl-menu {
  top: 64px;
  z-index: 3;
  position: fixed;
}
.dl-menuwrapper .dl-menu li {
  background: #eee;
  border-bottom: 1px solid #ccc;
}
.dl-menuwrapper .dl-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  color: #0290a9;
}
.dl-menuwrapper .dl-menu li a:before {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
}
.dl-menuwrapper .dl-menu li .group-title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.6px;
  line-height: 1.225rem;
  font-weight: 800;
  font-style: normal;
  display: block;
  background: #fff;
  color: #ae0000;
  text-transform: uppercase;
}
.dl-menuwrapper .dl-menu li a, .dl-menuwrapper .dl-menu li .group-title {
  padding: 4px 12px;
}
.dl-menuwrapper .dl-menu .dl-back a {
  padding-left: 40px;
  background: #eee;
}
.dl-menuwrapper .dl-menu .dl-back a:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: auto;
  left: 12px;
}

.content--page {
  background: red;
}
@media (min-width: 768px) {
  .content--page {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}

.sidebar--page {
  background: blue;
}
@media (min-width: 768px) {
  .sidebar--page {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}

/*# sourceMappingURL=styles.css.map */