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

.home-banner .app-strip__prev {
    background-image: url('../images/icons/carousel-arrow-left_darker.png');
}

.home-banner .app-strip__next {
    background-image: url('../images/icons/carousel-arrow-right_darker.png');
}

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

.home-banner.slick-slider {
  margin-bottom: 0px;
  height: 480px;
}

.home-banner .home-slide {
    min-height: 480px !important; background-repeat: no-repeat, repeat-x; 
    background-position: center top;
    background-size: cover;
}

@media screen and (min-width: 768px) {

    .home-banner .home-slide {
        background-position: center top;
    }
}

.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, .trial-tile__title--privileged: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, .trial-tile__title--privileged:before {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 60px;
}
.trial-tile__title--privileged:before{
    content: '\e637';
}
.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';
}

.trial-tile__title--infra:before {
  /*bottom: 5px;
  font-size: 42px;*/
  content: '\e62a';
}

.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, .home-banner .slick-dots, .block-list__list, .reseller-steps__list, .reseller-results__list, .onepage-pagination {
  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, .home-banner .slick-dots > li:before, .block-list__list > li:before, .reseller-steps__list > li:before, .reseller-results__list > li:before, .onepage-pagination > 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.banner__title {font-size: 2.25rem;}

.home-banner .banner__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0px;
}

.home-banner .banner__subtitle {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform:none;
  color: #5c5757;
  letter-spacing:normal;
}
.home-banner .banner__content { 
    margin-top: 20px;
}
.home-banner .banner__content p, .home-banner .banner__content span, .home-banner .banner__content a {font-size: 1rem; }

.banner__wrapper.corpmsg {
    /*background-image:url(/media/1208131/generic-banner-d-bg-2.png);background-color:#8c8888;*/
    display:table;
    /*height: 190px;*/
    padding: 25px 0;
    background: rgba(99,99,99,1);
background: -moz-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(62,62,62,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(99,99,99,1)), color-stop(100%, rgba(62,62,62,1)));
background: -webkit-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(62,62,62,1) 100%);
background: -o-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(62,62,62,1) 100%);
background: -ms-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(62,62,62,1) 100%);
background: linear-gradient(to bottom, rgba(99,99,99,1) 0%, rgba(62,62,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#3e3e3e', GradientType=0 );
}

@media (min-width: 768px) {
  .banner__wrapper.corpmsg  {
    padding: 55px 0;
  }
}

.fa-chevron-right.fa-lg {
    font-size: .95em;
    line-height: 0.95em;
    vertical-align: -3%;
}

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

.promo-image-tile {
    position:relative;
    width: 100%;
}

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

a.toolbar__link:hover {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-nobg {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: 700;
  font-style: normal;
  color: #4db7ca;
  padding: 13px 13px 13px 0;
  text-transform: uppercase;
}

.button-nobg.reverse {
    color: #fff;
}

.button:hover, .button:active, .button-menu__container:hover .button {
  background-color: #4db7ca;
  color: #fff;
}

.button-nobg:hover, .button-nobg:active, .button-nobg:visited {
    text-decoration:none;
    color: #4db7ca;
}
.button-nobg.reverse:hover, .button-nobg.reverse:active, .button-nobg.reverse:visited {
    text-decoration:none;
    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;
}
body.identity-platform .main--site {
  background: #f8f7f7;
}

.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: 1px solid #8c8888;
}
@media (min-width: 768px) {  /* was 640px */
  .site-header__background {
    height: 100px;
    border-bottom: 1px solid #8c8888;
  }
  .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;
}
@media (max-width: 640px) {
	.site-id__logo img{
		width:70%;
		margin-top: 10px;
	}
}
.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: 768px) {  /* was 640px */
  .site-toolbar {
    display: block;
  }
}

.toolbar__list-item {
  display: inline-block;
  margin-left: 12px;
}
@media (max-width: 740px) {
	.toolbar__list-item {
		 margin-left: 5px;
	 }
}

.toolbar__list-item.divider { margin-left: 6px;}

.toolbar__list-item.divider span {font-size: 14px;}

.toolbar__list-item .button {
  letter-spacing: .1em;
}

.toolbar__list-item--language {
  padding-top: 7px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-left: 6px;
}
.toolbar__list-item--language img{
	z-index:10;
	top:5px;
}
.toolbar__list-item--language:after {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  height: 30px;
  z-index: 7;
  background: #fff;
  display: none;
  content: '';
}
.toolbar__list-item--language:hover:after {
  display: block;
}
.toolbar__list-item--language:hover .toolbar__link--language {
  border-right-color: #ddd;
}
.toolbar__list-item--language:hover .toolbar__language-list {
  display: block;
}
.toolbar__language-list {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 34px;
  left: 0;
  display: none;
  border-radius: 0 0 3px 3px;
  padding: 4px 8px 8px;
  background: #fff;
  z-index: 6;
}
.toolbar__language-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.toolbar__language-item:first-child {
  padding-top: 0;
}
.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;*/
  top:-3px;
      margin-left: 5px;
}
.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 {
  /*font-size: 18px;
  color: #8c8888;
  content: '\e60c';*/
  content: url('/images/icons/search.svg');
  height: 18px; width: 18px; opacity: .5;
  position: absolute;
  top: 4px;
  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: 768px) {  /* was 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: 768px) {  /* was 640px */
  .nav-collapse {
    width: auto;
    float: right;
  }
}

.nav-collapse .site-nav__list {
  width: 100%;
}
@media (min-width: 768px) {  /* was 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: 768px) {  /* was 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: 768px) {  /* was 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: 768px) {  /* was 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: 0;
  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: 768px) {  /* was 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: 768px) {  /* was 640px */
  .section-nav__container .nav-collapse {
    overflow: visible;
  }
}

.nav-collapse .section-nav__list {
  width: 100%;
}
@media (min-width: 768px) {  /* was 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: #ddd;
  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: 768px) {  /* was 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;
    max-width: 155px;
  }
}
.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;
  }
}
*/
@media (min-width: 640px) {
  .footer-nav__section {
    width: 31.91489%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .footer-nav__section {
    width: 14%;
  }
}
@media (min-width: 940px) {
  .footer-nav__section {
    width: 14.25%;
  }
}
.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 */

@media (min-width: 640px) {
    .button-list {
        margin-bottom: 20px;
    }
}
.button-list .button {
  margin-bottom: 8px;
  margin-left: 8px;
}
.button-list .button:first-child,
.button-list .button-nobg: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 {
    float: left;
    /*margin-left: 8.51064%;
    width: 31.91489%;
    margin-right: 2.12766%;*/
    margin-left: 5%; width: 45%; margin-right: 0px; padding-right:4%; border-right: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .two-column__container--form-wrapper > .column--2 {
    float: left;
    /*margin-left: 17.02128%;
    width: 31.91489%;*/    
    margin-right: 2.12766%;
    margin-left: 5%; width: 40%;
  }
}

@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;
  padding-top: 50px;
}
.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;
  font-size: inherit;
}

.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: 0;
    padding-bottom: 500px;
  }
}

.banner--careers .banner__content-pane {
  text-align: center;
}

.banner--centered {
    margin: 0 auto;
    text-align:center;
    float:none;
}

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


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


.home-banner .banner__title .banner__title--reversed,
.home-banner .banner__subtitle .banner__title--reversed,
.banner__title--reversed,
.banner__subtitle--reversed {
  color: #fff !important;
}



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

.home-banner .app-strip__next, .home-banner .app-strip__prev {
  position: absolute;
  top: 85%;
  cursor: pointer;  
}

.app-strip__next {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -38px;
  width: 21px;
  height: 36px;
  right: -20px;
}

 .home-banner  .app-strip__next {
    right: 20px;
    background-position: 0 0;
  }
@media (min-width: 640px) {


  .app-strip__next {
    right: -30px;
  }
  .home-banner   .app-strip__next {
    right: 30px;    
  }
}
@media (min-width: 768px) {
.home-banner .app-strip__next, .home-banner .app-strip__prev {
  top: 45%;
}
  .app-strip__next {
    right: -50px;
	
  }
  .home-banner .app-strip__next {
    right: 50px;
  }
}
@media (min-width: 940px) {
  .app-strip__next {
    right: -70px;
  }

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

.home-banner .app-strip__prev {
     left: 20px;
}
@media (min-width: 640px) {
  .app-strip__prev {
    left: -30px;
  }

  .home-banner .app-strip__prev {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .app-strip__prev {
    left: -50px;
  }
   .home-banner .app-strip__prev {
    left: 50px;
  }
}
@media (min-width: 940px) {
  .app-strip__prev {
    left: -70px;
  }
   .home-banner .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;
  text-align: center;
}
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;*/
  text-align:center;
  line-height: 1.2em;
  height: 63px;
}
/* removed icon from menu
@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;
}
/* removed icon from menu
@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;
}
/* removed icon from menu
@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, .tabs--icon-tabs .tab-nav__item-link:hover {
  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;
  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;*/
  margin-top: 10px;
  margin-bottom: 30px;
}

.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 > img {
  display: block;
  border: 1px solid #b4b4b4;
}

.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;*/
  border-top: 0px 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;
  word-wrap: break-word;
}
.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: 10px;
  position: relative;
  margin-bottom: 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: 30px;
  }
}

.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: 50px;
  }
  .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: 18px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.0rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-weight: 800;
  font-style: normal;
  color: #4db7ca;
}

.product-excerpt__title {
  margin-top: 0;
  margin-bottom: 18px;
  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;
  }
}

/* for 3 blocks across */
@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-12 {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .trial-tile-group--span-12 .trial-tile__container  {margin-right: 0px;}

  .trial-tile-group--span-12 .trial-tile__container .icon {
        float: left;
    padding-left: 0px;
    padding-top: 15px;
    position: relative;
    width: 45%;
    }   
  
  .trial-tile-group--span-12 .trial-tile__container .icon img {margin: 0 auto;} 

  .trial-tile-group--span-12 .trial-tile__container .info {
           float: left; position:relative;
            width: 55%;
    }
  .trial-tile-group--span-12 ul.trial-tile__features-list  { 
       height: 220px;
    margin: 0 auto;
    padding: 15px 0 0 60px;
    text-align: left;
    width: 70%; }

    .trial-tile-group--span-12 .trial-tile__container .info .trial-tile__title {
        padding: 0px; margin: 0 auto;
    }

  .trial-tile-group--span-12 ul.trial-tile__features-list li { }

  .trial-tile-group--span-12 .trial-tile__button-container {width: 50%; margin: 0 auto; bottom: 30px;}

}

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

/* Apr 2015 - for 4 blocks across  */
@media (min-width: 640px) {
  .trial-tile-group--span-3 {
    width: 24.2%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-3-last {
    width: 24.2%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-6 {
    width: 47%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-6-last {
    width: 47%;
    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,
.trial-tile-group--span-6 .trial-tiles__list-item:after, .trial-tile-group--span-6-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,
.trial-tile-group--span-6 .trial-tiles__list-item:first-child:after, .trial-tile-group--span-6-last .trial-tiles__list-item:first-child:after
 {
  right: 10px;
  left: 0;
}

.trial-tiles__list-item--alt:after {
  background: #006a85;
}

.trial-tiles__list-item--alt2:after {
  background: #4db7ca;
}

.trial-tile__container {
  background: #0290a9;
  border-radius: 5px;
  padding: 20px 40px 84px;
  color: #fff;
}
.trial-tiles__list-item--alt .trial-tile__container {
  background: #006a85;
}

.trial-tiles__list-item--alt2 .trial-tile__container {
  background: #4db7ca;
}
@media (min-width: 640px) {
  .trial-tile-group--span-8 .trial-tile__container, .trial-tile-group--span-8-last .trial-tile__container,
  .trial-tile-group--span-12 .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,
  .trial-tile-group--span-12 .trial-tiles__list-item:first-child .trial-tile__container, .trial-tile-group--span-12-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,
  .trial-tile-group--span-12 .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,
  .trial-tile-group--span-12 .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: inherit;
  text-transform: none;
}
.quote-banner .slick-dots > li {
  width: auto;
  height: auto;
  margin: 0 9px;
}

/* June2016 remove white border from buttons*/
.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: 17px;
  height: 17px;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 1.0;
  content: '';
}
.quote-banner .slick-dots > li.slick-active > button:before {
  background: #ae0000;
}

.home-banner .slick-dots {
  bottom: 30px;
}

.home-banner .slick-dots > li {
  width: auto;
  height: auto;
  margin: 0 9px;
}

/* May2016 remove white border from buttons*/
.home-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 */
}

.home-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: '';
}
.home-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.richmenu, 
.site-nav__list-item:hover > .rich-menu /* fixing issue with touch screens. was: 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--1 {
  width: 27%;
  float: left;
  margin-right: 3.5%;
  margin-left: 6%;
}
.rich-menu--products .rich-menu__column--2 {
  width: 29%;
  float: left;
  margin-right: 4.2%;
  
}
.rich-menu--products .rich-menu__column--3 {
  width: 27%;
  float: left;
  margin-right: 3.22581%;
  
}

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

/*body, html {*/
/*margin: 0;*/
/*overflow: hidden;*/
/*-webkit-transition: opacity 400ms;*/
/*-moz-transition: opacity 400ms;*/
/*transition: opacity 400ms;*/
/*}*/
.onepage-wrapper {
  width: 100%;
  /*height: 100%;*/
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.onepage-wrapper > .section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.onepage-pagination li {
  padding: 0;
  text-align: center;
}

#MainContent .onepage-pagination li {margin-bottom:0;}

.onepage-pagination li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
}

.onepage-pagination li a:before {
  content: '';
  position: absolute;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}

.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

/*body.disabled-onepage-scroll, html*/
.disabled-onepage-scroll .onepage-wrapper {
  position: inherit;
}

.onepage-pagination {
  padding-top: 12px;
  padding-bottom: 12px;
  top: 0;
  right: 0;
  border-radius: 11px;
  background-clip: padding-box;
  border: 1px solid #dedede;
  background-color: #f6f6f6;
}
.onepage-pagination li a {
  padding: 13px 19px;
  background: #f6f6f6;
}
.onepage-pagination li a.active {
  background: #f6f6f6;
}
.onepage-pagination li a:before {
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 100%;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  border: 1px solid #626262;
  background-color: #fff;
}
.onepage-pagination li a.active:before {
  border-color: #ae0000;
  background-color: #ae0000;
}

/* Temporary styling to make it eaiser to inspect elements on active slides */
/*.slide--inactive {*/
/*display: none;*/
/*}*/
.cip__pagination-wrapper {
  position: absolute;
  top: 50%;
  width: 40px;
  min-height: 312px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 10;
}
html.no-transform3d .cip__pagination-wrapper {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-height: 740px) and (orientation: landscape) {
  .cip__pagination-wrapper {
    -webkit-transform: translate3d(0, -40%, 0);
            transform: translate3d(0, -40%, 0);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__pagination-wrapper {
    top: auto;
    bottom: 3px;
    height: 40px;
    min-height: 0;
    width: 100%;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__pagination-wrapper {
    height: 35px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .onepage-pagination {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
    font-size: 0;
    width: auto;
    text-align: center;
    right: 50%;
    top: auto;
    bottom: 0;
    height: 40px;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
}
@media (max-width: 430px) {
  .onepage-pagination {
    height: 32px;
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .onepage-pagination {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .onepage-pagination li {
    display: inline-block;
  }
}
@media (max-width: 430px) {
  .onepage-pagination li a {
    padding: 9px 12px;
  }
  .onepage-pagination li a:before {
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
  }
}

.cip__slide {
  padding-top: 30px;
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__slide {
    padding-top: 10px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--8, .cip__slide--9 {
    padding: 0;
  }
}

.cip__slide--10, .cip__slide--11 {
  padding: 0;
}

.slide__super-title-container {
  margin-top: 28px;
  margin-bottom: 16px;
}
.cip__slide--9 .slide__super-title-container {
  margin-left: 620px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--9 .slide__super-title-container {
    margin-left: 400px;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__slide--9 .slide__super-title-container {
    margin-left: 0;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .slide__super-title-container {
    margin-top: 12px;
    margin-bottom: 0;
  }
}

.slide__super-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;
}
@media (max-width: 768px) and (orientation: portrait) {
  .slide__super-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 44.8px;
    line-height: 2.8rem;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .slide__super-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.slide--inactive .slide__super-title {
  opacity: 0;
}

.slide__title-container {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__title-container {
    margin-bottom: 0;
  }
}
.cip__slide--8 .slide__title-container, .cip__slide--9 .slide__title-container {
  width: 380px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--8 .slide__title-container {
    width: 100%;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--9 .slide__title-container {
    width: auto;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .cip__slide--9 .slide__title-container {
    width: 290px;
  }
}
.cip__slide--9 .slide__title-container {
  margin-left: 620px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--9 .slide__title-container {
    margin-left: 400px;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__slide--9 .slide__title-container {
    margin-left: 0;
  }
}

.slide__title {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 300;
  font-style: normal;
  color: #5c5757;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 414px) and (orientation: portrait) {
  .slide__title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 20.4px;
    line-height: 1.275rem;
  }
}
.slide--inactive .slide__title {
  opacity: 0;
}
.cip__slide--1 .slide__title {
  width: 770px;
  margin: 0 auto;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--1 .slide__title {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__slide--1 .slide__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cip__slide--8 .slide__title, .cip__slide--9 .slide__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: left;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--8 .slide__title, .cip__slide--9 .slide__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28.8px;
    line-height: 1.8rem;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__slide--8 .slide__title, .cip__slide--9 .slide__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.2px;
    line-height: 1.2rem;
  }
}

.slide__sub-title-container {
  margin-top: 28px;
  margin-bottom: 16px;
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__sub-title-container {
    margin-top: 12px;
    margin-bottom: 0;
    min-height: 50px;
  }
}

.slide__sub-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: 600;
  font-style: normal;
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21.6px;
    line-height: 1.35rem;
  }
}
.slide--inactive .slide__sub-title {
  opacity: 0;
}
body.viewing-slide-11 .cip__slide--10 .slide__sub-title {
  opacity: 1;
}
body.viewing-slide-11 .cip__slide--11 .slide__sub-title {
  opacity: 0;
}

.cip__accent {
  color: #ae0000;
}

.cip__accent--end-users {
  color: #0290a9;
}

.cip__accent--privileged-users {
  color: #ff9f19;
}

@media (max-width: 768px) and (orientation: portrait) {
  .slide__intro-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__slide--10 .slide__intro-container {
    display: none;
  }
}

.slide__intro, .slide__outtro {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 300;
  font-style: normal;
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__intro, .slide__outtro {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16.8px;
    line-height: 1.05rem;
  }
  .slide__intro .button--large, .slide__outtro .button--large {
    padding: 8px 17px 6px;
  }
}
.slide--inactive .slide__intro, .slide--inactive .slide__outtro {
  opacity: 0;
}
.cip__slide--10 .slide__intro, .cip__slide--10 .slide__outtro {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__slide--10 .slide__intro, .cip__slide--10 .slide__outtro {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15.6px;
    line-height: 0.975rem;
  }
}
body.viewing-slide-10.going-up .cip__slide--10 .slide__intro, body.viewing-slide-11 .cip__slide--10 .slide__intro, body.viewing-slide-10.going-up .cip__slide--10 .slide__outtro, body.viewing-slide-11 .cip__slide--10 .slide__outtro {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}

.slide__intro--list {
  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: #5c5757;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__intro--list {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 6px;
  }
}
.slide--inactive .slide__intro--list {
  opacity: 0;
}

@-webkit-keyframes pull-in-slide-8 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes pull-in-slide-8 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes push-out-slide-8 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes push-out-slide-8 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
body.viewing-slide-8.going-down .cip__slide--8 {
  -webkit-animation: pull-in-slide-8 500ms;
          animation: pull-in-slide-8 500ms;
}
body.viewing-slide-8.going-up .cip__slide--8 {
  -webkit-animation: pull-in-slide-8 500ms;
          animation: pull-in-slide-8 500ms;
}
body.viewing-slide-9.going-down .cip__slide--8 {
  -webkit-animation: push-out-slide-8 500ms;
          animation: push-out-slide-8 500ms;
}

@-webkit-keyframes pull-in-slide-9 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes pull-in-slide-9 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes push-out-slide-9 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes push-out-slide-9 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
body.viewing-slide-8.going-up .cip__slide--9 {
  -webkit-animation: push-out-slide-9 500ms;
          animation: push-out-slide-9 500ms;
}
body.viewing-slide-9.going-down .cip__slide--9 {
  -webkit-animation: pull-in-slide-9 500ms;
          animation: pull-in-slide-9 500ms;
}
body.viewing-slide-9.going-up .cip__slide--9 {
  -webkit-animation: pull-in-slide-9 500ms;
          animation: pull-in-slide-9 500ms;
}

.cip__slide--8 .slide__content, .cip__slide--9 .slide__content {
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--8 .slide__content, .cip__slide--9 .slide__content {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__slide--8 .slide__content, .cip__slide--9 .slide__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cip__slide--9 .slide__content {
  padding-top: 30px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--9 .slide__content {
    padding-top: 0;
  }
}
.cip__slide--10 .slide__content, .cip__slide--11 .slide__content {
  position: absolute;
  width: 420px;
  text-align: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--10 .slide__content, .cip__slide--11 .slide__content {
    width: 100%;
  }
}
.cip__slide--10 .slide__side--end-users .slide__content, .cip__slide--11 .slide__side--end-users .slide__content {
  right: 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--10 .slide__side--end-users .slide__content, .cip__slide--11 .slide__side--end-users .slide__content {
    right: 0;
  }
}
.cip__slide--10 .slide__side--privileged-users .slide__content, .cip__slide--11 .slide__side--privileged-users .slide__content {
  left: 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--10 .slide__side--privileged-users .slide__content, .cip__slide--11 .slide__side--privileged-users .slide__content {
    left: 0;
  }
}

.slide__list {
  margin: 0;
  padding: 0;
  width: 300px;
  list-style: none;
}
@media (max-width: 768px) and (orientation: portrait) {
  .slide__list br {
    display: none;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .slide__list {
    width: 100%;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .cip__slide--9 .slide__list {
    width: 290px;
  }
}
.slide--inactive .slide__list {
  opacity: 0;
}
.cip__slide--9 .slide__list {
  margin-left: 620px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--9 .slide__list {
    margin-left: 400px;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__slide--9 .slide__list {
    margin-left: 0;
  }
}

.slide__list--content {
  width: auto;
}

.slide__list-item {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
  padding-left: 16px;
}
@media (max-width: 414px) and (orientation: portrait) {
  .slide__list-item {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16.8px;
    line-height: 1.05rem;
    margin-bottom: 8px;
  }
}
.slide__list-item:before {
  height: 6px;
  width: 6px;
  margin-left: -13px;
  border-radius: 100%;
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__list-item:before {
    margin-top: 3px;
  }
}
.slide__list--content .slide__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  margin-bottom: 10px;
  padding-left: 8px;
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__list--content .slide__list-item {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15.6px;
    line-height: 0.975rem;
    margin-bottom: 4px;
  }
}
.slide__list--content .slide__list-item:before {
  background: #ae0000;
}
.slide__list--end-user .slide__list-item:before {
  margin-top: 10px;
  margin-left: -16px;
  position: absolute;
  background-color: #0290a9;
  opacity: 0;
}
@media (max-width: 414px) and (orientation: portrait) {
  .slide__list--end-user .slide__list-item:before {
    margin-top: 3px;
  }
}
body.viewing-slide-8 .slide__list--end-user .slide__list-item:before {
  opacity: 1;
}
html.ie9 .slide__list--end-user .slide__list-item:before {
  display: none;
}
html.ie9 body.viewing-slide-8 .slide__list--end-user .slide__list-item:before {
  display: block;
}
.slide__list--privileged-user .slide__list-item:before {
  margin-top: 10px;
  margin-left: -16px;
  position: absolute;
  background-color: #ff9f19;
  opacity: 0;
}
@media (max-width: 414px) and (orientation: portrait) {
  .slide__list--privileged-user .slide__list-item:before {
    margin-top: 3px;
  }
}
body.viewing-slide-9 .slide__list--privileged-user .slide__list-item:before {
  opacity: 1;
}
html.ie9 .slide__list--privileged-user .slide__list-item:before {
  display: none;
}
html.ie9 body.viewing-slide-9 .slide__list--privileged-user .slide__list-item:before {
  display: block;
}

.slide__description {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-weight: 300;
  font-style: normal;
}
.slide--inactive .slide__description {
  opacity: 0;
}
.slide__description strong {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ae0000;
}
@media (max-width: 768px) and (orientation: portrait) {
  .slide__description br {
    display: none;
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16.8px;
    line-height: 1.05rem;
    margin-bottom: 10px;
  }
}

.cip__slide--7 .slide__header {
  position: absolute;
  left: 50%;
  width: 960px;
  text-align: center;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
html.no-transform3d .cip__slide--7 .slide__header {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__slide--7 .slide__header {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cip__slide--7 .slide__header br {
    display: none;
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__slide--7 .slide__header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.slide__footer {
  position: absolute;
  top: 440px;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 500ms ease;
          transition: transform 500ms ease;
}
@media (max-height: 740px) and (orientation: landscape) {
  .slide__footer {
    top: 360px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .slide__footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .slide__footer {
    padding-left: 20px;
    padding-right: 20px;
    top: 210px;
  }
}
body.viewing-slide-2.going-down .slide__footer {
  -webkit-transition: -webkit-transform 500ms ease 1000ms;
          transition: transform 500ms ease 1000ms;
}
.slide--inactive .slide__footer {
  opacity: 0;
}
body.viewing-slide-11.going-down .cip__slide--10 .slide__footer {
  opacity: 1;
}
.cip__slide--1 .slide__footer {
  top: 470px;
}
@media (max-height: 740px) and (orientation: landscape) {
  .cip__slide--1 .slide__footer {
    top: 390px;
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__slide--1 .slide__footer {
    padding-left: 20px;
    padding-right: 20px;
    top: 250px;
  }
}
.cip__slide--2 .slide__footer, .cip__slide--3 .slide__footer, .cip__slide--4 .slide__footer, .cip__slide--5 .slide__footer, .cip__slide--6 .slide__footer {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
}
.cip__slide--2 .slide__footer .slide__description, .cip__slide--3 .slide__footer .slide__description, .cip__slide--4 .slide__footer .slide__description, .cip__slide--5 .slide__footer .slide__description, .cip__slide--6 .slide__footer .slide__description {
  opacity: 1;
}
body.viewing-slide-1 .cip__slide--2 .slide__footer {
  opacity: 0;
}
body.viewing-slide-1.going-up .cip__slide--2 .slide__footer {
  opacity: 1;
}
body.viewing-slide-2 .cip__slide--2 .slide__footer {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.viewing-slide-3 .cip__slide--2 .slide__footer {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.viewing-slide-3.going-up .cip__slide--2 .slide__footer {
  opacity: 0;
}
body.viewing-slide-4 .cip__slide--2 .slide__footer {
  opacity: 0;
}
body.viewing-slide-2 .cip__slide--3 .slide__footer {
  opacity: 0;
}
body.viewing-slide-2.going-up .cip__slide--3 .slide__footer {
  opacity: 1;
}
body.viewing-slide-3 .cip__slide--3 .slide__footer {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.viewing-slide-4 .cip__slide--3 .slide__footer {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.viewing-slide-4.going-up .cip__slide--3 .slide__footer {
  opacity: 0;
}
body.viewing-slide-5 .cip__slide--3 .slide__footer {
  opacity: 0;
}
body.viewing-slide-3 .cip__slide--4 .slide__footer {
  opacity: 0;
}
body.viewing-slide-3.going-up .cip__slide--4 .slide__footer {
  opacity: 1;
}
body.viewing-slide-4 .cip__slide--4 .slide__footer {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.viewing-slide-5 .cip__slide--4 .slide__footer {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.viewing-slide-5.going-up .cip__slide--4 .slide__footer {
  opacity: 0;
}
body.viewing-slide-6 .cip__slide--4 .slide__footer {
  opacity: 0;
}
body.viewing-slide-4 .cip__slide--5 .slide__footer {
  opacity: 0;
}
body.viewing-slide-4.going-up .cip__slide--5 .slide__footer {
  opacity: 1;
}
body.viewing-slide-5 .cip__slide--5 .slide__footer {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.viewing-slide-6 .cip__slide--5 .slide__footer {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.viewing-slide-6.going-up .cip__slide--5 .slide__footer {
  opacity: 0;
}
body.viewing-slide-7 .cip__slide--5 .slide__footer {
  opacity: 0;
}
body.viewing-slide-5 .cip__slide--6 .slide__footer {
  opacity: 0;
}
body.viewing-slide-5.going-up .cip__slide--6 .slide__footer {
  opacity: 1;
}
body.viewing-slide-6 .cip__slide--6 .slide__footer {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.viewing-slide-7 .cip__slide--6 .slide__footer {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.viewing-slide-7.going-up .cip__slide--6 .slide__footer {
  opacity: 0;
}
body.viewing-slide-8 .cip__slide--6 .slide__footer {
  opacity: 0;
}
.cip__slide--7 .slide__footer {
  left: 50%;
  top: 550px;
  width: 740px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-height: 740px) and (orientation: landscape) {
  .cip__slide--7 .slide__footer {
    top: 450px;
  }
}
@media (max-height: 905px) and (orientation: portrait) {
  .cip__slide--7 .slide__footer {
    top: 590px;
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__slide--7 .slide__footer {
    padding-left: 20px;
    padding-right: 20px;
    top: 295px;
    width: 100%;
  }
}
body.viewing-slide-7 .cip__slide--7 .slide__footer {
  opacity: 1;
}
body.viewing-slide-6.going-up .cip__slide--7 .slide__footer {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-7.going-down .cip__slide--7 .slide__footer {
  -webkit-transition: opacity 200ms linear 600ms;
          transition: opacity 200ms linear 600ms;
}
.cip__slide--10 .slide__footer {
  top: 600px;
  z-index: 12;
}
@media (max-height: 740px) and (orientation: landscape) {
  .cip__slide--10 .slide__footer {
    top: 510px;
  }
}
@media (max-height: 905px) and (orientation: portrait) {
  .cip__slide--10 .slide__footer {
    top: 640px;
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__slide--10 .slide__footer {
    top: 305px;
  }
}
body.viewing-slide-10.going-down .cip__slide--10 .slide__footer {
  -webkit-transition: opacity 200ms linear 800ms;
          transition: opacity 200ms linear 800ms;
}
.cip__slide--11 .slide__footer {
  top: 600px;
  width: 400px;
}
.cip__slide--11 .slide__side--end-users .slide__footer {
  right: 20px;
}
.cip__slide--11 .slide__side--privileged-users .slide__footer {
  left: 20px;
}

.cip__main-diagram {
  position: absolute;
  top: 140px;
  left: 50%;
  width: 780px;
  margin-left: -390px;
  /*border: 1px solid red;*/
  height: 400px;
  z-index: 5;
}
body.viewing-slide-1 .cip__main-diagram {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
html.no-transform3d body.viewing-slide-1 .cip__main-diagram {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
body.viewing-slide-10 .cip__main-diagram, body.viewing-slide-11 .cip__main-diagram {
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
}
html.no-transform3d body.viewing-slide-10 .cip__main-diagram, html.no-transform3d body.viewing-slide-11 .cip__main-diagram {
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}
@media (max-height: 905px) and (orientation: portrait) {
  body.viewing-slide-10 .cip__main-diagram, body.viewing-slide-11 .cip__main-diagram {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
}
@media (max-height: 740px) and (orientation: landscape) {
  .cip__main-diagram {
    -webkit-transform: translate3d(0, -50px, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(0, -50px, 0) scale3d(0.8, 0.8, 0.8);
  }
  body.viewing-slide-1 .cip__main-diagram {
    -webkit-transform: translate3d(0, -80px, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(0, -80px, 0) scale3d(0.8, 0.8, 0.8);
  }
  body.viewing-slide-10 .cip__main-diagram, body.viewing-slide-11 .cip__main-diagram {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 0.8);
  }
}
@media (max-height: 905px) and (orientation: portrait) {
  body.viewing-slide-7 .cip__main-diagram {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  body.viewing-slide-7 .cip__main-diagram {
    -webkit-transform: translate3d(0, -144px, 0) scale(0.5);
            transform: translate3d(0, -144px, 0) scale(0.5);
  }
}
@media (max-height: 628px) and (orientation: portrait) {
  .cip__main-diagram {
    -webkit-transform: translate3d(0, -170px, 0) scale(0.5);
            transform: translate3d(0, -170px, 0) scale(0.5);
  }
  body.viewing-slide-1 .cip__main-diagram {
    -webkit-transform: translate3d(0, -175px, 0) scale(0.5);
            transform: translate3d(0, -175px, 0) scale(0.5);
  }
  body.viewing-slide-10 .cip__main-diagram, body.viewing-slide-11 .cip__main-diagram {
    -webkit-transform: translate3d(0, -135px, 0) scale(0.5);
            transform: translate3d(0, -135px, 0) scale(0.5);
  }
}

.cip__cloud {
  position: absolute;
  top: 140px;
  left: 50%;
  width: 301px;
  height: 170px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
html.no-transform3d .cip__cloud {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.going-down .cip__cloud {
  -webkit-transition: -webkit-transform 500ms ease;
          transition: transform 500ms ease;
}
body.going-up .cip__cloud {
  -webkit-transition: -webkit-transform 500ms ease 500ms;
          transition: transform 500ms ease 500ms;
}
body.viewing-slide-6.going-up .cip__cloud {
  -webkit-transition: -webkit-transform 200ms ease;
          transition: transform 200ms ease;
}
body.viewing-slide-7.going-down .cip__cloud {
  -webkit-transition: -webkit-transform 200ms ease 200ms;
          transition: transform 200ms ease 200ms;
}
body.viewing-slide-7.going-up .cip__cloud {
  -webkit-transition: -webkit-transform 200ms ease;
          transition: transform 200ms ease;
}
body.viewing-slide-8.going-up .cip__cloud, body.viewing-slide-9.going-up .cip__cloud {
  -webkit-transition: -webkit-transform 500ms ease;
          transition: transform 500ms ease;
}
body.viewing-slide-2 .cip__cloud, body.viewing-slide-3 .cip__cloud, body.viewing-slide-4 .cip__cloud, body.viewing-slide-5 .cip__cloud, body.viewing-slide-6 .cip__cloud {
  -webkit-transform: translate3d(-50%, -90%, 0);
          transform: translate3d(-50%, -90%, 0);
}
html.no-transform3d body.viewing-slide-2 .cip__cloud, html.no-transform3d body.viewing-slide-3 .cip__cloud, html.no-transform3d body.viewing-slide-4 .cip__cloud, html.no-transform3d body.viewing-slide-5 .cip__cloud, html.no-transform3d body.viewing-slide-6 .cip__cloud {
  -webkit-transform: translate(-50%, -90%);
      -ms-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
}
body.viewing-slide-7 .cip__cloud {
  -webkit-transform: translate3d(-50%, -97%, 0);
          transform: translate3d(-50%, -97%, 0);
}
html.no-transform3d body.viewing-slide-7 .cip__cloud {
  -webkit-transform: translate(-50%, -97%);
      -ms-transform: translate(-50%, -97%);
          transform: translate(-50%, -97%);
}
body.viewing-slide-8 .cip__cloud {
  -webkit-transform: translate3d(38%, -30%, 0);
          transform: translate3d(38%, -30%, 0);
}
html.no-transform3d body.viewing-slide-8 .cip__cloud {
  -webkit-transform: translate(38%, -30%);
      -ms-transform: translate(38%, -30%);
          transform: translate(38%, -30%);
}
@media (max-width: 768px) and (orientation: portrait) {
  body.viewing-slide-8 .cip__cloud {
    -webkit-transform: translate3d(38%, 50%, 0);
            transform: translate3d(38%, 50%, 0);
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  body.viewing-slide-8 .cip__cloud {
    -webkit-transform: translate3d(0, 80%, 0) scale(0.6);
            transform: translate3d(0, 80%, 0) scale(0.6);
  }
}
body.viewing-slide-9 .cip__cloud {
  -webkit-transform: translate3d(-140%, -30%, 0);
          transform: translate3d(-140%, -30%, 0);
}
html.no-transform3d body.viewing-slide-9 .cip__cloud {
  -webkit-transform: translate(-140%, -30%);
      -ms-transform: translate(-140%, -30%);
          transform: translate(-140%, -30%);
}
@media (max-width: 768px) and (orientation: portrait) {
  body.viewing-slide-9 .cip__cloud {
    -webkit-transform: translate3d(-140%, 50%, 0);
            transform: translate3d(-140%, 50%, 0);
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  body.viewing-slide-9 .cip__cloud {
    -webkit-transform: translate3d(-100%, 80%, 0) scale(0.6);
            transform: translate3d(-100%, 80%, 0) scale(0.6);
  }
}

body.viewing-slide-8 .cip__cloud-content:after, body.viewing-slide-9 .cip__cloud-content:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: .5;
  background: url(../images/centrify-identity-platform/cloud--large-white.png) no-repeat 50% 50%;
  width: 812px;
  height: 460px;
  content: '';
}
html.no-transform3d body.viewing-slide-8 .cip__cloud-content:after, html.no-transform3d body.viewing-slide-9 .cip__cloud-content:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.svg__cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 301px;
  height: 170px;
  fill: #fff;
}
body.going-down .svg__cloud {
  -webkit-transition: -webkit-transform 500ms linear, opacity 500ms linear;
          transition: transform 500ms linear, opacity 500ms linear;
}
body.going-up .svg__cloud {
  -webkit-transition: -webkit-transform 500ms linear 500ms, opacity 500ms linear 500ms;
          transition: transform 500ms linear 500ms, opacity 500ms linear 500ms;
}
body.viewing-slide-6.going-up .svg__cloud {
  -webkit-transition: -webkit-transform 200ms linear, opacity 200ms linear;
          transition: transform 200ms linear, opacity 200ms linear;
}
body.viewing-slide-7.going-down .svg__cloud {
  -webkit-transition: -webkit-transform 200ms linear 200ms, opacity 200ms linear 200ms;
          transition: transform 200ms linear 200ms, opacity 200ms linear 200ms;
}
body.viewing-slide-7.going-up .svg__cloud {
  -webkit-transition: -webkit-transform 200ms linear, opacity 200ms linear;
          transition: transform 200ms linear, opacity 200ms linear;
}
body.viewing-slide-8.going-down .svg__cloud {
  -webkit-transition: -webkit-transform 200ms linear, opacity 200ms linear;
          transition: transform 200ms linear, opacity 200ms linear;
}
body.viewing-slide-9.going-up .svg__cloud {
  -webkit-transition: -webkit-transform 200ms linear, opacity 200ms linear;
          transition: transform 200ms linear, opacity 200ms linear;
}
body.viewing-slide-2 .svg__cloud, body.viewing-slide-3 .svg__cloud, body.viewing-slide-4 .svg__cloud, body.viewing-slide-5 .svg__cloud, body.viewing-slide-6 .svg__cloud {
  -webkit-transform: scale3d(2.27, 2.27, 2.27);
          transform: scale3d(2.27, 2.27, 2.27);
}
html.no-transform3d body.viewing-slide-2 .svg__cloud, html.no-transform3d body.viewing-slide-3 .svg__cloud, html.no-transform3d body.viewing-slide-4 .svg__cloud, html.no-transform3d body.viewing-slide-5 .svg__cloud, html.no-transform3d body.viewing-slide-6 .svg__cloud {
  -webkit-transform: scale(2.27);
      -ms-transform: scale(2.27);
          transform: scale(2.27);
}
body.viewing-slide-7 .svg__cloud {
  -webkit-transform: scale3d(0.72, 0.72, 0.72);
          transform: scale3d(0.72, 0.72, 0.72);
}
html.no-transform3d body.viewing-slide-7 .svg__cloud {
  -webkit-transform: scale(0.72);
      -ms-transform: scale(0.72);
          transform: scale(0.72);
}
body.viewing-slide-8 .svg__cloud, body.viewing-slide-9 .svg__cloud {
  -webkit-transform: scale3d(2.68, 2.68, 2.68);
          transform: scale3d(2.68, 2.68, 2.68);
}
html.no-transform3d body.viewing-slide-8 .svg__cloud, html.no-transform3d body.viewing-slide-9 .svg__cloud {
  -webkit-transform: scale(2.68);
      -ms-transform: scale(2.68);
          transform: scale(2.68);
}

.svg__logo-bug {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 66px;
  height: 66px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
html.no-transform3d .svg__logo-bug {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.going-down .svg__logo-bug {
  -webkit-transition: -webkit-transform 500ms linear;
          transition: transform 500ms linear;
}
body.viewing-slide-1.going-up .svg__logo-bug {
  -webkit-transition: -webkit-transform 500ms linear 500ms;
          transition: transform 500ms linear 500ms;
}
body.viewing-slide-6.going-up .svg__logo-bug {
  -webkit-transition: -webkit-transform 200ms linear;
          transition: transform 200ms linear;
}
body.viewing-slide-7.going-down .svg__logo-bug {
  -webkit-transition: -webkit-transform 200ms linear 200ms;
          transition: transform 200ms linear 200ms;
}
body.viewing-slide-2 .svg__logo-bug, body.viewing-slide-3 .svg__logo-bug, body.viewing-slide-4 .svg__logo-bug, body.viewing-slide-5 .svg__logo-bug, body.viewing-slide-6 .svg__logo-bug {
  -webkit-transform: translate3d(-50%, -100%, 0) scale3d(1.7, 1.7, 1.7);
          transform: translate3d(-50%, -100%, 0) scale3d(1.7, 1.7, 1.7);
}
html.no-transform3d body.viewing-slide-2 .svg__logo-bug, html.no-transform3d body.viewing-slide-3 .svg__logo-bug, html.no-transform3d body.viewing-slide-4 .svg__logo-bug, html.no-transform3d body.viewing-slide-5 .svg__logo-bug, html.no-transform3d body.viewing-slide-6 .svg__logo-bug {
  -webkit-transform: translate(-50%, -100%) scale(1.7);
      -ms-transform: translate(-50%, -100%) scale(1.7);
          transform: translate(-50%, -100%) scale(1.7);
}
body.viewing-slide-7 .svg__logo-bug {
  -webkit-transform: translate3d(-50%, 5%, 0) scale3d(0.72, 0.72, 0.72);
          transform: translate3d(-50%, 5%, 0) scale3d(0.72, 0.72, 0.72);
}
html.no-transform3d body.viewing-slide-7 .svg__logo-bug {
  -webkit-transform: translate(-50%, 5%) scale(0.72);
      -ms-transform: translate(-50%, 5%) scale(0.72);
          transform: translate(-50%, 5%) scale(0.72);
}
body.viewing-slide-8 .svg__logo-bug, body.viewing-slide-9 .svg__logo-bug {
  -webkit-transform: translate3d(-50%, -46%, 0) scale3d(2.4, 2.4, 2.4);
          transform: translate3d(-50%, -46%, 0) scale3d(2.4, 2.4, 2.4);
}
html.no-transform3d body.viewing-slide-8 .svg__logo-bug, html.no-transform3d body.viewing-slide-9 .svg__logo-bug {
  -webkit-transform: translate(-50%, -46%) scale(2.4);
      -ms-transform: translate(-50%, -46%) scale(2.4);
          transform: translate(-50%, -46%) scale(2.4);
}

.cip__platform-box {
  position: absolute;
  bottom: -43%;
  left: 50%;
  height: 140px;
  width: 572px;
  text-align: center;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
html.no-transform3d .cip__platform-box {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cip__platform-box:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background: #ae0000;
  opacity: 0;
  content: '';
}
body.going-down .cip__platform-box:before {
  -webkit-transition: opacity 500ms linear 500ms;
          transition: opacity 500ms linear 500ms;
}
body.going-up .cip__platform-box:before {
  -webkit-transition: opacity 500ms linear;
          transition: opacity 500ms linear;
}
body.viewing-slide-6.going-up .cip__platform-box:before {
  -webkit-transition: opacity 200ms linear 200ms;
          transition: opacity 200ms linear 200ms;
}
body.viewing-slide-7.going-down .cip__platform-box:before {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-2 .cip__platform-box:before, body.viewing-slide-3 .cip__platform-box:before, body.viewing-slide-4 .cip__platform-box:before, body.viewing-slide-5 .cip__platform-box:before, body.viewing-slide-6 .cip__platform-box:before {
  opacity: 1;
}

.cip__cloud-label-container {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  margin: 0;
}
body.viewing-slide-7 .cip__cloud-label-container {
  padding-top: 0;
}
body.viewing-slide-8 .cip__cloud-label-container, body.viewing-slide-9 .cip__cloud-label-container {
  -webkit-transform: translate3d(0, 75%, 0) scale3d(2, 2, 2);
          transform: translate3d(0, 75%, 0) scale3d(2, 2, 2);
}
html.no-transform3d body.viewing-slide-8 .cip__cloud-label-container, html.no-transform3d body.viewing-slide-9 .cip__cloud-label-container {
  -webkit-transform: translateY(75%) scale(2);
      -ms-transform: translateY(75%) scale(2);
          transform: translateY(75%) scale(2);
}
.cip__cloud-flipper .cip__cloud-label-container {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.cip__cloud-label {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  font-style: normal;
  color: #626262;
  letter-spacing: 0;
  text-align: center;
  /*display: inline-block;*/
  /*transform: scale(1);*/
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 10;
  /*perspective: 1px;*/
  /*min-width: 340px;*/
}
body.viewing-slide-2 .cip__cloud-label, body.viewing-slide-3 .cip__cloud-label, body.viewing-slide-4 .cip__cloud-label, body.viewing-slide-5 .cip__cloud-label, body.viewing-slide-6 .cip__cloud-label {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
body.viewing-slide-7 .cip__cloud-label {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 20.16px;
  line-height: 1.26rem;
}
.cip__cloud-flipper .cip__cloud-label {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: none;
}

@-webkit-keyframes pulse-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse-on {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse-on {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
}
@keyframes pulse-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
}
.cip__platform-tiles {
  position: relative;
  font-size: 0;
}

.cip__platform-tile {
  margin-left: 3px;
  margin-right: 3px;
  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;
  position: relative;
  color: #5c5757;
  text-align: center;
  border-radius: 10px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */
  width: 105px;
  height: 70px;
  display: inline-block;
  opacity: 0;
  vertical-align: bottom;
}
body.viewing-slide-2 .cip__platform-tile, body.viewing-slide-3 .cip__platform-tile, body.viewing-slide-4 .cip__platform-tile, body.viewing-slide-5 .cip__platform-tile, body.viewing-slide-6 .cip__platform-tile {
  opacity: 0.2;
}

body.viewing-slide-2 .cip__platform-tile--cloud-directory {
  -webkit-animation: pulse-in 200ms linear forwards;
          animation: pulse-in 200ms linear forwards;
}
html.ie9 body.viewing-slide-2 .cip__platform-tile--cloud-directory {
  opacity: 1;
}

body.viewing-slide-2.going-up .cip__platform-tile--cloud-directory {
  -webkit-animation: pulse-on 200ms linear forwards;
          animation: pulse-on 200ms linear forwards;
}

body.viewing-slide-2.going-down .cip__platform-tile--cloud-directory {
  -webkit-animation: pulse-in 200ms linear 1000ms forwards;
          animation: pulse-in 200ms linear 1000ms forwards;
}

body.viewing-slide-2.going-up .cip__platform-tile--authentication-engine {
  -webkit-animation: pulse-out 200ms linear;
          animation: pulse-out 200ms linear;
}

body.viewing-slide-3 .cip__platform-tile--authentication-engine {
  -webkit-animation: pulse-in 200ms linear forwards;
          animation: pulse-in 200ms linear forwards;
}
html.ie9 body.viewing-slide-3 .cip__platform-tile--authentication-engine {
  opacity: 1;
}

body.viewing-slide-3.going-up .cip__platform-tile--authentication-engine {
  -webkit-animation: pulse-on 200ms linear forwards;
          animation: pulse-on 200ms linear forwards;
}

body.viewing-slide-3.going-up .cip__platform-tile--mfa-and-policy-engine {
  -webkit-animation: pulse-out 200ms linear;
          animation: pulse-out 200ms linear;
}

body.viewing-slide-4 .cip__platform-tile--mfa-and-policy-engine {
  -webkit-animation: pulse-in 200ms linear forwards;
          animation: pulse-in 200ms linear forwards;
}
html.ie9 body.viewing-slide-4 .cip__platform-tile--mfa-and-policy-engine {
  opacity: 1;
}

body.viewing-slide-4.going-up .cip__platform-tile--mfa-and-policy-engine {
  -webkit-animation: pulse-on 200ms linear forwards;
          animation: pulse-on 200ms linear forwards;
}

body.viewing-slide-4.going-up .cip__platform-tile--reporting-engine {
  -webkit-animation: pulse-out 200ms linear;
          animation: pulse-out 200ms linear;
}

body.viewing-slide-5 .cip__platform-tile--reporting-engine {
  -webkit-animation: pulse-in 200ms linear forwards;
          animation: pulse-in 200ms linear forwards;
}
html.ie9 body.viewing-slide-5 .cip__platform-tile--reporting-engine {
  opacity: 1;
}

body.viewing-slide-5.going-up .cip__platform-tile--reporting-engine {
  -webkit-animation: pulse-on 200ms linear forwards;
          animation: pulse-on 200ms linear forwards;
}

body.viewing-slide-5.going-up .cip__platform-tile--secure-cloud-storage {
  -webkit-animation: pulse-out 200ms linear;
          animation: pulse-out 200ms linear;
}

body.viewing-slide-6 .cip__platform-tile--secure-cloud-storage {
  -webkit-animation: pulse-in 200ms linear forwards;
          animation: pulse-in 200ms linear forwards;
}
html.ie9 body.viewing-slide-6 .cip__platform-tile--secure-cloud-storage {
  opacity: 1;
}

body.viewing-slide-6.going-up .cip__platform-tile--secure-cloud-storage {
  -webkit-animation: pulse-on 200ms linear forwards;
          animation: pulse-on 200ms linear forwards;
}

.cip__platform-element {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
body.going-down .cip__platform-element {
  -webkit-transition: opacity 200ms linear 200ms;
          transition: opacity 200ms linear 200ms;
}
body.going-up .cip__platform-element {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-2.going-down .cip__platform-element {
  -webkit-transition: opacity 200ms linear 1200ms;
          transition: opacity 200ms linear 1200ms;
}

body.viewing-slide-2 .cip__platform-tile--cloud-directory .cip__platform-element {
  opacity: 1;
}

body.viewing-slide-3 .cip__platform-tile--cloud-directory {
  opacity: 1;
}
body.viewing-slide-3 .cip__platform-tile--cloud-directory .cip__platform-element, body.viewing-slide-3 .cip__platform-tile--authentication-engine .cip__platform-element {
  opacity: 1;
}

body.viewing-slide-4 .cip__platform-tile--cloud-directory, body.viewing-slide-4 .cip__platform-tile--authentication-engine {
  opacity: 1;
}
body.viewing-slide-4 .cip__platform-tile--cloud-directory .cip__platform-element, body.viewing-slide-4 .cip__platform-tile--authentication-engine .cip__platform-element, body.viewing-slide-4 .cip__platform-tile--mfa-and-policy-engine .cip__platform-element {
  opacity: 1;
}

body.viewing-slide-5 .cip__platform-tile--cloud-directory, body.viewing-slide-5 .cip__platform-tile--authentication-engine, body.viewing-slide-5 .cip__platform-tile--mfa-and-policy-engine {
  opacity: 1;
}
body.viewing-slide-5 .cip__platform-tile--cloud-directory .cip__platform-element, body.viewing-slide-5 .cip__platform-tile--authentication-engine .cip__platform-element, body.viewing-slide-5 .cip__platform-tile--mfa-and-policy-engine .cip__platform-element, body.viewing-slide-5 .cip__platform-tile--reporting-engine .cip__platform-element {
  opacity: 1;
}

body.viewing-slide-6 .cip__platform-tile--cloud-directory, body.viewing-slide-6 .cip__platform-tile--authentication-engine, body.viewing-slide-6 .cip__platform-tile--mfa-and-policy-engine, body.viewing-slide-6 .cip__platform-tile--reporting-engine {
  opacity: 1;
}
body.viewing-slide-6 .cip__platform-tile--cloud-directory .cip__platform-element, body.viewing-slide-6 .cip__platform-tile--authentication-engine .cip__platform-element, body.viewing-slide-6 .cip__platform-tile--mfa-and-policy-engine .cip__platform-element, body.viewing-slide-6 .cip__platform-tile--reporting-engine .cip__platform-element, body.viewing-slide-6 .cip__platform-tile--secure-cloud-storage .cip__platform-element {
  opacity: 1;
}

.cip__satellite {
  opacity: 0;
}
body.going-down .cip__satellite {
  -webkit-transition: opacity 500ms linear;
          transition: opacity 500ms linear;
}
body.going-up .cip__satellite {
  -webkit-transition: opacity 500ms linear 500ms;
          transition: opacity 500ms linear 500ms;
}
body.viewing-slide-2.going-down .cip__satellite {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-6.going-up .cip__satellite {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-7.going-down .cip__satellite, body.viewing-slide-7.going-up .cip__satellite {
  -webkit-transition: opacity 200ms linear 400ms;
          transition: opacity 200ms linear 400ms;
}
body.viewing-slide-8.going-down .cip__satellite {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-9.going-up .cip__satellite {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-10.going-down .cip__satellite {
  -webkit-transition: opacity 200ms linear 600ms;
          transition: opacity 200ms linear 600ms;
}
body.viewing-slide-1 .cip__satellite, body.viewing-slide-10 .cip__satellite, body.viewing-slide-11 .cip__satellite {
  opacity: 1;
}

.cip__satellite-label {
  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;
  position: absolute;
  z-index: 5;
  white-space: nowrap;
}

.cip__satellite--systems {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 143px;
  height: 90px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cip__satellite--systems .cip__satellite-label {
  top: 0;
  right: 99%;
}

.cip__satellite--cloud {
  width: 165px;
  height: 91px;
}

.cip__satellite--iaas {
  position: absolute;
  top: 95px;
  right: 95px;
}
.cip__satellite--iaas .cip__satellite-label {
  top: 0;
  left: 80%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cip__satellite--iaas .cip__satellite-label {
    top: -24px;
    left: 0;
  }
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__satellite--iaas .cip__satellite-label {
    left: -20px;
  }
}

/* JK: fix image position */
.cip__satellite--iaas .svg__servers {
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cip__satellite--cloud-apps {
  position: absolute;
  top: 95px;
  left: 87px;
}
.cip__satellite--cloud-apps .cip__satellite-label {
  top: 0;
  right: 80%;
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__satellite--cloud-apps .cip__satellite-label {
    top: -24px;
    right: 50%;
  }
}
.cip__satellite--cloud-apps .cip__cloud-apps {
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  line-height: 0;
  text-align: center;
}

.cip__satellite--pin {
  width: 89px;
  height: 111px;
}
body.viewing-slide-7.going-down .cip__satellite--pin {
  -webkit-transition: opacity 200ms linear 1200ms;
          transition: opacity 200ms linear 1200ms;
}
body.viewing-slide-7.going-up .cip__satellite--pin {
  -webkit-transition: opacity 200ms linear 600ms;
          transition: opacity 200ms linear 600ms;
}

.cip__satellite--on-premise-servers {
  position: absolute;
  right: 115px;
  bottom: 0;
}
body.viewing-slide-7 .cip__satellite--on-premise-servers {
  top: 227px;
  right: 110px;
  opacity: 1;
}
.cip__satellite--on-premise-servers .cip__satellite-label {
  left: 25%;
  bottom: 110%;
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__satellite--on-premise-servers .cip__satellite-label {
    bottom: 103%;
    left: -25px;
  }
}
.cip__satellite--on-premise-servers .svg__servers {
  position: absolute;
  top: 25%;
  left: 33%;
  -webkit-transform: scale(1.4, 1.4);
      -ms-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
}

.cip__satellite--on-premise-apps {
  position: absolute;
  bottom: 0;
  left: 102px;
}
body.viewing-slide-7 .cip__satellite--on-premise-apps {
  top: 227px;
  left: 110px;
  opacity: 1;
}
.cip__satellite--on-premise-apps .cip__satellite-label {
  bottom: 110%;
  right: 24%;
}
@media (max-width: 414px) and (orientation: portrait) {
  .cip__satellite--on-premise-apps .cip__satellite-label {
    bottom: 102%;
    right: -30%;
  }
}
.cip__satellite--on-premise-apps .svg__on-premise {
  position: absolute;
  top: 22%;
  left: 28%;
  -webkit-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}

.svg__laptop {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 73px;
}

.svg__tablet {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 67px;
}

.svg__satellite-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.svg__cloud--small {
  width: 165px;
  height: 91px;
}

.svg__servers {
  width: 62px;
  height: 53px;
  fill: #ff9f19;
}

.svg__servers--small {
  width: 34px;
  height: 28px;
}

.svg__servers--reversed {
  fill: #fff;
}

.svg__satellite--pin {
  width: 89px;
  height: 114px;
  transform: scale(1.3, 1.3);
}

.svg__on-premise {
  width: 45px;
  height: 26px;
}

.svg__cloud-app {
  width: 37px;
  height: 37px;
}

@-webkit-keyframes cloud-connector {
  0% {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

@keyframes cloud-connector {
  0% {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.cip__connector {
  position: absolute;
  top: 159px;
  left: 50%;
  border-radius: 13px;
  /* border radius */
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #ae0000;
  /* layer fill content */
  width: 146px;
  height: 44px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
body.viewing-slide-7 .cip__connector {
  -webkit-animation: cloud-connector 300ms ease 600ms forwards;
          animation: cloud-connector 300ms ease 600ms forwards;
}
html.ie9 body.viewing-slide-7 .cip__connector {
  opacity: 1;
}

.cip__connector-label {
  position: absolute;
  top: 50%;
  left: 13px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cip__logo-container {
  position: absolute;
  top: 50%;
  right: 13px;
  height: 32px;
  width: 32px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.svg__logo {
  margin-top: 7px;
  margin-left: 7px;
  width: 16px;
  height: 16px;
}

.svg__active-directory {
  margin-left: auto;
  margin-right: auto;
  width: 91px;
  height: 66px;
}

.svg__ldap {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 78px;
  height: 51px;
}

.cip__directory {
  position: absolute;
  top: 283px;
  width: 130px;
  text-align: center;
  opacity: 0;
}
body.viewing-slide-7 .cip__directory {
  opacity: 1;
}
body.viewing-slide-6.going-up .cip__directory {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-7.going-down .cip__directory {
  -webkit-transition: opacity 200ms linear 1200ms;
          transition: opacity 200ms linear 1200ms;
}
body.viewing-slide-7.going-up .cip__directory {
  -webkit-transition: opacity 200ms linear 600ms;
          transition: opacity 200ms linear 600ms;
}
body.viewing-slide-8.going-down .cip__directory {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}

.cip__directory--active-directory {
  left: 265px;
}

.cip__directory--ldap {
  right: 265px;
}

.cip__directory-label {
  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;
  text-transform: none;
  color: #5c5757;
  letter-spacing: 0;
}

.cip__line {
  position: absolute;
  width: 1px;
  height: 200px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACRCAYAAAACc9LKAAAAI0lEQVQoz2OoqqqpZ6ipqf3PAGYhwKjEqMRQkKiurtnPgAoA/FO1GZKldYEAAAAASUVORK5CYII=);
  background-repeat: repeat-y;
  opacity: 0;
}
body.going-down .cip__line {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.going-up .cip__line {
  -webkit-transition: opacity 200ms linear 500ms;
          transition: opacity 200ms linear 500ms;
}
body.viewing-slide-6.going-up .cip__line {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-7.going-down .cip__line {
  /*transition: opacity $entering-leaving-slide-7-duration linear ($entering-leaving-slide-7-duration * 2);*/
}
body.viewing-slide-8.going-down .cip__line {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-9.going-up .cip__line {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
body.viewing-slide-10.going-down .cip__line {
  -webkit-transition: opacity 200ms linear 400ms;
          transition: opacity 200ms linear 400ms;
}

body.viewing-slide-1 .cip__line--satellite, body.viewing-slide-10 .cip__line--satellite, body.viewing-slide-11 .cip__line--satellite {
  opacity: 1;
}

.cip__line--systems {
  top: 20%;
  left: 50%;
  height: 100px;
}
body.viewing-slide-7.going-down .cip__line--systems {
  -webkit-transition: opacity 200ms linear 400ms;
          transition: opacity 200ms linear 400ms;
}

.cip__line--iaas {
  top: 30%;
  left: 60%;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.cip__line--on-premise-servers {
  top: 59%;
  right: 50%;
  height: 220px;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(67deg);
      -ms-transform: rotate(67deg);
          transform: rotate(67deg);
}
body.viewing-slide-7 .cip__line--on-premise-servers {
  top: 223px;
  height: 183px;
  opacity: 1;
  -webkit-transform: rotate(73.5deg);
      -ms-transform: rotate(73.5deg);
          transform: rotate(73.5deg);
}
body.viewing-slide-7 .cip__line--on-premise-servers:after {
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #ae0000;
  border-radius: 100%;
  content: '';
}
body.viewing-slide-7.going-down .cip__line--on-premise-servers {
  -webkit-transition: opacity 300ms linear 900ms;
          transition: opacity 300ms linear 900ms;
}

.cip__line--on-premise-apps {
  top: 59%;
  left: 50%;
  height: 220px;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(-67deg);
      -ms-transform: rotate(-67deg);
          transform: rotate(-67deg);
}
body.viewing-slide-7 .cip__line--on-premise-apps {
  top: 223px;
  height: 183px;
  -webkit-transform: rotate(-73.5deg);
      -ms-transform: rotate(-73.5deg);
          transform: rotate(-73.5deg);
  opacity: 1;
}
body.viewing-slide-7 .cip__line--on-premise-apps:after {
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #ae0000;
  border-radius: 100%;
  content: '';
}
body.viewing-slide-7.going-down .cip__line--on-premise-apps {
  -webkit-transition: opacity 300ms linear 900ms;
          transition: opacity 300ms linear 900ms;
}

.cip__line--cloud-apps {
  top: 30%;
  right: 60%;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.cip__line--cloud-connector {
  top: 135px;
  left: 50%;
  height: 88px;
}
.cip__line--cloud-connector:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #ae0000;
  border-radius: 100%;
  content: '';
}
body.viewing-slide-7 .cip__line--cloud-connector {
  opacity: 1;
}

.cip__line--directory {
  top: 223px;
  left: 50%;
  height: 96px;
}
.cip__line--directory:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #ae0000;
  border-radius: 100%;
  content: '';
}
.cip__line--directory:after {
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #ae0000;
  border-radius: 100%;
  content: '';
}
body.viewing-slide-7 .cip__line--directory {
  opacity: 1;
}
body.viewing-slide-7.going-down .cip__line--directory {
  -webkit-transition: opacity 300ms linear 900ms;
          transition: opacity 300ms linear 900ms;
}

@-webkit-keyframes slide-right-to-middle {
  0% {
    left: -83%;
  }
  100% {
    left: 50%;
  }
}

@keyframes slide-right-to-middle {
  0% {
    left: -83%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes slide-left-to-left {
  0% {
    left: 50%;
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    left: -83%;
    opacity: 0;
  }
}
@keyframes slide-left-to-left {
  0% {
    left: 50%;
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    left: -83%;
    opacity: 0;
  }
}
@-webkit-keyframes slide-left-to-middle {
  0% {
    left: 183%;
  }
  100% {
    left: 50%;
  }
}
@keyframes slide-left-to-middle {
  0% {
    left: 183%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes slide-right-to-right {
  0% {
    left: 50%;
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 183%;
    opacity: 0;
  }
}
@keyframes slide-right-to-right {
  0% {
    left: 50%;
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 183%;
    opacity: 0;
  }
}
.cip__cloud-divider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 564px;
  background: #ababab;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
body.viewing-slide-8 .cip__cloud-divider, body.viewing-slide-9 .cip__cloud-divider {
  opacity: 1;
}
body.viewing-slide-7.going-up .cip__cloud-divider {
  -webkit-animation: slide-left-to-left 500ms;
          animation: slide-left-to-left 500ms;
}
body.viewing-slide-8.going-down .cip__cloud-divider {
  -webkit-animation: slide-right-to-middle 500ms;
          animation: slide-right-to-middle 500ms;
}
body.viewing-slide-9.going-up .cip__cloud-divider {
  -webkit-animation: slide-left-to-middle 500ms;
          animation: slide-left-to-middle 500ms;
}
body.viewing-slide-10.going-down .cip__cloud-divider {
  -webkit-animation: slide-right-to-right 500ms;
          animation: slide-right-to-right 500ms;
}

@-webkit-keyframes reveal-blue-cloud {
  0% {
    width: 0;
  }
  100% {
    width: 402px;
  }
}

@keyframes reveal-blue-cloud {
  0% {
    width: 0;
  }
  100% {
    width: 402px;
  }
}
@-webkit-keyframes conceal-blue-cloud {
  0% {
    width: 402px;
  }
  100% {
    width: 0;
  }
}
@keyframes conceal-blue-cloud {
  0% {
    width: 402px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes reveal-orange-cloud {
  0% {
    width: 0;
  }
  100% {
    width: 401px;
  }
}
@keyframes reveal-orange-cloud {
  0% {
    width: 0;
  }
  100% {
    width: 401px;
  }
}
@-webkit-keyframes conceal-orange-cloud {
  0% {
    width: 401px;
  }
  100% {
    width: 0;
  }
}
@keyframes conceal-orange-cloud {
  0% {
    width: 401px;
  }
  100% {
    width: 0;
  }
}
.cip__cloud--end-users {
  position: absolute;
  top: -142px;
  left: -252px;
  width: 402px;
  height: 456px;
  overflow: hidden;
  background: url(../images/centrify-identity-platform/cloud--large-blue.png) no-repeat 0 0;
  opacity: 0;
}
body.viewing-slide-7.going-up .cip__cloud--end-users {
  -webkit-animation: conceal-blue-cloud 500ms;
          animation: conceal-blue-cloud 500ms;
}
body.viewing-slide-8.going-down .cip__cloud--end-users {
  -webkit-animation: reveal-blue-cloud 500ms;
          animation: reveal-blue-cloud 500ms;
}
body.viewing-slide-8 .cip__cloud--end-users {
  opacity: 1;
}

.cip__cloud-content--end-users {
  position: absolute;
  top: 146px;
  left: 55px;
  width: 330px;
}

.cip__service-tiles {
  margin-top: 8px;
}

.cip__service-tile {
  position: relative;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.29);
  /* stroke */
  border-radius: 8px;
}
.cip__cloud--end-users .cip__service-tile {
  margin-right: 5px;
  margin-bottom: 8px;
  width: 155px;
  height: 79px;
  float: left;
  border-color: #4bb0c2;
}
.cip__cloud--privileged-users .cip__service-tile {
  width: 308px;
  height: 55px;
  margin-bottom: 1px;
  border-color: #ffbb5c;
}

.cip__service-element {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cip__cloud--end-users .cip__service-element {
  color: #0290a9;
}
.cip__cloud--privileged-users .cip__service-element {
  color: #ff9f19;
}

.cip__cloud--privileged-users {
  position: absolute;
  top: -142px;
  right: -252px;
  width: 401px;
  height: 456px;
  overflow: hidden;
  background: url(../images/centrify-identity-platform/cloud--large-orange.png) no-repeat 100% 0;
  opacity: 0;
}
body.viewing-slide-9 .cip__cloud--privileged-users {
  opacity: 1;
}
body.viewing-slide-9.going-up .cip__cloud--privileged-users {
  -webkit-animation: reveal-orange-cloud 500ms;
          animation: reveal-orange-cloud 500ms;
}
body.viewing-slide-10.going-down .cip__cloud--privileged-users {
  -webkit-animation: conceal-orange-cloud 500ms;
          animation: conceal-orange-cloud 500ms;
}

.cip__cloud-content--privileged-users {
  position: absolute;
  top: 157px;
  right: 75px;
  width: 310px;
}

.slide__side {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 500ms ease;
          transition: transform 500ms ease;
}
body.viewing-slide-9 .cip__slide--10 .slide__side, body.viewing-slide-10 .cip__slide--10 .slide__side, body.viewing-slide-11 .cip__slide--10 .slide__side, body.viewing-slide-11 .cip__slide--11 .slide__side {
  opacity: 1;
}
body.viewing-slide-11.going-down .slide__side, body.viewing-slide-10.going-up .slide__side {
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
          transition: transform 500ms, opacity 500ms;
}

.cip__slide--10 .slide__side--end-users {
  background: #cbe3e8;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
html.no-transform3d .cip__slide--10 .slide__side--end-users {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.viewing-slide-10 .cip__slide--10 .slide__side--end-users, body.viewing-slide-11 .cip__slide--10 .slide__side--end-users {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.no-transform3d body.viewing-slide-10 .cip__slide--10 .slide__side--end-users, html.no-transform3d body.viewing-slide-11 .cip__slide--10 .slide__side--end-users {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.slide__side--privileged-users {
  left: 50%;
}
.cip__slide--10 .slide__side--privileged-users {
  background: #f8e5cc;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
html.no-transform3d .cip__slide--10 .slide__side--privileged-users {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.viewing-slide-10 .cip__slide--10 .slide__side--privileged-users, body.viewing-slide-11 .cip__slide--10 .slide__side--privileged-users {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.no-transform3d body.viewing-slide-10 .cip__slide--10 .slide__side--privileged-users, html.no-transform3d body.viewing-slide-11 .cip__slide--10 .slide__side--privileged-users {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.cip__arrow {
  position: absolute;
  top: 318px;
  left: 78px;
  height: 51px;
  width: 51px;
  border: 3px solid #fff;
  border-radius: 100%;
  background: #0290a9;
  cursor: pointer;
  opacity: 0;
}
body.viewing-slide-8 .cip__arrow, body.viewing-slide-9 .cip__arrow {
  opacity: 1;
}

body.viewing-slide-8 .cip__arrow--left {
  cursor: auto;
  opacity: .3;
}

.cip__arrow--right {
  left: 170px;
  background: #ff9f19;
}
body.viewing-slide-9 .cip__arrow--right {
  cursor: auto;
  opacity: .3;
}

.svg__arrow {
  position: absolute;
  top: 0;
  left: 1px;
  width: 45px;
  height: 45px;
}

.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: 20px;
  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;
  }
}

/*about us*/
@media (min-width: 768px) {
	.about-us .mast__container{
    	min-height: 900px;
    }
  }

.about-us .mast__container .button-list {
		 text-align:center;	
}

	


/*# sourceMappingURL=styles.css.map */
/* CSS OVERRIDES FOR CENTRIFY.COM */
/* jb */
/* line 5, ../sass/overrides.scss */
#MainContent ul li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
/* line 9, ../sass/overrides.scss */
#MainContent ul li ol li:before {
  content: none;
}
/* line 13, ../sass/overrides.scss */
#MainContent ul.grid__list li {
  margin-bottom: 10px;
}
/* line 16, ../sass/overrides.scss */
#MainContent .table {
  margin-bottom: 24px;
}
/* line 19, ../sass/overrides.scss */
#MainContent .table ul {
  margin-top: 0;
}
/* line 23, ../sass/overrides.scss */
#MainContent .table thead tr th {
  vertical-align: top;
}
/* line 26, ../sass/overrides.scss */
#MainContent .table thead tr.middle-align th {
  vertical-align: middle;
}
/* line 29, ../sass/overrides.scss */
#MainContent .table thead tr.bottom-align th {
  vertical-align: bottom;
}
/* line 34, ../sass/overrides.scss */
#MainContent .extra-padding--left {
  padding-left: 25px;
}
/* line 35, ../sass/overrides.scss */
#MainContent .extra-padding--right {
  padding-right: 25px;
}

/* line 39, ../sass/overrides.scss */
.server-suite .subsection-nav--horizontal .subsection-nav__list-item {
  padding-right: 2px;
}

/* line 44, ../sass/overrides.scss */
.list--checked li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  min-height: 44px;
  margin-bottom: 1rem;
  margin-bottom: 16px;
}

/* line 54, ../sass/overrides.scss */
.list--checked li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -46px;
  margin-top: 2px;
  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';
}

/* line 82, ../sass/overrides.scss */
.link-list li a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
/* line 87, ../sass/overrides.scss */
.link-list li a:before {
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  padding-left: 4px;
  padding-right: 4px;
  content: "\e600";
}

/* line 100, ../sass/overrides.scss */
.gridded-content__container {
  padding-top: 20px;
}

/* add this class along with .step-tile__content to eliminate the number in the background*/
/* line 105, ../sass/overrides.scss */
.step-tile__content--no-number:before {
  content: '';
}

/* line 109, ../sass/overrides.scss */
.featured-app {
  margin-bottom: 40px;
}
/* line 112, ../sass/overrides.scss */
.featured-app .app-heading {
  margin-top: 40px;
}
/* line 115, ../sass/overrides.scss */
.featured-app .app__image {
  width: 22.5%;
  float: left;
  margin-right: 2.5%;
}
/* line 120, ../sass/overrides.scss */
.featured-app .app__content {
  width: 74%;
  float: right;
  margin-right: 0;
}
/* line 125, ../sass/overrides.scss */
.featured-app .app__content .app__sub-heading {
  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;
}
/* line 136, ../sass/overrides.scss */
.featured-app .app__content .text-right {
  text-align: right;
}
/* line 140, ../sass/overrides.scss */
.featured-app::after {
  content: "";
  display: table;
  clear: both;
}

/* line 148, ../sass/overrides.scss */
.evalCenter__accordion .text-right {
  text-align: right;
}
/* line 149, ../sass/overrides.scss */
.evalCenter__accordion .table {
  margin-bottom: 24px;
}
/* line 151, ../sass/overrides.scss */
.evalCenter__accordion .accordion-intro__sidebar img {
  max-width: 240px;
}
/* line 156, ../sass/overrides.scss */
.evalCenter__accordion .accordion__content .row {
  margin-bottom: 25px;
}

/* line 162, ../sass/overrides.scss */
.video__container--ratio-16x10 {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 62.5%;
}

/* line 169, ../sass/overrides.scss */
.generic__four-wide-images {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
/* line 175, ../sass/overrides.scss */
.generic__four-wide-images .img-container {
  width: 22%;
  margin-right: 4%;
  float: left;
}
/* line 180, ../sass/overrides.scss */
.generic__four-wide-images .img-container:last-child {
  margin-right: 0;
}
/* line 183, ../sass/overrides.scss */
.generic__four-wide-images .img-container .caption {
  text-align: center;
  margin-top: 20px;
}
/* line 188, ../sass/overrides.scss */
.generic__four-wide-images:after {
  clear: both;
}

/* line 193, ../sass/overrides.scss */
.text-right {
  text-align: right;
}

/* line 196, ../sass/overrides.scss */
.text-center {
  text-align: center;
}

/* line 200, ../sass/overrides.scss */
.landing-page__wrapper--contact-us {
  background: #efefef url(/media/96724/su-cu-co-pi__world-map-texture.png) no-repeat 50% 0;
  background-size: auto auto;
}

/* line 205, ../sass/overrides.scss */
.accordion-intro.accordion-intro--border-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 212, ../sass/overrides.scss */
.tabs .tab-content {
  padding-top: 15px;
}

/* line 217, ../sass/overrides.scss */
.content-row--bottom-border {
  padding-top: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/* line 223, ../sass/overrides.scss */
.cell-text--stacked {
  position: relative;
  z-index: 3;
}

/* line 228, ../sass/overrides.scss */
.column-content-list--bulleted li:before {
  width: 6px !important;
  width: 0.375rem;
  height: 6px !important;
  height: 0.375rem;
}

/* line 235, ../sass/overrides.scss */
.no-bullet:before {
  content: "" !important;
}

/* 4 column addon */
/* line 240, ../sass/overrides.scss */
.four-column__wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: 50% 0;
  background-size: cover;
}
/* line 246, ../sass/overrides.scss */
.four-column__wrapper .four-column__container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 253, ../sass/overrides.scss */
.four-column__wrapper .four-column__container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 262, ../sass/overrides.scss */
.icon--why-centrify img {
  max-height: 90px;
}

/* line 265, ../sass/overrides.scss */
.table-sm-font {
  font-size: 0.8em;
  font-weight: 400;
}

/* line 271, ../sass/overrides.scss */
.tab-nav__item-link.tab-icon--executive-tab:before,
.tab-nav__item-link.tab-icon--it-leader-tab:before,
.tab-nav__item-link.tab-icon--it-user-tab:before,
.tab-nav__item-link.tab-icon--ciso-tab:before,
.tab-nav__item-link.tab-icon--it-admin-tab:before,
.tab-nav__item-link.tab-icon--end-user-tab:before {
  font-size: 44px !important;
  margin-top: -26px !important;
}

/* line 282, ../sass/overrides.scss */
.icon-44px {
  font-size: 44px !important;
  margin-top: -26px !important;
}

/* line 287, ../sass/overrides.scss */
.express-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

/* line 294, ../sass/overrides.scss */
.no-bottom-pad {
  padding-bottom: 0;
}

/* line 298, ../sass/overrides.scss */
.no-top-pad {
  padding-bottom: 0;
}

/* line 303, ../sass/overrides.scss */
.table--features .fa {
  color: #0290a9;
}

/* line 308, ../sass/overrides.scss */
.table--divided-third-col thead tr th:nth-child(3),
.table--divided-third-col tbody tr td:nth-child(3) {
  border-left: 1px solid #ddd;
}

/* line 320, ../sass/overrides.scss */
.app-catalog #MainContent .grid-item .logo-image__holder .logo-image img {
  max-height: 60px;
  max-width: 60px;
}

/* line 330, ../sass/overrides.scss */
.on-page-links {
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}

/* line 337, ../sass/overrides.scss */
.section-divider--transparent {
  position: relative;
}
/* line 340, ../sass/overrides.scss */
.section-divider--transparent:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  height: 25px;
  background: -moz-linear-gradient(top, #e1dfdf 0%, rgba(225, 223, 223, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1dfdf), color-stop(100%, rgba(225, 223, 223, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1dfdf 0%, rgba(225, 223, 223, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1dfdf 0%, rgba(225, 223, 223, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1dfdf 0%, rgba(225, 223, 223, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e1dfdf 0%, rgba(225, 223, 223, 0) 100%);
  /* W3C */
}

/* partner portal */
/* line 359, ../sass/overrides.scss */
/*.partnerscentrifycom .site-id img {
  max-width: 90%;
}*/
		
/* line 361, ../sass/overrides.scss */
.partnerscentrifycom .nav-collapse .site-nav__list-item {
 /* padding-left: 8px;
  padding-right: 8px;*/
}
/* line 364, ../sass/overrides.scss */
.partnerscentrifycom .nav-collapse .site-nav__list-item .site-nav__link {
 /* font-size: 0.89rem;*/
}

/* end partner portal */
/* @media requests */
@media (min-width: 940px) {
  /* line 373, ../sass/overrides.scss */
  .four-column__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 381, ../sass/overrides.scss */
  .four-column__container .column--1, .four-column__container .column--2, .four-column__container .column--3, .four-column__container .column--4 {
    width: 25%;
    float: left;
    margin-right: 1.25%;
  }
  /* line 387, ../sass/overrides.scss */
  .four-column__container .column--1 .column__content .featured-content, .four-column__container .column--2 .column__content .featured-content, .four-column__container .column--3 .column__content .featured-content, .four-column__container .column--4 .column__content .featured-content {
    position: relative;
    z-index: 2;
    padding: 20px;
	min-height: 277px;
  }
  /* line 393, ../sass/overrides.scss */
  .four-column__container .column--1 .column__content:before, .four-column__container .column--2 .column__content:before, .four-column__container .column--3 .column__content:before, .four-column__container .column--4 .column__content:before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    background: #fff;
    border-radius: 5px;
    content: '';
  }
  /* line 405, ../sass/overrides.scss */
  .four-column__container .column--4 {
    margin-right: 0;
  }

  /* line 409, ../sass/overrides.scss */
  .bounded-columns .four-column__container {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: none;
  }
  /* line 415, ../sass/overrides.scss */
  .bounded-columns .four-column__container .column--1, .bounded-columns .four-column__container .column--2, .bounded-columns .four-column__container .column--3, .bounded-columns .four-column__container .column--4 {
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    margin-top: 0;
    float: none;
    display: table-cell;
    position: relative;
  }

  /* line 427, ../sass/overrides.scss */
  .home-mast .two-column__wrapper {
    bottom: 50px;
  }

  /* line 433, ../sass/overrides.scss */
  .wwwcentrifycom .gridded-content__wrapper {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  /* line 437, ../sass/overrides.scss */
  .wwwcentrifycom .gridded-content__wrapper .gridded-content__container {
    padding-bottom: 40px;
  }
  /* line 442, ../sass/overrides.scss */
  .wwwcentrifycom .apps-section__wrapper .apps-section__container {
    padding-top: 50px;
  }
}
@media all and (max-width: 768px) {
  /* line 453, ../sass/overrides.scss */
  .generic__four-wide-images .img-container {
    width: 80%;
    margin-left: 10%;
  }
  /* line 456, ../sass/overrides.scss */
  .generic__four-wide-images .img-container img {
    width: 80%;
    margin-left: 10%;
  }
  /* line 461, ../sass/overrides.scss */
  .generic__four-wide-images .tooltipster-centrify {
    visibility: hidden;
  }

  /* line 469, ../sass/overrides.scss */
  .four-column__container .column--1 .column__content .featured-content, .four-column__container .column--2 .column__content .featured-content, .four-column__container .column--3 .column__content .featured-content, .four-column__container .column--4 .column__content .featured-content {
    background: #fff;
    border-radius: 5px;
    content: '';
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  /* line 483, ../sass/overrides.scss */
  .generic__four-wide-images .img-container img {
    width: 100%;
    margin-left: 0;
  }
}
/* search */
/* line 499, ../sass/overrides.scss */
#gsc-iw-id1 {
  height: 40px;
}
/* line 502, ../sass/overrides.scss */
#gsc-iw-id1 td#gs_tti50 {
  height: 40px;
}
/* line 506, ../sass/overrides.scss */
#gsc-iw-id1 #gs_cb50 {
  color: #0290a9;
  margin-top: 5px;
}

/* line 512, ../sass/overrides.scss */
.gsc-control-cse div {
  padding-left: 0;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
     border-color: transparent;
  background-color: #0290a9;
}

/* line 515, ../sass/overrides.scss */
.gsc-search-button input.gsc-search-button {
  border-color: transparent;
  background-color: #0290a9;
}
/* line 518, ../sass/overrides.scss */
.gsc-search-button input.gsc-search-button:hover {
  border-color: #0290a9;
  background-color: #4db7ca;
}
/* line 523, ../sass/overrides.scss */
.gsc-search-button input.gsc-search-button-v2 {
  width: 70px !important;
  height: 38px;
  padding: 10px 26px;
  min-width: 13px;
  margin-top: 7px;
  border-radius: 5px;
}

@media all and (min-width: 768px) {
  /* line 534, ../sass/overrides.scss */
  input.gsc-search-button-v2 {
    width: 70px !important;
  }
}
/* line 539, ../sass/overrides.scss */
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color: #0290a9 !important;
}

/* line 543, ../sass/overrides.scss */
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
  color: #0290a9 !important;
}

/* line 547, ../sass/overrides.scss */
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
  color: #ae0000 !important;
}

/* line 551, ../sass/overrides.scss */
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #8c8888 !important;
}

/* line 555, ../sass/overrides.scss */
.gs-result .gs-title, .gs-result .gs-title * {
  text-decoration: none !important;
}

/* line 559, ../sass/overrides.scss */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #8c8888 !important;
}

/* line 563, ../sass/overrides.scss */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #0290a9 !important;
}

/* end search */
/* cross browser compatibility */
/* line 573, ../sass/overrides.scss */
.app-strip__list .slick-slide img {
  max-width: 90px;
}

/* line 582, ../sass/overrides.scss */
.blog-list .media__img img {
  max-width: 60px;
}

/* line 590, ../sass/overrides.scss */
.video__container--ratio-16x9 .video__content .video__link {
  max-width: 100%;
}

/* line 597, ../sass/overrides.scss */
.news-article-tile .logo-image__holder .logo-image img {
  max-width: 100px !important;
}

/* line 605, ../sass/overrides.scss */
.media-content--pullout .media-content__image {
  position: relative;
  max-width: 100%;
}

/* end cross browser compatibility */
/* line 614, ../sass/overrides.scss */
.bs-enabled figure {
  margin: 0;
}
/* line 617, ../sass/overrides.scss */
.bs-enabled img {
  vertical-align: middle;
}
/* line 620, ../sass/overrides.scss */
.bs-enabled .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 625, ../sass/overrides.scss */
.bs-enabled .img-rounded {
  border-radius: 6px;
}
/* line 628, ../sass/overrides.scss */
.bs-enabled .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 641, ../sass/overrides.scss */
.bs-enabled .img-circle {
  border-radius: 50%;
}
/* line 644, ../sass/overrides.scss */
.bs-enabled hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* line 650, ../sass/overrides.scss */
.bs-enabled .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 660, ../sass/overrides.scss */
.bs-enabled .sr-only-focusable:active,
.bs-enabled .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 669, ../sass/overrides.scss */
.bs-enabled .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 676, ../sass/overrides.scss */
  .bs-enabled .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 681, ../sass/overrides.scss */
  .bs-enabled .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 686, ../sass/overrides.scss */
  .bs-enabled .container {
    width: 1170px;
  }
}
/* line 690, ../sass/overrides.scss */
.bs-enabled .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 696, ../sass/overrides.scss */
.bs-enabled .col-xs-1, .bs-enabled .col-sm-1, .bs-enabled .col-md-1, .bs-enabled .col-lg-1, .bs-enabled .col-xs-2, .bs-enabled .col-sm-2, .bs-enabled .col-md-2, .bs-enabled .col-lg-2, .bs-enabled .col-xs-3, .bs-enabled .col-sm-3, .bs-enabled .col-md-3, .bs-enabled .col-lg-3, .bs-enabled .col-xs-4, .bs-enabled .col-sm-4, .bs-enabled .col-md-4, .bs-enabled .col-lg-4, .bs-enabled .col-xs-5, .bs-enabled .col-sm-5, .bs-enabled .col-md-5, .bs-enabled .col-lg-5, .bs-enabled .col-xs-6, .bs-enabled .col-sm-6, .bs-enabled .col-md-6, .bs-enabled .col-lg-6, .bs-enabled .col-xs-7, .bs-enabled .col-sm-7, .bs-enabled .col-md-7, .bs-enabled .col-lg-7, .bs-enabled .col-xs-8, .bs-enabled .col-sm-8, .bs-enabled .col-md-8, .bs-enabled .col-lg-8, .bs-enabled .col-xs-9, .bs-enabled .col-sm-9, .bs-enabled .col-md-9, .bs-enabled .col-lg-9, .bs-enabled .col-xs-10, .bs-enabled .col-sm-10, .bs-enabled .col-md-10, .bs-enabled .col-lg-10, .bs-enabled .col-xs-11, .bs-enabled .col-sm-11, .bs-enabled .col-md-11, .bs-enabled .col-lg-11, .bs-enabled .col-xs-12, .bs-enabled .col-sm-12, .bs-enabled .col-md-12, .bs-enabled .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 702, ../sass/overrides.scss */
.bs-enabled .col-xs-1, .bs-enabled .col-xs-2, .bs-enabled .col-xs-3, .bs-enabled .col-xs-4, .bs-enabled .col-xs-5, .bs-enabled .col-xs-6, .bs-enabled .col-xs-7, .bs-enabled .col-xs-8, .bs-enabled .col-xs-9, .bs-enabled .col-xs-10, .bs-enabled .col-xs-11, .bs-enabled .col-xs-12 {
  float: left;
}
/* line 705, ../sass/overrides.scss */
.bs-enabled .col-xs-12 {
  width: 100%;
}
/* line 706, ../sass/overrides.scss */
.bs-enabled .col-xs-11 {
  width: 91.66666667%;
}
/* line 707, ../sass/overrides.scss */
.bs-enabled .col-xs-10 {
  width: 83.33333333%;
}
/* line 708, ../sass/overrides.scss */
.bs-enabled .col-xs-9 {
  width: 75%;
}
/* line 709, ../sass/overrides.scss */
.bs-enabled .col-xs-8 {
  width: 66.66666667%;
}
/* line 710, ../sass/overrides.scss */
.bs-enabled .col-xs-7 {
  width: 58.33333333%;
}
/* line 711, ../sass/overrides.scss */
.bs-enabled .col-xs-6 {
  width: 50%;
}
/* line 712, ../sass/overrides.scss */
.bs-enabled .col-xs-5 {
  width: 41.66666667%;
}
/* line 713, ../sass/overrides.scss */
.bs-enabled .col-xs-4 {
  width: 33.33333333%;
}
/* line 714, ../sass/overrides.scss */
.bs-enabled .col-xs-3 {
  width: 25%;
}
/* line 715, ../sass/overrides.scss */
.bs-enabled .col-xs-2 {
  width: 16.66666667%;
}
/* line 716, ../sass/overrides.scss */
.bs-enabled .col-xs-1 {
  width: 8.33333333%;
}
/* line 717, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-12 {
  right: 100%;
}
/* line 718, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-11 {
  right: 91.66666667%;
}
/* line 719, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-10 {
  right: 83.33333333%;
}
/* line 720, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-9 {
  right: 75%;
}
/* line 721, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-8 {
  right: 66.66666667%;
}
/* line 722, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-7 {
  right: 58.33333333%;
}
/* line 723, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-6 {
  right: 50%;
}
/* line 724, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-5 {
  right: 41.66666667%;
}
/* line 725, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-4 {
  right: 33.33333333%;
}
/* line 726, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-3 {
  right: 25%;
}
/* line 727, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-2 {
  right: 16.66666667%;
}
/* line 728, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-1 {
  right: 8.33333333%;
}
/* line 729, ../sass/overrides.scss */
.bs-enabled .col-xs-pull-0 {
  right: auto;
}
/* line 730, ../sass/overrides.scss */
.bs-enabled .col-xs-push-12 {
  left: 100%;
}
/* line 731, ../sass/overrides.scss */
.bs-enabled .col-xs-push-11 {
  left: 91.66666667%;
}
/* line 732, ../sass/overrides.scss */
.bs-enabled .col-xs-push-10 {
  left: 83.33333333%;
}
/* line 733, ../sass/overrides.scss */
.bs-enabled .col-xs-push-9 {
  left: 75%;
}
/* line 734, ../sass/overrides.scss */
.bs-enabled .col-xs-push-8 {
  left: 66.66666667%;
}
/* line 735, ../sass/overrides.scss */
.bs-enabled .col-xs-push-7 {
  left: 58.33333333%;
}
/* line 736, ../sass/overrides.scss */
.bs-enabled .col-xs-push-6 {
  left: 50%;
}
/* line 737, ../sass/overrides.scss */
.bs-enabled .col-xs-push-5 {
  left: 41.66666667%;
}
/* line 738, ../sass/overrides.scss */
.bs-enabled .col-xs-push-4 {
  left: 33.33333333%;
}
/* line 739, ../sass/overrides.scss */
.bs-enabled .col-xs-push-3 {
  left: 25%;
}
/* line 740, ../sass/overrides.scss */
.bs-enabled .col-xs-push-2 {
  left: 16.66666667%;
}
/* line 741, ../sass/overrides.scss */
.bs-enabled .col-xs-push-1 {
  left: 8.33333333%;
}
/* line 742, ../sass/overrides.scss */
.bs-enabled .col-xs-push-0 {
  left: auto;
}
/* line 743, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-12 {
  margin-left: 100%;
}
/* line 744, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
/* line 745, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
/* line 746, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-9 {
  margin-left: 75%;
}
/* line 747, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
/* line 748, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
/* line 749, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-6 {
  margin-left: 50%;
}
/* line 750, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
/* line 751, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
/* line 752, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-3 {
  margin-left: 25%;
}
/* line 753, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
/* line 754, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
/* line 755, ../sass/overrides.scss */
.bs-enabled .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  /* line 757, ../sass/overrides.scss */
  .bs-enabled .col-sm-1, .bs-enabled .col-sm-2, .bs-enabled .col-sm-3, .bs-enabled .col-sm-4, .bs-enabled .col-sm-5, .bs-enabled .col-sm-6, .bs-enabled .col-sm-7, .bs-enabled .col-sm-8, .bs-enabled .col-sm-9, .bs-enabled .col-sm-10, .bs-enabled .col-sm-11, .bs-enabled .col-sm-12 {
    float: left;
  }
  /* line 758, ../sass/overrides.scss */
  .bs-enabled .col-sm-12 {
    width: 100%;
  }
  /* line 759, ../sass/overrides.scss */
  .bs-enabled .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 760, ../sass/overrides.scss */
  .bs-enabled .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 761, ../sass/overrides.scss */
  .bs-enabled .col-sm-9 {
    width: 75%;
  }
  /* line 762, ../sass/overrides.scss */
  .bs-enabled .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 763, ../sass/overrides.scss */
  .bs-enabled .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 764, ../sass/overrides.scss */
  .bs-enabled .col-sm-6 {
    width: 50%;
  }
  /* line 765, ../sass/overrides.scss */
  .bs-enabled .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 766, ../sass/overrides.scss */
  .bs-enabled .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 767, ../sass/overrides.scss */
  .bs-enabled .col-sm-3 {
    width: 25%;
  }
  /* line 768, ../sass/overrides.scss */
  .bs-enabled .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 770, ../sass/overrides.scss */
  .bs-enabled .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 772, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-12 {
    right: 100%;
  }
  /* line 774, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 776, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 778, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-9 {
    right: 75%;
  }
  /* line 780, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 782, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 784, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-6 {
    right: 50%;
  }
  /* line 786, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 788, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 790, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-3 {
    right: 25%;
  }
  /* line 792, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 794, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 796, ../sass/overrides.scss */
  .bs-enabled .col-sm-pull-0 {
    right: auto;
  }
  /* line 798, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-12 {
    left: 100%;
  }
  /* line 800, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 802, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 804, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-9 {
    left: 75%;
  }
  /* line 806, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 808, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 810, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-6 {
    left: 50%;
  }
  /* line 812, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 815, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 818, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-3 {
    left: 25%;
  }
  /* line 821, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 824, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 827, ../sass/overrides.scss */
  .bs-enabled .col-sm-push-0 {
    left: auto;
  }
  /* line 830, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 833, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 836, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 839, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 842, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 845, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 848, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 851, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 854, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 857, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 860, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 863, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 866, ../sass/overrides.scss */
  .bs-enabled .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 871, ../sass/overrides.scss */
  .bs-enabled .col-md-1, .bs-enabled .col-md-2, .bs-enabled .col-md-3, .bs-enabled .col-md-4, .bs-enabled .col-md-5, .bs-enabled .col-md-6, .bs-enabled .col-md-7, .bs-enabled .col-md-8, .bs-enabled .col-md-9, .bs-enabled .col-md-10, .bs-enabled .col-md-11, .bs-enabled .col-md-12 {
    float: left;
  }
  /* line 874, ../sass/overrides.scss */
  .bs-enabled .col-md-12 {
    width: 100%;
  }
  /* line 877, ../sass/overrides.scss */
  .bs-enabled .col-md-11 {
    width: 91.66666667%;
  }
  /* line 880, ../sass/overrides.scss */
  .bs-enabled .col-md-10 {
    width: 83.33333333%;
  }
  /* line 883, ../sass/overrides.scss */
  .bs-enabled .col-md-9 {
    width: 75%;
  }
  /* line 886, ../sass/overrides.scss */
  .bs-enabled .col-md-8 {
    width: 66.66666667%;
  }
  /* line 889, ../sass/overrides.scss */
  .bs-enabled .col-md-7 {
    width: 58.33333333%;
  }
  /* line 892, ../sass/overrides.scss */
  .bs-enabled .col-md-6 {
    width: 50%;
  }
  /* line 895, ../sass/overrides.scss */
  .bs-enabled .col-md-5 {
    width: 41.66666667%;
  }
  /* line 898, ../sass/overrides.scss */
  .bs-enabled .col-md-4 {
    width: 33.33333333%;
  }
  /* line 901, ../sass/overrides.scss */
  .bs-enabled .col-md-3 {
    width: 25%;
  }
  /* line 904, ../sass/overrides.scss */
  .bs-enabled .col-md-2 {
    width: 16.66666667%;
  }
  /* line 907, ../sass/overrides.scss */
  .bs-enabled .col-md-1 {
    width: 8.33333333%;
  }
  /* line 910, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-12 {
    right: 100%;
  }
  /* line 913, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 916, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 919, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-9 {
    right: 75%;
  }
  /* line 922, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 925, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 928, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-6 {
    right: 50%;
  }
  /* line 931, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 934, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 937, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-3 {
    right: 25%;
  }
  /* line 940, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 943, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 946, ../sass/overrides.scss */
  .bs-enabled .col-md-pull-0 {
    right: auto;
  }
  /* line 949, ../sass/overrides.scss */
  .bs-enabled .col-md-push-12 {
    left: 100%;
  }
  /* line 952, ../sass/overrides.scss */
  .bs-enabled .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 955, ../sass/overrides.scss */
  .bs-enabled .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 958, ../sass/overrides.scss */
  .bs-enabled .col-md-push-9 {
    left: 75%;
  }
  /* line 961, ../sass/overrides.scss */
  .bs-enabled .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 964, ../sass/overrides.scss */
  .bs-enabled .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 967, ../sass/overrides.scss */
  .bs-enabled .col-md-push-6 {
    left: 50%;
  }
  /* line 970, ../sass/overrides.scss */
  .bs-enabled .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 973, ../sass/overrides.scss */
  .bs-enabled .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 976, ../sass/overrides.scss */
  .bs-enabled .col-md-push-3 {
    left: 25%;
  }
  /* line 979, ../sass/overrides.scss */
  .bs-enabled .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 982, ../sass/overrides.scss */
  .bs-enabled .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 985, ../sass/overrides.scss */
  .bs-enabled .col-md-push-0 {
    left: auto;
  }
  /* line 988, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 991, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 994, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 997, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 1000, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1003, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1006, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 1009, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1012, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1015, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 1018, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1021, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1024, ../sass/overrides.scss */
  .bs-enabled .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 1029, ../sass/overrides.scss */
  .bs-enabled .col-lg-1, .bs-enabled .col-lg-2, .bs-enabled .col-lg-3, .bs-enabled .col-lg-4, .bs-enabled .col-lg-5, .bs-enabled .col-lg-6, .bs-enabled .col-lg-7, .bs-enabled .col-lg-8, .bs-enabled .col-lg-9, .bs-enabled .col-lg-10, .bs-enabled .col-lg-11, .bs-enabled .col-lg-12 {
    float: left;
  }
  /* line 1032, ../sass/overrides.scss */
  .bs-enabled .col-lg-12 {
    width: 100%;
  }
  /* line 1035, ../sass/overrides.scss */
  .bs-enabled .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 1038, ../sass/overrides.scss */
  .bs-enabled .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 1041, ../sass/overrides.scss */
  .bs-enabled .col-lg-9 {
    width: 75%;
  }
  /* line 1044, ../sass/overrides.scss */
  .bs-enabled .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 1047, ../sass/overrides.scss */
  .bs-enabled .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 1050, ../sass/overrides.scss */
  .bs-enabled .col-lg-6 {
    width: 50%;
  }
  /* line 1053, ../sass/overrides.scss */
  .bs-enabled .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 1056, ../sass/overrides.scss */
  .bs-enabled .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 1059, ../sass/overrides.scss */
  .bs-enabled .col-lg-3 {
    width: 25%;
  }
  /* line 1062, ../sass/overrides.scss */
  .bs-enabled .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 1065, ../sass/overrides.scss */
  .bs-enabled .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 1068, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-12 {
    right: 100%;
  }
  /* line 1071, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 1074, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 1077, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-9 {
    right: 75%;
  }
  /* line 1080, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 1083, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 1086, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-6 {
    right: 50%;
  }
  /* line 1089, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 1092, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 1095, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-3 {
    right: 25%;
  }
  /* line 1098, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 1101, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 1104, ../sass/overrides.scss */
  .bs-enabled .col-lg-pull-0 {
    right: auto;
  }
  /* line 1107, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-12 {
    left: 100%;
  }
  /* line 1110, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 1113, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 1116, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-9 {
    left: 75%;
  }
  /* line 1119, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 1122, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 1125, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-6 {
    left: 50%;
  }
  /* line 1128, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 1131, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 1134, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-3 {
    left: 25%;
  }
  /* line 1137, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 1140, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 1143, ../sass/overrides.scss */
  .bs-enabled .col-lg-push-0 {
    left: auto;
  }
  /* line 1146, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 1149, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1152, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1155, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 1158, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1161, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1164, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 1167, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1170, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1173, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 1176, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1179, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1182, ../sass/overrides.scss */
  .bs-enabled .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1186, ../sass/overrides.scss */
.bs-enabled .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 1193, ../sass/overrides.scss */
.bs-enabled .embed-responsive .embed-responsive-item,
.bs-enabled .embed-responsive iframe,
.bs-enabled .embed-responsive embed,
.bs-enabled .embed-responsive object,
.bs-enabled .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 1206, ../sass/overrides.scss */
.bs-enabled .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 1209, ../sass/overrides.scss */
.bs-enabled .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* line 1212, ../sass/overrides.scss */
.bs-enabled .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1224, ../sass/overrides.scss */
.bs-enabled .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 1228, ../sass/overrides.scss */
.bs-enabled .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 1232, ../sass/overrides.scss */
.bs-enabled .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 1236, ../sass/overrides.scss */
.bs-enabled .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 1240, ../sass/overrides.scss */
.bs-enabled .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
/* line 1244, ../sass/overrides.scss */
.bs-enabled .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
/* line 1253, ../sass/overrides.scss */
.bs-enabled .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 1260, ../sass/overrides.scss */
.bs-enabled .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 1267, ../sass/overrides.scss */
.bs-enabled .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 1274, ../sass/overrides.scss */
.bs-enabled .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 1281, ../sass/overrides.scss */
.bs-enabled .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
/* line 1288, ../sass/overrides.scss */
.bs-enabled .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
/* line 1295, ../sass/overrides.scss */
.bs-enabled .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 1302, ../sass/overrides.scss */
.bs-enabled .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 1309, ../sass/overrides.scss */
.bs-enabled .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* line 1316, ../sass/overrides.scss */
.bs-enabled .clearfix:before,
.bs-enabled .clearfix:after,
.bs-enabled .container:before,
.bs-enabled .container:after,
.bs-enabled .container-fluid:before,
.bs-enabled .container-fluid:after,
.bs-enabled .row:before,
.bs-enabled .row:after {
  content: " ";
  display: table;
}
/* line 1327, ../sass/overrides.scss */
.bs-enabled .clearfix:after,
.bs-enabled .container:after,
.bs-enabled .container-fluid:after,
.bs-enabled .row:after {
  clear: both;
}
/* line 1333, ../sass/overrides.scss */
.bs-enabled .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 1338, ../sass/overrides.scss */
.bs-enabled .pull-right {
  float: right !important;
}
/* line 1341, ../sass/overrides.scss */
.bs-enabled .pull-left {
  float: left !important;
}
/* line 1344, ../sass/overrides.scss */
.bs-enabled .hide {
  display: none !important;
}
/* line 1347, ../sass/overrides.scss */
.bs-enabled .show {
  display: block !important;
}
/* line 1350, ../sass/overrides.scss */
.bs-enabled .invisible {
  visibility: hidden;
}
/* line 1353, ../sass/overrides.scss */
.bs-enabled .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 1360, ../sass/overrides.scss */
.bs-enabled .hidden {
  display: none !important;
  visibility: hidden !important;
}
/* line 1364, ../sass/overrides.scss */
.bs-enabled .affix {
  position: fixed;
}
@-ms-viewport {
  /* line 613, ../sass/overrides.scss */
  .bs-enabled {
    width: device-width;
  }
}
/* line 1370, ../sass/overrides.scss */
.bs-enabled .visible-xs,
.bs-enabled .visible-sm,
.bs-enabled .visible-md,
.bs-enabled .visible-lg {
  display: none !important;
}
/* line 1376, ../sass/overrides.scss */
.bs-enabled .visible-xs-block,
.bs-enabled .visible-xs-inline,
.bs-enabled .visible-xs-inline-block,
.bs-enabled .visible-sm-block,
.bs-enabled .visible-sm-inline,
.bs-enabled .visible-sm-inline-block,
.bs-enabled .visible-md-block,
.bs-enabled .visible-md-inline,
.bs-enabled .visible-md-inline-block,
.bs-enabled .visible-lg-block,
.bs-enabled .visible-lg-inline,
.bs-enabled .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 1391, ../sass/overrides.scss */
  .bs-enabled .visible-xs {
    display: block !important;
  }
  /* line 1394, ../sass/overrides.scss */
  .bs-enabled table.visible-xs {
    display: table;
  }
  /* line 1397, ../sass/overrides.scss */
  .bs-enabled tr.visible-xs {
    display: table-row !important;
  }
  /* line 1400, ../sass/overrides.scss */
  .bs-enabled th.visible-xs,
  .bs-enabled td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 1406, ../sass/overrides.scss */
  .bs-enabled .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 1411, ../sass/overrides.scss */
  .bs-enabled .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 1416, ../sass/overrides.scss */
  .bs-enabled .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1421, ../sass/overrides.scss */
  .bs-enabled .visible-sm {
    display: block !important;
  }
  /* line 1424, ../sass/overrides.scss */
  .bs-enabled table.visible-sm {
    display: table;
  }
  /* line 1427, ../sass/overrides.scss */
  .bs-enabled tr.visible-sm {
    display: table-row !important;
  }
  /* line 1430, ../sass/overrides.scss */
  .bs-enabled th.visible-sm,
  .bs-enabled td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1436, ../sass/overrides.scss */
  .bs-enabled .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1441, ../sass/overrides.scss */
  .bs-enabled .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1446, ../sass/overrides.scss */
  .bs-enabled .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1451, ../sass/overrides.scss */
  .bs-enabled .visible-md {
    display: block !important;
  }
  /* line 1454, ../sass/overrides.scss */
  .bs-enabled table.visible-md {
    display: table;
  }
  /* line 1457, ../sass/overrides.scss */
  .bs-enabled tr.visible-md {
    display: table-row !important;
  }
  /* line 1460, ../sass/overrides.scss */
  .bs-enabled th.visible-md,
  .bs-enabled td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1466, ../sass/overrides.scss */
  .bs-enabled .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1471, ../sass/overrides.scss */
  .bs-enabled .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1476, ../sass/overrides.scss */
  .bs-enabled .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 1481, ../sass/overrides.scss */
  .bs-enabled .visible-lg {
    display: block !important;
  }
  /* line 1484, ../sass/overrides.scss */
  .bs-enabled table.visible-lg {
    display: table;
  }
  /* line 1487, ../sass/overrides.scss */
  .bs-enabled tr.visible-lg {
    display: table-row !important;
  }
  /* line 1490, ../sass/overrides.scss */
  .bs-enabled th.visible-lg,
  .bs-enabled td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 1496, ../sass/overrides.scss */
  .bs-enabled .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 1501, ../sass/overrides.scss */
  .bs-enabled .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 1506, ../sass/overrides.scss */
  .bs-enabled .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 1511, ../sass/overrides.scss */
  .bs-enabled .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1516, ../sass/overrides.scss */
  .bs-enabled .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1521, ../sass/overrides.scss */
  .bs-enabled .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 1526, ../sass/overrides.scss */
  .bs-enabled .hidden-lg {
    display: none !important;
  }
}
/* line 1530, ../sass/overrides.scss */
.bs-enabled .visible-print {
  display: none !important;
}
@media print {
  /* line 1534, ../sass/overrides.scss */
  .bs-enabled .visible-print {
    display: block !important;
  }
  /* line 1537, ../sass/overrides.scss */
  .bs-enabled table.visible-print {
    display: table;
  }
  /* line 1540, ../sass/overrides.scss */
  .bs-enabled tr.visible-print {
    display: table-row !important;
  }
  /* line 1543, ../sass/overrides.scss */
  .bs-enabled th.visible-print,
  .bs-enabled td.visible-print {
    display: table-cell !important;
  }
}
/* line 1548, ../sass/overrides.scss */
.bs-enabled .visible-print-block {
  display: none !important;
}
@media print {
  /* line 1552, ../sass/overrides.scss */
  .bs-enabled .visible-print-block {
    display: block !important;
  }
}
/* line 1556, ../sass/overrides.scss */
.bs-enabled .visible-print-inline {
  display: none !important;
}
@media print {
  /* line 1560, ../sass/overrides.scss */
  .bs-enabled .visible-print-inline {
    display: inline !important;
  }
}
/* line 1564, ../sass/overrides.scss */
.bs-enabled .visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 1568, ../sass/overrides.scss */
  .bs-enabled .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 1573, ../sass/overrides.scss */
  .bs-enabled .hidden-print {
    display: none !important;
  }
}
/* line 1578, ../sass/overrides.scss */
.bs-enabled .no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 1586, ../sass/overrides.scss */
.lp-campaign {
  background-color: #fff;
  /*margin-top: 50px;*/
}
/* line 1589, ../sass/overrides.scss */
.lp-campaign .masthead-full-bg {
  background-color: #435362;
  min-height: 150px;
  margin-top: 45px;
}
/* line 1593, ../sass/overrides.scss */
.lp-campaign .masthead-full-bg .mast__container--inner {
  padding-top: 67px;
  margin-top: -48px;
}
/* line 1597, ../sass/overrides.scss */
.lp-campaign .masthead-full-bg .mast__container--inner .masthead-image img {
  margin-top: -48px;
}
/* line 1600, ../sass/overrides.scss */
.lp-campaign .masthead-full-bg h3 {
  color: #5d7e95;
}
/* line 1603, ../sass/overrides.scss */
.lp-campaign .masthead-full-bg .mast__section-title--subdued {
  color: #fff;
}
/* line 1606, ../sass/overrides.scss */
.lp-campaign .masthead-full-bg .mast__title--reversed {
  color: #E7B234;
}
/* line 1609, ../sass/overrides.scss */
.lp-campaign .masthead-full-bg h1 {
  font-weight: 300;
  font-size: 2.25em;
  line-height: 1.25em;
}
/* line 1616, ../sass/overrides.scss */
.lp-campaign .content-channel h3 {
  color: #5d7e95 !important;
  text-transform: none;

}
/* line 1620, ../sass/overrides.scss */
.lp-campaign .form-document-download {
  margin-bottom: 20px;
}
/* line 1622, ../sass/overrides.scss */
.lp-campaign .form-document-download i {
  padding-top: 10px;
}

@media (max-width: 767px) {
  /* line 1630, ../sass/overrides.scss */
  .lp-campaign .mast__container--inner {
    padding-bottom: 2px;
  }
  /* line 1634, ../sass/overrides.scss */
  .lp-campaign .form-document-download i {
    padding-top: 0;
  }

  /* line 1639, ../sass/overrides.scss */
  .lp-campaign .masthead-full-bg .mast__container--inner .masthead-image img {
    margin-top: 0;
  }
}
/* line 1641, ../sass/overrides.scss */
.centrify-visionary-2015-gartner-magic-quadrant,
.collection-of-it-trends-and-best-practices,
.end-identity-overload,
.essential-guide-to-managing-access-to-saas-applications,
.fifteen-important-questions-to-ask-cloud-iam-provider,
.five-simple-steps-to-securing-your-corporate-identities,
.high-availability-without-high-complexity,
.network-world,
.o365-mr-complicated,
.on-premises-app-gateway,
.provisioning-single-sign-on-for-office-365,
.question-iam-provider,
.top-six-to-consider-with-idaas-solution,
.securing-unified-identity-access-management,
.stop-password-sprawl-es,
.stop-password-sprawl-pt {
  background: #fff;
}
/* line 1648, ../sass/overrides.scss */
.centrify-visionary-2015-gartner-magic-quadrant #MainContent,
.collection-of-it-trends-and-best-practices #MainContent,
.end-identity-overload #MainContent,
.essential-guide-to-managing-access-to-saas-applications #MainContent,
.fifteen-important-questions-to-ask-cloud-iam-provider #MainContent,
.five-simple-steps-to-securing-your-corporate-identities #MainContent,
.high-availability-without-high-complexity #MainContent,
.network-world #MainContent,
.o365-mr-complicated #MainContent,
.on-premises-app-gateway #MainContent,
.provisioning-single-sign-on-for-office-365 #MainContent,
.question-iam-provider #MainContent,
.top-six-to-consider-with-idaas-solution #MainContent,
.securing-unified-identity-access-management #MainContent,
.stop-password-sprawl-es #MainContent,
.stop-password-sprawl-pt #MainContent {
  margin-bottom: -20px;
}
/* line 1651, ../sass/overrides.scss */
.centrify-visionary-2015-gartner-magic-quadrant footer,
.collection-of-it-trends-and-best-practices footer,
.end-identity-overload footer,
.essential-guide-to-managing-access-to-saas-applications footer,
.fifteen-important-questions-to-ask-cloud-iam-provider footer,
.five-simple-steps-to-securing-your-corporate-identities footer,
.high-availability-without-high-complexity footer,
.network-world footer,
.o365-mr-complicated footer,
.on-premises-app-gateway footer,
.provisioning-single-sign-on-for-office-365 footer,
.question-iam-provider footer,
.top-six-to-consider-with-idaas-solution footer,
.securing-unified-identity-access-management footer,
.stop-password-sprawl-es footer,
.stop-password-sprawl-pt footer {
  background: #5c5757;
}

/* line 1658, ../sass/overrides.scss */
.dl-menuwrapper .dl-menu li a,
.dl-menuwrapper .dl-menu li .group-title {
  padding: 10px 12px;
}

/* line 1663, ../sass/overrides.scss */
.dl-menuwrapper .dl-menu li a {
  font-size: 15px;
  font-size: 0.95rem;
}

/* line 1672, ../sass/overrides.scss */
.app-tile .logo-image .logo-image__holder .logo-image img {
  max-height: 90px !important;
  height: 90px !important;
  max-width: 100% !important;
}

/* line 1683, ../sass/overrides.scss */
.download-center .download-center-top {
  margin-bottom: 25px;
}
/* line 1685, ../sass/overrides.scss */
.download-center .download-center-top .header-holder {
  min-height: 60px;
}

/* end jb */




		
/*  SJ   */


  .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

      .nm {
    color:#ee00000;
  display: inline;
}

        .sts {
    color:#ee00000;
  display: inline;
}

          .postedon {
    color:#ee00000;
  display: inline;
}

           .shedfor {
    color:#ee00000;
  display: inline;
}

             .sheduntil {
    color:#ee00000;
  display: inline;
}

              .statverb {
    text-transform: capitalize;
    color:#ee00000;
  display: inline;
}
               .sts {
    text-transform: capitalize;
    color:#ee00000;
  display: inline;
}

 .maintenance {
 /* font-size:12px;*/
  color:#ee00000;
  display: inline;
}

     .servicehist {
 /* font-size:12px;*/
  color:#ee00000;
  display: inline;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
          -moz-transition: -moz-transform .3s ease-out;
          -ms-transition: -ms-transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
       -moz-transform: translate3d(0, -25%, 0);
       -ms-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip:padding-box;
   -ms-background-clip:padding-box;
   -o-background-clip:padding-box;
   background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
   -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
     -o-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.ind1 {
         background-image:url('/library/internet/images/operational.png');
          background-color:black;
      }

    .status0 {
        font-style: italic;
        color: green;
        
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px;


    }
      

     .container{
    display:table;
    width:90%;
    border-collapse: collapse;
    }

 .table-row{  
     display:table-row;
     vertical-align:top;
      
 }
 .col{ 
	display:table-cell;
 	 border:none;
     width:auto;
 }

.resourcesimg{
	border: 2px solid rgba(128, 128, 128, 0.17);
	}

ul.tight  {
    margin-top:0 !important;
    padding-top:0 !important;      
}

ul.tight li  {
    margin-bottom:0 !important; 
    margin-top:0 !important;    
}
@media screen and (max-width: 768px) {
  section.mast__wrapper.mast__wrapper--full-width.mast__wrapper--tight.hide-bg {
    background-image: none !important;
  }
}
@media screen and (max-width: 768px) {
  .trial-tile__footer {
    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 {
	opacity:0.8;
}

body.privilege-service div.gridded-content__container {
  padding-bottom: none !important;
}
.trial-tiles__list-item {
  background-color: #ffffff;
}
.trial-tile__title--privilege:before {
  /*bottom: 5px;
  font-size: 42px;*/
  content: '\e635';
}
body.free-trial div.trial-tile-group--span-12 li.trial-tiles__list-item.trial-tiles__list-item--alt2 div.trial-tile__container
{
min-height: 290px !important;
}

/**/
body.servicenow .list--checked .list__item:before,
body.samanage .list--checked .list__item:before {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  color: #0290a9;
  font-size: 15px;
  background: none;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  content: '\e61a';
}

/* home page banner */

@media (min-width: 768px) {
  .home-banner .banner__content-pane:not(.banner--centered) {
    padding-left:60px;
    width:60%;
  }
}

@media (min-width: 1100px) {
	.home-banner .banner__content-pane:not(.banner--centered) {
    	padding-left:0;
    	padding-right:60px;
        width:50%;
    }

	.home-banner .banner__container {
		max-width:1000px;
	}
}

@media (max-width: 992px) {
  .home-banner .banner__content-pane {
    padding-left:40px;
  }
}

@media (max-width: 640px) {
  .home-banner .banner__content-pane {
    padding-left:20px;
  }

}
/* new - home banner style with center / left / right text */
  .home-banner #banner1.home-slide.wrapper--Center, .home-banner #banner4.home-slide.wrapper--Center, .home-banner #banner2.home-slide.wrapper--Center, .home-banner #banner3.home-slide.wrapper--Center{
  		background-position: center top;
  }
  @media (max-width: 1100px) {
	  .home-banner #banner1.home-slide.wrapper--Left, .home-banner #banner2.home-slide.wrapper--Left, .home-banner #banner3.home-slide.wrapper--Left, .home-banner #banner4.home-slide.wrapper--Left{
	  		background-position: 20% 0;
	  }
  }
  
  /* new form adding */
  .form-agree{
  	    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    font-size: 10px;
    text-align: center;
    line-height: initial;
  }
  .resources__list .video__link{
  		width:140px;
  		}
	
	/* cis what's new */
	#app-edition table td, #app-edition table th{
		padding:10px;
		vertical-align:top;
	}
.oem-opportunities .sdk-tile__logo {
  float: right;
  max-height: 40px;
  max-width: 200px;
  opacity: 1;
  margin-top: 10px;
}

/* remove image map area border when click */
.centrify-identity-platform  img,.centrify-identity-platform  map area { border: none;} /* for this page for now */
.centrify-identity-platform  map area:focus {outline:0;outline:none;}

.why-centrify .video__content{
  overflow: auto;							/* block image float outside of video .. only for specific page for now */
  }


	
.button--large.btn-white{    /* for new implemetation */
	color:inherit;
	background-color:#fff;
}
.button--large.btn-white:hover{
	background-color:#fafafa;
}
/* for new V2 temp */

  @media screen and (max-width: 768px){			/* new banner classes */
	.master.left-image,  banner.left-image, .two-column__wrapper.left-image {
		background-position: 90% 0;
	}	
	.master.right-image, .banner.right-image, .two-column__wrapper.right-image {
		background-position: 0 0;
	}	
}
.news .banner__wrappezr .gridded-content__container {
  padding-top: 20px;
} 

.news .gridded-content__container {
  padding-top: 75px;
}

/* about us */
 @media screen and (min-width: 768px){	
	.about-us #\32 1023 .two-column__column.column--2 .media-content__image{
		line-height: 45em;
		max-height: 400px;
		}
	}
/* Atrenet styles.css overrides */
/* PLEASE GROUP STYLE OVERRIDES BY USER SO THEY ARE NOT OVERWRITTEN */

/* JK */


/* jk: exception to UL margin for sidebar menu */
#MainContent ul li.subsection-nav__list-item {
	margin-bottom: 0;
}
.sidebar-widget .subsection-nav {
			margin-top: 15px;
}

/*
.hide-bg {
  background-position: -30% 0;
}
*/

@media (min-width: 768px) {
    .sidebar-channel {
        padding-top: 60px;
    }
}

    @media (min-width: 768px) {
        .content-channel.wide {
            width: 100%;
            margin-right: 0;
        }

        .downloads .content-channel.wide {
            width: 100%;
            float: left;
            margin-right: 0;
        }
    }

    /* alow masthead content to be either left or right column */

    @media (min-width: 768px) {
        .mast__content-pane.column--1, .mast__media-pane.column--1 {
            width: 48.93617%;
            float: left;
            margin-right: 2.12766%;
        }
    }

    .mast__content-pane.column--2, .mast__media-pane.column--2 {
        padding-top: 30px;
    }

    @media (min-width: 768px) {
        .mast__content-pane.column--2, .mast__media-pane.column--2 {
            width: 48.93617%;
            float: right;
            margin-right: 0;
            padding-top: 0;
        }
    }

    /*additional fonts added to icomoon.svg*/

    .product-resources__item--datasheet:before, .product-resources__item--white-paper:before, .product-resources__item--webinar:before, .product-resources__item--demo:before,
    .product-resources__item--analyst-report:before, .product-resources__item--solutions-brief:before, .product-resources__item--chalktalk:before, .product-resources__item--policy-guide:before,
    .product-resources__item--case-study:before, .product-resources__item--application-note:before, .product-resources__item--resource-link:before, .product-resources__item--blog:before, 
	.product-resources__item--web-page:before,.product-resources__item--whats-new:before, .product-resources__item--best-practices-brief:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--end-user-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-admin-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--executive-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-leader-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-user-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--ciso-tab:before,
    .column__content--checked ul li:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        margin-top: 2px;
        margin-left: -48px;
        background: 0;
        width: auto;
        height: auto;
        color: #0290a9;
        font-size: 40px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    .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--analyst-report:before {
        content: '\e621';
    }

    .product-resources__item--solutions-brief:before,
    .product-resources__item--best-practices-brief:before  {
        content: '\e616';
    }

    .product-resources__item--chalktalk:before {
        margin-left: -55px;
        content: '\e618';
    }

    .product-resources__item--policy-guide:before {
        margin-left: -55px;
        content: '\e621';
    }

 

    .product-resources__item--case-study:before {
        margin-left: -55px;
        content: '\e612';
    }

    .product-resources__item--application-note:before {
        content: '\e624';
    }

    .product-resources__item--resource-link:before {
        margin-left: -55px;
        content: '\e629';
    }

	.product-resources__item--whats-new:before {
        margin-left: -50px;
        content: '\e611';
    }

    .product-resources__item--blog:before {
        content: '\e622';
    }

    .product-resources__item--web-page:before {
        content: '\e615';
    }

    /*additional icons added to icomoon.svg to be used for 3Tab Content Blocks*/

    .tabs--icon-tabs .tab-nav__item-link.tab-icon--end-user-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-admin-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--executive-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-leader-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-user-tab:before,
    .tabs--icon-tabs .tab-nav__item-link.tab-icon--ciso-tab:before {
        position: absolute;
        top: 48%;
        left: 75px;
        margin-top: -28px;
        color: inherit;
        background: 0;
        width: auto;
        height: auto;
        font-size: 56px;
    }

    .tabs--icon-tabs .tab-nav__item-link.tab-icon--end-user-tab:before {
        content: '\e630';
    }

    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-admin-tab:before {
        content: '\e631';
    }

    .tabs--icon-tabs .tab-nav__item-link.tab-icon--executive-tab:before {
        content: '\e632';
    }

    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-leader-tab:before {
        content: '\e633';
    }

    .tabs--icon-tabs .tab-nav__item-link.tab-icon--it-user-tab:before {
        content: '\e634';
    }

    .tabs--icon-tabs .tab-nav__item-link.tab-icon--ciso-tab:before {
        content: '\e635';
    }

    /* icons for circle checks on lists */
    .column__content--checked ul li: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';
    }

    .column__content--checked ul {
        margin-top: 16px;
        margin-top: 1rem;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        padding-left: 46px;
    }

    @media (min-width: 768px) {

        .column__content--checked ul {
            margin-bottom: 40px;
            margin-bottom: 2.5rem;
        }
    }

    .column__content--checked ul li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        line-height: 1.375rem;
        min-height: 44px;
    }

        .column__content--checked ul li:before {
            margin-left: -46px;
            margin-top: 2px;
        }


    /* using Justin's overrides instead
.column__content ul li a:before{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.column__content ul li a:before
{
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 4px;
  padding-right: 4px;
  content: '\e600';
}*/

    /*.column__content ul li:before {width: 0; height: 0;} */

    /* Rich Menus */

    @media (min-width: 768px) {
     .rich-menu__list-item.menugap {margin-top: 33px;}
    }

   #megamenu .rich-menu--developers .rich-menu__column--2 {
        width: 35.48387%;
        /*float: right;*/ float: left;
        /*margin-left: 12.90323%;*/ margin-left: 0;
        margin-right: 0;
    }

   #megamenu .rich-menu--solutions .rich-menu__column--1 {
        width: 23%;
        float: left;
        margin-right: 2%;
        margin-left: 5%;
    }

   #megamenu .rich-menu--solutions .rich-menu__column--2 { /*there is no column 2 */
        width: 17%;
        float: left;
        margin-right: 2%;
    }

   #megamenu .rich-menu--solutions .rich-menu__column--3 {
        width: 17%;
        float: left;
        margin-right: 2%;
    }

  #megamenu .rich-menu--solutions .rich-menu__column--4 {
        width: 17%;
        float: left;
        margin-right: 2%;
    }

 #megamenu .rich-menu--solutions .rich-menu__column--5 {
        width: 17%;
        float: left;
        margin-right: 2%;
    }


 #megamenu .rich-menu__content-footer {
        position: absolute;
        right: 60px;
        bottom: 15px;
    }

 .rich-menu__list-item {
  margin-bottom: 10px;
}

    .rich-menu__list-item a {
        display: block;
        line-height: 1.1rem;
    }

    /* for catalog detail pages */
    .h-sub-heading--catalog {
        font-size: 1.05rem;
        font-weight: 600;
    }

    /* grid items may not always be links */
    .news-article-tile {
        cursor: initial;
    }

    /* Customer Support Portal Page*/

    #customersupport.trial-tiles__wrapper {
        padding-bottom: 40px;
        padding-top: 0px;
    }

    @media (min-width: 640px) {
  .trial-tile-group--span-6 {
    width: 48%;
    float: left;
    margin-right: 2.12766%;
    
  }
}

@media (min-width: 640px) {
  .trial-tile-group--span-6-last {
    width: 49%;
    float: right;
    margin-right: 0;
  }
}



    #customersupport .trial-tile-group__title {
        font-size: 1rem;
    }

    #customersupport .trial-tile__title--cloud, 
    #customersupport .trial-tile__title--privileged, 
    #customersupport .trial-tile__title--laptop, 
    #customersupport .trial-tile__title--server {
        /*alisa add*/
        padding-top:10px !important; 
        height:30px !important;  
        width:40px !important; 
        text-align:center !important; 
        margin-left:auto !important; 
        margin-right:auto !important; 
        padding-left:0 !important; 

    }

    #customersupport .trial-tile__title--cloud:before, 
    #customersupport .trial-tile__title--laptop:before, 
    #customersupport .trial-tile__title--server:before {
        /*bottom: 8px;*/
        font-size: 25px;
        /*left: -10px;*/
    }

    #customersupport .trial-tile__title--privileged:before { 
        font-size: 75px !important;
        bottom:-25px;
    }

  #customersupport  .trial-tile__container {
  padding: 20px 20px 74px;
  
}

   #customersupport .trial-tile__title {
        font-size: 1.5rem;
        line-height: 2.15rem;
        margin: 0;
        padding-left: 62px;

        /*alisa add*/
        padding-left: 0 !important; 
        font-size: 1.3em !important; 
        display: block !important;
    }

   #customersupport .trial-tile__title--server {
        padding-left: 52px;
    }

     #customersupport .trial-tile__title--server:before {
        bottom: 0 !important;
    }

   #customersupport .link-list__item-link {
        padding-left: 25px;
        color: #ffffff;    
        font-size: 1.2rem;
}

   #customersupport .trial-tile__container .features {
        padding: 10px 0;
        color: #fff;
        text-align: left;
}

 #customersupport .trial-tile__button-container {
  position: absolute;
  right: 40px;
  bottom: 20px;
  left: 40px;
}

    @media (min-width: 640px) {
       /* #customersupport .trial-tile-group--span-8 .trial-tiles__list-item:first-child .trial-tile__button-container {
            left: 0;
            right: 30px;
        }*/

       /*#customersupport .trial-tile-group--span-8 .trial-tile__button-container, #customersupport .trial-tile-group--span-8-last .trial-tile__button-container,*/
       #customersupport .trial-tile__button-container {
         bottom: 20px;
         left: 20px;
         right: 30px;         
        }   

         #customersupport .trial-tile__link-container {
         bottom: 20px; 
         left: 0px;
         right: 30px;
         position:absolute;
        }

            #customersupport .trial-tile__link-container a {
                float: left; margin-left: 20px;
            } 
    }
			
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 13px;
}

/* support overview page */

.overview .content-channel {margin-right: 0;}

#sp-overview {float:left;}

#sp-overview .support-group--span-4,
#sp-overview .support-group--span-4-last{
    float: left;
    margin-right: 3.0%;
    width: 31.3%;
}

#sp-overview .support-group--span-4-last {
    margin-right: 0;    
}

#sp-overview h2 {font-size:1.25rem;}

#sp-overview ul {list-style: outside none none;
    margin: 0;
	padding: 0;}

#sp-overview ul li {margin-bottom: .5rem}

#sp-overview li:before {
    content: none;
}

#sp-overview li a:before {
    content: "";
    font-family: "icomoon";
    font-size: 0.75rem;
    left: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
}

#sp-overview li a {
    display: inline-block;
    padding-left: 25px;
    position: relative;
	font-size: .9rem;
}

/* home page tweet */
.tweet--default{
    padding-bottom: 30px;
}


.tweet--default .tweet__content {
    font-size: 1.2rem;
    line-height: 1.8rem;    
   word-wrap: break-word;
}


.tweet--default:before {
    border-width: 15px 22.5px;    
}

.tweet--default .tweet__link {
  padding-left:2.8125rem;
  padding-right:2.8125rem;
  position:relative;
}

body.sitemap .content-channel {padding-top: 0px;}

#prodlob3 .product-excerpt__title {
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 34px;
  font-size: 2.3rem;
  line-height: 44px;
  line-height: 2.2rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

#prodlob3 .product-excerpt__subtitle {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: .998rem;
  line-height: 25.2px;
  line-height: 1.575rem;
  letter-spacing: .01rem;
  font-weight: 700;
  font-style: normal;
  color: #4db7ca;
}

#banner2.home-slide,#banner1.home-slide,#banner3.home-slide,#banner4.home-slide {
    background-position: left top;
    
}

/* free trial page */

    .trial-tile__container{
          height: auto;               
        }

     @media screen and (min-width: 640px) {      /* fixed and updated for new trial page layout */
      .trial-tile__container{
          height: 350px;   
        }
    }
    
    .trial-tile__button-container {
        position: inherit;
        padding-bottom: 10px;
    }
    
    .trial-tile__container--dark{
        background-color: #006a85;
    }
    .trial-tile__link{
        margin: 20px 0;
    }
    .trial-tile__link.twomenu{
        margin: 10px 0;
    }
    .trial-tile__link a{
        font-size: 17px;
        color: white;
    }
    .trial-tile__link a:hover {
        color: #7E0F18;
    }
    .trial-tile-group__title:before, .trial-tile-group__title:after{
        border: 0;
    }
    .trial-tile-group__title-container:before, .trial-tile-group__title-container:after {
        display: none;
    }
    h2{
          margin-top: 1em;
          margin-bottom: 1em;
          font-size: x-large;
    }

    .trial-tile__title--cloud:before, .trial-tile__title--laptop:before, .trial-tile__title--server:before {
        position: absolute;
        bottom: 0px;
        left: 0;
        font-size: 60px;
    }
        .trial-tile__title--privileged:before {
        bottom: -60px;
        left: 0;
        font-size: 180px;
    }

/* end JK */

/*NEW*/

.banner-subtext {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
}

.banner-subtext p {margin: 0;}


.wwwcentrifycom .banner__wrapper.nopadding{
	padding:0;
	display:table;
	}

/* new richmenu */
.rich-menu.richmenu {
  position: absolute;
  top: 41px;
  right: 0;
  left: 0;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  background: url('/images/css/mega-background.png');
  display: none;
  padding-top: 5px;
}

.rich-menu.richmenu.richmenu-solutions{
	width:640px;
	margin-left:300px;
}
 @media (max-width: 940px) {
	 .rich-menu.richmenu.richmenu-solutions{
		width:70%;
		margin-left:30%;
	}
 }
.richmenu-title{
  font-size: 13px;
  line-height: 18px;
  line-height: 1.125rem;
  color:#2DCEEA;	
   margin-top: 30px;
       letter-spacing: initial;
       font-weight: 600;
}

.richmenu-listitem{
  font-size: 13px;
  line-height: 16.8px;
  line-height: 1.05rem;
    margin-bottom: 10px;
  
}
.richmenu-content{
  float: left;
  padding-bottom: 36px;
  width:100%;
}
.richmenu-column {
  float: left;
  margin:0;
}
.richmenu-column--wall{
	width:1px;
	background-color: gray;
    float: left;
    height: 250px;
    position: relative;
    margin: 20px 1px;
}

.richmenu-listitem a{
  color:#eee;
}

 .richmenu-column {
  width: 32%;
  padding-left:30px;
  float: left;
  }

.richmenu-solutions .richmenu--column1 {
  width: 47%;
}

.rich-menu.richmenu.richmenu-partners{
	width:640px;
	margin-left:300px;
}

.richmenu-partners .richmenu--column1 {
  width: 50%;
}

.richmenu-partners .richmenu--column2 {
  width: 48%;
}

.richmenu-solutions .richmenu-content, .richmenu-partners .richmenu-content, .richmenu-company .richmenu-content{
	padding-bottom:0;
		height:320px;
		overflow:hidden;

}



.richmenu-solutions .richmenu--sidecolumn, .richmenu-partners .richmenu--sidecolumn, .richmenu-company .richmenu--sidecolumn{
  width: 33%;
  background-color:white;
  float: right;
  margin:0;
  text-align:center;
  padding:0;

}
.richmenu-solutions .richmenu--sidecolumn{
	width:50%;
}

/*.localized .richmenu-partners .richmenu--sidecolumn{
	width:50%;
}

.localized .rich-menu.richmenu.richmenu-partners{
	width:640px;
	margin-left:300px;
}*/

.richmenu-partners .richmenu--sidecolumn{
	text-align:right;
}


.richmenu--sidecolumn .sidecolumn-title{
	margin:10px;
}
.richmenu--sidecolumn .button {
      margin: 20px 40px;
}
.richmenu--sidecolumn img{
	width:initial;
}
.richmenu-solutions .richmenu--sidecolumn img,  .richmenu-company .richmenu--sidecolumn img{
	padding: 20px 0 25px;
}
.richmenu-solutions .richmenu--sidecolumn .button,  .richmenu-company .richmenu--sidecolumn .button {
	  position:relative;
   	  left:80px;

}

.richmenu-partners .richmenu--sidecolumn .button {
	  position:relative;
      top:-90px;
      width:initial;
}

 @media (min-width: 900px) {

	.richmenu-partners .richmenu--sidecolumn .button {
		margin-right:60px;
	}
 }


 .dl-menuwrapper .mobile-freetrial{
	position: fixed;
    right: 50px;
    top: 20px;
    padding: 5px;
    z-index: 5;
}

 /* for new promo */


.site-header--promo{
	text-align:center;
	height:50px;
	background-color:#000;
	display:none;
}
@media (max-width: 640px) {
	.site-header--promo{
		display:none !important; 
	}
}

.site-header--promo .close{
	position: absolute;
    right: 20px;
    color:white;
    opacity:1;
    top:15px;
    font-weight:300;
    z-index:10;
}
.site-header--promo .inner{
	width:940px;
	text-align:center;
	margin:auto;
	position:relative;

}

@media (max-width: 940px) {
	.site-header--promo .inner{
		width:100%;
	}
}




@media (min-width: 640px) {
  .promohead  .section-nav__wrapper {
    top: 150px;
  }
	.promohead  .main--site, .promohead .site-header__background{
		top:50px;
	}
	.promohead .site-navigation{
		top:109px;
	}
	.promohead .subsection-nav__wrapper {
   		 top: 50px;
	 }
	.promohead.stick-header .section-nav__wrapper {
    	top: 134px;
  }

	.promohead.stick-header .site-navigation {
	  top: 99px;
	}
	.promohead.stick-header div.section-nav__divider {
	  top: 134px;
	}
  .promohead.show-section-nav-divider .section-nav__divider {
   	 top: 150px;
	}
	.promohead footer {
		margin-top:50px;
	}
}

/* adding a little responsiveness to RTE*/

.rte-block-50 { width: 100%; margin-bottom: 30px; float:left;
}

@media (min-width: 640px) {
    .rte-block-50 { width: 45%; margin-bottom: 30px; margin-left: 20px; }
    
}

ul.list-checked li::before { 
    content: url('/media/4091366/blue-checkmark.png');
    height: 18px; width: 18px; 
    position: absolute;    
    left: 20px;
    background: none;
}




/*
.promohead .dl-menuwrapper .mobile-freetrial{
	position: fixed;right: 50px;top: 70px;padding:5px;
}
.promohead  .dl-menuwrapper button{
	top:50px;
}
*/
